SQRTSQLSQRT (expression) Parameters expression - any valid numeric expression. Description See also Java Math.sqrt. This method returns a double. Example Calculates SQRT: SQLSELECT SQRT(X) FROM Items; Updated almost 5 years ago Table of Contents Parameters Description Example