Does anyone know how I can create a stored procedure within mysql workbench? I would like to get to know and use them but how do I store the one(s) I create so that I can then call them? In workbench or within my php code would be better.
update thought I might share this link as it might come in handy to anyone viewing this
to add a stored procedure in Mysql workbench:
1) Click the triangle in the left of your database: you should see tables, views, and routines
2) Right click on routines -> Create procedure
You’re done 🙂