DELETE
suggest changeIntroduction
The DELETE statement is used to delete records from a table.
Syntax
- DELETE FROM TableName [WHERE Condition] [LIMIT count]
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents