mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-25 04:10:17 +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;
|