跳到主要内容

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
备注

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.

开始使用 Databend Cloud
低成本
快速分析
多种数据源
弹性扩展
注册