Skip to content
Advertisement

extract a word after a word from a string

I have a big note column in which there is a word NUMBER_OF_SERVERS_03 the 03 can be any 2 digits or it can have n digits and there is digits after that for example NUMBER_OF_SERVERS_03 2 i want to extract the digits after that for eg

Thanks Rakesh

Advertisement

Answer

You need to use REGEXP_SUBSTR with match parameters as follows:

Cheers!!

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement