1
0
Fork 0
arangodb/Documentation/Examples/collectionDatabaseDrop.gene...

6 lines
210 B
Plaintext

arangosh> col = db.example;
[ArangoCollection 951084482, "example" (type document, status loaded)]
arangosh> db._drop(col);
arangosh> col;
[ArangoCollection 951084482, "example" (type document, status loaded)]