Hi,
I have a table, this table has lots of rows, one columns comes with "," separated. I want to sort that column with an order. So that another table has same column with ordered data, i can compare. I tried with regexp_substr but since it has lots of rows, it's taking time, no end.
Thanks