Function
sql
update-records table &key attributes values av-pairs where database =>
A database table.
A set of columns.
A set of values.
An association list alternative to attributes and values.
A condition.
A database.
update-records changes the values of existing fields in table with columns specified by attributes and values (or av-pairs) where the where condition is true. delete-instance-recordsdelete-recordsinsert-recordsupdate-records-from-instance