23valid.mql 163 B

123456789
  1. select id, identifier, lastoccurrence from /test/alert_status
  2. where severity < 1 and manager=? and lastoccurrence > 1622249714000
  3. /**
  4. output()
  5. params(nil)
  6. **/
  7. ;