SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same need and used this:
select case when left(column,1) = '0' then right(column, (len(column)-1)) else column end