Re: how to ignore case - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: how to ignore case
Date
Msg-id 1116531053.31821.107.camel@state.g2switchworks.com
Whole thread Raw
In response to Re: how to ignore case  (Scott Marlowe <smarlowe@g2switchworks.com>)
List pgsql-admin
On Thu, 2005-05-19 at 14:20, Scott Marlowe wrote:

> or REGEX:
>
> select * from table where lower ~* '.*abc.*';

That second one should be:

select * from table where somefield ~* '.*abc.*';

either too much or not enough coffee

pgsql-admin by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: how to ignore case
Next
From: "Tomeh, Husam"
Date:
Subject: Re: Can you generate SQL by using SQL in Postgres?