Monday, 15 February 2016
SIMPLE LOOP EXAMPLE
declare
i number:=1;
begin
loop
dbms_output.put_line('praveen');
i:=i+1;
exit when(i>10);
end loop;
end;
No comments:
Post a Comment
If you Like my blog Spread it and help friends for whom this blog is useful for their career.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
If you Like my blog Spread it and help friends for whom this blog is useful for their career.