点滴积累,融会贯通

-----喜欢一切有兴趣的东西

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

第一次用
select into #temp from
后来用
insert into #temp select

if object_id('tempdb..#tmp') is null
select into #temp ....
else
insert into #temp....

posted on 2010-01-28 12:52  小寒  阅读(1240)  评论(0编辑  收藏  举报