Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Problem With Behaviour Of Float Fields
have a look at: http://dev.mysql.com/doc/refman/5.1/en/pro…with-float.html
the problem is, that stored float values differ somehow, so try something like:
(this only helps you view the data, but not the handling with sqlyog)
ok, I see.
thx =)
The solution is to have a Primary Key in the table. Then SQLyog will ONLY use this this PK in the where-clause.