Split random data in a column with semi colon delimiter into few columns in oracle

試著忘記壹切 提交于 2020-01-17 06:43:05

问题


Can you help me to solve this with simple query in oracle 10g?

I have referenced this question from : SQL - Divide single column in multiple columns

But, how if the amount of commas are not defined?

Example (edited)

  1. 1st Row: Black, Blue, White
  2. 2nd Row: Blue, White
  3. 3rd Row: Blue, White, Black, Brown

来源:https://stackoverflow.com/questions/44511693/split-random-data-in-a-column-with-semi-colon-delimiter-into-few-columns-in-orac

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!