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

6 lines
78 B
Plaintext

select u
from Users u
order by distance( u.location, [ 10.0, 20 ] )
limit 10