Hello All,
Is it possible to format an integer to a float value with 2 decimals in an sql query.
If yes, Please help?
SELECT
CONVERT(DECIMAL(4,2),9)You can replace number 9 above with your integer or integer column.
|||Thanks Limno,
You are a life saver.
No comments:
Post a Comment