mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-12-18 12:14:34 -05:00
2 lines
105 B
Plaintext
2 lines
105 B
Plaintext
create table myfile (input TEXT); load data infile '<filepath>' into table myfile; select * from myfile;
|