1
0
Fork 0
arangodb/Doxygen/Examples.Durham/fluent30-aql

4 lines
92 B
Plaintext

aql> select x from five;
aql> select x from five limit 2;
aql> select x from five limit -2;