I have a requirement where I need to extract a specific portion from a column value.
Review: Project BAN27: Content BAN27S001: Deviation
Now in the above text, I need only BAN27S001 portion in a new column. The only common factor I have is a portion of String (like BAN27) is available in other column. Now I am trying to extract BAN27S001 using the column which has BAN27 as the value. Can we implement it in Oracle using Regular Expressions..Please suggest if there is any other way to achieve this.
Could you please help me in extracting the string.
Thanks San


BAN27S001in your string. Without knowing this logic, we can't help you.BAN+ digits +S+ digits? What pattern have you tried?