Atuisoq:Sobreira/TermoCompleto
Udseende
SELECT count(nr.title) AS conta, t.field_termo_finalizado_value, t.field_revisado_rag_value, t.field_validado_value FROM content_type_termo t, node n, term_data td, term_node tn, node_revisions nr, users u WHERE 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 GROUP BY t.field_termo_finalizado_value, t.field_revisado_rag_value, t.field_validado_value ORDER by t.field_termo_finalizado_value, t.field_revisado_rag_value asc
por autor
[aaqqissoruk | rediger kildetekst]SELECT count(nr.title) AS conta, u.name, t.field_termo_finalizado_value, t.field_revisado_rag_value, t.field_validado_value FROM content_type_termo t, node n, term_data td, term_node tn, node_revisions nr, users u WHERE 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 GROUP BY t.field_termo_finalizado_value, t.field_revisado_rag_value, t.field_validado_value, u.name order by u.name, t.field_termo_finalizado_value, t.field_revisado_rag_value asc