Apache Pinot Docs
latest
Search
⌃K

sqrt

This section contains reference documentation for the sqrt function.
Square root of a value

Signature

SQRT(col1)

Usage Examples

select sqrt(25) AS value
from ignoreMe
value
5
Last modified 1yr ago