| 123456789101112131415 |
- create class if not exists /test() with namespace="test"
- ;
- create edge type if not exists test.connect
- ;
- delete from /test/order with version
- /**
- onerror(continue,`not exist`,`not find`,`not found`)
- **/
- ;
- drop class if exists /test/order/
- ;
|