SSC-EWI-TD0024
Abort statement is not supported due to an aggregate function.
Severity
Description
Example Code
Teradata:
REPLACE PROCEDURE ABORT_SAMPLE()
BEGIN
ABORT WHERE SUM(TABLE1.COL1) < 2;
END;Snowflake Scripting:
Recommendations
Last updated
