Multiple LEFT JOIN subquery syntax and alias usage in MySQL

Source: Internet
Author: User
Tags mysql in

not much to say directly on the statementSELECTa.ID,A.thumbnail,A. NAME,A.marketprice,A.memberprice,A.personname,A. STATUS,A.recieveorderdate,A.tracknumber,A.contact,A.reportsenddate, B. Tracknumber, A. Reportdownloadpath from    (SELECTOd.id,Ps.thumbnail,PS. NAME,Od.marketprice,Od.memberprice,Od.personname,od. STATUS,Od.recieveorderdate,Ol.tracknumber,Ol.contact,Od.reportsenddate,Od.reportsendorderlogisticid,Od.reportdownloadpath fromorders.order_detail odLeft JOIN orders.order_logistics ol on od.recieveorderlogisticid = Ol.idLeft JOIN orders.product_snapshot ps on od.productsnapshotid = ps.idWHEREod.valid = TRUEand ol.valid = TRUEand Od.orderid =? ) a Left JOIN ( SELECTOl.tracknumber,od.id fromorders.order_detail odLeft JOIN orders.order_logistics ol on od.reportsendorderlogisticid = Ol.idWHEREod.valid = TRUEand ol.valid = TRUEand Od.orderid =?) b on a.id = b.IDPS: The explanation for MySQL in the statement, involved in the left query can be associated with leave join, but generally do not know when to alias when the old iron with parentheses is really headache, so send a template for the rest according to their own business specific implementation.

Multiple LEFT JOIN subquery syntax and alias usage in MySQL

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.