Remove a random expression from string

后端 未结 7 1661
春和景丽
春和景丽 2021-01-21 06:25

I have a string/column something like this

String a = \"000003023_AggregateStopLossLimit_W x3A 973911_2012-12-22.PDF\";

I want to create a subs

7条回答
  •  一向
    一向 (楼主)
    2021-01-21 07:01

    You should replace REGEX_REPLACE function.

    http://docs.oracle.com/cd/B12037_01/server.101/b10759/functions115.htm#SQLRF06302

提交回复
热议问题