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

10 lines
159 B
Plaintext

arangosh> db.example.last(1);
[
{
"_id" : "example/1155920779",
"_key" : "1155920779",
"_rev" : "1155920779",
"Hello" : "world"
}
]