Query to find replies sent to a requester excluding the system notifications
DB: MSSQL 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 (convert(time, ...