fix error

This commit is contained in:
mba1398 2024-05-16 16:11:45 +08:00 committed by GitHub
parent 12b345323f
commit 401105f85a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ NULL的真值结果既不为真也不为假因为并不知道这样一个
#### 2.1 #### 2.1
编写一条SQL语句`product`(商品) 表中选取出“登记日期(`regist_date`)在2009年4月28日之后”的商品查询结果要包含 `product name` 和 `regist_date` 两列。 编写一条SQL语句`product`(商品) 表中选取出“登记日期(`regist_date`)在2009年4月28日之后”的商品查询结果要包含 `product_name` 和 `regist_date` 两列。
#### 2.2 #### 2.2