[Ajuda] Ranking MySQL
#6

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
Reply


Messages In This Thread
Ranking MySQL - by IgorLuiz - 08.06.2015, 19:17
Respuesta: Ranking MySQL - by ipsBruno - 08.06.2015, 19:28
Re: Ranking MySQL - by n0minal - 08.06.2015, 19:29
Re: Respuesta: Ranking MySQL - by IgorLuiz - 08.06.2015, 19:41
Re: Ranking MySQL - by IgorLuiz - 09.06.2015, 07:26
Re: Ranking MySQL - by NurbWill - 09.06.2015, 10:37
Re: Ranking MySQL - by IgorLuiz - 09.06.2015, 11:31

Forum Jump:


Users browsing this thread: 1 Guest(s)