1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-13 11:21:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

存量题库数据更新

This commit is contained in:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -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>&nbsp;</p>
@@ -46,5 +46,5 @@ Products table:
| 1 | store3 | 80 |
+------------+--------+-------+
<strong>解释:</strong>
产品0在store1store2,store3的价格分别为95,100,105。
产品1在store1store3的价格分别为70,80。在store2无法买到。</pre>
产品 0 在 store1store2store3 的价格分别为 95100105。
产品 1 在 store1store3 的价格分别为 7080。在 store2 无法买到。</pre>