Check the manual on field types.
CHAR and VARCHAR are not case sensitive.
TEXT is.

Dave Cave wrote:
> 
> I have been running the 'menagerie' tutorial from the mySQL manual and sure
> enough SELECT * FROM pet WHERE name REGEXP "[wW]"; returns Claws, Bowser and
> Whistler. However, when I run SELECT * FROM pet WHERE name REGEXP "[w]"; (or
> [W]) I still get the same results. Is there something I need to set to make
> the expression case sensitive?
>

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to