fix(sql): adjust COPY statement

This commit is contained in:
dancingCycle 2023-08-10 08:33:34 +02:00
parent 741d82e479
commit 24b13548ef
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
COPY (SELECT * FROM :schema.vw_stops_zhv_join_vbn_ue) TO STDOUT WITH DELIMITER AS ',' CSV HEADER NULL '' QUOTE '\"';
COPY (SELECT * FROM :schema.vw_stops_zhv_join_vbn_ue) TO STDOUT WITH DELIMITER AS ',' CSV HEADER NULL '' QUOTE '"';