RE in WHERE

Поиск
Список
Период
Сортировка
От Patrick Nelson
Тема RE in WHERE
Дата
Msg-id 4165C48DE9A0D211B6400800095C585F172E6C@WASHINGTON
обсуждение исходный текст
Ответы Re: RE in WHERE
Re: RE in WHERE
Список pgsql-general
SELECT * FROM secure WHERE ~ '^12\.';

displays

    host
-----------------
 12.28.18.10
 12.41.17.174
 128.121.247.126
...

Escaping the dot should only show the 12. entries right?  What is the proper
RE for this?

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

Предыдущее
От: Josh Burdick
Дата:
Сообщение: question about executing JOINs
Следующее
От: Jean-Luc Lachance
Дата:
Сообщение: Re: RE in WHERE