MSCEWI1078
Output parameters are not supported by Snowflake Scripting
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
This EWI is deprecated, for more information on this issue referred to MSCEWI1083
Severity
Medium
Description
Snowflake procedures do not support output parameters.
Example Code
Oracle:
Snowflake Scripting:
Recommendations
A possible workaround for output parameters could be to declare the parameter as a variable and return the variable, however, only one variable can be returned per stored procedure.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated