I have one table named htask with column name htaskName The values of htask may contain '|' seperate values like 12|55|27
I would like to split all of them and join each value with another table call stask stask includes two column htaskName and staskName.
I've already try rtrim but not succeeded
Database version: Oracle 9i