Christian,

> SELECT 'ä' = '\\';
> gives 1 as result!

Not on my server, and with my character set (latin1_de):

mysql> STATUS
--------------
mysql  Ver 12.18 Distrib 4.0.10-gamma, for Win95/Win98 (i32)

Connection id:          6
Current database:       menagerie
Current user:           superuser@localhost
SSL:                    Not in use
Server version:         4.0.10-gamma-max-nt-log
Protocol version:       10
Connection:             localhost via TCP/IP
Client characterset:    latin1_de
Server characterset:    latin1_de
TCP port:               3306
Uptime:                 1 hour 8 min 5 sec

Threads: 2  Questions: 462  Slow queries: 4  Opens: 10  Flus
--------------

mysql> SELECT 'ä' = '\\';
+------------+
| 'ä' = '\\' |
+------------+
|          0 |
+------------+
1 row in set (0.00 sec)

Regards,
--
  Stefan Hinz <[EMAIL PROTECTED]>
  iConnect GmbH <http://iConnect.de>
  Heesestr. 6, 12169 Berlin (Germany)
  Telefon: +49 30 7970948-0  Fax: +49 30 7970948-3

[filter fodder: sql, mysql, query]


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