Re: Searching/inserting certain Unicode characters
Hi,
Hi,
The "given select statement" that you refer was this:
mysql> SELECT hex(utf8) FROM table_name WHERE utf8 = 0xC2A0;
+-----------+
| hex(utf8) |
+-----------+
| C2A0 |
+-----------+
1 row in set (0.00 sec)
There are no single quote marks around 0xC2A0.
Your addition of single quotes is what caused failures.
The string should be all hex, or CONCATenated with other strings.
Peter Gulutzan
MySQL / Oracle
Subject
Views
Written By
Posted
20961
February 14, 2011 09:48AM
4748
February 16, 2011 01:03AM
3826
February 21, 2011 08:17AM
3394
February 23, 2011 04:06PM
3091
February 23, 2011 05:21PM
3128
February 23, 2011 10:14PM
4693
February 17, 2011 06:34PM
3765
February 21, 2011 07:49AM
Re: Searching/inserting certain Unicode characters
2692
February 27, 2011 11:43AM
2698
February 27, 2011 01:14PM
3199
March 06, 2011 01:48PM
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.