Do calculation : PLUS : Math SQL / MySQL


SQL / MySQL » Math » PLUS »

 

Do calculation



  
/*  SELECT (4+1)*5; */
 SELECT (4+1)*5;

/*
mysql>  SELECT (4+1)*5;
+---------+
| (4+1)*5 |
+---------+
|      25 |
+---------+
1 row in set (0.00 sec)


*/
           
       



Leave a Comment / Note


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

Follow Navioo On Twitter

SQL / MySQL

 Navioo Math
» PLUS