SSC-FDM-TD0013
The Snowflake error code mismatch the original Teradata error code
Description
Example code
Input code:
SELECT * FROM table1;
.IF ERRORCODE<>0 THEN .EXIT 1
.QUIT 0
Output code:
Recommendations
Last updated
