~drizzle-trunk/drizzle/development

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

In Dizzle 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:

DELETE FROM TABLE_1;