May 13, 2002 #1 tanveer91 Programmer Joined Nov 13, 2001 Messages 31 Location GB Hi all, i'm new to PostgreSQL. I would like to know how you can populate a postgres Database from records taken from a csv file?? Thank you
Hi all, i'm new to PostgreSQL. I would like to know how you can populate a postgres Database from records taken from a csv file?? Thank you
May 14, 2002 #2 Leland123 Programmer Joined Aug 15, 2001 Messages 402 Location US HI, Take a look at the postgres copy command. It allow for a CVS file to be copies into a postgres Database. Leland F. Jackson, CPA Software - Master (TM) http://www.smvfp.comNothing Runs Like the Fox Upvote 0 Downvote
HI, Take a look at the postgres copy command. It allow for a CVS file to be copies into a postgres Database. Leland F. Jackson, CPA Software - Master (TM) http://www.smvfp.comNothing Runs Like the Fox