Query Problem - Mailing list pgsql-sql

From Abdul Wahab Dahalan
Subject Query Problem
Date
Msg-id 3FB03613.7090207@mimos.my
Whole thread Raw
Responses Re: Query Problem  (Joe Conway <mail@joeconway.com>)
List 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.

>  
>



pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: pg 7.4.rc1, Range query performance
Next
From: ow
Date:
Subject: Re: pg 7.4.rc1, Range query performance