update qc_rd_index s set CHECK_USERS=(select (select wm_concat(to_char(replace(REGEXP_SUBSTR(CHECK_USERS,
'[^,]+',
1,
rownum),
substr(REGEXP_SUBSTR(CHECK_USERS,
'[^,]+',
1,
rownum),
2,
1),
'*')))
from dual
connect by rownum <=
LENGTH(CHECK_USERS) - LENGTH(regexp_replace(CHECK_USERS, ',', '')) + 1) as users
from qc_rd_index a where CHECK_USERS is not null and s.id=a.id) where CHECK_USERS is not null