*(00)*

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2016年1月8日

摘要: --重复ID的记录,只显示其中1条 --生成原始表 select * into #tempTable from ( select '1' as id ,'a' as name union all select '1' as id ,'b' as name union all select '2'... 阅读全文
posted @ 2016-01-08 14:54 *(00)* 阅读(204) 评论(0) 推荐(0) 编辑