SQL Server临时表的使用方案大全

  发布时间:2025-11-04 04:10:00   作者:玩站小弟   我要评论
复制ifexists(select*fromtempdb..sysobjectswhereid=object_id(@sTmpWareA)andtype="U") 1. 。
SQL Server临时表的使用方案大全
时表复制if exists (select * from tempdb..sysobjects where id = object_id(@sTmpWareA) and type = "U")  1.
  • Tag:

相关文章

最新评论