Can some one please help me group this service date dates based on min(date)--and max(date), I am using distinct in my query
but my Tdate and act# and amount are repeating itself.
I just want each service date the min should be my begin date and max should be my end date
just solve it in ssms 08
min(ServiceDetailStartDate)+'--'+ max(ServiceDetailEndDate) as servicedate