create index 인덱스이름 on 테이블(필드);
create index idx_goodscd on gd_goods(goodscd);
'MYSQL' 카테고리의 다른 글
MYISAM (0) | 2018.06.08 |
---|---|
MYSQL 외래키 (0) | 2018.05.25 |
index 확인 (0) | 2018.02.15 |
incorrect integer value: '' for column (0) | 2018.01.05 |
MYSQL 파티셔닝 (0) | 2017.12.31 |