MYSQL requires reading Notes, Chapter 10 and Chapter 11 using functions to process data _ MySQL

Source: Internet
Author: User
This article mainly introduces the information about using functions to process data in chapters 10 and 11 of MYSQL's required reading notes. For more information, see the following code:


Select avg (prod_price) as avg_pricefrom products;

-Count

Use count (*) to count the number of rows in the table (whether null or not)

Use count (column) to count rows with values for a specific column, ignore null

Sum

Use sum () to return the sum of the specified column values


The above is a small Editor to introduce you to MYSQL, you must know the Reading Notes, Chapter 10 and Chapter 11 about using functions to process data, I hope to help you!

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.