08.06.2015, 19:17
(
Last edited by IgorLuiz; 07/08/2015 at 07:45 PM.
)
resolvido
SELECT Jogador, Score FROM Jogadores ORDER BY Score DESC LIMIT 4
SELECT Jogador, Score FROM Jogadores ORDER BY Score DESC
Tente essa query.
Com limite: Code:
SELECT Jogador, Score FROM Jogadores ORDER BY Score DESC LIMIT 4 Code:
SELECT Jogador, Score FROM Jogadores ORDER BY Score DESC |