~linuxjedi/drizzle/trunk-bug-738024

1
2
3
4
5
6
7
8
9
10
Deleting Data
=============

In Drizzle you can make use of DELETE in order to delete a single record (or multiple records) of data from a table.

A typical query might be:

.. code-block:: mysql

	DELETE FROM table_1;