我在MySQL中有一个查询
UPDATE `mylandho_foreclosure`.`property_commercial`
SET `winningBid` = '14000000.00'
WHERE `property_commercial`.`propertyId` =325 LIMIT 1 ;
Run Code Online (Sandbox Code Playgroud)
但它显示了警告
Warning: #1264 Out of range value adjusted for column 'winningBid' at row 1
Run Code Online (Sandbox Code Playgroud)
数据类型是float(9,2)