Re: [INTERFACES] Case insensitive LIKE ?

Поиск
Список
Период
Сортировка
От Constantin Teodorescu
Тема Re: [INTERFACES] Case insensitive LIKE ?
Дата
Msg-id 381C3665.572E14EF@flex.ro
обсуждение исходный текст
Ответ на Case insensitive LIKE ?  (Constantin Teodorescu <teo@flex.ro>)
Ответы Re: [INTERFACES] Case insensitive LIKE ?
Список pgsql-interfaces
Hannu Krosing wrote:
> 
> Constantin Teodorescu wrote:
> >
> > Is there for PostgreSQL a modifier(parameter) that will make the LIKE
> > clause case insensitive ?
> 
> Maybe
> 
>  select * from t where lower(name) like 'john%';

Yes, it may work, but probably lower(name) won't work on ODBC->MS Access
...
I would like to preserve also the SQL commands betwen versions and not
to fill my program with IF's ..

-- 
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: [INTERFACES] Case insensitive LIKE ?
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: [INTERFACES] Case insensitive LIKE ?