can somebody execute this query on Oracle 11.2g and send result? - Mailing list pgsql-hackers

From Pavel Stehule
Subject can somebody execute this query on Oracle 11.2g and send result?
Date
Msg-id 162867791001280610t195b3394ge2629619d9683860@mail.gmail.com
Whole thread Raw
Responses Re: can somebody execute this query on Oracle 11.2g and send result?  ("Jonah H. Harris" <jonah.harris@gmail.com>)
List pgsql-hackers
Hello,

I can't to install Oracle, and need to know result.

CREATE TABLE foo(a varchar(10), b varchar(10));

INSERT INTO foo VALUES('aaa',',');
INSERT INTO foo VALUES('bbb',';');
INSERT INTO foo VALUES('ccc','+');

SELECT listagg(a,b) FROM foo;

Thank you

Pavel Stehule


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Review: listagg aggregate
Next
From: Robert Haas
Date:
Subject: Re: CommitFest status summary 2010-01-27