Load immutable initial data into a newly created or truncated table.
Section: COPY Import and Export
COPY FREEZE into fresh table
sql
sql
COPY staging_import FROM STDIN WITH (FORMAT csv, HEADER true, FREEZE true);Explanation
Useful for bulk-load workflows with certain constraints.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing COPY Import and Export