Social Icons

Tuesday, 3 December 2013

PL/SQL While Loop

set serveroutput on;
set verify off;
declare
i int:=1;
j int;
begin
WHILE i<10 loop
dbms_output.put_line(i);
i:=i+1;

end loop;

end;

output :

1 
2 
3 
4 
5 
6 
7 
8 
9 



No comments:

Post a Comment

 

Sample Text

Sample text

 
Just Programming Cse DriveReputation Management