摘要: 数据插入 insert into 表名(字段1,字段2,字段3......) select 字段1,字段2,字段3...... from 表名 索引操作: mysql查看索引: show index from 表名; show keys from 表名; 创建索引: 普通索引:create inde 阅读全文
posted @ 2020-08-18 17:29 wpf2018 阅读(103) 评论(0) 推荐(0)