SQRT(X) returns the square root of a non-negative number X. : SQRT : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » SQRT »

 

SQRT(X) returns the square root of a non-negative number X.


mysql>
mysql> SELECT SQRT(4);
+---------+
| SQRT(4|
+---------+
|       |
+---------+
row in set (0.00 sec)

mysql>
mysql> SELECT SQRT(20);
+-----------------+
| SQRT(20)        |
+-----------------+
4.4721359549996 |
+-----------------+
row in set (0.00 sec)

mysql>



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Math Numeric Functions
» SQRT