ABS
This page describes the ABS function in Lenses SQL.
ABS(numExpr)Processors
SQL Studio
USE `kafka`;
SELECT
ACOS(total/100.0) AS arccosine_total_ratio,
total
FROM orders-events
LIMIT 1;{
"value": {
"arccosine_total_ratio": "1.119313791750037",
"total": 43.63
}
}Last updated
Was this helpful?

