Posts by Carlos Pacheco • 46 points
1 post
-
3
votes1
answer118
viewsA: How to take query repetition
You can use aggregation functions with GROUP BY to group lines with the same fields and limit to the latest date using MAX. SELECT contas.Key_User, contas.Login_User, contas.User_Image,…