0550. Game Play Analysis IV
https://leetcode.com/problems/game-play-analysis-iv
Description
Table: Activity
Write an SQL query to report the fraction of players that logged in again on the day after the day they first logged in, rounded to 2 decimal places. In other words, you need to count the number of players that logged in for at least two consecutive days starting from their first login date, then divide that number by the total number of players.
The query result format is in the following example.
Example 1:
ac
Last updated