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

5 lines
74 B
Plaintext

select u
from Users u
where distance( u.location, [ 10.0, 20 ] ) < 10000