Page 1 of 1

Custom aliases for multiple query result tabs?

Posted: Thu 17 Sep 2020 10:24
by johngonzhal
Is there any way to give a custom nickname to the query result tab that appears when executing multiple queries?

Something like DBeaver work:

Code: Select all

-- title: MyName1
SELECT *
FROM
  USER
inner join USER_RULE 
  on USER.idUser = USER_RULE.idUser;

-- title: MyName2
SELECT *
FROM
  USER
inner join USER_RULE 
  on USER.idUser = USER_RULE.idUser;
This will make it so that MyName1 and MyName2 will be the title of the results tabs.

Re: Custom aliases for multiple query result tabs?

Posted: Fri 18 Sep 2020 11:12
by alexa
There is no such a possibility. Though, you can add a suggestion on the UserVoice forum where other users can vote for it https://devart.uservoice.com/forums/87893-sql-complete

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