IBM Books

SQL Reference

POWER

>>-POWER--(--expression1--,--expression2--)--------------------><
 

The schema is SYSFUN.

Returns the value of expression1 to the power of expression2.

The arguments can be of any built-in numeric data type. DECIMAL and REAL arguments are converted to double-precision floating-point number.

The result of the function is:

The result can be null; if any argument is null, the result is the null value.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]