1_1_drop.mql 139 B

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