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!

Inverse Log function

user587327Apr 28 2009 — edited Apr 28 2009
Hi,

Does Oracle has Inverse log function?

Table name =table_t1 with column Coli(number).
Coli numbers were : 6,8 16, 25

Want to calculate geo which is mean Inverse log ((log 6 + log 8 + log 16 + log 25)/4)= Inverse log ((0.778+ 0.903+ 1.204+ 1.40)/4)

=Inverse log(1.07)

Geo mean =11.78


thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2009
Added on Apr 28 2009
3 comments
1,200 views