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 :













No comments:

Post a Comment

 

Sample Text

Sample text

 
Just Programming Cse DriveReputation Management