On 02/24/2015 10:08 AM, Ramesh T wrote:
CREATE AGGREGATE group_concat(text) (
     SFUNC = _group_concat,
     STYPE = text
);
is it availabe in oracle..?

FYI, this is the Postgres list. You might have more success on an Oracle list.

--
Adrian Klaver
adrian.kla...@aklaver.com


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to