1878.5.4
by Brian Aker
Update documentation. |
1 |
Deleting Data
|
1900.2.4
by Stewart Smith
fix more docs warnings: underline/overline too short |
2 |
=============
|
1878.5.4
by Brian Aker
Update documentation. |
3 |
|
1994.4.92
by Marisa Plumb
current time functions, new content |
4 |
In Drizzle you can make use of DELETE in order to delete a single record (or multiple records) of data from a table. |
5 |
||
2194.5.2
by Andrew Hutchings
Fix SQL markup |
6 |
A typical query might be: |
7 |
||
8 |
.. code-block:: mysql |
|
1994.4.92
by Marisa Plumb
current time functions, new content |
9 |
|
10 |
DELETE FROM table_1; |