I want to find the nearest coordinates to validate the place name as the format type is FLOAT, then I cannot use LIKE function as it is only applicable for STRING format.
situation example; my reference is (latitude, longitude) that have short decimal places such as (67.1, -69.2) where in the list the coordinates is at five decimal places.
so I need to use my reference coordinates to find any other coordinates that start with same reference coordinates.
I already use LIKE function but cannot use it as it is allowable for STRING only.
sorry if i misunderstood you but you could figure it out by simple math:
Let me know if it was helpful.