kwklover
博客园
首页
新闻
新随笔
联系
管理
订阅
随笔- 145 文章- 91 评论- 760
11 2007 档案
问题总结:判断MS SQLSERVER临时表是否存在
摘要: drop table#tempcitysselect * into #tempcitys from hy_citys上面的语句第一次运行的时候就肯定出错了,但第二次就不会。因为select * into #tempcitys from hy_citys自动创建了临时表#tempcitys ,第一次临时表不存在,drop table自然就出错了。刚开始没反应过来,select * into是会自动创...
阅读全文
posted @
2007-11-23 10:48
kwklover 阅读(4298) |
评论 (2)
编辑
公告