Re: Non case sensitive - Mailing list pgsql-novice

From roy simkes
Subject Re: Non case sensitive
Date
Msg-id BAY108-W833910B395AA97FBF1F37A14E0@phx.gbl
Whole thread Raw
In response to Non case sensitive  ("roy simkes" <roysimkes@hotmail.com>)
List pgsql-novice
That's it!!! Thanks!


> Date: Mon, 14 Aug 2006 09:12:58 -0400
> Subject: Re: [NOVICE] Non case sensitive
> From: sdavis2@mail.nih.gov
> To: roysimkes@hotmail.com; pgsql-novice@postgresql.org
>
>
>
>
> On 8/14/06 8:57 AM, "roy simkes" <roysimkes@hotmail.com> wrote:
>
> > Is there a way that select's where clause can be used as insensitive to the
> > case? I mean:
> > "SELECT * FROM table WHERE field LIKE 'f' " will return every row that field
> > begins with a "f" or a "F". Without writing " field LIKE 'f' OR field LIKE 'F'
> > " of course.
>
> Use ILIKE instead of LIKE?
>
> Sean
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings


With MSN Spaces email straight to your blog. Upload jokes, photos and more. It's free! It's free!

pgsql-novice by date:

Previous
From: Brendon Gleeson
Date:
Subject: Re: Non case sensitive
Next
From: "ben sewell"
Date:
Subject: Re: can someone tell me what's wrong with this procedure?