> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/analytics/mariadb-columnstore/reference/5571.md).

# ColumnStore Drop Procedure

The `DROP PROCEDURE` statement deletes a stored procedure from ColumnStore.

The following statement drops the *`sp_complex_variable`* procedure:

```sql
DROP PROCEDURE sp_complex_variable;
```

<sub>*This page is: Copyright © 2025 MariaDB. All rights reserved.*</sub>

{% @marketo/form formId="4316" %}
