From c38bdda08efc85610b80c5e0ace9596ac06cb8a5 Mon Sep 17 00:00:00 2001 From: wxin <15253413025@163.com> Date: Mon, 19 May 2025 16:34:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E6=9F=A5=E8=AF=A2.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据库查询.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/数据库查询.md b/数据库查询.md index d82aded..3dd1ad4 100644 --- a/数据库查询.md +++ b/数据库查询.md @@ -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,