I'm having the following problem, when trying to implement a query
with joins, in the query builder:
My Query (pure SQL):
SELECT COUNT(*) as total,
orgao.sigla AS sigla_org_uni
FROM protocolo
INNER JOIN procedimento p ON protocolo.id_pro...
asked by
25.01.2018 / 14:40