execute
Execute SQL statements to modify MySQL databases, including INSERT, UPDATE, DELETE, CREATE, ALTER, and DROP operations for data manipulation and schema changes.
Instructions
Execute a data modification SQL statement (INSERT, UPDATE, DELETE, CREATE, ALTER, DROP, etc.).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | The SQL statement to execute. SELECT statements are not allowed here; use the "query" tool instead. |