Atuisoq:Sobreira/ANTÓNIMOS

Wikipedia-meersoq
SELECT
t.nid, t.field_trns_value, t.field_antonimos_value
FROM content_type_termo t, node n, term_data td, term_node tn,
node_revisions nr, users u
WHERE
t.field_antonimos_value is not null and
t.vid=n.vid and
n.type='termo' and
tn.nid=n.nid and
tn.tid=td.tid and
nr.nid=n.nid and
nr.vid = n.vid and
n.uid=u.uid
order by t.field_antonimos_value desc