Skip to content

Commit e3c9081

Browse files
committed
oi
1 parent e657134 commit e3c9081

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

LeetCode SQL 50 Solution/550. Game Play Analysis IV/550. Game Play Analysis IV.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Table: Activity
77
+--------------+---------+
88
| player_id | int |
99
| device_id | int |
10-
| event_date | date |
10+
-- | event_date | date |
1111
| games_played | int |
1212
+--------------+---------+
1313
(player_id, event_date) is the primary key (combination of columns with unique values) of this table.

LeetCode SQL 50 Solution/550. Game Play Analysis IV/readme.md

Whitespace-only changes.

0 commit comments

Comments
 (0)