How to run DELETE ALL This works for single row $row = $db->table[$id]; $affected = $row->delete(); but how to run the equivalent DELETE ALL query in NotORM DELETE FROM table where id >100