Jump to content

Count with an order by


EchoFool

Recommended Posts

Hey,

 

If a database of users have a field named "ReferredBy" with the user id of the person that they were referred by... im trying to get a query that can then collect the top 20 users who have referred the most people.

 

So i tried Count(ReferredBy) As TotalReferred

 

But then realised without the WHERE clause stateing exactly which ID to count i can't make a simple list like:

 

User1    Referred 10

User4    Referred 7

User2    Referred 3

 

(DESC order basically).

 

How would i make a query to do that with a count and without actually referencing a precise ID?

Link to comment
https://forums.phpfreaks.com/topic/203204-count-with-an-order-by/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.