Updated on 2024-06-03 GMT+08:00

RETURN

Syntax

Figure 1 shows the syntax diagram for a return statement.

Figure 1 return_clause::=

The above syntax diagram is explained as follows:

Assign the result returned by a stored procedure or function to the caller.

Examples

See Examples for call statement examples.