0010clear.mql 330 B

1234567891011121314151617181920212223
  1. delete from /mdb/dba1 with version
  2. /**
  3. onerror(continue,`not exist`,`not find`,`not found`)
  4. **/
  5. ;
  6. delete from /mdb/dba2 with version
  7. /**
  8. onerror(continue,`not exist`,`not find`,`not found`)
  9. **/
  10. ;
  11. drop class if exists /mdb/dba1
  12. ;
  13. drop class if exists /mdb/dba2
  14. ;
  15. drop class if exists /mdb
  16. ;
  17. DROP DB IF EXISTS msqldb --FORCE
  18. ;