Square root : Exp : Math SQL / MySQL


SQL / MySQL » Math » Exp »

 

Square root



/*
mysql> select SQRT(10);
+-----------------+
| SQRT(10)        |
+-----------------+
| 3.1622776601684 |
+-----------------+
1 row in set (0.01 sec)


*/  
select SQRT(10);
           
       



Leave a Comment / Note


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

Follow Navioo On Twitter

SQL / MySQL

 Navioo Math
» Exp