→ 🚀What's New? Explore Lansweeper's Fall 2024 Updates! Fall Launch Blog !
‎06-07-2017 02:29 AM
‎06-07-2017 02:05 PM
‎06-07-2017 08:39 AM
SELECT htblhistory.date, htblhistory.ticketid, htblusers.name FROM htblhistory INNER JOIN htblusers ON htblusers.userid = htblhistory.userid
WHERE (htblhistory.typeid = 13 OR htblhistory.typeid = 31 OR htblhistory.typeid = 39) AND
(htblhistory.date >= CAST('2016-01-01 00:00:01' as datetime) AND htblhistory.date < CAST('2017-01-01 00:00:01' as datetime))
ORDER BY htblhistory.date
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now