×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: SQL
Posted by: matias s..
Added: Jun 6, 2018 8:57 PM
Views: 3330
  1. SELECT *
  2. FROM information_schema.routines
  3. WHERE routine_definition LIKE '%text%'
  4. ORDER BY routine_name;
Comments disabled