Skip to content

Commit 627c8fd

Browse files
committed
added name in capitalize
1 parent e071587 commit 627c8fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Write your MySQL query statement below
2+
SELECT user_id, CONCAT(UPPER(LEFT(name, 1)), LOWER(RIGHT(name, LENGTH(name)-1))) AS name
3+
FROM Users
4+
ORDER BY user_id;

0 commit comments

Comments
 (0)