I'm guessing that you mean in a SQL sentence.

Well, depending on what SQL engine're you using it's case sensitive or
not.

MySQL don't take diferent case as diferent string, thats why is the
'binary' date type.

In that case you have two alternatives, or change the field type to
binary, or cast it in the where statement.

El lun, 14-06-2004 a las 14:36, QT escribió:
> Dear Sirs,
> 
> When I use where statement, I see that there is no meaning small and big
> letter. Without looking small caps or big, result comes back. But I want to
> match only small letters. How can I do that?
> 
> Best REgards

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to