How can I see the list of the stored procedures or stored functions in mysql command line like show tables;
or show databases;
commands.
相关问题
- What is the best way to cache a table from a (SQL)
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
A variation on Praveenkumar_V's post:
..and this because I needed to save time after some housekeeping:
If you want to list Store Procedure for Current Selected Database,
it will list Routines based on current selected Database
To show just yours:
using this command you can see the all procedures in databases
A more specific way: