mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 11:21:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
| store2 | int |
|
||||
| store3 | int |
|
||||
+-------------+---------+
|
||||
这张表的主键是product_id(产品Id)。
|
||||
每行存储了这一产品在不同商店store1, store2, store3的价格。
|
||||
如果这一产品在商店里没有出售,则值将为null。
|
||||
在 SQL 中,这张表的主键是 product_id(产品Id)。
|
||||
每行存储了这一产品在不同商店 store1, store2, store3 的价格。
|
||||
如果这一产品在商店里没有出售,则值将为 null。
|
||||
</pre>
|
||||
|
||||
<p> </p>
|
||||
@@ -46,5 +46,5 @@ Products table:
|
||||
| 1 | store3 | 80 |
|
||||
+------------+--------+-------+
|
||||
<strong>解释:</strong>
|
||||
产品0在store1,store2,store3的价格分别为95,100,105。
|
||||
产品1在store1,store3的价格分别为70,80。在store2无法买到。</pre>
|
||||
产品 0 在 store1、store2、store3 的价格分别为 95、100、105。
|
||||
产品 1 在 store1、store3 的价格分别为 70、80。在 store2 无法买到。</pre>
|
||||
|
Reference in New Issue
Block a user