VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / SQRT
In This Topic
SQRT
In This Topic
Square Root

Returns the square root of the input float value

Example

SELECT SQRT( 2 )

Returns: 1.4142135623730952
See Also