摘要:
DECLARE @TempTable table(UserID int , UserName nvarchar(50)); insert into @TempTable (UserID,UserName) values (1,'a') insert into @TempTable (UserID,U 阅读全文
posted @ 2017-12-29 18:39 fashionwong 阅读(117) 评论(0) 推荐(0)
posted @ 2017-12-29 18:39 fashionwong 阅读(117) 评论(0) 推荐(0)