摘要: 临时表:create table#tmpTbName( colName1intidentity(1,1), colName2nvarchar(20))insert into#tmpTbName(colName1,colName2)selectc1,c2fromc;drop table#tmpTbNa... 阅读全文
posted @ 2014-12-26 11:01 haha~ 阅读(282) 评论(0) 推荐(0)