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: literal math

Re: literal math

From: Rumpi Gravenstein <rgravens_at_gmail.com>
Date: Thu, 26 Jul 2007 12:29:47 -0400
Message-ID: <9c9b9dc90707260929w6a0fed6mc7f4b661a9303d3d@mail.gmail.com>


Yes -- if you do dynamic SQL as in

declare

On 7/26/07, Jeff Eberhard <jeff.eberhard_at_gmail.com> wrote:
>
> Is there a way you know of to take a literal like *1*8*1 and turn it
> into the result of 1 times 8 times 1 (8)? I'm trying to do this in a
> connect by prior sql inside a stored procedure.
>
> I'm using the following to get the literal:
> sys_connect_by_path((Qty_Per),'*')
>
> Just curious if there is some easy way to do this, otherwise I will
> most likely write a function to do this.
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

-- 
Rumpi Gravenstein

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jul 26 2007 - 11:29:47 CDT

Original text of this message

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