INSERT STATEMENT
Description
The INSERT statement inserts rows into a table, nickname, or view, or the underlying tables, nicknames, or views of the specified fullselect.
Use of query as insert target name is not supported in Snowflake. The output query can be malformed.
Use of view name as insertion name is not supported in Snowflake. The output query can be malformed.
The include columns is not applicable in Snowflake. The output query can be malformed.
Click here to navigate to the IBM DB2 docs page for this syntax.
Grammar Syntax

Sample Source Patterns
IBM DB2
Snowflake
Related EWIs
MSCEWI1002: REMOVED STATEMENT, NOT APPLICABLE IN SNOWFLAKE.
MSCEWI5006: INTERMEDIATE RESULT TABLE IS NOT SUPPORTED.
MSCEWI5007: QUERY AS INSERT TARGET NAME IS NOT SUPPORTED.
MSCEWI5012: INVALID NAME AS INSERTION TARGET, USE OF VIEW NAME IS NOT SUPPORTED IN SNOWFLAKE.
Last updated
Was this helpful?