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 [email protected] -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
