update_record
Update an existing record in a table by specifying the table name, record ID, and key-value data to modify. Ensures accurate data modification.
Instructions
更新表记录数据
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | 表名称(不是ID) | |
| id | Yes | 记录ID | |
| data | Yes | 要更新的数据,键值对形式 |