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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:52:18+00:00 2026-05-27T20:52:18+00:00

How do you find the newest value in a column? Only 1 column changes

  • 0

How do you find the newest value in a column? Only 1 column changes values and it is not the main identifier.

(select    ( t_Order_Assignment.dte_assignment )
from t_order_assignment  WITH (NOLOCK)
inner join t_order_detail on t_Order_Assignment.order_detail_id = t_order_detail.Order_Detail_ID)as 'dte_assignment'  

This is also set inside a much larger query so the order by clause will not work. I have tried @@identity, scope, top 1, and Last(doesn’t work). I just need the newest value in that specific column listed above.

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-27T20:52:18+00:00Added an answer on May 27, 2026 at 8:52 pm

    so are you saying this would not work??

    (select   top 1 t_Order_Assignment.dte_assignment
    from t_order_assignment  WITH (NOLOCK)
    inner join t_order_detail on t_Order_Assignment.order_detail_id =     t_order_detail.Order_Detail_ID
    order by CAST(t_Order_Assignment.dte_assignment AS DateTime) desc
    )as 'dte_assignment'  
    

    — just saw the comment about storing dates as a string… not a good move but maybe out of your hands, so there is a cast on the order by. this has no error handling so you may want to look at that…

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

Sidebar

Related Questions

I'm trying to select the newest price from another table in a sub select.
I'm trying to write a MySQL query (from PHP) that will find the newest
Is there an elegant way in Perl to find the newest file in a
I have an array of Ruby Date objects. How can I find the newest
I find from reading perldoc perlvar, about a thousand lines in is help for
I can't find the reason why my function is not getting all the results.
I'm using ASP.NET, not the newest one with that clientIdMode stuff. So, the control
I have the following query: SELECT m.*, COUNT(c.chapter_nr) as chapters, MAX(c.chapter_nr) as latest_chapter FROM
I'm using the following code to find the newest .zip file in a directory
I need to find directories not older than 30 days and then sort them

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.