1 message in com.mysql.lists.win32Case-Sensitive
FromSent OnAttachments
Melissa Dougherty24 Aug 2006 11:14 
Subject:Case-Sensitive
From:Melissa Dougherty (meli@cse-corp.com)
Date:08/24/2006 11:14:44 AM
List:com.mysql.lists.win32

Is there a way to change the MySQL text data types to be case insensitive? I
have a varchar column that's a PK and it will not allow two rows of the same
value, one in UPPERcase and one in LOWERcase. Does MySQL treat the below
records a unique??

MYSQL.doc

mysql.doc

Melissa