Just my two cents: have you tried the following?
SELECT nev FROM hosoktest WHERE (nev = 'Pokember') OR (nev = \
'pokember');
Bogdan
Barnabas BONA wrote:
> If I execute the following select:
> SELECT nev FROM hosoktest WHERE nev = 'pokember' OR nev = \
> 'Pokember'
> I got only 'pokember' but 'Pokember' not...
>
> If I execute the following:
> SELECT nev FROM hosoktest WHERE nev = 'Pokember' OR nev = \
> 'pokember'
> I got only 'Pokember'.
>
> If I execute:
> SELECT nev FROM hosoktest WHERE nev = 'Pokember'
> I got correctly 'Pokember' only.
>
> If I execute:
> SELECT nev FROM hosoktest WHERE nev = 'pokember'
> I got correctly 'pokember' only.
sql
---------------------------------------------------------------------
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