ABORT and ROLLBACK
Translation reference to convert Teradata ABORT and ROLLBACK statements to Snowflake Scripting
Description
ABORT [abort_message] [FROM option] [WHERE abort_condition];
ROLLBACK [WORK] [abort_message] [FROM clause] [WHERE clause];Sample Source Patterns
Basic ABORT and ROLLBACK
Teradata
REPLACE PROCEDURE procedureBasicAbort()
BEGIN
ABORT;
ROLLBACK;
END;Snowflake Scripting
Conditional ABORT and ROLLBACK
Teradata
Snowflake Scripting
ABORT and ROLLBACK with table references and FROM clause
Teradata
Snowflake Scripting
ABORT and ROLLBACK with table references without FROM clause
Teradata
Snowflake Scripting
Known Issues
1. Custom Error Message
Teradata
Snowflake Scripting
2. Aggregate function
Teradata
Snowflake Scripting
Related EWIS
Last updated
Was this helpful?