If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi,
I am somehow new to Mysql and I have 2 questions that I would be grateful if anyone answered:
1. What are the internal (systematic) Stored Procedures in Mysql? (in MSSQL we have lots of them but I have not seen any for Mysql)
2. Do systematic Stored Procedures in Mysql get inputs from users?
There are no specific procedures. However, there are some specific commands which will work instead such as "SHOW DATABASES", "SHOW TABLES". Hope this helps?
Thanks for your answer, I was getting disappointed.
So, as I get from you answer we don't have internal SPs in Mysql as we have for example systematic, extended, ... SPs in MSsql.
Is that right?