hello everybody
I have a table with one colum in which i need to get rid of the leading 0's. It would have been easier to just change the datatype to int. However i can not since some columns have some characters in them.
LTRIM() only seems to get rid of leading blanks..Anybody know a function on how to get rid of Leading zeros.
i.e
00089 gets changed to 89.
Thanks
I have a table with one colum in which i need to get rid of the leading 0's. It would have been easier to just change the datatype to int. However i can not since some columns have some characters in them.
LTRIM() only seems to get rid of leading blanks..Anybody know a function on how to get rid of Leading zeros.
i.e
00089 gets changed to 89.
Thanks