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

