Sql Server查找临时表,并删除:
if exists(select * from tempdb..sysobjects where id=object_id('tempdb..#temp'))
drop table #temp

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2022-02-12
  • 2021-11-05
猜你喜欢
  • 2023-02-16
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
相关资源
相似解决方案