DROPs
Translation reference to convert SQL Server DROP FUNCTION and DROP PROCEDURE to Snowflake Scripting
Some parts in the output code are omitted for clarity reasons.
Description
To drop a procedure or function in Snowflake SQL it is necessary to specify the parameters types in the drop statement, which is the main difference with SQL Server. In this translation, IF EXISTS clause is added by default to avoid runtime errors in Snowflake SQL.
Sample Source Patterns
The following examples details the drop routine statement for procedures and functions.
SQL Server
IN -> SqlServer_01.sql
Snowflake SQL
OUT -> SqlServer_01.sql
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated