会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
守护心中彩虹
新随笔
订阅
管理
如何从SQL Server查找指定的临时表
-- 1.产生临时表
select * into #tb1 from tb
-- 2.查找该临时表是否存在
select * from tempdb..sysobjects where id=object_id('tempdb..#tb1')
posted @
2008-10-20 12:58
守护心中彩虹
阅读(
462
) 评论(
0
)
收藏
举报
刷新页面
返回顶部
公告