SUM()

SUM() — Calculates the total sum of a numeric column.

SELECT SUM(salary) FROM employees;

SUM() — Structure map

Clickable & Draggable!

SUM() — Related pages: