I'm working on a script that will take data about water meters from our recording software and put the necessary data into the GIS. Basically things like flow and the gps location. Basically, I want to see if a point has already been added to the map at the location recorded. Can I do a sql query based on latitude and longitude? How might I do that? I'm not very familiar with sql itself.