SQL statement execution Shun seek

Source: Internet
Author: User

SQL statements are executed in a certain order. Understanding this order is a great help in using and learning SQL.

1.from

First select a table, or source, to form a result set.

2.where

Then use where to filter the result set. Filter out the information needed to form a new result set.

3.group by

Group the new result set.

4.having

Filter out the groups you want.

5.select

Select the column.

6.order by

When all the conditions are done. The last sort.

This is the order in which the SQL statements are executed.

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.