Command to import data from
text file to postgresql table
1. Create table of
the same order os text file. Then execute the command at Query
analyser.
copy tablename
from textname (with path) CSV
eg: copy friends.office1
from 'C:/FRIENDS/ksebsouth.txt' CSV
regards
Beena
|