if (:new.first_name is not null) then :new.first_name := substr(regexp_replace(:new.first_name,'[^'||chr(1)||'-'||chr(127)||']',null),1,20); end if;
有人可以帮助我使用此代码吗?我不明白!
oracle plsql regexp-replace
oracle ×1
plsql ×1
regexp-replace ×1