Scenarios
A stored procedure consists of a set of SQL statements that can complete specific tasks or process complex services. This section describes how to create a stored procedure. You can use loop statements in a stored procedure to insert objects repeatedly.
Prerequisites
- You have obtained the CREATE ROUTINE permission.
- You have obtained the Execute permission.
Procedure
- On the top menu bar, choose Database Management. On the displayed Objects tab, choose Stored Procedures on the left and click Create Stored Procedure in the right pane.
- On the displayed page, enter the stored procedure name and type, and click OK.
- On the displayed page, enter the stored procedure information and click Save.