Re: How to extract a substring using Regex

Поиск
Список
Период
Сортировка
От Postgres User
Тема Re: How to extract a substring using Regex
Дата
Msg-id b88c3460708231801k51dcbad3nbd6c45c3fb7418c8@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to extract a substring using Regex  (Michael Glaesemann <grzm@seespotcode.net>)
Ответы Re: How to extract a substring using Regex  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-general
> > Yes, I read the manual.  I think I had a problem because of the
> > special chars (< / >) that I'm trying to search for...  Still looking
> > for the right syntax.
>
> Why don't you show us what you've tried and the errors you're
> getting? That way we can help you figure out what you're doing wrong
> rather than just give you an answer.
>
> Michael Glaesemann

SELECT substring(data_field from '<name>(.)</name>')
FROM myTable

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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: How to extract a substring using Regex
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: Geographic High-Availability/Replication