1
0
Fork 0
arangodb/Documentation/Examples/05_workWithAQL_statements9....

3 lines
129 B
Plaintext

arangosh> stmt = db._createStatement( { "query": "FOR i IN [ 1, 2, 3, 4 ] RETURN i", "count": true } );
[object ArangoStatement]