SQL SUM() Function
The SUM function is an aggregate function use to calculate the total amount of a column. SUM function can be use only in numeric column.
Syntax
- Read more about SQL SUM() Function
- Log in or register to post comments
- 218 views
The SUM function is an aggregate function use to calculate the total amount of a column. SUM function can be use only in numeric column.
Syntax