摘要:
if exists(select name from tempdb.dbo.sysobjects where id = object_id(N'tempdb.dbo.#tempWorkDate') and type='u') drop table #tempWorkDate CREATE TABLE [#tempWorkDate] ( [WorkDate] [varchar] (100) NULL,[SeqNo] [int] NULL )Insert Into #tempWorkDate ([WorkDate],[SeqNo] ) values ( '2 阅读全文
posted @ 2011-07-20 10:44
丁晨
阅读(403)
评论(0)
推荐(0)

浙公网安备 33010602011771号