Posts by Renato Rodrigues • 1 point
2 posts
-
0
votes2
answers345
viewsA: Problems with Laravel Query Builder
I was able to do it this way: 1) I made some changes to the JOIN of my query and it was the same way: SELECT COUNT(*) as total, orgao.sigla AS sigla_org_uni FROM protocolo JOIN procedimento p ON…
-
-1
votes2
answers345
viewsQ: Problems with Laravel Query Builder
I have the following problem, when trying to implement a consultation with joins, in query Builder: My Query (pure SQL): SELECT COUNT(*) as total, orgao.sigla AS sigla_org_uni FROM protocolo INNER…