更新 数据库查询.md

This commit is contained in:
wxin 2025-05-19 16:34:40 +08:00
parent 4559730805
commit c38bdda08e

View File

@ -37,7 +37,7 @@ mysql> create table company.employee1(
-> name varchar(30) not null,
-> sex enum('m','f') default 'm' not null,
-> hire_date date not null,
-> port varchar(50) not null,
-> post varchar(50) not null,
-> job_description varchar(100),
-> salary double(15,2) not null,
-> office int,