QuestionQ34

Load and leverage structured, semi-structured, and unstructured data

Why would the following SQL command be used in Snowflake?

INSERT INTO table_name VALUES (...), (...), (...)  
Explanation

Comma-separated value sets in an INSERT ... VALUES statement insert multiple rows into the target table. Snowflake INSERT documentation

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!