摘要: ``` create table people( id int auto_increment primary key, name varchar(10) not null, age int not null, salary int not null, work varchar(20) )charset = utf8; 作业: 1... 阅读全文
posted @ 2019-10-29 21:36 Isayama 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 操作数据表 增 删 改 查 复制表 操作记录 查 插入数据insert 更新数据update 删除数据delete 阅读全文
posted @ 2019-10-29 20:26 Isayama 阅读(129) 评论(0) 推荐(0) 编辑