Posts by Cássio de Carvalho • 1 point
1 post
-
-1
votes1
answer28
viewsQ: I need to condition to bring in group by only the data that do not have a condition
I have the following query: SELECT id_grupo, id_analista FROM tb_grupo_analista GROUP BY id_grupo, id_analista; there is a third column called tp_controle, where I need to condition the query from…