mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 13:06:47 +08:00
update
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
(product_id, change_date) 是此表的主键(具有唯一值的列组合)。
|
||||
这张表的每一行分别记录了 某产品 在某个日期 更改后 的新价格。</pre>
|
||||
|
||||
<p> </p>
|
||||
<p>一开始,所有产品价格都为 10。</p>
|
||||
|
||||
<p>编写一个解决方案,找出在 <code>2019-08-16</code><strong> </strong>时全部产品的价格,假设所有产品在修改前的价格都是 <code>10</code><strong> 。</strong></p>
|
||||
<p>编写一个解决方案,找出在 <code>2019-08-16</code><strong> </strong>所有产品的价格。</p>
|
||||
|
||||
<p>以 <strong>任意顺序 </strong>返回结果表。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user