摘要: create table #t ( id int, bankno nvarchar(10), amount decimal ) select '1' filed1,'a' field2 into #t2 insert into #t(id,bankno,amount)values(1,'a',1) insert into #t(id,bankno,amount)val... 阅读全文
posted @ 2016-10-25 13:24 苍狼白鹿 阅读(292) 评论(0) 推荐(0)