Extracting the matches of a regular expression and list them with comma separated
I have a table my_table with a column source_column which is a concatenation of strings joined by ” ; “. It has one or more occurrences of pattern UID-xxxx (exactly four alphanumeric characters after substring UID-:
Extracting the matches of a regular expression and list them with comma separated
I have a table my_table with a column source_column which is a concatenation of strings joined by ” ; “. It has one or more occurrences of pattern UID-xxxx (exactly four alphanumeric characters after substring UID-:
In oracle extracting the matches of a regular expression and list them with comma separated
I have a table my_table with a column source_column which is a concatenation of strings joined by ” ; “. It has one or more occurrences of pattern UID-xxxx (exactly four alphanumeric characters after substring UID-: