deleteWhere
Represents the SQL statement that deletes only rows in a table that match the provided op.
Return
Count of deleted rows.
Parameters
limit
Maximum number of rows to delete.
op
Condition that determines which rows to delete.
Represents the SQL statement that deletes only rows in a table that match the provided op.
Count of deleted rows.
Maximum number of rows to delete.
Condition that determines which rows to delete.