Reputation: 1
It shows this when I try to import a csv file to my postgresql
I did this but still shows similar error
COPY public."orders_data" from 'C:\Users\kelly\Downloads\orders_data.csv' DELIMITERS ',' csv Header;
I have created my table already, I just want to import the csv files into the table but I keep getting error message
Upvotes: 0
Views: 266