日期:2014-05-17 浏览次数:20461 次
select * from product where smallid='"+smallid+"' order by pid desc
select * from ( select row_number() over(order by pid desc) as rn, * from product where smallid=‘8888' ) a where rn between 1 and 10