How to split a string by commas and bind it to a Nested Table collection in PL/SQL Oracle

后端 未结 0 1724
耶瑟儿~
耶瑟儿~ 2020-12-05 07:32

I have a string like this:

\'tiger,lion,fish,parrot\'

And i would like to split by commas like this:

tiger
lion
fish
parrot


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题