-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOtt_Languages.sql
More file actions
54 lines (54 loc) · 6.54 KB
/
Copy pathOtt_Languages.sql
File metadata and controls
54 lines (54 loc) · 6.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('1', '1', '1', '1');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('2', '2', '1', '1');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('3', '3', '1', '22');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('4', '4', '1', '2');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('5', '5', '1', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('6', '6', '1', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('7', '7', '1', '1');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('8', '8', '1', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('9', '9', '1', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('10', '1', '2', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('11', '2', '2', '5');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('12', '3', '2', '5');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('13', '4', '2', '3');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('14', '5', '2', '1');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('15', '6', '2', '1');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('16', '7', '2', '1');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('17', '8', '2', '1');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('18', '9', '2', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('19', '1', '3', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('20', '2', '3', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('21', '3', '3', '18');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('22', '4', '3', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('23', '5', '3', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('24', '6', '3', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('25', '7', '3', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('26', '8', '3', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('27', '9', '3', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('28', '1', '4', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('29', '2', '4', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('30', '3', '4', '16');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('31', '4', '4', '1');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('32', '5', '5', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('33', '6', '4', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('34', '7', '4', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('35', '8', '4', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('36', '9', '4', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('37', '1', '5', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('38', '2', '5', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('39', '3', '5', '17');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('40', '4', '5', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('41', '5', '5', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('42', '6', '5', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('43', '7', '5', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('44', '8', '5', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('45', '9', '5', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('46', '1', '6', '11');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('47', '2', '6', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('48', '3', '6', '1');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('49', '4', '6', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('50', '5', '6', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('51', '6', '6', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('52', '7', '6', '1');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('53', '8', '6', '0');
insert into ott_Language (OL_ID, Language_ID, OTT_Platform_ID, Content_Available) values ('54', '9', '6', '1');