gpt4 book ai didi

php - 如何在mysql中将字符串保存为十进制?

转载 作者:行者123 更新时间:2023-11-29 06:21:51 25 4
gpt4 key购买 nike

我有一个名为“价格”的表,其中有一个字段名称为“值”并设置为十进制。我希望能够插入一个字符串,例如“3.5$”,而 mysql 将插入数字“3.5”。到目前为止没有成功。

最佳答案

update yourtable 
set yourdecimal = cast('3.7$' as decimal(10,2))
where id = 1

关于php - 如何在mysql中将字符串保存为十进制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32941082/

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