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
>-Messaggio originale- >Da: pgsql-general-ow...@postgresql.org >[mailto:pgsql-general-ow...@postgresql.org] Per conto di Adrian Klaver >Inviato: giovedì 12 febbraio 2009 18.57 >A: Paolo Saudin >Cc: pgsql-general@postgresql.org >Oggetto: Re: R: [GENERAL] How to chec

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

2009-02-12 Thread Adrian Klaver
- "Paolo Saudin" wrote: > >-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: [GEN

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 2 series of data are eq