gpt4 book ai didi

php - 插入 MySQL 1 时的 DECIMAL 值不正确

转载 作者:太空宇宙 更新时间:2023-11-03 10:37:19 25 4
gpt4 key购买 nike

名称类型

小数点价格(7,0)

INSERT INTO products (uid, item_code,item_name, brand_name,model_number,weight,dimension,description,category,quantity,price,imagename) 
VALUES (1, '01','Lenovo','Lenovo laptop','qwqeiu145','50kg','5x9','Lenovo is the best','Computers & Accessories','2','$250.0000','lenovo');

这是错误

1366 - Incorrect decimal value: '$250.0000' for column 'price' at row 1

最佳答案

你需要改变

$250.0000

250.0000

因为它是decimal 数据类型。里面只能插入数字,而$是字符串

关于php - 插入 MySQL 1 时的 DECIMAL 值不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45786746/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com