There is a column containing following e.g. abcd/ef/g/hij
.
Characters between the /
are dynamic not fix.
I want to split in a select query the content into 4 separate new columns.
The already answered question is different, I want to split the content in a string seperated by /
into new columns.