0

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.

Juan Manuel
  • 177
  • 1
  • 10

1 Answers1

2
select * from pattern [every (timer:interval(10 sec) and not EventX(id="001"))];
user650839
  • 2,594
  • 1
  • 13
  • 9