Deletes
The query builder may also be used to delete records from the table via the delete
method. You may constrain delete
statements by adding where
clauses before calling the delete
method:
This utilizes the where clause on a column other than the ID:
Last updated