0
0
llucycodes42
This code is trying to find any triggers from the &[USER_INPUT:1:full_db_name] table that have an output column that matches the &[USER_INPUT:2:table_name]% column.
Shortcut: s_trig_list
SHOW TRIGGERS FROM `full_db_name` LIKE 'table_name%'\G