> ## Documentation Index
> Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ETL: POW

> Raise a numeric base value to the power of an exponent in your ETL pipeline. Use POW for exponential calculations and data transformations.

## Description

Returns x raised to the power of y

## Syntax

`POW(basevalue, power)`

## Arguments

*basevalue* - numeric expression

*power* - numeric expression

## Examples

`POW(2,3)` returns 8

## Return value datatype

Double

## Impact of null value

If any (or all) inputs are null, returns null.
