PostgreSQL: Export to CSV
COPY TABLE_NAME TO FILE_PATH WITH DELIMITER ',' CSV HEADER
Please ensure the file path is writeable
Solution Architect, Software Engineer, Trainer, IT Consultant and Blogger
COPY TABLE_NAME TO FILE_PATH WITH DELIMITER ',' CSV HEADER
Please ensure the file path is writeable