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