SPHPlayground API
SPHPlayground
sphplayground sphplayground

Deleting records

The DELETE SQL statement removes one or more records from a table. A subset may be defined for deletion using a condition, otherwise all records are removed.Some database management systems, like MySQL, allow deletion of rows from multiple tables with one DELETE statement. relational database.[1]

The Delete object removes one or more records from a table. A subset may be defined for deletion using conditions defined dy using Delete::where(), otherwise all records are removed.

Synopsis

interface Delete