用开窗函数即可
(
row_number() over(partition by col1,...,col70 oder by xx) rn
)
where rn=1
用开窗函数即可
(
row_number() over(partition by col1,...,col70 oder by xx) rn
)
where rn=1
2848
681
3144

被折叠的 条评论
为什么被折叠?