Problem with sql function LOWER

Поиск
Список
Период
Сортировка
От Th Templ
Тема Problem with sql function LOWER
Дата
Msg-id F170q0XVy6REY3U8xT600006a26@hotmail.com
обсуждение исходный текст
Список pgsql-jdbc
Hello,

I try to make this sql request but it returns nothing...

Tables personne
Nom       | Prenom
----------|------------
Test      | Test1

SELECT Nom,Prenom from personne where LOWER(personne.personne_nom)='test';

(0 row)

Is this syntax not correct?
Thanks for your help.
Templth

_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail.
http://www.hotmail.com




В списке pgsql-jdbc по дате отправления:

Предыдущее
От: tony
Дата:
Сообщение: Re: Problem with accentuated characters
Следующее
От: Steve Brett
Дата:
Сообщение: Re: Problem with sql function LOWER