7.version.mql 170 B

1234567891011121314
  1. select count(*) as "xxx xxx" from /m3event/devops/alerts_status
  2. /**
  3. output()
  4. **/
  5. ;
  6. select count(*) from /m3event/devops/alerts_status with version
  7. /**
  8. output()
  9. **/
  10. ;