Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: count distinct

Re: count distinct

From: FlameDance <FlameDance_at_gmx.de>
Date: Fri, 25 Jun 2004 08:36:40 +0200
Message-ID: <cbgh5m$5u2$01$1@news.t-online.com>


Tim Cuthbertson schrieb:
> Try this:
>
> select count(1) from
> (select distinct col1, col2, col3, col4 from mytable);
>

See my answer to Daniel Morgan: This solves a different problem. But thanks for trying. :)

Stephan Received on Fri Jun 25 2004 - 01:36:40 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US