Database55 mssql 의 Top 기능 rownum과 인덱스를 이용하는게 더 좋은 방법일듯 합니다. 힌트를 이용하셔야 합니다. select /*+ index_desc(table idx_name) */ * from table_a where rownum < 10 and 그럼 최상위 값들중 TOP 10 과 같은 결과가 나옵니다. 조건이 없으면 가상의 조건을 맞춰주는시구요 날짜중 TOP 을 원하시면 예) 날짜필드 < '99991231' 순번 TOP일경우 예) 순번 < '999999' 2008. 7. 11. view 생성 create or replace view V_Temp as select dept_no, dept_name from scott.dept 2008. 7. 11. SQL*Plus Commands 정리 출처 : [http://www.tek-tips.com/gfaqs.cfm/lev2/4/lev3/27/pid/186/fid/3481] -- ==================================================================== SQL*Plus Commands (faq186-3481) -- ==================================================================== Lately there have been a number of questions regarding Oracle SQL*Plus commands. I recommend purchasing a copy of the O'reilly Oracle SQL*Plus Pocket.. 2008. 7. 11. 이전 1 ··· 11 12 13 14 다음