Hello,
I have the following string that I would like to split in to columns so I can betted deliver the data in a report
I like the end result ot be something like this. My SQL is not up to this level yet so I'm reaching out to the SQL gurus to help me with this.
Thanks
Any assistance is apreaicted
RJL
I have the following string that I would like to split in to columns so I can betted deliver the data in a report
Code:
Sequence 50, Shipment 81449098, Item E0191901 - No Record.
I like the end result ot be something like this. My SQL is not up to this level yet so I'm reaching out to the SQL gurus to help me with this.
Code:
column1 Column2 Column3 Column4
Sequence 50 Shipment 81449098 Item E0191901 No Record.
Thanks
Any assistance is apreaicted
RJL