转自:SQL去重的三种方法技巧 你知道吗 在使用SQL提数的时候,常会遇到表内有重复值的时候,比如我们想得到 uv (独立访客),就需要做去重。在 MySQL 中通常是使用 distinct 或 group by子句,但在支持窗口函数的 sqhttps://www.pinlue.com/article/2021/11/0314/2911731908030.html