Is there any way I can get the actual row number from a query?
I want to be able to order a table called league_girl by a field called score; and return the username
SELECT @i:=@i+1 AS iterator, t.* FROM tablename t,(SELECT @i:=0) foo