update_data
Update rows in a database table by providing the table name, new data, and a condition to identify which rows to modify.
Instructions
Update data in the Table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| condition | Yes | ||
| table_name | Yes |