Social Icons

Tuesday 3 December 2013

PL/SQL Simple Loop

set serveroutput on;
set verify off;
declare
b int:=1;
begin

loop
dbms_output.put_line(''||b);
b:=b+1;
exit when b>=10;
end loop;
end;

No comments:

Post a Comment

 

Sample Text

Sample text

 
Just Programming Cse DriveReputation Management