2009-02-24 57 views

回答

5
if object_id('tempdb..#myTempTable') is not null 
    drop table #myTempTable 
相關問題