tips collection
COPY table_name FROM '/abspath/to/csvfile' WITH CSV HEADER
COPY (SELECT foo,bar FROM whatever) TO /abspath/to/csvfile' WITH CSV HEADER
100
No comments:
Post a Comment