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