sqlserver 删除临时表

sqlserver 删除临时表sql

 

if object_id('tempdb..#tempTable') is not null Begin
    drop table #tempTable
End
相关文章
相关标签/搜索