CALL
Description
Runs a stored procedure. The CALL command must include the procedure name and the input argument values. You must call a stored procedure by using the CALL statement. (Redshift SQL Language Reference CALL).
This syntax is partially supported in Snowflake. Procedure calls using output parameters will be tagged with the SSC-EWI-0073. This transformation will be delivered in the future.
Grammar Syntax
Sample Source Patterns
Base scenario
Input Code:
Output Code:
Call using Output Parameters Mode (INOUT, OUT)
Input Code:
Output Code:
Known Issues
Output parameters are not currently supported in procedure calls.
Related EWIs.
SSC-EWI-0073: Pending Functional Equivalence Review
Last updated