funstions for parsing words

Поиск
Список
Период
Сортировка
От John Kopanas
Тема funstions for parsing words
Дата
Msg-id 1DFC0740-7EF9-4104-BDDF-C1436453EF33@protoseinc.com
обсуждение исходный текст
Ответы Re: funstions for parsing words  (Tony Wasson <ajwasson@gmail.com>)
Список pgsql-sql
I have a table called Phrases that holds the text of a phrase. I want
write a query that will return all the words found in all the text of
the Phrases. Like so:


Phrases:
------------
"Hello World"
"Goodbye World"
"I like candy

Words (select statement result):
------------
"Hello"
"World"
"Goodbye"
"I"
"Like"
"Candy"

Is anything like this possible?

Thanks alot.

Your Friend,

John Kopanas


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

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: echo/printf function in plpgsql
Следующее
От: Tony Wasson
Дата:
Сообщение: Re: funstions for parsing words