Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: count distinct
Andy Hassall wrote:
> On Wed, 23 Jun 2004 22:26:23 -0700, Daniel Morgan <damorgan_at_x.washington.edu>
> wrote:
>
>
>>Romeo Olympia wrote: >> >> >>>Uh, why not this??? >>> >>>select count(distinct column1), count(distinct column2), >>>count(distinct column3), count(distinct column4) >>>from mytable; >> >>Because it is totally unnecessary. >>http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_103a.htm#2065826
The quetion is whether you want a single value ... the count of distinct records or the count in four columns of distinct values.
My interpretation of the question was the former and thus the four separate counts unnecessary. Apparently my interpretation was incorrect.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Fri Jun 25 2004 - 19:08:59 CDT
![]() |
![]() |