You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to run a query involving more than a single table and a where clause. This covers trivial use cases, but I would like to be able to join tables, write CTEs, and take advantage of any of my SQL vendors features by writing a query and running it. The results could show up in a table similar to the existing one.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to run a query involving more than a single table and a where clause. This covers trivial use cases, but I would like to be able to join tables, write CTEs, and take advantage of any of my SQL vendors features by writing a query and running it. The results could show up in a table similar to the existing one.
The text was updated successfully, but these errors were encountered: