28.06.2016, 14:12
Replacing * with the column(s) you want to select. An example (change "Username" to the name you have in your table):
Read those for more:
http://www.w3schools.com/sql/sql_select.asp
https://sampforum.blast.hk/showthread.php?tid=609261
pawn Код:
"SELECT Username,Score FROM users ORDER BY Score DESC LIMIT 10"
http://www.w3schools.com/sql/sql_select.asp
https://sampforum.blast.hk/showthread.php?tid=609261