I have a column transactionID which have data like '3368/00392224/000/00' in this format. Now I have to extract data from this column in to four columns like
Column name Data
A 3368
B 00392224
C 000
D 00
I have to achieve this using sql server string functions to extract the values with good efficiency. Can anyone help me out. ,
↧