Hi All,
I have a select query grouped by name, then area for example I want to have a 3 counts, 1 for those created less than 25 days, then 35 days then 56 days, is it poss to do this with a decode statement? e.g.
DECODE(count(created_date between sysdate -25 and sysdate)
????????????????
Many thanks
Sam
I have a select query grouped by name, then area for example I want to have a 3 counts, 1 for those created less than 25 days, then 35 days then 56 days, is it poss to do this with a decode statement? e.g.
DECODE(count(created_date between sysdate -25 and sysdate)
????????????????
Many thanks
Sam