摘要:
1.decode的用法:(select max(DECODE(logicSn,null,physicalid+1,logicSn+1)) from m_logic_channel where physicalid=#{physicalId}),2.nvl的用法:(select nvl(max(t.l... 阅读全文
摘要:
2.15:,谨记不要有空格啊,害死人的!!!1.一个update和delete可以害死一大片人,因为人人都觉得这个句子很好写,不就是: update table set a=x,b=y; delete from table where name=xx 当然,现在我说到这个问题了,大家肯定不以为... 阅读全文