Search
⌘K

Leetcode 512. Game Play Analysis II

Given a game-play log table, write an SQL query to identify players and dates that meet a simple activity condition (for example, players who played more than once on the same day) using aggregation and filtering. This Easy problem tests basic GROUP BY, COUNT and HAVING usage for log analysis.


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.