MySQL Forums
Forum List  »  Newbie

Re: concat for numbers
Posted by: Arie Nagel
Date: August 15, 2005 11:24AM

Try this:

SELECT CAST(CONCAT(1, ' ', 2) AS CHAR);

See also:

http://dev.mysql.com/doc/mysql/en/cast-functions.html

Options: ReplyQuote


Subject
Written By
Posted
August 15, 2005 04:32AM
Re: concat for numbers
August 15, 2005 11:24AM
August 16, 2005 01:42AM


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.