Re: two records per row from query - Mailing list pgsql-sql

From A. Kretschmer
Subject Re: two records per row from query
Date
Msg-id 20090806142109.GL22410@a-kretschmer.de
Whole thread Raw
In response to Re: two records per row from query  (John <jfabiani@yolo.com>)
List pgsql-sql
In response to John :
> Thanks - the sessionid's in fact do match.  It's just that I can have more 
> than two (2) classes per sessionid.  So mytable might look like:
>  select * from mytable
>  1 2009/01/01 2101
>  2 2009/01/02 2101
>  3 2009/02/05 2101
>  4 2009/02/15 2101
>  5 2009/02/25 2101


Can you show/explain, which rows in your example contains now the values
for the new row?

Regards, Andreas
-- 
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net


pgsql-sql by date:

Previous
From: Leo Mannhart
Date:
Subject: Re: two records per row from query
Next
From: John
Date:
Subject: Re: two records per row from query