Contents Index PLAN function [Miscellaneous] PROPERTY_DESCRIPTION function [System]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

POWER function [Numeric]


Function 

Calculates one number raised to the power of another.

Syntax 

POWER ( numeric-expression-1numeric-expression-2 )

Parameters 

numeric-expression-1    The base.

numeric-expression-2    The exponent.

Standards and compatibility 
Example 

The following statement returns the value 64.

SELECT Power( 2, 6 )

Contents Index PLAN function [Miscellaneous] PROPERTY_DESCRIPTION function [System]