Hi,
why does Mysql consider an 'ä' as equal to '\' ???
The query
SELECT 'ä' = '\\';
gives 1 as result!
Is this a bug ?
Greetings,
Christian
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
h
Seems to be only a problem when I send the statement to mysql over php. If
I enter the statement with the command line tool everything is fine.
So this is not a mysql problem.
At 15:58 20.02.2003 +0100, Stefan Hinz wrote:
Christian,
> SELECT 'ä' = '\\';
> gives 1 as result!
Not on my server, a