0
0
llucycodes42
The code drops a table if it exists called $&[USER_INPUT:1]
. This table holds the input data for a particular user.
Shortcut: s_table_drop
DROP TABLE IF EXISTS `$`;
0
0
llucycodes42
The code drops a table if it exists called $&[USER_INPUT:1]
. This table holds the input data for a particular user.
Shortcut: s_table_drop
DROP TABLE IF EXISTS `$`;