case regexp_extract(network_information,'^([\\w|-]+)[.|;].*',1) then .........
For this part of code I am getting ParseException line 22:2 cannot recognize input near '*' ',' 'case' in expression specification (state=42000,code=40000) Can anyone help me out here.