摘要:
比如表中有两列数据 :id name1 a1 b1 c2 d2 e变成如下格式:id name1 a,b,c2 d,e数据:if object_id(#表)is not null drop table #表select did,name, from #表 order by diddrop table... 阅读全文
posted @ 2014-08-28 16:49
起航Fly
阅读(14838)
评论(1)
推荐(0)