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 |
|
1945.3.5
by Marisa Plumb
more sql doc modifications |
4 |
In Dizzle you can make use of DELETE in order to delete a single record (or multiple records) of data from a table. |
1878.5.4
by Brian Aker
Update documentation. |
5 |
|
1945.3.5
by Marisa Plumb
more sql doc modifications |
6 |
A typical query might be: |
1878.5.4
by Brian Aker
Update documentation. |
7 |
|
2165.2.5
by Andrew Hutchings
Make fixes to temporal docs |
8 |
.. code-block:: mysql |
9 |
||
10 |
DELETE FROM TABLE_1; |