Re: Horizontal aggregation? - Mailing list pgsql-general

From hamann.w@t-online.de
Subject Re: Horizontal aggregation?
Date
Msg-id wolfgang-1120414094715.A0426706@amadeus3.local
Whole thread Raw
In response to Re: Horizontal aggregation?  (Abel Abraham Camarillo Ojeda <acamari@the00z.org>)
List pgsql-general

>> >>
>> >> Hi,
>> >>
>> >> I am looking for a feature that would select from a table with
>> >>
>> >> If such an operator exists, would there be a "remove duplicates" option?
>> >>
>> >> Regards
>> >> Wolfgang Hamann
>> >>
>> >
>> > select k, array_agg(distinct val ) from t;
>> >
>> > See the docs: http://www.postgresql.org/docs/9.1/static/sql-expressions.h=
>> tml#SYNTAX-AGGREGATES
>>
>> obviously I forgot the group by:
>>
>>
>> select k, array_agg(distinct val ) from t group by k;

Hi Abel,

thanks a lot.

Regards
Wolfgang Hamann


pgsql-general by date:

Previous
From: hamann.w@t-online.de
Date:
Subject: Re: non-static LIKE patterns
Next
From: Albretch Mueller
Date:
Subject: Re: Any information about the PostgreSQL Certified Engineer program?