Randomly select a document in ArangoDB
问题 Is there a way to randomly return a document from a collection using AQL? I would like to create a random graph for testing purposes. I have not yet figured out how to select documents at random from the collection. I was hoping I might be able to do something like this: db._query('RETURN nodes[RAND(0..LENGTH(nodes))]').toArray() JavaScript exception in file '/usr/share/arangodb/js/client/modules/org/arangodb/arangosh.js' at 104,11: [ArangoError 1541: invalid number of arguments for function