The following statement requests the format of the Salary column in the Employee table.
SELECT FORMAT(Employee.Salary);
The result is the following.
Format(Salary) ------------------------------ ZZZ,ZZ9.99
The following statement requests the format of the Salary column in the Employee table.
SELECT FORMAT(Employee.Salary);
The result is the following.
Format(Salary) ------------------------------ ZZZ,ZZ9.99