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
18274
February 14, 2011 09:48AM
4329
February 16, 2011 01:03AM
3454
February 21, 2011 08:17AM
3068
February 23, 2011 04:06PM
2781
February 23, 2011 05:21PM
2840
February 23, 2011 10:14PM
4213
February 17, 2011 06:34PM
3328
February 21, 2011 07:49AM
Re: Searching/inserting certain Unicode characters
2433
February 27, 2011 11:43AM
2424
February 27, 2011 01:14PM
2886
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.