Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. LEFT JOIN {field_data_field_location} field_data_field_location ON node.nid = field_data_field_location.entity_id AND (field_data_field_location.entity_type = 'node' AND field_data_field_location.deleted = '0')
  2. WHERE (( (node.status = '1') AND (node.type IN ('destination')) AND (node.language IN ('en')) AND (node.nid IN (SELECT tn.nid AS nid
  3. FROM
  4. {taxonomy_index} tn
  5. LEFT OUTER JOIN {taxonomy_term_hierarchy} th ON th.tid = tn.tid
  6. LEFT OUTER JOIN {taxonomy_term_hierarchy} th1 ON th.parent = th1.tid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement