更新 数据库查询.md

This commit is contained in:
wxin 2025-04-06 17:39:31 +08:00
parent 3df6cfc007
commit 4559730805

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,
-> hire_date varchar(50) not null,
-> port varchar(50) not null,
-> job_description varchar(100),
-> salary double(15,2) not null,
-> office int,