mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2025-02-18 00:58:22 +00:00
2 lines
105 B
Text
2 lines
105 B
Text
|
create table myfile (input TEXT); load data infile '<filepath>' into table myfile; select * from myfile;
|