DELETE
The DELETE statement is used to delete records in the DEFAULT table.
The general syntax is following:
DELETE FROM table_name WHERE filter condition
Note
The DELETE statement is used to delete records in the DEFAULT table.
The general syntax is following:
DELETE FROM table_name WHERE filter condition