AccessUser22
Technical User
Is there a way to format a floating integer to display as a percentage inside of a query?
I have the number stored in the table as 0.75. However, I would like to display it inside the query as 75.00%.
Is there any way to do this besides converting to decimal(18,2) and multiplying by 100?
I have the number stored in the table as 0.75. However, I would like to display it inside the query as 75.00%.
Is there any way to do this besides converting to decimal(18,2) and multiplying by 100?