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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to write this sql?

RE: how to write this sql?

From: Raj Jamadagni <rjamya_at_yahoo.com>
Date: Tue, 20 Jul 2004 04:44:07 -0700 (PDT)
Message-ID: <20040720114407.71396.qmail@web50009.mail.yahoo.com>


anyone considered following ??

select a, least(cnt,100)
from (select a,count(*) from my_table group by a) /

Raj



Best Regards
Raj

select mandatory_disclaimer from company_requirements;                 

Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
Received on Tue Jul 20 2004 - 06:40:39 CDT

Original text of this message

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