Custom aliases for multiple query result tabs?

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
ES_9999
Posts: 7
Joined: Tue 09 Sep 2014 17:03

Custom aliases for multiple query result tabs?

Post by ES_9999 » Mon 20 Apr 2015 22:39

Hi Folks,

Maybe this is a silly question with a simple answer but I can't figure out a way to do it:

Is there a way to give a custom alias or nickname to the query result tab that appears when executing multiple queries within the same SQL script?

For example running 'F5' on the following queries:

SELECT * from addresses a;
SELECT * from buildings b;

Will return two query result tabs named like so:

TABS: [addresses];[buildings]

(It seems dbForge names each resulting tab based on the primary name of the first table within each of the select statements)

Is there a way I can tell it to use the table alias instead to get something like this?:

TABS: [a];

Thanks!
--Erik

alexa

Re: Custom aliases for multiple query result tabs?

Post by alexa » Wed 22 Apr 2015 14:06

Unfortunately, there is no such a possibility.

ES_9999
Posts: 7
Joined: Tue 09 Sep 2014 17:03

Re: Custom aliases for multiple query result tabs?

Post by ES_9999 » Wed 22 Apr 2015 20:19

Feature request??? :D

alexa

Re: Custom aliases for multiple query result tabs?

Post by alexa » Thu 23 Apr 2015 13:11

Please vote for the following suggestion on our UserVoice forum that we added on your behalf http://devart.uservoice.com/forums/7729 ... e-to-query

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

Post Reply