Juan Manuel
Juan Manuel

Reputation: 177

Esper - Detect absence of a certain event with WHERE

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.

Upvotes: 0

Views: 108

Answers (1)

user650839
user650839

Reputation: 2594

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

Upvotes: 2

Related Questions