what could possible be the reason for Mysql does not find records that exists. It is about Lat&Lng database search. I have this simple query:
select id from addresses where lat = "42.5632172" and lng = "27.5266380" 
which returns 0 results but its obvious that record exists.
Here is my database structure and records:
 

Thanks in advance for your time!
 
    