SA-MP Forums Archive
[Ajuda] Ranking MySQL - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Ranking MySQL (/showthread.php?tid=577063)



Ranking MySQL - IgorLuiz - 08.06.2015

resolvido


Respuesta: Ranking MySQL - ipsBruno - 08.06.2015

Sу isto й insuficiente, vocк precisa especificar em que parte do cуdigo estб inserindo os dados sql


Re: Ranking MySQL - n0minal - 08.06.2015

http://www.ehow.com.br/ordenar-resul...-by-como_4027/


Re: Respuesta: Ranking MySQL - IgorLuiz - 08.06.2015

resolvido


Re: Ranking MySQL - IgorLuiz - 09.06.2015

Ninguem manja em MySQL? helpe


Re: Ranking MySQL - NurbWill - 09.06.2015

Tente essa query.

Com limite:
Code:
SELECT Jogador, Score FROM Jogadores ORDER BY Score DESC LIMIT 4
Sem limite:
Code:
SELECT Jogador, Score FROM Jogadores ORDER BY Score DESC



Re: Ranking MySQL - IgorLuiz - 09.06.2015

Quote:
Originally Posted by NurbWill
View Post
Tente essa query.

Com limite:
Code:
SELECT Jogador, Score FROM Jogadores ORDER BY Score DESC LIMIT 4
Sem limite:
Code:
SELECT Jogador, Score FROM Jogadores ORDER BY Score DESC
man o rank esta correto, porem ele mostra apenas os jogadores online, queria tipo asim
Nome: [M]aikesilver Score: 100 |Online
Nome: [M]aikesilver Score: 100 |Offline