Forum Discussion
PAULEM
6 years agoAdvisor
Hi Claudius
I had a play with the ranks "table" and this worked:
SELECT * FROM users WHERE rank.id IN ('2','3','4') ORDER BY kudos_received.sum(weight) DESC
While not elegant, maybe this would serve? Assuming "Administrator" has an ID of "1", leaving it out of the list would exclude Administrators from the results.
Related Content
- 2 years ago
- 4 years ago
- 3 years ago
- 4 years ago