MySQL Common data query

Source: Internet
Author: User
1. The associated query modifies the update ex_question_questioncategory T5INNER JOIN (SELECT QC. Question_id,qc. question_category_id from Ex_question_questioncategory QC right JOIN(SELECT q.question_id,q.content from Ex_ Question Q WHERE q.content like '% keyword% ') T1on QC. question_id =t1. question_id) t2on T5. Question_id=t2. Question_idset T5. Question_category_id= ' f39d2a3e49c0b98f0149c1f4cd9f0022 ' 2.--query a table for data that does not exist in table B (there is a foreign key in A:domain,b:resource) select A. * FROM Sys_domain a where isn't EXISTS (select B.DOMAIN_FK from Sys_resource b where A.DOMAIN_ID=B.DOMAIN_FK)

MySQL Common data query

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.