Remix.run Logo
arrty88 16 hours 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

matsonj 16 hours ago | parent [-]

`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