1
0
Fork 0
arangodb/Doxygen/Examples.Durham/query1

5 lines
47 B
Plaintext

select u
from User u
where u.age < 10
limit 10