> >What about > >SELECT * FROM myTable WHERE title REGEX '.*\?.*' > Yikes! I just want to find a little ol' question mark! :-) Anyway, that returns every record in the database. Jon