How to get only brackets data in oracle

Select regexp_substr(Column_Name, '\((.*?)\)',1,1,null,1) from Table_Name

0 Comments