update_data
Execute SQL UPDATE queries to modify data in a MySQL database table. Supports structured input for precise data updates, ensuring accuracy in database operations.
Instructions
Updates data in a table in the MySQL database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The SQL UPDATE query to execute. |