Re: UNION question - Mailing list pgsql-general

From Hartman, Matthew
Subject Re: UNION question
Date
Msg-id 366642367C5B354197A1E0D27BC175BD02259891@KGHMAIL.KGH.ON.CA
Whole thread Raw
In response to Re: UNION question  ("Hartman, Matthew" <Matthew.Hartman@krcc.on.ca>)
Responses Re: UNION question
List pgsql-general
> > From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-
> > owner@postgresql.org] On Behalf Of Brandon Metcalf
> > Sent: Friday, July 10, 2009 12:16 PM
>
> Change it to this:

Sorry, I forgot that you need to split the GROUP BY clause as well in a
similar manner to the WHERE clause. And unless you have duplicate rows
to eliminate, use UNION ALL rather than UNION for a speed increase.

Matthew Hartman
Programmer/Analyst
Information Management, ICP
Kingston General Hospital
.now.


pgsql-general by date:

Previous
From: "Hartman, Matthew"
Date:
Subject: Re: UNION question
Next
From: Tom Lane
Date:
Subject: Re: UNION question