SQL DELETE

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

DELETE FROM person ...
PostgreSQL MySQL

The DELETE statement may contain a WHERE clause, that identifies the rows to be deleted:

The WHERE Clause