Re: sum query

From: Kretschmer Andreas <andreas_kretschmer(at)despammed(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: sum query
Date: 2004-12-04 15:14:28
Message-ID: 20041204151428.GA5772@kaufbach.delug.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

am Sat, dem 04.12.2004, um 12:38:11 -0000 mailte Andrew - Supernews folgendes:

Thank you for the very good explanation.

> Notice I haven't used either IN or UNION. Using IN in place of a join is
> unwise (even though recent versions can sometimes plan it as though it were
> a join); using UNION in place of an outer join is _very_ unwise. (In fact
> UNION / INTERSECT / EXCEPT should normally be reserved for those cases
> where there is simply no alternative.)

Okay. I'm learning ;-)

Andreas
--
Diese Message wurde erstellt mit freundlicher Unterstützung eines freilau-
fenden Pinguins aus artgerechter Freilandhaltung. Er ist garantiert frei
von Micro$oft'schen Viren. (#97922 http://counter.li.org) GPG 7F4584DA
Was, Sie wissen nicht, wo Kaufbach ist? Hier: N 51.05082°, E 13.56889° ;-)

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Yasir Malik 2004-12-05 04:13:29 Re: inserting values into types
Previous Message Andrew - Supernews 2004-12-04 12:38:11 Re: sum query