Skip to content

Commit ab9919c

Browse files
Time: 673 ms (49.80%), Space: 0B (100.00%) - LeetHub
1 parent 1a9afc7 commit ab9919c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Write your MySQL query statement below
2+
select user_id,concat(upper(substr(name,1,1)),lower(substr(name,2,length(name)))) as name from Users order by user_id

0 commit comments

Comments
 (0)