Viewing post 1 (of 2 total)
Hi Luis,
Thanks for the tips on posting, here is the converted csv file into an INSERT statement
DROP TABLE mytable;
CREATE TABLE mytable(
FIELD1 VARCHAR(840) NOT NULL PRIMARY KEY
);
INSERT INTO...
August 4, 2015 at 10:03 am
#1817226