Data Type MySQL

if they were the same type.
mysql>
mysql> SELECT '4200' = 4200.0;
+-----------------+
| '4200' = 4200.0 |
+-----------------+
|               1 |
+-----------------+
1 row in set (0.00 sec)
mysql>