SSC-FDM-TD0013
The Snowflake error code mismatch the original Teradata error code
Description
This message is shown because the error code saved in the BTEQ ERRORCODE build-in variable could not be the same in Snowflake Scripting.
Example code
Input code:
SELECT * FROM table1;
.IF ERRORCODE<>0 THEN .EXIT 1
.QUIT 0
Output code:
Recommendations
If you need more support, you can email us at [email protected]
Last updated
