Compute the non-negative square root of a non-negative number.
Computes the square root of a numeric value. The operand must be non-negative; a negative operand raises a runtime error. The result is DOUBLE. If the operand is NULL, the result is NULL.