Posts by Ricardo Baboo • 3 points
1 post
- 
		0 votes1 answer668 viewsQ: Mysql - Sort before groupingI need to make a selection that brings the last users who logged in, without repeating the names. The problem is that the command below first groups and then sorts: SELECT usuario FROM tab_logins…