mysql_execute
Execute MySQL INSERT, UPDATE, or DELETE statements to modify database records.
Instructions
Execute a data modification SQL statement (e.g., INSERT, UPDATE, DELETE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | The SQL statement to execute. | |
| params | No | Optional parameters for the statement. |