随笔分类 - T_SQL语句
好的SQL语句和常用的SQL语句。
row_number()函数的使用
摘要:row_number()可以查找主键不相连的数据select * from (select row_number()over(order by peopleId desc) as rowNum ,* from T_People)as tb where rowNum between 21 and 30
阅读全文
浙公网安备 33010602011771号