Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » oracle-l »

literal math

Jeff Eberhard

2007-07-26

Replies:

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


©2008 dba.5341.com - Jax Systems, LLC, U.S.A.