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

