摘要: if exists (select * from tempdb..sysobjects where name like '#magic%')drop table #magicgoselect a.name name,b.name col,c.name type into #magic from sy... 阅读全文
posted @ 2014-04-16 03:25 Charie 阅读(339) 评论(0) 推荐(0) 编辑