Syntax:-
Select Sum (column_name) from tablename
Example:-
In this article, we are going to use the following table for the examples:-
CREATE TABLE [dbo]. [Employee](
[Empid] [Int] IDENTITY (1, 1) NOT NULL Primary key,
[EmpNumber] [nvarchar](50) NOT NULL,
[EmpFirstName] [nvarchar](150) NOT NULL,
[EmpLAStName] [nvarchar](150) NULL,
[EmpEmail] [nvarchar](150) NULL,
[Salary] [int] NULL
)
We insert following data into the above tables:-
Insert Into Employee (EmpNumber,EmpFirstName,EmpLAStName,EmpEmail,salary)
Values(‘A001′,’Vivek’,’Johari’,’samir@abcmail.com’,200000)
Insert Into Employee (EmpNumber,EmpFirstName,EmpLAStName,EmpEmail,salary)
Values(‘A002′,’Abhinav’,’Golwalkar’,’abhinav@abcmail.com’,100000)
Insert Into Employee (EmpNumber,EmpFirstName,EmpLAStName,EmpEmail,salary)
Values(‘A003′,’Neha’,’Sharma’,’neha@abcmail.com’,300000)
Insert Into Employee (EmpNumber,EmpFirstName,EmpLAStName,EmpEmail,salary)
Values(‘A004′,’Chandra’,’Singh’,’vivek@abcmail.com’,320000)
Insert Into Employee (EmpNumber,EmpFirstName,EmpLAStName,EmpEmail,salary)
Values(‘A005′,’Avinash’, ‘Dubey’,’avinash@abcmail.com’,250000)
For example, query for finding the total amount of salary given by the company to its employee is given below:-
Select sum (salary) from Employee
Result
1170000
Discover more from Technology with Vivek Johari
Subscribe to get the latest posts sent to your email.
… [Trackback]
[…] Information to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Info to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Find More Information here on that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Find More to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Information to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Information on that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] There you will find 237 more Info to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Read More to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Information to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Find More to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Find More on that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Read More to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Info to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Find More Information here on that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Read More on that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Read More here to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Here you will find 49358 additional Info to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Find More to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Here you can find 41514 more Info on that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Find More on to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Find More Info here on that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Read More here to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Find More Information here on that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Read More to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Here you can find 10524 additional Info to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Information on that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Find More on that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Find More to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Here you will find 66160 additional Info to that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
… [Trackback]
[…] Information on that Topic: techmixing.com/2014/08/sum-function-in-sql-server.html […]
hello thank you 🙂