MySQL Forums
Forum List  »  General

Re: REGEXP - search for "something\QQQsomething"
Posted by: s g
Date: October 10, 2005 08:13AM

it also returns true for:

SELECT "somethingQQQsomething" REGEXP "\\QQQ";

which is something i don't expect.

i want the query to return true only if it finds "\QQQ" in
the subscring.

Options: ReplyQuote


Subject
Written By
Posted
Re: REGEXP - search for "something\QQQsomething"
s g
October 10, 2005 08:13AM


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.