mysql>mysql> SELECT .1E0 + .2E0 = .3E0;+--------------------+| .1E0 + .2E0 = .3E0 |+--------------------+| 0 |+--------------------+1 row in set (0.00 sec)mysql> SELECT .1 + .2 = .3;+--------------+| .1 + .2 = .3 |+--------------+| 1 |+--------------+1 row in set (0.00 sec)mysql>
Name (required)
email (will not be published) (required)
Website