Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何过滤最高分 95.3758 的记录 60122839991 并返回如下没有重复的电话号码
使用distinct on:
distinct on
select distinct on (mobile_number) t.* from mytable t order by mobile_number, score desc