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.
> 
> Jiri Mikulas
> [EMAIL PROTECTED]
> http://www.anglictina.com
> ICQ: 108 36 60 66
> Admin - anglictina.com
> 
There are several ways:
1. When creating tables, use "text" fields instead of "char" or
"varchar".
2. When creating tables, use "char binary" or "varchar binary" fields.
3. Cast the field in the query. Ex:  SELECT * FROM names WHERE BINARY
fname = "Joe";

Most importantly, read the manual.

---------------------------------------------------------------------
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