fix error
This commit is contained in:
parent
12b345323f
commit
401105f85a
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue