Re: Collations and REGEXP
First of all, I need to note that this problem is not really
related to character sets and collations. This is solely regex problem.
I found that query works fine for me:
mysql> select a, a rlike '^test$' from t1;
+---------+------------------+
| a | a rlike '^test$' |
+---------+------------------+
| test | 1 |
| testing | 0 |
+---------+------------------+
2 rows in set (0.00 sec)
If it does not help, feel free to report it as a bug.
Subject
Views
Written By
Posted
2764
March 10, 2006 04:05AM
Re: Collations and REGEXP
1753
April 25, 2006 03:34AM
1711
April 25, 2006 03:48AM
1873
May 17, 2006 10:58AM
1779
June 08, 2006 05:28AM
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.