PostgreSQL
 sql >> डेटाबेस >  >> RDS >> PostgreSQL

ZIpped फ़ाइल को Postgres तालिका में कैसे आयात करें

पोस्टग्रेज के भीतर से:

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

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. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. मौजूदा टेबल पर एक सीक्वेंस बनाना

  2. बोली को स्पष्ट रूप से v4.0.0 . के रूप में आपूर्ति की जानी चाहिए

  3. पोस्टग्रेज उबंटू के लिए पीडीओ स्थापित करें

  4. तालिका में उपयोगकर्ता के केवल अंतिम 5 खोज परिणाम रखें

  5. IS DISTINCT FROM का उपयोग क्यों करें - पोस्टग्रेज