摘要: 一、多表查询 1.查询语法: select 列名列表 from 表名列表 where 准备SQL: # 创建部门表 create table dept( id int primary key auto_increment, name varchar(20) ); insert into dept ( 阅读全文
posted @ 2022-09-27 14:57 羽梦齐飞 阅读(13) 评论(0) 推荐(0)