EXECUTE IMMEDIATE
Translation reference to convert Teradata EXECUTE IMMENDIATE statement to Snowflake Scripting
Description
The Teradata EXECUTE IMMEDIATE
statement allows the execution of dynamic SQL contained on variables or string literals.
For more information about EXECUTE IMMEDIATE
click here.
Sample Source Patterns
Setup data
The following code is necessary to execute the sample patterns present in this section.
Execute Example
Teradata
Snowflake Scripting
Related EWIS
SSC-EWI-0030: The statement below has usages of dynamic SQL.
Last updated