📅  最后修改于: 2022-03-11 15:05:33.185000             🧑  作者: Mango
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...