06.12.2014, 11:11
Hi all today im trying to make a gang system with ranks gangpoints and more...
i want make a top 10 gangs who can give me some code?
i want make a top 10 gangs who can give me some code?
SELECT NAME,LEADER,WIN_WARS FROM GANGS ORDER BY WIN_WARS DESC LIMIT 10
I thin it's possible only in MySQL, so:
Код:
SELECT NAME,LEADER,WIN_WARS FROM GANGS ORDER BY WIN_WARS DESC LIMIT 10 |