I initially did a search on the exisiting forums and there is a few topics on this but they all relate to strings (varchar, char, etc.) I have an integer column where I would like to remove the leading zero (if there is one).
I can find out what rows do have this but am getting puzzled in regards to what is the best way to do it as the RTRIM function works only for leading spaces ?
I just want some fresh ideas that maybe I haven't thought of ?
I can find out what rows do have this but am getting puzzled in regards to what is the best way to do it as the RTRIM function works only for leading spaces ?
I just want some fresh ideas that maybe I haven't thought of ?