0
0
llucycodes42
The code drops a trigger if the table &[USER_INPUT:1:name] exists.
Shortcut: s_trig_drop
DROP TRIGGER IF EXISTS `name`;
0
0
llucycodes42
The code drops a trigger if the table &[USER_INPUT:1:name] exists.
Shortcut: s_trig_drop
DROP TRIGGER IF EXISTS `name`;