On Mon, Nov 21, 2005 at 15:53:15 -0800, Bob Pawley <[EMAIL PROTECTED]> 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. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match