Comment by arrty88

Comment by arrty88 3 months ago

1 reply

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

matsonj 3 months ago

`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