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

  • Home
  • SEARCH
  • 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 8392743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T19:35:44+00:00 2026-06-09T19:35:44+00:00

My Database structure Table ‘Player’ : column ‘id’ Table ‘Score’ : column ‘player_id’ ,

  • 0

My Database structure

Table 'Player'   : column 'id'
Table 'Score'    : column 'player_id' , 'score' , 'time'

example data in Table ‘Score’

   player_id       score             time
     1001           100      2000-01-01 00:00:00
     1001             3      2012-08-01 00:00:00
     1001            11      2012-08-02 00:00:00
     1002            80      2012-07-01 00:00:00
     1002             5      2012-08-01 00:00:00
     1003            90      2012-07-01 00:00:00

I try to use

SELECT * FROM Score WHERE MONTH(time) = MONTH(NOW()) ORDER BY score DESC

The result from Player 1001 will be multiple row of score 11 and 3.
How to sort and get only max score in time length that should be only score 11 of Player 1001

The result should be

   player_id       score             time
     1001            11      2012-08-02 00:00:00
     1002             5      2012-08-01 00:00:00

not

   player_id       score             time
     1001            11      2012-08-02 00:00:00
     1001             3      2012-08-01 00:00:00
     1002             5      2012-08-01 00:00:00
  • 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-06-09T19:35:46+00:00Added an answer on June 9, 2026 at 7:35 pm
    SELECT player_id, max(score) as max_score
    FROM Score 
    WHERE MONTH(time) = MONTH(NOW()) 
    group by player_id
    ORDER BY max_score DESC
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a database table structure as follow: datatype data mytable now datatype has
my database table structure is like following: wdt date teacherid 1 2011-01-11 1001 2
this is my database structure for my terms table (categories): id | name |
I have mysql database structure like below: CREATE TABLE test ( id int(11) NOT
I have this database structure, SET SQL_MODE=NO_AUTO_VALUE_ON_ZERO; CREATE TABLE IF NOT EXISTS `announces` (
My table structure in the database; Table System_t id | Owner | System ===========================================
I have this table structure on a SQL Server 2008 R2 database: CREATE TABLE
I have a mysql database with a table structure like below : Table Name
I have a database the I am rebuilding the table structure was crap so
Setup: Contact database using 4 tables Contacts Cities States Zips Structure: CREATE TABLE `contacts`

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.