摘要: 多表查询思路 # 数据准备 #建表 create table dep( id int primary key auto_increment, name varchar(20) ); create table emp( id int primary key auto_increment, name v 阅读全文
posted @ 2022-02-22 16:43 简爱cx 阅读(51) 评论(0) 推荐(0) 编辑