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

