Update row

An Update row node is used to update zero or more rows in a database in the context of a Store data operation.
You can define one or more column names and an expression for the value of the column.

Properties

Name
Project script attribute
Description
Table name
N/A
Name of the database table to update rows in.
Where clause
N/A
An SQL expression that selects the rows to update.

Properties per column

Name
Project script attribute
Description
Name
Name of the column in the table.
Value
New value of the column.

Project script node name

N/A
See also
Store data
Insert row
Delete row
Rollback