execute_update
Updates existing rows in a SQL Server table by setting new column values based on a WHERE clause, returning the number of affected rows.
Instructions
Update data in a table. Returns the number of affected rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Object with column names as keys and new values | |
| where | Yes | Object with column names as keys and values for WHERE clause | |
| tableName | Yes | Name of the table to update |