database_db_execute
Run SQL statements to modify database data or structure, including INSERT, UPDATE, DELETE, CREATE TABLE, and DROP TABLE operations.
Instructions
[database] Run a SQL statement that modifies the database (INSERT, UPDATE, DELETE, CREATE TABLE, DROP TABLE, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |