Re: Non case sensitive

Поиск
Список
Период
Сортировка
От roy simkes
Тема Re: Non case sensitive
Дата
Msg-id BAY108-W833910B395AA97FBF1F37A14E0@phx.gbl
обсуждение исходный текст
Ответ на Non case sensitive  ("roy simkes" <roysimkes@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Brendon Gleeson
Дата:
Сообщение: Re: Non case sensitive
Следующее
От: "ben sewell"
Дата:
Сообщение: Re: can someone tell me what's wrong with this procedure?