If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
This is not quite good, because if number of points are equal for each name, the query will bring all the records.
That table with points was just an example. The points can have random values between 0-10.
All I want is to bring maximum 2 instances of the same name, order by greatest points.