CBRT

Returns the cubic root of a given number.

Syntax

CBRT(number)

Example

SELECT CBRT(8) AS "Cube Root";
Cube Root
----------
2.0