By summit on
Hi,
I have the following query which works great to get the info I want, except I only want the toplevel terms and the terms one level down.
Is this possible by extending this query please?
This is my query:
SELECT n.nid, tn.tid, td.vid, td.name FROM {node} n INNER JOIN {term_node} tn ON n.nid = tn.nid INNER JOIN {term_data} td ON tn.tid = td.tid WHERE n.type = 'weblinks'
Thanks a lot in advance for your reply!
greetings, Martijn
Comments
I found something and I think
I found something and I think it has to be done manual on second level:
Hi, I need these two to be
Hi,
I need these two to be combined, how please?