Procedure
Create Procedure
To create a new procedure:
Right click on the left sidebar and choose
New>Function/Procedure. Or you can also click on the dropdown menu at the bottom of the left sidebar and chooseNew Function/ProcedureWrite the SQL command.
After you finish, press
⌘ + Sto commit changes to the server.

Edit Procedure
To edit an existing procedure:
Click on the function name on the left sidebar to view the procedure
Edit the SQL code
Press
⌘ + Sto commit changes to the server.
Delete Procedure
To delete a procedure, right click on the procedure name on the left sidebar and choose Delete, or select the procedure and press Delete key.
Last updated
Was this helpful?