RE: text searching

2003-07-19 Thread Paul DuBois
At 14:53 -0400 7/19/03, [EMAIL PROTECTED] wrote: using colname like "string2search4" doen't seem to work for me w/ mysql also have tried select * table upb where Desc REGEXP "pipe"; as well as creating a (full text) index on the column. docs seem a little thin in this area, any tips or pointer

RE: text searching

2003-07-19 Thread mikedennisdanese
using colname like "string2search4" doen't seem to work for me w/ mysql also have tried select * table upb where Desc REGEXP "pipe"; as well as creating a (full text) index on the column. docs seem a little thin in this area, any tips or pointers to resources greatly appreciated. miked _