MySQL Forums
Forum List  »  Newbie

Re: How can I return column-name?
Posted by: Chris Stubben
Date: July 20, 2005 05:49PM

Actually, just use the CONCAT function instead.


select concat('state,' , state, ',city,' , city) from tmp;


Chris

Options: ReplyQuote


Subject
Written By
Posted
Re: How can I return column-name?
July 20, 2005 05:49PM


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.