摘要:
1.oracle 取前10条记录 1) select * from tbname where rownum < 11; 2) select * from (select * from tbname order by id desc ) where rownum<=10; 2、oracle 取第一条记 阅读全文
posted @ 2018-12-18 19:11
tigerloveapple
阅读(3477)
评论(0)
推荐(0)
浙公网安备 33010602011771号