I have in a stored procedure a query that returns a number, but I need it formatted like if it where money.
How can I do that?
something like this:
SELECT MyField
FROM AnyTable
MyField is the result of some real and integer calculations and I want it like this $1,256.23
How can I do that?
something like this:
SELECT MyField
FROM AnyTable
MyField is the result of some real and integer calculations and I want it like this $1,256.23