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: Stephane Faroult <sfaroult_at_roughsea.com>
Date: Tue, 20 Jul 2004 13:52:08 +0200
Message-Id: <200407201152.i6KBq80C002279@webmail.nexlink.net>


 The inline view is a luxury.
Regards,

Stephane Faroult

On Tue, 20 Jul 2004 04:44 , Raj Jamadagni <rjamya_at_yahoo.com> sent:

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[1]

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

To unsubscribe send email to: oracle-l-request_at_freelists.org[3] put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/[4] FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html[5]
Received on Tue Jul 20 2004 - 06:48:38 CDT

Original text of this message

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