Re: Case sensitivity issue

From: Patrik Kudo <kudo(at)partitur(dot)se>
To: Michael Gay <mike7411(at)earthlink(dot)net>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Case sensitivity issue
Date: 2001-09-14 20:26:40
Message-ID: Pine.BSF.4.31.0109142226120.26062-100000@tb303.partitur.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

select * from Apples where lower(color) like '%red%';

ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
Känns det oklart? Fråga på!

On 9 Sep 2001, Michael Gay wrote:

> If I am doing a command such as
>
> select * from Apples where color like '%red%';
>
> how do I make it case insensitive?
>
> Thanks.
>
> mike
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Elphick 2001-09-14 20:28:22 Re: count of occurrences
Previous Message Andre Schnabel 2001-09-14 20:14:55 Re: need help