Re: [INTERFACES] Case insensitive LIKE ? - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Re: [INTERFACES] Case insensitive LIKE ?
Date
Msg-id 381C3665.572E14EF@flex.ro
Whole thread Raw
In response to Case insensitive LIKE ?  (Constantin Teodorescu <teo@flex.ro>)
Responses Re: [INTERFACES] Case insensitive LIKE ?
List 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 by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: [INTERFACES] Case insensitive LIKE ?
Next
From: Hannu Krosing
Date:
Subject: Re: [INTERFACES] Case insensitive LIKE ?