SSC-FDM-OR0023
The exception code exceeds the Snowflake Scripting limit
Description
Example Code
Input Code:
CREATE OR REPLACE PROCEDURE procedure_exception
IS
my_exception EXCEPTION;
PRAGMA EXCEPTION_INIT ( my_exception, -19000 );
BEGIN
NULL;
END;Output Code:
Recommendations
Last updated
