熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Oracle >> 正文

oracle多表查詢與子查詢

2022-06-13   來源: Oracle 

  (一)子查詢 select * from tableA   where id operator (select * from tableA a where aid=)

  operaor

  單條記錄子查詢(> <>=<=)

  對多條記錄子查詢(> <>=<=)(any allin)

  (二)自查詢 select aname bname where tableA atableAb

  (三)多表連接查詢(Left |right |outer jion on )

  (四)topN(查出查詢結果集中的前n條記錄)

  例如安裝id排序查詢出其中的前條記錄

  select * from ( select * from tableA order by id desc )where rownum <


From:http://tw.wingwit.com/Article/program/Oracle/201311/18751.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.