oracle 多表查詢分頁 between

select  * from
        (
          select rownum rid,iid,fileMetaId,rowCount,objType,objId,info,exception,istate,logDateTime,sysName,origName,UploadUserName from
                 (select i.*,i.id iid,i.state istate,f.* from t_interactionlog i,t_filemeta f  where i.filemetaid=f.id  order by i.id asc
                 )
         )
         where   rid   between  200  and   500;
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章