EXECUTE
The translation for Exec or Execute Statements is not supported in Snowflake. These statements will be commented on.
Input
Exec db.sp1
Output
CALL db.sp1();
For more information about Execute visit: Execute inside Procedures
Last updated