Database view - records created today in where clause
I try to filter records created today, mixing in mysql functions in the where clause of the tablect.sys_created_on > DATE_ADD(NOW(),INTERVAL -1 DAY) and ct.sys_created_on < DATE_ADD(NOW(),INTERVAL 1 DAY)For some reason EMPTY created dates are returne...