Comment on Instant SQL for results as you type in DuckDB UIComments−arrty881yit looks cool, but i wish i could just see the entire table that im about to query. i always start my queries with a quick `select * from table limit 10;` then go about adding the columns and joins−matsonj1y`from my_table`will do the same!We are working on how to make it easy to switch from instant sql -> run query -> instant sql
Comments
it looks cool, but i wish i could just see the entire table that im about to query. i always start my queries with a quick `select * from table limit 10;` then go about adding the columns and joins
`from my_table`
will do the same!
We are working on how to make it easy to switch from instant sql -> run query -> instant sql