SSC-EWI-TD0024
Abort statement is not supported due to an aggregate function.
Severity
Low
Description
This EWI appears when an AGGREGATE function is part of an ABORT statement inside of a stored procedure. The statement is commented out.
Example Code
Teradata:
REPLACE PROCEDURE ABORT_SAMPLE()
BEGIN
ABORT WHERE SUM(TABLE1.COL1) < 2;
END;Snowflake Scripting:
Recommendations
If you need more support, you can email us at [email protected]
Last updated
