Stored Procedures in MySQL 5.0 - 0 views
-
adie afton on 29 Jan 11MySQL 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.