MSCEWI3053
User defined function was transformed to a Snowflake procedure.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
This EWI is deprecated. Please see MSCEWI1068 instead.
Severity
Low
Description
Snowflake user defined functions do not support the same features as Oracle. To maintain the functional equivalence the function is transformed to a Snowflake stored procedure. This will affect their usage in queries.
Example Code
Input Code:
Output Code:
Recommendations
The source code may need to be restructured to fit with the Snowflake user-defined functions approach.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated