
October 24th, 2011, 09:04 AM
|
|
Registered User
|
|
Join Date: Oct 2011
Posts: 2
Time spent in forums: 54 m 15 sec
Reputation Power: 0
|
|
|
Days between the last 2 dates T SQL
Hi
trying to get the last two dates for a client record, and calculate the days between those dates.
basically have to visit clients every few weeks, so have multiple dates for each client
want to list both dates and then the days between
one client might have 6 visits recorded but i only want to calculate days between for the latest 2 dates.
i want my qry result to look something like this
client ID, Date 1, Date 2, days between
123, 01/01/11, 11/01/11, 10
555, 03/05/11, 28/05/11, 25
and so on
hope that make sense.
|