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 9676d29 commit c5007c5Copy full SHA for c5007c5
1667-fix-names-in-a-table.sql
@@ -0,0 +1,6 @@
1
+# Write your MySQL query statement below
2
+SELECT
3
+user_id,
4
+concat(upper(substr(name,1,1)),lower(substr(name,2))) as name
5
+FROM Activity
6
+ORDER BY 1 ASC;
0 commit comments