Re: Group By?

From: "Guy Rouillier" <guyr(at)masergy(dot)com>
To: "Postgre General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Group By?
Date: 2005-11-22 00:25:55
Message-ID: CC1CF380F4D70844B01D45982E671B239E8CB5@mtxexch01.add0.masergy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Converted your message to plain text as preferred on most mailing lists.

Bob Pawley 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?

Could you provide an actual example? The wording of your question is a
little vague and an example might help solicit an answer to the actual
problem. For example, are these serial ID values all in a the same
column in the source table? Or is each one in a different column? And
what is the selection criteria that brings these results together?

--
Guy Rouillier

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moseley 2005-11-22 00:26:39 Re: SQL Help: Multiple LEFT OUTER JOINs
Previous Message A.j. Langereis 2005-11-22 00:04:34 Re: Difference in indexes