if exists (select 1 from sysobjects where id = object_id('psintroduction') and type = 'U')
drop table psintroduction
go
要判断的表
psintroduction

相关文章: