I have a list of users, there is a column 'points' and I need to create a list of the ten people with lower points and the ten people with higher points than the user.
The only trouble is I have no way of knowing at this stage what their points will be so I can't use hard values.
Help? Thanks in advance :)