小编Bil*_*ikh的帖子

':' 冒号在 Oracle 中是什么意思?

 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;
Run Code Online (Sandbox Code Playgroud)

有人可以帮助我使用此代码吗?我不明白!

oracle plsql regexp-replace

0
推荐指数
1
解决办法
42
查看次数

标签 统计

oracle ×1

plsql ×1

regexp-replace ×1