06 Export PostgreSQL table to CSV file using pgAdmin



06 Export PostgreSQL table to CSV file using pgAdmin

06 Export PostgreSQL table to CSV file using pgAdmin

COPY public.”MyData” TO ‘D:MyDataOutput.CSV’ DELIMITER ‘,’ CSV HEADER;

PostgreSQL Tutorials: https://www.youtube.com/playlist?list=PL_YF–8vjjEX4I9L_GM3EZ7Ti4LtRv6-y

How do I export data from PostgreSQL to CSV?
How do I export a table from pgAdmin to CSV?
Which PostgreSQL command can be used to export table data to a .CSV file?
How do I export a table from pgAdmin?

Happy Learning.

If you have any questions or suggestions please comment on the video or write to me at “[email protected]

Comments are closed.