0
0
llucycodes42
The code deletes rows from the "&[USER_INPUT:1:table]" table where the value of the "USER_INPUT:3" column is equal to the value of the "USER_INPUT:4" column.
Shortcut: s_d
DELETE FROM `table` WHERE `column` = 'value'];
0
0
llucycodes42
The code deletes rows from the "&[USER_INPUT:1:table]" table where the value of the "USER_INPUT:3" column is equal to the value of the "USER_INPUT:4" column.
Shortcut: s_d
DELETE FROM `table` WHERE `column` = 'value'];