MySQL 是不是没有ROW_NUMBER函数?
您好, MySQL在8.0版本前无row_number函数。基于MySQL5.7版本我们可以实现类似row_number窗口函数的功能,具体参考SQL链接如下:
https://blog.csdn.net/weixin_45873444/article/details/116713621
mysql 8 支持的。 https://dev.mysql.com/doc/refman/8.0/en/window-function-descriptions.html#function_row-number