摘要: 一,创建自增索引: 1. 创建表,id 字段 为 int 2. 创建id 字段为主键 3. 执行命令: alter table XXX modify id integer auto_increment ; 4. 插入数据时,id 字段为空就可以自增, 5. 如果不为空则为修改 二、分页查询: SEL 阅读全文
posted @ 2020-09-23 10:41 leolzi 阅读(196) 评论(0) 推荐(0) 编辑