Re: Pattern Matchig

Поиск
Список
Период
Сортировка
От Tk421
Тема Re: Pattern Matchig
Дата
Msg-id 47FBADDA.8040709@gmail.com
обсуждение исходный текст
Ответ на Re: Pattern Matchig  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-sql
Alvaro Herrera escribió: <blockquote cite="mid:20080408172409.GJ9062@alvh.no-ip.org" type="cite"><pre wrap="">Tk421
escribió:
 </pre><blockquote type="cite"><pre wrap="">   The result is only record number 3. How can i search the entire  
FOOBAR word? The result wanted must be all, excepting 5.   </pre></blockquote><pre wrap="">
Something like this:

select code from table where text ~ '[[:<:]]foobar[[:>:]]'
 </pre></blockquote> Thank you very much, it worked!<br /><br /> Gracias, Álvaro<br />

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Pattern Matchig
Следующее
От: novice
Дата:
Сообщение: count question