execute
Execute INSERT, UPDATE, or DELETE queries to modify MySQL database data with parameter binding support for secure operations.
Instructions
Execute an INSERT, UPDATE, or DELETE query
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | The SQL query string (INSERT, UPDATE, DELETE) to execute. | |
| params | No | An optional array of parameters (as strings) to bind to the SQL query placeholders (e.g., ?). |