Basically the issue I’m dealing with right now is where propertyID that starts at 4271 through 4342. There is one duplicate Lat and Lng entries (geo-coordinates) that is throwing all the coordinates off . The latitude and longitude coordinates of propertyID 4272 should be for propertyID 4271. Its off by one propertyID. I essentially need to move the Lat Lng fields up by one.
What would be the best way to go about fixing this using SQL?
photo:
http://bit.ly/KGcRSg
You can update each record’s
propertyIDby an offset like so: