1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-11 18:31:41 +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

@@ -10,20 +10,20 @@
| recordDate | date |
| temperature | int |
+---------------+---------+
id 是这个表的主键
id 是该表具有唯一值的列。
该表包含特定日期的温度信息</pre>
<p>&nbsp;</p>
<p>编写一个 SQL 查询,来查找与之前(昨天的)日期相比温度更高的所有日期的 <code>id</code></p>
<p>编写解决方案,找出与之前(昨天的)日期相比温度更高的所有日期的 <code>id</code></p>
<p>返回结果 <strong>不要求顺序</strong></p>
<p>返回结果 <strong>无顺序要求</strong></p>
<p>查询结果格式如下例。</p>
<p>结果格式如下例子所示</p>
<p>&nbsp;</p>
<p><strong>示例 1</strong></p>
<p><strong class="example">示例 1</strong></p>
<pre>
<code><strong>输入:</strong>