SUM
This page describes the SUM function in Lenses SQL.
SUM(numExpr)Processor (stateless)
Processors (stateful)
SQL Studio
USE `kafka`;
SELECT SUM(total)
FROM orders-events{
"value": {
"SUM": "163053.270000000000000000"
}
}Last updated
Was this helpful?

