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: Sql problem

Re: Sql problem

From: Zsolt Csillag <info_at_starsoft.hu>
Date: Fri, 20 Dec 2002 02:04:32 -0800
Message-ID: <F001.0051F671.20021220020432@fatcity.com>

Tim,

Thank you very much for your help.
I think it'll work.

Zsolt

At 07:04 2002.12.19. -0800, you wrote:
>Zsolt,
>
>In Oracle9i, you might be able to make use of the new WITH
>syntax:
>
> SQL> with xxx as
> 2 (select 1+2 calc from dual)
> 3 select calc*2 from xxx;
>
> CALC*2
> ----------
> 6
>
>
>It might cut down on typographic errors (if not syntax
>complexity) from repeatedly retyping the same complex
>formula...
>
>Hope this helps...
>
>-Tim

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Zsolt Csillag
  INET: info_at_starsoft.hu

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Dec 20 2002 - 04:04:32 CST

Original text of this message

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