Search
⌘K

Leetcode 1667. Fix Names in a Table

Given a Users table (user_id, name), write a query to normalize each name so only the first character is uppercase and the rest are lowercase, and return the rows ordered by user_id.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.