MySQL left Jion: is the left outer join (same as Right join)

Source: Internet
Author: User

Left Outer connection:

A left Jion B on a.id=b.id is a table data is not moving, B can and a corresponding to the data added to a table data

and the right outer connection:

Rignt Jion is to add a to b,b do not move, save all.


The left jion is the left outer join, which is shorthand.

Example:

SELECT *
From app_id_gx7 left OUTER JOIN Ad_network_app
On app_id_gx7.app_id = ad_network_app.app_id
where ad_network_app.ad_network_id=5

Tested to have the same effect as no outer.




MySQL left Jion: is the left outer join (same as Right join)

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.