Difference between revisions of "SUM()"

From Lianjapedia
Jump to: navigation, search
 
m (1 revision: SQL)
(No difference)

Revision as of 04:17, 25 October 2011

Purpose

Returns a summed value in a SELECT statement


Syntax

SUM(<expN>)


See Also

AGGREGATES, AVG(), COUNT(), MAX(), MIN(), SELECT


Description

Returns the sum of values of <expN>.


Example

SELECT SUM(sal) Total FROM accounts


Products

Recital, Recital Server