Posts by Ismael Hartmann • 11 points
1 post
-
1
votes1
answer37
viewsQ: Problem with SELECT
I have the following SELECT SELECT t.nome, count(t.id) FROM Partidas p LEFT JOIN Times t ON p.codTimeCasa = t.id OR p.codTimeVisitante = t.id GROUP BY t.nome I would like him to return the teams…
sqlasked Ismael Hartmann 11