16valid.mql 279 B

123456789101112
  1. SELECT count(*) FROM /test/outstandingobj where (type=1 and day='2023-07-10') or region='武汉机房02'
  2. /**
  3. output()
  4. match("count", 1800, 1)
  5. **/;
  6. DELETE FROM /test/outstandingobj where (type=1 and day='2023-07-10') or region='武汉机房02'
  7. /**
  8. output()
  9. timeout(15s)
  10. **/;