摘要: # 索引创建方式 ```mysql #1、随表建立索引 create table customer( id int(10) auto_increment, customer_no varchar(20), customer_name varchar(20), #创建主键索引 primary key( 阅读全文
posted @ 2023-08-26 11:25 少年白马 阅读(7) 评论(0) 推荐(0) 编辑