gpt4 book ai didi

MYSQL 选择将数字转换为百万、十亿格式

转载 作者:可可西里 更新时间:2023-11-01 07:14:57 25 4
gpt4 key购买 nike

我有简单的mysql查询

select count(total_profit)as profit from sales_profits

我得到这样的结果 profit=25000000000。我想要的是像这样的 profit=25,000,000,000,有什么方法可以在 MYSQL 中实现吗?

最佳答案

试试

SELECT FORMAT(COUNT(total_profit), 0) AS profit 
FROM sales_profits

关于MYSQL 选择将数字转换为百万、十亿格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21282540/

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