Files

4 lines
114 B
SQL
Raw Permalink Normal View History

2026-07-12 15:08:43 +04:00
TRUNCATE TABLE units RESTART IDENTITY CASCADE;
\copy units(name) FROM 'csv/units.csv' WITH (FORMAT csv, HEADER);