Reference Guide > TDV Support for SQL Functions > Numeric Functions > CBRT
 
CBRT
Returns the cubic root of a given number.
Syntax
CBRT(number)
Example
SELECT CBRT(8) AS "Cube Root";
Cube Root
----------
2.0