Using currency $ format with sql server?

前端 未结 4 1562
面向向阳花
面向向阳花 2021-01-29 06:13

I have data in my sql database like 645.000 and i need to format it to include currency symbols e.g., $645.000

How can I achieve this in SQL?

4条回答
  •  隐瞒了意图╮
    2021-01-29 06:13

    Refer this if you really need to do this from the database rather than from the UI.

    http://www.java2s.com/Code/SQLServer/Data-Type/Formatmoneycurrency.htm

提交回复
热议问题