Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20396

Re: Use Custom Query to filter Last Events list

$
0
0

Got it!


For the record, here is how I did it:

---

SELECT EventTime, Message

FROM Orion.Events

WHERE Message LIKE '%EXAMPLETEXT%'

ORDER BY EventTime DESC

---

 

Simon


Viewing all articles
Browse latest Browse all 20396

Trending Articles