2017年12月26日
摘要: 1、查询不重复的字段 select distinct name from table 2、查询某个字段不重复的,所有内容 sql根据某一个字段重复只取第一条数据 select s.* from ( select *, row_number() over (partition by [code_iro 阅读全文
posted @ 2017-12-26 16:20 michellexiaoqi 阅读(750) 评论(0) 推荐(0) 编辑