Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Need some query help.

    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'...

Viewing post 1 (of 2 total)