Home » Unlabelled » Is it possible to define a RETURN statement in the exception part of a function? PL SQL
Friday, 25 May 2012
Is it possible to define a RETURN statement in the exception part of a function? PL SQL
Yes, it is possible to define RETURN statement in the exception section. This RETURN statement would be executed if an exception is raised and control is passed to the exception section of the code.
No comments:
Post a Comment