row_number over( partition by xx)
时间:2019-07-01 21:09:41
收藏:0
阅读:108
在原始表中 新加一个临时列
去重, 排序
比多次join性能提高很多

http://www.mysqltutorial.org/mysql-window-functions/mysql-row_number-function/
原文:https://www.cnblogs.com/yszzu/p/11116559.html
评论(0)