MySQL Forums
Forum List  »  MySQL Workbench

Re: Name result tab of query
Posted by: Phillip Ward
Date: April 29, 2013 05:29AM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
13696
April 27, 2013 04:05PM
6406
April 28, 2013 12:29AM
5131
April 28, 2013 07:48AM
4579
April 28, 2013 02:59AM
4381
April 28, 2013 07:34AM
4262
April 28, 2013 02:52PM
Re: Name result tab of query
4902
April 29, 2013 05:29AM
4590
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.