mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-11 18:31:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -7,21 +7,21 @@
|
||||
| user_id | int |
|
||||
| name | varchar |
|
||||
+----------------+---------+
|
||||
user_id 是该表的主键。
|
||||
user_id 是该表的主键(具有唯一值的列)。
|
||||
该表包含用户的 ID 和名字。名字仅由小写和大写字符组成。
|
||||
</pre>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>编写一个 SQL 查询来修复名字,使得只有第一个字符是大写的,其余都是小写的。</p>
|
||||
<p>编写解决方案,修复名字,使得只有第一个字符是大写的,其余都是小写的。</p>
|
||||
|
||||
<p>返回按 <code>user_id</code> 排序的结果表。</p>
|
||||
|
||||
<p>查询结果格式示例如下。</p>
|
||||
<p>返回结果格式示例如下。</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p><strong>示例 1:</strong></p>
|
||||
<p><strong class="example">示例 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>输入:</strong>
|
||||
|
Reference in New Issue
Block a user