query result tab question - can these be stacked?
Posted: Tue 08 Jul 2014 19:57
Is it possible if I have two queries in the SQL window - to get stacked results on top of each other instead of each resultset in a tab?
Stacked results makes comparing results of similar queries much easier...
ie:
select * from a
select * from b
Currently I get
| A | B | (tabs)
Where I'd like to see
--------------------
a.field1 | a.field2
--------------------
b.field1 | b.field2
Jim
Stacked results makes comparing results of similar queries much easier...
ie:
select * from a
select * from b
Currently I get
| A | B | (tabs)
Where I'd like to see
--------------------
a.field1 | a.field2
--------------------
b.field1 | b.field2
Jim