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

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -