16.12.2012, 11:58
Quote:
What difference will that make?
OP: Get top 5 user kills with names. pawn Код:
EDIT: That is a pretty slow query if the database is large, so it's a good idea to create an index on the kills column. Especially if you run this query often. |
Can you tell me that is i use the code you provided how do i run it?mysql_query?
sorry am a newb in mysql and sqlite.
also can you show me a full working script for example i wanna print the top 5 players name and their kills, what will i do after querying(please provide code if possible)
thanks.