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

相关文章:

  • 2022-01-30
  • 2022-02-10
  • 2022-03-08
  • 2021-12-27
  • 2021-08-08
  • 2021-05-30
猜你喜欢
  • 2021-10-16
  • 2021-06-12
  • 2021-09-09
  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案