Query to find replies sent to a requester excluding the system notifications (MSSQL)
Tested in build MSSQL (14306) Query select wo.workorderid as "Ticket ID", convert(date, DATEADD(s,(wo.CREATEDTIME)/1000,'01-01-1970')) AS "Creatd Date", format (convert(time, DATEADD(s,(wo.CREATEDTIME)/1000,'01-01-1970')), 'hh') + ':' + format ...