| 123456789101112131415161718192021222324 |
- delete from /mdb/dba1 with version
- /**
- onerror(continue,`not exist`,`not find`,`not found`)
- **/
- ;
- delete from /mdb/dba2 with version
- /**
- onerror(continue,`not exist`,`not find`,`not found`)
- **/
- ;
- drop class if exists /mdb/dba1
- ;
- drop class if exists /mdb/dba2
- ;
- drop class if exists /mdb
- ;
- -- 删除 DB 连接信息,对相关数据库本身没有影响
- DROP DB IF EXISTS msqldb --FORCE
- ;
|