sql >> Database teknologi >  >> RDS >> PostgreSQL

Sådan importeres zip-fil til Postgres Table

Fra Postgres:

COPY table_name FROM PROGRAM 'unzip -p input.csv.zip' DELIMITER ',';

Fra man-siden til unzip -p :

-p     extract files to pipe (stdout).  Nothing but the file data is sent to stdout, and the files are always extracted  in  binary
       format, just as they are stored (no conversions).


  1. MySQLdb python indsæt række eller øg tæller på kolonne, hvis det findes

  2. Sikkert alternativ til mysql_real_escape_string? (PHP)

  3. Du ved, du vil:Migrere fra Oracle til MariaDB

  4. MySQL Du bruger sikker opdateringstilstand, og du forsøgte at opdatere en tabel uden et WHERE