SQL aggregate functions

Source: Internet
Author: User

The aggregate functions are shown in the following table:

Function Parameters Function
COUNT ([all| Distinct]expression) Calculates the number of non-null values in an expression, which can be used for numeric columns, and to remove duplicate values when using Distice
COUNT (*) Calculates all rows, including null rows, and cannot use the DISTINCT keyword for count (*)
MIN (expression) Calculates the minimum value of an expression, which can be used for numeric, character, and date-time columns, but not for bit, text, image columns, and the MIN function ignores null values in an expression
MAX (expression) Calculates the maximum expression, which can be used for numeric, character, and date-time columns, but not for bit, text, image columns, and the MIN function ignores null values in an expression
SUM ([all| Distinct]expression) Evaluates the and of all values of an expression, ignoring the null value in the expression, and deleting the duplicate value in the expression when using the DISTINCT keyword, which applies to the numeric column
Avg ([all| Distinct]expression) Calculates the average of an expression that ignores null values and deletes duplicate values from the expression when using the DISTINCT keyword, and applies to numeric columns.

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.