mysql - SQL: get the place in results query -
i have table called 'points' has field 'total' contains total points record. calculate rank of specific record.
so like: select (...) rank points id=63
is possible in sql?
count rows points higher + 1 , total rows.
Comments
Post a Comment