EXECUTE

The translation for Exec or Execute Statements is not supported in Snowflake. These statements will be commented on.

Some parts in the output code are omitted for clarity reasons.

Input

IN -> SqlServer_01.sql
Exec db.sp1

Output

OUT -> SqlServer_01.sql
CALL db.sp1();

For more information about Execute visit: Execute inside Procedures

Last updated