On Thu, Nov 10, 2011 at 8:34 AM, Thomas Kellerer <spam_ea...@gmx.net> wrote:

>
>>
> SELECT type,
>       string_agg(color, ',') as organized_by_type
> FROM clothes
> GROUP BY type;
>
>
>
wow, yes that is cleaner.

Thank you for taking the time - obviously I need to read through the string
functions again.

Reply via email to