DELETE Command
|
Previous Top Next |
If MEMORY keyword is specified before the table_name then an in-memory table is referenced, not a disk one.
|
The name of an existing table.
|
An expression that returns a value of type boolean. Only rows for which this expression returns true will be deleted.
|
DELETE FROM developers WHERE name = 'Bob'
|