Posts by Rafael Sermenho • 11 points
1 post
-
1
votes1
answer338
viewsA: Varios Count in a Mysql sql
The way I do it is to create subselects with Join for every totalizer I need and then group it all into an external select. In your case, it would look like this: SELECT cli.id_cliente,…