카테고리 없음
mysql 인덱스 명령어(생성, 삭제, 확인)
열심히해볼까
2020. 3. 16. 17:04
반응형
index 명령어
조회 | show index from [table 명] |
생성 | create index [index 명] on [table 명] ([컬럼명..n]) |
삭제 | alter table [table 명] drop index [index 명] |
반응형