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

