[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
$ ctrl+enter to run

The FILTER clause determines which rows are deleted. Only matching rows are removed.

Delete All

$ Delete All
$ ctrl+enter to run

Use FILTER { true } to delete all rows from a table while keeping the table itself.