Time sorting, deduplication of SQL statements

Source: Internet
Author: User
Select * from (select distinct barcode, out_date, company_name, company_no, in_date, employee_name, addresser_name, send_address, addresser_phone
From (select. barcode, B. company_name,. company_no,. in_date, D. employee_name,. addresser_name,. send_address,. addresser_phone, C. out_date from post_info
Left join express_company_info B on A. company_no = B. express_company_no
Left join post_out_info C on C. barcode = A. Barcode
Left join employee_info D on D. employee_job_no = C. employee_no
Where a. post_state in ('10', '11', '12') and A. postal_no = 'bjbsd00001 ') as TB
Where out_date in (select max (out_date) from (select. barcode, B. company_name,. company_no,. in_date, D. employee_name,. addresser_name,. send_address,. addresser_phone, C. out_date from post_info
Left join express_company_info B on A. company_no = B. express_company_no
Left join post_out_info C on C. barcode = A. Barcode
Left join employee_info D on D. employee_job_no = C. employee_no
Where a. post_state in ('10', '11', '12') and A. postal_no = 'bjbsd00001 ') as TB group by barcode)
) A order by out_date

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.