php - Can mysql query have 2 inner join with 2 IN clause? -


After the

I have selected 4 separate mysql table,

  as node_created node.created , Node. NID as well as NID, node node.title field_data_field_resume_of_study.entity_id Join field_data_field_resume_education.entity_id = node.nid Insider on field_data_field_resume_education as internal title = field_data_field_resume_education.field_resume_education_value Insider Join field_data_field_resume_degree_level field_data_field_resume_of_study looking at field_data_field_resume_degree_level.entity_id = field_data_field_resume_education. Field_resume_education_value Where in field_data_field_resume_degree_level.field_resume_degree_level_tid (4,7) and field_data_field_resume_of_study.field_resume_of_study_tid by node_created DESC   

Iam is trying to get value from 2 different tables like the normal return value in both IT O Nly, but it only gives an empty query I have checked that there is a normal node in both

Do we have clause positions in two sections where the section

please tell me what is wrong with the code is.

After the

If there is an othet check double in the node.type ('resume_content') and where, One of these will be unsuccessful like the field_data_field_resume_of_study.entity_id = field_data_field_resume_education.field_resume_education_value can not fail to include all the conditions.

You should execute the selection * Choose from a table then * Join one table to select another and then * Join one table to join another and then choose * One table From joining in another 3 and where condition 1, you will easily be involved to know where the camera is its failure ...


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -