create index f_code_idx on dat_files(f_code)
create index 인덱스명 on 테이블명(컬럼명)
create index 인덱스명 on 테이블명(컬럼명)
'SQL' 카테고리의 다른 글
효율적인 sql 문 작성 (1) | 2008.12.02 |
---|---|
left outer join max (1) | 2008.09.16 |
join on (0) | 2008.08.04 |
create table (0) | 2008.05.15 |
update (0) | 2008.05.15 |
insert (0) | 2008.05.15 |
JOIN ON (0) | 2007.10.16 |
LEFT OUTER JOIN (0) | 2007.10.15 |
SQL문 - 서브 쿼리 (0) | 2007.10.11 |