Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Wählen Sie Gesamte Zeile abrufen, die max in der MySQL-Gruppe entspricht

Ich frage mich, ob das funktionieren würde:

select * from table where id in (select distinct max(id) from table group by name)