Updated on 2022-08-16 GMT+08:00

RETURN

Syntax

Figure 1 shows the syntax diagram for a return statement.

Figure 1 return_clause::=

The syntax details are as follows:

This statement returns control from a stored procedure or function to a caller.

Examples

See Examples for call statement examples.