lement
);
regards,
Marc Mamin
> -Original Message-
> From: pgsql-sql-ow...@postgresql.org [mailto:pgsql-sql-
> ow...@postgresql.org] On Behalf Of Torsten Grust
> Sent: Dienstag, 28. Mai 2013 17:08
> To: pgsql-sql@postgresql.org
> Subject: Re: [SQL] reduce many loosely
On 5/28/2013 11:04 AM, Torsten Grust wrote:
On 25 May 2013, at 9:19, Bill MacArthur wrote (with possible deletions):
[...]
select * from test;
id | rspid | nspid | cid | iac | newp | oldp | ppv | tppv
+---+---+-+-+--+--+-+-
1 | 2 | 3 |
On 25 May 2013, at 9:19, Bill MacArthur wrote (with possible deletions):
[...]
select * from test;
id | rspid | nspid | cid | iac | newp | oldp | ppv | tppv
+---+---+-+-+--+--+-+-
1 | 2 | 3 | 4 | t | | | |
1 | 2 |
reff: [SQL] reduce many loosely related rows down to one
Here is a boiled down example of a scenario which I am having a bit of
difficulty solving.
This is a catchall table where all the rows are related to the "id" but are
entered by different unrelated processes that do not necessaril
>
> Von: pgsql-sql-ow...@postgresql.org [pgsql-sql-ow...@postgresql.org]" im
> Auftrag von "Bill MacArthur [webmas...@dhs-club.com]
> Gesendet: Samstag, 25. Mai 2013 09:19
> An: pgsql-sql@postgresql.org
> Betreff: [SQL] redu
Here is a boiled down example of a scenario which I am having a bit of
difficulty solving.
This is a catchall table where all the rows are related to the "id" but are
entered by different unrelated processes that do not necessarily have access to the other
data bits.
CREATE TABLE test (