H
huddle
Unregistered / Unconfirmed
GUEST, unregistred user!
select * from table where rownum=1;
可以筛选出一条记录
select * from table where rownum=2;
就筛选不出记录了
其中有什么讲究
table中有大于2条记录
可以筛选出一条记录
select * from table where rownum=2;
就筛选不出记录了
其中有什么讲究
table中有大于2条记录