问题:文本显示时没有换行符或chr(10); 假设测试 column_name (文本) hello world hello world hello world hello world.from dual 但它仍然提供单行输出。 hello world hello world hello world hello world.hello world. 任何解决方案都是受欢迎的。 有效的解决方案 select REPL
有人知道我如何在字符串中搜索特定的字符并提取出它们所在的实际单词吗?如果一个单词确实包含了特定的字符,那么我如何根据该单词拆分字符串呢?这是我想做的事情的一个例子。如果有任何单词包含这两个字母,我想根据这些单词拆分字符串。因此,在本例中,拆分字符串如下所示:Element 2: "arrived"
Element 3