摘要:
1:实现indexOf功能,.从第1个字符开始,搜索第1次出现子串的位置select instr('->Oracle instr用法','Oracle instr用法',1,1) as i from dual; select instr('oracle','or') as i from dual... 阅读全文
摘要:
1:update 时做检查使用update mw_contract set payTimes=(case when payTimes>0 then payTimes-1else payTimes end)where contractNo='2015001';2:select时使用select cas... 阅读全文