Square Root SQRT

suggest change

Use the SQRT() function. If the number is negative, NULL will be returned

SELECT SQRT(16); -> 4
SELECT SQRT(-3); -> NULL

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents