| 12345678910111213141516171819202122232425 |
- 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_seq with version ;
- /**
- onerror(continue,`not exist`,`not find`,`not found`,` Not Found`)
- **/
- ;
- select tally FROM /test/alert_status refresh
- /**
- output()
- count(0)
- **/
- ;
|