Update ch04: 集合运算.md

This commit is contained in:
mba1398
2022-02-02 23:33:04 +08:00
committed by GitHub
parent bc67413ea7
commit b4948c8a75

View File

@@ -1160,4 +1160,4 @@ SELECT SP.shop_id
# **4.5**
用关联子查询实现:在 product 表中,取出 product_id, produc_name, slae_price, 并按照商品的售价从低到高进行排序、对售价进行累计求和。
用关联子查询实现:在 product 表中,取出 product_id, product_name, sale_price, 并按照商品的售价从低到高进行排序、对售价进行累计求和。