Syntax
Parameters
| Parameter | Description | Supported input types |
|---|---|---|
<value> | Value that the CBRT function is applied to | DOUBLE_PRECISION |
Return Type
DOUBLE_PRECISION
Example
The following example returns the cubic-root of 8:2Reference material for CBRT function
CBRT(<value>);
| Parameter | Description | Supported input types |
|---|---|---|
<value> | Value that the CBRT function is applied to | DOUBLE_PRECISION |
DOUBLE_PRECISION
SELECT
CBRT(8);
2Was this page helpful?