Query Problem

From: Abdul Wahab Dahalan <wahab(at)mimos(dot)my>
To: pgsql-sql(at)postgresql(dot)org
Subject: Query Problem
Date: 2003-11-11 01:06:27
Message-ID: 3FB03613.7090207@mimos.my
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi there!

If I've a table like below.

>kk kj pngk vote
>
>01 02 c 10
>01 02 b 5
>
>
How do I make a query so that I can get a result
like this?

>
>kk kj pngk vote
>
>01 02 c,b 15
>
>
>
Any help pretty much appreciated.

>
>

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message ow 2003-11-11 01:10:39 Re: pg 7.4.rc1, Range query performance
Previous Message Stephan Szabo 2003-11-11 00:57:51 Re: pg 7.4.rc1, Range query performance