Hello

TJM> I am trying to import some data from a csv file to an existing table 
TJM> called MasterChargeList.  But this is failing with the error that the 
TJM> table does not exist.  This is on SQLite 3.6.4 (required to use this 
TJM> version).  See below for details:

TJM> sqlite> .import /csv/iv_codes.csv MasterChargeList;
TJM> Error: no such table: MasterChargeList;

Try it without the semi colon at the end. Lines that start with a . don't 
need a ; at the end.

Swithun.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to