I have two tables: address_points kmldata address_points table columns: ID address Latitude1 Longitude2 kmldata table columns: Locname Lat Long Now I want to …
Tag: spatial-query
SQL Geometry find all points in a radius
I am fluent in SQL but new to using the SQL Geometry features. I have what is probably a very basic problem to solve, but I haven’t found any good resources online that explain how to use geometry objects. (Technet is a lousy way to learn new things…) I have a collection of 2d points on a Cartesian plane, and