I have a string as shown here, and I would like to extract 1234566@2345|1234544@3456
from that string.
1111,AAA,9087404,20230315,VVBBFDEe,1234566@2345|1234544@3456,FALSE,,,,,
With CHARINDEX
I can only look for the first comma.
I have a string as shown here, and I would like to extract 1234566@2345|1234544@3456
from that string.
1111,AAA,9087404,20230315,VVBBFDEe,1234566@2345|1234544@3456,FALSE,,,,,
With CHARINDEX
I can only look for the first comma.
1条答案
按热度按时间wbgh16ku1#
thank you @JNevill. All that i did is and got the output i was looking for.