The SQRT() function returns to the square root of a specified number: SQRT() : SQRT « Math « SQL / MySQL






The SQRT() function returns to the square root of a specified number: SQRT()

    
mysql>
mysql> SELECT SQRT(36);
+----------+
| SQRT(36) |
+----------+
|        6 |
+----------+
1 row in set (0.00 sec)

mysql>

   
    
    
    
  








Related examples in the same category

1.get some square roots