Insert Statement
SQL statement that adds new rows to a table.
Some parts in the output code are omitted for clarity reasons.
See Insert statement
In Teradata, there is an alternateINSERT
syntax that assigns the value for each table column inline. This alternate structure requires a special transformation to be supported in Snowflake. The inline assignment of the values is separated and placed inside the VALUES(...)
part of the Snowflake INSERT INTO
statement.
Teradata
IN -> Teradata_01.sql
Snowflake
OUT -> Teradata_01.sql
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated