티스토리 뷰
반응형
조건절에 index가 생성된 컬럼이 있을때 index scan이 아닌 full table scan을 하고자
할때 사용하는 힌트입니다.
where table specifies the name or alias of the table on which the full table scan is to be performed. If your statement does not use aliases, then the table name is the default alias.
Example
Oracle performs a full table scan on the accounts table to execute this statement, even if there is an index on the accno column that is made available by the condition in the WHERE clause:
SELECT /*+ FULL(A) don't use the index on accno */ accno, bal FROM accounts a WHERE accno = 7086854;
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- GKRS
- 고체 향수
- 톡토기
- 별잉 빛나는 밤
- weka
- 증권정보포털
- 빈센트 반 고흐
- 솔리드 쿨론
- Life Chair
- 별이 빚나는 밤
- 남설 팔찌
- 화분벌레
- 오미크론
- 루미큐브 종류
- node.js
- 매직 트랙패드2
- 홈 오피스
- 코라나 19
- 파나소닉 비데 DL-EH10KWS
- yugabyteDB
- Sybase IQ
- VARIDESK
- 유가바이트디비
- Pixel Pals
- 로니카 BCS
- 배당급
- 브리다 정수기
- 카카오 에드
- 르세라핌
- JMW 헤어드라이기기
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
글 보관함