We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
psql -U <User> postgres -h 104.196.175.120
Download table to current client location
postgres=> \copy <table_name> TO '<file_name>.csv' DELIMITER ',' CSV HEADER;
There was an error while loading. Please reload this page.