Viewing post 1 (of 2 total)
It's ok, I found another way to do it. Thanks!
select COUNT(tvid), case when
datediff(d, requested_date, completed_date) = 0 then 'same day' else case when datediff(d, requested_date, completed_date) = 1 then '1'...
May 28, 2013 at 11:58 am
#1619078