We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9afc7 commit ab9919cCopy full SHA for ab9919c
1667-fix-names-in-a-table/1667-fix-names-in-a-table.sql
@@ -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