Quantcast
Channel: Questions in topic: "calculated column"
Viewing all articles
Browse latest Browse all 11

using sql server string functions to extract the values

$
0
0
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. ,

Viewing all articles
Browse latest Browse all 11

Trending Articles