I have the following query:
SELECT (CONVERT(FLOAT,22*100) / 148)
With it I get a percentage = 14.8648648648649
This percentage I have to show in my web application but in the following way, percentage = 14.86, only showing the last two decimals.