-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfollowes.sql
More file actions
21 lines (20 loc) · 1014 Bytes
/
Copy pathfollowes.sql
File metadata and controls
21 lines (20 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INSERT INTO follows(follower_id,followee_id)VALUES (45,38),
(42, 54), (22, 37), (10, 36), (33, 3), (54, 44),
(14, 40), (19, 37), (30, 18), (12, 49), (18, 15),
(31, 12), (32, 52), (46, 31), (53, 16), (1, 24),
(43, 26), (11, 23), (27, 45), (26, 29), (11, 42),
(7, 31), (16, 33), (33, 36), (25, 18), (14, 7),
(6, 17), (54, 35), (49, 20), (15, 9), (42, 53),
(25, 22), (32, 39), (29, 27), (32, 15), (18, 43),
(2, 6), (13, 35), (25, 41), (49, 13), (41, 32),
(52, 51), (49, 31), (6, 14), (8, 8),(16, 29),
(19, 46), (17, 3), (35, 45), (36, 19),
(39, 36), (26, 48), (33, 14), (10, 18), (18, 53),
(10, 15), (5, 31), (15, 11), (23, 49), (30, 36),
(27, 35), (2, 35), (19, 54), (35, 44), (20, 25),
(31, 25), (20, 28), (7, 40), (47, 21), (41, 11),
(24, 4), (22, 34), (24, 7), (32, 8), (28, 26),
(24, 10), (14, 54), (8, 44), (27, 51), (43, 29),
(18, 18), (38, 24), (44, 49), (15, 31), (6, 22),
(45, 8), (24, 43), (3, 14), (26, 43), (14, 32),
(34, 41), (10, 19), (7, 2), (41, 31), (9, 36);