0

I am trying to extract a specific text from an Outlook subject line. This is required to calculate turn around time for each order entered in SAP. I have a subject line as below

SO# 3032641559 FW: Attached new PO 4500958640- 13563 TYCO  LJ

My final output should be like this: 3032641559

I have been able to do this in MS excel with the formulas like this

=IFERROR(INT(MID([@[Normalized_Subject]],SEARCH(30,[@[Normalized_Subject]]),10)),"Not Found")

in the above formula [@[Normalized_Subject]] is the name of column in which the SO number exists. I have asked to do this in oracle but I am very new to this. Your help on this would be greatly appreciated.

Note: in the above subject line the number 30 is common in every subject line.

4

1 に答える 1