문제

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