Search
⌘K

Leetcode 1158. Market Analysis I

For each user, return their join_date and the number of orders they placed as a buyer in 2019. This requires filtering Orders to 2019, left-joining it to Users, and grouping to count orders (showing zero for users with none).


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.