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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T15:10:34+00:00 2026-05-21T15:10:34+00:00

I have a table like this: Item Serial_No Grade Size Location Date CQ35 A243911

  • 0

I have a table like this:

Item    Serial_No   Grade   Size    Location    Date
CQ35    A243911     4   36  A           20110127
CQ35    A243911     4   36  B           20110329
CQ35    A243911     4   36  C           20110330
CQ38    A244567     3   38  A           20110127
CQ35    A244567     3   38  B           20110128
CQ38    A244567     3   38  C           20110129
CQ35    A244567     3   38  D           20110130
CQ40    A244568     3   41  A           20110127
CQ40    A244568     3   41  B           20110129
CQ36    A244570         2   37  A           20110125

The expected results shd look like this using SQL:

Item    Serial_No   Grade   Size    Location    Date
CQ35    A243911     4   36  C           20110330
CQ35    A244567     3   38  D           20110130
CQ40    A244568     3   41  B           20110129
CQ36    A244570         2   37  A           20110125

I’m trying to extract the latest row of each Serial No.

Thanks

  • 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-21T15:10:35+00:00Added an answer on May 21, 2026 at 3:10 pm

    UPDATE : with date

    select * 
    from table as outertable
    where date = (select max(date) from table where Serial_No = outertable.Serial_No)
    

    The trick here is to do comparison in the range of Serial_No only, and the way to achieve this is with a Correlated Subquery as shown here.

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

Sidebar

Related Questions

I have a table like this:- Selling Sales Item SIZE QTY Price U/M ----
I have two tables like this:- TABLE A ITEM LOCATION CODE A WHS QW123
I have a stock transaction table like this: Item Date TxnType Qty Price ABC
I have a bill of materials table that is set up like this: item
Let's say I have a table like this in my DB Date ItemId Count
I have a table like this: Item { int ItemID int ParentID string Name
I have a table that looks like this one : +------+------+------------------+ | item |
I have a stock transaction table like this: StockID Item TransDate TranType BatchNo Qty
I have a two-row table like this: --------------------------- | 1 Item | Total: $370.00
I have an invoice table like this: Bill Item Qty Weight Rate Amount Advance

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.