Ramesh T schrieb am 24.02.2015 um 19:08:
> CREATE AGGREGATE group_concat(text) (
>     SFUNC = _group_concat,
>     STYPE = text
> );
> is it availabe in oracle..?

https://docs.oracle.com/cd/E11882_01/server.112/e41084/functions089.htm#SQLRF30030



-- 
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