I have table with places and each have lat and lon points
I have lat lon point and wanted distance in KM,
I need to find matching rows in db for this distance with select command
is there any way to do it, witout selecting all rows and run function for each point to calcultae the distance?
thanks
thanks all!
here is the answer: