Hello,
I have a question that is probably silly but I don't know how to do it.
Is it possible in a SQL query to search for approximate numbers?
For example if in a query I search for a decimal 19,90732500 will the database recognize a number like 16,907326? Or the WHERE X = '19,90732500' has to be exactlly the same?
How can I make this work with PHP ? create for example in the query a small range on which the values in between will be searched in the picture?
It's just because with all the automatic conversions, the numbers never stays quite the same. And in the end I'm searching for a number that doesn't exist anymore because it was approximated.