Limit on date_diff
Content
I'm trying to use the date_diff function in a segment to find contacts over a certain age, and am having some trouble, so I tried putting the same code in a report and it seemed to cap everything at 45.89 years, or 1,448,278,471 seconds, so anyone over this age just returned 45.89 years
date_diff(sysdate(),contacts.Standard$wftdob)/(365.25*24*3600)
is there any way to remove this cap? Or any way to identify a date difference this large, I want to exclude everyone who is 75 or over!
Tagged:
0