execute_sql_query
Run SQL queries on CSV data loaded into a temporary SQLite database. Supports SELECT, INSERT, UPDATE, DELETE, and more.
Instructions
Execute any SQL query on the loaded database.
Args: query: Any SQL query to execute (SELECT, INSERT, UPDATE, DELETE, CREATE, etc.) limit: Maximum number of rows to return for SELECT queries (default: 100)
Returns: Query results formatted as XML or execution status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |