Roan
I am currently looking into spliting a long row,from table1 and insert in multiple columns in another table2, the string the values are separated by a “/” and “-“.
is there a way to split a cell values at the occurrence of the “/” or “-” and insert in to the existing table2 in their separate columns?
I’ve a table with entries like this.
To turn this: table1
- id   value
- 1   FO910/test123/KO9200-7890/asdasd23423/ …
- 2   ML45/uj890-892ht/kjsl923023/sdsds-wer3434 ..
into this: table2
- id   value1   value2 …
- 1   F0910   test123
- 2   ML45   UJ890
any help will be appreciated greatly
Try using