EXECUTE/EXEC
Translation reference to convert Teradata EXECUTE or EXEC statement to Snowflake Scripting
Description
The Teradata EXECUTE
statement allows the execution prepared dynamic SQL or macros, on the other hand exec only allows macros.
For more information regarding Teradata EXECUTE/EXEC, check Macro Form and Dynamic SQL Form
Sample Source Patterns
Setup data
The following code is necessary to execute the sample patterns present in this section.
Execute prepared statement
Teradata
Snowflake Scripting
Execute macro statement
Teradata
Snowflake Scripting
Related EWIs
SSC-EWI-0030: The statement below has usages of dynamic SQL.
SSC-EWI-0073: Pending Functional Equivalence Review.
Last updated