Re: Group By? - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Group By?
Date
Msg-id 20051122050724.GA4116@wolff.to
Whole thread Raw
In response to Group By?  (Bob Pawley <rjpawley@shaw.ca>)
List pgsql-general
On Mon, Nov 21, 2005 at 15:53:15 -0800,
  Bob Pawley <rjpawley@shaw.ca> wrote:
> I want to take the serial ID of several values in different rows in one table and insert them into a single row of
anothertable. 
>
> Would the 'group by' command be the best way to do this?

From your description I think it is more likely you want to use subselects.

pgsql-general by date:

Previous
From: Jeremy Sellors
Date:
Subject: Re: Createlang plpgsql
Next
From: Bob Pawley
Date:
Subject: Re: Group By?