Scalar. Returns the square root of a given value.
Return
value
Float
The following example returns the square root of the value in the velocity column:
INSERT INTO OutStream SELECT SQRT(Devices.velocity) FROM Devices;