Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Maths formula parser

698700Apr 28 2009 — edited Jul 20 2012
Hi,

Does oracle provide any function that parses and evaluets a math formula/expression by resolving the operator precedence in it.

e.g. I have a math formula in the form of a string variable '(2+3)*(4+5)'
Does oracle have a function that will resolve this and return answer 45.
OR
Does anyone have a stored proc/func for this that I can use.


Any help is appreciated.

Thanks in advance.
This post has been answered by Frank Kulash on Apr 28 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 17 2012
Added on Apr 28 2009
13 comments
2,270 views