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

