H I O X INDIA
MySQL Tutorial
Google
Web hscripts.com
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Directories 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)   Bookmarks :-)  
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

Mysql Tutorial
Introduction
How to Install
Database
Datatypes
Tables
INSERT
SELECT
UPDATE
DELETE
Operators
Functions
Ask Your Doubts
Feedback





Numeric functions


Topic

Numeric functions in MySQL.
What are the Arithmetic Operators?



Explanation


Numeric Functions :

    Numeric function consists of two main sections. They are :

    Now, lets first discuss about Arithmetic operations.

Arithmetic Operations :

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

Addition (+) :
mysql> select 5+5;
 -->  10
Subtraction (-) :
mysql> select 25-18;
 -->  7
Multiplication (*) :
mysql> select 4*4;
 -->  16
Division (/) :
mysql> select 5/3;
 -->  1.67
    Next lets move to the Mathematical functions.




others


        MySQL is the most popular open source database Management system. 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.


privacy policy     license     sitemap
© 2004-2005 HIOX INDIA - hioxindia.com

Other Links