摘要: 多表查询 准备 建表与数据准备 sql示例 #建表 create table department( id int, name varchar(20) ); create table employee( id int primary key auto_increment, name varchar( 阅读全文
posted @ 2019-09-26 21:07 xiongsheng 阅读(114) 评论(0) 推荐(0) 编辑