We are evaluating whether we should write stored procedure OR write inline queries. I read this link to get an opinion.
I want to know pros and cons from mysql perspective as the above question is for sql-server.
We are evaluating whether we should write stored procedure OR write inline queries. I read this link to get an opinion.
I want to know pros and cons from mysql perspective as the above question is for sql-server.
CALL. (If client and server are on the same machine, the difference is small or insignificant.) – Rick James Feb 20 '18 at 00:00