> How do I identify all of the unique characters within a text field?
select distinct regexp_split_to_table('hello world', E'');-- nathan wagner -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
