QuestionQ65

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

What does the COPY INTO [STAGE] FROM [TABLE]; SQL command do in Snowflake?

Explanation

COPY INTO <location> FROM <table> unloads table data into one or more files at the destination location, including a Snowflake stage. The inverse form, COPY INTO <table> FROM <stage>, loads staged files into a table.

Learn more

Community Discussion

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