Re: case insensitive search - Mailing list pgsql-sql

From tjk@tksoft.com
Subject Re: case insensitive search
Date
Msg-id 200007030658.XAA15921@uno.tksoft.com
Whole thread Raw
In response to case insensitive search  (Joern Muehlencord <jomu@uni-paderborn.de>)
List pgsql-sql
Joern,
select myfield from tablea where lower(myfield) = 'mysearch';
or
select myfield from tablea where myfield ~* 'mysearch';


Troy

>
> Hello together,
>
> how can I handle case insensitive search in a table?
>
>
>
> --
> Linux is like wigwam - no windows, no gates, apache inside.
> In diesem Sinne
>   Joern
>
>
>

pgsql-sql by date:

Previous
From: Jochen Schmidt
Date:
Subject: isnull or coalesce isn't working
Next
From: "Adam Walczykiewicz"
Date:
Subject: SPI documantation