mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2025-02-16 13:58:26 +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;
|