I'm trying to get this row to go from this:
Col1 Col2 Label String
--------------------------------------------------------------------
6974449644 632999378491781 APDP 100.65USD/57.77USD/0167025349549
to this:
Col1 Col2 Label old curr new curr2 number
--------------------------------------------------------------------------
6974449644 632999378491781 APDP 100.65 USD 57.77 USD 0167025349549
One option is a little XML in concert with a CROSS APPLY
Note this assumes the Currancy is 3 characters
Example
Returns