我正在尝试使用regexp_substr在!< & >!中检索字符串。我有下面的语句,但它返回了‘To test with regexp_substr.>!]’。如何排除>!]然后只返回字符串?选择regexp_substr('!<使用regexp_substr.>!','[^!<+>!]')来自dual
下面是我的疑问: regexp_substr('$CSV Text Single Line$','[^,]+',1, 1) c1,regexp_substr('$CSV Text Single Line$','[^,]+',1, 2) c2,
regexp_substr('$CSV Text Singlerege