ghgarcia Posted August 12, 2006 Share Posted August 12, 2006 I have a mysql database table with several fields field1 is an int. field2 is a dec with 1 decimal point. My problem is that if the value in field2 is neg the results of adding field1 and field2 works correctly. However if the value in field2 is positive I get no result in the addition and no errors. Any help would be greatly appreciated.George Link to comment https://forums.phpfreaks.com/topic/17329-math-operations-on-mysql-data/ Share on other sites More sharing options...
fenway Posted August 12, 2006 Share Posted August 12, 2006 Could you give a more concrete example? Link to comment https://forums.phpfreaks.com/topic/17329-math-operations-on-mysql-data/#findComment-73689 Share on other sites More sharing options...
ghgarcia Posted August 12, 2006 Author Share Posted August 12, 2006 Thanks I think that I found the problem. It was in my PHP code. But thanks again for the fast response.George Link to comment https://forums.phpfreaks.com/topic/17329-math-operations-on-mysql-data/#findComment-73791 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.