At 6:15 PM -0500 7/14/01, Paul DuBois wrote:
>At 3:15 PM -0700 7/14/01, xris wrote:
>>I have a very simple query that used to work and then recently stopped. It
>>goes something like:
>>
>>SELECT name FROM Items WHERE category RLIKE '^\* new cat \*';
>>
>>Now, I'm pretty familiar with how regex w
At 3:15 PM -0700 7/14/01, xris wrote:
>I have a very simple query that used to work and then recently stopped. It
>goes something like:
>
>SELECT name FROM Items WHERE category RLIKE '^\* new cat \*';
>
>Now, I'm pretty familiar with how regex works, and I was pretty sure that
>when I put a \ in
I have a very simple query that used to work and then recently stopped. It
goes something like:
SELECT name FROM Items WHERE category RLIKE '^\* new cat \*';
Now, I'm pretty familiar with how regex works, and I was pretty sure that
when I put a \ in front of the * it would interpret it as a * i