摘要:
转自:http://www.blogjava.net/ljc-java/archive/2011/02/28/345344.html1.Integer转换成int的方法Integer i =new Integer(10);int k = i.intValue();即Integer.intValue(... 阅读全文
摘要:
转自:http://www.studyofnet.com/news/182.htmlselect into from 和 insert into select都是用来复制表,两者的主要区别为: select into from 要求目标表不存在,因为在插入时会自动创建。insert into sel... 阅读全文