Stored Procedures in MySQL 5.0 - 0 views
-
adie afton on 20 Aug 12MySQL 5.0 introduced Stored Procedures which allow us to automate or program our way out of many tasks on directly on the server rather than having to write external scripts to do complex manipulation of data.