From: | Brian Avis <brian(dot)avis(at)searhc(dot)org> |
---|---|
To: | Devrim GUNDUZ <devrim(at)tr(dot)net> |
Cc: | pgsql-general(at)PostgreSQL(dot)org |
Subject: | Re: SELECT question |
Date: | 2003-01-30 23:21:15 |
Message-ID: | 3E39B36B.6030100@searhc.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
That did it. Thanks.
Devrim GUNDUZ wrote:
>Hi,
>
>On Fri, 2003-01-31 at 01:11, Brian Avis wrote:
>
>
>>I want to run a SELECT on a text field and match any of the following.
>>
>>brian
>>Brian
>>BRIAN
>>
>>Or any other combination. How do I tell SQL to ignore case when doing
>>a SELECT?
>>
>>
>
>SELECT * FROM table WHERE column ILIKE 'brian%';
>
>should work.
>
>Best regards,
>--
>Devrim GUNDUZ
>www.gunduz.org
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>
>
--
Brian Avis
SEARHC Medical Clinic
Juneau, AK 99801
(907) 463-4049
Have a nice diurnal anomaly!
From | Date | Subject | |
---|---|---|---|
Next Message | Devrim GUNDUZ | 2003-01-30 23:24:09 | Re: SELECT question |
Previous Message | scott.marlowe | 2003-01-30 23:17:55 | Re: SELECT question |