Re: Group By?

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: Postgre General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Group By?
Date: 2005-11-22 05:07:24
Message-ID: 20051122050724.GA4116@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Nov 21, 2005 at 15:53:15 -0800,
Bob Pawley <rjpawley(at)shaw(dot)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 another table.
>
> 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.

In response to

  • Group By? at 2005-11-21 23:53:15 from Bob Pawley

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2005-11-22 05:53:10 Re: Group By?
Previous Message Jeremy Sellors 2005-11-22 04:12:07 Re: Createlang plpgsql