G
Guest
Hi, I'm working on a table which contains a colume with strings with
different length. some of the strings has "0" before them and I need to
delete the "0". Would anyone please tell me how to do that. Your help is
sincerely appreciated.
Here's the sample of the strings:
02365
25639
23
002563
23
6598489
0231478
and I need something like this:
2365
25639
23
2563
23
6598489
231478
different length. some of the strings has "0" before them and I need to
delete the "0". Would anyone please tell me how to do that. Your help is
sincerely appreciated.
Here's the sample of the strings:
02365
25639
23
002563
23
6598489
0231478
and I need something like this:
2365
25639
23
2563
23
6598489
231478