For example, I want to convert the number.

select convert(1354256,money) salMoney

result:

1354256

convert to

1,354,256

没有正确的解决方案

其他提示

use this function sql server (MSSQL)

select format(1354256,'N0')
许可以下: CC-BY-SA归因
不隶属于 dba.stackexchange
scroll top