forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
1.7 KiB
1.7 KiB
RETURN
Syntax
Figure 1 shows the syntax diagram for a return statement.
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.
Parent topic: RETURN Statements