How can strip trailing zeros from one of the field in my table, data type decimal(10,0), but string has different length.
Example of data values:
14080
140800
1408000
256479900
25647990
2564799000
230880
2308800
23088000
I need to use this field as a link, but data is not consistent. People who key in data, have no rules and limitations. I need to get rid off those zeros.
Any idea how I can accomplish this task?
Example of data values:
14080
140800
1408000
256479900
25647990
2564799000
230880
2308800
23088000
I need to use this field as a link, but data is not consistent. People who key in data, have no rules and limitations. I need to get rid off those zeros.
Any idea how I can accomplish this task?