I have a database table with these two columns:
This table can store amounts in va
In SQL server you can :
select stuff(convert(varchar,amount) , len(convert(varchar,amount)) - DecimalPlaces - 1, 0, ".")