mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 02:41:42 +08:00
批量更新数据
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
| temperature | int |
|
||||
+---------------+---------+
|
||||
id 是该表具有唯一值的列。
|
||||
没有具有相同 recordDate 的不同行。
|
||||
该表包含特定日期的温度信息</pre>
|
||||
|
||||
<p> </p>
|
||||
@@ -26,8 +27,8 @@ id 是该表具有唯一值的列。
|
||||
<p><strong class="example">示例 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<code><strong>输入:</strong>
|
||||
Weather 表:</code>
|
||||
<strong>输入:</strong>
|
||||
Weather 表:
|
||||
+----+------------+-------------+
|
||||
| id | recordDate | Temperature |
|
||||
+----+------------+-------------+
|
||||
|
Reference in New Issue
Block a user