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