MYSQL

create index

Min's아빠 2018. 2. 15. 18:59


create index 인덱스이름 on 테이블(필드);


create index idx_goodscd on gd_goods(goodscd);