Hello,
Can anyone suggest the best way to do the following:
9177454426 into columns 917 col 1, 745 col 2, 4426 col 3.
Basically, I looking to cut a string and put the data into columns.
I think I can use Left() function and Right() function for col 1 and col 3 but how to select data for col 2?
Thank you for looking into this.