1667. Fix Names in a Table
https://leetcode.com/problems/fix-names-in-a-table
Description
Table: Users
Write an SQL query to fix the names so that only the first character is uppercase and the rest are lowercase.
Return the result table ordered by user_id
.
The query result format is in the following example:
ac
Last updated