Get a list of your functions in mysql

If you want a list of functions (as opposed to procedures) use this:

select * from information_schema.routines where routine_schema = 'your_schema_name' and routine_type != 'PROCEDURE'


Comments

Popular posts from this blog

AutoCompleteTextView backed with data from SQLite in Android

Exporting drawings from Inkscape using the command line

Using R to analyse data from the Central Statistics Office in Ireland