1
0
Fork 0
arangodb/Documentation/Examples/documentsCollectionReplaceB...

3 lines
88 B
Plaintext

arangosh> db.example.replaceByExample({ Hello: "world" }, {Hello: "mars"}, false, 5);
1