摘要:
CREATE OR REPLACE TRIGGER "TR_Nonumber_patient"BEFORE INSERT OR UPDATEON a_patient_mi FOR EACH ROWBEGINIF trim(translate(:NEW.home_tel,'0123456789',' 阅读全文
摘要:
select * from gy_jbbm where regexp_substr(jbmc,'[0-9]+') is not null 背景:表中某一字段中应该为纯数字,偶然发现该字段包含其他值,故,需要对不是纯数字的数据项进行过滤 脚本:select distinct sub_account_i 阅读全文