Hacker News new | ask | show | jobs
by arrty88 420 days ago
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
1 comments

`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