Deleting with SQL

1. Click in the query area, and enter a SQL delete command.


2. For example:

          delete from element where atomic_mass > 20

          (Delete elements with atomic_mass greater than 20.)



3. The rows will be deleted.


See Also:

Deleting a Table