Cool way to add a leading zero to a single digit integer
As long as n is strictly less than 100:
RIGHT(100+n,2)
(Yes, now it seems obvious.. 🙂
Kudos to Steve Kass
Business Analysis, BI and Reporting, Project Management
As long as n is strictly less than 100:
RIGHT(100+n,2)
(Yes, now it seems obvious.. 🙂
Kudos to Steve Kass