Skip to content

Returns the square root of a number.

func.sqrt(<x>)
func.sqrt(144)
┌──────┐
12.0
└──────┘
SQRT(<x>)
SELECT SQRT(144);
┌──────┐
12.0
└──────┘