Link Search Menu Expand Document

CBRT

Returns the cubic-root of a non-negative numeric expression.

Syntax

CBRT(<val>);
Parameter Description
<val> Valid values include column names, functions that return a column with numeric values, and constant numeric values.

Example

SELECT
    CBRT(8);

Returns: 2