SQL SUM () function

Source: Internet
Author: User

SqlSUM () function SUM () function

The sum () function returns the total number of numeric columns.

SQL SUM () syntax
SELECT SUM  from table_name;

Demo Database

In this tutorial, we will use the Runoob sample database.

The following is the data selected from the "Access_log" table:

Mysql> SELECT *  fromAccess_log;+-----+---------+-------+------------+|Aid|site_id| Count |Date|+-----+---------+-------+------------+|   1 |       1 |     $ |  .- to-Ten ||   2 |       3 |    - |  .- to- - ||   3 |       1 |    the |  .- to- - ||   4 |       2 |    Ten |  .- to- - ||   5 |       5 |   205 |  .- to- - ||   6 |       4 |     - |  .- to- the ||   7 |       3 |    - |  .- to- the ||   8 |       5 |   545 |  .- to- - ||   9 |       3 |   201 |  .- to- - |+-----+---------+-------+------------+9Rowsinch Set(0.00Sec

SQL SUM () instance

The following SQL statement finds the total number of "count" fields for the "Access_log" table:

Instance
SELECT SUM (count as from Access_log;

Execute the above SQL output as follows:

SQL SUM () function

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.