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.
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.