Deletes rows from a database table.
sql
delete-records &key from where database
from⇩ |
A database table. |
where⇩ |
A SQL conditional statement. |
database⇩ |
A database. |
The function delete-records
deletes rows from a table specified by from in which the condition where is true. The argument database specifies a database from which the records are to be removed, and defaults to *default-database*.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:56