Thread: SQL Top
View Single Post
maza51
Senior Member
Join Date: Mar 2010
Old 02-05-2011 , 12:01   Re: SQL Top
Reply With Quote #28

I first learned how many points
Code:
SELECT * FROM 'Rank' WHERE steamId ='%s'
Later I found out how many rows in the database are taller than me
Code:
SELECT * FROM 'Rank' WHERE points >= '%i'
obtained
Code:
new rank = SQL_GetRowCount(query);
maza51 is offline