A
A
Alexander Shilov2019-05-22 14:52:35
PostgreSQL
Alexander Shilov, 2019-05-22 14:52:35

How to import csv file in postgresql?

In principle, the essence of the question is formed, is there any ready-made import function in pgadmin ? Or is it possible to somehow implement this process using SQL?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
EkaterinaSklyarova, 2020-04-17
@EkaterinaSklyarova

I advise you to use dbForge Studio for PostgreSQL , there is just a good functionality for importing and exporting data, it supports many formats.

M
Melkij, 2019-05-22
@melkij

COPY from (format csv)
https://www.postgresql.org/docs/current/sql-copy.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question