The main question of the SQL query is
I have a table (myUsers) that contains the column "UserID". The same user ID can be displayed once many times in these lines. I am looking for a query that will return me the specific user IDs that will be displayed most in this table, as well as their score. Any thoughts?
Thanks in advance!
source share