摘要:
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
阅读(10702)
评论(2)
推荐(0)
浙公网安备 33010602011771号