query tab name
| User, date | Message |
|---|---|
|
Written by panofish
2 years ago Category: General 4 posts since Wed, 23 Feb 11 |
I have a query that contains multiple sql selects. When executed it show corresponding tabs for each select. However, each tab name contains the name of the table, which in my case is the same table for all selects. Is there a way to specify a unique name for each tab? |
|
Written by ansgar
2 years ago 3950 posts since Fri, 07 Apr 06 |
No, the table name is automatically taken if it is determinable from the query result. If you have just computed results the tabs are numbered ("Result #1", "Result #2"). |
|
Written by panofish
2 years ago 4 posts since Wed, 23 Feb 11 |
Not just a unique name, but an intelligent name. e.g. "duplicates", "Spending"... etc. |
|
Written by ansgar
2 years ago 3950 posts since Fri, 07 Apr 06 |
What? Was that a question now? |
|
Written by panofish
2 years ago 4 posts since Wed, 23 Feb 11 |
I was trying to clarify my original question. I want to know if there is a way to specify an intelligent name for each tab other than result#1, result#2? |
|
Written by ansgar
2 years ago 3950 posts since Fri, 07 Apr 06 |
Ah ok. And no, there is no way to do that. |
|
Written by panofish
2 years ago 4 posts since Wed, 23 Feb 11 |
ok.. thanks |
|
Written by greenbox
3 months ago 1 posts since Mon, 25 Feb 13 |
That's a shame :( It could be nice , If it displayed defined or redefined table name , like if I make subQueries... |
|
Please login to leave a reply, or register at first. |