Posts by Andre Lobo • 3 points
1 post
-
0
votes1
answer39
viewsQ: Do not select records that have the status='Off' field
$query = "SELECT uf , count(*) as number FROM tab_clientes GROUP BY uf "; It is working perfectly but I have in the bank a status field that classifies the person as Off (need to continue registered…