Mega Code Archive

 
Categories / Oracle PLSQL / Numeric Math Functions
 

Select power( -5, 3 ) Using Negatives

SQL> SQL> SQL>  select power( -5, 3 ) "Using Negatives"   2      from dual   3    / Using Negatives ---------------            -125 1 row selected. SQL> --