MySQL Tutorial





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Mysql Tutorial
Introduction
How to Install
Database
Datatypes
Tables
INSERT
SELECT
UPDATE
DELETE
Operators
Functions
Ask Your Doubts
Feedback
 





Mysql Numeric Functions


Tutorials Mysql

Topic
What are the Numeric Functions In MySQL?


Explanation


MySQL Numeric Functions :

    Numeric function consists of two main sections. They are :

    Now, lets first discuss about Arithmetic operations.

MySQL Arithmetic Operations :

    In MySQL, we have the usual Arithmetic operations. Lets see the arithmetic operators one by one with an example.

MySQL Addition (+) :
mysql> select 5+5;
 -->  10
MySQL Subtraction (-) :
mysql> select 25-18;
 -->  7
MySQL Multiplication (*) :
mysql> select 4*4;
 -->  16
MySQL Division (/) :
mysql> select 5/3;
 -->  1.67
    The above descriptions defines the types of MySQL Numeric Functions and Their Uses.
    Next lets move to the Mathematical functions.





A Note

MySQL is the most popular open source Relational database Management system (RDBMS). Being a open source anyone can use and change the software for their needs. Hope you enjoy this tutorial. We welcome your Valuable feedbacks or suggestions on this MySQL tutorial. This is a copyright content.


Other Links

web hosting