mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-23 11:33:04 +00:00
1 line
105 B
Text
1 line
105 B
Text
create table myfile (input TEXT); load data infile '<filepath>' into table myfile; select * from myfile;
|