RE: case sensitive selects

2001-02-22 Thread Carsten H. Pedersen
A comparison will be case sensitivie, if any sub-part of the expression is case sensitive. There are several ways to solve this: 1) CREATE or ALTER your tables so that the relevant CHAR and VARCHAR fields are of type BINARY; change TEXTs to BLOBs 2) Use a case-sensitive, but neutral function whe

Re: case sensitive selects

2001-02-21 Thread Gerald L. Clark
Jiøí Mikulá¹ wrote: > > Hi all. > I have problem with MySQL 3.23.32 on FreeBSD4.2 > SELECTs are not case sensitive, any suggestion how to set it ? > I'v looked into DOCs, but i'm not so clever from it :(( ... > my config options was only > > ./configure --prefix=/usr/local/mysql > > Many thaks.