删除临时表的正常方法

if object_id('tempdb..#tempTable') is not null Begin
    drop table #tempTable
End

posted @ 2014-09-24 20:32  kevin.dai  阅读(426)  评论(0编辑  收藏  举报