Changes the values of fields in a table.
sql
update-records table &key attributes values av-pairs where database
| table⇩ |
A database table. |
| attributes⇩ |
A set of columns. |
| values⇩ |
A set of values. |
| av-pairs⇩ |
An association list alternative to attributes and values. |
| where⇩ |
A condition. |
| database⇩ |
A database. |
The function update-records changes the values of existing fields in table in database with columns specified by attributes and values (or av-pairs) where the condition where is true.
delete-instance-records
delete-records
insert-records
update-records-from-instance
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:56