Tôi tự hỏi liệu điều này có hiệu quả không:
select * from table where id in (select distinct max(id) from table group by name)
Tôi tự hỏi liệu điều này có hiệu quả không:
select * from table where id in (select distinct max(id) from table group by name)