這是實體類這是oracle的分頁語句<!-- 分頁查詢資費數(shù)據(jù) --><select id="findByPage"parameterType="com.tarena.entity.page.CostPage"resultType="com.tarena.entity.Cost">select * from (select a.*,rownum r from (select * from cost order by cost_id ) a) where r>#{begin} and r<#{end} 幫我改成mysql的謝謝了
添加回答
舉報
0/150
提交
取消