“CSV na postgres danych” Kod odpowiedzi

CSV na postgres danych

COPY table_name FROM 'C:\Users\Public\Documents\ert.txt' DELIMITER ',' CSV
-- make sure to put the file in public folder in windows 
-- Or temp folder in linux/mac 
-- because it might ask for some permissions...
Tall mouse

PostgreSQL Importuj dane z CSV

copy table from '/home/usama/Documents/columns_rearrange.csv' csv header ;
Dull Duck

Odpowiedzi podobne do “CSV na postgres danych”

Pytania podobne do “CSV na postgres danych”

Więcej pokrewnych odpowiedzi na “CSV na postgres danych” w Sql

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu