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

10 lines
156 B
Plaintext

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