MathSqrt SQL Math Function The MathSqrt() function takes one (1) argument and return the square root of the given number, number is treated as Double. Syntax MathSqrt( Number ) /* Following will return 3.16227766016838 */ SELECT MathSqrt(10);