10clear.mql 643 B

12345678910111213141516171819202122232425262728293031
  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_memdb with version ;
  12. /**
  13. onerror(continue,`not exist`,`not find`,`not found`,` Not Found`)
  14. **/
  15. ;
  16. delete from /test/malert_status_cache with version ;
  17. /**
  18. onerror(continue,`not exist`,`not find`,`not found`,` Not Found`)
  19. **/
  20. ;
  21. delete from /test/malert_status_seq with version ;
  22. /**
  23. onerror(continue,`not exist`,`not find`,`not found`,` Not Found`)
  24. **/
  25. ;