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