摘要: 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