I have a query in MySQL
UPDATE `mylandho_foreclosure`.`property_commercial`
SET `winningBid` = '14000000.00'
WHERE `property_commercial`.`propertyId` =325 LIMIT 1 ;
but it shows warning
Warning: #1264 Out of range value adjusted for column 'winningBid' at row 1
datatype is float(9,2)