gpt4 book ai didi

sql - 在 SQL Server 中向上舍入到最接近的 500 或 1000

转载 作者:行者123 更新时间:2023-12-04 22:05:25 24 4
gpt4 key购买 nike

这个问题在这里已经有了答案:




10年前关闭。




Possible Duplicate:
Round UP to the nearest 100 in SQL Server



是否可以在 SQL Server 中将数字四舍五入到最接近的 500 或 1000?

例子:

14425.00 -> 14500.00
14585.00 -> 15000.00

最佳答案

总是四舍五入:

((value+499)/500)*500

向上或向下舍入:
((value+250)/500)*500

关于sql - 在 SQL Server 中向上舍入到最接近的 500 或 1000,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6939680/

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