Replace Zero's in a integer with nothing and make it as Integer.
--- Replace zero's in a integer with nothing, and make it as Integer
SELECT CAST(REPLACE(000050,0,'') AS INTEGER) AS 'Replace_Integer'
-- Linkedin Profile :https://www.linkedin.com/in/harshasannareddy/