Jump to content

[SOLVED] DISTINCT() issues


bradcis

Recommended Posts

Here is what I am trying to accomplish. I have one table that has a bunch of peoples names and numbers. Each person has multiple numbers. I am trying to make display the top 10 users based on their highest numbers. Therefore, each person may only come up once. I am trying to do SELECT DISTINCT(`name`), `number` FROM `users` ORDER BY `number` DESC. However, this will only pull the first row inserted for each user, rather than pull the highest row for each user. I know I can't use DISTINCT() for this very reason, but I am not sure how to go about getting these values.

 

I can't imagine this being that difficult, but I don't have any experience working with MySQL than the most basic queries.

 

Any assistance would be greatly appreciated!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.