Does anyone know how I can create a stored procedure in mysql workbench? I would like to know and use them, but how to save the files that I create so that I can name them later? In a workbench or inside my php code would be better.
update thought I could share this link, as this can come in handy to anyone who views this
Stored procedures in MySQL and PHP as an article
add stored procedure to Workbench Mysql:
1) Click the triangle to the left of your database: you should see tables, views and routines
2) Right-click on procedures โ Create procedure
You are done :)
In the EER chart:
Place a New Routine Group
Group: Routines
Routine Group
Routines
Alternatively, from the model diagram, click the Add Group icon under the Routine Groups heading, then click Add Routine under the Routines heading.
Add Group
Routine Groups
Add Routine
Source: dev.mysql.com
Source: https://habr.com/ru/post/1413602/More articles:Listen for a mouse click inside a view with backbone.js - backbone.jsttk Treeview selection_set cannot accept spaces - pythonHow to associate an NSTextField value with NSObjectController content without errors? - xcode4Fortran Array Announcement - arraysTimeline Range GROUP BY - timestampAnt: concat output executable file to some other files without creating a temporary file? - anthow to select tags in iframe using jquery? - jqueryDisk bandwidth - new file versus existing file using dd - linuxHow to connect to my shared heroku database for postgresql? - postgresqlWhy doesn't NSArray return NULL for non-existent indexes? - objective-cAll Articles