RETURN
Syntax
Figure 1 shows the syntax diagram for a return statement.
The above syntax diagram is explained as follows:
This statement returns control from a stored procedure or function to a caller.
Examples
See Example for call statement examples.
Feedback