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