Hi,
I have these data type string in one column,
0893411001 |
How can I convert it into a 5 column like below and change the last column 001 into a number type?
089 | 08934 | 0893411 | 0893411001 | 001 |
I tried using regex but didn't produce a result. Thank you
Solved! Go to Solution.
Hi ponraj,
It was easy than I expected. I have been googling around for an hour before came here. Thanks for the guidance.