Re: #HY000Illegal mix of collations for operation 'concat'
Thanks Brennon
One thing to know about this issue is that you can work around it without the new version. Basically the problem comes from the server not being able to compare utf-8 and latin1 strings. Our new character set support is good but can be better.
To avoid this issue using the current code on a latin1 table, you would need to use the CAST and CONVERT functions to make sure your literals were latin1. When 1.0.2 comes out, you will still need to use these functiosn when the literals are a different charset than what you selected. So if 99% of your table columns are latin1 but once table is multi-lingual, then you would need to use the CAST and CONVERT operations to make sure those literals were treated correctly.
-reggie
Subject
Written By
Posted
November 05, 2004 03:13PM
November 09, 2004 07:56AM
November 09, 2004 03:59PM
November 10, 2004 08:17AM
November 11, 2004 07:18PM
November 12, 2004 12:19AM
November 13, 2004 03:30PM
November 14, 2004 04:58AM
November 14, 2004 09:06AM
November 14, 2004 10:33AM
November 15, 2004 02:30PM
November 15, 2004 09:35AM
November 12, 2004 02:02AM
Re: #HY000Illegal mix of collations for operation 'concat'
November 12, 2004 09:41AM
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.