摘要: 问题 答案 create table Employee( id int primary key auto_increment, name varchar(32), salary int , departmentId int )charset=utf8mb4; create table departm 阅读全文
posted @ 2022-01-13 10:39 UsingStuding 阅读(100) 评论(0) 推荐(0)