Is there an easy way to strip trailing zeros from decimals so that
select amount from table
gives you 2.5 instead of 2.50 or 3 instead of 3.00?
Thanks,
Tom
Is there an easy way to strip trailing zeros from decimals so that
select amount from table
gives you 2.5 instead of 2.50 or 3 instead of 3.00?
Thanks,
Tom