query
Execute SQL SELECT queries on DuckDB to analyze data from CSV, Parquet, and cloud sources, returning the result set.
Instructions
Execute a SQL SELECT query and return the results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |