会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
吴晓阳
博客园
首页
新随笔
联系
订阅
管理
2007年5月6日
在SQL Server中安全的创建,使用,和删除一个临时表
摘要: USE AdventureWorks;GOCREATE TABLE #temptable (col1 int);GOINSERT INTO #temptableVALUES (10);GOSELECT * FROM #temptable;GOIF OBJECT_ID(N'tempdb..#temptable', N'U') IS NOT NULL DROP TABLE #temptable;GO-...
阅读全文
posted @ 2007-05-06 12:42 shiningrise
阅读(979)
评论(2)
推荐(0)
编辑
公告
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css