MySQL Forums
Forum List  »  General

[help] - It´s a bug with CONCAT function ?
Posted by: Carlos Junior
Date: September 24, 2008 12:07PM

Hello,

Has appear an error when i try execute this SQL script. In the SQL i try concat any fields for make 'pre-formated' to php apresentation.

SQL:
@s := concat(date_format(h.time_start, '%H:%i'), ' at ', date_format(h.time_end, '%H:%i'), '(', upper(pla.description), ')' ) description_for_combo_box,

Error:
Error Code : 1271
Illegal mix of collations for operation 'concat'
(0 ms taken)

Analista e Desenvolvedor WEB.

Options: ReplyQuote


Subject
Written By
Posted
[help] - It´s a bug with CONCAT function ?
September 24, 2008 12:07PM


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.