10drop.mql 158 B

12345678910
  1. delete from /univ_demo_local/ with version
  2. /**
  3. output()
  4. onerror(continue,`not exist`,`not find`,`not found`)
  5. **/
  6. ;
  7. drop class if exists /univ_demo_local/
  8. ;