Count & Distinct

From: "J(dot) Atwood" <jatwood(at)bwanazulia(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Count & Distinct
Date: 2000-08-23 22:45:48
Message-ID: B5C9CC5C.D573%jatwood@bwanazulia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Search a lot of archives and have come up with very little (much old)

obviously

>>> select count(distinct(row)) from table;

Does not work so what is the work around? I have tried a bunch of stuff.

Thanks,
J

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mitch Vincent 2000-08-23 23:31:37 Re: Count & Distinct
Previous Message Dan Manczak 2000-08-23 22:16:48 [NEWBIE] Compilation & Installation