19valid.mql 148 B

1234567
  1. SELECT count(*) FROM /test/outstandingobj where (type=1 and day='2023-07-10') or region='武汉机房02'
  2. /**
  3. output()
  4. match("count", 1800)
  5. **/;