|
|
How do you use Mysql as a calculator... - Mysql
|
Views : 662
|
|
Tagged in : Mysql
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
We can use mysql as a simple calculator, just get into the mysql database enter the below query at command line.
mysql>select cos(pi()/2);
This command gives you the equivalent result on the screen.
We can even use the grouped expression like
mysql>select cos(pi()/2), (5*5)+5; This command gives you the result in two segments.
Just try by yourself.
You can try with various math expressions.... |
|
By - ArulKumar, On - 2008-06-11 |
|
|
|