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:

search engine

Custom Search