DROP SCHEMA
This page is part of MariaDB's Documentation.
The parent of this page is: SQL Statements for MariaDB Xpand
Topics on this page:
Overview
A description for this SQL Statement has not yet been added to this Documentation.
USAGE
Common Syntax:
DROP SCHEMA [IF EXITS] <schema_name>
Supported Syntax:
DROP {DATABASE | SCHEMA} [IF EXITS] <schema_name>