How can I remove all occurrence of , and I from a string using REGEXP_REPLACE? Tried the following but it doesn't work regexp_replace('123,|4abcd, aaa|,qqq|a', '|,', '', 'g')