Esper - Detect absence of a certain event with WHERE

107 Views Asked by At

I was looking to this question, i need this select * from pattern [every (timer:interval(10 sec) and not EventX)]; but with a WHERE id = "001", i dont know where to put the WEHERE.

1

There are 1 best solutions below

0
On BEST ANSWER
select * from pattern [every (timer:interval(10 sec) and not EventX(id="001"))];