创建索引

两种方式

create index idx_xxx on table(xxx);

alter table xxx add index idx_xxx(field);

posted @ 2022-01-29 11:28  江湖凶险  阅读(21)  评论(0编辑  收藏  举报