Posts by Caroline Santos • 1 point
1 post
-
-2
votes1
answer23
viewsQ: Laravel - Use JOIN + COUNT
I have two tables, one for users (users) and another for companies (Companies). I need to select the data of each company and know the amount of users per company. This select in mysql works the way…