Skip to main content

update

Update rows in a table.

Parameters

NameDescriptionTypeDefault
table (required)Name of the table to update.strNone
set (required)Dictionary (or dataclass) of column-value pairs to set.AnyNone
where (required)Dictionary (or dataclass) of column-value pairs for the WHERE clause. List[dict]: List of updated rows.AnyNone