Between 2 Figures in an Expression
Content
I have this expression as well as another one where it has > 48. How I do one for between 24 and 48?
sum(if(date_diff(sysdate(),incidents.created)/3600 <=24,1,0))
Tagged:
0