| 12345678910111213141516171819202122232425262728293031 |
- delete from /test/alert_status with version ;
- /**
- onerror(continue,`not exist`,`not find`,`not found`,` Not Found`)
- **/
- ;
- delete from /test/malert_status with version ;
- /**
- onerror(continue,`not exist`,`not find`,`not found`,` Not Found`)
- **/
- ;
- delete from /test/malert_status_memdb with version ;
- /**
- onerror(continue,`not exist`,`not find`,`not found`,` Not Found`)
- **/
- ;
- delete from /test/malert_status_cache with version ;
- /**
- onerror(continue,`not exist`,`not find`,`not found`,` Not Found`)
- **/
- ;
-
- delete from /test/malert_status_seq with version ;
- /**
- onerror(continue,`not exist`,`not find`,`not found`,` Not Found`)
- **/
- ;
|