摘要:
var re1 = /(\d{1,3})+(?:\.\d+)?/g var re2 = /[\u4e00-\u9fa5]{2,}/g var str="11我22们33两个"; var arr1 = str.match(re1); var arr2 = str.match(re2); arr1=11 阅读全文
摘要:
declarecursor ename_c is select distinct v_qzjgh from etbj_cszm where 1=1 AND i_zt = 1 AND DT_QFRQ IS NOT NULL and to_char(dt_create,'yyyy-MM-dd')>'20 阅读全文
摘要:
declarecursor c_col is select * from xtgl_jgmcbm where substr(v_jgbm,0,2)in('41');--v_sjbm in( select distinct substr(v_zjhm_mq,0,6) from etbj_fmdj wh 阅读全文