Re: Name result tab of query
Quote
Is it possible to rename the result tab ...
What's a "result tab"?
What
program are you running when you execute your queries.
I generally use the mysql command-line client - no "tabs" there:
> select avg(Magnitude) Average from earthquakes;
+---------+
| Average |
+---------+
| 6.2 |
+---------+
Regards, Phill W.
Subject
Views
Written By
Posted
14684
April 27, 2013 04:05PM
6848
April 28, 2013 12:29AM
5565
April 28, 2013 07:48AM
4891
April 28, 2013 02:59AM
4747
April 28, 2013 07:34AM
4556
April 28, 2013 02:52PM
Re: Name result tab of query
5272
April 29, 2013 05:29AM
4929
April 29, 2013 07:50AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.