gpt4 book ai didi

mysql - 更改mysql中的货币小数位

转载 作者:行者123 更新时间:2023-11-29 05:38:03 26 4
gpt4 key购买 nike

我在我的 mysql 数据库中存储了一些货币值,我目前将字段类型设置为 decimal(10,2),这让我得到了 £2.22 的价格。我需要更改它,以便将其格式化为 £1.3044。每次我输入值 1.3044 将值 1.30 保存到数据库时,有谁知道显示这样的内容的正确类型吗? £1.3044

编辑>>>>

按照下面的答案后,这现在可以工作并以正确的格式保存数据,现在的问题是,由于某种原因,当它重新加载到表单字段时,它会将它更改为 1.30,即使在数据库中它是1.3044.

    <div class="oilprices" style="width:800px; height:auto; float:left;margin-left:15px;">
<div style="float:left; width:235px "><span class="ccms_form_element cfdiv_text" id="oilpricegasoil"><strong><span style="font-weight:bold;margin-top:4px; float:left;"><span style="font-size:15px; padding-right:10px;">Oil Prices - </span> Gas Oil</span> £</strong>
<input name="oilpricegasoil" style="padding:3px !important; background:#fff;" type="text" class="form-field" id="oilpricegasoil" title="oilpricegasoil" size="3" maxlength="10" label_over="0" hide_label="0" /><span style="padding-left:2px;">PPL</span>
</span></div>
<div style="float:left; width:130px; margin-left:5px; "><span class="ccms_form_element cfdiv_text" id="oilpricegasoil"><strong>Derv £</strong>
<input name="oilpricederv" type="text" style="background:#fff;padding:3px !important;" class="form-field" id="oilpricederv" title="oilpricederv" size="3" maxlength="10" label_over="0" hide_label="0" /><span style="padding-left:2px;">PPL</span>
</span></div>
<div style="float:left; width:135px; margin-left:5px; "><span class="ccms_form_element cfdiv_text" id="oilpricegasoil"><strong>Kero £</strong>
<input name="oilpricekero" style="background:#fff;padding:3px !important;" type="text" class="form-field" id="oilpricekero" title="oilpricekero" size="3" maxlength="10" label_over="0" hide_label="0" /><span style="padding-left:2px;">PPL</span>
</span></div>
<input name="cf_id" type="hidden" id="cf_id" value="">
<div style="width:40px; float:left;padding-left:10px">

<input type="submit" name="button" id="button" value="Update">

</div>


</div>

最佳答案

将数据类型更改为decimal(10,4)

关于mysql - 更改mysql中的货币小数位,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9068110/

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