SQRT

Syntax

SQRT( number )

Description

Returns the square root of the specified number.

Argument types:

  • numberFractional number | Integer

Return type: Fractional number

Example

[int_value][float_value]SQRT([int_value])SQRT([float_value])
00.000.000.00
11.001.001.00
33.001.731.73
44.002.002.00
1313.003.613.61
1616.004.004.00
2020.204.474.49
2525.005.005.00

Data source support

ClickHouse 21.8, Microsoft SQL Server 2017 (14.0), MySQL 5.7, Oracle Database 12c (12.1), PostgreSQL 9.3, YDB.

Previous
Next