常用SQL
摘要:多表查询 -- 多表查询-数据准备 use mydb3; -- 创建部门表 create table if not exists dept3( deptno varchar(20) primary key , -- 部门号 name varchar(20) -- 部门名字 ); -- 创建员工表 c
阅读全文
posted @ 2024-10-20 12:50
posted @ 2024-10-20 12:50
posted @ 2024-10-20 12:31
posted @ 2024-10-19 17:10
posted @ 2024-10-19 17:10
posted @ 2024-10-19 17:09
posted @ 2021-08-21 22:31