会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
称心
博客园
首页
新随笔
管理
2015年9月25日
[转]MSSQL 判断临时表是否存在
摘要: 原文来自:http://www.cnblogs.com/szfhquan/p/4229150.html 方法一: 1 if exists (select * from tempdb.dbo.sysobjects where id = object_id(N'tempdb..#tempcitys')
阅读全文
posted @ 2015-09-25 10:37 z5337
阅读(374)
评论(0)
推荐(0)