~stewart/drizzle/docs-improvements-1

1
2
3
4
5
6
7
8
DROP TABLE
===========

DROP TABLE removes a table from a schema once all queries or DML have ceased on the given table.

.. code-block:: mysql 

	DROP TABLE [ IF EXISTS ] table_name