Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to write this sql?
In the 9.2.0 documentation (the only version I have accessible at the =
moment), it's described in section 4-6 of the SQL manual.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Mladen Gogala
Sent: Monday, July 19, 2004 4:10 PM
To: oracle-l_at_freelists.org
Subject: Re: how to write this sql?
On 07/19/2004 04:35:27 PM, "Norris, Gregory T [ITS]" wrote:
> case
> when cnt1 < 100 then cnt1
> else 100
> end cnt
Greg, thanks! This is precisely what I've been looking for for quite =
some time.
Can you point me to the manual where this thing is described?
--=20
Mladen Gogala
Oracle DBA
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- 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 - 08:10:08 CDT