Let's say we have value 2006 and now I want to remove 0 from it and the result is 26.
Value : 2006
After removing 0, the value is : 26
I have tried to replace directly using replace but in some case like using aggregate functions we can not use it directly.