R: R: R: [GENERAL] How to check if 2 series of data are equal

2009-02-12 Thread Paolo Saudin
-Messaggio originale- Da: Adrian Klaver [mailto:akla...@comcast.net] Inviato: giovedì 12 febbraio 2009 23.22 A: Paolo Saudin Cc: pgsql-general@postgresql.org Oggetto: Re: R: R: [GENERAL] How to check if 2 series of data are equal On Thursday 12 February 2009 11:37:37 am Paolo Saudin

Re: R: R: [GENERAL] How to check if 2 series of data are equal

2009-02-12 Thread Octavio Alvarez
On Thu, 2009-02-12 at 14:21 -0800, Adrian Klaver wrote: > On Thursday 12 February 2009 11:37:37 am Paolo Saudin wrote: > > > SELECT fulldate,sensor > FROM (SELECT fulldate,sensor,count(sensor) > FROM (SELECT 1 AS station, fulldate, meanvalue AS sensor FROM > table1 > UNION >

Re: R: R: [GENERAL] How to check if 2 series of data are equal

2009-02-12 Thread Adrian Klaver
On Thursday 12 February 2009 11:37:37 am Paolo Saudin wrote: > > > > Can be the same data ( and it is ) because of errors in the remote > > stations configurations. > > The Stations and parameters IDs were mixed up resulting in same data > > in different tables ... > > > > > >I am afraid I more co

R: R: [GENERAL] How to check if 2 series of data are equal

2009-02-12 Thread Paolo Saudin
t;A: pgsql-general@postgresql.org > >Cc: Paolo Saudin > >Oggetto: Re: [GENERAL] How to check if 2 series of data are equal > > >On Thursday 12 February 2009 12:06:41 am Paolo Saudin wrote: > >> Hi, > >> > >> I have 14 tables filled with meteorol

Re: [GENERAL] How to check if 2 series of data are equal

2009-02-12 Thread Sam Mason
On Thu, Feb 12, 2009 at 09:06:41AM +0100, Paolo Saudin wrote: > I have 14 tables filled with meteorological data, one record > per parameter per hour. The id field holds the parameter type > (1=temperature, 2=humidity ...) My problem is that for short periods > (maybe one week, one month) there are

Re: R: [GENERAL] How to check if 2 series of data are equal

2009-02-12 Thread Adrian Klaver
l.org > >Cc: Paolo Saudin > >Oggetto: Re: [GENERAL] How to check if 2 series of data are equal > > >On Thursday 12 February 2009 12:06:41 am Paolo Saudin wrote: > >> Hi, > >> > >> I have 14 tables filled with meteorological data, one record per >

R: [GENERAL] How to check if 2 series of data are equal

2009-02-12 Thread Paolo Saudin
>-Messaggio originale- >Da: pgsql-general-ow...@postgresql.org >[mailto:pgsql-general-ow...@postgresql.org] Per conto di Adrian Klaver >Inviato: giovedì 12 febbraio 2009 17.28 >A: pgsql-general@postgresql.org >Cc: Paolo Saudin >Oggetto: Re: [GENERAL] How to check if

Re: [GENERAL] How to check if 2 series of data are equal

2009-02-12 Thread Adrian Klaver
On Thursday 12 February 2009 12:06:41 am Paolo Saudin wrote: > Hi, > > I have 14 tables filled with meteorological data, one record per parameter > per hour. The id field holds the parameter type (1=temperature, 2=humidity > ...) My problem is that for short periods (maybe one week, one month) ther

[GENERAL] How to check if 2 series of data are equal

2009-02-12 Thread Paolo Saudin
Hi, I have 14 tables filled with meteorological data, one record per parameter per hour. The id field holds the parameter type (1=temperature, 2=humidity ...) My problem is that for short periods (maybe one week, one month) there are two stations with the same data, I mean the temperature of ta