From: | "roy simkes" <roysimkes(at)hotmail(dot)com> |
---|---|
To: | "Sean Davis" <sdavis2(at)mail(dot)nih(dot)gov> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Non case sensitive |
Date: | 2006-08-14 13:27:31 |
Message-ID: | BAY108-W833910B395AA97FBF1F37A14E0@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
That's it!!! Thanks!
> Date: Mon, 14 Aug 2006 09:12:58 -0400> Subject: Re: [NOVICE] Non case sensitive> From: sdavis2(at)mail(dot)nih(dot)gov> To: roysimkes(at)hotmail(dot)com; pgsql-novice(at)postgresql(dot)org> > > > > On 8/14/06 8:57 AM, "roy simkes" <roysimkes(at)hotmail(dot)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
_________________________________________________________________
Try Live.com: where your online world comes together - with news, sports, weather, and much more.
http://www.live.com/getstarted
From | Date | Subject | |
---|---|---|---|
Next Message | Brendon Gleeson | 2006-08-14 13:29:04 | Re: Non case sensitive |
Previous Message | Sean Davis | 2006-08-14 13:12:58 | Re: Non case sensitive |