Page 1 of 1

query result tab question - can these be stacked?

Posted: Tue 08 Jul 2014 19:57
by thecrumb
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

Re: query result tab question - can these be stacked?

Posted: Wed 09 Jul 2014 12:03
by alexa
You can add a suggestion on our UserVoice forum where other users can vote for it http://devart.uservoice.com/forums/2251 ... rt-general

We collect and analyze the information from this forum in order to make a proper roadmap for future product releases.

Re: query result tab question - can these be stacked?

Posted: Thu 05 Jan 2017 20:53
by BigTP25
I would second this request! The tabs are nice but for comparing result sets, its clunky.