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 7784865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T20:09:49+00:00 2026-06-01T20:09:49+00:00

I have the following table: +—-+———+———+——-+ | ID | FARM_ID | GATE_ID | SCORE

  • 0

I have the following table:

+----+---------+---------+-------+
| ID | FARM_ID | GATE_ID | SCORE |
+----+---------+---------+-------+
|  1 |       1 |       1 |   100 |
|  2 |       2 |       1 |   100 |
|  3 |       5 |       5 |   100 |
|  4 |       4 |       1 |    16 |
|  5 |       4 |       3 |    16 |
|  6 |       4 |       5 |    23 |
|  7 |       5 |       1 |   100 |
|  8 |       4 |       1 |    95 |
|  9 |       4 |       3 |    91 |
| 10 |       4 |       5 |   100 |
| 11 |       5 |       1 |    20 |
| 12 |       4 |       1 |   100 |
| 13 |       4 |       3 |    95 |
| 14 |       4 |       5 |    95 |
| 15 |       4 |       6 |    91 |
| 16 |       5 |       1 |    16 |
| 17 |       4 |       1 |    95 |
| 18 |       4 |       2 |    91 |
| 19 |       4 |       3 |   100 |
| 20 |       4 |       5 |    91 |
| 21 |       4 |       6 |    95 |
| 22 |       4 |       1 |    91 |
| 23 |       4 |       2 |    95 |
| 24 |       4 |       3 |    95 |
| 25 |       4 |       4 |    91 |
| 26 |       4 |       6 |   100 |
| 27 |       4 |       2 |   100 |
| 28 |       4 |       3 |    91 |
| 29 |       4 |       4 |    95 |
| 30 |       4 |       6 |    95 |
| 31 |       4 |       2 |    95 |
| 32 |       4 |       4 |   100 |
| 33 |       4 |       6 |    91 |
| 34 |       5 |       3 |   100 |
| 35 |       5 |       6 |   100 |
| 36 |       5 |       2 |   100 |
| 37 |       5 |       4 |   100 |
| 38 |       3 |       1 |    91 |
| 39 |       3 |       5 |   100 |
| 40 |       3 |       1 |   100 |
| 41 |       3 |       3 |    91 |
| 42 |       3 |       5 |    91 |
| 43 |       3 |       1 |    91 |
| 44 |       3 |       3 |   100 |
| 45 |       3 |       6 |    91 |
| 46 |       3 |       2 |    91 |
| 47 |       3 |       3 |    91 |
| 48 |       3 |       6 |   100 |
| 49 |       3 |       2 |   100 |
| 50 |       3 |       4 |    91 |
| 51 |       3 |       6 |    91 |
| 52 |       3 |       2 |    91 |
| 53 |       3 |       4 |   100 |
| 54 |       8 |       1 |   100 |
| 55 |       7 |       1 |   100 |
| 56 |       6 |       1 |   100 |
+----+---------+---------+-------+

Desired results:

I wish to show only the highest score for each FARM_ID--GATE_ID pair.
(There should be 23 unique pairs present above and as a result).

Thanks greatly!

  • 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-01T20:09:50+00:00Added an answer on June 1, 2026 at 8:09 pm
    select farm_id, gate_id, max(score)
    from table
    group by farm_id, gate_id 
    

    ?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following table variable in SQL Server 2005: DECLARE @results TABLE (id
I have following table Managers (simplified): ID, int Name, nvarchar(100) In a stored procedure
I have following table ID | Name | Url Each Url contains address to
I have the following table structure. One table EQUITIES and a table for each
I have following table Id | Status | date ------------------- 1 | Onsite |2007
I have the following table structure (in MySQL): DocID, Code, IsDup, DopOf , where
I have the following table. When i try to insert records using LINQ to
I have the following table of TIME datatypes clarification: I am representing hours/mins/seconds of
I have the following table EVENT_LOG : EVENT_ID: pk, int, not null TYPEID: fk,
I have the following table: mysql> SELECT * FROM `bright_promotion_earnings`; +----+----------+------------+----------+-------+ | id |

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.