摘要:
--Join the data with the same ID togetherdeclare @tbl table (Sid int identity, ID int, Description varchar(100) )insert into @tblselect 1001, 'Test 1001'union allselect 1001, 'Test 1001 dsdfsdf'union ... 阅读全文
posted @ 2010-10-22 17:23
lp123
阅读(136)
评论(0)
推荐(0)

浙公网安备 33010602011771号