Return the SQL that ASK_DATA would run, without executing it
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| question | VARCHAR | Natural language question about your data |
Returns SQL statement
SELECT
ask_data_sql ('select 1')Apply any arbitrary prompt to text (ultimate flexibility)
Answer plain-English questions about your data by writing and running SQL
Call any registered LARS skill from SQL and receive results as a table
Generate a DuckDB SQL expression string from a plain-English description
Return the SQL that ASK_DATA would run, without executing it
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| question | VARCHAR | Natural language question about your data |
Returns SQL statement
SELECT
ask_data_sql ('select 1')Apply any arbitrary prompt to text (ultimate flexibility)
Answer plain-English questions about your data by writing and running SQL
Call any registered LARS skill from SQL and receive results as a table
Generate a DuckDB SQL expression string from a plain-English description