Re: I need to find all of the unique characters within a text field

Поиск
Список
Период
Сортировка
От nw@hydaspes.if.org
Тема Re: I need to find all of the unique characters within a text field
Дата
Msg-id 49708.66.227.17.7.1257805012.squirrel@granicus.if.org
обсуждение исходный текст
Ответ на I need to find all of the unique characters within a text field  ("Campbell, Lance" <lance@illinois.edu>)
Список pgsql-admin
> How do I identify all of the unique characters within a text field?

select distinct regexp_split_to_table('hello world', E'');

--
nathan wagner



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

Предыдущее
От: "Campbell, Lance"
Дата:
Сообщение: I need to find all of the unique characters within a text field
Следующее
От: "Campbell, Lance"
Дата:
Сообщение: 8.4 auto vacuum