..


Sponsored Links

How can I make the sum of the numeric values ​​in a query?

To make the sum of multiple values ​​of a same field of different records using the SUM function as in the following:

 



 SELECT SUM (FieldName) AS TableName FROM temp

 
It is used to establish an alias with the AS clause.

In the same category ...
E-Learning
MS Access (Advanced) MS Access (Advanced)
Learn how to create and manage databases quickly and easily. Starting from 29 €.
MySQL (Course) MySQL (Course)
Management of open-source database. From 39 €.
SQL and Database (Course) SQL and Database (Course)
Create and manage relational databases. From 39 €.
Sponsored Links