No title
CREATE AGGREGATE group_concat(text) (
SFUNC = _group_concat,
STYPE = text
);
is it availabe in oracle..?
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.klaver@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
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