I have a field in a table "url_key_weight" with float data type. In one record i have value 2.95 in the float field. When I retrieve and print it from PHP code, it prints 2.9500000476837. But when I run the following querys from PHP
"SELECT * FROM url_key_weight WHERE bid = 2.95"
OR
"SELECT * FROM url_key_weight WHERE bid = 2.9500000476837"
I get nothing.