sql_query
Execute read-only SQL queries on Eurostat datasets staged in DuckDB to filter, aggregate, and extract statistical data.
Instructions
Execute a read-only SQL SELECT query against staged in-memory DuckDB tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | SQL SELECT query string (e.g. "SELECT geo, AVG(value) FROM gdp_table GROUP BY geo ORDER BY AVG(value) DESC") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||