Order of execution of SQL statements

Source: Internet
Author: User

Before you see a diagram that describes the order in which SQL statements are executed:

(This figure comes from the article SQL statement execution sequence description)

The picture is very good and clearly shows the order of execution of the SQL statement; Today we have a problem that deepens the understanding of the order in which SQL statements are executed.

There is such a table:

The topics are:

Lists the Product ID (item id:product$id) and order quantity for all goods that are contained in more than one order (order number: Xorder$id), ordered in descending order of the commodity ID.


The SQL statements are as follows:


Select Product$id,sum (quantity) from LINEITEM Group by Product$id have count (product$id) > 1 ORDER BY product$id DESC ;


The results are as follows:


Although this example is less of a WHERE clause, it does not affect the way it helps us understand the execution of SQL statements, because WHERE clauses are so common that we understand them already.

Order of execution of SQL statements

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.