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 - Updating recent updates - Problem in procedure - Any other approach? -