DELETE
Previous
Next
DELETE FROM
table_name
[ WHERE
condition1
[ [ AND | OR ]
condition2
] ... ]
This statement will cause the deletion of table rows relative to table
table_name
; if a WHERE clause is specified, only rows matching the specified criteria will be deleted.