[DRAFT]This page is not published. Only visible in development mode.
Delete
Remove rows from a table with DELETE. A filter determines which rows to remove.
Delete with Filter
$ Delete Rows
The FILTER clause determines which rows are deleted. Only matching rows are removed.
Delete All
$ Delete All
Use FILTER { true } to delete all rows from a table while keeping the table itself.
