Re: COUNT(*) to find records which have a certain number of

From: Greg Stark <gsstark(at)mit(dot)edu>
To: mailreg(at)numerixtechnology(dot)de
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: COUNT(*) to find records which have a certain number of
Date: 2004-09-20 18:33:33
Message-ID: 87fz5chjsy.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


T E Schmitz <mailreg(at)numerixtechnology(dot)de> writes:

> SELECT
> BRAND_NAME,MODEL_NAME
...
> intersect
...

Huh, I never think of the set operation solutions. I'm curious how it compares
speed-wise.

--
greg

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Dean Gibson (DB Administrator) 2004-09-20 19:24:49 JOIN performance
Previous Message Greg Stark 2004-09-20 18:32:17 Re: COUNT(*) to find records which have a certain number of dependencies ?