Skip to content

DELETE All QUERY #130

@nitinprakash

Description

@nitinprakash

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions