MySQL Forums
Forum List  »  Newbie

Re: read two fields as one
Posted by: Nick Roper
Date: August 18, 2004 03:59PM

Try:

SELECT CONCAT(field1,field2) AS somename
ORDER BY somename;

Nick

--
Nick Roper

Options: ReplyQuote


Subject
Written By
Posted
August 18, 2004 02:20PM
Re: read two fields as one
August 18, 2004 03:59PM
August 19, 2004 04:21PM


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.