mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 02:41:42 +08:00
批量更新数据
This commit is contained in:
@@ -9,12 +9,13 @@
|
||||
| temperature | int |
|
||||
+---------------+---------+
|
||||
id is the column with unique values for this table.
|
||||
There are no different rows with the same recordDate.
|
||||
This table contains information about the temperature on a certain day.
|
||||
</pre>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>Write a solution to find all dates' <code>Id</code> with higher temperatures compared to its previous dates (yesterday).</p>
|
||||
<p>Write a solution to find all dates' <code>id</code> with higher temperatures compared to its previous dates (yesterday).</p>
|
||||
|
||||
<p>Return the result table in <strong>any order</strong>.</p>
|
||||
|
||||
|
Reference in New Issue
Block a user