SUM() function return total sum of numeric, int, float, bigint value
SUM() Syntax
SELECT SUM(YourNumericValueColumn) WHERE YourTableName
Example
SELECT SUM(Salary) FROM Employee
SUM() Syntax
SELECT SUM(YourNumericValueColumn) WHERE YourTableName
Example
SELECT SUM(Salary) FROM Employee
No comments:
Post a Comment