摘要:
NVL2(E1, E2, E3)的功能为:如果E1为NULL,则函数返回E3,否则返回E2。E2和E3类型不同的话,E3会转换为E2的类型。 oracle 函数介绍之nullif 格式: nullif(expr1,expr2) 等价于 "case when expr1 = expr 2 then n 阅读全文
posted @ 2017-05-18 18:09
Debugs
阅读(233)
评论(0)
推荐(0)
摘要:
tm.begin(); sm.begin(); try { result = excel.readE(headKeyV,path); for (int index = 1; index < result.size(); index++) { tempMap = result.get(index); 阅读全文
posted @ 2017-05-18 10:21
Debugs
阅读(489)
评论(0)
推荐(0)
摘要:
没80条执行一次 int bathInt = 80; for(int i = 0; i < map.size()/bathInt; i++){ msg.append(pMethod.SHHSREVObject(map.subList(i*bathInt, (i+1)*bathInt),UName,T 阅读全文
posted @ 2017-05-18 10:18
Debugs
阅读(919)
评论(0)
推荐(0)

浙公网安备 33010602011771号