CREATE AGGREGATE group_concat(text) (
    SFUNC = _group_concat,
    STYPE = text
);
is it availabe in oracle..?

Reply via email to