INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (31,2,36) </br>select id from starts_stops where Id_route = 31 and id_city_from = 2 and id_city_to = 36</br>INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (1,1,2)  - June 9, 2020, 2:24 am
select id from starts_stops where Id_route = 1 and id_city_from = 1 and id_city_to = 2 - June 9, 2020, 2:24 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (1,1,2)  - June 9, 2020, 2:31 am
select id from starts_stops where Id_route = 1 and id_city_from = 1 and id_city_to = 2 - June 9, 2020, 2:31 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (72,28,10)  - June 11, 2020, 2:04 am
select id from starts_stops where Id_route = 72 and id_city_from = 28 and id_city_to = 10 - June 11, 2020, 2:04 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (11,21,1)  - June 11, 2020, 10:16 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (114,21,23)  - June 11, 2020, 10:19 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (48,27,26)  - June 11, 2020, 10:35 pm
select id from starts_stops where Id_route = 48 and id_city_from = 27 and id_city_to = 26 - June 11, 2020, 10:35 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (56,42,33)  - June 11, 2020, 11:05 pm
select id from starts_stops where Id_route = 56 and id_city_from = 42 and id_city_to = 33 - June 11, 2020, 11:05 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (96,38,2)  - June 11, 2020, 11:08 pm
select id from starts_stops where Id_route = 96 and id_city_from = 38 and id_city_to = 2 - June 11, 2020, 11:08 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (96,38,33)  - June 11, 2020, 11:09 pm
select id from starts_stops where Id_route = 96 and id_city_from = 38 and id_city_to = 33 - June 11, 2020, 11:09 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (94,7,1)  - June 12, 2020, 11:21 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (94,7,28)  - June 12, 2020, 11:29 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (94,7,27)  - June 12, 2020, 11:31 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (94,7,36)  - June 12, 2020, 11:31 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (94,7,29)  - June 12, 2020, 11:32 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (82,25,2)  - July 1, 2020, 1:09 pm
select id from starts_stops where Id_route = 82 and id_city_from = 25 and id_city_to = 2 - July 1, 2020, 1:09 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (30,2,1)  - July 2, 2020, 7:02 am
select id from starts_stops where Id_route = 30 and id_city_from = 2 and id_city_to = 1 - July 2, 2020, 7:02 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (30,2,1)  - July 2, 2020, 7:03 am
select id from starts_stops where Id_route = 30 and id_city_from = 2 and id_city_to = 1 - July 2, 2020, 7:03 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (11,1,42)  - July 6, 2020, 12:34 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (2,1,42)  - July 7, 2020, 11:12 am
select id from starts_stops where Id_route = 2 and id_city_from = 1 and id_city_to = 42 - July 7, 2020, 11:12 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (11,1,28)  - July 7, 2020, 1:45 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (11,1,28)  - July 7, 2020, 1:46 pm
select id from starts_stops where Id_route = 11 and id_city_from = 1 and id_city_to = 28 - July 7, 2020, 1:46 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (11,1,28)  - July 9, 2020, 1:36 pm
select id from starts_stops where Id_route = 11 and id_city_from = 1 and id_city_to = 28 - July 9, 2020, 1:36 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (11,1,27)  - July 9, 2020, 1:37 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (11,1,28)  - July 9, 2020, 1:38 pm
select id from starts_stops where Id_route = 11 and id_city_from = 1 and id_city_to = 28 - July 9, 2020, 1:38 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (11,2,25)  - July 9, 2020, 1:42 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (34,2,25)  - July 13, 2020, 1:32 pm
select id from starts_stops where Id_route = 34 and id_city_from = 2 and id_city_to = 25 - July 13, 2020, 1:32 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (34,2,25)  - July 13, 2020, 1:34 pm
select id from starts_stops where Id_route = 34 and id_city_from = 2 and id_city_to = 25 - July 13, 2020, 1:34 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (114,21,23)  - July 15, 2020, 12:50 pm
select id from starts_stops where Id_route = 114 and id_city_from = 21 and id_city_to = 23 - July 15, 2020, 12:50 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (114,21,23)  - July 15, 2020, 12:51 pm
select id from starts_stops where Id_route = 114 and id_city_from = 21 and id_city_to = 23 - July 15, 2020, 12:51 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (114,21,23)  - July 15, 2020, 12:53 pm
select id from starts_stops where Id_route = 114 and id_city_from = 21 and id_city_to = 23 - July 15, 2020, 12:53 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (114,21,23)  - July 15, 2020, 12:56 pm
select id from starts_stops where Id_route = 114 and id_city_from = 21 and id_city_to = 23 - July 15, 2020, 12:56 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (53,42,21)  - July 16, 2020, 11:48 am
select id from starts_stops where Id_route = 53 and id_city_from = 42 and id_city_to = 21 - July 16, 2020, 11:48 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (52,42,25)  - July 16, 2020, 11:52 am
select id from starts_stops where Id_route = 52 and id_city_from = 42 and id_city_to = 25 - July 16, 2020, 11:52 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (52,42,30)  - July 16, 2020, 11:53 am
select id from starts_stops where Id_route = 52 and id_city_from = 42 and id_city_to = 30 - July 16, 2020, 11:53 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (52,42,25)  - July 16, 2020, 11:54 am
select id from starts_stops where Id_route = 52 and id_city_from = 42 and id_city_to = 25 - July 16, 2020, 11:54 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (30,2,1)  - July 29, 2020, 12:27 pm
select id from starts_stops where Id_route = 30 and id_city_from = 2 and id_city_to = 1 - July 29, 2020, 12:27 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (30,2,1)  - July 29, 2020, 12:27 pm
select id from starts_stops where Id_route = 30 and id_city_from = 2 and id_city_to = 1 - July 29, 2020, 12:27 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (49,42,1)  - August 6, 2020, 12:19 pm
select id from starts_stops where Id_route = 49 and id_city_from = 42 and id_city_to = 1 - August 6, 2020, 12:19 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (50,42,36)  - August 6, 2020, 12:20 pm
select id from starts_stops where Id_route = 50 and id_city_from = 42 and id_city_to = 36 - August 6, 2020, 12:20 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (50,42,27)  - August 6, 2020, 12:21 pm
select id from starts_stops where Id_route = 50 and id_city_from = 42 and id_city_to = 27 - August 6, 2020, 12:21 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (50,42,28)  - August 6, 2020, 12:22 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (1,1,28)  - August 7, 2020, 2:44 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,28)  - August 7, 2020, 2:45 pm
select id from starts_stops where Id_route = 22 and id_city_from = 1 and id_city_to = 28 - August 7, 2020, 2:45 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,27)  - August 7, 2020, 2:46 pm
select id from starts_stops where Id_route = 22 and id_city_from = 1 and id_city_to = 27 - August 7, 2020, 2:46 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,36)  - August 7, 2020, 2:46 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (1,1,2)  - August 7, 2020, 2:47 pm
select id from starts_stops where Id_route = 1 and id_city_from = 1 and id_city_to = 2 - August 7, 2020, 2:47 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (69,28,2)  - August 7, 2020, 2:49 pm
select id from starts_stops where Id_route = 69 and id_city_from = 28 and id_city_to = 2 - August 7, 2020, 2:49 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (41,27,2)  - August 7, 2020, 2:51 pm
select id from starts_stops where Id_route = 41 and id_city_from = 27 and id_city_to = 2 - August 7, 2020, 2:51 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (1,36,2)  - August 7, 2020, 2:54 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (2,1,28)  - September 21, 2020, 9:17 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (2,1,27)  - September 21, 2020, 9:24 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (2,1,42)  - September 21, 2020, 9:28 am
select id from starts_stops where Id_route = 2 and id_city_from = 1 and id_city_to = 42 - September 21, 2020, 9:28 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (64,29,42)  - September 21, 2020, 9:31 am
select id from starts_stops where Id_route = 64 and id_city_from = 29 and id_city_to = 42 - September 21, 2020, 9:31 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (20,1,24)  - September 21, 2020, 9:32 am
select id from starts_stops where Id_route = 20 and id_city_from = 1 and id_city_to = 24 - September 21, 2020, 9:32 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (28,1,34)  - September 21, 2020, 9:33 am
select id from starts_stops where Id_route = 28 and id_city_from = 1 and id_city_to = 34 - September 21, 2020, 9:33 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (87,34,1)  - September 21, 2020, 9:36 am
select id from starts_stops where Id_route = 87 and id_city_from = 34 and id_city_to = 1 - September 21, 2020, 9:36 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (2,1,42)  - September 21, 2020, 9:39 am
select id from starts_stops where Id_route = 2 and id_city_from = 1 and id_city_to = 42 - September 21, 2020, 9:39 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (70,28,42)  - September 21, 2020, 9:41 am
select id from starts_stops where Id_route = 70 and id_city_from = 28 and id_city_to = 42 - September 21, 2020, 9:41 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (70,28,36)  - September 21, 2020, 9:42 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (42,27,42)  - September 21, 2020, 9:44 am
select id from starts_stops where Id_route = 42 and id_city_from = 27 and id_city_to = 42 - September 21, 2020, 9:44 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (64,29,42)  - September 25, 2020, 12:49 pm
select id from starts_stops where Id_route = 64 and id_city_from = 29 and id_city_to = 42 - September 25, 2020, 12:49 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (55,42,29)  - September 27, 2020, 9:01 am
select id from starts_stops where Id_route = 55 and id_city_from = 42 and id_city_to = 29 - September 27, 2020, 9:01 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,27)  - October 23, 2020, 10:31 am
select id from starts_stops where Id_route = 22 and id_city_from = 1 and id_city_to = 27 - October 23, 2020, 10:31 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (45,27,1)  - October 23, 2020, 10:33 am
select id from starts_stops where Id_route = 45 and id_city_from = 27 and id_city_to = 1 - October 23, 2020, 10:33 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (45,27,1)  - October 23, 2020, 10:35 am
select id from starts_stops where Id_route = 45 and id_city_from = 27 and id_city_to = 1 - October 23, 2020, 10:35 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (21,1,26)  - October 29, 2020, 12:52 pm
select id from starts_stops where Id_route = 21 and id_city_from = 1 and id_city_to = 26 - October 29, 2020, 12:52 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (1,1,2)  - February 17, 2021, 11:00 am
select id from starts_stops where Id_route = 1 and id_city_from = 1 and id_city_to = 2 - February 17, 2021, 11:00 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (1,1,2)  - April 7, 2021, 8:38 am
select id from starts_stops where Id_route = 1 and id_city_from = 1 and id_city_to = 2 - April 7, 2021, 8:38 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (30,2,1)  - April 7, 2021, 8:39 am
select id from starts_stops where Id_route = 30 and id_city_from = 2 and id_city_to = 1 - April 7, 2021, 8:39 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (17,1,21)  - April 7, 2021, 8:41 am
select id from starts_stops where Id_route = 17 and id_city_from = 1 and id_city_to = 21 - April 7, 2021, 8:41 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (21,1,26)  - April 7, 2021, 8:42 am
select id from starts_stops where Id_route = 21 and id_city_from = 1 and id_city_to = 26 - April 7, 2021, 8:42 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,28)  - April 7, 2021, 8:43 am
select id from starts_stops where Id_route = 22 and id_city_from = 1 and id_city_to = 28 - April 7, 2021, 8:43 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,27)  - April 7, 2021, 8:43 am
select id from starts_stops where Id_route = 22 and id_city_from = 1 and id_city_to = 27 - April 7, 2021, 8:43 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (1,1,36)  - April 7, 2021, 8:45 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (30,2,36)  - April 7, 2021, 8:46 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (37,2,26)  - April 7, 2021, 8:47 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (37,2,21)  - April 7, 2021, 8:48 am
select id from starts_stops where Id_route = 37 and id_city_from = 2 and id_city_to = 21 - April 7, 2021, 8:48 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (1,1,2)  - April 23, 2021, 9:38 am
select id from starts_stops where Id_route = 1 and id_city_from = 1 and id_city_to = 2 - April 23, 2021, 9:38 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (30,2,1)  - April 23, 2021, 9:39 am
select id from starts_stops where Id_route = 30 and id_city_from = 2 and id_city_to = 1 - April 23, 2021, 9:39 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (9,1,9)  - June 1, 2021, 11:09 am
select id from starts_stops where Id_route = 9 and id_city_from = 1 and id_city_to = 9 - June 1, 2021, 11:09 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (61,9,1)  - June 1, 2021, 11:10 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,28)  - June 1, 2021, 11:11 am
select id from starts_stops where Id_route = 22 and id_city_from = 1 and id_city_to = 28 - June 1, 2021, 11:11 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,27)  - June 1, 2021, 11:11 am
select id from starts_stops where Id_route = 22 and id_city_from = 1 and id_city_to = 27 - June 1, 2021, 11:11 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (45,27,1)  - June 1, 2021, 11:12 am
select id from starts_stops where Id_route = 45 and id_city_from = 27 and id_city_to = 1 - June 1, 2021, 11:12 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,27)  - June 2, 2021, 10:08 am
select id from starts_stops where Id_route = 22 and id_city_from = 1 and id_city_to = 27 - June 2, 2021, 10:08 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (1,1,2)  - June 2, 2021, 10:12 am
select id from starts_stops where Id_route = 1 and id_city_from = 1 and id_city_to = 2 - June 2, 2021, 10:12 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (7,1,43)  - June 4, 2021, 10:20 am
select id from starts_stops where Id_route = 7 and id_city_from = 1 and id_city_to = 43 - June 4, 2021, 10:20 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (92,43,1)  - June 4, 2021, 10:21 am
select id from starts_stops where Id_route = 92 and id_city_from = 43 and id_city_to = 1 - June 4, 2021, 10:21 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (94,8,1)  - June 4, 2021, 10:23 am
select id from starts_stops where Id_route = 94 and id_city_from = 8 and id_city_to = 1 - June 4, 2021, 10:23 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (93,8,1)  - June 4, 2021, 10:24 am
select id from starts_stops where Id_route = 93 and id_city_from = 8 and id_city_to = 1 - June 4, 2021, 10:24 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (114,21,23)  - August 10, 2021, 12:52 pm
select id from starts_stops where Id_route = 114 and id_city_from = 21 and id_city_to = 23 - August 10, 2021, 12:52 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (114,21,23)  - August 10, 2021, 12:53 pm
select id from starts_stops where Id_route = 114 and id_city_from = 21 and id_city_to = 23 - August 10, 2021, 12:53 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (114,21,23)  - August 10, 2021, 12:54 pm
select id from starts_stops where Id_route = 114 and id_city_from = 21 and id_city_to = 23 - August 10, 2021, 12:54 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (2,1,28)  - October 8, 2021, 1:02 pm
select id from starts_stops where Id_route = 2 and id_city_from = 1 and id_city_to = 28 - October 8, 2021, 1:02 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,28)  - October 8, 2021, 1:02 pm
select id from starts_stops where Id_route = 22 and id_city_from = 1 and id_city_to = 28 - October 8, 2021, 1:02 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,27)  - October 8, 2021, 1:03 pm
select id from starts_stops where Id_route = 22 and id_city_from = 1 and id_city_to = 27 - October 8, 2021, 1:03 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (2,1,42)  - October 8, 2021, 1:04 pm
select id from starts_stops where Id_route = 2 and id_city_from = 1 and id_city_to = 42 - October 8, 2021, 1:04 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (2,1,42)  - October 8, 2021, 1:05 pm
select id from starts_stops where Id_route = 2 and id_city_from = 1 and id_city_to = 42 - October 8, 2021, 1:05 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (70,28,42)  - October 8, 2021, 1:06 pm
select id from starts_stops where Id_route = 70 and id_city_from = 28 and id_city_to = 42 - October 8, 2021, 1:06 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (42,27,42)  - October 8, 2021, 1:07 pm
select id from starts_stops where Id_route = 42 and id_city_from = 27 and id_city_to = 42 - October 8, 2021, 1:07 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (2,1,42)  - October 8, 2021, 1:09 pm
select id from starts_stops where Id_route = 2 and id_city_from = 1 and id_city_to = 42 - October 8, 2021, 1:09 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (70,28,42)  - October 8, 2021, 1:10 pm
select id from starts_stops where Id_route = 70 and id_city_from = 28 and id_city_to = 42 - October 8, 2021, 1:10 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (42,27,42)  - October 8, 2021, 1:11 pm
select id from starts_stops where Id_route = 42 and id_city_from = 27 and id_city_to = 42 - October 8, 2021, 1:11 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (51,42,28)  - October 8, 2021, 1:12 pm
select id from starts_stops where Id_route = 51 and id_city_from = 42 and id_city_to = 28 - October 8, 2021, 1:12 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (50,42,27)  - October 8, 2021, 1:13 pm
select id from starts_stops where Id_route = 50 and id_city_from = 42 and id_city_to = 27 - October 8, 2021, 1:13 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (55,42,29)  - October 8, 2021, 1:14 pm
select id from starts_stops where Id_route = 55 and id_city_from = 42 and id_city_to = 29 - October 8, 2021, 1:14 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (49,42,1)  - October 8, 2021, 1:45 pm
select id from starts_stops where Id_route = 49 and id_city_from = 42 and id_city_to = 1 - October 8, 2021, 1:45 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (49,42,1)  - October 8, 2021, 1:45 pm
select id from starts_stops where Id_route = 49 and id_city_from = 42 and id_city_to = 1 - October 8, 2021, 1:45 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (106,26,32)  - October 11, 2021, 5:02 pm
select id from starts_stops where Id_route = 106 and id_city_from = 26 and id_city_to = 32 - October 11, 2021, 5:02 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (111,26,22)  - October 11, 2021, 5:03 pm
select id from starts_stops where Id_route = 111 and id_city_from = 26 and id_city_to = 22 - October 11, 2021, 5:03 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (79,26,21)  - October 11, 2021, 5:04 pm
select id from starts_stops where Id_route = 79 and id_city_from = 26 and id_city_to = 21 - October 11, 2021, 5:04 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (105,26,42)  - October 11, 2021, 5:05 pm
select id from starts_stops where Id_route = 105 and id_city_from = 26 and id_city_to = 42 - October 11, 2021, 5:05 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (107,26,31)  - October 11, 2021, 5:06 pm
select id from starts_stops where Id_route = 107 and id_city_from = 26 and id_city_to = 31 - October 11, 2021, 5:06 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (53,42,26)  - October 15, 2021, 8:16 am
select id from starts_stops where Id_route = 53 and id_city_from = 42 and id_city_to = 26 - October 15, 2021, 8:16 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (51,42,28)  - October 15, 2021, 8:17 am
select id from starts_stops where Id_route = 51 and id_city_from = 42 and id_city_to = 28 - October 15, 2021, 8:17 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (50,42,36)  - October 15, 2021, 8:18 am
select id from starts_stops where Id_route = 50 and id_city_from = 42 and id_city_to = 36 - October 15, 2021, 8:18 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (50,42,27)  - October 15, 2021, 8:20 am
select id from starts_stops where Id_route = 50 and id_city_from = 42 and id_city_to = 27 - October 15, 2021, 8:20 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (50,42,36)  - October 15, 2021, 8:22 am
select id from starts_stops where Id_route = 50 and id_city_from = 42 and id_city_to = 36 - October 15, 2021, 8:22 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (63,29,2)  - October 15, 2021, 1:59 pm
select id from starts_stops where Id_route = 63 and id_city_from = 29 and id_city_to = 2 - October 15, 2021, 1:59 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (78,26,1)  - November 10, 2021, 11:04 am
select id from starts_stops where Id_route = 78 and id_city_from = 26 and id_city_to = 1 - November 10, 2021, 11:04 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (61,10,1)  - November 10, 2021, 11:06 am
select id from starts_stops where Id_route = 61 and id_city_from = 10 and id_city_to = 1 - November 10, 2021, 11:06 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (20,1,25)  - November 10, 2021, 11:16 am
select id from starts_stops where Id_route = 20 and id_city_from = 1 and id_city_to = 25 - November 10, 2021, 11:16 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,28)  - November 19, 2021, 11:05 am
select id from starts_stops where Id_route = 22 and id_city_from = 1 and id_city_to = 28 - November 19, 2021, 11:05 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (22,1,27)  - November 19, 2021, 11:06 am
select id from starts_stops where Id_route = 22 and id_city_from = 1 and id_city_to = 27 - November 19, 2021, 11:06 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (2,1,42)  - November 19, 2021, 11:07 am
select id from starts_stops where Id_route = 2 and id_city_from = 1 and id_city_to = 42 - November 19, 2021, 11:07 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (42,27,42)  - November 19, 2021, 11:08 am
select id from starts_stops where Id_route = 42 and id_city_from = 27 and id_city_to = 42 - November 19, 2021, 11:08 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (70,28,42)  - November 19, 2021, 11:09 am
select id from starts_stops where Id_route = 70 and id_city_from = 28 and id_city_to = 42 - November 19, 2021, 11:09 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (51,42,28)  - November 19, 2021, 11:09 am
select id from starts_stops where Id_route = 51 and id_city_from = 42 and id_city_to = 28 - November 19, 2021, 11:09 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (50,42,27)  - November 19, 2021, 11:10 am
select id from starts_stops where Id_route = 50 and id_city_from = 42 and id_city_to = 27 - November 19, 2021, 11:10 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (71,28,1)  - November 19, 2021, 11:11 am
select id from starts_stops where Id_route = 71 and id_city_from = 28 and id_city_to = 1 - November 19, 2021, 11:11 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (45,27,1)  - November 19, 2021, 11:12 am
select id from starts_stops where Id_route = 45 and id_city_from = 27 and id_city_to = 1 - November 19, 2021, 11:12 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (2,1,42)  - December 2, 2021, 11:47 am
select id from starts_stops where Id_route = 2 and id_city_from = 1 and id_city_to = 42 - December 2, 2021, 11:47 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (49,42,1)  - December 6, 2021, 10:34 am
select id from starts_stops where Id_route = 49 and id_city_from = 42 and id_city_to = 1 - December 6, 2021, 10:34 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (50,42,36)  - December 6, 2021, 10:35 am
select id from starts_stops where Id_route = 50 and id_city_from = 42 and id_city_to = 36 - December 6, 2021, 10:35 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (74,21,26)  - December 13, 2021, 11:10 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (76,21,26)  - December 13, 2021, 11:11 am
select id from starts_stops where Id_route = 76 and id_city_from = 21 and id_city_to = 26 - December 13, 2021, 11:11 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (76,21,26)  - December 13, 2021, 11:12 am
select id from starts_stops where Id_route = 76 and id_city_from = 21 and id_city_to = 26 - December 13, 2021, 11:12 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (117,1,51)  - December 15, 2021, 12:42 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (118,42,51)  - December 15, 2021, 12:42 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (118,42,51)  - December 15, 2021, 12:43 pm
select id from starts_stops where Id_route = 118 and id_city_from = 42 and id_city_to = 51 - December 15, 2021, 12:43 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (117,1,51)  - December 20, 2021, 12:31 pm
select id from starts_stops where Id_route = 117 and id_city_from = 1 and id_city_to = 51 - December 20, 2021, 12:31 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (118,42,51)  - December 20, 2021, 12:33 pm
select id from starts_stops where Id_route = 118 and id_city_from = 42 and id_city_to = 51 - December 20, 2021, 12:33 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (105,26,42)  - July 27, 2022, 10:42 am
select id from starts_stops where Id_route = 105 and id_city_from = 26 and id_city_to = 42 - July 27, 2022, 10:42 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (71,28,1)  - August 9, 2022, 10:38 am
select id from starts_stops where Id_route = 71 and id_city_from = 28 and id_city_to = 1 - August 9, 2022, 10:38 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (71,28,1)  - August 9, 2022, 10:39 am
select id from starts_stops where Id_route = 71 and id_city_from = 28 and id_city_to = 1 - August 9, 2022, 10:39 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (71,28,1)  - August 9, 2022, 10:39 am
select id from starts_stops where Id_route = 71 and id_city_from = 28 and id_city_to = 1 - August 9, 2022, 10:39 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (95,45,2)  - August 31, 2022, 11:05 am
select id from starts_stops where Id_route = 95 and id_city_from = 45 and id_city_to = 2 - August 31, 2022, 11:05 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (95,45,2)  - October 1, 2022, 9:33 am
select id from starts_stops where Id_route = 95 and id_city_from = 45 and id_city_to = 2 - October 1, 2022, 9:33 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (95,45,2)  - October 1, 2022, 9:34 am
select id from starts_stops where Id_route = 95 and id_city_from = 45 and id_city_to = 2 - October 1, 2022, 9:34 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (18,22,1)  - November 22, 2022, 12:35 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (95,45,2)  - January 12, 2023, 11:48 am
select id from starts_stops where Id_route = 95 and id_city_from = 45 and id_city_to = 2 - January 12, 2023, 11:48 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (17,1,21)  - January 12, 2023, 11:49 am
select id from starts_stops where Id_route = 17 and id_city_from = 1 and id_city_to = 21 - January 12, 2023, 11:49 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (17,1,21)  - January 12, 2023, 11:50 am
select id from starts_stops where Id_route = 17 and id_city_from = 1 and id_city_to = 21 - January 12, 2023, 11:50 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (75,21,1)  - January 12, 2023, 11:51 am
select id from starts_stops where Id_route = 75 and id_city_from = 21 and id_city_to = 1 - January 12, 2023, 11:51 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (78,26,1)  - January 12, 2023, 11:51 am
select id from starts_stops where Id_route = 78 and id_city_from = 26 and id_city_to = 1 - January 12, 2023, 11:51 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (2,1,42)  - April 2, 2023, 11:34 am
select id from starts_stops where Id_route = 2 and id_city_from = 1 and id_city_to = 42 - April 2, 2023, 11:34 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (49,42,1)  - April 2, 2023, 11:36 am
select id from starts_stops where Id_route = 49 and id_city_from = 42 and id_city_to = 1 - April 2, 2023, 11:36 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (37,2,21)  - July 17, 2023, 9:17 am
select id from starts_stops where Id_route = 37 and id_city_from = 2 and id_city_to = 21 - July 17, 2023, 9:17 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (115,21,2)  - July 17, 2023, 9:22 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (115,21,2)  - July 17, 2023, 9:23 am
select id from starts_stops where Id_route = 115 and id_city_from = 21 and id_city_to = 2 - July 17, 2023, 9:23 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (63,29,2)  - July 24, 2025, 12:18 pm
select id from starts_stops where Id_route = 63 and id_city_from = 29 and id_city_to = 2 - July 24, 2025, 12:18 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (63,29,2)  - July 24, 2025, 12:22 pm
select id from starts_stops where Id_route = 63 and id_city_from = 29 and id_city_to = 2 - July 24, 2025, 12:22 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (63,29,2)  - July 24, 2025, 12:23 pm
select id from starts_stops where Id_route = 63 and id_city_from = 29 and id_city_to = 2 - July 24, 2025, 12:23 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (117,40,40)  - July 24, 2025, 12:23 pm
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (13,1,17)  - August 27, 2025, 10:32 am
select id from starts_stops where Id_route = 13 and id_city_from = 1 and id_city_to = 17 - August 27, 2025, 10:32 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (49,42,1)  - September 16, 2025, 7:45 am
select id from starts_stops where Id_route = 49 and id_city_from = 42 and id_city_to = 1 - September 16, 2025, 7:45 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (45,27,1)  - October 3, 2025, 10:26 am
select id from starts_stops where Id_route = 45 and id_city_from = 27 and id_city_to = 1 - October 3, 2025, 10:26 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (45,27,1)  - October 3, 2025, 10:26 am
select id from starts_stops where Id_route = 45 and id_city_from = 27 and id_city_to = 1 - October 3, 2025, 10:26 am
INSERT INTO starts_stops( id_route, id_city_from,id_city_to) VALUES (117,39,1)  - February 18, 2026, 12:59 pm
