For the complete documentation index, see llms.txt. This page is also available as Markdown.

ColumnStore Drop Procedure

DROP PROCEDURE for MariaDB ColumnStore deletes a stored procedure from the database with simple syntax: DROP PROCEDURE procedure_name.

The DROP PROCEDURE statement deletes a stored procedure from ColumnStore.

The following statement drops the sp_complex_variable procedure:

DROP PROCEDURE sp_complex_variable;

This page is: Copyright © 2025 MariaDB. All rights reserved.

spinner

Last updated

Was this helpful?