Re: [INTERFACES] Case insensitive LIKE ?

Поиск
Список
Период
Сортировка
От Wim Ceulemans
Тема Re: [INTERFACES] Case insensitive LIKE ?
Дата
Msg-id 381C6ECC.1A8992C3@nice.be
обсуждение исходный текст
Ответ на Case insensitive LIKE ?  (Constantin Teodorescu <teo@flex.ro>)
Список pgsql-interfaces
The case insensitive equivalent in postgreSQL is:
select ~* 'john'

Constantin Teodorescu wrote:
> 
> I'm writing an application that should work with PostgreSQL server on
> Linux and ODBC-MS Access on Windows.
> 
> I'm using the TclODBC package that works just fine.
> 
> Under Windows, with ODBC->MS Access , the select LIKE 'john%' works case
> insensitive!
> Under Linux with PostgreSQL 6.5.2 , the LIKE clause is case sensitive!
> 
> Is there for PostgreSQL a modifier(parameter) that will make the LIKE
> clause case insensitive ?
> 
> TIA,
> Constantin Teodorescu
> FLEX Consulting Braila, ROMANIA
> 
> ************

-- 
Wim Ceulemans
Nice bvba www.nice.be
Eglegemweg 3, 2811 Hombeek Belgium
Tel 0032-15-412953 Fax 0032-15-412954


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

Предыдущее
От: "D'Arcy" "J.M." Cain
Дата:
Сообщение: Re: [INTERFACES] Case insensitive LIKE ?
Следующее
От: "Moray McConnachie"
Дата:
Сообщение: Re: [INTERFACES] Case insensitive LIKE ?