Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7027621
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:16:19+00:00 2026-05-28T00:16:19+00:00

My table will hold scores and initials. But the table wont be ordered. I

  • 0

My table will hold scores and initials.

But the table wont be ordered.

I can get the total row count easy enough and I know I can get all of them and Order By and then loop through them and get the rank THAT way…

But is there a better way? Could this maybe be done with the SQL statement?

I’m not TOO concerned about performance so if the SQL statement is some crazy thing, then Ill just loop.

Sorry – Table has id as primary key, a string to verify unique app install, a column for initials and a column for score.

When someone clicks GET RANK… I want to be able to tell them that their score is 100 out of 1000 players.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T00:16:20+00:00Added an answer on May 28, 2026 at 12:16 am
    SELECT s1.initials, (
      SELECT COUNT(*)
      FROM scores AS s2
      WHERE s2.score > s1.score
    )+1 AS rank
    FROM scores AS s1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm designing a database table which will hold filenames of uploaded files. What is
I have a MySQL table that will only have one row. What should my
What I can think of is: Algo: Have a hash table which will store
I'm considering adding a tsvector column to an existing table that will hold possible
I'm just designing the schema for a database table which will hold details of
I'm about to create a table which will hold a customer ID (GUID), a
Which virtual table will be pure virtual function located? In the base class or
First of all, let's define a few tables: Users table will store information about
For multitenant databases, to you name tables differently based on: Whether the table will
I'm designing a table that will be used to store information on which customers

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.