Re: Select the most recent date
From: Roji. P. Thomas (lazydragon_at_nowhere.com)
Date: 04/26/04
- Next message: vishal subramaniam: "RE: Xlocking with a select statement"
- Previous message: Learner: "How to backup and shrink a database from a DTS?"
- In reply to: Aaron Bertrand [MVP]: "Re: Select the most recent date"
- Next in thread: Aaron Bertrand [MVP]: "Re: Select the most recent date"
- Reply: Aaron Bertrand [MVP]: "Re: Select the most recent date"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 26 Apr 2004 15:55:10 +0530
>From the OP
I want to find the <B>records<B> with the most recent ....
;)
-- Roji. P. Thomas SQL Server Programmer "Aaron Bertrand [MVP]" <aaron@TRASHaspfaq.com> wrote in message news:ezksh81KEHA.988@TK2MSFTNGP11.phx.gbl... > Yeah, I missed the plural. But, depends also on what granularity the > information is stored in, whether he meant "most recent date/time," and > whether there is any likelihood of dupes. ;-) > > -- > Aaron Bertrand > SQL Server MVP > http://www.aspfaq.com/ > > > "Steve Kass" <skass@drew.edu> wrote in message > news:OPebzd1KEHA.2660@TK2MSFTNGP09.phx.gbl... > > SELECT TOP 1 WITH TIES <column list> ... ? > > > > SK > >
- Next message: vishal subramaniam: "RE: Xlocking with a select statement"
- Previous message: Learner: "How to backup and shrink a database from a DTS?"
- In reply to: Aaron Bertrand [MVP]: "Re: Select the most recent date"
- Next in thread: Aaron Bertrand [MVP]: "Re: Select the most recent date"
- Reply: Aaron Bertrand [MVP]: "Re: Select the most recent date"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|