10clear.mql 457 B

12345678910111213141516171819202122232425
  1. delete from /test/alert_status with version ;
  2. /**
  3. onerror(continue,`not exist`,`not find`,`not found`,` Not Found`)
  4. **/
  5. ;
  6. delete from /test/malert_status with version ;
  7. /**
  8. onerror(continue,`not exist`,`not find`,`not found`,` Not Found`)
  9. **/
  10. ;
  11. delete from /test/malert_status_seq with version ;
  12. /**
  13. onerror(continue,`not exist`,`not find`,`not found`,` Not Found`)
  14. **/
  15. ;
  16. select tally FROM /test/alert_status refresh
  17. /**
  18. output()
  19. count(0)
  20. **/
  21. ;