CBRT
This page describes the CBRT function in Lenses SQL.
CBRT(numExpr)Processors
SQL Studio
USE `kafka`;
SELECT
CBRT(integer),
integer
FROM numbers-data
LIMIT 1;{
"value": {
"CBRT": "25.483906287370523",
"integer": 16550
}
}Last updated
Was this helpful?

