Skip to main content

Stored Procedure

This page provides a comprehensive overview of Stored Procedure operations in Databend, organized by functionality for easy reference.

Procedure Management

CommandDescription
CREATE PROCEDURECreates a new stored procedure
DROP PROCEDURERemoves a stored procedure
CALLExecutes a stored procedure

Procedure Information

CommandDescription
DESCRIBE PROCEDUREShows details of a specific stored procedure
SHOW PROCEDURESLists all stored procedures in the current database
note

Stored procedures in Databend allow you to encapsulate a series of SQL statements into a reusable unit that can be executed as a single command, improving code organization and maintainability.

Explore Databend Cloud for FREE
Low-cost
Fast Analytics
Easy Data Ingestion
Elastic Scaling
Try it today