MySQL Forums
Forum List  »  General

Re: Column labels
Posted by: Mike Hillyer
Date: November 16, 2004 10:52AM

SELECT mycol AS displayname FROM table;

That will change the name of the column on display.

Mike Hillyer, Technical Writer
MySQL AB, www.mysql.com
Office: +1 403-380-6535

Blog: http://www.openwin.org/mike

"The Open Source movement has become a major force across the software industry, and MySQL is the world's most popular open source database."
--Fortune Magazine

Options: ReplyQuote


Subject
Written By
Posted
November 16, 2004 10:48AM
Re: Column labels
November 16, 2004 10:52AM
November 16, 2004 12:04PM
November 16, 2004 12:16PM


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.