1
0
forked from docs/doc-exports
doc-exports/docs/dws/dev/dws_04_0534.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
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>
2023-01-19 13:37:49 +00:00

1.7 KiB

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.