Enrique Sanchez Vela wrote:
Hello Folks,

I would like to have MySQL differentiate between 'abc'
and 'ABC' both the server and clients. so far anything
I've done has not worked.

Is altering the column type an option ? If yes, you would change any 'text' for 'blob' and any 'varchar' for 'varchar binary', as a result 'ABC' would next be different to 'abc' (but 'i' would also be different to 'e').

--
Philippe Poelvoorde
COS Trading Ltd.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to