Re: [GENERAL] select LIKE

Поиск
Список
Период
Сортировка
От Kevin Heflin
Тема Re: [GENERAL] select LIKE
Дата
Msg-id Pine.LNX.4.02.9809032236150.11590-100000@mercury.shreve.net
обсуждение исходный текст
Ответ на Re: [GENERAL] select LIKE  (David Hartwig <daybee@bellatlantic.net>)
Список pgsql-general
On Thu, 3 Sep 1998, David Hartwig wrote:

> > First question: is there a way to do this that is NOT case sensitive?>
> Use the case insensitive regular expression operator.
>     select * from rolodex where name ~* '.*$name.*'


Thanks! that solved both my problems.

Is this regular SQL or something more specific to PostgreSQL ?


The SQL book I looked through didn't show anything like this ~*

Kevin



--------------------------------------------------------------------
Kevin Heflin          | ShreveNet, Inc.      | Ph:318.222.2638 x103
VP/Mac Tech           | 333 Texas St #619    | FAX:318.221.6612
kheflin@shreve.net    | Shreveport, LA 71101 | http://www.shreve.net
--------------------------------------------------------------------


В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] big numbers
Следующее
От: David Hartwig
Дата:
Сообщение: Re: [GENERAL] select LIKE