标签:des io 使用 ar art sp on c sql
select * from (select row_number()over(order by Server_no desc) as rownum,Server_no,Game_Name,Server_name from T_GameServer_List where IS_DELETE = ‘N‘ and Game_name like ‘%q%‘)as t where t.rownum > #{condtion.offestStart} and t.rownum <= #{condtion.offestEnd}
标签:des io 使用 ar art sp on c sql
原文地址:http://my.oschina.net/AaronCN/blog/309805