How to separate a number from 3 digits to 3 digits by comma in sql server?
-4
votes
1
answer
1819
views
For example, I want to convert the number.
select convert(1354256,money) salMoney
result:
1354256
convert to
1,354,256
Asked by Nader Gharibian Fard
(213 rep)
Jan 25, 2021, 10:58 AM