Mysql database operations (2), mysql database operations

Source: Internet
Author: User

Mysql database operations (2), mysql database operations

In the previous article, we encountered some common mysql statements. When we need to generate complicated logic, we need to combine mysql statements. At this time, the mysql statements are smelly and long, therefore, we need to know the order in which mysql statements are executed.

For example, in a SELECT statement, there are both group by clauses, order by clauses, and LIMIT clauses. Which clause executes first, which executes second, and which executes later? We can know one or two through the following exploration.

1. What is the execution sequence of mysql statements?

MySQL statements are divided into 11 steps. As marked, the first FROM operation is always executed, and the last LIMIT operation is executed. Each operation generates a virtual table, which serves as a processing input, but these virtual tables are transparent to users, however, only the last virtual table is returned as a result. If a clause is not specified in a statement, the corresponding steps are skipped.

Next, we will analyze each stage of query processing.

 

 

/// End

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.