Discussion of left and right connection and inner connection

Source: Internet
Author: User
The left join connection and the right connection have been two tables, a and a left link: a left joins B on A.aid=b.bid; the Zuo join statement can be viewed as a table, using the from call, or as a bracelet multiple times using the left JOIN, if the field B table in table A does not correspond, Then use NULL to fill the left and right connections can be used to explain the model, taking left join as an example: a LEFT JOIN B on A.aid=b.bid;a table on the right side, B table on the other hand according to the conditions of the data in table a match, get the final result if the field is taken out in a, B, You need to indicate which table is in the field, or else you will get an error. Left and right connections are relative, a ieft join B on ...; Equal to B right a on ...; The left connection is usually used because of the compatibility and the general way of thinking within the person connected: a inner B on ...; The inner connection can be regarded as the intersection of a, b, or so, that is, a B matches each other, that is, the null value of both

Discussion of left and right connection and inner connection

Related Article

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.