首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
MySQL ROW
MySQL ROW
it
2024-01-21
73
SELECT ROW_NUMBER ( ) OVER ( PARTITION BY a.inspection_x ORDER BY a.id_x DESC ) AS rowNum, a.inspection_x, a.id_x FROM t_product_ins_x a WHERE a.STATUS = 0; *******语法格式:ROW_NUMBER ( ) OVER ( PARTITION BY 分组列 ORDER BY 排序列 DESC )
转载请注明原文地址: https://lol.8miu.com/read-13627.html
最新回复
(
0
)