摘要:
选择表中的某一行记录:(理解:rownum是oracle系统顺序分配为从查询返回的行的编号) select * from (select rownum a,t.* from testtab t) where a=2; 不能为: select * from (select rownum,t.* from testtab t) where rownum=2;或 select... 阅读全文
posted @ 2008-11-05 15:52
王晓成
阅读(465)
评论(0)
推荐(0)
浙公网安备 33010602011771号