Posts by Bruno Mendes • 9 points
1 post
-
0
votes0
answers36
viewsQ: I need COUNT to return 0
I have two tables with the following data: I want to rescue from the database all users and the amount of jobs they have performed. I was using the following SQL: SELECT u.usuario, COUNT(t.id) AS…