Skip to content
Advertisement

Tag: tsql

Using CASE WHEN to assign buckets

Fairly new to coding. I’ve created a new column that outputs the days a task is overdue using DateDiff. I then want to take the result of the DateDiff and assign it an expression (>60 days overdue, 30-…

Advertisement