In SQL Server, you can use the T-SQLÂ FORMAT()
function to format a number as a currency.
The FORMAT()
function allows you to format numbers, dates, currencies, etc. It accepts three arguments; the number, the format, and an optional “culture” argument. This article specifically deals with using the format argument to specify a currency.