该文被密码保护。 阅读全文
posted @ 2019-04-26 17:08
正月雨
阅读(1)
评论(0)
推荐(0)
摘要:
要写一个存储过程,如果临时表 test 不存在 ,新建临时表,如果存在不新建 alter procedure testas if object_id('tempdb..#test') is null begin print '不存在' create table #test ( number int 阅读全文
posted @ 2019-04-26 10:45
正月雨
阅读(4654)
评论(0)
推荐(0)