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

@@ -7,21 +7,21 @@
| user_id | int |
| name | varchar |
+----------------+---------+
user_id 是该表的主键。
user_id 是该表的主键(具有唯一值的列)
该表包含用户的 ID 和名字。名字仅由小写和大写字符组成。
</pre>
<p>&nbsp;</p>
<p>编写一个 SQL 查询来修复名字,使得只有第一个字符是大写的,其余都是小写的。</p>
<p>编写解决方案,修复名字,使得只有第一个字符是大写的,其余都是小写的。</p>
<p>返回按 <code>user_id</code> 排序的结果表。</p>
<p>查询结果格式示例如下。</p>
<p>返回结果格式示例如下。</p>
<p>&nbsp;</p>
<p><strong>示例 1</strong></p>
<p><strong class="example">示例 1</strong></p>
<pre>
<strong>输入:</strong>