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!

use of caret in sql

Arif2018Oct 7 2019 — edited Oct 7 2019

i am trying to translate this code into oracle , basically it is using caret symbol as follows

f = (n^ -0.5) * 20 * n.

The above formula is to calculate the standard overheads. n is the number variable.

Appreciate if there are any suggestions.

This post has been answered by Frank Kulash on Oct 7 2019
Jump to Answer
Comments
Post Details
Added on Oct 7 2019
3 comments
926 views