Advertisement
TheFan1968

MariaDB: Find out if table is used in procedure

Sep 13th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.13 KB | None | 0 0
  1. select ROUTINE_NAME from information_schema.ROUTINES where ROUTINE_DEFINITION like '%import_avd%' and ROUTINE_TYPE = 'PROCEDURE';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement