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

