SyntaxFix
Write A Post
Hire A Developer
Questions
This will work
select * from table where (id,point) IN (select id,min(point) from table group by id);