【发布时间】:2018-04-01 15:01:29
【问题描述】:
我的要求是从字符串中获取第二个和第三个'/'之间的数据(/ 从右到左考虑),下面是示例。
1.My string is RAM/ESH/BA/BU/MOR/SA and output to be derived is BU
2.My string is RAM/ESH/BA/MOR/SA and output to be derived is BA
3.My String is TR/IV/NI and output to be derived is TR
请帮我查询。
【问题讨论】:
-
上一个示例中没有“第三个”/。你的意思是/还是字符串的开头?
标签: oracle11g