Steve Eubanks
Member
Forgive me if this has been covered before - I didn't find it via search.
Currently, if I create separate queries in a single SQL window, the results are displayed in separate results tabs. Is there a way to get the results to display in a single tab?
Here's a very simplified example, if my SQL window looks like this:
| select
| count(*)
| from wut_application_details;
|
| select
| count(*)
| from wut_person_details;
|
| select
| count(*)
| from wut_application_funnel_steps;
Can I get the three count results to all appear in the same results tab?
Thanks!
Currently, if I create separate queries in a single SQL window, the results are displayed in separate results tabs. Is there a way to get the results to display in a single tab?
Here's a very simplified example, if my SQL window looks like this:
| select
| count(*)
| from wut_application_details;
|
| select
| count(*)
| from wut_person_details;
|
| select
| count(*)
| from wut_application_funnel_steps;
Can I get the three count results to all appear in the same results tab?
Thanks!