Pregunta

For example, I want to convert the number.

select convert(1354256,money) salMoney

result:

1354256

convert to

1,354,256

No hay solución correcta

Otros consejos

use this function sql server (MSSQL)

select format(1354256,'N0')
Licenciado bajo: CC-BY-SA con atribución
No afiliado a dba.stackexchange
scroll top