Posts by Felipe Siqueira • 19 points
1 post
-
1
votes1
answer88
viewsQ: Limit records by number of repetitions
I have a query as follows, and would like to filter by COUNT SELECT COUNT(1) AS QTD, Nome, Cpf FROM Funcionarios WHERE QTD >= 2 GORUP BY Nome, Cpf
sqlasked Felipe Siqueira 19