Hello guys,
I have a table cell that has a value of 0.000 as a result of a difference between two equal double values.
How can I query that table where cell_value=0 ? It doesn't return enithing.
Looks like int 0 is not equal with double 0.000. Is this a bug ?
Thank you.