Group by MAX

group by MAX doesn’t work great ! why ? @Teodor

in mysql this code works great:

SELECT *, MAX(id_user_ricezione)
FROM messaggi
GROUP BY id_user_ricezione

i want replay this code in Database Query Builder

Community Page
Last updated: