Deletes rows from a database table.
sql
delete-records &key from where database =>
from
A database table.
where
An SQL conditional statement.
database
A database.
None.
The delete-records function deletes rows from a table specified by from in which the where condition is true. The argument database specifies a database from which the records are to be removed, and defaults to *default-database*.
delete-records
*default-database* insert-records update-records