update_rows
Update existing rows in a MySQL table by providing the table name, new values, and a WHERE condition to target specific records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| where | Yes | ||
| updates | Yes | ||
| table_name | Yes | ||
| where_params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||