Title: Double conversion error

I have a query where I perform an update "where (CALL_ID = 2.37000000000000000e+002);"

This query updates nothing, even though my "CALL_ID" column has an id of "237".

If I change the end of this query to read: "where (CALL_ID = 237);", then the row with "CALL_ID=237" is updated.

Is there a reason why the double value "2.37000000000000000e+002" is not evaluating to "237"?

Regards,
-Brett Berry
Boeing
Software Tools Engineer
ole0.bmp

Reply via email to