Database Reference
In-Depth Information
If we recall, however, we were not looking for the angle to the nearest five but to
thetruenearestroadline.Forthis,weordertheresultsbydistanceandfurtheruse
LIMIT 1 :
SELECT azimuth
FROM index_query
ORDER BY dist
LIMIT 1;
See also
• The Improving proximity filtering with KNN recipe
Search WWH ::




Custom Search