Ignores triggers.
At least for MySQL should be easy
SELECT
*
FROM
INFORMATION_SCHEMA.TRIGGERS t
WHERE
t.ACTION_STATEMENT LIKE '%foo%'
Can you also please add button/checkbox "hide 'found rows = 0'".
Ignores triggers.
At least for MySQL should be easy
SELECT
*
FROM
INFORMATION_SCHEMA.TRIGGERS t
WHERE
t.ACTION_STATEMENT LIKE '%foo%'
Can you also please add button/checkbox "hide 'found rows = 0'".
Please login to leave a reply, or register at first.