Teradata
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Teradata Unsupported Cases
1. Continue Mode Handler
The CONTINUE HANDLER in Teradata allows the execution to be resumed after an error happens. Unfortunately, this functionality is not supported in Snowflake.
Input Code:
Output Code:
2. Dynamic Result Sets
In Teradata, the Dynamic Result Sets are used to return a range of 0 to 15 (inclusive) result sets from a single procedure. This behavior is not supported by Snowflake Scripting since Snowflake Scripting only allows to return one result set per procedure. The Dynamic Result Sets declarations are commented out during the translation.
Input Code:
Output Code:
3. Out Parameters
In Teradata, the OUT Parameters are used to return values thru the parameters. This behavior is not supported by Snowflake Scripting.
Input Code:
Output Code:
Last updated