For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 updated

Was this helpful?