My Work
Monday, September 8, 2008
Exiting a PL/SQL block
We can exit from a function or procedure by using RETURN.
For example, in java we use
System.exit(0);
In pl/sql,
begin
............
return;
...........
end;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
search engine
Custom Search
No comments:
Post a Comment