1667.sql (110B)
1 SELECT user_id, CONCAT(UPPER(SUBSTR(name, 1, 1)), LOWER(SUBSTR(name, 2))) AS name 2 FROM Users 3 ORDER BY user_id