반응형
index 명령어
조회 | show index from [table 명] |
생성 | create index [index 명] on [table 명] ([컬럼명..n]) |
삭제 | alter table [table 명] drop index [index 명] |
반응형
조회 | show index from [table 명] |
생성 | create index [index 명] on [table 명] ([컬럼명..n]) |
삭제 | alter table [table 명] drop index [index 명] |