MySQL R33 Help ?
#1

So, I wanted to make a statistics table of the top players at my server.
My script is written with BlueG's MySQL include R33 and I have no idea how to make a Top Players list.
How will I get the highest values in all the rows in a single table ?
Can Someone help ?
Reply
#2

That you need.

Код:
mysql_query("SELECT `level` FROM `players` ORDER BY `level` ASC")
Reply
#3

http://www.w3schools.com/sql/sql_orderby.asp
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)