Update ch04: 集合运算.md
This commit is contained in:
@@ -245,7 +245,7 @@ SELECT *
|
||||
WHERE sale_price > 2000
|
||||
AND product_id NOT IN (SELECT product_id
|
||||
FROM Product
|
||||
WHERE sale_price<1.3*purchase_price)
|
||||
WHERE sale_price >= 1.3*purchase_price)
|
||||
```
|
||||
|
||||
### 4.1.4.3 INTERSECT 与 AND 谓词
|
||||
|
||||
Reference in New Issue
Block a user