--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I know how to use the " like %...% " function in MYSQL to > serarch for text... > > > Is there another function that we can search for blank fields ? > > Or more specifically, fields which do not contain - a-z, > 0 (or 0-9) > > Can we use normal preg commands in a MYSQL query ? > > G
Sure. Take a look at RLIKE instead of LIKE. James Keeline
