Viewing post 1 (of 1 total)
You should try this, A simplest way to resolve your query
Select t1.Person, max(isnull(t1.UpdatedDate, getdate())) from Table1 t1 group by t1.Person;
using "having" clause to filter the data
Thanks By:-
web designing in...
May 2, 2015 at 5:21 am
#1795175