Logo 
Search:

SQL Server Articles

Submit Article
Home » Articles » SQL Server » Operator RSS Feeds

Arithmetic operators

Posted By: Sarita Patel     Category: SQL Server     Views: 6089

This article explains different arithmetic operators available in SQL server with example.

Arithmetic operators are used to perform mathematic operations on multiple expressions. We can use these operators with numeric data type. 

Different Arithmetic Operators : 

Operator

Meaning

+  ( Add )

Addition

-  ( Subtract )

Subtraction

*  ( Multiply )

Multiplication

/  ( Divide )

Division

%  ( Modulo )

Returns the integer remainder of a division. For example, 12 % 5 = 2 because the remainder of 12 divided by 5 is 2.



  
Share: 


Didn't find what you were looking for? Find more on Arithmetic operators Or get search suggestion and latest updates.

Sarita Patel
Sarita Patel author of Arithmetic operators is from United States.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!