Re: "compressing" consecutive values into one - Mailing list pgsql-sql

From Louis-David Mitterrand
Subject Re: "compressing" consecutive values into one
Date
Msg-id 20101123181329.GA22721@apartia.fr
Whole thread Raw
In response to Re: "compressing" consecutive values into one  ("Oliveiros d'Azevedo Cristina" <oliveiros.cristina@marktest.pt>)
Responses Re: "compressing" consecutive values into one  (bricklen <bricklen@gmail.com>)
List pgsql-sql
On Tue, Nov 23, 2010 at 03:31:59PM -0000, Oliveiros d'Azevedo Cristina wrote:
> Salut, Louis-David,
> 
> Can you please state the columns belonging to price table
> and give a concrete example?
> Say, data before and data after you want to do?

Hi Cristina,

Data before:
id_price | price----------------1        | 233        | 454        | 456        | 458        | 459        | 89

Data after:
id_price | price----------------1        | 238        | 459        | 89

Thanks,


pgsql-sql by date:

Previous
From: "Oliveiros d'Azevedo Cristina"
Date:
Subject: Re: "compressing" consecutive values into one
Next
From: bricklen
Date:
Subject: Re: "compressing" consecutive values into one