EXECUTE IMMEDIATE
Translation reference to convert Teradata EXECUTE IMMENDIATE statement to Snowflake Scripting
Some parts in the output code are omitted for clarity reasons.
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.
IN -> Teradata_01.sql
Execute Example
Teradata
IN -> Teradata_02.sql
Snowflake Scripting
OUT -> Teradata_02.sql
Related EWIS
SSC-EWI-0030: The statement below has usages of dynamic SQL.
Last updated