create table myfile (input TEXT); load data infile '' into table myfile; select * from myfile;