DROP SCHEMA¶ Synopsis¶ DROP SCHEMA schema_name Description¶ Drop an existing schema. The schema must be empty. IF EXISTS does not suppress a missing-schema error in Polars SQL. Examples¶ Drop the schema web: DROP SCHEMA web See Also¶ CREATE SCHEMA