just as the following scripts shows:
1.temp table
    if exists (select * from sysobjects where objectproperty(object_id('TempTableName'),'istable') = 1)
2.normal table
   if object_id('tablename') is null

相关文章:

  • 2022-12-23
  • 2021-07-29
  • 2021-04-24
  • 2022-01-04
  • 2021-04-26
  • 2021-06-10
  • 2021-07-06
  • 2021-11-08
猜你喜欢
  • 2021-10-09
  • 2022-12-23
  • 2022-02-01
  • 2022-12-23
  • 2022-12-23
  • 2021-08-23
  • 2021-07-10
相关资源
相似解决方案