2 lines
95 B
SQL
2 lines
95 B
SQL
COPY executions FROM 'test/executions.csv' (FORMAT 'csv', quote '"', delimiter ',', header 0);
|
COPY executions FROM 'test/executions.csv' (FORMAT 'csv', quote '"', delimiter ',', header 0);
|