text stringlengths 6 9.38M |
|---|
ALTER VIEW [BG_IM_INV_TRANSACTIONS_PAST_30_DAYS]
AS
select item_no, loc, trx_dt, doc_dt, doc_ord_no, doc_type, quantity, user_name, comment
from iminvtrx_sql
WHERE doc_dt > DATEADD(day,-30,GETDATE()) |
-- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Servidor: 127.0.0.1
-- Tiempo de generación: 18-12-2019 a las 14:49:50
-- Versión del servidor: 10.1.39-MariaDB
-- Versión de PHP: 7.1.29
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Base de datos: `sisbiblio`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `autor`
--
CREATE TABLE `autor` (
`auto_id` int(11) NOT NULL,
`auto_nombres` varchar(45) DEFAULT NULL,
`auto_apellidos` varchar(45) DEFAULT NULL,
`auto_biografia` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `autor`
--
INSERT INTO `autor` (`auto_id`, `auto_nombres`, `auto_apellidos`, `auto_biografia`) VALUES
(6, 'Edward', 'Frenkel', 'Ciencia'),
(7, 'Nicolas', 'Taleb', 'matematicas'),
(8, 'Nasssim', 'Taleb', 'ciencias'),
(9, 'Joan', 'Weytand', 'matematicas'),
(10, 'Ricardo', 'Paredes Quinteros', 'Biologia'),
(11, 'Williams', 'Lopez Vega', 'Biologia'),
(12, 'Pedro', 'Quispe Rosales', 'Biologia'),
(13, 'Aldo', 'Trossero', 'Anatomia'),
(14, 'Martin ', 'Grandi', 'Anatomia'),
(15, 'Celestino F.', 'Gonzales Garcia', 'Anatomia'),
(16, 'Edmundo', 'S.Galvan', 'Anatomia'),
(17, 'Frank H.', 'Netter', 'Anatomia'),
(18, 'Leo', 'Testut', 'Anatomia'),
(19, 'Andre', 'Latarjet', 'Anatomia'),
(20, 'Eduardo ', 'Espinoza Ramos', 'Análisis Matemático'),
(21, 'Jesus Armando', 'Venero Baldeon', 'Matematicas'),
(22, 'Carlos', 'Cuauhtemoc Sanchez', 'Literatura'),
(23, 'Jose Luis', 'Mejia', 'Literatura'),
(24, 'Becca', 'Fitzpatrick', 'Literatura'),
(25, 'Yukito', 'Ayatsuji', 'Naoyuki Uchida (内田 直行 Uchida Naoyuki?, 23 de diciembre de 1960), también es conocido por su seudónimo de Yukito Ayatsuji (綾辻 行人 Ayatsuji Yukito?), es un escritor japonés de misterio y horror. Es uno de los fundadores del Honkaku Mystery Writers Club of Japan y es uno de los escritores más representativos del nuevo movimiento tradicional de escritura de misterio japonés.12 Está casado con la también escritora Fuyumi Ono, una autora de fantasía y horror conocida por su serie fantástica The Twelve Kingdoms.3'),
(26, 'Hiro', 'Kiyohara', 'Autor con nombre nativo 紘 清原, con algunas obras desarrolladas como autor completo (como Tsumitsuki y Coin Laundry no Onna, por ejemplo) y varios éxitos como dibujante.\\r\\n\\r\\nEstos son los mangas dibujados por él: Another y su continuación Another 0, la serie Bannou Kanteishi Q con todos sus derivados, Kimi ni shika Kikoenai, Kizu, Shissou Holiday, Tantei no Tantei y Tokutou Tenjouin Alpha no Nanjiken.');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `categoria`
--
CREATE TABLE `categoria` (
`cate_id` int(11) NOT NULL,
`cate_nombre` varchar(45) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `categoria`
--
INSERT INTO `categoria` (`cate_id`, `cate_nombre`) VALUES
(1, 'Ingeniería'),
(2, 'Biomédicas'),
(3, 'Sociales');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `ejemplar`
--
CREATE TABLE `ejemplar` (
`ejem_id` int(11) NOT NULL,
`ejem_titulo` varchar(150) DEFAULT NULL,
`ejem_editorial` varchar(45) DEFAULT NULL,
`ejem_paginas` int(11) DEFAULT NULL,
`ejem_isbn` varchar(20) DEFAULT NULL,
`ejem_idioma` varchar(45) DEFAULT NULL,
`ejem_portada` varchar(45) DEFAULT NULL,
`ejem_digital` varchar(45) DEFAULT NULL,
`ejem_audio` varchar(45) DEFAULT NULL,
`ejem_resumen` varchar(255) DEFAULT NULL,
`ejem_tipo_id` int(11) DEFAULT NULL,
`ejem_cate_id` int(11) DEFAULT NULL,
`ejem_valoracion` tinyint(1) DEFAULT NULL,
`ejem_anio` int(11) DEFAULT NULL,
`ejem_nprestamos` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `ejemplar`
--
INSERT INTO `ejemplar` (`ejem_id`, `ejem_titulo`, `ejem_editorial`, `ejem_paginas`, `ejem_isbn`, `ejem_idioma`, `ejem_portada`, `ejem_digital`, `ejem_audio`, `ejem_resumen`, `ejem_tipo_id`, `ejem_cate_id`, `ejem_valoracion`, `ejem_anio`, `ejem_nprestamos`) VALUES
(1, 'Amor y Matematicas', NULL, 340, '986540000', 'ingles y español', 'portada.jpg', NULL, NULL, 'si no eres matematico este libro te hara desearlas ', 1, 1, NULL, 2001, NULL),
(4, 'Matematicas', NULL, 340, '986540000', 'español y ingles', 'portada.jpg', NULL, NULL, 'la historia', 1, 1, NULL, 2012, NULL),
(5, 'Amor', NULL, 340, '986540000', 'español y ingles', 'dora.jpg', NULL, NULL, 'la historia', 1, 1, NULL, 2012, NULL),
(6, 'Amor ', NULL, 340, '986540000', 'español y ingles', 'dora.jpg', NULL, NULL, 'nose', 1, 1, NULL, 2012, NULL),
(7, 'Atlas de Anatomia Humana', NULL, 565, '978-84-458-2607-2', 'español', 'netter.jpg', NULL, NULL, 'NETTER, ATLAS DE ANATOMÍA MÉDICA 7ma EDICIÓN Nueva edición del atlas de anatomía humana concebido desde una perspectiva clínica gracias a las incomparables ilustraciones Netter y “estilo Netter\" de la mano del magnífico ilustrador, Carlos Machado. La obra', 1, 2, NULL, 2014, NULL),
(8, 'Analisis Matematico', NULL, 779, '978-612-4160-05-9', 'español', 'espinoza.jpg', NULL, NULL, 'En la presente obra intitulada \"Análisis Matemático I para estudiantes de Ciencias e Ingeniería\" en su sexta edición, hemos aprovechado de las numerosas y valiosos comentarios y sugerencias de mis colegas que laboran en las diversas universidades de la ca', 1, 1, NULL, 2012, NULL),
(9, 'Compendio de Anatomia Descriptiva', NULL, 769, '84-345-1149-5', 'español', 'testut.jpg', NULL, NULL, 'No es este libro un tratado didáctico, sino, como indica su titulo, un simple resumen, lo mas sucinto posible, de las nociones de anatomía descriptiva que constituye la materia del primer examen del doctorado de Francia.', 1, 2, NULL, 1984, NULL),
(10, 'Los ojos de mi princesa 2', NULL, 223, '475-854-5243-459', 'español', 'los_ojos_de_mi_princesa.jpg', NULL, NULL, 'Es una de las más bellas historias de amor de la literatura actual, nos envuelve en la trama tanto, que terminamos formando parte de los protagonistas. José Carlos, un joven estudiante, halla en la figura de Sheccid el motivo para superar sus propias lim', 1, 3, NULL, 2012, NULL),
(11, 'Claudia, cuídate cuando estés conmigo', NULL, 192, '978-603-4016-06-4', 'español', 'claudia-cuidate-cuando-estes-conmigo.jpg', NULL, NULL, 'Jota es un estudiante del último año de secundaria que junto a sus amigos y compañeros vive una serie de aventuras. Jota se ha ganado el apodo de “bebe” debido a que es menor y de contextura muy delgada. Esto le disgusta mucho, pero puede sobrellevarlo. J', 1, 3, NULL, 2007, NULL),
(12, 'Hush, Hush', NULL, 299, '978985255445', 'español', 'hush,_hush.jpg', NULL, NULL, 'Un juramento sagrado, un ángel caído, un amor prohibido. Nora Grey es responsable y lista y nada inclinada a la temeridad. Su primer error fue enamorarse de Patch. Patch tiene un pasado que podría llamarse cualquier cosa excepto inofensivo. Lo mejor que h', 1, 3, NULL, 2009, NULL),
(13, 'Biologia Anatomia', NULL, 457, '978-612-307-385-5', 'español', 'biologia-lumbreras.gif', NULL, NULL, 'Nueva edición actualizada que contiene 12 capítulos los cuales han sido desarrollados en relación con los temas que se solicitan en el examen de admisión. El desarrollo del contenido teórico se muestra apoyado por imágenes y organizadores visuales con la', 1, 2, NULL, 2015, NULL),
(14, 'Another', NULL, 139, '978-0-316-24591-3', 'japones', 'another.jpg', NULL, NULL, 'En 1972, Misaki, un popular estudiante de la clase 3-3 de la Yomiyama North Middle School, murió repentinamente a mitad de curso. Impactados por la pérdida, sus compañeros y profesores siguieron actuando como si estuviera vivo. Tal es así que incluso pudo', 1, 3, NULL, 2012, NULL);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `ejemplar_autor`
--
CREATE TABLE `ejemplar_autor` (
`rela_auto_id` int(11) NOT NULL,
`rela_ejem_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `ejemplar_autor`
--
INSERT INTO `ejemplar_autor` (`rela_auto_id`, `rela_ejem_id`) VALUES
(6, 1),
(6, 4),
(7, 4),
(7, 6),
(8, 6),
(10, 13),
(11, 13),
(12, 13),
(17, 7),
(18, 9),
(19, 9),
(20, 8),
(22, 10),
(23, 11),
(24, 12),
(25, 14),
(26, 14);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `ejemplar_tipo`
--
CREATE TABLE `ejemplar_tipo` (
`tipo_id` int(11) NOT NULL,
`tipo_nombre` varchar(45) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `ejemplar_tipo`
--
INSERT INTO `ejemplar_tipo` (`tipo_id`, `tipo_nombre`) VALUES
(1, 'Libro'),
(2, 'Revistas');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `favorito`
--
CREATE TABLE `favorito` (
`favo_usua_id` int(11) NOT NULL,
`favo_ejem_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `historial`
--
CREATE TABLE `historial` (
`histo_id` int(11) NOT NULL,
`histo_usua_id` int(11) DEFAULT NULL,
`histo_termino` varchar(45) DEFAULT NULL,
`histo_fechareg` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `peticion`
--
CREATE TABLE `peticion` (
`peti_id` int(11) NOT NULL,
`peti_ejem_id` int(11) DEFAULT NULL,
`peti_dias` int(11) DEFAULT NULL,
`peti_usua_id` int(11) DEFAULT NULL,
`peti_fechareg` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `peticion`
--
INSERT INTO `peticion` (`peti_id`, `peti_ejem_id`, `peti_dias`, `peti_usua_id`, `peti_fechareg`) VALUES
(4, 1, NULL, 6, '2019-12-18 08:20:51'),
(5, 1, NULL, 6, '2019-12-18 08:20:56');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `prestamo`
--
CREATE TABLE `prestamo` (
`pres_id` int(11) NOT NULL,
`pres_usua_id` int(11) DEFAULT NULL,
`pres_ejem_id` int(11) DEFAULT NULL,
`pres_fechareg` datetime DEFAULT NULL,
`pres_dias` int(11) DEFAULT NULL,
`pres_fechaprestamo` date DEFAULT NULL,
`pres_fechadevolucion` date DEFAULT NULL,
`pres_estado` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `usuario`
--
CREATE TABLE `usuario` (
`usua_id` int(11) NOT NULL,
`usua_login` varchar(45) DEFAULT NULL,
`usua_password` varchar(45) DEFAULT NULL,
`usua_codigo` int(11) DEFAULT NULL,
`usua_nombres` varchar(45) DEFAULT NULL,
`usua_apellidos` varchar(45) DEFAULT NULL,
`usua_direccion` varchar(150) DEFAULT NULL,
`usua_email` varchar(70) DEFAULT NULL,
`usua_telefono` varchar(20) DEFAULT NULL,
`usua_esadmin` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Volcado de datos para la tabla `usuario`
--
INSERT INTO `usuario` (`usua_id`, `usua_login`, `usua_password`, `usua_codigo`, `usua_nombres`, `usua_apellidos`, `usua_direccion`, `usua_email`, `usua_telefono`, `usua_esadmin`) VALUES
(3, NULL, '81dc9bdb52d04dc20036dbd8313ed055', 980, 'admin', 'star', '123', 'admin@admin.com', '9324234', 1),
(6, NULL, '81dc9bdb52d04dc20036dbd8313ed055', 185393, 'serena', 'star', 'jr.234', 'usuario@usuario.com', '98765674', 0);
--
-- Índices para tablas volcadas
--
--
-- Indices de la tabla `autor`
--
ALTER TABLE `autor`
ADD PRIMARY KEY (`auto_id`);
--
-- Indices de la tabla `categoria`
--
ALTER TABLE `categoria`
ADD PRIMARY KEY (`cate_id`);
--
-- Indices de la tabla `ejemplar`
--
ALTER TABLE `ejemplar`
ADD PRIMARY KEY (`ejem_id`),
ADD KEY `fk_ejemplar_ejemplar_tipo_idx` (`ejem_tipo_id`),
ADD KEY `fk_ejemplar_categoria1_idx` (`ejem_cate_id`);
--
-- Indices de la tabla `ejemplar_autor`
--
ALTER TABLE `ejemplar_autor`
ADD PRIMARY KEY (`rela_auto_id`,`rela_ejem_id`),
ADD KEY `fk_ejemplar_autor_ejemplar1_idx` (`rela_ejem_id`);
--
-- Indices de la tabla `ejemplar_tipo`
--
ALTER TABLE `ejemplar_tipo`
ADD PRIMARY KEY (`tipo_id`);
--
-- Indices de la tabla `favorito`
--
ALTER TABLE `favorito`
ADD PRIMARY KEY (`favo_usua_id`,`favo_ejem_id`),
ADD KEY `fk_favorito_ejemplar1_idx` (`favo_ejem_id`);
--
-- Indices de la tabla `historial`
--
ALTER TABLE `historial`
ADD PRIMARY KEY (`histo_id`),
ADD KEY `fk_historial_usuario1_idx` (`histo_usua_id`);
--
-- Indices de la tabla `peticion`
--
ALTER TABLE `peticion`
ADD PRIMARY KEY (`peti_id`),
ADD KEY `fk_peticion_ejemplar1_idx` (`peti_ejem_id`),
ADD KEY `fk_peticion_usuario1_idx` (`peti_usua_id`);
--
-- Indices de la tabla `prestamo`
--
ALTER TABLE `prestamo`
ADD PRIMARY KEY (`pres_id`),
ADD KEY `fk_prestamo_usuario1_idx` (`pres_usua_id`),
ADD KEY `fk_prestamo_ejemplar1_idx` (`pres_ejem_id`);
--
-- Indices de la tabla `usuario`
--
ALTER TABLE `usuario`
ADD PRIMARY KEY (`usua_id`);
--
-- AUTO_INCREMENT de las tablas volcadas
--
--
-- AUTO_INCREMENT de la tabla `autor`
--
ALTER TABLE `autor`
MODIFY `auto_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
--
-- AUTO_INCREMENT de la tabla `categoria`
--
ALTER TABLE `categoria`
MODIFY `cate_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT de la tabla `ejemplar`
--
ALTER TABLE `ejemplar`
MODIFY `ejem_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
--
-- AUTO_INCREMENT de la tabla `ejemplar_tipo`
--
ALTER TABLE `ejemplar_tipo`
MODIFY `tipo_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT de la tabla `peticion`
--
ALTER TABLE `peticion`
MODIFY `peti_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT de la tabla `prestamo`
--
ALTER TABLE `prestamo`
MODIFY `pres_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `usuario`
--
ALTER TABLE `usuario`
MODIFY `usua_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- Restricciones para tablas volcadas
--
--
-- Filtros para la tabla `ejemplar`
--
ALTER TABLE `ejemplar`
ADD CONSTRAINT `fk_ejemplar_categoria1` FOREIGN KEY (`ejem_cate_id`) REFERENCES `categoria` (`cate_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
ADD CONSTRAINT `fk_ejemplar_ejemplar_tipo` FOREIGN KEY (`ejem_tipo_id`) REFERENCES `ejemplar_tipo` (`tipo_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
--
-- Filtros para la tabla `ejemplar_autor`
--
ALTER TABLE `ejemplar_autor`
ADD CONSTRAINT `fk_ejemplar_autor_autor1` FOREIGN KEY (`rela_auto_id`) REFERENCES `autor` (`auto_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
ADD CONSTRAINT `fk_ejemplar_autor_ejemplar1` FOREIGN KEY (`rela_ejem_id`) REFERENCES `ejemplar` (`ejem_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
--
-- Filtros para la tabla `favorito`
--
ALTER TABLE `favorito`
ADD CONSTRAINT `fk_favorito_ejemplar1` FOREIGN KEY (`favo_ejem_id`) REFERENCES `ejemplar` (`ejem_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
ADD CONSTRAINT `fk_favorito_usuario1` FOREIGN KEY (`favo_usua_id`) REFERENCES `usuario` (`usua_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
--
-- Filtros para la tabla `historial`
--
ALTER TABLE `historial`
ADD CONSTRAINT `fk_historial_usuario1` FOREIGN KEY (`histo_usua_id`) REFERENCES `usuario` (`usua_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
--
-- Filtros para la tabla `peticion`
--
ALTER TABLE `peticion`
ADD CONSTRAINT `fk_peticion_ejemplar1` FOREIGN KEY (`peti_ejem_id`) REFERENCES `ejemplar` (`ejem_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
ADD CONSTRAINT `fk_peticion_usuario1` FOREIGN KEY (`peti_usua_id`) REFERENCES `usuario` (`usua_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
--
-- Filtros para la tabla `prestamo`
--
ALTER TABLE `prestamo`
ADD CONSTRAINT `fk_prestamo_ejemplar1` FOREIGN KEY (`pres_ejem_id`) REFERENCES `ejemplar` (`ejem_id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
ADD CONSTRAINT `fk_prestamo_usuario1` FOREIGN KEY (`pres_usua_id`) REFERENCES `usuario` (`usua_id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
CREATE OR ALTER PROCEDURE GET_DISPATCHERS_REPORT
returns (DRIVER_ID Varchar(32),
DRIVER_NAME Varchar(100))
AS
begin
FOR SELECT D.DISPATCHER_ID,
A.USER_NAME AS DRIVER_NAME
FROM DISPATCHERS D
INNER JOIN ACCOUNTS A ON A.ACCOUNT_ID = D.DISPATCHER_ID
INTO :DRIVER_ID,
:DRIVER_NAME DO BEGIN
SUSPEND;
END
end |
-- John 2013-12-15
update resource set nature=null;
-- DEPLOYED IN PROD
-- DEPLOYED IN PROD
-- DEPLOYED IN PROD
-- DEPLOYED IN PROD
-- DEPLOYED IN PROD
-- DEPLOYED IN PROD
|
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/base/login','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/base/register','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/api/createApi','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/api/getApiList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/api/getApiById','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/api/deleteApi','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/api/updateApi','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/api/getAllApis','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/authority/createAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/authority/deleteAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/authority/getAuthorityList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/authority/setDataAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/menu/getMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/menu/getMenuList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/menu/addBaseMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/menu/getBaseMenuTree','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/menu/addMenuAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/menu/getMenuAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/menu/deleteBaseMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/menu/updateBaseMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/menu/getBaseMenuById','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/user/changePassword','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/user/uploadHeaderImg','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/user/getInfoList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/user/getUserList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/user/setUserAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/fileUploadAndDownload/upload','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/fileUploadAndDownload/getFileList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/fileUploadAndDownload/deleteFile','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/casbin/updateCasbin','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/casbin/getPolicyPathByAuthorityId','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/jwt/jsonInBlacklist','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/system/getSystemConfig','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/system/setSystemConfig','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/customer/customer','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/customer/customer','PUT','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/customer/customer','DELETE','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/customer/customer','GET','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','8881','/customer/customerList','GET','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/base/login','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/base/register','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/api/createApi','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/api/getApiList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/api/getApiById','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/api/deleteApi','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/api/updateApi','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/api/getAllApis','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/authority/createAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/authority/deleteAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/authority/getAuthorityList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/authority/setDataAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/menu/getMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/menu/getMenuList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/menu/addBaseMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/menu/getBaseMenuTree','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/menu/addMenuAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/menu/getMenuAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/menu/deleteBaseMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/menu/updateBaseMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/menu/getBaseMenuById','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/user/changePassword','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/user/uploadHeaderImg','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/user/getInfoList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/user/getUserList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/user/setUserAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/fileUploadAndDownload/upload','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/fileUploadAndDownload/getFileList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/fileUploadAndDownload/deleteFile','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/casbin/updateCasbin','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/casbin/getPolicyPathByAuthorityId','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/jwt/jsonInBlacklist','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/system/getSystemConfig','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/system/setSystemConfig','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/customer/customer','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/customer/customer','PUT','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/customer/customer','DELETE','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/customer/customer','GET','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/customer/customerList','GET','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','9528','/autoCode/createTemp','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/base/login','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/base/register','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/api/createApi','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/api/getApiList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/api/getApiById','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/api/deleteApi','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/api/updateApi','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/api/getAllApis','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/authority/createAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/authority/deleteAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/authority/getAuthorityList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/authority/setDataAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/menu/getMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/menu/getMenuList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/menu/addBaseMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/menu/getBaseMenuTree','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/menu/addMenuAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/menu/getMenuAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/menu/deleteBaseMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/menu/updateBaseMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/menu/getBaseMenuById','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/user/changePassword','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/user/uploadHeaderImg','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/user/getInfoList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/user/getUserList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/user/setUserAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/fileUploadAndDownload/upload','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/fileUploadAndDownload/getFileList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/fileUploadAndDownload/deleteFile','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/casbin/updateCasbin','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/casbin/getPolicyPathByAuthorityId','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/casbin/casbinTest/:pathParam','GET','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/jwt/jsonInBlacklist','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/system/getSystemConfig','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/system/setSystemConfig','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/customer/customer','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/customer/customer','PUT','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/customer/customer','DELETE','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/customer/customer','GET','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/customer/customerList','GET','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','888','/autoCode/createTemp','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/base/login','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/base/register','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/api/createApi','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/api/getApiList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/api/getApiById','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/api/deleteApi','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/api/updateApi','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/api/getAllApis','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/api/createApi','GET','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/authority/createAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/authority/deleteAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/authority/getAuthorityList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/authority/setDataAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/menu/getMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/menu/getMenuList','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/menu/addBaseMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/menu/getBaseMenuTree','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/menu/addMenuAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/menu/getMenuAuthority','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/menu/deleteBaseMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/menu/updateBaseMenu','POST','','','');
INSERT INTO casbin_rule (p_type,v0,v1,v2,v3,v4,v5) VALUES (
'p','asdasd','/menu/getBaseMenuById','POST','','','');
|
-- 热点用户信息表
drop table if exists userinfo;
create table if not exists userinfo (
id integer not null primary key auto_increment,
username text,
password text,
privilege varchar(255) default '',
log_at datetime
);
-- 热点直播表
drop table if exists hots;
create table if not exists hots (
id integer not null primary key auto_increment,
title text,
description text,
logdate datetime,
topImg varchar(255) default 'top_img.jpg'
);
-- 热点直播事件表
drop table if exists events;
create table if not exists events (
id integer not null primary key auto_increment,
title text not null,
status varchar(255) default '',
content text default '',
logdate datetime,
hot_id integer,
userid text default 0,
username text,
userimg text,
isPublished boolean default false
);
-- 热点评论表
drop table if exists comments;
create table if not exists comments (
id integer not null primary key auto_increment,
name text not null,
img varchar(255) default 'assets/images/gravatar.gif',
content text,
logdate datetime,
event_id integer
);
-- 热点访问记录表
drop table if exists clicks;
create table if not exists clicks (
ip text,
logdate datetime,
hot_id text
);
-- 热点点赞表
drop table if exists zans;
create table if not exists zans (
event_id integer,
user_id text
);
|
CREATE TABLE categories(
category_id INT NOT NULL,
Category_name VARCHAR NOT NULL,
PRIMARY KEY (category_id));
CREATE TABLE CA_videos(
channel_title VARCHAR NOT NULL,
no_of_vids INT NOT NULL,
trending_date VARCHAR NOT NULL,
title VARCHAR NOT NULL,
category_id INT NOT NULL,
publish_time VARCHAR NOT NULL,
tags VARCHAR NOT NULL,
views INT NOT NULL,
likes INT NOT NULL,
dislikes INT NOT NULL,
comment_count INT NOT NULL,
comments_disabled BOOLEAN NOT NULL,
PRIMARY KEY (title),
FOREIGN KEY (category_id)REFERENCES categories (category_id));
CREATE TABLE DE_videos(
channel_title VARCHAR NOT NULL,
no_of_vids INT NOT NULL,
trending_date VARCHAR NOT NULL,
title VARCHAR NOT NULL,
category_id INT NOT NULL,
publish_time VARCHAR NOT NULL,
tags VARCHAR NOT NULL,
views INT NOT NULL,
likes INT NOT NULL,
dislikes INT NOT NULL,
comment_count INT NOT NULL,
comments_disabled BOOLEAN NOT NULL,
PRIMARY KEY (title),
FOREIGN KEY (category_id)REFERENCES categories (category_id));
CREATE TABLE FR_videos(
channel_title VARCHAR NOT NULL,
no_of_vids INT NOT NULL,
trending_date VARCHAR NOT NULL,
title VARCHAR NOT NULL,
category_id INT NOT NULL,
publish_time VARCHAR NOT NULL,
tags VARCHAR NOT NULL,
views INT NOT NULL,
likes INT NOT NULL,
dislikes INT NOT NULL,
comment_count INT NOT NULL,
comments_disabled BOOLEAN NOT NULL,
PRIMARY KEY (title),
FOREIGN KEY (category_id)REFERENCES categories (category_id));
CREATE TABLE GB_videos(
channel_title VARCHAR NOT NULL,
no_of_vids INT NOT NULL,
trending_date VARCHAR NOT NULL,
title VARCHAR NOT NULL,
category_id INT NOT NULL,
publish_time VARCHAR NOT NULL,
tags VARCHAR NOT NULL,
views INT NOT NULL,
likes INT NOT NULL,
dislikes INT NOT NULL,
comment_count INT NOT NULL,
comments_disabled BOOLEAN NOT NULL,
PRIMARY KEY (title),
FOREIGN KEY (category_id)REFERENCES categories (category_id));
CREATE TABLE IN_videos(
channel_title VARCHAR NOT NULL,
no_of_vids INT NOT NULL,
trending_date VARCHAR NOT NULL,
title VARCHAR NOT NULL,
category_id INT NOT NULL,
publish_time VARCHAR NOT NULL,
tags VARCHAR NOT NULL,
views INT NOT NULL,
likes INT NOT NULL,
dislikes INT NOT NULL,
comment_count INT NOT NULL,
comments_disabled BOOLEAN NOT NULL,
PRIMARY KEY (title),
FOREIGN KEY (category_id)REFERENCES categories (category_id));
CREATE TABLE JP_videos(
channel_title VARCHAR NOT NULL,
no_of_vids INT NOT NULL,
trending_date VARCHAR NOT NULL,
title VARCHAR NOT NULL,
category_id INT NOT NULL,
publish_time VARCHAR NOT NULL,
tags VARCHAR NOT NULL,
views INT NOT NULL,
likes INT NOT NULL,
dislikes INT NOT NULL,
comment_count INT NOT NULL,
comments_disabled BOOLEAN NOT NULL,
PRIMARY KEY (title),
FOREIGN KEY (category_id)REFERENCES categories (category_id));
CREATE TABLE KR_videos(
channel_title VARCHAR NOT NULL,
no_of_vids INT NOT NULL,
trending_date VARCHAR NOT NULL,
title VARCHAR NOT NULL,
category_id INT NOT NULL,
publish_time VARCHAR NOT NULL,
tags VARCHAR NOT NULL,
views INT NOT NULL,
likes INT NOT NULL,
dislikes INT NOT NULL,
comment_count INT NOT NULL,
comments_disabled BOOLEAN NOT NULL,
PRIMARY KEY (title),
FOREIGN KEY (category_id)REFERENCES categories (category_id));
CREATE TABLE MX_videos(
channel_title VARCHAR NOT NULL,
no_of_vids INT NOT NULL,
trending_date VARCHAR NOT NULL,
title VARCHAR NOT NULL,
category_id INT NOT NULL,
publish_time VARCHAR NOT NULL,
tags VARCHAR NOT NULL,
views INT NOT NULL,
likes INT NOT NULL,
dislikes INT NOT NULL,
comment_count INT NOT NULL,
comments_disabled BOOLEAN NOT NULL,
PRIMARY KEY (title),
FOREIGN KEY (category_id)REFERENCES categories (category_id));
CREATE TABLE RU_videos(
channel_title VARCHAR NOT NULL,
no_of_vids INT NOT NULL,
trending_date VARCHAR NOT NULL,
title VARCHAR NOT NULL,
category_id INT NOT NULL,
publish_time VARCHAR NOT NULL,
tags VARCHAR NOT NULL,
views INT NOT NULL,
likes INT NOT NULL,
dislikes INT NOT NULL,
comment_count INT NOT NULL,
comments_disabled BOOLEAN NOT NULL,
PRIMARY KEY (title),
FOREIGN KEY (category_id)REFERENCES categories (category_id));
CREATE TABLE US_videos(
channel_title VARCHAR NOT NULL,
no_of_vids INT NOT NULL,
trending_date VARCHAR NOT NULL,
title VARCHAR NOT NULL,
category_id INT NOT NULL,
publish_time VARCHAR NOT NULL,
tags VARCHAR NOT NULL,
views INT NOT NULL,
likes INT NOT NULL,
dislikes INT NOT NULL,
comment_count INT NOT NULL,
comments_disabled BOOLEAN NOT NULL,
PRIMARY KEY (title),
FOREIGN KEY (category_id)REFERENCES categories (category_id)); |
-- Elysee---------------------------------------------------------------------------------------------------------------------
UPDATE `oc_order_item` SET `quantity` = 1 WHERE `order` = 12491;
UPDATE `oc_order` SET `base` = 104.30, `vat` = 14.70 WHERE `id` = 12491;
DELETE FROM `oc_order_vat` WHERE `order` = 12491;
INSERT INTO `oc_order_vat` (`order`, `vatcode`, `vatrate`, `base`, `vat`, `total`) VALUES (12491, 'A', 21, 25.70, 5.30, 31.30);
INSERT INTO `oc_order_vat` (`order`, `vatcode`, `vatrate`, `base`, `vat`, `total`) VALUES (12491, 'B', 12, 78.60, 9.40, 88.00);
|
CREATE TABLE IF NOT EXISTS users (
user_id VARCHAR(36) NOT NULL PRIMARY KEY,
full_name VARCHAR(1024) NOT NULL,
phone VARCHAR(36) NOT NULL,
created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
);
|
--
-- Update sql for MailWizz EMA from version 1.3.6.6 to 1.3.6.7
--
--
-- Alter the delivery_server table
--
ALTER TABLE `delivery_server` ADD `max_connection_messages` INT(11) NOT NULL DEFAULT '1' AFTER `must_confirm_delivery`; |
create table person (
id bigint not null,
name varchar(255) not null
) |
CREATE TABLE Kulinar.RecipeIngredients
(
Id BIGINT IDENTITY (1, 1) NOT NULL
,RecipeIngredientGroupId BIGINT NOT NULL
,IngredientId BIGINT NOT NULL
,MeasurementId INT NOT NULL
,AmountMin DECIMAL(18, 10) NOT NULL
,AmountMax DECIMAL(18, 10) NOT NULL
,Comment NVARCHAR(500) NULL
,Position INT NOT NULL
,RowGeneration ROWVERSION NOT NULL
,CONSTRAINT PK_RecipeIngedients PRIMARY KEY CLUSTERED (Id ASC)
,CONSTRAINT FK_RecipeIngedients_RecipeIngedientGroupId FOREIGN KEY (RecipeIngredientGroupId) REFERENCES Kulinar.RecipeIngredientGroups (Id)
,CONSTRAINT FK_RecipeIngedients_IngredientId FOREIGN KEY (IngredientId) REFERENCES Kulinar.Ingredients (ItemId)
,CONSTRAINT FK_RecipeIngedients_MeasurementId FOREIGN KEY (MeasurementId) REFERENCES Kulinar.Measurements (Id)
,CONSTRAINT UX_RecipeIngedients_RecipeIngedientGroupId_Position UNIQUE NONCLUSTERED (RecipeIngredientGroupId ASC, Position ASC)
);
|
Create Procedure sp_get_BeatDescription(@BeatID int)
as
Select Description from beat where BeatId=@BeatID
|
/*
Navicat Premium Data Transfer
Source Server : MYSQL LOCAL WINDOWS
Source Server Type : MySQL
Source Server Version : 50722
Source Host : localhost:3306
Source Schema : web_cp1
Target Server Type : MySQL
Target Server Version : 50722
File Encoding : 65001
Date: 01/07/2021 20:22:07
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for m_about
-- ----------------------------
DROP TABLE IF EXISTS `m_about`;
CREATE TABLE `m_about` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`logo` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`email` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`phone` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`address` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`map` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`desc` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_about
-- ----------------------------
INSERT INTO `m_about` VALUES (1, 'http://localhost:85/web-cp1/assets/uploads/as.png', 'Masjid Baiturrahman', 'baiturrahman@email.com', '081566677778', 'Jl Raya Cigudeg No 14 RT 001 / RW 007 Desa Cigudeg Bogor', 'https://maps.google.com/maps?q=cigudeg&t=&z=13&ie=UTF8&iwloc=&output=embed', 'Masjid baiturrahman didirikan sejak tahun 1788 oleh pemuda pemuda berkarya pada zamannya');
-- ----------------------------
-- Table structure for m_banner
-- ----------------------------
DROP TABLE IF EXISTS `m_banner`;
CREATE TABLE `m_banner` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`image` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`title` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`tag_line` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_banner
-- ----------------------------
INSERT INTO `m_banner` VALUES (1, 'http://localhost:85/web-cp1/assets/uploads/a.jpg', 'Masji Baiturrahman', 'Masjid yang terlatak di daerah bogor jawa barat , cigudeg');
INSERT INTO `m_banner` VALUES (2, 'http://localhost:85/web-cp1/assets/uploads/e.jpeg', 'Didirikan sejak 1788', 'Masjid baiturrahman didirikan sejak tahun 1788');
INSERT INTO `m_banner` VALUES (3, 'http://localhost:85/web-cp1/assets/uploads/asas.jpg', 'Pengajian', 'Pengajian bulanan masjid baiturrahman');
-- ----------------------------
-- Table structure for m_berita
-- ----------------------------
DROP TABLE IF EXISTS `m_berita`;
CREATE TABLE `m_berita` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`posted_date` timestamp(0) NULL DEFAULT NULL,
`desc` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`image` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_berita
-- ----------------------------
INSERT INTO `m_berita` VALUES (1, 'Berita 1', '2021-06-26 17:12:18', 'Lorem ipsum dolor sit amet conse adipis elit Assumenda repud eum veniam optio modi sit explicabo nisi magnam quibusdam.sit amet conse adipis elit Assumenda repud eum veniam optio modi sit explicabo nisi magnam quibusdam.', 'http://localhost:85/web-cp1/assets/uploads/12.jpg');
INSERT INTO `m_berita` VALUES (2, 'Berita 2', '2021-06-26 17:12:34', 'Lorem ipsum dolor sit amet conse adipis elit Assumenda repud eum veniam optio modi sit explicabo nisi magnam quibusdam.sit amet conse adipis elit Assumenda repud eum veniam optio modi sit explicabo nisi magnam quibusdam.', 'http://localhost:85/web-cp1/assets/uploads/13.jpg');
INSERT INTO `m_berita` VALUES (3, 'Berita 3', '2021-06-26 17:12:45', 'Lorem ipsum dolor sit amet conse adipis elit Assumenda repud eum veniam optio modi sit explicabo nisi magnam quibusdam.sit amet conse adipis elit Assumenda repud eum veniam optio modi sit explicabo nisi magnam quibusdam.', 'http://localhost:85/web-cp1/assets/uploads/14.jpg');
INSERT INTO `m_berita` VALUES (4, 'Masjid Baru', '2021-06-30 22:12:30', 'Lorem ipsum dolor sit amet conse adipis elit Assumenda repud eum veniam optio modi sit explicabo nisi magnam quibusdam.sit amet conse adipis elit Assumenda repud eum veniam optio modi sit explicabo nisi magnam quibusdam.', 'http://localhost:85/web-cp1/assets/uploads/asas2.jpg');
-- ----------------------------
-- Table structure for m_hewan
-- ----------------------------
DROP TABLE IF EXISTS `m_hewan`;
CREATE TABLE `m_hewan` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`hewan_jenis_id` int(11) NULL DEFAULT NULL,
`hewan_golongan_id` int(11) NULL DEFAULT NULL,
`weight` int(11) NULL DEFAULT NULL,
`label` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`price` bigint(50) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `hj_f`(`hewan_jenis_id`) USING BTREE,
INDEX `hg_f`(`hewan_golongan_id`) USING BTREE,
CONSTRAINT `hg_f` FOREIGN KEY (`hewan_golongan_id`) REFERENCES `m_hewan_golongan` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `hj_f` FOREIGN KEY (`hewan_jenis_id`) REFERENCES `m_hewan_jenis` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_hewan
-- ----------------------------
INSERT INTO `m_hewan` VALUES (1, 1, 1, 300, 'KG', 20000000);
INSERT INTO `m_hewan` VALUES (2, 1, 1, 250, 'KG', 17000000);
INSERT INTO `m_hewan` VALUES (3, 1, 2, 300, 'KG', 18000000);
INSERT INTO `m_hewan` VALUES (4, 2, 1, 300, 'KG', 15000000);
INSERT INTO `m_hewan` VALUES (5, 1, 1, 400, 'KG', 35000000);
INSERT INTO `m_hewan` VALUES (6, 2, 2, 500, 'KG', 89000000);
-- ----------------------------
-- Table structure for m_hewan_golongan
-- ----------------------------
DROP TABLE IF EXISTS `m_hewan_golongan`;
CREATE TABLE `m_hewan_golongan` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_hewan_golongan
-- ----------------------------
INSERT INTO `m_hewan_golongan` VALUES (1, 'A');
INSERT INTO `m_hewan_golongan` VALUES (2, 'B');
INSERT INTO `m_hewan_golongan` VALUES (3, 'C');
-- ----------------------------
-- Table structure for m_hewan_jenis
-- ----------------------------
DROP TABLE IF EXISTS `m_hewan_jenis`;
CREATE TABLE `m_hewan_jenis` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_hewan_jenis
-- ----------------------------
INSERT INTO `m_hewan_jenis` VALUES (1, 'Sapi');
INSERT INTO `m_hewan_jenis` VALUES (2, 'Kerbau');
INSERT INTO `m_hewan_jenis` VALUES (3, 'Kambing');
-- ----------------------------
-- Table structure for m_jamaah
-- ----------------------------
DROP TABLE IF EXISTS `m_jamaah`;
CREATE TABLE `m_jamaah` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`phone` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`address` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 9 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_jamaah
-- ----------------------------
INSERT INTO `m_jamaah` VALUES (8, 'Aldi', '0898891289', 'Gardu Seri');
-- ----------------------------
-- Table structure for m_jamaah_group
-- ----------------------------
DROP TABLE IF EXISTS `m_jamaah_group`;
CREATE TABLE `m_jamaah_group` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_jamaah_group
-- ----------------------------
INSERT INTO `m_jamaah_group` VALUES (6, 'Banyek');
-- ----------------------------
-- Table structure for m_jamaah_group_map
-- ----------------------------
DROP TABLE IF EXISTS `m_jamaah_group_map`;
CREATE TABLE `m_jamaah_group_map` (
`jamaah_group_id` int(11) NOT NULL,
`jamaah_id` int(11) NOT NULL,
PRIMARY KEY (`jamaah_group_id`, `jamaah_id`) USING BTREE,
INDEX `jm_f`(`jamaah_id`) USING BTREE,
CONSTRAINT `jm_f` FOREIGN KEY (`jamaah_id`) REFERENCES `m_jamaah` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `jmg_f` FOREIGN KEY (`jamaah_group_id`) REFERENCES `m_jamaah_group` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_jamaah_group_map
-- ----------------------------
INSERT INTO `m_jamaah_group_map` VALUES (6, 8);
-- ----------------------------
-- Table structure for m_kegiatan
-- ----------------------------
DROP TABLE IF EXISTS `m_kegiatan`;
CREATE TABLE `m_kegiatan` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`icon` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`desc` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_kegiatan
-- ----------------------------
INSERT INTO `m_kegiatan` VALUES (1, 'fa-money', 'Infaq', 'Mencatat semua data infaq masuk, dan membuat laporan infaq');
INSERT INTO `m_kegiatan` VALUES (2, 'fa-calculator', 'Zakat', 'Mencatat semua data zakat, dan membuat laporan data zakat');
INSERT INTO `m_kegiatan` VALUES (3, 'fa-calendar', 'Tabungan Qurban', 'Menabung atau iyuran untuk qurban, setiap jamaah bisa melakukan iyuran untuk qurban');
-- ----------------------------
-- Table structure for m_pengurus
-- ----------------------------
DROP TABLE IF EXISTS `m_pengurus`;
CREATE TABLE `m_pengurus` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`picture` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`profession` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 6 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_pengurus
-- ----------------------------
INSERT INTO `m_pengurus` VALUES (1, 'http://localhost:85/web-cp1/assets/uploads/ss1.jpg', 'Ust Somad', 'Imam Besar ');
INSERT INTO `m_pengurus` VALUES (2, 'http://localhost:85/web-cp1/assets/uploads/ss2.jpg', 'Ust Solmed', 'Imam Besar');
INSERT INTO `m_pengurus` VALUES (3, 'http://localhost:85/web-cp1/assets/uploads/ss3.jpg', 'Ust Jefri', 'Imam Besar');
INSERT INTO `m_pengurus` VALUES (4, 'http://localhost:85/web-cp1/assets/uploads/ss4.jpg', 'Ust Yusuf', 'Imam Besar');
-- ----------------------------
-- Table structure for m_trans_type
-- ----------------------------
DROP TABLE IF EXISTS `m_trans_type`;
CREATE TABLE `m_trans_type` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`saldo` bigint(50) NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_trans_type
-- ----------------------------
INSERT INTO `m_trans_type` VALUES (1, 'INFAQ', 0);
INSERT INTO `m_trans_type` VALUES (2, 'ZAKAT MAL', 0);
INSERT INTO `m_trans_type` VALUES (3, 'ZAKAT FITRAH', 0);
INSERT INTO `m_trans_type` VALUES (4, 'KAS', 0);
-- ----------------------------
-- Table structure for m_user
-- ----------------------------
DROP TABLE IF EXISTS `m_user`;
CREATE TABLE `m_user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`password` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_user
-- ----------------------------
INSERT INTO `m_user` VALUES (1, 'admin', '$2y$10$UBgOG.JJISMZRp2I1CcaoulwTYremuGkF4N4WHgZthXrOIF675Znq');
-- ----------------------------
-- Table structure for m_zakat_type
-- ----------------------------
DROP TABLE IF EXISTS `m_zakat_type`;
CREATE TABLE `m_zakat_type` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`trans_type_id` int(11) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `tr_f`(`trans_type_id`) USING BTREE,
CONSTRAINT `tr_f` FOREIGN KEY (`trans_type_id`) REFERENCES `m_trans_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB AUTO_INCREMENT = 13 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of m_zakat_type
-- ----------------------------
INSERT INTO `m_zakat_type` VALUES (1, 'Emas', 2);
INSERT INTO `m_zakat_type` VALUES (2, 'Perak', 2);
INSERT INTO `m_zakat_type` VALUES (3, 'Hasil Peternakan', 2);
INSERT INTO `m_zakat_type` VALUES (4, 'Hasil Pertanian', 2);
INSERT INTO `m_zakat_type` VALUES (5, 'Hasil Perdagangan', 2);
INSERT INTO `m_zakat_type` VALUES (6, 'Hasil Tambang dan Laut', 2);
INSERT INTO `m_zakat_type` VALUES (7, 'Hasil Jasa Profesi', 2);
INSERT INTO `m_zakat_type` VALUES (8, 'Hasil Saham', 2);
INSERT INTO `m_zakat_type` VALUES (9, 'Uang', 3);
INSERT INTO `m_zakat_type` VALUES (10, 'Beras', 3);
INSERT INTO `m_zakat_type` VALUES (11, 'Uang', 1);
INSERT INTO `m_zakat_type` VALUES (12, 'Uang', 4);
-- ----------------------------
-- Table structure for t_pengeluaran
-- ----------------------------
DROP TABLE IF EXISTS `t_pengeluaran`;
CREATE TABLE `t_pengeluaran` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`trans_type_id` int(11) NULL DEFAULT NULL,
`code` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`amount` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`desc` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`received_by` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`created_by` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`created_date` timestamp(0) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `trp_f`(`trans_type_id`) USING BTREE,
CONSTRAINT `trp_f` FOREIGN KEY (`trans_type_id`) REFERENCES `m_trans_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for t_tabungan
-- ----------------------------
DROP TABLE IF EXISTS `t_tabungan`;
CREATE TABLE `t_tabungan` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`jamaah_group_id` int(11) NULL DEFAULT NULL,
`hewan_id` int(11) NULL DEFAULT NULL,
`code` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`start_date` date NULL DEFAULT NULL,
`end_date` date NULL DEFAULT NULL,
`duration` int(11) NULL DEFAULT NULL,
`created_by` int(11) NULL DEFAULT NULL,
`created_date` timestamp(0) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `jmhg_f`(`jamaah_group_id`) USING BTREE,
INDEX `hwn_f`(`hewan_id`) USING BTREE,
CONSTRAINT `hwn_f` FOREIGN KEY (`hewan_id`) REFERENCES `m_hewan` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `jmhg_f` FOREIGN KEY (`jamaah_group_id`) REFERENCES `m_jamaah_group` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB AUTO_INCREMENT = 12 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for t_tabungan_detail
-- ----------------------------
DROP TABLE IF EXISTS `t_tabungan_detail`;
CREATE TABLE `t_tabungan_detail` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`tabungan_id` int(11) NULL DEFAULT NULL,
`amount` bigint(50) NULL DEFAULT NULL,
`is_paid` int(11) NULL DEFAULT 0,
`due_date` date NULL DEFAULT NULL,
`pay_date` date NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `tb_f`(`tabungan_id`) USING BTREE,
CONSTRAINT `tb_f` FOREIGN KEY (`tabungan_id`) REFERENCES `t_tabungan` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB AUTO_INCREMENT = 35 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for t_transaction
-- ----------------------------
DROP TABLE IF EXISTS `t_transaction`;
CREATE TABLE `t_transaction` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`trans_type_id` int(11) NULL DEFAULT NULL,
`zakat_type_id` int(11) NULL DEFAULT NULL,
`jamaah_id` int(11) NULL DEFAULT NULL,
`code` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`label` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`amount` bigint(50) NULL DEFAULT NULL,
`desc` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
`created_by` int(255) NULL DEFAULT NULL,
`created_date` timestamp(0) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `ttf_r`(`trans_type_id`) USING BTREE,
INDEX `zkt_f`(`zakat_type_id`) USING BTREE,
INDEX `jmh_f`(`jamaah_id`) USING BTREE,
CONSTRAINT `jmh_f` FOREIGN KEY (`jamaah_id`) REFERENCES `m_jamaah` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `ttf_r` FOREIGN KEY (`trans_type_id`) REFERENCES `m_trans_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `zkt_f` FOREIGN KEY (`zakat_type_id`) REFERENCES `m_zakat_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic;
SET FOREIGN_KEY_CHECKS = 1;
|
CREATE TABLE `erp_partner_classes` (
`PARTNER_CLASS_ID` bigint NOT NULL,
`PARTNER_CLASS_CODE` varchar(40) COLLATE utf8_bin DEFAULT NULL,
`PARTNER_TYPE_ID` bigint NOT NULL,
`DESCRIPTION` varchar(200) COLLATE utf8_bin DEFAULT NULL,
`CURRANCY_ID` bigint DEFAULT NULL,
`TAX_SCHEDULE_ID` bigint NOT NULL,
`PAYMENT_METHOD_ID` bigint NOT NULL,
`ACTIVE_FLAG` tinyint(1) DEFAULT '1',
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
PRIMARY KEY (`PARTNER_CLASS_ID`),
UNIQUE KEY `SYS_C0053560` (`PARTNER_CLASS_CODE`),
KEY `SYS_C0053586` (`TAX_SCHEDULE_ID`),
KEY `SYS_C0053587` (`PAYMENT_METHOD_ID`),
KEY `SYS_C0053585` (`PARTNER_TYPE_ID`),
CONSTRAINT `SYS_C0053585` FOREIGN KEY (`PARTNER_TYPE_ID`) REFERENCES `sys_lookup_values` (`LOOKUP_ID`),
CONSTRAINT `SYS_C0053586` FOREIGN KEY (`TAX_SCHEDULE_ID`) REFERENCES `erp_tax_schedules` (`TAX_SCHEDULE_ID`),
CONSTRAINT `SYS_C0053587` FOREIGN KEY (`PAYMENT_METHOD_ID`) REFERENCES `sys_lookup_values` (`LOOKUP_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `erp_partner_classes_lang` (
`PARTNER_CLASS_LANG_ID` bigint NOT NULL,
`PARTNER_CLASS_ID` bigint NOT NULL,
`LANGUAGE_CODE` varchar(16) COLLATE utf8_bin NOT NULL,
`DESCRIPTION` varchar(200) COLLATE utf8_bin DEFAULT NULL,
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `erp_tax_schedules` (
`TAX_SCHEDULE_ID` bigint NOT NULL,
`DESCRIPTION` varchar(200) COLLATE utf8_bin DEFAULT NULL,
`ACTIVE_FLAG` tinyint(1) DEFAULT '1',
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
PRIMARY KEY (`TAX_SCHEDULE_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `erp_tax_schedules_lang` (
`LANG_ID` bigint NOT NULL,
`TAX_SCHEDULE_ID` bigint NOT NULL,
`LANGUAGE_CODE` varchar(16) COLLATE utf8_bin NOT NULL,
`DESCRIPTION` varchar(200) COLLATE utf8_bin DEFAULT NULL,
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
PRIMARY KEY (`LANG_ID`),
UNIQUE KEY `SYS_C0053535` (`TAX_SCHEDULE_ID`,`LANGUAGE_CODE`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `sal_customer_address` (
`ADDRESS_ID` bigint NOT NULL,
`CUSTOMER_ID` bigint NOT NULL,
`COUNTRY_ID` bigint DEFAULT NULL,
`CITY_ID` bigint DEFAULT NULL,
`ADDRESS` varchar(400) COLLATE utf8_bin DEFAULT NULL,
`PRIMARY_FLAG` tinyint(1) DEFAULT NULL,
`ACTIVE_STATUS_ID` tinyint(1) DEFAULT '1',
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
PRIMARY KEY (`ADDRESS_ID`),
KEY `SYS_C0054046` (`CUSTOMER_ID`),
KEY `SYS_C0054047` (`COUNTRY_ID`),
KEY `SYS_C0054130` (`CITY_ID`),
CONSTRAINT `SYS_C0054046` FOREIGN KEY (`CUSTOMER_ID`) REFERENCES `sal_customers` (`CUSTOMER_ID`),
CONSTRAINT `SYS_C0054047` FOREIGN KEY (`COUNTRY_ID`) REFERENCES `sys_lookup_values` (`LOOKUP_ID`),
CONSTRAINT `SYS_C0054130` FOREIGN KEY (`CITY_ID`) REFERENCES `sys_lookup_values` (`LOOKUP_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `sal_customer_documents` (
`DOC_ID` bigint NOT NULL,
`CUSTOMER_ID` bigint NOT NULL,
`DOC_TYPE_ID` bigint NOT NULL,
`COUNTRY_ID` bigint NOT NULL,
`ISSUE_DATE` datetime DEFAULT NULL,
`ISSUE_END_DATE` datetime DEFAULT NULL,
`DOCUMENT_PHOTO_PATH` varchar(800) COLLATE utf8_bin DEFAULT NULL,
`REMARKS` varchar(800) COLLATE utf8_bin DEFAULT NULL,
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
PRIMARY KEY (`DOC_ID`),
KEY `SYS_C0054095` (`CUSTOMER_ID`),
KEY `SYS_C0054096` (`DOC_TYPE_ID`),
CONSTRAINT `SYS_C0054095` FOREIGN KEY (`CUSTOMER_ID`) REFERENCES `sal_customers` (`CUSTOMER_ID`),
CONSTRAINT `SYS_C0054096` FOREIGN KEY (`DOC_TYPE_ID`) REFERENCES `sys_lookup_values` (`LOOKUP_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `sal_customer_persons` (
`PERSON_ID` bigint NOT NULL,
`CUSTOMER_ID` bigint NOT NULL,
`PERSON_TYPE_ID` bigint NOT NULL,
`FULL_NAME` varchar(400) COLLATE utf8_bin DEFAULT NULL,
`TITLE` varchar(400) COLLATE utf8_bin DEFAULT NULL,
`PHONE_NO` varchar(160) COLLATE utf8_bin DEFAULT NULL,
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
`EMAIL` varchar(30) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`PERSON_ID`),
KEY `SYS_C0054085` (`CUSTOMER_ID`),
KEY `SYS_C0054086` (`PERSON_TYPE_ID`),
CONSTRAINT `SYS_C0054085` FOREIGN KEY (`CUSTOMER_ID`) REFERENCES `sal_customers` (`CUSTOMER_ID`),
CONSTRAINT `SYS_C0054086` FOREIGN KEY (`PERSON_TYPE_ID`) REFERENCES `sys_lookup_values` (`LOOKUP_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `sal_customer_phones` (
`PHONE_ID` bigint NOT NULL,
`CUSTOMER_ID` bigint NOT NULL,
`PHONE_NO` varchar(160) COLLATE utf8_bin DEFAULT NULL,
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
PRIMARY KEY (`PHONE_ID`),
KEY `SYS_C0054093` (`CUSTOMER_ID`),
CONSTRAINT `SYS_C0054093` FOREIGN KEY (`CUSTOMER_ID`) REFERENCES `sal_customers` (`CUSTOMER_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `sal_customers` (
`CUSTOMER_ID` bigint NOT NULL,
`CUSTOMER_CODE` varchar(40) COLLATE utf8_bin NOT NULL,
`FIRST_NAME` varchar(240) COLLATE utf8_bin DEFAULT NULL,
`MIDDLE_NAME` varchar(240) COLLATE utf8_bin DEFAULT NULL,
`LAST_NAME` varchar(400) COLLATE utf8_bin DEFAULT NULL,
`FULL_NAME` varchar(400) COLLATE utf8_bin DEFAULT NULL,
`PARTNER_CLASS_ID` bigint DEFAULT NULL,
`CURRANCY_ID` bigint DEFAULT NULL,
`TAX_SCHEDULE_ID` bigint DEFAULT NULL,
`PAYMENT_METHOD_ID` bigint DEFAULT NULL,
`TAX_FILE_NO` varchar(80) COLLATE utf8_bin DEFAULT NULL,
`TAX_CARD_NO` varchar(80) COLLATE utf8_bin DEFAULT NULL,
`COMM_RECORD` varchar(200) COLLATE utf8_bin DEFAULT NULL,
`EMAIL` varchar(120) COLLATE utf8_bin DEFAULT NULL,
`FAX_NO` varchar(120) COLLATE utf8_bin DEFAULT NULL,
`URL` varchar(100) COLLATE utf8_bin DEFAULT NULL,
`ACTIVE_STATUS_ID` tinyint(1) DEFAULT '1',
`START_DATE` datetime DEFAULT NULL,
`END_DATE` datetime DEFAULT NULL,
`CREDIT_LIMIT` double(12,2) DEFAULT NULL,
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
`CUSTOMER_TYPE_ID` bigint DEFAULT NULL,
`USER_VERIFICATION_CODE` varchar(100) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`CUSTOMER_ID`),
UNIQUE KEY `SYS_C0053566` (`CUSTOMER_CODE`),
KEY `SYS_C0053597` (`PARTNER_CLASS_ID`),
KEY `SYS_C0053598` (`CURRANCY_ID`),
KEY `SYS_C0053599` (`TAX_SCHEDULE_ID`),
KEY `SYS_C0053600` (`PAYMENT_METHOD_ID`),
CONSTRAINT `SYS_C0053597` FOREIGN KEY (`PARTNER_CLASS_ID`) REFERENCES `erp_partner_classes` (`PARTNER_CLASS_ID`),
CONSTRAINT `SYS_C0053598` FOREIGN KEY (`CURRANCY_ID`) REFERENCES `sys_lookup_values` (`LOOKUP_ID`),
CONSTRAINT `SYS_C0053599` FOREIGN KEY (`TAX_SCHEDULE_ID`) REFERENCES `erp_tax_schedules` (`TAX_SCHEDULE_ID`),
CONSTRAINT `SYS_C0053600` FOREIGN KEY (`PAYMENT_METHOD_ID`) REFERENCES `sys_lookup_values` (`LOOKUP_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `sal_customers_lang` (
`LANG_ID` bigint NOT NULL,
`CUSTOMER_ID` bigint NOT NULL,
`LANGUAGE_CODE` varchar(16) COLLATE utf8_bin NOT NULL,
`DESCRIPTION` varchar(200) COLLATE utf8_bin DEFAULT NULL,
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
PRIMARY KEY (`LANG_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `sys_languages` (
`LANGUAGE_CODE` varchar(16) COLLATE utf8_bin NOT NULL,
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_LOGIN` bigint DEFAULT NULL,
PRIMARY KEY (`LANGUAGE_CODE`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `sys_languages_lang` (
`LANGUAGE_LANG_ID` smallint NOT NULL,
`LANGUAGE_CODE` varchar(16) COLLATE utf8_bin DEFAULT NULL,
`LANGUAGE_ID` smallint DEFAULT NULL,
`LANG_DESCRIPTION` varchar(800) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`LANGUAGE_LANG_ID`),
UNIQUE KEY `SYS_C0053550` (`LANGUAGE_CODE`,`LANGUAGE_ID`),
KEY `SYS_C0053582` (`LANGUAGE_CODE`),
CONSTRAINT `SYS_C0053582` FOREIGN KEY (`LANGUAGE_CODE`) REFERENCES `sys_languages` (`LANGUAGE_CODE`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `sys_lookup_type_lang` (
`LOOKUP_TYPE_LANG_ID` bigint NOT NULL,
`LOOKUP_TYPE` varchar(120) COLLATE utf8_bin NOT NULL,
`LANGUAGE_CODE` varchar(16) COLLATE utf8_bin NOT NULL,
`DESCRIPTION` varchar(960) COLLATE utf8_bin DEFAULT NULL,
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
PRIMARY KEY (`LOOKUP_TYPE_LANG_ID`),
UNIQUE KEY `SYS_C0053553` (`LOOKUP_TYPE`,`LANGUAGE_CODE`),
KEY `SYS_C0053583` (`LOOKUP_TYPE`),
CONSTRAINT `SYS_C0053583` FOREIGN KEY (`LOOKUP_TYPE`) REFERENCES `sys_lookup_types` (`LOOKUP_TYPE`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `sys_lookup_types` (
`LOOKUP_TYPE` varchar(120) COLLATE utf8_bin NOT NULL,
`APPLICATION_ID` bigint DEFAULT NULL,
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
`LOOKUP_RANK` mediumint DEFAULT NULL,
`USER_SYSTEM_FLAG` varchar(4) COLLATE utf8_bin DEFAULT NULL,
`HAS_CHILD_FLAG` tinyint(1) DEFAULT '0',
`PARENT_LOOKUP_TYPE` varchar(30) COLLATE utf8_bin DEFAULT NULL,
PRIMARY KEY (`LOOKUP_TYPE`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `sys_lookup_values` (
`LOOKUP_ID` bigint NOT NULL,
`LOOKUP_TYPE` varchar(120) COLLATE utf8_bin NOT NULL,
`LOOKUP_CODE` varchar(10) COLLATE utf8_bin DEFAULT NULL,
`DESCRIPTION` varchar(800) COLLATE utf8_bin DEFAULT NULL,
`ENABLE_FLAG` tinyint(1) DEFAULT NULL,
`START_DATE_ACTIVE` datetime DEFAULT NULL,
`END_DATE_ACTIVE` datetime DEFAULT NULL,
`VIEW_APPLICATION_ID` bigint NOT NULL,
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
PRIMARY KEY (`LOOKUP_ID`),
UNIQUE KEY `SYS_C0053555` (`LOOKUP_TYPE`,`LOOKUP_CODE`),
CONSTRAINT `SYS_C0053584` FOREIGN KEY (`LOOKUP_TYPE`) REFERENCES `sys_lookup_types` (`LOOKUP_TYPE`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE `sys_lookup_values_lang` (
`LOOKUP_VALUE_LANG_ID` bigint NOT NULL,
`LOOKUP_ID` bigint NOT NULL,
`LANGUAGE_CODE` varchar(16) COLLATE utf8_bin NOT NULL,
`DESCRIPTION` varchar(800) COLLATE utf8_bin DEFAULT NULL,
`CREATED_BY` bigint DEFAULT NULL,
`CREATION_DATE` datetime DEFAULT NULL,
`LAST_UPDATE_BY` bigint DEFAULT NULL,
`LAST_UPDATE_DATE` datetime DEFAULT NULL,
PRIMARY KEY (`LOOKUP_VALUE_LANG_ID`),
UNIQUE KEY `SYS_C0053557` (`LOOKUP_ID`,`LANGUAGE_CODE`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
ALTER TABLE Employee ADD StartDate datetime, EndDate datetime;
ALTER TABLE [Order] ADD Status varchar(55);
ALTER TABLE Computer ADD CurrentEmployeeId int, CONSTRAINT Fk_Computer_Employee FOREIGN KEY(CurrentEmployeeId) REFERENCES Employee(Id);
INSERT INTO Department (Name, Budget) VALUES ('Accounting', 10000);
INSERT INTO Department (Name, Budget) VALUES ('Human Resources', 2000);
INSERT INTO Department (Name, Budget) VALUES ('IT', 5000);
INSERT INTO Department (Name, Budget) VALUES ('Management', 80000);
INSERT INTO Department (Name, Budget) VALUES ('Shipping', 7000);
INSERT INTO Department (Name, Budget) VALUES ('Customer Service', 3000);
INSERT INTO Department (Name, Budget) VALUES ('Legal', 500);
INSERT INTO Employee (FirstName, LastName, DepartmentId, IsSuperVisor, StartDate, EndDate) VALUES ('Matt', 'Ross', 1, 'false', 2019-08-08, null);
INSERT INTO Employee (FirstName, LastName, DepartmentId, IsSuperVisor, StartDate, EndDate) VALUES ('Maggie', 'Johnson', 3, 'false', 2019-08-08, null);
INSERT INTO Employee (FirstName, LastName, DepartmentId, IsSuperVisor, StartDate, EndDate) VALUES ('Haroon', 'Iqbal', 5, 'false', 2019-08-08, null);
INSERT INTO Employee (FirstName, LastName, DepartmentId, IsSuperVisor, StartDate, EndDate) VALUES ('Ellie', 'Ash', 2, 'true', 2019-08-08, null);
INSERT INTO Employee (FirstName, LastName, DepartmentId, IsSuperVisor, StartDate, EndDate) VALUES ('Bryan', 'Nilsen', 4, 'true', 2019-08-08, null);
INSERT INTO Employee (FirstName, LastName, DepartmentId, IsSuperVisor, StartDate, EndDate) VALUES ('Adam', 'Shaeffer', 3, 'true', 2019-08-08, null);
INSERT INTO Computer (PurchaseDate, DecomissionDate, Make, Manufacturer, CurrentEmployeeID) VALUES (2019-04-04, null, 'Mac', 'Apple', 2);
INSERT INTO Computer (PurchaseDate, DecomissionDate, Make, Manufacturer, CurrentEmployeeID) VALUES (2019-04-04, null, 'PC', 'Dell', 4);
INSERT INTO Computer (PurchaseDate, DecomissionDate, Make, Manufacturer, CurrentEmployeeID) VALUES (2019-04-04, null, 'Mac', 'Apple', 3);
INSERT INTO Computer (PurchaseDate, DecomissionDate, Make, Manufacturer, CurrentEmployeeID) VALUES (2019-04-04, null, 'PC', 'Dell', 1);
INSERT INTO Computer (PurchaseDate, DecomissionDate, Make, Manufacturer, CurrentEmployeeID) VALUES (2019-04-04, 2019-06-06, 'PC', 'HP', null);
INSERT INTO ComputerEmployee (EmployeeId, ComputerId, AssignDate, UnassignDate) VALUES (2, 1, 2019-04-04, null);
INSERT INTO ComputerEmployee (EmployeeId, ComputerId, AssignDate, UnassignDate) VALUES (4, 2, 2019-04-04, null);
INSERT INTO ComputerEmployee (EmployeeId, ComputerId, AssignDate, UnassignDate) VALUES (3, 3, 2019-04-04, null);
INSERT INTO ComputerEmployee (EmployeeId, ComputerId, AssignDate, UnassignDate) VALUES (1, 4, 2019-04-04, null);
INSERT INTO ComputerEmployee (EmployeeId, ComputerId, AssignDate, UnassignDate) VALUES (5, 5, 2019-04-04, 2019-06-06);
INSERT INTO Customer (FirstName, LastName, CreationDate, LastActiveDate) VALUES ('Joe', 'Snyder', 2019-07-07, 2019-10-10);
INSERT INTO Customer (FirstName, LastName, CreationDate, LastActiveDate) VALUES ('Michael', 'Stiles', 2019-07-07, 2019-10-10);
INSERT INTO Customer (FirstName, LastName, CreationDate, LastActiveDate) VALUES ('Bennett', 'Foster', 2019-07-07, 2019-10-10);
INSERT INTO Customer (FirstName, LastName, CreationDate, LastActiveDate) VALUES ('Sarah', 'Fleming', 2016-07-07, 2017-10-10);
INSERT INTO PaymentType (AcctNumber, Name, CustomerId) VALUES (0000123, 'Visa', 1);
INSERT INTO PaymentType (AcctNumber, Name, CustomerId) VALUES (0000234, 'Mastercard', 2);
INSERT INTO PaymentType (AcctNumber, Name, CustomerId) VALUES (0000567, 'Paypal', 3);
INSERT INTO PaymentType (AcctNumber, Name, CustomerId) VALUES (0000890, 'Amex', 1);
INSERT INTO ProductType (Name) VALUES ('Food');
INSERT INTO ProductType (Name) VALUES ('Electronics');
INSERT INTO ProductType (Name) VALUES ('Books');
INSERT INTO Product (ProductTypeId, CustomerId, Price, Title, Description, Quantity) VALUES (1, 1, 19.99, 'Candy Corn', 'Delicious', 100);
INSERT INTO Product (ProductTypeId, CustomerId, Price, Title, Description, Quantity) VALUES (2, 2, 39.99, 'Headphones', 'Loud', 200);
INSERT INTO Product (ProductTypeId, CustomerId, Price, Title, Description, Quantity) VALUES (3, 3, 20.99, 'Moby Dick', 'Long', 300);
INSERT INTO Product (ProductTypeId, CustomerId, Price, Title, Description, Quantity) VALUES (1, 4, 15.99, 'Chocolate', 'Yum', 400);
INSERT INTO [Order] (CustomerId, PaymentTypeId, Status) VALUES (1, 3, 'In Progress');
INSERT INTO [Order] (CustomerId, PaymentTypeId, Status) VALUES (2, 3, 'Complete');
INSERT INTO [Order] (CustomerId, PaymentTypeId, Status) VALUES (3, 3, 'Cancelled');
INSERT INTO [Order] (CustomerId, PaymentTypeId, Status) VALUES (1, 1, 'Shipped');
INSERT INTO [Order] (CustomerId, PaymentTypeId, Status) VALUES (2, 2, 'Complete');
INSERT INTO [Order] (CustomerId, PaymentTypeId, Status) VALUES (2, 1, 'In Progress');
INSERT INTO OrderProduct (OrderId, ProductId) VALUES (1, 1);
INSERT INTO OrderProduct (OrderId, ProductId) VALUES (2, 2);
INSERT INTO OrderProduct (OrderId, ProductId) VALUES (3, 3);
INSERT INTO OrderProduct (OrderId, ProductId) VALUES (4, 2);
INSERT INTO TrainingProgram (Name, StartDate, EndDate, MaxAttendees) VALUES ('AWS For Enterprise', 2020-01-01, 2020-01-04, 100);
INSERT INTO TrainingProgram (Name, StartDate, EndDate, MaxAttendees) VALUES ('DevOps For Dummues', 2020-01-01, 2020-01-04, 100);
INSERT INTO TrainingProgram (Name, StartDate, EndDate, MaxAttendees) VALUES ('Security? Sure!', 2020-01-01, 2020-01-04, 100);
INSERT INTO EmployeeTraining (EmployeeId, TrainingProgramId) VALUES (1, 1);
INSERT INTO EmployeeTraining (EmployeeId, TrainingProgramId) VALUES (1, 2);
INSERT INTO EmployeeTraining (EmployeeId, TrainingProgramId) VALUES (1, 3);
INSERT INTO EmployeeTraining (EmployeeId, TrainingProgramId) VALUES (2, 1);
INSERT INTO EmployeeTraining (EmployeeId, TrainingProgramId) VALUES (2, 2);
INSERT INTO EmployeeTraining (EmployeeId, TrainingProgramId) VALUES (2, 3);
|
-- phpMyAdmin SQL Dump
-- version 4.5.1
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Jul 03, 2016 at 06:19 AM
-- Server version: 10.1.13-MariaDB
-- PHP Version: 5.6.21
SET FOREIGN_KEY_CHECKS=0;
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `netbau_perros`
--
-- --------------------------------------------------------
--
-- Table structure for table `apadrina`
--
CREATE TABLE `apadrina` (
`Persona_idPersona` int(11) NOT NULL,
`Perro_idPerro` int(11) NOT NULL,
`Fecha_Inicio` datetime DEFAULT NULL,
`Fecha_Fin` datetime DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `apadrina_has_aporte`
--
CREATE TABLE `apadrina_has_aporte` (
`Apadrina_Perro_idPerro` int(11) NOT NULL,
`Aporte_idAporte` int(11) NOT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `aporte`
--
CREATE TABLE `aporte` (
`idAporte` int(11) NOT NULL,
`Cantidad` varchar(45) DEFAULT NULL,
`Tipo_Aporte_idTipo_Aporte` int(11) NOT NULL,
`Persona_idPersona` int(11) NOT NULL,
`Periodicidad` binary(1) DEFAULT NULL,
`Fecha` datetime DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `color`
--
CREATE TABLE `color` (
`idColor` int(11) NOT NULL,
`Nombre` varchar(45) DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `color`
--
INSERT INTO `color` (`idColor`, `Nombre`, `Ultima_Mod`) VALUES
(1, 'negro/cafe', '2016-07-02 21:56:45'),
(2, 'atigrado cafe', '2016-07-02 21:56:47'),
(3, 'blanco/negro', '2016-07-02 21:56:49'),
(4, 'blanco/cafe', '2016-07-02 21:56:50'),
(5, 'blanco/negro/cafe', '2016-07-02 21:56:52'),
(6, 'cafe', '2016-07-02 21:56:57'),
(7, 'negro', '2016-07-02 21:56:59'),
(8, 'gris', '2016-07-02 21:57:00');
-- --------------------------------------------------------
--
-- Table structure for table `enfermedad`
--
CREATE TABLE `enfermedad` (
`idEnfermedad` int(11) NOT NULL,
`Nombre` varchar(45) DEFAULT NULL,
`Descripcion` varchar(45) DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `enfermedad`
--
INSERT INTO `enfermedad` (`idEnfermedad`, `Nombre`, `Descripcion`, `Ultima_Mod`) VALUES
(1, 'Tuerto', 'asd', '2016-07-02 22:09:52'),
(2, 'Cojo', '', '2016-07-02 22:30:50'),
(3, 'Artrosis', '', '2016-07-02 22:31:57'),
(4, 'Tumor', '', '2016-07-02 22:32:10'),
(5, 'Obesidad', '', '2016-07-02 22:32:12'),
(6, 'Cataratas', '', '2016-07-02 22:32:14');
-- --------------------------------------------------------
--
-- Table structure for table `estado`
--
CREATE TABLE `estado` (
`idEstado` int(11) NOT NULL,
`Nombre` varchar(45) DEFAULT NULL,
`Descripcion` varchar(45) DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `estado`
--
INSERT INTO `estado` (`idEstado`, `Nombre`, `Descripcion`, `Ultima_Mod`) VALUES
(1, 'calle', NULL, NULL),
(2, 'constructora', NULL, NULL),
(3, 'en adopción', NULL, NULL),
(4, 'Fallecido', NULL, NULL),
(5, 'En Veterinario', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `foto`
--
CREATE TABLE `foto` (
`idFoto` int(11) NOT NULL,
`Perro_idPerro` int(11) NOT NULL,
`Fecha` datetime DEFAULT NULL,
`Ultima_Mod` varchar(45) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `frecuencia`
--
CREATE TABLE `frecuencia` (
`idFrecuencia` int(11) NOT NULL,
`Nombre` varchar(45) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `largo_pelo`
--
CREATE TABLE `largo_pelo` (
`idLargo_Pelo` int(11) NOT NULL,
`Nombre` varchar(45) DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `largo_pelo`
--
INSERT INTO `largo_pelo` (`idLargo_Pelo`, `Nombre`, `Ultima_Mod`) VALUES
(1, 'Corto', '0000-00-00 00:00:00'),
(2, 'Largo', '0000-00-00 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `operaciones`
--
CREATE TABLE `operaciones` (
`idOperaciones` int(11) NOT NULL,
`Nombre` varchar(45) NOT NULL,
`Descripcion` varchar(45) DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `operaciones`
--
INSERT INTO `operaciones` (`idOperaciones`, `Nombre`, `Descripcion`, `Ultima_Mod`) VALUES
(1, 'Esterilización', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `operaciones_has_perro`
--
CREATE TABLE `operaciones_has_perro` (
`Operaciones_idOperaciones` int(11) NOT NULL,
`Perro_idPerro` int(11) DEFAULT NULL,
`Fecha` datetime DEFAULT NULL,
`Observaciones` varchar(45) DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `perro`
--
CREATE TABLE `perro` (
`idPerro` int(11) NOT NULL,
`Nombre` varchar(45) NOT NULL,
`Fecha_Nacimiento` datetime NOT NULL,
`Peso` int(11) NOT NULL,
`Tamanio_idTamanio` int(11) NOT NULL,
`Fecha_Ultima_Desparacitacion` datetime DEFAULT NULL,
`Color_idColor` int(11) NOT NULL,
`Largo_Pelo_idLargo_Pelo` int(11) NOT NULL,
`Ubicacion_idUbicacion` int(11) NOT NULL,
`Est_Perros` int(11) NOT NULL,
`Est_Ninios` int(11) NOT NULL,
`Est_Personas` int(11) NOT NULL,
`Est_Ener` int(11) NOT NULL,
`Estado_idEstado` int(11) NOT NULL,
`id_Foto_Principal` int(11) DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `perro`
--
INSERT INTO `perro` (`idPerro`, `Nombre`, `Fecha_Nacimiento`, `Peso`, `Tamanio_idTamanio`, `Fecha_Ultima_Desparacitacion`, `Color_idColor`, `Largo_Pelo_idLargo_Pelo`, `Ubicacion_idUbicacion`, `Est_Perros`, `Est_Ninios`, `Est_Personas`, `Est_Ener`, `Estado_idEstado`, `id_Foto_Principal`, `Ultima_Mod`) VALUES
(1, 'Rihanna', '0000-00-00 00:00:00', 20, 3, '0000-00-00 00:00:00', 8, 1, 10, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(2, 'Rodolfo', '0000-00-00 00:00:00', 20, 2, '0000-00-00 00:00:00', 8, 1, 10, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(3, 'Loba', '0000-00-00 00:00:00', 20, 3, '0000-00-00 00:00:00', 5, 1, 10, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(4, 'Piolina', '0000-00-00 00:00:00', 16, 2, '0000-00-00 00:00:00', 6, 2, 10, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(5, 'Coyote', '0000-00-00 00:00:00', 20, 3, '0000-00-00 00:00:00', 8, 2, 10, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(6, 'Alfonso', '0000-00-00 00:00:00', 20, 2, '0000-00-00 00:00:00', 8, 1, 10, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(7, 'Gordis', '0000-00-00 00:00:00', 25, 2, '0000-00-00 00:00:00', 6, 1, 10, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(8, 'Cholo', '0000-00-00 00:00:00', 26, 3, '0000-00-00 00:00:00', 8, 1, 12, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(9, 'Lana', '0000-00-00 00:00:00', 14, 1, '0000-00-00 00:00:00', 4, 2, 9, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(10, 'Choca', '0000-00-00 00:00:00', 13, 2, '0000-00-00 00:00:00', 6, 1, 9, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(11, 'Daniela', '0000-00-00 00:00:00', 16, 2, '0000-00-00 00:00:00', 5, 1, 9, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(12, 'Leoncio', '0000-00-00 00:00:00', 20, 3, '0000-00-00 00:00:00', 8, 2, 9, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(13, 'Lipigas', '0000-00-00 00:00:00', 13, 2, '0000-00-00 00:00:00', 8, 2, 11, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(14, 'Manchas', '0000-00-00 00:00:00', 13, 2, '0000-00-00 00:00:00', 4, 1, 11, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(15, 'Rucia', '0000-00-00 00:00:00', 15, 2, '0000-00-00 00:00:00', 6, 1, 11, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(16, 'Romulo', '0000-00-00 00:00:00', 24, 4, '0000-00-00 00:00:00', 8, 2, 11, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(17, 'Remo', '0000-00-00 00:00:00', 24, 4, '0000-00-00 00:00:00', 8, 2, 11, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(18, 'Viejita', '0000-00-00 00:00:00', 16, 2, '0000-00-00 00:00:00', 8, 1, 11, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(19, 'Zar', '0000-00-00 00:00:00', 15, 2, '0000-00-00 00:00:00', 8, 2, 11, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(20, 'Orejas', '0000-00-00 00:00:00', 15, 2, '0000-00-00 00:00:00', 8, 1, 11, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(21, 'Zapatilla', '0000-00-00 00:00:00', 25, 3, '0000-00-00 00:00:00', 4, 1, 11, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(22, 'Negro_1', '0000-00-00 00:00:00', 16, 2, '0000-00-00 00:00:00', 8, 1, 11, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(23, 'Lobita', '0000-00-00 00:00:00', 13, 2, '0000-00-00 00:00:00', 6, 1, 11, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(24, 'Pamela', '0000-00-00 00:00:00', 25, 4, '0000-00-00 00:00:00', 8, 2, 4, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(25, 'Octavio', '0000-00-00 00:00:00', 20, 3, '0000-00-00 00:00:00', 6, 1, 4, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(26, 'Hellen', '0000-00-00 00:00:00', 15, 2, '0000-00-00 00:00:00', 8, 2, 2, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(27, 'Ulises/chiquitin', '0000-00-00 00:00:00', 6, 1, '0000-00-00 00:00:00', 6, 2, 2, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(28, 'Nonno', '0000-00-00 00:00:00', 13, 2, '0000-00-00 00:00:00', 2, 2, 1, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(30, 'Pitty', '0000-00-00 00:00:00', 15, 2, '0000-00-00 00:00:00', 6, 1, 1, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(31, 'Tigrillo', '0000-00-00 00:00:00', 27, 4, '0000-00-00 00:00:00', 2, 1, 3, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(32, 'Onka', '0000-00-00 00:00:00', 20, 3, '0000-00-00 00:00:00', 2, 1, 3, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(33, 'Luly', '0000-00-00 00:00:00', 25, 3, '0000-00-00 00:00:00', 6, 1, 3, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(34, 'Negro_2', '0000-00-00 00:00:00', 15, 2, '0000-00-00 00:00:00', 8, 1, 3, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(35, 'Pepa', '0000-00-00 00:00:00', 13, 2, '0000-00-00 00:00:00', 6, 1, 5, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(36, 'Pepe', '0000-00-00 00:00:00', 16, 2, '0000-00-00 00:00:00', 8, 1, 6, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(37, 'Pepita', '0000-00-00 00:00:00', 10, 1, '0000-00-00 00:00:00', 6, 1, 6, 0, 0, 0, 0, 2, 0, '0000-00-00 00:00:00'),
(38, 'Soprole', '0000-00-00 00:00:00', 10, 2, '0000-00-00 00:00:00', 4, 2, 7, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(39, 'Canela_1', '0000-00-00 00:00:00', 6, 2, '0000-00-00 00:00:00', 8, 2, 7, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(40, 'Lucas', '0000-00-00 00:00:00', 13, 2, '0000-00-00 00:00:00', 6, 2, 7, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(41, 'Princesa', '0000-00-00 00:00:00', 8, 1, '0000-00-00 00:00:00', 4, 2, 7, 0, 0, 0, 0, 3, 0, '0000-00-00 00:00:00'),
(42, 'Canela_2', '0000-00-00 00:00:00', 20, 2, '0000-00-00 00:00:00', 6, 1, 8, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(43, 'Negrita (tuerta)', '0000-00-00 00:00:00', 20, 2, '0000-00-00 00:00:00', 8, 1, 8, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(44, 'El Pinto', '0000-00-00 00:00:00', 20, 3, '0000-00-00 00:00:00', 8, 1, 8, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(45, 'Blanca (mestiza labradora)', '0000-00-00 00:00:00', 16, 2, '0000-00-00 00:00:00', 6, 1, 8, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(46, 'Reina Madre', '0000-00-00 00:00:00', 20, 3, '0000-00-00 00:00:00', 8, 1, 8, 0, 0, 0, 0, 1, 0, '0000-00-00 00:00:00'),
(47, 'Nombre', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `perro_has_enfermedad`
--
CREATE TABLE `perro_has_enfermedad` (
`Perro_idPerro` int(11) NOT NULL,
`Enfermedad_idEnfermedad` int(11) NOT NULL,
`Fecha_Inicio` datetime DEFAULT NULL,
`Fecha_Fin` datetime DEFAULT NULL,
`Solucionado` int(11) DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `perro_has_vacunas`
--
CREATE TABLE `perro_has_vacunas` (
`Perro_idPerro` int(11) NOT NULL,
`Vacunas_idVacunas` int(11) NOT NULL,
`Fecha` datetime DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `persona`
--
CREATE TABLE `persona` (
`idPersona` int(11) NOT NULL,
`Nombre` varchar(45) DEFAULT NULL,
`Apellido` varchar(45) DEFAULT NULL,
`Telefono` int(11) DEFAULT NULL,
`Mail` varchar(45) DEFAULT NULL,
`Usuario` varchar(45) DEFAULT NULL,
`Password` varchar(45) DEFAULT NULL,
`Nivel_Acceso` int(11) DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `persona_has_aporte`
--
CREATE TABLE `persona_has_aporte` (
`Persona_idPersona` int(11) NOT NULL,
`Aporte_idAporte` int(11) NOT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `tamanio`
--
CREATE TABLE `tamanio` (
`idTamanio` int(11) NOT NULL,
`Nombre` varchar(45) NOT NULL,
`Descripcion` varchar(45) NOT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `tamanio`
--
INSERT INTO `tamanio` (`idTamanio`, `Nombre`, `Descripcion`, `Ultima_Mod`) VALUES
(1, 'Pequeño', 'desc', NULL),
(2, 'Mediano', 'desc', NULL),
(3, 'Grande', 'desc', NULL),
(4, 'Gigante', 'desc', NULL);
-- --------------------------------------------------------
--
-- Table structure for table `tipo_aporte`
--
CREATE TABLE `tipo_aporte` (
`idTipo_Aporte` int(11) NOT NULL,
`Nombre` varchar(45) DEFAULT NULL,
`Unidad` varchar(45) DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `tipo_aporte`
--
INSERT INTO `tipo_aporte` (`idTipo_Aporte`, `Nombre`, `Unidad`, `Ultima_Mod`) VALUES
(1, 'Alimento', 'Kg', '0000-00-00 00:00:00'),
(2, 'Dinero', 'CLP', '0000-00-00 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `ubicacion`
--
CREATE TABLE `ubicacion` (
`idUbicacion` int(11) NOT NULL,
`Nombre` varchar(45) DEFAULT NULL,
`Descripcion` varchar(45) DEFAULT NULL,
`Lat` double DEFAULT NULL,
`Longi` double DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `ubicacion`
--
INSERT INTO `ubicacion` (`idUbicacion`, `Nombre`, `Descripcion`, `Lat`, `Longi`, `Ultima_Mod`) VALUES
(1, 'Alvaro Casanova II', 'null', 0, 0, '2016-07-02 22:41:04'),
(2, 'calle Las Pircas', 'null', 0, 0, '0000-00-00 00:00:00'),
(3, 'El bosque/Alvaro Casanova I', 'null', 0, 0, '0000-00-00 00:00:00'),
(4, 'El Prado/ Los Presidentes', 'null', 0, 0, '0000-00-00 00:00:00'),
(5, 'frenta al Prado', 'null', 0, 0, '0000-00-00 00:00:00'),
(6, 'frenta condominio al Prado', 'null', 0, 0, '0000-00-00 00:00:00'),
(7, 'hogar temporal', 'null', 0, 0, '0000-00-00 00:00:00'),
(8, 'La Viña Aquitania', 'null', 0, 0, '0000-00-00 00:00:00'),
(9, 'Maquinaria', 'null', 0, 0, '0000-00-00 00:00:00'),
(10, 'puesto 2', 'null', 0, 0, '0000-00-00 00:00:00'),
(11, 'Puesto 20', 'null', 0, 0, '0000-00-00 00:00:00'),
(12, 'puesto 8', 'null', 0, 0, '0000-00-00 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `vacunas`
--
CREATE TABLE `vacunas` (
`idVacunas` int(11) NOT NULL,
`Nombre` varchar(45) NOT NULL,
`Descripcion` varchar(45) DEFAULT NULL,
`Ultima_Mod` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `vacunas`
--
INSERT INTO `vacunas` (`idVacunas`, `Nombre`, `Descripcion`, `Ultima_Mod`) VALUES
(1, 'Octuple', 'null', '0000-00-00 00:00:00'),
(2, 'Antirrabica', 'null', '0000-00-00 00:00:00'),
(3, 'Nombre', 'Descripcion', '0000-00-00 00:00:00');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `apadrina`
--
ALTER TABLE `apadrina`
ADD KEY `fk_Persona_has_Perro_Perro1_idx` (`Perro_idPerro`),
ADD KEY `fk_Persona_has_Perro_Persona1_idx` (`Persona_idPersona`);
--
-- Indexes for table `apadrina_has_aporte`
--
ALTER TABLE `apadrina_has_aporte`
ADD KEY `fk_Apadrina_has_Aporte_Apadrina1_idx` (`Apadrina_Perro_idPerro`),
ADD KEY `fk_Apadrina_has_Aporte_Aporte1_idx` (`Aporte_idAporte`);
--
-- Indexes for table `aporte`
--
ALTER TABLE `aporte`
ADD PRIMARY KEY (`idAporte`),
ADD KEY `fk_Aporte_Tipo_Aporte1_idx` (`Tipo_Aporte_idTipo_Aporte`),
ADD KEY `fk_Aporte_Persona1_idx` (`Persona_idPersona`);
--
-- Indexes for table `color`
--
ALTER TABLE `color`
ADD PRIMARY KEY (`idColor`);
--
-- Indexes for table `enfermedad`
--
ALTER TABLE `enfermedad`
ADD PRIMARY KEY (`idEnfermedad`);
--
-- Indexes for table `estado`
--
ALTER TABLE `estado`
ADD PRIMARY KEY (`idEstado`);
--
-- Indexes for table `foto`
--
ALTER TABLE `foto`
ADD PRIMARY KEY (`idFoto`),
ADD KEY `fk_Foto_Perro1_idx` (`Perro_idPerro`);
--
-- Indexes for table `frecuencia`
--
ALTER TABLE `frecuencia`
ADD PRIMARY KEY (`idFrecuencia`);
--
-- Indexes for table `largo_pelo`
--
ALTER TABLE `largo_pelo`
ADD PRIMARY KEY (`idLargo_Pelo`);
--
-- Indexes for table `operaciones`
--
ALTER TABLE `operaciones`
ADD PRIMARY KEY (`idOperaciones`);
--
-- Indexes for table `operaciones_has_perro`
--
ALTER TABLE `operaciones_has_perro`
ADD KEY `fk_Operaciones_has_Perro_Perro1_idx` (`Perro_idPerro`),
ADD KEY `fk_Operaciones_has_Perro_Operaciones1_idx` (`Operaciones_idOperaciones`);
--
-- Indexes for table `perro`
--
ALTER TABLE `perro`
ADD PRIMARY KEY (`idPerro`),
ADD KEY `fk_Perro_Tamanio1_idx` (`Tamanio_idTamanio`),
ADD KEY `fk_Perro_Color1_idx` (`Color_idColor`),
ADD KEY `fk_Perro_LargoPelo1_idx` (`Largo_Pelo_idLargo_Pelo`),
ADD KEY `fk_Perro_Ubicacion1_idx` (`Ubicacion_idUbicacion`),
ADD KEY `fk_Perro_Estado1_idx` (`Estado_idEstado`);
--
-- Indexes for table `perro_has_enfermedad`
--
ALTER TABLE `perro_has_enfermedad`
ADD KEY `fk_Perro_has_Enfermedad_Enfermedad1_idx` (`Enfermedad_idEnfermedad`),
ADD KEY `fk_Perro_has_Enfermedad_Perro1_idx` (`Perro_idPerro`);
--
-- Indexes for table `perro_has_vacunas`
--
ALTER TABLE `perro_has_vacunas`
ADD KEY `fk_Perro_has_Vacunas_Vacunas1_idx` (`Vacunas_idVacunas`),
ADD KEY `fk_Perro_has_Vacunas_Perro1_idx` (`Perro_idPerro`);
--
-- Indexes for table `persona`
--
ALTER TABLE `persona`
ADD PRIMARY KEY (`idPersona`);
--
-- Indexes for table `persona_has_aporte`
--
ALTER TABLE `persona_has_aporte`
ADD KEY `fk_Persona_has_Aporte_Persona1_idx` (`Persona_idPersona`),
ADD KEY `fk_Persona_has_Aporte_Aporte1_idx` (`Aporte_idAporte`);
--
-- Indexes for table `tamanio`
--
ALTER TABLE `tamanio`
ADD PRIMARY KEY (`idTamanio`);
--
-- Indexes for table `tipo_aporte`
--
ALTER TABLE `tipo_aporte`
ADD PRIMARY KEY (`idTipo_Aporte`);
--
-- Indexes for table `ubicacion`
--
ALTER TABLE `ubicacion`
ADD PRIMARY KEY (`idUbicacion`);
--
-- Indexes for table `vacunas`
--
ALTER TABLE `vacunas`
ADD PRIMARY KEY (`idVacunas`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `aporte`
--
ALTER TABLE `aporte`
MODIFY `idAporte` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `color`
--
ALTER TABLE `color`
MODIFY `idColor` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `enfermedad`
--
ALTER TABLE `enfermedad`
MODIFY `idEnfermedad` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `estado`
--
ALTER TABLE `estado`
MODIFY `idEstado` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `largo_pelo`
--
ALTER TABLE `largo_pelo`
MODIFY `idLargo_Pelo` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `operaciones`
--
ALTER TABLE `operaciones`
MODIFY `idOperaciones` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `perro`
--
ALTER TABLE `perro`
MODIFY `idPerro` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;
--
-- AUTO_INCREMENT for table `persona`
--
ALTER TABLE `persona`
MODIFY `idPersona` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `tamanio`
--
ALTER TABLE `tamanio`
MODIFY `idTamanio` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `tipo_aporte`
--
ALTER TABLE `tipo_aporte`
MODIFY `idTipo_Aporte` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `ubicacion`
--
ALTER TABLE `ubicacion`
MODIFY `idUbicacion` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT for table `vacunas`
--
ALTER TABLE `vacunas`
MODIFY `idVacunas` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `apadrina`
--
ALTER TABLE `apadrina`
ADD CONSTRAINT `fk_Persona_has_Perro_Perro1` FOREIGN KEY (`Perro_idPerro`) REFERENCES `perro` (`idPerro`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk_Persona_has_Perro_Persona1` FOREIGN KEY (`Persona_idPersona`) REFERENCES `persona` (`idPersona`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `apadrina_has_aporte`
--
ALTER TABLE `apadrina_has_aporte`
ADD CONSTRAINT `fk_Apadrina_has_Aporte_Apadrina1` FOREIGN KEY (`Apadrina_Perro_idPerro`) REFERENCES `apadrina` (`Perro_idPerro`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk_Apadrina_has_Aporte_Aporte1` FOREIGN KEY (`Aporte_idAporte`) REFERENCES `aporte` (`idAporte`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `aporte`
--
ALTER TABLE `aporte`
ADD CONSTRAINT `fk_Aporte_Persona1` FOREIGN KEY (`Persona_idPersona`) REFERENCES `persona` (`idPersona`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk_Aporte_Tipo_Aporte1` FOREIGN KEY (`Tipo_Aporte_idTipo_Aporte`) REFERENCES `tipo_aporte` (`idTipo_Aporte`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `foto`
--
ALTER TABLE `foto`
ADD CONSTRAINT `fk_Foto_Perro1` FOREIGN KEY (`Perro_idPerro`) REFERENCES `perro` (`idPerro`) ON DELETE NO ACTION ON UPDATE NO ACTION;
--
-- Constraints for table `operaciones_has_perro`
--
ALTER TABLE `operaciones_has_perro`
ADD CONSTRAINT `fk_Operaciones_has_Perro_Operaciones1` FOREIGN KEY (`Operaciones_idOperaciones`) REFERENCES `operaciones` (`idOperaciones`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk_Operaciones_has_Perro_Perro1` FOREIGN KEY (`Perro_idPerro`) REFERENCES `perro` (`idPerro`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `perro`
--
ALTER TABLE `perro`
ADD CONSTRAINT `fk_Perro_Color1` FOREIGN KEY (`Color_idColor`) REFERENCES `color` (`idColor`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk_Perro_Estado1` FOREIGN KEY (`Estado_idEstado`) REFERENCES `estado` (`idEstado`) ON DELETE NO ACTION ON UPDATE NO ACTION,
ADD CONSTRAINT `fk_Perro_LargoPelo1` FOREIGN KEY (`Largo_Pelo_idLargo_Pelo`) REFERENCES `largo_pelo` (`idLargo_Pelo`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk_Perro_Tamanio1` FOREIGN KEY (`Tamanio_idTamanio`) REFERENCES `tamanio` (`idTamanio`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk_Perro_Ubicacion1` FOREIGN KEY (`Ubicacion_idUbicacion`) REFERENCES `ubicacion` (`idUbicacion`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `perro_has_enfermedad`
--
ALTER TABLE `perro_has_enfermedad`
ADD CONSTRAINT `fk_Perro_has_Enfermedad_Enfermedad1` FOREIGN KEY (`Enfermedad_idEnfermedad`) REFERENCES `enfermedad` (`idEnfermedad`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk_Perro_has_Enfermedad_Perro1` FOREIGN KEY (`Perro_idPerro`) REFERENCES `perro` (`idPerro`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `perro_has_vacunas`
--
ALTER TABLE `perro_has_vacunas`
ADD CONSTRAINT `fk_Perro_has_Vacunas_Perro1` FOREIGN KEY (`Perro_idPerro`) REFERENCES `perro` (`idPerro`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `fk_Perro_has_Vacunas_Vacunas1` FOREIGN KEY (`Vacunas_idVacunas`) REFERENCES `vacunas` (`idVacunas`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `persona_has_aporte`
--
ALTER TABLE `persona_has_aporte`
ADD CONSTRAINT `fk_Persona_has_Aporte_Aporte1` FOREIGN KEY (`Aporte_idAporte`) REFERENCES `aporte` (`idAporte`) ON DELETE NO ACTION ON UPDATE NO ACTION,
ADD CONSTRAINT `fk_Persona_has_Aporte_Persona1` FOREIGN KEY (`Persona_idPersona`) REFERENCES `persona` (`idPersona`) ON DELETE NO ACTION ON UPDATE NO ACTION;
SET FOREIGN_KEY_CHECKS=1;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
create table Presupuestos(
PresupuestoId int identity(1,1) primary key,
Descripcion varchar(100),
Fecha date,
Monto decimal,
CategoriaId int );
create table PresupuestoDetalle(
Id int identity(1,1) primary key,
PresupuestoId int,
Descripcion varchar(100),
Meta decimal,
Logrado decimal); |
update vilkar_resultat set utfall = 'JA' where utfall = 'OPPFYLT';
update vilkar_resultat set utfall = 'NEI' where utfall = 'IKKE_OPPFYLT';
alter table vilkar_resultat rename column utfall to resultat;
|
create database test;
create table
CREATE TABLE `user` (
`id` varchar(32) NOT NULL,
`name` varchar(32) DEFAULT NULL,
`age` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 |
-- 1581. 进店却未进行过交易的顾客
-- 表:Visits
--
-- +-------------+---------+
-- | Column Name | Type |
-- +-------------+---------+
-- | visit_id | int |
-- | customer_id | int |
-- +-------------+---------+
-- visit_id 是该表的主键。
-- 该表包含有关光临过购物中心的顾客的信息。
--
--
-- 表:Transactions
--
-- +----------------+---------+
-- | Column Name | Type |
-- +----------------+---------+
-- | transaction_id | int |
-- | visit_id | int |
-- | amount | int |
-- +----------------+---------+
-- transaction_id 是此表的主键。
-- 此表包含 visit_id 期间进行的交易的信息。
--
--
-- 编写一个 SQL 查询来查找没有进行任何交易的顾客的 ID ,以及他们光顾购物中心的次数。
--
-- 返回以任何顺序排序的结果表。
--
-- 查询结果格式如下例所示:
--
-- Visits
-- +----------+-------------+
-- | visit_id | customer_id |
-- +----------+-------------+
-- | 1 | 23 |
-- | 2 | 9 |
-- | 4 | 30 |
-- | 5 | 54 |
-- | 6 | 96 |
-- | 7 | 54 |
-- | 8 | 54 |
-- +----------+-------------+
--
-- Transactions
-- +----------------+----------+--------+
-- | transaction_id | visit_id | amount |
-- +----------------+----------+--------+
-- | 2 | 5 | 310 |
-- | 3 | 5 | 300 |
-- | 9 | 5 | 200 |
-- | 12 | 1 | 910 |
-- | 13 | 2 | 970 |
-- +----------------+----------+--------+
--
-- Result 表:
-- +-------------+----------------+
-- | customer_id | count_no_trans |
-- +-------------+----------------+
-- | 54 | 2 |
-- | 30 | 1 |
-- | 96 | 1 |
-- +-------------+----------------+
-- ID = 23 的顾客曾经逛过一次购物中心,并在 ID = 12 的访问期间进行了一笔交易。
-- ID = 9 的顾客曾经逛过一次购物中心,并在 ID = 13 的访问期间进行了一笔交易。
-- ID = 30 的顾客曾经去过购物中心,并且没有进行任何交易。
-- ID = 54 的顾客三度造访了购物中心。在 2 次访问中,他们没有进行任何交易,在 1 次访问中,他们进行了 3 次交易。
-- ID = 96 的顾客曾经去过购物中心,并且没有进行任何交易。
-- 如我们所见,ID 为 30 和 96 的顾客一次没有进行任何交易就去了购物中心。顾客 54 也两次访问了购物中心并且没有进行任何交易。
--
-- 来源:力扣(LeetCode)
-- 链接:https://leetcode-cn.com/problems/customer-who-visited-but-did-not-make-any-transactions
-- 著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。
SELECT
v.customer_id,
count( * ) AS count_no_trans
FROM
Visits AS v
LEFT JOIN Transactions AS t ON v.visit_id = t.visit_id
WHERE
t.amount IS NULL
GROUP BY
v.customer_id
ORDER BY
count_no_trans DESC; |
insert into todo(id, username, description, target_date, is_done)
values (10001, 'mmenezes', 'Learn JPA', sysdate(), false);
insert into todo(id, username, description, target_date, is_done)
values (10002, 'mmenezes', 'Learn Dance', sysdate(), false);
insert into todo(id, username, description, target_date, is_done)
values (10003, 'mmenezes', 'Learn Microservices', sysdate(), false); |
-- phpMyAdmin SQL Dump
-- version 4.5.4.1deb2ubuntu2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Aug 16, 2020 at 06:00 PM
-- Server version: 5.7.19-0ubuntu0.16.04.1
-- PHP Version: 7.0.22-0ubuntu0.16.04.1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `admin_pathivara`
--
-- --------------------------------------------------------
--
-- Table structure for table `boost_orders`
--
CREATE TABLE `boost_orders` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`phone` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`address` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`message` text COLLATE utf8mb4_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `brands`
--
CREATE TABLE `brands` (
`brandId` int(11) NOT NULL,
`brandName` varchar(155) NOT NULL,
`slug` varchar(155) NOT NULL,
`status` int(20) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `categories`
--
CREATE TABLE `categories` (
`id` int(10) UNSIGNED NOT NULL,
`theme_no` int(55) DEFAULT NULL,
`name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`parentId` int(11) NOT NULL DEFAULT '0',
`featured` tinyint(1) NOT NULL DEFAULT '0',
`offered` tinyint(1) NOT NULL DEFAULT '0',
`banner` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `category_product`
--
CREATE TABLE `category_product` (
`id` int(10) UNSIGNED NOT NULL,
`categoryID` int(10) UNSIGNED NOT NULL,
`productID` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `khaltis`
--
CREATE TABLE `khaltis` (
`khalti_id` int(10) UNSIGNED NOT NULL,
`user_id` int(10) UNSIGNED DEFAULT NULL,
`mobile` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`amount` decimal(8,2) DEFAULT NULL,
`pre_token` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`verified_token` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2018_07_29_035043_create_products_table', 1),
(4, '2018_07_29_073441_create_categories_table', 1),
(5, '2018_07_29_075735_create_category_product_table', 1),
(6, '2018_07_30_040806_create_profiles_table', 1),
(7, '2018_07_30_093108_create_roles_table', 1),
(8, '2018_07_30_094405_create_role_user_table', 1),
(9, '2018_07_31_065334_create_photos_table', 1),
(10, '2018_08_01_055540_create_zones_table', 1),
(11, '2018_08_02_054330_create_reviews_table', 1),
(12, '2018_08_07_092714_create_product_reviews_table', 1),
(13, '2018_08_08_071013_create_ratings_table', 1),
(14, '2020_03_24_091412_create_boost_orders_table', 1),
(15, '2020_03_25_064740_create_suppliers_table', 1),
(16, '2020_03_26_105149_create_sliders_table', 1),
(17, '2020_04_01_074840_create_productimages_table', 1),
(18, '2020_04_01_095114_create_tags_table', 1),
(19, '2020_04_01_103939_create_products_tags_table', 1),
(20, '2020_04_03_104251_create_settings_table', 1),
(21, '2020_04_06_103845_create_wishlists_table', 1),
(22, '2020_04_16_034426_create_orders_table', 1),
(23, '2020_07_12_072707_create_themes_list_table', 2);
-- --------------------------------------------------------
--
-- Table structure for table `offers`
--
CREATE TABLE `offers` (
`id` int(11) NOT NULL,
`offerName` varchar(155) NOT NULL,
`offerSubtitle` varchar(255) DEFAULT NULL,
`category` varchar(255) DEFAULT NULL,
`categoryId` int(25) DEFAULT NULL,
`featuredImage` varchar(255) NOT NULL,
`status` int(20) NOT NULL,
`entryDate` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`theme_no` varchar(55) NOT NULL,
`user_id` int(20) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `orders`
--
CREATE TABLE `orders` (
`id` int(10) UNSIGNED NOT NULL,
`order_date` date NOT NULL,
`shipping_details_id` int(11) NOT NULL,
`payment_details_id` int(11) NOT NULL,
`order_status` smallint(6) NOT NULL DEFAULT '1',
`ordered_by` int(11) DEFAULT NULL,
`unique_order_identifier` varchar(18) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `ordersbackup`
--
CREATE TABLE `ordersbackup` (
`id` int(10) UNSIGNED NOT NULL,
`product_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`user_email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`phone` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`address` text COLLATE utf8mb4_unicode_ci NOT NULL,
`theme_no` int(20) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `order_details`
--
CREATE TABLE `order_details` (
`order_details_id` int(11) NOT NULL,
`product_id` int(11) DEFAULT NULL,
`order_id` int(11) DEFAULT NULL,
`quantity` int(11) DEFAULT NULL,
`rate` float DEFAULT NULL,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `order_detail_new`
--
CREATE TABLE `order_detail_new` (
`id` int(10) UNSIGNED NOT NULL,
`orderId` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`productId` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`rate` double(10,2) NOT NULL,
`qty` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `order_new`
--
CREATE TABLE `order_new` (
`id` int(10) UNSIGNED NOT NULL,
`clientName` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`client_username` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`userEmail` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`shippingAddress` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`phone` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`state` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`city` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`zipcode` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`paymentType` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`paymentStatus` int(11) NOT NULL,
`paymentDate` date DEFAULT NULL,
`unique_order_identifier` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`order_notes` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`order_date` date DEFAULT NULL,
`created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `order_status`
--
CREATE TABLE `order_status` (
`status_id` int(11) NOT NULL,
`status` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `order_updates`
--
CREATE TABLE `order_updates` (
`order_update_id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`comment_msg` text NOT NULL,
`comment_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`commented_by` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `password_resets`
--
CREATE TABLE `password_resets` (
`email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `payment_details`
--
CREATE TABLE `payment_details` (
`payment_id` int(11) NOT NULL,
`payment_method_id` int(11) NOT NULL,
`amount` decimal(10,2) DEFAULT NULL,
`payment_date` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`status` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `payment_method`
--
CREATE TABLE `payment_method` (
`id` int(11) NOT NULL,
`payment_name` varchar(45) DEFAULT NULL,
`payment_status` varchar(45) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `photos`
--
CREATE TABLE `photos` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `productimages`
--
CREATE TABLE `productimages` (
`id` int(10) UNSIGNED NOT NULL,
`product_id` int(10) UNSIGNED NOT NULL,
`image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `products`
--
CREATE TABLE `products` (
`id` int(10) UNSIGNED NOT NULL,
`productName` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`unit` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`rate` double(10,2) NOT NULL,
`categoryId` int(11) NOT NULL,
`categoryName` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`availableItems` int(11) DEFAULT NULL,
`parentId` int(11) NOT NULL DEFAULT '0',
`featuredImage` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`shortDesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
`highlights` text COLLATE utf8mb4_unicode_ci,
`description` text COLLATE utf8mb4_unicode_ci,
`entryDate` date NOT NULL,
`quantity` int(11) NOT NULL DEFAULT '0',
`featured` tinyint(1) NOT NULL DEFAULT '0',
`deal_of_week` int(20) DEFAULT NULL,
`dow_datetime` datetime DEFAULT NULL,
`user_id` int(10) UNSIGNED NOT NULL,
`newProduct` tinyint(1) NOT NULL DEFAULT '0',
`discountPercent` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`actualRate` int(11) NOT NULL,
`merchantId` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`nosReview` int(11) NOT NULL DEFAULT '0',
`avgRating` double(8,3) NOT NULL,
`totalSoldQuantity` int(11) NOT NULL DEFAULT '0',
`productTags` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`keywords` text COLLATE utf8mb4_unicode_ci,
`theme_no` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`brand_id` int(20) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `products_tags`
--
CREATE TABLE `products_tags` (
`id` int(10) UNSIGNED NOT NULL,
`product_id` int(10) UNSIGNED NOT NULL,
`tags_id` int(10) UNSIGNED NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `product_reviews`
--
CREATE TABLE `product_reviews` (
`id` int(10) UNSIGNED NOT NULL,
`product_id` int(11) NOT NULL,
`review` text COLLATE utf8mb4_unicode_ci NOT NULL,
`name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `profiles`
--
CREATE TABLE `profiles` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(10) UNSIGNED NOT NULL,
`fName` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`mName` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lName` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`street` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`city` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`phone` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `profiles`
--
INSERT INTO `profiles` (`id`, `user_id`, `fName`, `mName`, `lName`, `street`, `city`, `phone`, `created_at`, `updated_at`) VALUES
(1, 2, 'supp', 'l', 'supplier', 'baker street', 'london', '8745125545', NULL, NULL),
(2, 1, 'admin', 'l', 'site adm', 'baker street 23', 'london', '8745125545', NULL, NULL),
(3, 3, 'user', 'l', 'site usr', 'street 23', 'uk', '8745125545', NULL, NULL),
(4, 16, 'aditya', 'k', 'bhattarai', 'balkot, bhaktapur', 'bhaktapur', '9841203040', '2020-07-17 20:25:20', '2020-07-17 20:25:20'),
(5, 17, 'Nikhil', NULL, 'Dhakal', 'Dudhpati', 'Bhaktapur', '9841377539', '2020-07-19 02:37:24', '2020-07-19 02:37:24'),
(6, 18, 'Ram', NULL, 'Thapa', 'Lalitpur, Sunakothi', 'Lalitpur', '9849651254', '2020-07-22 00:07:16', '2020-07-22 00:07:16');
-- --------------------------------------------------------
--
-- Table structure for table `ratings`
--
CREATE TABLE `ratings` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL,
`product_id` int(11) NOT NULL,
`rating` mediumint(9) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `reviews`
--
CREATE TABLE `reviews` (
`id` int(10) UNSIGNED NOT NULL,
`reviewTitle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`reviewDesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
`pros` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`cons` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`rating` double(3,2) NOT NULL,
`userId` int(10) UNSIGNED NOT NULL,
`productId` int(11) NOT NULL,
`productName` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`verified` tinyint(1) NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `roles`
--
CREATE TABLE `roles` (
`id` int(10) UNSIGNED NOT NULL,
`role` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `roles`
--
INSERT INTO `roles` (`id`, `role`, `created_at`, `updated_at`) VALUES
(1, 'Admin', NULL, NULL),
(2, 'Supplier', NULL, NULL),
(3, 'Guest', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `role_user`
--
CREATE TABLE `role_user` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`role_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `role_user`
--
INSERT INTO `role_user` (`id`, `user_id`, `role_id`, `created_at`, `updated_at`) VALUES
(1, '1', '1', NULL, NULL),
(2, '2', '2', NULL, NULL),
(3, '3', '3', NULL, NULL),
(4, '4', '2', NULL, NULL),
(5, '5', '3', NULL, NULL),
(6, '6', '2', NULL, NULL),
(7, '7', '2', NULL, NULL),
(8, '8', '2', NULL, NULL),
(9, '9', '2', NULL, NULL),
(10, '10', '2', NULL, NULL),
(11, '11', '2', NULL, NULL),
(12, '12', '2', NULL, NULL),
(13, '13', '2', NULL, NULL),
(14, '14', '2', NULL, NULL),
(15, '15', '2', NULL, NULL),
(16, '16', '2', NULL, NULL),
(17, '17', '3', NULL, NULL),
(18, '18', '3', NULL, NULL),
(19, '19', '2', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `shipping_details`
--
CREATE TABLE `shipping_details` (
`shipping_details_id` int(11) NOT NULL,
`client_name` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`address` varchar(100) DEFAULT NULL,
`city` varchar(20) DEFAULT NULL,
`state` int(1) DEFAULT NULL,
`zipcode` int(11) DEFAULT NULL,
`phone` bigint(20) DEFAULT NULL,
`shipping_type_id` int(11) DEFAULT NULL,
`customer_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `shipping_rate`
--
CREATE TABLE `shipping_rate` (
`id` int(11) NOT NULL,
`location` varchar(50) NOT NULL,
`amount` int(11) NOT NULL,
`information` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `shipping_type`
--
CREATE TABLE `shipping_type` (
`shipping_id` int(11) NOT NULL,
`type` varchar(20) DEFAULT NULL,
`approx_days` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `site_settings`
--
CREATE TABLE `site_settings` (
`id` int(10) UNSIGNED NOT NULL,
`siteName` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`siteLogo` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`aboutUs` text COLLATE utf8mb4_unicode_ci,
`privacyPolicy` text COLLATE utf8mb4_unicode_ci NOT NULL,
`copyrightText` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'CopyRight © 2020',
`socialLinks` text COLLATE utf8mb4_unicode_ci NOT NULL,
`contacts` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `site_settings`
--
INSERT INTO `site_settings` (`id`, `siteName`, `siteLogo`, `aboutUs`, `privacyPolicy`, `copyrightText`, `socialLinks`, `contacts`, `created_at`, `updated_at`) VALUES
(1, 'iPasal', 'uploads/site-logo-ipasal-viBbpD7N.png', 'some thing', '<p>Some privacy policy</p>', 'copyright encoderslab', '{"facebook":"http:\\/\\/facebook.com\\/ipasal","twitter":"http:\\/\\/twitter.com\\/ipasal","youtube":"http:\\/\\/youtube.com\\/ipasal"}', '[{"name":"eddie","contactNo":"9841545487"}]', '2020-06-17 02:04:35', '2020-06-17 02:04:35');
-- --------------------------------------------------------
--
-- Table structure for table `sliders`
--
CREATE TABLE `sliders` (
`sliderId` int(10) UNSIGNED NOT NULL,
`textMain` text COLLATE utf8mb4_unicode_ci NOT NULL,
`textSecondary` text COLLATE utf8mb4_unicode_ci,
`sliderImage` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`categoryId` int(11) NOT NULL,
`productId` int(20) DEFAULT NULL,
`categoryName` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`showSlider` tinyint(1) NOT NULL DEFAULT '1',
`sliderTheme` varchar(155) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `suppliers`
--
CREATE TABLE `suppliers` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(10) UNSIGNED NOT NULL,
`detail` text COLLATE utf8mb4_unicode_ci NOT NULL,
`about_us` text COLLATE utf8mb4_unicode_ci NOT NULL,
`address` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`phone` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`facebook_link` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`skype` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`viber` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`wechat` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `tags`
--
CREATE TABLE `tags` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`info` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `themeslist`
--
CREATE TABLE `themeslist` (
`themeId` int(10) UNSIGNED NOT NULL,
`themeName` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`themeNumber` int(11) NOT NULL,
`themeImage` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`display` int(20) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` int(10) UNSIGNED NOT NULL,
`username` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`api_token` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`suspend` tinyint(1) NOT NULL DEFAULT '0',
`assign_theme` int(20) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `username`, `email`, `password`, `api_token`, `remember_token`, `suspend`, `assign_theme`, `created_at`, `updated_at`) VALUES
(1, 'Encoderslab', 'encoderslab@gmail.com', '$2y$10$Z1AfMIJQ1rA1e53ii..q1.QLjM8KShK8Dnpk.BlNJ/Nk7o8QUz8w.', 'HyWZ2WH31WIPoKmgazAk4la6EYzHTNLyNW7Q46yN0qYhrUjixnCIpPHio4sO', 'lPwpfjbTXqBQuSk9Q6oWMlz4GyNmQAQZ3DHskdO0CuuDXfU2swtqxp86UoBf', 0, NULL, NULL, '2020-08-11 00:14:11'),
(2, 'supplier', 'supplier@gmail.com', '$2y$10$tFUXztii0G7i3/Us0KNrJeT8MeoLs3ep4sxfrYk3PqeIwH1qPhOyO', 'hLfvqjy6itq6Ja1cJCS5UULWAwrlx6XGRx4uQ93QyJ2O35tInPtdlXXREtrf', 'ikl47Wo0yoXBSsCgw9HxXulK82AN67b9dONBe1M9DkJ4AlGSfUz3Nk6AUGfY', 0, 7, NULL, '2020-08-13 07:03:04'),
(3, 'customer', 'customer@gmail.com', '$2y$10$PyAaRFKHIwTFdxbg898viupQre.PJu/ELBA0H84KZk.7YR/0MYKJK', NULL, '4VDMpsD3AVlmN0mNxok52SIjmhoPsI59QT3tU3pK92z05gqJPuWq2Lwvs6MN', 0, NULL, NULL, '2020-08-02 13:16:38'),
(4, 'supplier', 'supplier_new@gmail.com', '$2y$10$GcBHcA3o8lnjYMbTPqaBjuAglxoIKnjPYYVnBk2CPxnPj2skjC1xy', NULL, NULL, 0, NULL, NULL, '2020-08-02 13:16:38'),
(5, 'user 8', 'user8@gmail.com', '$2y$10$llr0pl2MgF8TOxjQmPU1ceFNmKhznu/XRik1cfUzOrHLmzbPAixA6', NULL, NULL, 0, NULL, NULL, '2020-08-02 13:16:38'),
(16, 'eddie123', 'bhattaraiaditya99@gmail.com', '$2y$10$NUXxPvRuPwqMwwSUgh3V1uV5H5qKtwJEdR6V82PbLdsEO5MzJgRee', NULL, 'qOlqGz1PykX3DLPRXFtcrXqAAwDChWVlga3vfjEtC1HhSFqSq5dHlk0nSQjb', 0, NULL, '2020-07-17 20:25:15', '2020-08-02 13:16:38'),
(17, 'nickarsenal007', 'nickarsenal007@gmail.com', '$2y$10$k/XNBTFnMDvHWChthk1cie2rxr.dP00xTAfK0vBtcFLPvqT8DUUly', NULL, 'VfsdfXcH0nVAo2hpUwaxaVgOlBkXC3oloNVl8bhQY7pDV0GAnJGOBrghKp9A', 0, NULL, '2020-07-19 02:37:22', '2020-08-02 13:16:38'),
(18, 'ramayan', 'cijik81852@romails.net', '$2y$10$sC6J46uXuJnvWUsUQ2WRaeNKINPXTGB7kTehoFoWosuUWzKSJYccS', 'NzVhEuL8C4JTPDI9vRrJsNcqqQFGJZqRdgbZJ5tbT7AAOwsfDb2yYwvCffdV', 'Ni3eMwBDmTixHmNbRgSVvCnljhzqG6PC5xnuBLJ4o1ElhedUczAvH0qUtG99', 1, NULL, '2020-07-22 00:07:14', '2020-08-02 13:16:38'),
(19, 'Pathivara', 'pathivarahardware2065@gmail.com', '$2y$10$VzsXN32xNR7OqoaXT0VqXu3XNf6btxhzL7yTG7zh9LKzfxojSsyzW', 'hcmOg3PlgDJFcJb6hSiLQjyXwtqt2rYiyS2PtlDHo3g4if3CTxE0n8pY5aZw', 'QCx3XCXzcQxAxH9aBC7s6Fvm3kuQkLHBMXTQJW9fDLGj2N6vZ8mcMmr0AhQ9', 0, NULL, NULL, '2020-08-10 03:33:13');
-- --------------------------------------------------------
--
-- Table structure for table `wishlists`
--
CREATE TABLE `wishlists` (
`id` int(10) UNSIGNED NOT NULL,
`userId` int(10) UNSIGNED NOT NULL,
`productId` int(10) UNSIGNED NOT NULL,
`deleted` tinyint(1) NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `zones`
--
CREATE TABLE `zones` (
`id` int(10) UNSIGNED NOT NULL,
`zone` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`district` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`headquarter` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Indexes for dumped tables
--
--
-- Indexes for table `boost_orders`
--
ALTER TABLE `boost_orders`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `brands`
--
ALTER TABLE `brands`
ADD PRIMARY KEY (`brandId`);
--
-- Indexes for table `categories`
--
ALTER TABLE `categories`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `category_product`
--
ALTER TABLE `category_product`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `khaltis`
--
ALTER TABLE `khaltis`
ADD PRIMARY KEY (`khalti_id`),
ADD KEY `khaltis_user_id_index` (`user_id`);
--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `offers`
--
ALTER TABLE `offers`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `orders_unique_order_identifier_unique` (`unique_order_identifier`);
--
-- Indexes for table `ordersbackup`
--
ALTER TABLE `ordersbackup`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `order_details`
--
ALTER TABLE `order_details`
ADD PRIMARY KEY (`order_details_id`);
--
-- Indexes for table `order_detail_new`
--
ALTER TABLE `order_detail_new`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `order_new`
--
ALTER TABLE `order_new`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `order_status`
--
ALTER TABLE `order_status`
ADD PRIMARY KEY (`status_id`);
--
-- Indexes for table `order_updates`
--
ALTER TABLE `order_updates`
ADD PRIMARY KEY (`order_update_id`);
--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
ADD KEY `password_resets_email_index` (`email`);
--
-- Indexes for table `payment_details`
--
ALTER TABLE `payment_details`
ADD PRIMARY KEY (`payment_id`);
--
-- Indexes for table `payment_method`
--
ALTER TABLE `payment_method`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `photos`
--
ALTER TABLE `photos`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `productimages`
--
ALTER TABLE `productimages`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `products`
--
ALTER TABLE `products`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `products_tags`
--
ALTER TABLE `products_tags`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `product_reviews`
--
ALTER TABLE `product_reviews`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `profiles`
--
ALTER TABLE `profiles`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `ratings`
--
ALTER TABLE `ratings`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `reviews`
--
ALTER TABLE `reviews`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `roles`
--
ALTER TABLE `roles`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `role_user`
--
ALTER TABLE `role_user`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `shipping_details`
--
ALTER TABLE `shipping_details`
ADD PRIMARY KEY (`shipping_details_id`);
--
-- Indexes for table `shipping_rate`
--
ALTER TABLE `shipping_rate`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `shipping_type`
--
ALTER TABLE `shipping_type`
ADD PRIMARY KEY (`shipping_id`);
--
-- Indexes for table `site_settings`
--
ALTER TABLE `site_settings`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `sliders`
--
ALTER TABLE `sliders`
ADD PRIMARY KEY (`sliderId`);
--
-- Indexes for table `suppliers`
--
ALTER TABLE `suppliers`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `tags`
--
ALTER TABLE `tags`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `themeslist`
--
ALTER TABLE `themeslist`
ADD PRIMARY KEY (`themeId`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `users_email_unique` (`email`),
ADD UNIQUE KEY `users_api_token_unique` (`api_token`);
--
-- Indexes for table `wishlists`
--
ALTER TABLE `wishlists`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `zones`
--
ALTER TABLE `zones`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `boost_orders`
--
ALTER TABLE `boost_orders`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `brands`
--
ALTER TABLE `brands`
MODIFY `brandId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `categories`
--
ALTER TABLE `categories`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;
--
-- AUTO_INCREMENT for table `khaltis`
--
ALTER TABLE `khaltis`
MODIFY `khalti_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
--
-- AUTO_INCREMENT for table `orders`
--
ALTER TABLE `orders`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=104;
--
-- AUTO_INCREMENT for table `order_details`
--
ALTER TABLE `order_details`
MODIFY `order_details_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=72;
--
-- AUTO_INCREMENT for table `order_status`
--
ALTER TABLE `order_status`
MODIFY `status_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `payment_details`
--
ALTER TABLE `payment_details`
MODIFY `payment_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=104;
--
-- AUTO_INCREMENT for table `payment_method`
--
ALTER TABLE `payment_method`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `photos`
--
ALTER TABLE `photos`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `productimages`
--
ALTER TABLE `productimages`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;
--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=176;
--
-- AUTO_INCREMENT for table `products_tags`
--
ALTER TABLE `products_tags`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `product_reviews`
--
ALTER TABLE `product_reviews`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `profiles`
--
ALTER TABLE `profiles`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `ratings`
--
ALTER TABLE `ratings`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `reviews`
--
ALTER TABLE `reviews`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `roles`
--
ALTER TABLE `roles`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `role_user`
--
ALTER TABLE `role_user`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
--
-- AUTO_INCREMENT for table `shipping_details`
--
ALTER TABLE `shipping_details`
MODIFY `shipping_details_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=105;
--
-- AUTO_INCREMENT for table `shipping_rate`
--
ALTER TABLE `shipping_rate`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `shipping_type`
--
ALTER TABLE `shipping_type`
MODIFY `shipping_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `site_settings`
--
ALTER TABLE `site_settings`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `sliders`
--
ALTER TABLE `sliders`
MODIFY `sliderId` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;
--
-- AUTO_INCREMENT for table `suppliers`
--
ALTER TABLE `suppliers`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `tags`
--
ALTER TABLE `tags`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
--
-- AUTO_INCREMENT for table `wishlists`
--
ALTER TABLE `wishlists`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;
--
-- AUTO_INCREMENT for table `zones`
--
ALTER TABLE `zones`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
-- phpMyAdmin SQL Dump
-- version 4.4.14
-- http://www.phpmyadmin.net
--
-- Anamakine: 127.0.0.1
-- Üretim Zamanı: 08 Oca 2017, 22:05:22
-- Sunucu sürümü: 5.6.26
-- PHP Sürümü: 5.6.12
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Veritabanı: `iletisim`
--
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `kisi`
--
CREATE TABLE IF NOT EXISTS `kisi` (
`id` int(11) NOT NULL,
`ad` varchar(50) NOT NULL,
`cep` varchar(25) DEFAULT NULL,
`ev` varchar(25) DEFAULT NULL,
`adres` text,
`tarih` varchar(25) NOT NULL,
`cep2` varchar(25) NOT NULL,
`cep3` varchar(25) NOT NULL
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8;
--
-- Dökümü yapılmış tablolar için indeksler
--
--
-- Tablo için indeksler `kisi`
--
ALTER TABLE `kisi`
ADD PRIMARY KEY (`id`),
ADD KEY `ad` (`ad`),
ADD KEY `cep` (`cep`),
ADD KEY `ev` (`ev`);
--
-- Dökümü yapılmış tablolar için AUTO_INCREMENT değeri
--
--
-- Tablo için AUTO_INCREMENT değeri `kisi`
--
ALTER TABLE `kisi`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=22;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
CREATE TABLE warehouses (
id INTEGER PRIMARY KEY,
location VARCHAR(255) NOT NULL ,
capacity INTEGER,
address VARCHAR(400),
contact_info VARCHAR(400)
);
CREATE TABLE boxes (
code CHAR(4) not null,
contents VARCHAR(255) NOT NULL ,
value decimal not null,
warehouse_id INTEGER NOT NULL,
FOREIGN KEY (warehouse_id) REFERENCES warehouses(id)
);
INSERT INTO warehouses VALUES(1,'Chicago',3, '5th Avenue', '+1(945)11-11-11');
INSERT INTO warehouses VALUES(2,'Chicago',4, '5th Avenue', '');
INSERT INTO warehouses VALUES(3,'New York',7, '', '');
INSERT INTO warehouses VALUES(4,'Los Angeles',2, '1st street', '+1(900)00-00-00');
INSERT INTO warehouses VALUES(5,'San Franciso',8, 'Olympic stadium', '');
INSERT INTO warehouses VALUES(6,'California',10, '', '+1(900)00-00-00');
INSERT INTO warehouses VALUES(7,'Washington',4, '1st street', '+1(900)00-00-00');
INSERT INTO warehouses VALUES(8,'Miami',0, '', '');
INSERT INTO boxes VALUES('0MN7','Rocks',180, 3);
INSERT INTO boxes VALUES('4H8P','Rocks',250, 1);
INSERT INTO boxes VALUES('4RT3','Scissors',190, 4);
INSERT INTO boxes VALUES('7G3H','Rocks',200, 1);
INSERT INTO boxes VALUES('8JN6','Papers',75, 1);
INSERT INTO boxes VALUES('8Y6U','Papers',50, 3);
INSERT INTO boxes VALUES('9J6F','Papers',175, 2);
INSERT INTO boxes VALUES('LL08','Rocks',140, 4);
INSERT INTO boxes VALUES('P0H6','Scissors',125, 1);
INSERT INTO boxes VALUES('P2T6','Scissors',150, 2);
INSERT INTO boxes VALUES('TU55','Papers',90, 5);
---------- 2 -----------
SELECT UPPER(location), LOWER(location), char_length(location) FROM warehouses;
---------- 3 -----------
SELECT min(value), max(value), avg(value) FROM boxes
WHERE contents = 'Rocks' or contents = 'Papers';
---------- 4 -----------
SELECT location from warehouses
WHERE location LIKE '%ca%';
---------- 5 -----------
update warehouses set address= null where address = '';
update warehouses set contact_info= null where contact_info = '';
SELECT location , CASE
WHEN address IS NULL THEN contact_info
ELSE address
END AS "address"
FROM warehouses;
---------- 6 -----------
SELECT location , CASE
WHEN contact_info IS NULL AND address IS NULL THEN 'there is neither address nor contact_info'
WHEN address IS NULL THEN contact_info
ELSE address
END AS "address"
FROM warehouses;
|
DROP TABLE Plex.RequestStatuses
DROP TABLE Plex.AgentTypes
DROP TABLE Plex.MediaTypes
DROP TABLE Plex.IssueStatuses |
/*
Name: Total listings that were live
Data source: 4
Created By: Admin
Last Update At: 2016-12-07T15:10:14.731559+00:00
*/
SELECT count(*) AS Lstings
FROM
(SELECT string(id) as id
FROM [djomniture:devspark.MG_All_Listings]
WHERE (DATE(created_at) <= DATE('{{enddate}}')
AND DATE(deleted_at) IS NULL) /*active listings*/
OR (DATE(deleted_at) >= Date('{{startdate}}')
AND DATE(deleted_at) <= Date('{{enddate}}'))
GROUP BY id)
|
// Music Analytics on Graph Database
// Santos Borom 2021
// License: Creative Commons License
// musical character is for the track
// constraints
CREATE CONSTRAINT ON (track:Songs) ASSERT track.id IS UNIQUE;
CREATE CONSTRAINT ON (arts:ArtistsTmp) ASSERT arts.artists IS UNIQUE;
CALL apoc.periodic.iterate(
"CALL apoc.load.csv('file:///data.csv', {headers: true} )
YIELD map AS row RETURN row",
"WITH toString(row.id) as id,
toString(row.name) AS name,
apoc.convert.fromJsonList(row.artists) AS artists,
toString(row.year) AS year,
toString(row.release_date) AS release_date,
toFloat(row.popularity) AS popularity,
toFloat(row.valence) AS valence,
toFloat(row.acousticness) AS acousticness,
toFloat(row.danceability) AS danceability,
toFloat(row.energy) AS energy,
toFloat(row.instrumentalness) AS instrumentalness,
toFloat(row.loudness) AS loudness,
toFloat(row.liveness) AS liveness,
toFloat(row.speechiness) AS speechiness,
toFloat(row.tempo) AS tempo,
toString(row.explicit) AS explicit,
toInteger(row.mode) AS mode,
toInteger(row.key) AS key,
toFloat(row.duration_ms) AS duration_ms
MERGE (track:Songs {id:id})
ON CREATE SET track.id = id, track.artists = artists,
track.name = name, track.popularity = popularity, track.year = year,
track.valence = valence, track.acousticness = acousticness, track.energy = energy,
track.danceability = danceability, track.instrumentalness = instrumentalness,
track.loudness = loudness, track.liveness = liveness, track.speechiness = speechiness,
track.tempo = tempo, track.mode = mode, track.release_date = release_date, track.key = key, track.duration_ms = duration_ms, track.explicit = explicit
MERGE (art:ArtistsTmp {
artists: artists
})
CREATE (art)-[:ACTS]->(track)
MERGE (y:Years {
year: track.year
})
CREATE (track)-[:RELEASED]->(y)
",
{batchSize: 5000}
) |
-- MySQL dump 10.13 Distrib 5.7.12, for osx10.9 (x86_64)
--
-- Host: localhost Database: yhzj
-- ------------------------------------------------------
-- Server version 5.6.33
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `t_code_area`
--
DROP TABLE IF EXISTS `t_code_area`;
CREATE TABLE `t_code_area` (
`id` varchar(64) NOT NULL,
`province_id` int(11) DEFAULT NULL,
`province_name` varchar(45) DEFAULT NULL,
`city_id` int(11) DEFAULT NULL,
`city_name` varchar(45) DEFAULT NULL,
`area_id` int(11) DEFAULT NULL,
`area_name` varchar(45) DEFAULT NULL,
`block_id` int(11) DEFAULT NULL,
`block_name` varchar(45) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `t_code_area` WRITE;
/*!40000 ALTER TABLE `t_code_area` DISABLE KEYS */;
INSERT INTO `t_code_area` (`id`, `province_id`, `province_name`, `city_id`, `city_name`, `area_id`, `area_name`, `block_id`, `block_name`)
VALUES
('00Q2uacm2XxFyA6DFihnS6KhXMSSA9RF',510000,'四川省',510400,'攀枝花市',510411,'仁和区',NULL,NULL),
('020KxkR8U1dPjYLH47dy09DvtHVnWq9j',130000,'河北省',130800,'承德市',130802,'双桥区',NULL,NULL),
('0357bncHJnzzXWEgd8SPmbDsgMV9PwY8',440000,'广东省',445200,'揭阳市',445202,'榕城区',NULL,NULL),
('039qxen42PRDsctDBVElzFsahKKj8DzL',370000,'山东省',371000,'威海市',371082,'荣成市',NULL,NULL),
('04cz6GWtprNyca5Lnt3G5eJPLapmrYoT',370000,'山东省',370500,'东营市',370501,'市辖区',NULL,NULL),
('0AMYlF6pxlUn0Ju4Hax2qSVO83KpDLKj',620000,'甘肃省',621000,'庆阳市',621023,'华池县',NULL,NULL),
('0bL3RZcQtIXvtI0HjjscuGLBAZYMOAkK',420000,'湖北省',421300,'随州市',421381,'广水市',NULL,NULL),
('0cPmbGF9BnTehAWMU2jgglMI6apnvfwL',360000,'江西省',360200,'景德镇市',360203,'珠山区',NULL,NULL),
('0D10NPBoXuojd1g6xhAVIDRfwIRX3dOc',530000,'云南省',532600,'文山壮族苗族自治州',532628,'富宁县',NULL,NULL),
('0dTDnMBxIQRCnPSL0AJIh4nt6XgkE8zf',230000,'黑龙江省',230200,'齐齐哈尔市',230202,'龙沙区',NULL,NULL),
('0e1h8FLEP3CLOCsj0WxIOLeGBLRQtEJw',130000,'河北省',130200,'唐山市',130229,'玉田县',NULL,NULL),
('0E5i6sMpwgyNcqpBB5rNtNsJ9l8uQDrb',410000,'河南省',410700,'新乡市',410724,'获嘉县',NULL,NULL),
('0g8I0Ju7V7HVnXtl8sLgTwKZzJNBsj13',150000,'内蒙古自治区',150400,'赤峰市',150402,'红山区',NULL,NULL),
('0g9Oqw94IePhNYjujZOYd2oF0TguwW03',540000,'西藏自治区',542400,'那曲地区',542424,'聂荣县',NULL,NULL),
('0hc0f5v81uhJEWAWMV7FOVZ25amcIOMj',430000,'湖南省',430200,'株洲市',430201,'市辖区',NULL,NULL),
('0HhcWXQa8ZpVfiBYUqhYShC4kf9QDr8b',370000,'山东省',371400,'德州市',371482,'禹城市',NULL,NULL),
('0HjjraiQcgyRtDyKSY5ovciJAC9LdCgl',540000,'西藏自治区',542400,'那曲地区',542422,'嘉黎县',NULL,NULL),
('0ikBQevFFcMcsw5KgWMTZ7qDJzxOhNYi',460000,'海南省',460200,'三亚市',460202,'海棠区',NULL,NULL),
('0JqODxFzHAHAEmIjf8LiYRcfwHJsUZ7p',420000,'湖北省',420500,'宜昌市',420504,'点军区',NULL,NULL),
('0KCGnG9x5EQ5JeM6YpYthRgA04by5zrj',620000,'甘肃省',620600,'武威市',620623,'天祝藏族自治县',NULL,NULL),
('0kr4POopH48gMVaSKUaW1aBmQX5pCJCJ',440000,'广东省',440100,'广州市',440103,'荔湾区',NULL,NULL),
('0kvm8rFOW6u2wlYHoKoxobz9QEzJNEGj',650000,'新疆维吾尔自治区',653200,'和田地区',653222,'墨玉县',NULL,NULL),
('0KxiIxn8k8vW19wYaLbpmpPMcyX0XFga',540000,'西藏自治区',540100,'拉萨市',540122,'当雄县',NULL,NULL),
('0KymZHpJi8CxFzHCSjLLlf6zpbuNj13Z',620000,'甘肃省',620900,'酒泉市',620923,'肃北蒙古族自治县',NULL,NULL),
('0LDJzvGHkoOHUhwDr63OJ2QVYTqgTwMc',320000,'江苏省',320800,'淮安市',320802,'清河区',NULL,NULL),
('0LEMOya0nHeRtCxGF4cFyA9OuOrDHqQN',230000,'黑龙江省',230900,'七台河市',230902,'新兴区',NULL,NULL),
('0lzCggnXsiXKGZKCHu9aeuCtjYLJfQl0',220000,'吉林省',222400,'延边朝鲜族自治州',222404,'珲春市',NULL,NULL),
('0mAHzDggnUgsk7tPy7Lj7uX9HS7Ow2s0',420000,'湖北省',421100,'黄冈市',421101,'市辖区',NULL,NULL),
('0mF6mjkxyZ6rH2TdgsoqMvYcVRm6fMYm',530000,'云南省',532600,'文山壮族苗族自治州',532601,'文山市',NULL,NULL),
('0MKeJOIXtmcM9eyULSZ6rI42OQzc8SPo',370000,'山东省',371600,'滨州市',371601,'市辖区',NULL,NULL),
('0nF37hTsrHYBXP4JjdZ7tQDuppDMSRxW',220000,'吉林省',220600,'白山市',220681,'临江市',NULL,NULL),
('0nIg2fWNZpT5AwGGfYZTlSb8ZkzFufDf',130000,'河北省',131100,'衡水市',131127,'景县',NULL,NULL),
('0NNorTZ5lf4qMuUXSn7fLWc1lwqnt5RT',140000,'山西省',140400,'长治市',140428,'长子县',NULL,NULL),
('0NPCp1JsV7CzQm6hWGqT5yn2Tb4FWAWM',210000,'辽宁省',210800,'营口市',210804,'鲅鱼圈区',NULL,NULL),
('0ORIQWZYLKi4j9GMGWutLbvPqxchB2dL',130000,'河北省',130800,'承德市',130826,'丰宁满族自治县',NULL,NULL),
('0P0oKsPFD26fMYoUaX9IZCXMQJ0CXJER',440000,'广东省',441300,'惠州市',441302,'惠城区',NULL,NULL),
('0pPOquZmHcM61DYLKkbPppG0PZjpZvqt',510000,'四川省',510300,'自贡市',510303,'贡井区',NULL,NULL),
('0PX8EGltaiMPHONnlr2HdPl22Uhvy3sZ',510000,'四川省',511800,'雅安市',511824,'石棉县',NULL,NULL),
('0PYe6CFjmKsUZ4dJPNk7rI3ZE7sLi01T',230000,'黑龙江省',232700,'大兴安岭地区',232722,'塔河县',NULL,NULL),
('0Q0lyyY29qzmZEbL64T4wdm1Q2s2DTrm',350000,'福建省',350100,'福州市',350104,'仓山区',NULL,NULL),
('0Q1r0xtEE8yb8XcY7uYf8LhWHxpi6rI6',410000,'河南省',410400,'平顶山市',410421,'宝丰县',NULL,NULL),
('0Q2wkWwCp2MEKEP2wl1VnZCWKIbDtgKO',420000,'湖北省',421000,'荆州市',421002,'沙市区',NULL,NULL),
('0qT3qPITaZjpVgnVmPVXQckTiEbNhRiL',130000,'河北省',130600,'保定市',130681,'涿州市',NULL,NULL),
('0R8U1bHPPx3u6T1f1cK1F9BmPTPhMSVQ',450000,'广西壮族自治区',451400,'崇左市',451402,'江州区',NULL,NULL),
('0Uo40GfZ3auMhVA3jd2koPLeFvm7mh9L',450000,'广西壮族自治区',451100,'贺州市',451121,'昭平县',NULL,NULL),
('0vnaBjC0YKBDdZ8ycba6QNiUux7MqBAY',540000,'西藏自治区',542200,'山南地区',542233,'浪卡子县',NULL,NULL),
('0wqoxn6cwSEtgKNxba4IcGE5i3dNahJD',650000,'新疆维吾尔自治区',650100,'乌鲁木齐市',650121,'乌鲁木齐县',NULL,NULL),
('0wqpCJBEkul23XtmdRsxba4JgYWC7yiE',210000,'辽宁省',210100,'沈阳市',210103,'沈河区',NULL,NULL),
('0XC3fTBaPx2qOFKzqhXNU1eXTrorU5u5',510000,'四川省',510100,'成都市',510182,'彭州市',NULL,NULL),
('0xvNjZShzQoeNbkVtsGUjFhc1myxRvPs',360000,'江西省',360200,'景德镇市',360202,'昌江区',NULL,NULL),
('0XzRqpztuSKWhsfKPK4Zxz4vaa97Wfc6',530000,'云南省',530800,'普洱市',530802,'思茅区',NULL,NULL),
('0zFvjSlTfrj6noJh5qH59ndPm7nlt9ac',530000,'云南省',532300,'楚雄彝族自治州',532326,'大姚县',NULL,NULL),
('0ZIvcjMQIQY9EGhaSGDXKG33XshRiLKj',510000,'四川省',513300,'甘孜藏族自治州',513326,'道孚县',NULL,NULL),
('0ZJAwIRZcSChrandL2Lv4IbDscszjIrT',360000,'江西省',360700,'赣州市',360729,'全南县',NULL,NULL),
('10KAwGHg3klzDlE39rArk7tPyaXbRBfg',440000,'广东省',441600,'河源市',441601,'市辖区',NULL,NULL),
('10QZimLzn3YzJOFNNqylVrfLV9RDumdN',620000,'甘肃省',620100,'兰州市',620103,'七里河区',NULL,NULL),
('12WsiXJDO2xrqCGnIfVKNziBWMV6CATB',450000,'广西壮族自治区',450800,'贵港市',450801,'市辖区',NULL,NULL),
('12XvvQz7KeKQSGCRkTjIu996WcZf4sXd',230000,'黑龙江省',230600,'大庆市',230623,'林甸县',NULL,NULL),
('12YzM0wsyejLFVqeGBKPIXrapkhhmOOs',230000,'黑龙江省',230400,'鹤岗市',230422,'绥滨县',NULL,NULL),
('1440Hg3klAHAICMV6zmZFf4tYjumbDvq',360000,'江西省',361100,'上饶市',361121,'上饶县',NULL,NULL),
('1469iRgAYYNQJWnR0hd5DLLnsXhoViwC',440000,'广东省',441700,'阳江市',441781,'阳春市',NULL,NULL),
('16hUyTDjwuIZE7v0ktcsv1qSZaHQVXP7',230000,'黑龙江省',231200,'绥化市',231223,'青冈县',NULL,NULL),
('18orTVQgB4nwl0OUWN0vkWzUEnKu2AB8',150000,'内蒙古自治区',150600,'鄂尔多斯市',150627,'伊金霍洛旗',NULL,NULL),
('18rELJbBfjEaHQZdXZWBYTrj6owettOv',450000,'广西壮族自治区',450300,'桂林市',450303,'叠彩区',NULL,NULL),
('18tOuOuNnif9SM4T3qQK3T7KgTxQruZk',610000,'陕西省',610800,'榆林市',610802,'榆阳区',NULL,NULL),
('1AFs86XkzLV9PvUSwMbqqH31MI1NOsJ5',410000,'河南省',410500,'安阳市',410527,'内黄县',NULL,NULL),
('1E232PUTyYZVtsGSa5IdJQRBhreFufCb',210000,'辽宁省',210900,'阜新市',210921,'阜新蒙古族自治县',NULL,NULL),
('1f2fZ4dHG9AixEwtCwzbZgaRHKv5LrI6',520000,'贵州省',522700,'黔南布依族苗族自治州',522731,'惠水县',NULL,NULL),
('1g5u3BIzz07tNpu6PIWmPSM4T7HZHoH8',510000,'四川省',511500,'宜宾市',511524,'长宁县',NULL,NULL),
('1GcL64T3qPHQZg9QCmQVYTo7fIHazc7R',450000,'广西壮族自治区',451000,'百色市',451081,'靖西市',NULL,NULL),
('1haPuNk8x6KfTvIS6JawVVElCTtx6Ki2',430000,'湖南省',430200,'株洲市',430203,'芦淞区',NULL,NULL),
('1Hf1cL5YtfDkyCjvrw7ROjXIvgB3lqSX',430000,'湖南省',433100,'湘西土家族苗族自治州',433126,'古丈县',NULL,NULL),
('1HhaOonwm32QY9GOPAiwz8Lj4i6rLkaH',370000,'山东省',370500,'东营市',370521,'垦利县',NULL,NULL),
('1Hjgd9W7Ao54WkFaHONnlrZvmaCnR4zu',610000,'陕西省',610400,'咸阳市',610404,'渭城区',NULL,NULL),
('1ie5BB2cL4S0eY130Kyo6dBd8PBmPVYX',210000,'辽宁省',211300,'朝阳市',211324,'喀喇沁左翼蒙古族自治县',NULL,NULL),
('1kqYpZzIJms3IeTz2lpRXZYIt4OED6pC',130000,'河北省',130600,'保定市',130607,'满城区',NULL,NULL),
('1KxiGoLqJdHIh7Bvy3vclVrgO84PJ1Jr',530000,'云南省',532800,'西双版纳傣族自治州',532822,'勐海县',NULL,NULL),
('1KzsnmvkUrhYQ6SSBd8RHOLeIJjf9Qzc',220000,'吉林省',222400,'延边朝鲜族自治州',222402,'图们市',NULL,NULL),
('1lwnbAhsiYOW8HTejGmzBbUPiNV7CzRp',440000,'广东省',441200,'肇庆市',441284,'四会市',NULL,NULL),
('1MENOzegslbIR2sYlCUzWQfwHKxfux3v',330000,'浙江省',330100,'杭州市',330108,'滨江区',NULL,NULL),
('1mxrpCEhjvtFKBC6xdhB2bGHg5v4H7mg',530000,'云南省',530400,'玉溪市',530424,'华宁县',NULL,NULL),
('1mzDir8bm49l8uTRpjcVPdtvZhhp1Hji',320000,'江苏省',320900,'盐城市',320925,'建湖县',NULL,NULL),
('1oKnt4KpERa81xrqDJAB7AqbvPtI0Jv8',230000,'黑龙江省',230300,'鸡西市',230307,'麻山区',NULL,NULL),
('1PVXP7Yjul6i2awX4i7yekQ1s3Ih5sRM',370000,'山东省',371400,'德州市',371481,'乐陵市',NULL,NULL),
('1PW3jf7FQ5H342MEJzvFE4hYUuvX3h2e',140000,'山西省',140400,'长治市',140481,'潞城市',NULL,NULL),
('1r0wszhxFCTrpwfuzc9Xd2pLrJbAc5GZ',340000,'安徽省',341600,'亳州市',341602,'谯城区',NULL,NULL),
('1R6JeLXmMDFhhmPUSvIVhvuOrznZGjmI',410000,'河南省',410800,'焦作市',410802,'解放区',NULL,NULL),
('1R7RM8duFGg6ArhWIBGqWgjFbMbsxa3C',210000,'辽宁省',210100,'沈阳市',210112,'浑南区',NULL,NULL),
('1s3HbHLwdmZIrV7GTemUkJwettOsI1QW',320000,'江苏省',321100,'镇江市',321183,'句容市',NULL,NULL),
('1S9Yf8OtKasBsmicY6rLj8AnVkJwhEga',420000,'湖北省',421000,'荆州市',421022,'公安县',NULL,NULL),
('1t6WfgnZC0YHpPK50CTuCram9uSJQTM2',540000,'西藏自治区',542200,'山南地区',542226,'曲松县',NULL,NULL),
('1TelQ2vgDdZaHPSL1DWDbUM3KrMpzsqz',210000,'辽宁省',210900,'阜新市',210905,'清河门区',NULL,NULL),
('1ublYGlvkZPXbTKT5zrj4eQm6gSrpymZ',410000,'河南省',411200,'三门峡市',411201,'市辖区',NULL,NULL),
('1ucn6eHF6i133Ywz5xiKDMRNgIG6j4fS',620000,'甘肃省',620900,'酒泉市',620982,'敦煌市',NULL,NULL),
('1UiBYSjLKfQl0Q4CKG4563OJ3Xq52MCB',430000,'湖南省',430500,'邵阳市',430511,'北塔区',NULL,NULL),
('1UjHnDRgAXRjMOya2wm32S8QGHknIg3j',210000,'辽宁省',210700,'锦州市',210782,'北镇市',NULL,NULL),
('1UlQ0jr4T3u4KowiKH6eGxwQsBusELI8',210000,'辽宁省',211300,'朝阳市',211303,'龙城区',NULL,NULL),
('1wogXRhEgeaZjpZxA7I3XuomuabiMPFI',460000,'海南省',469000,'省直辖县级行政区划',469002,'琼海市',NULL,NULL),
('1WrhRlXAUB8GS9Yhitk5fOaeuDwxY5ow',610000,'陕西省',610300,'宝鸡市',610328,'千阳县',NULL,NULL),
('1WurAtpv6PIWnUgo3VhshRjQ5KjaIUgo',140000,'山西省',140300,'阳泉市',140303,'矿区',NULL,NULL),
('1XARph3gYUsqCDbRz5CC7Ao2R3xkSfsl',420000,'湖北省',420600,'襄阳市',420684,'宜城市',NULL,NULL),
('1xtAkKBB4nt6Wd6KeM2G8vVWO4Mw6Ozi',410000,'河南省',411600,'周口市',411627,'太康县',NULL,NULL),
('1xuDBVFnKsQHPQzd90mEZQ4Iax2oHaAh',220000,'吉林省',220500,'通化市',220582,'集安市',NULL,NULL),
('1YBXNZlE4cDp0F8uTOeB7DD8DyLYr5Xo',510000,'四川省',510100,'成都市',510184,'崇州市',NULL,NULL),
('1YD8zjIqRRxX29sGR5IauNooBHxpj9FH',320000,'江苏省',321100,'镇江市',321111,'润州区',NULL,NULL),
('1zDipYxz5zspt2zyVPcn5btFLGVp8hQd',520000,'贵州省',522300,'黔西南布依族苗族自治州',522326,'望谟县',NULL,NULL),
('1zDlBPabiJESiEe2mxrqCFkteA2icY6q',370000,'山东省',371600,'滨州市',371623,'无棣县',NULL,NULL),
('1ZHmxtzhvwX3g021PX6uXcWXO2zCd4we',410000,'河南省',411300,'南阳市',411302,'宛城区',NULL,NULL),
('21PTSuHQW4llxtDASuCuqv5Kj8Btonxp',500000,'重庆市',500100,'市辖区',500114,'黔江区',NULL,NULL),
('21PUVLPIViBVDinQW17nlqVc4AyQneSw',230000,'黑龙江省',230600,'大庆市',230622,'肇源县',NULL,NULL),
('21Q1nEZR8YhjzKU6CC7yekOW7yiFhfee',650000,'新疆维吾尔自治区',652900,'阿克苏地区',652923,'库车县',NULL,NULL),
('22S5G1R3AyTFs9cm5cA8MkaEBUB7CzPi',440000,'广东省',440100,'广州市',440114,'花都区',NULL,NULL),
('22UhyKS2nDSjKFWwCp1Hh8GS8TTEoS2o',340000,'安徽省',340300,'蚌埠市',340304,'禹会区',NULL,NULL),
('22WnWnTdccfvCp0GdRvMfIIeTz2ie8Ml',360000,'江西省',360900,'宜春市',360982,'樟树市',NULL,NULL),
('244ZCVEimMFOV05gUA3lnHcL1GaEzJLw',510000,'四川省',510700,'绵阳市',510724,'安县',NULL,NULL),
('259maCp0GdSy0bK0F8w2t5SVQiNV3oAD',210000,'辽宁省',210800,'营口市',210802,'站前区',NULL,NULL),
('26eFwqowiIAA1eTCeb4BEilF9CsgP999',450000,'广西壮族自治区',451200,'河池市',451202,'金城江区',NULL,NULL),
('28pv80r2JozzVN0vm8rDIt4KoyphXNXf',530000,'云南省',530700,'丽江市',530724,'宁蒗彝族自治县',NULL,NULL),
('2AGugEiq1HfXWEgd6I6cvPpqLmoG48j0',440000,'广东省',445200,'揭阳市',445222,'揭西县',NULL,NULL),
('2awW0342OPwX6rMpwernoFZPYd1g9LfL',410000,'河南省',410700,'新乡市',410728,'长垣县',NULL,NULL),
('2awY8ziEbOnh7Bsnid3pLsMqztrEKDNV',210000,'辽宁省',210900,'阜新市',210902,'海州区',NULL,NULL),
('2ax5ENU07sI44ZxAbY8CutK8iTqi2awX',370000,'山东省',370100,'济南市',370126,'商河县',NULL,NULL),
('2ay9SNaiQaa95OFKAuzdb8W9Mj131MI1',520000,'贵州省',522700,'黔南布依族苗族自治州',522702,'福泉市',NULL,NULL),
('2bExA8Mj3dLZtgICN0r3NFOQGGeVMYlG',440000,'广东省',441400,'梅州市',441402,'梅江区',NULL,NULL),
('2cFCTuzegvz9TSvK64T6DLJbCkD4gYVv',140000,'山西省',141000,'临汾市',141002,'尧都区',NULL,NULL),
('2cFD0VtrByPhMSTIG7npKmqPJZAOaclY',640000,'宁夏回族自治区',640100,'银川市',640122,'贺兰县',NULL,NULL),
('2cJU9RKXoWkHnAGugDgfhvwURogVIEUs',210000,'辽宁省',211100,'盘锦市',211103,'兴隆台区',NULL,NULL),
('2CMU3mvhICLMrKfO871AJKoztx6H32S4',530000,'云南省',530900,'临沧市',530925,'双江拉祜族佤族布朗族傣族自治县',NULL,NULL),
('2EYJDOYgfjD5moKpEQ6QJZyHCSo8j231',510000,'四川省',511500,'宜宾市',511529,'屏山县',NULL,NULL),
('2f07oqODzKVea1t7Zs75WfhuuMgPadrp',310000,'上海市',310100,'市辖区',310113,'宝山区',NULL,NULL),
('2F1YE9GKzsqzparxdjJCGoMyhAUDgiwz',440000,'广东省',440600,'佛山市',440604,'禅城区',NULL,NULL),
('2F5gTvGLDHpQMfHAGuhLPFHjlCUxNdwO',140000,'山西省',140100,'太原市',140121,'清徐县',NULL,NULL),
('2fXSlYFeY27i0YFgaSJQSHIkilHkkxwR',510000,'四川省',511100,'乐山市',511101,'市辖区',NULL,NULL),
('2fYXGqT1jhlHid1lviMU2jjr5XoUc6Ln',330000,'浙江省',330200,'宁波市',330212,'鄞州区',NULL,NULL),
('2HfYXGnG9x4BB6v3DP6SSA8Mi120JsXe',230000,'黑龙江省',230800,'佳木斯市',230826,'桦川县',NULL,NULL),
('2klDYNTTFugIBJH9uREwwQxWZWAWLSTG',370000,'山东省',370200,'青岛市',370285,'莱西市',NULL,NULL),
('2Kv7U1cNdwPpnubjP4G2YBXNV7CC2dL3',510000,'四川省',510500,'泸州市',510501,'市辖区',NULL,NULL),
('2lqVc3vdn44XshO4NzkMLi29sFOSOgKL',610000,'陕西省',610400,'咸阳市',610402,'秦都区',NULL,NULL),
('2lvhMSUJLv3BFoMAqbvNiWEgd8QFE7tR',130000,'河北省',130300,'秦皇岛市',130302,'海港区',NULL,NULL),
('2Lzn0KxjNSOfHAEkzIF4atGQ1pRSDoT6',330000,'浙江省',330600,'绍兴市',330601,'市辖区',NULL,NULL),
('2Lzn0KzttPwY9EGhaQAefmVp53QSIMAq',130000,'河北省',130500,'邢台市',130522,'临城县',NULL,NULL),
('2MCD9IVkIoIdNbnbAfjGgaSKVc3ztx7P',220000,'吉林省',220100,'长春市',220106,'绿园区',NULL,NULL),
('2mwpgVIBHwl1WtooADgeejGltbjSgwGI',450000,'广西壮族自治区',450400,'梧州市',450481,'岑溪市',NULL,NULL),
('2nBKJi7v3ytx5FXATxQuJ1KwchEfaSL2',440000,'广东省',441300,'惠州市',441324,'龙门县',NULL,NULL),
('2nBKKkf6zrhXKKkcUKT2kpSY6sOw3u70',430000,'湖南省',430400,'衡阳市',430426,'祁东县',NULL,NULL),
('2nCLPFJv82DSjNSOiUttOsFQ3BEioS5D',320000,'江苏省',320500,'苏州市',320506,'吴中区',NULL,NULL),
('2NGR8TUHDVxM886Yq2Lw92AGviMSSCiu',340000,'安徽省',340300,'蚌埠市',340322,'五河县',NULL,NULL),
('2oIdOcrrH0MKfN4NFJwgC6v3BIADe6GW',340000,'安徽省',341500,'六安市',341503,'裕安区',NULL,NULL),
('2oJgZ1ZIrTZ6nqRRAbY9GOPzb4FUqcAb',430000,'湖南省',431100,'永州市',431126,'宁远县',NULL,NULL),
('2OK9l6ldUIJlnG6j4h19tMleWQdrmiin',320000,'江苏省',321200,'泰州市',321282,'靖江市',NULL,NULL),
('2pNyemUlNOuSIOKaszkLGXAVFoPPsEIu',350000,'福建省',350900,'宁德市',350924,'寿宁县',NULL,NULL),
('2PRFCWEhjxClE7rFTjIua9971xvK4Vht',150000,'内蒙古自治区',152500,'锡林郭勒盟',152526,'西乌珠穆沁旗',NULL,NULL),
('2PURrtTSxUKT5xgxM60xyZ6qDKFUn2S9',210000,'辽宁省',210800,'营口市',210811,'老边区',NULL,NULL),
('2QVZ1WtqxgyM61E0Wvx0g7HWtnh7CyLY',450000,'广西壮族自治区',450200,'柳州市',450201,'市辖区',NULL,NULL),
('2R4DKG0Q2vfzXSpeLWhq8fGwpi5nt6T3',440000,'广东省',445200,'揭阳市',445203,'揭东区',NULL,NULL),
('2RZe1icY8Bp53QVWJH9sHXvwWWLROjZQ',540000,'西藏自治区',542500,'阿里地区',542521,'普兰县',NULL,NULL),
('2sYmJpH6gSpi3eRpi9FIoIcIQTLXmNKc',150000,'内蒙古自治区',152200,'兴安盟',152201,'乌兰浩特市',NULL,NULL),
('2sZpWkD4gWKNw6MrJ8l7qAuwZdWVCcWX',530000,'云南省',530100,'昆明市',530181,'安宁市',NULL,NULL),
('2t5PIXsfJLtTUFugGucn9sDGmBLPHR3y',430000,'湖南省',430100,'长沙市',430112,'望城区',NULL,NULL),
('2Tb5G1TdhC2bDvrw7RNdz2kkwqrNrH0K',610000,'陕西省',610300,'宝鸡市',610303,'金台区',NULL,NULL),
('2ucn7hRm2VlMKdEuk0SfpbxX15dFuhO4',650000,'新疆维吾尔自治区',652300,'昌吉回族自治州',652323,'呼图壁县',NULL,NULL),
('2uexNeA5wcfsrFOV1bHLzqgQhIBHwkVv',610000,'陕西省',610100,'西安市',610117,'高陵区',NULL,NULL),
('2wl0PX8GQ0jr3NEGlwqoypdJNEIs0wna',430000,'湖南省',430700,'常德市',430724,'临澧县',NULL,NULL),
('2Wo1MHWvvSIMCzRpi4llxsyfo563OJ3U',370000,'山东省',371100,'日照市',371102,'东港区',NULL,NULL),
('2xpfQkVvBkGf4qJfRqmnF0TiEbMeFs9e',220000,'吉林省',220100,'长春市',220103,'宽城区',NULL,NULL),
('2xpfQl0PYd1kmG9x4AB2h5rPBo1Kxfux',230000,'黑龙江省',231000,'牡丹江市',231005,'西安区',NULL,NULL),
('2xqkcTEs89blXDaJ1ImvjQ7TY12ZD3dM',330000,'浙江省',330200,'宁波市',330225,'象山县',NULL,NULL),
('2xqligjzLYq0CUvECWICKH9rCC3gZ0Uo',230000,'黑龙江省',230900,'七台河市',230904,'茄子河区',NULL,NULL),
('2XxFyBaURoh16i28opG1Vo1KymYC2cGD',330000,'浙江省',331100,'丽水市',331125,'云和县',NULL,NULL),
('2YD6qEOW9J3UfnWreGwoi5oypdJRVVEk',620000,'甘肃省',620800,'平凉市',620823,'崇信县',NULL,NULL),
('2ZEaITb5H7j38opIcGDZSgvAegtqv7Wb',630000,'青海省',632500,'海南藏族自治州',632521,'共和县',NULL,NULL),
('2ZHkpU9TQm9uQzaX9K4YwvPuK8iVAZZR',320000,'江苏省',320400,'常州市',320401,'市辖区',NULL,NULL),
('30IoF1XxHGaDxz7GWwAda0mCRgC6w8Wb',230000,'黑龙江省',230400,'鹤岗市',230403,'工农区',NULL,NULL),
('31Lzo6brxa5Kmmyz0bHNHZHkqYq1HeWP',150000,'内蒙古自治区',152500,'锡林郭勒盟',152528,'镶黄旗',NULL,NULL),
('31PRHJnzA2fXVzWN0safB4rPCvuLcxUM',610000,'陕西省',610700,'汉中市',610726,'宁强县',NULL,NULL),
('32PURpjdWVEhkCWFoOK650BO5RUM1CP9',530000,'云南省',530600,'昭通市',530624,'大关县',NULL,NULL),
('33Xq8fDgfhwDpZAN1CQciIzvGIpH6i0X',410000,'河南省',411400,'商丘市',411402,'梁园区',NULL,NULL),
('36cwOolpRSDp0AN5QPrxdhC5pEP4IbDt',620000,'甘肃省',620500,'天水市',620503,'麦积区',NULL,NULL),
('37gP96Wd7NqAuzc8TTFvl47dA8J8hQcj',630000,'青海省',632600,'果洛藏族自治州',632624,'达日县',NULL,NULL),
('37iWFmDVzUFuhKJi4moLrNtNrFQ3ysrG',330000,'浙江省',330100,'杭州市',330106,'西湖区',NULL,NULL),
('39tKapnvdqj7w6KkbMbqqI8laFE5i6sP',220000,'吉林省',220700,'松原市',220722,'长岭县',NULL,NULL),
('3az8QFD0YFhc2oIeRrv0nGaAixGDWGqU',360000,'江西省',360600,'鹰潭市',360602,'月湖区',NULL,NULL),
('3DSkQ5Lmkr1F4bx1igixFvndM886XmIl',440000,'广东省',441600,'河源市',441623,'连平县',NULL,NULL),
('3ePhJIcGF7pyo7iYMPDzKS1hbVWJH9uO',430000,'湖南省',430400,'衡阳市',430401,'市辖区',NULL,NULL),
('3eRqnrU5xiGoLtUZ4dFAIG7pwbckScft',340000,'安徽省',340200,'芜湖市',340225,'无为县',NULL,NULL),
('3EUpcA9SLZyCec9Ygc6I9sGR5JcFAKND',130000,'河北省',130300,'秦皇岛市',130321,'青龙满族自治县',NULL,NULL),
('3EVvCrbqpCHs3Ig05eLWfhvxY7w4BGpS',320000,'江苏省',320200,'无锡市',320203,'南长区',NULL,NULL),
('3EVvEwuLcz2knKsQIUfjEaITca6OAmTf',340000,'安徽省',341300,'宿州市',341301,'市辖区',NULL,NULL),
('3EWzTCc2oIdOexQsCxEuk0VqbsCzOdst',650000,'新疆维吾尔自治区',653100,'喀什地区',653124,'泽普县',NULL,NULL),
('3fSuECYSjKFWyM5XkCVB7AtoqMsNqAwE',140000,'山西省',140100,'太原市',140122,'阳曲县',NULL,NULL),
('3FYHsZsajUqgSrnsXgiwx0f3oBGs5SZ9',360000,'江西省',360400,'九江市',360401,'市辖区',NULL,NULL),
('3G7oqMtPCrbsyelTfqbtFLGXxIMCzPfC',440000,'广东省',441500,'汕尾市',441502,'城区',NULL,NULL),
('3G9uSINFPV19vW4jcTIKsSRvLcuHR5G1',360000,'江西省',360500,'新余市',360501,'市辖区',NULL,NULL),
('3h3i9J3S4AwHLzqfPcm1Sb5IdJRVUCaQ',140000,'山西省',140100,'太原市',140101,'市辖区',NULL,NULL),
('3i8EHluezXWGqVaVYTpeMZvm8pwchEe4',530000,'云南省',532800,'西双版纳傣族自治州',532823,'勐腊县',NULL,NULL),
('3jd2kqXkE6moH8sGTgtonBGs4RTKVaX5',230000,'黑龙江省',230200,'齐齐哈尔市',230229,'克山县',NULL,NULL),
('3LuZlBN0tcrrKeM3JnwlZLEOV4qLlkoR',370000,'山东省',371600,'滨州市',371621,'惠民县',NULL,NULL),
('3MAp7cvL9k1WusFNQFFaFHkmG8vYcVQj',130000,'河北省',130500,'邢台市',130533,'威县',NULL,NULL),
('3muevIQWYWzUHAFpRX14arzlPXaLbuHU',410000,'河南省',410300,'洛阳市',410327,'宜阳县',NULL,NULL),
('3MyhzRsxa1t73HeRsydfspv8ZoNHVnXu',140000,'山西省',140200,'大同市',140221,'阳高县',NULL,NULL),
('3MyjIt2DUvDtjZQ5Lovbetx5FTjJyqhX',420000,'湖北省',420600,'襄阳市',420601,'市辖区',NULL,NULL),
('3NBwAfjD7uW5tW8FNNpxgzSvK4WkE5mn',150000,'内蒙古自治区',152200,'兴安盟',152202,'阿尔山市',NULL,NULL),
('3oDP5NAlPX9HR6I8l9Cq79eA4pH5cBea',130000,'河北省',130600,'保定市',130637,'博野县',NULL,NULL),
('3PNj27j4eOcodKWitk36eEqZxA9NoqNx',210000,'辽宁省',210500,'本溪市',210505,'南芬区',NULL,NULL),
('3qNzjGlvjShD8DD6pCHvhGr0yz3pG2Xy',340000,'安徽省',340800,'安庆市',340823,'枞阳县',NULL,NULL),
('3qQL8eCc0hc2pLsQHOMhVEkxwPomrYpV',640000,'宁夏回族自治区',640500,'中卫市',640522,'海原县',NULL,NULL),
('3rSTEq0AMWe9UWNZpWkD4gYTqgRpfRqp',530000,'云南省',532300,'楚雄彝族自治州',532323,'牟定县',NULL,NULL),
('3RZdY12ZGie8OvX5rKeM3JoysuTRtzkM',330000,'浙江省',331100,'丽水市',331127,'景宁畲族自治县',NULL,NULL),
('3sWc0hd5CEge9X8DC28rFPXbQxX4i5pC',450000,'广西壮族自治区',451100,'贺州市',451101,'市辖区',NULL,NULL),
('3t3EWAWO4KozvFE3dJRX4g037fKQNj11',320000,'江苏省',320100,'南京市',320117,'溧水区',NULL,NULL),
('3T5EP1t6Zr63NDBZZP1s2HeSz1dTDkAM',230000,'黑龙江省',230800,'佳木斯市',230805,'东风区',NULL,NULL),
('3T9V038k5j9CusEKCHubiKH7ldQsAnXt',210000,'辽宁省',210200,'大连市',210224,'长海县',NULL,NULL),
('3Tc8W8GSb5Kh3fWLSVPeuCtl7ou7YkyD',420000,'湖北省',420900,'孝感市',420981,'应城市',NULL,NULL),
('3Ugo0Kv80tbkWzPiP5OFIpJjcRz8OsHW',450000,'广西壮族自治区',450300,'桂林市',450326,'永福县',NULL,NULL),
('3vettOvW16hYO2zA5w93G340IlqVc2t6',450000,'广西壮族自治区',450600,'防城港市',450681,'东兴市',NULL,NULL),
('3vfzXUuyaZhjzKQRBfiyHHfZ243S6Jav',210000,'辽宁省',210900,'阜新市',210922,'彰武县',NULL,NULL),
('3ViAQkYGnDUuy8QDwwRBgmR5EP0qYoVh',540000,'西藏自治区',542200,'山南地区',542221,'乃东县',NULL,NULL),
('3XseGvm5dEtgHBHzzZ4eOdtAjEaIXrbp',110000,'北京市',110100,'市辖区',110109,'门头沟区',NULL,NULL),
('3XsfKOGQY9J0Ils5VaTOgGr2Ig06kcQs',130000,'河北省',130800,'承德市',130827,'宽城满族自治县',NULL,NULL),
('3yssLgQjRdjLKi2aAefqbwRBfgp8hQdl',140000,'山西省',140900,'忻州市',140902,'忻府区',NULL,NULL),
('3YzKRTILu0oOHUjEcQuJ3Ta0nHeSyZ7u',620000,'甘肃省',620800,'平凉市',620826,'静宁县',NULL,NULL),
('3zvDyGzDlE4cEwvLapmqT0bK2MDHpNyg',520000,'贵州省',522600,'黔东南苗族侗族自治州',522624,'三穗县',NULL,NULL),
('3zyQqpCGpRTLWffnZBWIDP3EWAYXHubg',620000,'甘肃省',620100,'兰州市',620123,'榆中县',NULL,NULL),
('40Hh9Nk6lihmONqwdkP2viO1vjUp8l7q',430000,'湖南省',430400,'衡阳市',430408,'蒸湘区',NULL,NULL),
('43T8PBmORGHg5uZlyDitiTrleY0ZKCGr',650000,'新疆维吾尔自治区',653100,'喀什地区',653128,'岳普湖县',NULL,NULL),
('451Hh8IYyIJmu9970wrtSOiRfwFBTwJV',540000,'西藏自治区',540200,'日喀则市',540228,'白朗县',NULL,NULL),
('46bpmnG5hWHuewJXrbpjbRAd6KgVEipY',520000,'贵州省',520300,'遵义市',520326,'务川仡佬族苗族自治县',NULL,NULL),
('47cuFKztuQBlKwcjKH46amazaX9IXsgO',510000,'四川省',511700,'达州市',511723,'开江县',NULL,NULL),
('47fIEZNQGLykR7SPplnF1ZHoIfVHxuEE',440000,'广东省',440500,'汕头市',440512,'濠江区',NULL,NULL),
('49nfZ0VtoqMtQDvrzjJwgA04eLXjxBhn',430000,'湖南省',431000,'郴州市',431024,'嘉禾县',NULL,NULL),
('4AB4nwkWwCnS7Li15eIJnt85PMdz2mxq',210000,'辽宁省',211400,'葫芦岛市',211421,'绥中县',NULL,NULL),
('4auK8eCfc6Ki6qGYD6tSPm7pt1wl31QY',370000,'山东省',371300,'临沂市',371328,'蒙阴县',NULL,NULL),
('4AzWQeuBp1JqNx7PBnUflR4BFoLuZlCR',370000,'山东省',371700,'菏泽市',371728,'东明县',NULL,NULL),
('4BDcVUyUKOGOPAhutGR8SPm8sGWrgRiM',620000,'甘肃省',620100,'兰州市',620105,'安宁区',NULL,NULL),
('4CGpOGORJT8NrGSekNRK0CVB7zlScb81',650000,'新疆维吾尔自治区',654000,'伊犁哈萨克自治州',654025,'新源县',NULL,NULL),
('4dGE10PV18tPy7Li3eN89bhGpSX13565',430000,'湖南省',430200,'株洲市',430202,'荷塘区',NULL,NULL),
('4DOYipYseChkFcOhQeqhYTn1PW4nwhIB',370000,'山东省',370100,'济南市',370102,'历下区',NULL,NULL),
('4DOZoOHTejJwfzTCe9SNcsw4BFmDUwKY',310000,'上海市',310100,'市辖区',310105,'长宁区',NULL,NULL),
('4eN5SX134ZBRkTlUjEdVQgC9LdDlGeUJ',420000,'湖北省',420200,'黄石市',420281,'大冶市',NULL,NULL),
('4EQa5PGNLhVFoNDFdXXNU1dPk230HklB',420000,'湖北省',421100,'黄冈市',421182,'武穴市',NULL,NULL),
('4fQl0SdftqylRa4IdM6XnPQz9UUDlBRm',370000,'山东省',370700,'潍坊市',370702,'潍城区',NULL,NULL),
('4fRn9rDGlufDfaYdY27k7tOuTN9exOk3',110000,'北京市',110200,'县',110229,'延庆县',NULL,NULL),
('4G0Q4EUo6al49mdSwPsCwEwwQvOniaPv',530000,'云南省',530600,'昭通市',530629,'威信县',NULL,NULL),
('4G4aqv5JeQn9uNnkmF7pylWuuOrzo7eF',440000,'广东省',440200,'韶关市',440222,'始兴县',NULL,NULL),
('4gVHywL50AN2F1ZGigiyGDXIzyUIEZNS',340000,'安徽省',341600,'亳州市',341601,'市辖区',NULL,NULL),
('4gVIEUqfM2HcL2KrOAmR4DMPED4i7v3A',510000,'四川省',510600,'德阳市',510601,'市辖区',NULL,NULL),
('4H6gRkWxJS1mxrtRHKxfttLfLWfhvuOq',140000,'山西省',140600,'朔州市',140603,'平鲁区',NULL,NULL),
('4i7yfpbtGR3zvEzLXlE6mnCNZqWkCYRd',350000,'福建省',350500,'泉州市',350581,'石狮市',NULL,NULL),
('4i9IWqal5eJMzjKBC8GPW2fXToasDC3e',210000,'辽宁省',210200,'大连市',210203,'西岗区',NULL,NULL),
('4IdJT6GUnZC12ZHmyuGKzqfQhKIaz8QD',120000,'天津市',120100,'市辖区',120103,'河西区',NULL,NULL),
('4jaJ0HkmE38niaNiYOZnHg19w2sZpVec',360000,'江西省',360900,'宜春市',360922,'万载县',NULL,NULL),
('4Jh3jcULWeca1viOZlzHBKNycen3Wrao',320000,'江苏省',320500,'苏州市',320501,'市辖区',NULL,NULL),
('4kdWVFlCRhHs1zDjung05eKVb1oHdM5X',410000,'河南省',411300,'南阳市',411330,'桐柏县',NULL,NULL),
('4lkvm8qzqfMZujVyNdtBq9k241MDGlyw',460000,'海南省',469000,'省直辖县级行政区划',469005,'文昌市',NULL,NULL),
('4mqSY15aoloJkhgkHltcnavUPgGufzZ2',140000,'山西省',141100,'吕梁市',141182,'汾阳市',NULL,NULL),
('4ms2F36bsBrgN4LsQFGf2ie4u4Koxm3Z',530000,'云南省',533100,'德宏傣族景颇族自治州',533122,'梁河县',NULL,NULL),
('4NDAUB9LcxVSstQCsdA5v93F21PVWP7Y',450000,'广西壮族自治区',450400,'梧州市',450401,'市辖区',NULL,NULL),
('4oCKJePiOZoQREsdz0aFGf09y9XbUOad',500000,'重庆市',500100,'市辖区',500110,'綦江区',NULL,NULL),
('4OFJwepeM1DXHuclYFgbVVHAEjtgIFYL',410000,'河南省',410100,'郑州市',410103,'二七区',NULL,NULL),
('4oyrmmwoeQl0Q4EShDaK53OK8iSlWuuM',210000,'辽宁省',211200,'铁岭市',211221,'铁岭县',NULL,NULL),
('4PJ3UfjFf6CAWO3HbFCXLKkcSEq2Ku2x',150000,'内蒙古自治区',150500,'通辽市',150525,'奈曼旗',NULL,NULL),
('4qJh17noCNW8K9k22UgslcNdyWTuBp4Z',130000,'河北省',130400,'邯郸市',130403,'丛台区',NULL,NULL),
('4QPtJ53PRClLzrkaGLAtrCD9FKBC5pER',130000,'河北省',130400,'邯郸市',130427,'磁县',NULL,NULL),
('4rOBq9jYMMpxkTiEbOmdOfFqXoS6GVrj',340000,'安徽省',341000,'黄山市',341001,'市辖区',NULL,NULL),
('4rPFGg6BvAdb8V4pFZJzuAkHmyyVMYlH',340000,'安徽省',340500,'马鞍山市',340503,'花山区',NULL,NULL),
('4rRRvNk4cEvnfYUvCoZCWIBJDShC4nxl',140000,'山西省',140900,'忻州市',140925,'宁武县',NULL,NULL),
('4S3qQL662JmrYqZwtGQYaK664QSFzFr6',450000,'广西壮族自治区',450900,'玉林市',450901,'市辖区',NULL,NULL),
('4sTZ7qCDcTJNFNOuQCnT9TUGxvK3RY9F',650000,'新疆维吾尔自治区',652900,'阿克苏地区',652901,'阿克苏市',NULL,NULL),
('4sV6zp8k258fEpUaVZ0Rb93DQabeqgTu',430000,'湖南省',431200,'怀化市',431227,'新晃侗族自治县',NULL,NULL),
('4T4wdm0MKeM3Jkkvoi7x91udqj9GLBAX',150000,'内蒙古自治区',150400,'赤峰市',150426,'翁牛特旗',NULL,NULL),
('4T5AyPiRhB3jf7GTiEcSCitiTqj7v0ly',450000,'广西壮族自治区',450400,'梧州市',450405,'长洲区',NULL,NULL),
('4tZoNFKCGqU7HZHmzCd4yn2WoZBSpfTy',510000,'四川省',511100,'乐山市',511124,'井研县',NULL,NULL),
('4tZpSZbK4WmPRHKtYhjAOafA2h8DEaJY',350000,'福建省',350400,'三明市',350481,'永安市',NULL,NULL),
('4u1wnaz9VZZOYe4vaaaabfvExDmJpI9v',520000,'贵州省',522300,'黔西南布依族苗族自治州',522328,'安龙县',NULL,NULL),
('4u3CLPHR1pLuW7Ask8y9XcUQjSfvBjD4',450000,'广西壮族自治区',450100,'南宁市',450103,'青秀区',NULL,NULL),
('4u4KmnG5gUzXVB2h5rOx8SNfDhnPTOeA',140000,'山西省',140800,'运城市',140826,'绛县',NULL,NULL),
('4u6T0bK1JpG2WusFOSPjVvCnUgqcz4wb',500000,'重庆市',500200,'县',500236,'奉节县',NULL,NULL),
('4Vhq7ajTmYFdWTuDwA9RGGcNctCwz9RI',410000,'河南省',411400,'商丘市',411403,'睢阳区',NULL,NULL),
('4whFlyA7FPZjs9ezZ5j9CvxZ9EC0ZNOx',130000,'河北省',130600,'保定市',130631,'望都县',NULL,NULL),
('4xhB2fVLSVO87YnMBxGGcL4T4xiIwkWx',650000,'新疆维吾尔自治区',652300,'昌吉回族自治州',652301,'昌吉市',NULL,NULL),
('4xiHrWfgo3TaYdY4i5qEQ7V6zo43S4yq',230000,'黑龙江省',230800,'佳木斯市',230822,'桦南县',NULL,NULL),
('4Xq65YpXp2NJ4ZyHE1ZKztvW020NMlf0',530000,'云南省',530100,'昆明市',530126,'石林彝族自治县',NULL,NULL),
('4yn3YyHG7ou5OFJt1vl31QZhd8QEBRkT',450000,'广西壮族自治区',450200,'柳州市',450225,'融水苗族自治县',NULL,NULL),
('4yoavRCkD3bBhrcxXZTo41LylUnYyKSY',530000,'云南省',532900,'大理白族自治州',532928,'永平县',NULL,NULL),
('4ypdHG8uSM6Ysal2ZHltbl2XyKRWXP5N',410000,'河南省',410700,'新乡市',410721,'新乡县',NULL,NULL),
('4Yr8akXC5qGZJwhGqVbX4jbQwVTwMama',150000,'内蒙古自治区',150700,'呼伦贝尔市',150721,'阿荣旗',NULL,NULL),
('4Yxz4sYkyAaURpjbNj1YD8ygsk7uTPiS',130000,'河北省',130500,'邢台市',130582,'沙河市',NULL,NULL),
('4ZxA9QCq5ZxxWXMSSAbY9HQZgc1mBLPH',410000,'河南省',410200,'开封市',410211,'金明区',NULL,NULL),
('50E258iSkUlSa4G2XwBivuNk8tPzb3ys',130000,'河北省',130400,'邯郸市',130429,'永年县',NULL,NULL),
('53OKarw93BKJeQl0Sb8ZmE23ZE9AmR4z',630000,'青海省',630100,'西宁市',630123,'湟源县',NULL,NULL),
('53OLdDlHg5sTTGxwPpnu97YoRX5moHaA',500000,'重庆市',500200,'县',500228,'梁平县',NULL,NULL),
('53QW18pva7YmIkjsbpkhd5BAYVB2g1bF',220000,'吉林省',220400,'辽源市',220401,'市辖区',NULL,NULL),
('54Uc7OzdekNPAiyIJpFXBXRiHubiMRL5',230000,'黑龙江省',230800,'佳木斯市',230811,'郊区',NULL,NULL),
('552LxfuwY9EFcPmdOez08uRJVfjFdWRm',230000,'黑龙江省',231200,'绥化市',231226,'绥棱县',NULL,NULL),
('565XoUfkIt2DRgyRuFKAtuTOcqnt2DUv',610000,'陕西省',610300,'宝鸡市',610323,'岐山县',NULL,NULL),
('5675XnQVXRhFikzKPLbtEHmAEmG9AjD6',410000,'河南省',410700,'新乡市',410726,'延津县',NULL,NULL),
('5676ZvncIOJ53RX5oxlXD5nt4KpFTkNP',650000,'新疆维吾尔自治区',659000,'自治区直辖县级行政区划',659004,'五家渠市',NULL,NULL),
('567886XkBTuzgp7cuIVjCZYKEQ8W8HUi',530000,'云南省',530700,'丽江市',530701,'市辖区',NULL,NULL),
('58fIF0ThzRogWNZqYp0E3ax2mzCbVTwL',510000,'四川省',511500,'宜宾市',511501,'市辖区',NULL,NULL),
('58gLSWSobBiuprPEBVFpPOnh9LcwRBgm',370000,'山东省',370600,'烟台市',370612,'牟平区',NULL,NULL),
('58hO5NAp7eCgflORIPPuNmg3klzDkAN2',610000,'陕西省',610100,'西安市',610104,'莲湖区',NULL,NULL),
('58hRgAZ37iVA2dPm8sHZGjjthQdn59k3',230000,'黑龙江省',231200,'绥化市',231224,'庆安县',NULL,NULL),
('59iVyPk0R9ZlzGzCc0f4t0r1CRiMOy9Y',230000,'黑龙江省',230300,'鸡西市',230382,'密山市',NULL,NULL),
('5Aux4ypdGE0VrgRn5bsCxHGaCq79hKKm',130000,'河北省',130200,'唐山市',130224,'滦南县',NULL,NULL),
('5BAZZR8ZkwtCwCnPTN75SZ8x7RNfDkzG',230000,'黑龙江省',230700,'伊春市',230716,'上甘岭区',NULL,NULL),
('5BB06lg8J3Yunh6uZkvmbDtiUvDvuK7b',140000,'山西省',140900,'忻州市',140931,'保德县',NULL,NULL),
('5BC5rOzgp8iSn5apoyrot2BKNx8UZ37j',110000,'北京市',110100,'市辖区',110111,'房山区',NULL,NULL),
('5cCivtFLEOW8FNNrCFks75U9SKWhshPc',610000,'陕西省',610100,'西安市',610124,'周至县',NULL,NULL),
('5cxWYQ8Yjvoje2mwl1Sb8YinPTPiP4H8',220000,'吉林省',220500,'通化市',220581,'梅河口市',NULL,NULL),
('5DNUY0YEbNjXKETjKFVqfLXjvrv3CNW9',430000,'湖南省',433100,'湘西土家族苗族自治州',433127,'永顺县',NULL,NULL),
('5eHHbGGdTCitjXHt70vl1YBXMU2h7Arg',220000,'吉林省',220200,'吉林市',220202,'昌邑区',NULL,NULL),
('5fQhKKljnMArj4fStBp4ZAN5QQxY6rH4',360000,'江西省',361000,'抚州市',361030,'广昌县',NULL,NULL),
('5G1UjD7xcb81wm5buLbtCyM3KsQIR0ga',530000,'云南省',532500,'红河哈尼族彝族自治州',532528,'元阳县',NULL,NULL),
('5i6rKeN8983JmqT0bL760zGxruYe3pIc',530000,'云南省',530500,'保山市',530523,'龙陵县',NULL,NULL),
('5I9qwcesnoG5eILtW8EKAwIR1kr3Lu0p',210000,'辽宁省',211200,'铁岭市',211224,'昌图县',NULL,NULL),
('5IbCpZyFvm6i12ZEaGNJ7eEnOJ7bpns1',440000,'广东省',441400,'梅州市',441422,'大埔县',NULL,NULL),
('5j6rI7hVzVKNBqdCitjYOV3kimJrPEE7',510000,'四川省',513300,'甘孜藏族自治州',513335,'巴塘县',NULL,NULL),
('5j7ycdlR9ZnHfZ2569hMTWTvEAQgC8FM',140000,'山西省',140700,'晋中市',140781,'介休市',NULL,NULL),
('5JeQm5cAbYbRz5ymXyM1F5j5nu6V8LfN',420000,'湖北省',420300,'十堰市',420303,'张湾区',NULL,NULL),
('5JfTxQsBvwURqou83JjdXYQ8YhmONpu3',530000,'云南省',530300,'曲靖市',530381,'宣威市',NULL,NULL),
('5kbNhRiKG1VnYxEsbm8qAtrBzRsyekPX',410000,'河南省',411500,'信阳市',411522,'光山县',NULL,NULL),
('5KjdWUA0aBnUgp665Yq4VfizOdrpzuw2',340000,'安徽省',340700,'铜陵市',340711,'郊区',NULL,NULL),
('5NCxHF8sMlcOk1XzOcn8oqLpAxNaiP7T',340000,'安徽省',340200,'芜湖市',340222,'繁昌县',NULL,NULL),
('5nt4KlnG7mjip0CWHuaeuBp2QUTA6zp9',130000,'河北省',130400,'邯郸市',130433,'馆陶县',NULL,NULL),
('5Nw4ETjMKfPfzY1YHnF0UjJvdpfRobDp',130000,'河北省',131100,'衡水市',131126,'故城县',NULL,NULL),
('5NzjFe1dSA8Mj5kf3nxqmlwn9uPx3t5O',450000,'广西壮族自治区',451200,'河池市',451228,'都安瑶族自治县',NULL,NULL),
('5NzjFg8J4ZCXNTXVC8EIt4Mw6MpAyOhO',410000,'河南省',411200,'三门峡市',411282,'灵宝市',NULL,NULL),
('5oysqzspwcgzUEmGbHPSHKrQL4WkGeZ2',650000,'新疆维吾尔自治区',654300,'阿勒泰地区',654326,'吉木乃县',NULL,NULL),
('5ozsqCC7BrfMXlE5j7xb91t99aclXC18',370000,'山东省',371700,'菏泽市',371727,'定陶县',NULL,NULL),
('5pBB4lpOIVnWrapmrU7HYC2aAfjHnCP6',230000,'黑龙江省',230800,'佳木斯市',230833,'抚远县',NULL,NULL),
('5PHQ0hhmPSKYthQbfwIQTL1CSm0LGYD6',510000,'四川省',510400,'攀枝花市',510401,'市辖区',NULL,NULL),
('5QMeEoS4vcjLMrH1S8UY0VtrAtqAvzc8',510000,'四川省',511500,'宜宾市',511528,'兴文县',NULL,NULL),
('5RRz4vbeqhYSiEgc2s2BKKnu983HaCoZ',620000,'甘肃省',620400,'白银市',620423,'景泰县',NULL,NULL),
('5sSOjVyOhMTWTvGHlr2GaAixDr8codL1',360000,'江西省',361100,'上饶市',361123,'玉山县',NULL,NULL),
('5SZaHOPzc8UZ4bAc3yrou7YnLv6PGMFS',510000,'四川省',513300,'甘孜藏族自治州',513329,'新龙县',NULL,NULL),
('5T2ls6Yq3QUQl20IoF0SdiD8Ao2PUUCd',320000,'江苏省',321000,'扬州市',321002,'广陵区',NULL,NULL),
('5T2oG4buK8gMV8KbxX0ZLH468eyTGAJI',220000,'吉林省',220600,'白山市',220605,'江源区',NULL,NULL),
('5T4xiHuabgA1aDvrxdjLG1R4DP2wodKT',410000,'河南省',410300,'洛阳市',410381,'偃师市',NULL,NULL),
('5tYhivuK8fFtdrsKfPfB4qI9rArj4fSv',320000,'江苏省',320500,'苏州市',320585,'太仓市',NULL,NULL),
('5u0r0xxVOafwL4Vhp52NGQ0oJmrYmKu3',320000,'江苏省',320100,'南京市',320114,'雨花台区',NULL,NULL),
('5Whq7csyfmXyHIh6wa4IdM6ZujUtsH0K',410000,'河南省',411600,'周口市',411681,'项城市',NULL,NULL),
('5yiHpPLam8sK9ppDP2zB7DEdX0ZMJcDn',340000,'安徽省',340200,'芜湖市',340221,'芜湖县',NULL,NULL),
('5Yr7874NEIsZpU8PzdcdhEcTGBN2BMU3',520000,'贵州省',522300,'黔西南布依族苗族自治州',522322,'兴仁县',NULL,NULL),
('5ztuSJQVVEkyA7GTfqfMYqZvrw8V6xdk',650000,'新疆维吾尔自治区',654000,'伊犁哈萨克自治州',654022,'察布查尔锡伯自治县',NULL,NULL),
('5Zxz3qODyHG8vVZZNTUHAICMU0cNeCc1',410000,'河南省',411500,'信阳市',411524,'商城县',NULL,NULL),
('60CSm0NOx4BB1cM9dvJYtjYMPEBUyUHE',420000,'湖北省',420300,'十堰市',420304,'郧阳区',NULL,NULL),
('61E11TgreHDTrmjioVjCZVuvVVIEWAVH',640000,'宁夏回族自治区',640200,'石嘴山市',640205,'惠农区',NULL,NULL),
('64T5DIxm1R8SPm8qBxL3MDC29uSIPQx0',510000,'四川省',511900,'巴中市',511922,'南江县',NULL,NULL),
('650DXIAC8FOSL3NFMI7gN1zCd6GYD6tU',510000,'四川省',511100,'乐山市',511132,'峨边彝族自治县',NULL,NULL),
('662Hh6v3CKKi8AmVmQ0kuhKMuYf7I1Q0',230000,'黑龙江省',230100,'哈尔滨市',230111,'呼兰区',NULL,NULL),
('68ctyfo678bjRcgAZ10MLgUyVN3Jlkui',230000,'黑龙江省',230600,'大庆市',230602,'萨尔图区',NULL,NULL),
('6akZPZjpXp0FaECXKKligkE8zfnYzLYp',420000,'湖北省',420100,'武汉市',420104,'硚口区',NULL,NULL),
('6Bvzc7Nw0lxtDzN885U5AtuQCoYwuLap',610000,'陕西省',610300,'宝鸡市',610324,'扶风县',NULL,NULL),
('6CAYUsot2BKMtQFCYOXfaYcVSqnpMv2t',140000,'山西省',140400,'长治市',140421,'长治县',NULL,NULL),
('6DJytuUSuGOOvTPhMU1f07pvbgyPjXEg',420000,'湖北省',421000,'荆州市',421081,'石首市',NULL,NULL),
('6DKEP2zA5tW7DFe2jjq3OMgQfzUHBLRO',210000,'辽宁省',210300,'鞍山市',210304,'立山区',NULL,NULL),
('6ELGZKBC5tV3lnF5fQl0OSNdvHQX4lnH',530000,'云南省',530800,'普洱市',530821,'宁洱哈尼族彝族自治县',NULL,NULL),
('6fKPJ3VgqbtDASrrI6btDzQjUpbvRDpY',130000,'河北省',131000,'廊坊市',131082,'三河市',NULL,NULL),
('6fN6YpYram9w0hc1myxSBfgo0HjkyA9O',330000,'浙江省',330200,'宁波市',330205,'江北区',NULL,NULL),
('6FSdhD8EFg7FOSOfGuduEAO871AGvjSj',130000,'河北省',130600,'保定市',130683,'安国市',NULL,NULL),
('6FSfpbtIZCXMQJZAPafyTDlGcNfDjseC',520000,'贵州省',520600,'铜仁市',520624,'思南县',NULL,NULL),
('6hXJFXC5qH57dyXYOZlzGyxUJLuYf9SJ',510000,'四川省',511900,'巴中市',511923,'平昌县',NULL,NULL),
('6I7jZUp8iWGnHdNcsw4ERdjKFTmUlNQD',350000,'福建省',350600,'漳州市',350602,'芗城区',NULL,NULL),
('6I8j27gQevFE6nqQOk22Tfp8gJKmqT1g',440000,'广东省',445300,'云浮市',445322,'郁南县',NULL,NULL),
('6I8mdPmaAgnWsiVC7BslbL4WkE8v1nIf',430000,'湖南省',431000,'郴州市',431003,'苏仙区',NULL,NULL),
('6j9Cwy5AyNduFHmvjQa96QOmdNdvJZCU',320000,'江苏省',320100,'南京市',320111,'浦口区',NULL,NULL),
('6JfRqlhfdb7SQsBvwX29wX6rJbx1ltds',350000,'福建省',350600,'漳州市',350622,'云霄县',NULL,NULL),
('6lf3nzzYZTlTfqcy0bNeCggo1JsV7ELE',350000,'福建省',350600,'漳州市',350624,'诏安县',NULL,NULL),
('6lf5u4H9wX4lkteyUJMw90oOJ3S7Mpzp',210000,'辽宁省',211300,'朝阳市',211382,'凌源市',NULL,NULL),
('6mmzCc0f4qOzgrhTstOvURpkdY3cDseE',420000,'湖北省',420900,'孝感市',420923,'云梦县',NULL,NULL),
('6MqCGmCRjOW6zlQ1qT2nCMSRxWXNU3lp',410000,'河南省',410300,'洛阳市',410328,'洛宁县',NULL,NULL),
('6MrH0NNpt1wogYUtvW2dOdvHR3wiJBHx',410000,'河南省',410700,'新乡市',410711,'牧野区',NULL,NULL),
('6nrT0bL3RY8AkMKfPcodKWfjE7v1qV9O',220000,'吉林省',220400,'辽源市',220402,'龙山区',NULL,NULL),
('6nt3G8pxgwIPQAc6KgWMRRwUN71CPbdn',640000,'宁夏回族自治区',640300,'吴忠市',640302,'利通区',NULL,NULL),
('6ot2CQdlVrhTvECWGs2HcM5XoUb2wiKI',650000,'新疆维吾尔自治区',652300,'昌吉回族自治州',652302,'阜康市',NULL,NULL),
('6PFE7vZhhnVkIpLrLlf4qJgYSiHqT1ie',410000,'河南省',410300,'洛阳市',410311,'洛龙区',NULL,NULL),
('6PGMEMKi4h4i9J1Ku5ODzN72F38j0Vtq',330000,'浙江省',330500,'湖州市',330521,'德清县',NULL,NULL),
('6SVPcocCnT8QFFaFE8yb7TUJLv2vfxQs',620000,'甘肃省',621000,'庆阳市',621026,'宁县',NULL,NULL),
('6T0cPmcIRY8ziC3gYWC7xdhBZ0UmVmUf',610000,'陕西省',610600,'延安市',610602,'宝塔区',NULL,NULL),
('6U4rROl8rELJdIMButK8gO3G5fQhHwl0',210000,'辽宁省',210200,'大连市',210201,'市辖区',NULL,NULL),
('6v5Ki6sRIQVUDhjCXLPEE7v0nHbGIlqU',450000,'广西壮族自治区',450100,'南宁市',450123,'隆安县',NULL,NULL),
('6Vc1oIeTz3ls3IiaK7dwQsCyKT5Aux3v',440000,'广东省',440300,'深圳市',440301,'市辖区',NULL,NULL),
('6w91taexMal1YBWJF0PZhjvuK7csx8Xb',210000,'辽宁省',210400,'抚顺市',210421,'抚顺县',NULL,NULL),
('6wbbcjMMpzqi3dIOLcz5xjKEP2ytAjFc',410000,'河南省',411700,'驻马店市',411729,'新蔡县',NULL,NULL),
('6WgizKVd7PzfkLEP3zzYYLNtSL3NGPYd',530000,'云南省',532300,'楚雄彝族自治州',532324,'南华县',NULL,NULL),
('6XkD25btGPW3h5rLkaK2PREwsBtpqLml',330000,'浙江省',331100,'丽水市',331101,'市辖区',NULL,NULL),
('6Yr75U8Npu4Jh4mqT0eY1ZLFUnZD4j9E',640000,'宁夏回族自治区',640100,'银川市',640181,'灵武市',NULL,NULL),
('71BLSTHG7nmyuFGhd2mAFpRX27mid0g7',210000,'辽宁省',210100,'沈阳市',210181,'新民市',NULL,NULL),
('71BN0tblZOSOfElBRjNSQrxdhC3h5pFW',440000,'广东省',445300,'云浮市',445303,'云安区',NULL,NULL),
('71BN2CP95NBsiYOYfc5FVslbJVgp52MB',510000,'四川省',513400,'凉山彝族自治州',513436,'美姑县',NULL,NULL),
('72EYKETkOW7CxHKrOBq7bofWMU2icX02',620000,'甘肃省',620100,'兰州市',620121,'永登县',NULL,NULL),
('72HeRvK50BRm0PW2g04dFxyZ8w4CHt99',150000,'内蒙古自治区',150100,'呼和浩特市',150104,'玉泉区',NULL,NULL),
('73LtW9J54Udb4H48iVAXTqj7vYe2knMz',410000,'河南省',410200,'开封市',410201,'市辖区',NULL,NULL),
('76ZwsxdgwDsdyZ7uV17osXe9VYVwJVfl',510000,'四川省',513200,'阿坝藏族羌族自治州',513230,'壤塘县',NULL,NULL),
('773Lv2yuCrcvL8gIDUrlcPoh6tV1bFGc',510000,'四川省',510600,'德阳市',510681,'广汉市',NULL,NULL),
('78agDgfhtpqKi7uZilE5i3dL2Jnxn7j1',360000,'江西省',360900,'宜春市',360981,'丰城市',NULL,NULL),
('79dtzfmSca6RQuLbqrNrI2WnWoXtmcK1',510000,'四川省',511500,'宜宾市',511503,'南溪区',NULL,NULL),
('79dvK1InxobAc5GYHnCN0uhKLnrT1eXU',360000,'江西省',360400,'九江市',360428,'都昌县',NULL,NULL),
('79exOk39nh6yiFijtk1ZKAyOhO2ADhmL',500000,'重庆市',500100,'市辖区',500107,'九龙坡区',NULL,NULL),
('79fCbVUB8GR4DOZmF7qBB3h7yiC5mrU6',370000,'山东省',371400,'德州市',371428,'武城县',NULL,NULL),
('7Bvy4yn6dA6CFgaUTyVPbhFmF6j8AjGl',430000,'湖南省',430500,'邵阳市',430502,'双清区',NULL,NULL),
('7DFgbX3h5oxm30IrQK3QURncExBc1lvk',410000,'河南省',411700,'驻马店市',411727,'汝南县',NULL,NULL),
('7EJzuAiATxQsAn0IpLpAzUFs871AIFZQ',630000,'青海省',630100,'西宁市',630101,'市辖区',NULL,NULL),
('7FP0mE21Q2u9abfyTBbW022VlMJ7hSn5',450000,'广西壮族自治区',451000,'百色市',451024,'德保县',NULL,NULL),
('7HXwAb1nF22UgrfJMw6PFGg5u1wkWyOf',410000,'河南省',410900,'濮阳市',410902,'华龙区',NULL,NULL),
('7j27iYNW8HUizQkWzRrrI9ooAA3jgeeg',410000,'河南省',411000,'许昌市',411081,'禹州市',NULL,NULL),
('7JatIYyIJlmDWDbSDq4Ub2t5QNiUxMaj',430000,'湖南省',430200,'株洲市',430224,'茶陵县',NULL,NULL),
('7k9BnVjFe08x9W5rOydfp9okikAM0wrt',330000,'浙江省',330400,'嘉兴市',330421,'嘉善县',NULL,NULL),
('7LhZVuvUUB8J3WmQW4jdX1342OLgOack',430000,'湖南省',431100,'永州市',431127,'蓝山县',NULL,NULL),
('7MnoDSkQ5LmoIfTB8K9maDwvNjZSfsop',630000,'青海省',632700,'玉树藏族自治州',632722,'杂多县',NULL,NULL),
('7nls5T4wcgyRszkMKeKU9QCq79fEkwrv',420000,'湖北省',420500,'宜昌市',420526,'兴山县',NULL,NULL),
('7noH6i25bsDC01VqapnubfxOiSiKDP2x',370000,'山东省',371000,'威海市',371083,'乳山市',NULL,NULL),
('7oqPFHmvkZLFUmXvvPvSGE1YHnF344Zy',140000,'山西省',140700,'晋中市',140729,'灵石县',NULL,NULL),
('7ot0s9agEkul5eIJkksblZOW5qI9rBuw',130000,'河北省',130700,'张家口市',130733,'崇礼县',NULL,NULL),
('7PAiyHIh6xb81ueySCglKxhEe3qNw3ys',150000,'内蒙古自治区',150700,'呼伦贝尔市',150722,'莫力达瓦达斡尔族自治旗',NULL,NULL),
('7PDvtGQ2s2F1ZJwespweqgTtAlMKcDnP',530000,'云南省',533100,'德宏傣族景颇族自治州',533123,'盈江县',NULL,NULL),
('7PEBWHyvIS6I7gPbfwIQUTxQuIXtk4by',540000,'西藏自治区',540300,'昌都市',540328,'芒康县',NULL,NULL),
('7qCEdY5lhd6FTiFhd4yqgUB6wceqhVFn',510000,'四川省',511800,'雅安市',511801,'市辖区',NULL,NULL),
('7qCFhhnTdb7TY26fLSZ8x7PEAObhIxqm',520000,'贵州省',522600,'黔东南苗族侗族自治州',522634,'雷山县',NULL,NULL),
('7rENQGJtYjsbm9uPx2qQOl6kaJWoXtk1',530000,'云南省',530100,'昆明市',530111,'官渡区',NULL,NULL),
('7RMbncJRX3gXQciHt5SVRn9rAqgPevEA',340000,'安徽省',341500,'六安市',341501,'市辖区',NULL,NULL),
('7sOx4BB3iaMfKNBuuPuPvRFyCjvsBurD',650000,'新疆维吾尔自治区',653100,'喀什地区',653125,'莎车县',NULL,NULL),
('7tRIONldSAaSIPOrCD6uYgeeguuOrCC4',410000,'河南省',410700,'新乡市',410725,'原阳县',NULL,NULL),
('7tTPjUqi00P0mDXIwkUo42ONmf1aEBRk',230000,'黑龙江省',230400,'鹤岗市',230402,'向阳区',NULL,NULL),
('7TWSn8lbJViwy4u7WaSHJpFWAUCd3u81',530000,'云南省',530600,'昭通市',530626,'绥江县',NULL,NULL),
('7uV2dQqqFShzTA4sSTHBMWcZbPrw7STH',150000,'内蒙古自治区',150400,'赤峰市',150429,'宁城县',NULL,NULL),
('7vZhitj0WurDGmAIEVvCoWp4VhrdCgjD',450000,'广西壮族自治区',451000,'百色市',451022,'田东县',NULL,NULL),
('7vZilGf1aFCZSiFheb3xn6dBd8PBo0Fb',640000,'宁夏回族自治区',640300,'吴忠市',640381,'青铜峡市',NULL,NULL),
('7w3BEkwszlQ2u996WffjFgaQAeeiEcUM',150000,'内蒙古自治区',150200,'包头市',150223,'达尔罕茂明安联合旗',NULL,NULL),
('7w4CLLnrU3nxstQFD10R5I9tLfN1CO5P',540000,'西藏自治区',540400,'林芝市',540424,'波密县',NULL,NULL),
('7WaSGF5h1357bqmnEXEe5zp9ppGZNOx5',120000,'天津市',120100,'市辖区',120115,'宝坻区',NULL,NULL),
('7WbW17k8x9YggkHnzCd1luhMU09AlNLi',610000,'陕西省',610800,'榆林市',610821,'神木县',NULL,NULL),
('7Xjung2cL1E4eO9clZMJbz8OvTNbl2ZG',440000,'广东省',441600,'河源市',441621,'紫金县',NULL,NULL),
('7yelScb91xtBqang17qzpcCmJrRPokik',530000,'云南省',530100,'昆明市',530127,'嵩明县',NULL,NULL),
('7yen1PVYVzWMWbW04bvRDq2Kv7SUIJll',340000,'安徽省',341500,'六安市',341523,'舒城县',NULL,NULL),
('7yfn2R0kr2KtXd1jlCVB3jhglJu6TY26',210000,'辽宁省',210500,'本溪市',210502,'平山区',NULL,NULL),
('7yfqdGAHBLRSBd9V2fZ36fIF5eKU7HZI',320000,'江苏省',321000,'扬州市',321001,'市辖区',NULL,NULL),
('80uewL8bm48k230IpIbBlLDGoKqH47dA',440000,'广东省',440400,'珠海市',440402,'香洲区',NULL,NULL),
('81uexRwSEr61G8vW17nls72F244ZyCjx',440000,'广东省',445300,'云浮市',445301,'市辖区',NULL,NULL),
('83F1WuqyiHqSWVDd2pMtSMahNXc1ls87',210000,'辽宁省',210400,'抚顺市',210403,'东洲区',NULL,NULL),
('83G9uRHJqJgWKMuUXVyRruXcVTxRxXYQ',460000,'海南省',469000,'省直辖县级行政区划',469023,'澄迈县',NULL,NULL),
('85QQwUQl0Q3BFoLxba6PIXsfHBLOFJsX',130000,'河北省',130800,'承德市',130804,'鹰手营子矿区',NULL,NULL),
('86XhoWmR2u84OFIsXgixEsajTo6btDzQ',350000,'福建省',350100,'福州市',350122,'连江县',NULL,NULL),
('886Vd9TTCfda3BHvhKIazb1qT2jjsbof',130000,'河北省',130400,'邯郸市',130435,'曲周县',NULL,NULL),
('8873IgZ23YyHHdPjXGmAFtafA2eWQfvF',530000,'云南省',530600,'昭通市',530630,'水富县',NULL,NULL),
('8885RTKRUM2Ih4nvdqkcQuIWqaoi7zlR',210000,'辽宁省',210100,'沈阳市',210106,'铁西区',NULL,NULL),
('8aeuDzJNCyKWjzM0voh4mqT2koPLbsyh',140000,'山西省',141000,'临汾市',141001,'市辖区',NULL,NULL),
('8CurzmXzN85T2kmE0XBWNYlCTtvW3h4o',320000,'江苏省',320300,'徐州市',320321,'丰县',NULL,NULL),
('8dvHR2qQMfHAIEWC6w6MsNrDFkufEkwr',140000,'山西省',140500,'晋城市',140524,'陵川县',NULL,NULL),
('8FLGYEaK4XoViwBiunje6ENQHPPwZe2l',130000,'河北省',130600,'保定市',130602,'竞秀区',NULL,NULL),
('8gIDQcgAXTqj6pzspxhC6v3AA2iaMhUy',430000,'湖南省',430800,'张家界市',430822,'桑植县',NULL,NULL),
('8GOSOfFpS1igflLGUlS8V4nytw4CGr0y',350000,'福建省',350800,'龙岩市',350824,'武平县',NULL,NULL),
('8GPYf6EMMqCFjnONk9BnWp4WlKwepbxZ',110000,'北京市',110200,'县',110228,'密云县',NULL,NULL),
('8HVlQ1oMw6PEAQhHwn9uNldQqsPBmR4C',330000,'浙江省',330100,'杭州市',330105,'拱墅区',NULL,NULL),
('8I0Jt3DSlTgux1kpWjAPdpfPiNV5tWbT',130000,'河北省',130100,'石家庄市',130184,'新乐市',NULL,NULL),
('8iYMQJYwwTIKsUXWFnHcK0BSo9ppIcEw',430000,'湖南省',430300,'湘潭市',430302,'雨湖区',NULL,NULL),
('8LfLU8NpsXd2pNxb7RPneTBaRFyEoT5A',320000,'江苏省',320900,'盐城市',320921,'响水县',NULL,NULL),
('8meTEoT7I7eGxsxa4EVuuSIMDEdXXMSR',620000,'甘肃省',620300,'金昌市',620301,'市辖区',NULL,NULL),
('8Mj4gWKLqEP4FZMNtNqzrj6oxkSelTfq',430000,'湖南省',430900,'益阳市',430923,'安化县',NULL,NULL),
('8Mk9AmPV04bwUObjRcerj8w4ESeo7fJJ',130000,'河北省',130800,'承德市',130803,'双滦区',NULL,NULL),
('8NrFOVZ3asFNNrFRa4H6hTuAiBWJF1Ul',530000,'云南省',532500,'红河哈尼族彝族自治州',532503,'蒙自市',NULL,NULL),
('8NrHXyJRUPexPploIi8BvwX3dL0CUuAk',640000,'宁夏回族自治区',640300,'吴忠市',640303,'红寺堡区',NULL,NULL),
('8OtKdFxxUKT5xgxM5YpZzJMyhAWMU1g4',450000,'广西壮族自治区',450100,'南宁市',450125,'上林县',NULL,NULL),
('8PCsgO4NzlOUWQdm1PX6v5JeM5Vd9W4o',330000,'浙江省',330100,'杭州市',330182,'建德市',NULL,NULL),
('8pu3EUspu6QJ0F8zeiEbOk5eN85T4v7X',230000,'黑龙江省',230500,'双鸭山市',230524,'饶河县',NULL,NULL),
('8QCr8fFr0zEnLyjJAzXSo8j39qyjKERb',330000,'浙江省',331000,'台州市',331024,'仙居县',NULL,NULL),
('8qyiGoHdOfDjr8ahLQIUdccftsHYBVEm',620000,'甘肃省',620100,'兰州市',620102,'城关区',NULL,NULL),
('8RK1HibSHJloLuYhitl6mjkxz4rTXWEh',520000,'贵州省',522700,'黔南布依族苗族自治州',522730,'龙里县',NULL,NULL),
('8SOhNYkBO5RTJMxfqfN7Zr4U7JbvSEuk',410000,'河南省',410900,'濮阳市',410901,'市辖区',NULL,NULL),
('8TTCfefnYBVEmF4fObhKIay6GYC02ZEb',650000,'新疆维吾尔自治区',653200,'和田地区',653227,'民丰县',NULL,NULL),
('8TUGwpjbPqsRL51E0YFhbY9DAQjTmVrd',130000,'河北省',130600,'保定市',130623,'涞水县',NULL,NULL),
('8uPy7Jbz7I2VnUhxEthP94Jkihp1Kwdk',440000,'广东省',440700,'江门市',440704,'江海区',NULL,NULL),
('8uRJU9SOdwOjZOYfaTRsv1s2F4bvSILw',460000,'海南省',460200,'三亚市',460201,'市辖区',NULL,NULL),
('8V5v5MuX8FLEQ4EShB19y6KfPewMbqpz',370000,'山东省',370300,'淄博市',370322,'高青县',NULL,NULL),
('8V7Bvy7Lk9CvuNj38l9Bp2RY9EGg9LcA',510000,'四川省',513300,'甘孜藏族自治州',513334,'理塘县',NULL,NULL),
('8vVZ1Wtqv7SVO85TZ8ydemYD4i6uW5sT',220000,'吉林省',220500,'通化市',220523,'辉南县',NULL,NULL),
('8w2qU4v94IgXSkQ3BICJH7lbIR2qRSDn',450000,'广西壮族自治区',450400,'梧州市',450421,'苍梧县',NULL,NULL),
('8W5u1s3Lw90s5T5zqhWJDP5NygrhTuAi',450000,'广西壮族自治区',450300,'桂林市',450305,'七星区',NULL,NULL),
('8WaPuMiZTmWrfMYoS1joOJ4YwwUM0yCf',450000,'广西壮族自治区',451200,'河池市',451222,'天峨县',NULL,NULL),
('8x8SQrtV2g2fVKOEGg8J7bqqESfqeHE1',330000,'浙江省',331000,'台州市',331002,'椒江区',NULL,NULL),
('8x8V1aBlLCFlwsw4ESgwFDYQ91ugHufz',230000,'黑龙江省',231000,'牡丹江市',231085,'穆棱市',NULL,NULL),
('8XgfjEaHR1oIg2dOfCd1lugFnIicWXP4',530000,'云南省',530400,'玉溪市',530427,'新平彝族傣族自治县',NULL,NULL),
('8yfn0JvbepeM1DUux7LkbL66ZxwQxX15',230000,'黑龙江省',230500,'双鸭山市',230501,'市辖区',NULL,NULL),
('8YhkE5ljnNFORJUc8TVLT1hbVSuFHkoP',460000,'海南省',460100,'海口市',460106,'龙华区',NULL,NULL),
('90s5S0dTEsakYGmCQeqgUzY0XASuHOPx',440000,'广东省',441800,'清远市',441821,'佛冈县',NULL,NULL),
('94Jkf8KbtIZE6nsXghrfLTZaFFcOk22U',130000,'河北省',130500,'邢台市',130503,'桥西区',NULL,NULL),
('95MuXbRz8OsH0Jt2zCc1koQUPgHwnay4',230000,'黑龙江省',230200,'齐齐哈尔市',230205,'昂昂溪区',NULL,NULL),
('980wpjbOk5fPdrrGUo3WoZD0YIvckRa5',410000,'河南省',410400,'平顶山市',410411,'湛河区',NULL,NULL),
('9bhHudtvZg9RGF8vW4loJibOomu9bgEg',230000,'黑龙江省',231200,'绥化市',231202,'北林区',NULL,NULL),
('9bkWyM3NEGiipZBTsvW3h4kijvrygvy7',650000,'新疆维吾尔自治区',650200,'克拉玛依市',650205,'乌尔禾区',NULL,NULL),
('9cph18osV4qLnpMv0nGaCraoi8EE8Bsk',370000,'山东省',370200,'青岛市',370201,'市辖区',NULL,NULL),
('9CsiYNV4oCMQL660yDlE5hZVxM5VfixH',330000,'浙江省',330200,'宁波市',330283,'奉化市',NULL,NULL),
('9CupsTVO6U4rTY0YGmBLSUMZq0AKPLap',510000,'四川省',511000,'内江市',511011,'东兴区',NULL,NULL),
('9dphZXFjmKsV4qIcFBO85QOmcL3OLdCi',610000,'陕西省',610600,'延安市',610631,'黄龙县',NULL,NULL),
('9exPoh4ms3IgYYKETmVmVnYxEr88agDd',620000,'甘肃省',621200,'陇南市',621222,'文县',NULL,NULL),
('9fA3ms5SXYSjJAB4pERbbepcClFbJXrc',150000,'内蒙古自治区',150100,'呼和浩特市',150121,'土默特左旗',NULL,NULL),
('9fEkxvOokjq0CWEjr5ZwuJZD4eOduCus',320000,'江苏省',320900,'盐城市',320903,'盐都区',NULL,NULL),
('9FMJ8laEzIKoCHvfzXUvCrdz5wbbfwIQ',510000,'四川省',513400,'凉山彝族自治州',513431,'昭觉县',NULL,NULL),
('9GOQBmOQAivxZaJZAMZtfEkwsyfo69k0',140000,'山西省',140900,'忻州市',140923,'代县',NULL,NULL),
('9iRgAYWEgd6I8k5hYUsqykOX9L9maBmN',370000,'山东省',370600,'烟台市',370613,'莱山区',NULL,NULL),
('9iSiHt5QPsDD5pDMRMboh2eQm7nnyvHN',610000,'陕西省',610400,'咸阳市',610426,'永寿县',NULL,NULL),
('9IUhwCmNK9mdNbph4kgbYaIViBVGtahH',430000,'湖南省',430300,'湘潭市',430381,'湘乡市',NULL,NULL),
('9J3UddhzSuHPSL0AMZs8afzYXLKkbOmd',350000,'福建省',350500,'泉州市',350527,'金门县',NULL,NULL),
('9k20OQFBRkSgxLZwwPqv4FXD7yfp9mdR',340000,'安徽省',340500,'马鞍山市',340506,'博望区',NULL,NULL),
('9k21S7NuUWMT0bK2LzqdEr8agGt9aclX',520000,'贵州省',520200,'六盘水市',520201,'钟山区',NULL,NULL),
('9K51JrOzelS9XaNmdRtCuuNk8x8UYYMN',350000,'福建省',350800,'龙岩市',350823,'上杭县',NULL,NULL),
('9K54T8Ox2rWc0hd5BAZ38lcKZwvOpqKk',340000,'安徽省',340400,'淮南市',340421,'凤台县',NULL,NULL),
('9MiXLNuW3g2eUEnLwa6RPpnveuBmPVXS',370000,'山东省',370700,'潍坊市',370781,'青州市',NULL,NULL),
('9nibTJNFMLi3cHImr0yCd6I6eEoQSHHh',620000,'甘肃省',620700,'张掖市',620722,'民乐县',NULL,NULL),
('9okhiuokjr6ZwtCyIKtYhjxDmLzn2Uhu',150000,'内蒙古自治区',152500,'锡林郭勒盟',152530,'正蓝旗',NULL,NULL),
('9okjr5XmOMlbK2Ku2AElCTtw1oKmsZtc',130000,'河北省',130500,'邢台市',130502,'桥东区',NULL,NULL),
('9ppDQ6PIVjD2ay6H1QZf8LgQgFnIg07q',530000,'云南省',530900,'临沧市',530901,'市辖区',NULL,NULL),
('9QCoYxz3sXd5DJBFnG8sJ8hTrleZ6mmw',410000,'河南省',410100,'郑州市',410122,'中牟县',NULL,NULL),
('9QDuneSxVQgCaOprNx7Nw1nG8tMleXWE',220000,'吉林省',220200,'吉林市',220201,'市辖区',NULL,NULL),
('9rArj4eOdsuVZZP2wl0NRJVfjD7xa2zy',450000,'广西壮族自治区',450400,'梧州市',450406,'龙圩区',NULL,NULL),
('9REyCjyFxtDARm49l6ldUKRVRn7lbJXo',360000,'江西省',360400,'九江市',360430,'彭泽县',NULL,NULL),
('9ryjJzvFE5kf4sSUIJmrWd8RHNHVo1Kx',350000,'福建省',350500,'泉州市',350502,'鲤城区',NULL,NULL),
('9uNprQJYuni9HTdgvz9TRsyelR5JePhI',330000,'浙江省',330900,'舟山市',330901,'市辖区',NULL,NULL),
('9uPx2rV6CD7ygutJ565WiurxdhC6u0nI',330000,'浙江省',330600,'绍兴市',330604,'上虞区',NULL,NULL),
('9vSJS0g8I3Vhwy5CGmDUvEyHEYNRL4T5',540000,'西藏自治区',540200,'日喀则市',540233,'亚东县',NULL,NULL),
('9vVZYKH30HjkwvOng1aEyDoUdb5KjbOk',500000,'重庆市',500200,'县',500234,'开县',NULL,NULL),
('9vW2bDumdM9fB8GTfo3WnS6Jbz6H0OPA',320000,'江苏省',320800,'淮安市',320804,'淮阴区',NULL,NULL),
('9y9W6w8YkxvOmdQneQpke2lr2HdQqnvd',450000,'广西壮族自治区',450500,'北海市',450501,'市辖区',NULL,NULL),
('9y9ZhjxBd6H30Kv92CP5NAlNPAgrdA9R',340000,'安徽省',340400,'淮南市',340404,'谢家集区',NULL,NULL),
('9Ygedb8XgfhvvTLYoWjD3dJRWWLPITc9',420000,'湖北省',420800,'荆门市',420802,'东宝区',NULL,NULL),
('9zdb8YkvpoAA06ldWTuBoYxCivsBvAc6',620000,'甘肃省',620800,'平凉市',620825,'庄浪县',NULL,NULL),
('9ZioVhtnid1g8J54Xq5ZxxULVaTPkXFj',510000,'四川省',513200,'阿坝藏族羌族自治州',513226,'金川县',NULL,NULL),
('A07pypbz8MldRxWTwKZzIHdOeyWUyTFs',230000,'黑龙江省',230600,'大庆市',230621,'肇州县',NULL,NULL),
('a0pOHTb7TUIF4arAp8j0Wvy3vdmZHnBK',370000,'山东省',370800,'济宁市',370827,'鱼台县',NULL,NULL),
('a0pRVTwK0E3bBhp4ZzIG6kbNdA5ykNQH',340000,'安徽省',340300,'蚌埠市',340321,'怀远县',NULL,NULL),
('A3nAB6w91uexRxUO9adrmmwodM6YoUc6',220000,'吉林省',220600,'白山市',220623,'长白朝鲜族自治县',NULL,NULL),
('a4H7micWZXFjqZwszkKBAZ0WwClKylSd',430000,'湖南省',430600,'岳阳市',430611,'君山区',NULL,NULL),
('a5Jh2azb2wjO0oOHUjHlvkZNSOiQdmZI',140000,'山西省',141000,'临汾市',141033,'蒲县',NULL,NULL),
('A5sTWQhEilGeYYP3BJFZMNtOsJ7eGvl1',620000,'甘肃省',621000,'庆阳市',621001,'市辖区',NULL,NULL),
('A5xiHpPIYvvRBgo0FaED15aqv2yvGJrS',130000,'河北省',130700,'张家口市',130723,'康保县',NULL,NULL),
('a7V5wbbbgAYYOV3id1ifaW2fXTrnnBIB',330000,'浙江省',330900,'舟山市',330922,'嵊泗县',NULL,NULL),
('a7XhlJsXfaYe2ls5T5xiJCIxqkcQtEFf',420000,'湖北省',420500,'宜昌市',420506,'夷陵区',NULL,NULL),
('a7ZoPPtLcy0cQrw8U2h9K55ZxA7I40Hk',420000,'湖北省',421200,'咸宁市',421201,'市辖区',NULL,NULL),
('a96SY146boh3jdY3bzc5H468crrJcAeb',450000,'广西壮族自治区',451300,'来宾市',451323,'武宣县',NULL,NULL),
('A9SJRWXNV8J565WhreDjwuIZBRoax3rW',540000,'西藏自治区',540200,'日喀则市',540226,'昂仁县',NULL,NULL),
('A9SJRY7x8UYZTkMKeLXmLxiEf5ylSfp9',150000,'内蒙古自治区',150500,'通辽市',150521,'科尔沁左翼中旗',NULL,NULL),
('A9TOdwMcvL7bofVJIdN9cm6eJLuXbSFz',430000,'湖南省',430500,'邵阳市',430528,'新宁县',NULL,NULL),
('aabevCsgO5QOnibTJPMeHEZQ5Lmlwph3',350000,'福建省',350600,'漳州市',350681,'龙海市',NULL,NULL),
('aackThAWMTXWHvfyUKODBYTo6aog2dL4',610000,'陕西省',610800,'榆林市',610827,'米脂县',NULL,NULL),
('aAgp4YxA9SJRZdWRm1UiC28sGVo0Inzy',530000,'云南省',530600,'昭通市',530602,'昭阳区',NULL,NULL),
('aAiATuFHigefmVlQZgd8QHMDEf6AtrCA',440000,'广东省',440100,'广州市',440106,'天河区',NULL,NULL),
('AaYcSGzEqZvqsQHNK9nfWQdpeM0xyY28',370000,'山东省',370100,'济南市',370104,'槐荫区',NULL,NULL),
('AB5tYf9TOdvK1Kv91wofUDinR1nDSmYE',530000,'云南省',532600,'文山壮族苗族自治州',532624,'麻栗坡县',NULL,NULL),
('abfxNajTn1PTRqqFVsk9zgqaqsRM9fEl',420000,'湖北省',420500,'宜昌市',420581,'宜都市',NULL,NULL),
('aBkIoFZMKi3fSuFGjip1GaGKv6SUKPK6',410000,'河南省',411700,'驻马店市',411723,'平舆县',NULL,NULL),
('aBmOSJU9TRqozssMlcNgJKowjNV4pETk',140000,'山西省',140800,'运城市',140881,'永济市',NULL,NULL),
('Ac7QHPQBjBWJDRerkbL64QUObkXEcUKQ',510000,'四川省',513400,'凉山彝族自治州',513429,'布拖县',NULL,NULL),
('aciKI8njfbZgaVVJIbExA7HXyJQQy3s0',140000,'山西省',141100,'吕梁市',141121,'文水县',NULL,NULL),
('AdddkOUWQgAZ0WvzaXaK7crtTQojcUMZ',340000,'安徽省',341200,'阜阳市',341282,'界首市',NULL,NULL),
('adpgXP6SVPdssKeKT2lr3KtUYXJCKH6h',620000,'甘肃省',623000,'甘南藏族自治州',623022,'卓尼县',NULL,NULL),
('aEBUzVN1zBbX3dM6ZuiSjLLmmyxSBd5F',440000,'广东省',440100,'广州市',440115,'南沙区',NULL,NULL),
('AegtqylR7SRvNk38l9yc8XbUPhMQK4Ub',440000,'广东省',440700,'江门市',440785,'恩平市',NULL,NULL),
('aewM8cpkdVQhIADd4vbdpcBiwxY7tTTA',440000,'广东省',441200,'肇庆市',441204,'高要区',NULL,NULL),
('aFD4ePiNV7FNNuQCp1IlpT4xjKEShBZ1',370000,'山东省',370900,'泰安市',370921,'宁阳县',NULL,NULL),
('aFGg5tXbUN86YpWkGeWSn7j233VkFbJ0',140000,'山西省',140200,'大同市',140224,'灵丘县',NULL,NULL),
('AFnLyhzTBaQAfjEbMdyWVDd3rU1eYZSg',440000,'广东省',440500,'汕头市',440523,'南澳县',NULL,NULL),
('Ago1MHXzObkUparxdkOW4oAzVMZpVgmS',130000,'河北省',131100,'衡水市',131181,'冀州市',NULL,NULL),
('AGs85U8LiZTkPYd0dTGzCe7LhYP7U3pF',450000,'广西壮族自治区',450900,'玉林市',450924,'兴业县',NULL,NULL),
('AHADjsdxSBfixDr63OHWrcwSGAIEWC5q',370000,'山东省',370200,'青岛市',370283,'平度市',NULL,NULL),
('AhtnjhgnUefrj132S6JcEthP97ZqZwvN',230000,'黑龙江省',230400,'鹤岗市',230407,'兴山区',NULL,NULL),
('AhuqyiFihoZyGBMYjwwSFyCip1Ku2zB6',320000,'江苏省',320100,'南京市',320105,'建邺区',NULL,NULL),
('AHzA3oDQa94IeRsx9YhkD0YJyo8mg4qJ',230000,'黑龙江省',231100,'黑河市',231121,'嫩江县',NULL,NULL),
('AiARnbCnR3t6SWVB7AskaEAO870xuEFc',510000,'四川省',511900,'巴中市',511903,'恩阳区',NULL,NULL),
('AiATvGMGTgvy8PBlLENTSyY15bsDD7uX',210000,'辽宁省',210300,'鞍山市',210303,'铁西区',NULL,NULL),
('AIEVwHLAuwYaL9gJIdNcoePjRfwFCXKG',330000,'浙江省',330200,'宁波市',330206,'北仑区',NULL,NULL),
('aJ1Lzrk8vZhisgKOEFeZ7uSKZyBeaX8F',430000,'湖南省',430400,'衡阳市',430406,'雁峰区',NULL,NULL),
('aJ2MEMKdJRUO9agDe7HZFeZ4eN72Ii9G',150000,'内蒙古自治区',150600,'鄂尔多斯市',150601,'市辖区',NULL,NULL),
('AjD3cGE4dJQUN6XivsArhVB5v3ESkOW7',310000,'上海市',310200,'县',310230,'崇明县',NULL,NULL),
('AjGhaTL1BQdoatK9k230FbMajWB18qCD',330000,'浙江省',330200,'宁波市',330281,'余姚市',NULL,NULL),
('AkHoG47fJLtUXUvCq9iTo9nh6xdhC4je',140000,'山西省',140300,'阳泉市',140302,'城区',NULL,NULL),
('AmUhwCoUddfqfN3Jkgeb3zvDyHF39qv7',130000,'河北省',130300,'秦皇岛市',130324,'卢龙县',NULL,NULL),
('AMWfegqdEqZwwRAaX5sOx8RJXram8osV',610000,'陕西省',611000,'商洛市',611024,'山阳县',NULL,NULL),
('anfXQdpcBhseFvkYIt5SX00R6Ox7PBnT',340000,'安徽省',341100,'滁州市',341125,'定远县',NULL,NULL),
('aNk39sGTelR4EUn3Wq8cuFGjiq5YtfEm',520000,'贵州省',522600,'黔东南苗族侗族自治州',522626,'岑巩县',NULL,NULL),
('aOqv5KjbMdBbYaLbpmoLtSQsygvAda2y',130000,'河北省',130100,'石家庄市',130127,'高邑县',NULL,NULL),
('Ap7dyXZSiHqQPppGZNOvW2dPiSkQ5Iav',230000,'黑龙江省',230900,'七台河市',230901,'市辖区',NULL,NULL),
('Ap9l9x3vfwKZyDmJpIbAgo0Imwn9tMiY',510000,'四川省',511800,'雅安市',511827,'宝兴县',NULL,NULL),
('apnveuyca6OCsk5hXNXd3rV8KbvMgO83',310000,'上海市',310100,'市辖区',310115,'浦东新区',NULL,NULL),
('aPuNlcNcuEEaHPTPhLQL7bm5bwVSqlkp',340000,'安徽省',340400,'淮南市',340403,'田家庵区',NULL,NULL),
('aQy5ENSRtCyIMCAUCe6FUmVo1LAvBjzO',440000,'广东省',440900,'茂名市',440981,'高州市',NULL,NULL),
('ARm7lcNgIEVvBmPRHLw92AFqVedcen3W',230000,'黑龙江省',231000,'牡丹江市',231025,'林口县',NULL,NULL),
('aSIMDFf3oEWyL2KqKj9DBVEkxxWTwL5Y',210000,'辽宁省',211000,'辽阳市',211001,'市辖区',NULL,NULL),
('atFMLkbL8crsNrDKDNU06ot0tagDf8Pz',520000,'贵州省',520100,'贵阳市',520123,'修文县',NULL,NULL),
('atHXupsUY12YxFzDmHid1jmGbIR1kpU8',440000,'广东省',440800,'湛江市',440811,'麻章区',NULL,NULL),
('aTKXlHic0f3lpRWVGr0wtBtmdQsxba7U',210000,'辽宁省',211300,'朝阳市',211321,'朝阳县',NULL,NULL),
('aTM1F7qByOdwNgN1wpkg9QAgp6775Whp',510000,'四川省',513200,'阿坝藏族羌族自治州',513232,'若尔盖县',NULL,NULL),
('aTN75VbZf6DGnDTn6aokhgiwBefmVlOQ',210000,'辽宁省',210100,'沈阳市',210123,'康平县',NULL,NULL),
('aTN9cobClIqLqH1PW5rLlifdb4G0Sa1t',430000,'湖南省',430700,'常德市',430721,'安乡县',NULL,NULL),
('AtsGUjGmyzZ6ou7WaURruUVIH9uOtLfO',450000,'广西壮族自治区',450500,'北海市',450503,'银海区',NULL,NULL),
('AttKdCivryhB18sJ8hQcjOXcY5nqRRz5',320000,'江苏省',321200,'泰州市',321281,'兴化市',NULL,NULL),
('avSILw7V4oERfttLeJMxen2VjFdVO6V9',610000,'陕西省',610400,'咸阳市',610423,'泾阳县',NULL,NULL),
('avURqnrWd4xkTlPX8FMJ9oloLu1s4QNk',650000,'新疆维吾尔自治区',650100,'乌鲁木齐市',650104,'新市区',NULL,NULL),
('aW4kjr3NEIsXip0CXJCLODyGAIG6j7tS',140000,'山西省',141100,'吕梁市',141126,'石楼县',NULL,NULL),
('aW5oysqCGmCQfuy9UYWFlzFqYtfFr4PM',350000,'福建省',350300,'莆田市',350301,'市辖区',NULL,NULL),
('AwDsgJJjdY3bDsbofVHAHyvGNKarzlR7',320000,'江苏省',320500,'苏州市',320505,'虎丘区',NULL,NULL),
('AwFCVC8HWq8dz1eXVC9HTfmVoZD4eQkX',210000,'辽宁省',210100,'沈阳市',210105,'皇姑区',NULL,NULL),
('AwHKsW7FMLleZ3cCmOMk7sKcCmMGUiD8',320000,'江苏省',320700,'连云港市',320703,'连云区',NULL,NULL),
('AWNZnNFLFUnYzM2F4bx1ifegqeFvm8qy',510000,'四川省',510100,'成都市',510107,'武侯区',NULL,NULL),
('awX16i11ScbbcgB3h7xdhD9IXtnf04cE',430000,'湖南省',431200,'怀化市',431281,'洪江市',NULL,NULL),
('awZbOl7npKllwpi5qGYHoH9tOrBxKXp0',230000,'黑龙江省',231000,'牡丹江市',231024,'东宁县',NULL,NULL),
('awZcRxY6rLi146cuHTddhzTyVQgEggkG',410000,'河南省',410100,'郑州市',410102,'中原区',NULL,NULL),
('AxL5Whq9hN0s6XmJrPIS5EOW7CyKWjzL',230000,'黑龙江省',231000,'牡丹江市',231083,'海林市',NULL,NULL),
('ay9V2eTDjthO6U3mxqnrWaUQl33Ywy3s',650000,'新疆维吾尔自治区',653100,'喀什地区',653126,'叶城县',NULL,NULL),
('AZ4cCkFbK1Ikjtez0aECXLOziBZYJypd',340000,'安徽省',340800,'安庆市',340826,'宿松县',NULL,NULL),
('b1pNBuuLfMYlHg5sRNgJKmqSWWIBGtae',610000,'陕西省',610300,'宝鸡市',610330,'凤县',NULL,NULL),
('b1pNCwBglOOw0jnNGS8V4pFYHpLtTSz2',650000,'新疆维吾尔自治区',654000,'伊犁哈萨克自治州',654004,'霍尔果斯市',NULL,NULL),
('B2cK0DZTiFjmKv6ODxDq4Vedgvz9TQqp',530000,'云南省',530300,'曲靖市',530324,'罗平县',NULL,NULL),
('B2fZ1XAStAnXuolmDXJAB5sUZ26cz5zs',140000,'山西省',140400,'长治市',140401,'市辖区',NULL,NULL),
('b2uclXBXQbespymXyL0xyZ8x9YfbZhd8',510000,'四川省',510100,'成都市',510114,'新都区',NULL,NULL),
('b4ERcgzVKLqG1Q0jr5YpWnS6H1TdelR6',330000,'浙江省',331100,'丽水市',331181,'龙泉市',NULL,NULL),
('B4loJjd1g5wa81wm6fLU6DGnHbGF9ydd',140000,'山西省',140500,'晋城市',140525,'泽州县',NULL,NULL),
('B4oyqlf3pH5buMfIIfXToasDD9EC15cB',510000,'四川省',510900,'遂宁市',510923,'大英县',NULL,NULL),
('B4qH7j4gUA2g6v6ODyGAKNyhyKXnOOtN',220000,'吉林省',220600,'白山市',220622,'靖宇县',NULL,NULL),
('B5u1ubkVtrCD7AnWshTsrHZGhd2pLsQG',520000,'贵州省',522700,'黔南布依族苗族自治州',522726,'独山县',NULL,NULL),
('B7FNOvYaJ2PQy8PAgrfJNDzQiP4Hax2s',230000,'黑龙江省',230100,'哈尔滨市',230102,'道里区',NULL,NULL),
('b7RQqtW8EGjkzIG6j5jaL7cqnt6SY26g',360000,'江西省',360700,'赣州市',360733,'会昌县',NULL,NULL),
('b92CMTXYRa6TWUwK0E26gQfwL3QURn9v',440000,'广东省',440500,'汕头市',440501,'市辖区',NULL,NULL),
('b92CO0taeySxWTvGKv8ZmHh9K55YrakY',440000,'广东省',440600,'佛山市',440601,'市辖区',NULL,NULL),
('b92zz08w3yrligivuMeIG6j5nqSVO73I',650000,'新疆维吾尔自治区',654000,'伊犁哈萨克自治州',654003,'奎屯市',NULL,NULL),
('b94H7mf2ibUOdqliir8dtzguuPtJ53R0',520000,'贵州省',520400,'安顺市',520425,'紫云苗族布依族自治县',NULL,NULL),
('baa7ZpU8NqCB1aCq51IklzFq1F6le1dT',340000,'安徽省',341600,'亳州市',341622,'蒙城县',NULL,NULL),
('bBiwy1ie9TSwPryhyM4S1lr1E38laEyH',350000,'福建省',350700,'南平市',350703,'建阳区',NULL,NULL),
('BbY7w8W8FMI8l8vX5oBC8GOTRsw7RNeA',220000,'吉林省',222400,'延边朝鲜族自治州',222424,'汪清县',NULL,NULL),
('bcgzVLSUM0xvK4YrbnePjVxIPPvRExy0',500000,'重庆市',500100,'市辖区',500106,'沙坪坝区',NULL,NULL),
('BDcVSqkeZ4gVHywL4XnS5CIzyTFugGtb',130000,'河北省',130900,'沧州市',130930,'孟村回族自治县',NULL,NULL),
('bdm0PUVLT0cPm9x2rVbW17ldVMXkzKPL',110000,'北京市',110100,'市辖区',110106,'丰台区',NULL,NULL),
('Beb3ACcVUCaPwWYTn552MDHoKmpMxb8Y',540000,'西藏自治区',540200,'日喀则市',540227,'谢通门县',NULL,NULL),
('besqCB3i8CwAc5H2VnYyHHcM9dsw5GYH',410000,'河南省',411300,'南阳市',411324,'镇平县',NULL,NULL),
('beuyaZjsajUrlf2g2fXRiIxn5btGQYbQ',640000,'宁夏回族自治区',640200,'石嘴山市',640221,'平罗县',NULL,NULL),
('bgDcX28qyjLKfSsx7PCtk39sEJypfSql',370000,'山东省',371300,'临沂市',371301,'市辖区',NULL,NULL),
('bgzWO3F21QX8DARnay6GVtnlqXkD0XD8',510000,'四川省',511800,'雅安市',511826,'芦山县',NULL,NULL),
('bhEf7I2S8TUHAFr4QSGDXJBHuclYFf5y',410000,'河南省',410200,'开封市',410225,'兰考县',NULL,NULL),
('bhHvfzXSoawUQiO3CO0r3MzlR6MsJbwU',130000,'河北省',130100,'石家庄市',130133,'赵县',NULL,NULL),
('bhIBFoOHUhyIOJ3Xq789biLPDzKRWYTl',360000,'江西省',361100,'上饶市',361124,'铅山县',NULL,NULL),
('bHNI2Q0jpWhrdyZ8w5I7k6npLoysqBB1',410000,'河南省',410700,'新乡市',410782,'辉县市',NULL,NULL),
('BIADggnUflQ2s1BMV7ELJbAc5DNW7BxJ',150000,'内蒙古自治区',150600,'鄂尔多斯市',150621,'达拉特旗',NULL,NULL),
('BIDSlThAUB8J565Yq5ZuncJS1ltcqkdV',540000,'西藏自治区',540400,'林芝市',540426,'朗县',NULL,NULL),
('bIUc5I8onADe5CEe1g8I1MHYBYUrj7sN',220000,'吉林省',220500,'通化市',220524,'柳河县',NULL,NULL),
('BjAO986YlE5j9EC17j5j8ziD5mrU6Asn',220000,'吉林省',220100,'长春市',220122,'农安县',NULL,NULL),
('BJG5dEq1GeTBe9UWO6WbW16gTuDwy3pK',540000,'西藏自治区',540200,'日喀则市',540222,'江孜县',NULL,NULL),
('bjQ8YjtiTqj6qDMPFD29uOqxftsI1MJ9',420000,'湖北省',421200,'咸宁市',421221,'嘉鱼县',NULL,NULL),
('bJT9TSvNgN2EZNSOiUsrDIvckTlSccgz',350000,'福建省',350500,'泉州市',350504,'洛江区',NULL,NULL),
('bK3T5BA06kcQszmVmR3zvGInADgec8Xd',510000,'四川省',510700,'绵阳市',510726,'北川羌族自治县',NULL,NULL),
('BkD3eObm6eGCP70tcpgXO2CQa83G7pu2',210000,'辽宁省',210100,'沈阳市',210122,'辽中县',NULL,NULL),
('BkGhcZdWTvHPSIOMhVC7CzRpjbPpqH45',440000,'广东省',440800,'湛江市',440882,'雷州市',NULL,NULL),
('bkTn1OOuOuQzc7PBo0GdQtEHmzBaREvo',500000,'重庆市',500200,'县',500237,'巫山县',NULL,NULL),
('bkXC5nveuzgsj0Vsmjgd9Ygea0nF5gTv',130000,'河北省',130900,'沧州市',130927,'南皮县',NULL,NULL),
('bkYIt3Jje1f0aFGf2idZaHOPx1nG4bvQ',610000,'陕西省',611000,'商洛市',611022,'丹凤县',NULL,NULL),
('bL64T6GVo3WoZCXMTUJLsSOjVzTz2klC',140000,'山西省',140200,'大同市',140201,'市辖区',NULL,NULL),
('BlJv95OFKAwEAO6Vc1mBKMw5JcDq2NGS',350000,'福建省',350500,'泉州市',350521,'惠安县',NULL,NULL),
('BmPTRrsQEzMZq2KsTWTrmkqWjyEr75T5',150000,'内蒙古自治区',150500,'通辽市',150502,'科尔沁区',NULL,NULL),
('BmQ1mCRhFks8blZJzux7MnqQMcwOng1a',230000,'黑龙江省',231200,'绥化市',231222,'兰西县',NULL,NULL),
('BMV7HWuqyhAWO2BMSUJMxdhAWNXiq5Xp',370000,'山东省',371700,'菏泽市',371723,'成武县',NULL,NULL),
('BN1zCcX4likBTrosV9NpsTWRiMSQppCK',510000,'四川省',510600,'德阳市',510623,'中江县',NULL,NULL),
('BN2CO3G4buMiWEgc1pPJZAQgC8HWp2R0',370000,'山东省',370800,'济宁市',370828,'金乡县',NULL,NULL),
('bn7mid3rSVO985T0aHNKcy3rRQtEIqOF',410000,'河南省',410600,'鹤壁市',410603,'山城区',NULL,NULL),
('bnazda2xqnoH9uPwY7w5I8ooBHuexPne',150000,'内蒙古自治区',150400,'赤峰市',150424,'林西县',NULL,NULL),
('BnYwz5ByM8bl2YAQjTlTiD8BtonzxRtF',340000,'安徽省',341000,'黄山市',341003,'黄山区',NULL,NULL),
('Bo1InzzZ4cDq3RW033WnVkGjmHg1bFD1',650000,'新疆维吾尔自治区',652200,'哈密地区',652223,'伊吾县',NULL,NULL),
('bofVGwm6hVC9MhSqkdUIJkjpYsdyVRlZ',130000,'河北省',130500,'邢台市',130521,'邢台县',NULL,NULL),
('BP7ZoS2nEYKCJETkQ4FYHoH8tMlbIR2s',650000,'新疆维吾尔自治区',652300,'昌吉回族自治州',652327,'吉木萨尔县',NULL,NULL),
('bpmoJi8CwClIpH7kaGKv96T0cPndM4Ub',230000,'黑龙江省',230600,'大庆市',230603,'龙凤区',NULL,NULL),
('bPryftrEKCHucl0PYdZ8x7QIS6I7fJKn',510000,'四川省',511500,'宜宾市',511527,'筠连县',NULL,NULL),
('Bq8hRgB3ibQx0dVQfA2h5rOx8RITaXaM',220000,'吉林省',220100,'长春市',220113,'九台区',NULL,NULL),
('bqrNtOvVVFs5U9SL1GcL3RY6pBEhhnTa',350000,'福建省',350300,'莆田市',350322,'仙游县',NULL,NULL),
('BRkRcgxIPPtI2Tc7PCupqKi4h2dL3PNn',510000,'四川省',513200,'阿坝藏族羌族自治州',513221,'汶川县',NULL,NULL),
('bsCwCoWkGf2g4mt85RUM1BN1zCeaX6uY',410000,'河南省',410100,'郑州市',410105,'金水区',NULL,NULL),
('bSDpWnS6H30Kv93EXFjoT5AyRsw6OBnU',330000,'浙江省',330100,'杭州市',330127,'淳安县',NULL,NULL),
('bSGBP9970vncJRWZYKGXBXP7YjwtDC18',420000,'湖北省',420700,'鄂州市',420702,'梁子湖区',NULL,NULL),
('BshUwJXq5ZwuK4WmQZdWWGqU5BBZ21OS',510000,'四川省',512000,'资阳市',512081,'简阳市',NULL,NULL),
('Bsj12Xwz9QCp2OLdFuiQdkScfsmkmGbJ',530000,'云南省',533100,'德宏傣族景颇族自治州',533102,'瑞丽市',NULL,NULL),
('BSo9qu3CNYkxyZ7tTPkYLH2XwAaY9J0F',650000,'新疆维吾尔自治区',652700,'博尔塔拉蒙古自治州',652701,'博乐市',NULL,NULL),
('BSodHGaEyGAJLrJawX4i8ED6pBDe3oH9',530000,'云南省',532500,'红河哈尼族彝族自治州',532530,'金平苗族瑶族傣族自治县',NULL,NULL),
('BSrqCFkugKKmnEXFjq2Hh8EFhc0g8I2S',320000,'江苏省',320900,'盐城市',320901,'市辖区',NULL,NULL),
('btGOQCq4WjASpi3fTA7FOSOfFoQSGCVA',410000,'河南省',411100,'漯河市',411121,'舞阳县',NULL,NULL),
('bTKT2oFYKFWyNaiLPGJt1viO2AGtblYE',450000,'广西壮族自治区',450900,'玉林市',450981,'北流市',NULL,NULL),
('ButMgRm1TgsmhbRBjAN4QNk6lf2klzDl',500000,'重庆市',500100,'市辖区',500152,'潼南区',NULL,NULL),
('bUTzY131LBAZZQ4ETkOUXVyPm9tOsFPW',140000,'山西省',140900,'忻州市',140928,'五寨县',NULL,NULL),
('BuvVUB8J3WoZCXLOAmQ2s1yz3pH6fO97',650000,'新疆维吾尔自治区',650100,'乌鲁木齐市',650101,'市辖区',NULL,NULL),
('BuvVVHywL5Xq3QWYTmYE9DATuEE6rHZK',340000,'安徽省',340100,'合肥市',340181,'巢湖市',NULL,NULL),
('BVB5v3DQbeoatJ2S4BC7An1PTRqoxn59',360000,'江西省',360800,'吉安市',360822,'吉水县',NULL,NULL),
('BVHywK4Vegsk6mjlE4dGE37gO6VaSJQT',210000,'辽宁省',211000,'辽阳市',211011,'太子河区',NULL,NULL),
('bVRqnqRQtGR3yqi4kgaSJT4wermihmMG',530000,'云南省',530600,'昭通市',530628,'彝良县',NULL,NULL),
('bVSuDyJQPtJ41JpFZLH31KwdmXBWMU4q',330000,'浙江省',330400,'嘉兴市',330481,'海宁市',NULL,NULL),
('Bvx1kr1E0UnZFcQuIWp3S4xkR91uexPl',510000,'四川省',513300,'甘孜藏族自治州',513332,'石渠县',NULL,NULL),
('Bvy7NpwftvTQkZMNvVYWEe3rTZ7tQBlM',610000,'陕西省',610900,'安康市',610901,'市辖区',NULL,NULL),
('BWKNx8V2g3lmDWFjpYr8cogWKMtSPl22',330000,'浙江省',330300,'温州市',330382,'乐清市',NULL,NULL),
('BxGGcL63NEIrV9Qy7JcAda0lAJLpDOYf',370000,'山东省',370300,'淄博市',370304,'博山区',NULL,NULL),
('BxHIjf8Mmh9LfJNBslcMal1WutI0IpId',440000,'广东省',445100,'潮州市',445101,'市辖区',NULL,NULL),
('BxHKv8YkxwSCkE5kf5v5NAkJyn6dBd6H',430000,'湖南省',433100,'湘西土家族苗族自治州',433123,'凤凰县',NULL,NULL),
('BxIOMi0XD8Btonxn9sHVp53OMj39sHXv',460000,'海南省',469000,'省直辖县级行政区划',469001,'五指山市',NULL,NULL),
('BXNW9LfKPLcwSEuiRfvBnS7MqCFikBQg',520000,'贵州省',520500,'毕节市',520523,'金沙县',NULL,NULL),
('BXQdlWxFzGwqpDLLmls9agEinPPvSHJp',130000,'河北省',130900,'沧州市',130902,'新华区',NULL,NULL),
('bxY4i7xa4H7k7sKgSpi6sPAjC147dBd7',530000,'云南省',532900,'大理白族自治州',532901,'大理市',NULL,NULL),
('bY8zhzPhJFZNQFCYQ7V8I2Ta1qU8Mmg7',150000,'内蒙古自治区',152200,'兴安盟',152223,'扎赉特旗',NULL,NULL),
('ByKWjzM1DUssKcBfgp69fDjthO5NBtps',510000,'四川省',513300,'甘孜藏族自治州',513327,'炉霍县',NULL,NULL),
('bZcULVc2qT1id3t4JjbQtGS8UYZTkNPA',450000,'广西壮族自治区',450300,'桂林市',450331,'荔浦县',NULL,NULL),
('bZf6DIvdn6dChnT9XaMeEq1G9AhtmdSy',130000,'河北省',130400,'邯郸市',130425,'大名县',NULL,NULL),
('bZf8I1OOtLdFwrw5I9rBwDr9iSjKGYEa',510000,'四川省',510100,'成都市',510131,'蒲江县',NULL,NULL),
('BzSz0cNcuGLCGmzEoQSFAJMxcdlSb8Yi',410000,'河南省',410700,'新乡市',410701,'市辖区',NULL,NULL),
('BzUGvk0PYd0eY0XD7ydiGlxtAlNOw1oK',330000,'浙江省',330800,'衢州市',330803,'衢江区',NULL,NULL),
('BzVIG6j4gVFqYoVgoZCZVtrCC5qJby5A',140000,'山西省',140200,'大同市',140227,'大同县',NULL,NULL),
('c0igfkKzrj7sOwZe1icZcPompPLbuGPU',430000,'湖南省',430400,'衡阳市',430422,'衡南县',NULL,NULL),
('C14atHSb6Nw4BFmF5gTxSz6AvCoXq674',150000,'内蒙古自治区',150600,'鄂尔多斯市',150622,'准格尔旗',NULL,NULL),
('C15atIXwxXZYJBEf8NopH6hWHucn8nlo',410000,'河南省',411100,'漯河市',411122,'临颍县',NULL,NULL),
('C16j39uQx2rTY4fRqowhGnIi9K676Ztg',430000,'湖南省',430500,'邵阳市',430524,'隆回县',NULL,NULL),
('c1jkyDnMCC5nubfzUFr2Ih9IXtk4cEti',650000,'新疆维吾尔自治区',652800,'巴音郭楞蒙古自治州',652826,'焉耆回族自治县',NULL,NULL),
('c1nBKNyfnYzO9cn9rBuw0gaSHHiaOqtY',420000,'湖北省',422800,'恩施土家族苗族自治州',422802,'利川市',NULL,NULL),
('c1oHcHKw93G5eLVb0jnKv80s4QPuLeFt',540000,'西藏自治区',540100,'拉萨市',540121,'林周县',NULL,NULL),
('C28sGUlPX6w6OCshTqhYSiGnF1YE8Ctn',540000,'西藏自治区',542400,'那曲地区',542431,'双湖县',NULL,NULL),
('C2dOez1eVN1yxUIJllwqrKeKVc2rU7FQ',620000,'甘肃省',620700,'张掖市',620724,'高台县',NULL,NULL),
('c2oG6j4ePgElBN0ujUrlf1dPk23XuqsU',130000,'河北省',130700,'张家口市',130731,'涿鹿县',NULL,NULL),
('c4ypfQkUrj4h29w0ijtk10MKfOafA2fX',230000,'黑龙江省',230100,'哈尔滨市',230123,'依兰县',NULL,NULL),
('c5H32R0ks9ewJYtjXGoMyhzQoeRpj9EG',330000,'浙江省',330100,'杭州市',330111,'富阳区',NULL,NULL),
('c6I8lcNfEnMBxHHibSEwrw9Zjuk0ThxH',410000,'河南省',410800,'焦作市',410825,'温县',NULL,NULL),
('C6w7UZ3avPwY6tRL4U8NsH0Kyn2VnVkK',430000,'湖南省',430500,'邵阳市',430581,'武冈市',NULL,NULL),
('c7MqCFjpVfkJvdlXBVIDShC4nwjRcdkS',410000,'河南省',410500,'安阳市',410506,'龙安区',NULL,NULL),
('c7OzhusEKAwKXr79cn8orOBq9jWEd0eY',140000,'山西省',141000,'临汾市',141024,'洪洞县',NULL,NULL),
('c7PDvvOptV5u3CKKkdY3cExxWVFnKsRL',520000,'贵州省',522300,'黔西南布依族苗族自治州',522323,'普安县',NULL,NULL),
('c90qT5yn3ZCZWzTyY28omudstOuTM5Vc',230000,'黑龙江省',230200,'齐齐哈尔市',230221,'龙江县',NULL,NULL),
('c9ZlBQfwHNJ6brtSPkZQ5JfStAlMJ8k4',330000,'浙江省',330600,'绍兴市',330681,'诸暨市',NULL,NULL),
('ca3ACbTN6Zr61CRkTiFijunfVLSWTwJY',140000,'山西省',140800,'运城市',140801,'市辖区',NULL,NULL),
('CaNmg2iaMgO6VaRFzHEZR9ZkzEpWhrfH',320000,'江苏省',320600,'南通市',320681,'启东市',NULL,NULL),
('CAUEoOJ562Lv6PFFcOjZScemZJv83G6j',540000,'西藏自治区',542400,'那曲地区',542423,'比如县',NULL,NULL),
('cbcesrFP0lzEmIms3Jmt6U4t1vjQbcgy',410000,'河南省',411500,'信阳市',411523,'新县',NULL,NULL),
('cBd5GYGks5XkE4fRnbDq3PRGCUxOiTqi',510000,'四川省',510100,'成都市',510112,'龙泉驿区',NULL,NULL),
('cBglLDIwjP4Iax2rWbWYSmXBWIDP5PGO',410000,'河南省',410700,'新乡市',410781,'卫辉市',NULL,NULL),
('Cc1mxsvZhffmS9W5v3CMRQtHS6LnoEXE',450000,'广西壮族自治区',450100,'南宁市',450105,'江南区',NULL,NULL),
('Cd4xkQ5IcEwvPqv4H9sFNQDvtGQ1qT3p',620000,'甘肃省',620600,'武威市',620601,'市辖区',NULL,NULL),
('Cd5DMOzdgtoqMrKeM4NFJwhFmAIF358d',450000,'广西壮族自治区',450600,'防城港市',450621,'上思县',NULL,NULL),
('CEgedcb93DTpcAc3xm2WsgMXgkFbK4Ua',510000,'四川省',510300,'自贡市',510321,'荣县',NULL,NULL),
('ceo6bqsRK2JpIcHHg2f05gUA4pG32QZd',320000,'江苏省',320300,'徐州市',320305,'贾汪区',NULL,NULL),
('cEuk21ORFE4gUA2jioT7NrFPZkvnbExy',610000,'陕西省',610600,'延安市',610629,'洛川县',NULL,NULL),
('cEwszlPYbRz8NrEJzvECWFoNEGkqXoVf',230000,'黑龙江省',230700,'伊春市',230702,'伊春区',NULL,NULL),
('cFBRiLLmlwpi7zhzOexSA6ENPAkGhd4v',650000,'新疆维吾尔自治区',650100,'乌鲁木齐市',650103,'沙依巴克区',NULL,NULL),
('CFmEZR91tbhKH8qxfsnnywL8ajTmYEaJ',410000,'河南省',410400,'平顶山市',410422,'叶县',NULL,NULL),
('cfuzc6Nv0mBMU2jipXq3S4xkRa7U0aGL',450000,'广西壮族自治区',451000,'百色市',451021,'田阳县',NULL,NULL),
('Cggp51GeWP84OEE7x8V3muclZIt4Mw7S',430000,'湖南省',430900,'益阳市',430902,'资阳区',NULL,NULL),
('CgkE7vYbPtJ4ZyGyA7HWsk7sLi26gSph',120000,'天津市',120100,'市辖区',120118,'静海区',NULL,NULL),
('CGoLtW6v6QL7aiQ80tdtx9ZhkE4gUEkv',520000,'贵州省',520500,'毕节市',520502,'七星关区',NULL,NULL),
('chD8FJwhC7An1NJ9qsRNgIEYLH4562Jn',650000,'新疆维吾尔自治区',654200,'塔城地区',654201,'塔城市',NULL,NULL),
('cHIkjq4T4xiHs1AGxrsOwZgbY9GNMmid',340000,'安徽省',341000,'黄山市',341021,'歙县',NULL,NULL),
('ChoYwxWXMSSA8Nmigd9XbRClIoEWAVID',510000,'四川省',513300,'甘孜藏族自治州',513330,'德格县',NULL,NULL),
('Chq5Zxz6CFhec6MpwhC9HTekMI7fKOFK',350000,'福建省',350800,'龙岩市',350803,'永定区',NULL,NULL),
('ciLI9tJ3Wp1Lyn0LDJBEjpWmOQCnQY9I',350000,'福建省',350900,'宁德市',350922,'古田县',NULL,NULL),
('CitjZQ4G2ZFeZ7pzttNooF0PYdZ9EE7t',350000,'福建省',350400,'三明市',350430,'建宁县',NULL,NULL),
('CIwiOXc0f3oDP7TY0XAVJIbFzIF5eIMy',540000,'西藏自治区',540300,'昌都市',540302,'卡若区',NULL,NULL),
('cjQ7UZ5kcPppETkOTUFr2HdQoje4v7V8',540000,'西藏自治区',540200,'日喀则市',540221,'南木林县',NULL,NULL),
('cJQSINGQ1pRRBfiAQl0R5I8njhjAPcob',650000,'新疆维吾尔自治区',650100,'乌鲁木齐市',650106,'头屯河区',NULL,NULL),
('cJRX4i5qI9prPDwAb0lvk1UlNQDvuK9j',620000,'甘肃省',621200,'陇南市',621228,'两当县',NULL,NULL),
('CjzIJmt5SY5mnEYLKgTxSAaTM6YpWnQY',370000,'山东省',371600,'滨州市',371603,'沾化区',NULL,NULL),
('CkD26eIKoBGs3JkhfhsiZRa7WbTOcqjb',530000,'云南省',530100,'昆明市',530124,'富民县',NULL,NULL),
('CKI9uQx3u7ZoT4vbfvCrcxTHDYLIavQA',210000,'辽宁省',211000,'辽阳市',211004,'宏伟区',NULL,NULL),
('CKKh3fVJKmqT1h9NlbIS4yn7hTtuTOex',130000,'河北省',130800,'承德市',130825,'隆化县',NULL,NULL),
('ckQ6Nw4CIAEhiwy3qPHR1mzElE38meWR',360000,'江西省',361000,'抚州市',361025,'乐安县',NULL,NULL),
('ckSgvzc6JeL1CUuAkGf5u3EVwHInzwK2',510000,'四川省',513200,'阿坝藏族羌族自治州',513233,'红原县',NULL,NULL),
('ClKxgxL4T6HYD5ljnNHWqaojbSEthLRP',410000,'河南省',411700,'驻马店市',411702,'驿城区',NULL,NULL),
('CLLqEOW8IYBUzWRjNW7BuuQBiyGDYLKh',370000,'山东省',370800,'济宁市',370811,'任城区',NULL,NULL),
('clWwDq63PNj38mfYYNUZ5hYQa94Jkiiq',370000,'山东省',371400,'德州市',371403,'陵城区',NULL,NULL),
('cm2YBXLOzjFf2koMzmXusGPZhgjCZYIv',140000,'山西省',141100,'吕梁市',141123,'兴县',NULL,NULL),
('cMcrsQEBTuzhvy3t0ufDimMEJyoauPsG',340000,'安徽省',340200,'芜湖市',340207,'鸠江区',NULL,NULL),
('CmONopKjaIVkJu5PGNNqyjNRL3QTOahK',530000,'云南省',533100,'德宏傣族景颇族自治州',533124,'陇川县',NULL,NULL),
('CMQITaXbQx1jkAKPMcvMcyXZSiHpNDAR',650000,'新疆维吾尔自治区',653100,'喀什地区',653129,'伽师县',NULL,NULL),
('CMSRz5xgzVJIgYUvEzLVbZcVPevFGg5u',220000,'吉林省',220600,'白山市',220602,'浑江区',NULL,NULL),
('CN1vkYJBB6u1rYr4UbZgd5ENV3jhjvuK',530000,'云南省',532900,'大理白族自治州',532925,'弥渡县',NULL,NULL),
('cn5bsAp8hP96V8MhVDcY5moJjbQuMiYM',450000,'广西壮族自治区',451300,'来宾市',451322,'象州县',NULL,NULL),
('cNdA4sV5u1s5V9SJT6ENQJUdb7U08vZg',610000,'陕西省',610400,'咸阳市',610425,'礼泉县',NULL,NULL),
('CnS6H31LDHpNBrdEs89dtzejHpMxb6RO',320000,'江苏省',320900,'盐城市',320981,'东台市',NULL,NULL),
('CNWcY7ydgwEyChoYyEtdxSDlE5j9GMHX',410000,'河南省',410600,'鹤壁市',410602,'鹤山区',NULL,NULL),
('CO3EWDaK52Lxeo7eEq0CTrorU3nACcX3',540000,'西藏自治区',542400,'那曲地区',542428,'班戈县',NULL,NULL),
('CO4H9wY9DBYRdm0MKeIMxfqfPcn5aokk',430000,'湖南省',430100,'长沙市',430181,'浏阳市',NULL,NULL),
('cpi5pAzXUxL5XpYul8tPwZe1h8I2PRGE',320000,'江苏省',321100,'镇江市',321182,'扬中市',NULL,NULL),
('Cq64T5BC6v4G4579fDhjyFyBd4yqj9Bq',150000,'内蒙古自治区',150400,'赤峰市',150401,'市辖区',NULL,NULL),
('CRjNTTEr4T6GXyJOK7bplluhMSRy0f1e',210000,'辽宁省',210100,'沈阳市',210101,'市辖区',NULL,NULL),
('cRwRCkE8vZgaVWN0s886XjvtEHnEVxK0',230000,'黑龙江省',230500,'双鸭山市',230502,'尖山区',NULL,NULL),
('CshUxM8coeObkUqdGzHzCe8PAhuprPGK',450000,'广西壮族自治区',450300,'桂林市',450312,'临桂区',NULL,NULL),
('CTsrI42NKaqtYf9QCoYyDnQVUB8J3Tca',130000,'河北省',130900,'沧州市',130922,'青县',NULL,NULL),
('cuGLFR90pT4va95NAnZFcNfIF1XxFxy0',370000,'山东省',370900,'泰安市',370982,'新泰市',NULL,NULL),
('CvtFOTQndN89aevDyEujWzUEoPOrzo40',350000,'福建省',350500,'泉州市',350525,'永春县',NULL,NULL),
('CvuOonwn7hVC8IXvtJ4YwxX133VizN6X',230000,'黑龙江省',230200,'齐齐哈尔市',230225,'甘南县',NULL,NULL),
('CvvQy5AyNcsyb91ucodHJnxpfSrtQFD0',510000,'四川省',510500,'泸州市',510504,'龙马潭区',NULL,NULL),
('CvwWWKMsNtMj3cEvsyguwWYSjMOAjFe1',340000,'安徽省',341100,'滁州市',341122,'来安县',NULL,NULL),
('cWVDgeflR4DO0pT5ByQqns0uhLRNgLRQ',410000,'河南省',411200,'三门峡市',411281,'义马市',NULL,NULL),
('CxDr75XnQX3g021QY9J2R0hc1luhNV8G',340000,'安徽省',340800,'安庆市',340881,'桐城市',NULL,NULL),
('CxGCTtuSM61F38nklzEpU8PAizOblYEe',540000,'西藏自治区',542200,'山南地区',542231,'隆子县',NULL,NULL),
('CXLMtQGHid4v81zB8HWreFuhMSULXjup',430000,'湖南省',430400,'衡阳市',430423,'衡山县',NULL,NULL),
('cy2nADiq3QTM4RVUB6yjKDLJfRrrKhWJ',130000,'河北省',130100,'石家庄市',130104,'桥西区',NULL,NULL),
('CyIMCzQnax1nEWB04arzo3XunfZ0UlQ1',340000,'安徽省',340800,'安庆市',340822,'怀宁县',NULL,NULL),
('CyKVbZhea1pPJ2PQCmMFP1s3Jnt71BKL',360000,'江西省',360600,'鹰潭市',360622,'余江县',NULL,NULL),
('CyKXoT7Mmls6XkAQfzVKPHTcb7SRvPqw',150000,'内蒙古自治区',150900,'乌兰察布市',150981,'丰镇市',NULL,NULL),
('CYRdm0KBzTA5yjLGZKzvCp1JqMuTTBc1',510000,'四川省',513400,'凉山彝族自治州',513433,'冕宁县',NULL,NULL),
('CzQm7lcPmbGGbK3OMgQhJCMTVN2F358h',330000,'浙江省',330700,'金华市',330782,'义乌市',NULL,NULL),
('CZXEcUN6Wec8SSy1haRAfkHmAEmE39pr',360000,'江西省',360400,'九江市',360481,'瑞昌市',NULL,NULL),
('d0dVLWe9UVLQMeFugHywNfIFZQ4FYJyo',430000,'湖南省',430800,'张家界市',430801,'市辖区',NULL,NULL),
('D0YGlwrqGZJxlYC4i9HQZhhnUddhBZXH',540000,'西藏自治区',542500,'阿里地区',542522,'札达县',NULL,NULL),
('D0YHpNzlOSL2KsSQruZimLymXyIKpH7j',230000,'黑龙江省',230500,'双鸭山市',230505,'四方台区',NULL,NULL),
('D15eGAJKlkuiP80ugGr1BNZqYsbpi7yf',420000,'湖北省',420700,'鄂州市',420701,'市辖区',NULL,NULL),
('D3dM3PLcyY5mmyvL62MBuvVXO4KmqQOn',410000,'河南省',411400,'商丘市',411426,'夏邑县',NULL,NULL),
('d3rWaUQm8ooCMQL8bnbCoYvsDC4h5oxl',370000,'山东省',371500,'聊城市',371521,'阳谷县',NULL,NULL),
('D4jaL8gKLqEP3ETn2S6JdIJoBGr1DXFm',130000,'河北省',130900,'沧州市',130903,'运河区',NULL,NULL),
('d4zrmihjzLWhq8fDiq3QSKT6FScdkR91',440000,'广东省',441800,'清远市',441882,'连州市',NULL,NULL),
('d5AzVMWbWZZOUXUwHMELFVusHVp7cvJ0',420000,'湖北省',422800,'恩施土家族苗族自治州',422825,'宣恩县',NULL,NULL),
('d5EOW7ArgOadrmjkALV8J6al36aoh4ln',130000,'河北省',130100,'石家庄市',130105,'新华区',NULL,NULL),
('d5EOW7CBWNXfc8SOhO3G5dFxxSEr75Wg',210000,'辽宁省',210200,'大连市',210202,'中山区',NULL,NULL),
('d6GZKAxL5Whq9iUttOrCC4mpQOl7sJ7g',370000,'山东省',370700,'潍坊市',370724,'临朐县',NULL,NULL),
('D6rJbAc7NtPx2pMw5H5bvPtGQ0mDWC8F',140000,'山西省',140500,'晋城市',140521,'沁水县',NULL,NULL),
('d7KfO86WhoVlKzrkcNfIDUuzb5I8prRP',360000,'江西省',360700,'赣州市',360735,'石城县',NULL,NULL),
('d7Ox6KgVHxsw2s1BLSUJOHS8SPncIQUR',350000,'福建省',350700,'南平市',350782,'武夷山市',NULL,NULL),
('D7w8TXTtvVZZOYe7J7fHCO3IdN9duED3',530000,'云南省',530600,'昭通市',530601,'市辖区',NULL,NULL),
('D7zkMI6eGyA7GR8UY1ZJyn3ZE9Bq9k1W',420000,'湖北省',420800,'荆门市',420822,'沙洋县',NULL,NULL),
('da1rYnPSGGbHMEMNrHYD6qEP3zA4nyvF',370000,'山东省',371600,'滨州市',371625,'博兴县',NULL,NULL),
('da2xn9tI2QZdWUzXWDf7KbvQxY5lktds',140000,'山西省',140900,'忻州市',140929,'岢岚县',NULL,NULL),
('dA8J43S4xjOV5rPDvwUObiOZlCTstNoq',210000,'辽宁省',210300,'鞍山市',210301,'市辖区',NULL,NULL),
('DaJ0HicZaK1LxhC6uYgd6JdHIh6v3CMQ',520000,'贵州省',520600,'铜仁市',520627,'沿河土家族自治县',NULL,NULL),
('DASvGMGWuuMj25aojf8Mj3bClHjjr9hK',530000,'云南省',530100,'昆明市',530128,'禄劝彝族苗族自治县',NULL,NULL),
('db6OziC17nmxqmnEZNQIRZcSFvl5eLVa',360000,'江西省',360700,'赣州市',360726,'安远县',NULL,NULL),
('dBfegvx1lwncGF9AkJwettOrENPAhuqu',610000,'陕西省',610400,'咸阳市',610431,'武功县',NULL,NULL),
('DbNiWC9IYyHHfWO7YkAO82EZOV09zfkK',140000,'山西省',140600,'朔州市',140623,'右玉县',NULL,NULL),
('DBXP4KnuaaclWyKWkE6nrSWWHubkWyM6',410000,'河南省',410400,'平顶山市',410404,'石龙区',NULL,NULL),
('DC020LFRa3CLMuW2fYVxL4Vc5ESen2Ui',140000,'山西省',141000,'临汾市',141031,'隰县',NULL,NULL),
('DC29x3t2F0TiD6uXcUQhKLnt2CQchEga',620000,'甘肃省',621200,'陇南市',621225,'西和县',NULL,NULL),
('dcbbbdoatGS9Xd0g9NnlqVaW18tOuQzb',410000,'河南省',410400,'平顶山市',410403,'卫东区',NULL,NULL),
('dccdmXxFyBaUQl36al36am8rENOyb7PF',520000,'贵州省',520300,'遵义市',520322,'桐梓县',NULL,NULL),
('dCfgnYyJMAp7fGyz0aDxDq2KsV5u0s3M',340000,'安徽省',341200,'阜阳市',341221,'临泉县',NULL,NULL),
('DcTKU8Npv8YlCUyQsx90pU7GWusEHrT1',340000,'安徽省',340300,'蚌埠市',340323,'固镇县',NULL,NULL),
('DcZaJYvsCyLZvmbExCglKzpcClFaHOPx',430000,'湖南省',430400,'衡阳市',430421,'衡阳县',NULL,NULL),
('Dd0f5xepcAaX7xa6PHQX4ns1xwOl8uRG',440000,'广东省',445100,'潮州市',445102,'湘桥区',NULL,NULL),
('DD5nqRTIJklxuGLDJBFlBN0s886YmKt1',410000,'河南省',411300,'南阳市',411321,'南召县',NULL,NULL),
('dddkOX8FNPy9TTA8I4ZAPewL5WkF9Brd',330000,'浙江省',330500,'湖州市',330502,'吴兴区',NULL,NULL),
('ddeo40GdSz6CC6uYgffnWtk4bAeddgwG',440000,'广东省',440100,'广州市',440105,'海珠区',NULL,NULL),
('ddiEe1eWRiKH5buJ2OPx3vbhFjoS2oG6',530000,'云南省',530900,'临沧市',530926,'耿马傣族佤族自治县',NULL,NULL),
('dDoRZcQuJ2R0ijul4dEul343S5FUmUkI',120000,'天津市',120100,'市辖区',120111,'西青区',NULL,NULL),
('De4u6RPrxdgzQplikzHCO6SWTwL5XoVj',370000,'山东省',371600,'滨州市',371626,'邹平县',NULL,NULL),
('De8NqylTjHnDVxM89dstSKYr9hNYjuk3',220000,'吉林省',222400,'延边朝鲜族自治州',222405,'龙井市',NULL,NULL),
('De9QEzIGaAfnWshRjMROiTrkbJZAMYoS',340000,'安徽省',340300,'蚌埠市',340303,'蚌山区',NULL,NULL),
('DEdWSrqEOYe4v82CQberk9Cwy3sZoQTJ',120000,'天津市',120100,'市辖区',120105,'河北区',NULL,NULL),
('demYCZWyPhMU4rPDxCjzJOHTelPW3g3h',130000,'河北省',130900,'沧州市',130901,'市辖区',NULL,NULL),
('dEtfFs61AIEYMLlg9Nmf2eVMXiq50D0V',430000,'湖南省',430100,'长沙市',430103,'天心区',NULL,NULL),
('dfrhXNXcX3cJRVVICNXd5AvExCjyGCQe',410000,'河南省',411600,'周口市',411626,'淮阳县',NULL,NULL),
('dFxwRAc4BB5qH58jZQ6QJZALXishP97Z',610000,'陕西省',610800,'榆林市',610801,'市辖区',NULL,NULL),
('Dggo2OMiZVwDsbrv0lAHCNYkzJMxcdlV',510000,'四川省',513200,'阿坝藏族羌族自治州',513231,'阿坝县',NULL,NULL),
('Dghq7aiP6TXWHvgEjr8afB5u0pQQwWXQ',450000,'广西壮族自治区',450100,'南宁市',450107,'西乡塘区',NULL,NULL),
('DGlyyXXNU1bJXq3R0gaQy5CHvdpgUB6y',130000,'河北省',130500,'邢台市',130523,'内丘县',NULL,NULL),
('DGlzCd5AxK0AKPK65Yr9eA4sV2id0cQr',320000,'江苏省',320400,'常州市',320412,'武进区',NULL,NULL),
('dhC4je2mwoeNaexQsBsk5ke0bHOMj28n',410000,'河南省',410100,'郑州市',410104,'管城回族区',NULL,NULL),
('DhkFaED4i4jaLbtDC147dBaSKVglKAxN',350000,'福建省',350400,'三明市',350429,'泰宁县',NULL,NULL),
('DhkFaIS5DNRM9ezY0XD8CxDsakZPYe3q',620000,'甘肃省',622900,'临夏回族自治州',622924,'广河县',NULL,NULL),
('DHt5RTGCSn44YvtFLGYFg9OtJ68bofTy',340000,'安徽省',340700,'铜陵市',340702,'铜官山区',NULL,NULL),
('DIu83G7migfiAUB6yiEe4sV6zmXzObiL',220000,'吉林省',220600,'白山市',220601,'市辖区',NULL,NULL),
('DkBQgEjoViwAc5EP2yuED148k1ZLDKEU',450000,'广西壮族自治区',450900,'玉林市',450921,'容县',NULL,NULL),
('DkCTrpwepdGCQfxNctBrfJJkgaVVFs86',320000,'江苏省',320200,'无锡市',320205,'锡山区',NULL,NULL),
('DKH32R1lwruV2eSwRy3sV8HWsk6ligiv',210000,'辽宁省',211200,'铁岭市',211202,'银州区',NULL,NULL),
('dKVb0lwrrJbxY8ydgxKXoWkHltbkXD9F',230000,'黑龙江省',230700,'伊春市',230708,'美溪区',NULL,NULL),
('DlHg5tW6zlTfqcy1g8K7brv2wjQ8Yjvr',500000,'重庆市',500200,'县',500241,'秀山土家族苗族自治县',NULL,NULL),
('dlThxJRX3dM4QPuOpu2AC9NmeTFtbm7l',500000,'重庆市',500100,'市辖区',500101,'万州区',NULL,NULL),
('dLYpXq65Vd8SNeBbWZVyQm7ldVLU7I2U',420000,'湖北省',420100,'武汉市',420114,'蔡甸区',NULL,NULL),
('DmKu3F2YASrrKeLZvm7ldTEpUc4BFnKp',150000,'内蒙古自治区',150400,'赤峰市',150404,'松山区',NULL,NULL),
('DMOBo1Lzpby3rU3oFYGmzElCWDe6GTgw',220000,'吉林省',220800,'白城市',220822,'通榆县',NULL,NULL),
('DMPGJsXe6FTiD7w6OzhxGF7pwdmZJvcl',520000,'贵州省',520300,'遵义市',520324,'正安县',NULL,NULL),
('do8lbHLCC4kilE4fQkXC5nuaadn7iWEk',510000,'四川省',511500,'宜宾市',511526,'珙县',NULL,NULL),
('DoT6I57ctCwz8QBkIoF2ZFeZ4dIMykMN',430000,'湖南省',430500,'邵阳市',430527,'绥宁县',NULL,NULL),
('DP3CO2yxRvNj1YFhd3s0ufB5wba7Wd3s',370000,'山东省',371600,'滨州市',371622,'阳信县',NULL,NULL),
('DP5MuXaLandN9fB8GQ2t5RTHEYOYgfiz',510000,'四川省',513200,'阿坝藏族羌族自治州',513227,'小金县',NULL,NULL),
('dpfQl0R6MsLi0YGluiO0r1CSn6buJ2QU',510000,'四川省',511700,'达州市',511701,'市辖区',NULL,NULL),
('Dq2Kv5Nx7QJVgnYyJOGR3zuCsfKNzlPZ',370000,'山东省',371500,'聊城市',371502,'东昌府区',NULL,NULL),
('DQ7W9MhVEgeb2xoax2pLpCIyrqBC5sPB',370000,'山东省',370300,'淄博市',370321,'桓台县',NULL,NULL),
('DQ93EXEdY5kf3oCNU2klyA8I40GcOhNY',510000,'四川省',510100,'成都市',510183,'邛崃市',NULL,NULL),
('DQ94KoysrEMMpypbvRDr9hLPGOOrDHqS',410000,'河南省',410500,'安阳市',410522,'安阳县',NULL,NULL),
('dQsxba7V6AuvUTzY130Ju4Ji9GOQEwvN',450000,'广西壮族自治区',450100,'南宁市',450126,'宾阳县',NULL,NULL),
('DReoarxdiHs2F22VmR5DOXe8NoqNzjGk',350000,'福建省',350800,'龙岩市',350801,'市辖区',NULL,NULL),
('drpxjLI9tJ3Ugo2S3xjQ4H7lbIS3t4Lt',420000,'湖北省',420100,'武汉市',420101,'市辖区',NULL,NULL),
('dRxXZVuy5FRa3F0SdguvWZXHt6Vc0hd6',450000,'广西壮族自治区',450800,'贵港市',450804,'覃塘区',NULL,NULL),
('dSBe9X9IZD4i3g020NNqzpbxY6rKgUyW',150000,'内蒙古自治区',150900,'乌兰察布市',150928,'察哈尔右翼后旗',NULL,NULL),
('DseBaQBkFbL65WiuppDP3DRfttOuOsHV',360000,'江西省',360500,'新余市',360502,'渝水区',NULL,NULL),
('DseElE38nje7J8l7sI44ZwxX15buJ3S5',360000,'江西省',361100,'上饶市',361129,'万年县',NULL,NULL),
('DSiIysrGWsldRtDC29sHWsiYO0qXlIoE',350000,'福建省',350700,'南平市',350702,'延平区',NULL,NULL),
('dstRIR1jlD0Wvy5DKH469iQaa82CQaaa',130000,'河北省',130700,'张家口市',130730,'怀来县',NULL,NULL),
('dSxSEsbm6fLXkBTsvX5rOw4BDbTIJozw',150000,'内蒙古自治区',150700,'呼伦贝尔市',150725,'陈巴尔虎旗',NULL,NULL),
('dTDkzIIi9IYyFyy0bITb4CJFZMMnpJi7',230000,'黑龙江省',230300,'鸡西市',230381,'虎林市',NULL,NULL),
('DTo6dChlLAvzegrj1453T8RGJqLmmAFo',150000,'内蒙古自治区',150100,'呼和浩特市',150105,'赛罕区',NULL,NULL),
('dtw2t5SY3dJS1ltbm467al0Q3yssKeJN',410000,'河南省',410100,'郑州市',410182,'荥阳市',NULL,NULL),
('dtw4AA08vVYXGpOEFdXWGr1DVzTEmHf1',620000,'甘肃省',621200,'陇南市',621201,'市辖区',NULL,NULL),
('dtzfnYyKT4u5NAmUhvz9SM760wqqFShz',650000,'新疆维吾尔自治区',650200,'克拉玛依市',650201,'市辖区',NULL,NULL),
('duDyFyBbVUDfedfqfKT2mytAmTekLG0L',650000,'新疆维吾尔自治区',653100,'喀什地区',653123,'英吉沙县',NULL,NULL),
('dUKSZaFFdTDlGcPmbEzHCRiKFXAVIDTo',310000,'上海市',310100,'市辖区',310107,'普陀区',NULL,NULL),
('dULWeb2uabhHviKIcDtfHzA4rQIVjC16',500000,'重庆市',500100,'市辖区',500120,'璧山区',NULL,NULL),
('DUvEyHEYNUZ4fPduDwy4v94IgYXIvgB5',450000,'广西壮族自治区',450200,'柳州市',450203,'鱼峰区',NULL,NULL),
('dvK4Xr8eyULV8Mj6mnDRhFlxwOk4bxZb',350000,'福建省',350400,'三明市',350403,'三元区',NULL,NULL),
('dVQjOZkyDlGbHLCDaL8fFqWjAQhJEUqg',630000,'青海省',632500,'海南藏族自治州',632524,'兴海县',NULL,NULL),
('dwNfFr4PPrAtsI2Tb4FYFe3pKkgbYbMc',320000,'江苏省',320500,'苏州市',320581,'常熟市',NULL,NULL),
('dwNgMV9QzaXaMdA8Mk9zizN885U7FR90',230000,'黑龙江省',231100,'黑河市',231182,'五大连池市',NULL,NULL),
('dWTwM79evHMHXzPgDhivryhATA6ylR7T',610000,'陕西省',610600,'延安市',610623,'子长县',NULL,NULL),
('DXIAA2h5tUZ3awX4i6rMpym1PUUEoOJ3',630000,'青海省',632300,'黄南藏族自治州',632324,'河南蒙古族自治县',NULL,NULL),
('DXIyuBnUflQ1rWgjAStx9Yd2mzA3lrYo',450000,'广西壮族自治区',451400,'崇左市',451425,'天等县',NULL,NULL),
('DXJBGrZteA3kmG9x4BFkteB7FPXaLbsz',430000,'湖南省',431100,'永州市',431122,'东安县',NULL,NULL),
('dXXMTWRkUp8iVzVIG5fPeuDwz9QCoXp4',630000,'青海省',630200,'海东市',630203,'平安区',NULL,NULL),
('dy1fZ6le1fZ22Xwz9QDtiVySwPrxep8i',320000,'江苏省',320600,'南通市',320601,'市辖区',NULL,NULL),
('dY2avTM2HdRvK65XoT8Ox5ESeo69iRgy',230000,'黑龙江省',230300,'鸡西市',230301,'市辖区',NULL,NULL),
('dY6ovdmYGlvl1XwAec91t870xvMeCghu',620000,'甘肃省',620100,'兰州市',620101,'市辖区',NULL,NULL),
('DYP1uexQqpDMPFHkoNGOUUHCMWbY6tTR',130000,'河北省',130500,'邢台市',130501,'市辖区',NULL,NULL),
('DYRceo7fJKmrZq1E0WyN9bjReo58hMT1',230000,'黑龙江省',230500,'双鸭山市',230503,'岭东区',NULL,NULL),
('DzO9dqjaK5ZyEs75UaTQodNbjUrj6qCF',440000,'广东省',440900,'茂名市',440901,'市辖区',NULL,NULL),
('e0bHQW16gTvHMHYBYSgAZZQ3CNU1eUGy',130000,'河北省',130400,'邯郸市',130430,'邱县',NULL,NULL),
('E0Wvx0f5xhC7zjJwiJDQ6QK2MEIu70ug',530000,'云南省',532900,'大理白族自治州',532923,'祥云县',NULL,NULL),
('E1WtrAtrByL2JpGZLI6bsBsk7qCDbQwT',370000,'山东省',371200,'莱芜市',371202,'莱城区',NULL,NULL),
('e2mvjSgyPkYHs1BKMuX9IWq8dxUJMyhz',330000,'浙江省',330300,'温州市',330327,'苍南县',NULL,NULL),
('E3cDp0E3awVTxPneRsydiGks62HcM8ah',450000,'广西壮族自治区',450600,'防城港市',450603,'防城区',NULL,NULL),
('e3pHax4yo8k4cCmMGSdhC3i6w8U1dSxV',130000,'河北省',130700,'张家口市',130727,'阳原县',NULL,NULL),
('e3t1wpj9HQ0ks9cn7k8w2u9aadoauOrz',540000,'西藏自治区',542400,'那曲地区',542430,'尼玛县',NULL,NULL),
('E4dKT6DJBCaNj2468dtCuqxchAYYJCKH',410000,'河南省',410900,'濮阳市',410926,'范县',NULL,NULL),
('E5j7v2t6WghvwVStzhuvSJQRCkCYQ7V5',620000,'甘肃省',622900,'临夏回族自治州',622927,'积石山保安族东乡族撒拉族自治县',NULL,NULL),
('E5moG8pwepatFOSNcrtUUFr2JnvgEhiv',410000,'河南省',410100,'郑州市',410185,'登封市',NULL,NULL),
('e5zpeJPMhSqj6pCFkvpkf8LdFujXGlyy',410000,'河南省',411700,'驻马店市',411724,'正阳县',NULL,NULL),
('e5zsqzqfQiMQIT9W6v2ytyb6Nv1oKpFU',150000,'内蒙古自治区',150700,'呼伦贝尔市',150724,'鄂温克族自治旗',NULL,NULL),
('e6GVrfMYoT7KdEvndN9dvGKzo7fJKnvf',610000,'陕西省',610400,'咸阳市',610422,'三原县',NULL,NULL),
('E6pxlWvy6H1S8TUFsahIzxPm8tMj29rC',140000,'山西省',141000,'临汾市',141030,'大宁县',NULL,NULL),
('E7w7Oyc9ZkvneTz1dSA8J6bpkilGbJYt',610000,'陕西省',610700,'汉中市',610728,'镇巴县',NULL,NULL),
('e8NqBxKYul7ot0t9euCrapmoKoAB5u1t',330000,'浙江省',330800,'衢州市',330881,'江山市',NULL,NULL),
('E9DyHF4dIJmqU8Mk7rGYFf6ByPgIADe6',230000,'黑龙江省',231000,'牡丹江市',231084,'宁安市',NULL,NULL),
('E9FGhbVVGvhIDO1ucqmnEYIwhGoKqH5b',370000,'山东省',370700,'潍坊市',370784,'安丘市',NULL,NULL),
('eA7EIs1ywQtDEbMdxWUxPm9uQDr79duD',210000,'辽宁省',210500,'本溪市',210504,'明山区',NULL,NULL),
('EaJZCYO0pRWYUqgUzZ12XvwVUB6AriYQ',500000,'重庆市',500100,'市辖区',500112,'渝北区',NULL,NULL),
('eaZhhmR1pOFMGWslcL63NEJxm0OQEzJM',210000,'辽宁省',211000,'辽阳市',211003,'文圣区',NULL,NULL),
('eB9Mj3auOoqMrH0LGVqdEpVedgvy8QCr',350000,'福建省',350200,'厦门市',350201,'市辖区',NULL,NULL),
('ec8XbVUB8GTgrgO72E0VqbwTHGaAixGB',510000,'四川省',511800,'雅安市',511802,'雨城区',NULL,NULL),
('ec90qWirdz4rQL9gIDRfsrFP0lAHzDiq',450000,'广西壮族自治区',450200,'柳州市',450222,'柳城县',NULL,NULL),
('EcTGBMV9PwW01YD5lktdwL8bm7lcNcsy',150000,'内蒙古自治区',150700,'呼伦贝尔市',150783,'扎兰屯市',NULL,NULL),
('EcVRm33XranfUEnMzn2S9VZ4by2mzCe9',150000,'内蒙古自治区',152500,'锡林郭勒盟',152531,'多伦县',NULL,NULL),
('ECYQ94KowhFmCQbgA05hZXEdZ9Bo1JrR',130000,'河北省',130700,'张家口市',130721,'宣化县',NULL,NULL),
('ED5lhfc6KjaGNLiZWzTA3nADhhrcxWVE',520000,'贵州省',520300,'遵义市',520327,'凤冈县',NULL,NULL),
('edenZHmvjTlThxIOJ67akXEf8KbuJ3Vg',530000,'云南省',533400,'迪庆藏族自治州',533423,'维西傈僳族自治县',NULL,NULL),
('Ee5zqeKU8KdDnRZdY4dL0zFtduEE7v1p',340000,'安徽省',340800,'安庆市',340824,'潜山县',NULL,NULL),
('eEr62JoBHwjQ94Hazdcb8ZmF5gWKMtSO',140000,'山西省',141100,'吕梁市',141129,'中阳县',NULL,NULL),
('eFtbm7j3bClKzo579hKLpBEgc5EP4FZK',130000,'河北省',130900,'沧州市',130929,'献县',NULL,NULL),
('eFvk0R7QHQX5oxlYFhc2pKoxoatJ69hM',500000,'重庆市',500100,'市辖区',500151,'铜梁区',NULL,NULL),
('eFvkZOV2h7yiDaJ0FbL5XnT9W4oyrou4',410000,'河南省',411300,'南阳市',411381,'邓州市',NULL,NULL),
('eFvndNbl0PZimLzqfO985SZ8yekKDLJe',650000,'新疆维吾尔自治区',653200,'和田地区',653224,'洛浦县',NULL,NULL),
('EgdaZgfgrgPdqi4jcUN4NEFe1g7Aqcz7',610000,'陕西省',610500,'渭南市',610522,'潼关县',NULL,NULL),
('EGlvjRftrEMNrH2Sa0pQOolqWfgp7am9',650000,'新疆维吾尔自治区',650200,'克拉玛依市',650203,'克拉玛依区',NULL,NULL),
('egsnkmDWC6xdkOV05hYTmXxEtiSjP0oO',350000,'福建省',350600,'漳州市',350601,'市辖区',NULL,NULL),
('eGwqnu982F344YtjZSdhAYWAYYNUZ4cC',140000,'山西省',141000,'临汾市',141021,'曲沃县',NULL,NULL),
('eGxvJYuqrOzekKAvFF7uSN9ewNeBaTM4',230000,'黑龙江省',230500,'双鸭山市',230522,'友谊县',NULL,NULL),
('eGyA4qKj9FIqPJYwy2lr0xyZ8x9Ye6CE',230000,'黑龙江省',231000,'牡丹江市',231081,'绥芬河市',NULL,NULL),
('eHDSm1Tb5H7meXWEjoVfhyJRWZXFijvp',510000,'四川省',513400,'凉山彝族自治州',513435,'甘洛县',NULL,NULL),
('EhkCZUo6aoje5wbesot1xuCuqwb93G5e',330000,'浙江省',330800,'衢州市',330825,'龙游县',NULL,NULL),
('EhkE6pzsrFR8XcY5lks75Vc2rWfflMJ8',360000,'江西省',361100,'上饶市',361128,'鄱阳县',NULL,NULL),
('EHpODAStx7QJWlKxhFikDZUp9meTCfc8',650000,'新疆维吾尔自治区',652800,'巴音郭楞蒙古自治州',652828,'和硕县',NULL,NULL),
('ehuuPvURrpAyOhP6U2klyCfehzN61AJJ',450000,'广西壮族自治区',450800,'贵港市',450803,'港南区',NULL,NULL),
('ehxGF8uRIPRCnTaZjoS1luhKKljnNI0I',370000,'山东省',370600,'烟台市',370682,'莱阳市',NULL,NULL),
('eIJkjq0BO84LtV1bFCYQ92zB7EKBA04a',130000,'河北省',130500,'邢台市',130534,'清河县',NULL,NULL),
('eJQOooDQa93G36aojbQwTM4OGPUVJJkf',430000,'湖南省',433100,'湘西土家族苗族自治州',433124,'花垣县',NULL,NULL),
('ekMLi02YD5owhHvetuVZ1WwAfhwDoXoZ',330000,'浙江省',330200,'宁波市',330201,'市辖区',NULL,NULL),
('ekOTVJKmqRTHHcJWkE7w2vfxOiRhC7Bv',370000,'山东省',371300,'临沂市',371325,'费县',NULL,NULL),
('eKQOmcM774PL9l6hYRftrDIu83IfXSkR',150000,'内蒙古自治区',150500,'通辽市',150581,'霍林郭勒市',NULL,NULL),
('ELG0NNrDHqRTKSY4jaJZCWIzySz5wbdn',420000,'湖北省',421000,'荆州市',421001,'市辖区',NULL,NULL),
('eM4SY4gWKLoxn452NGScdkOX9LcwTIJl',340000,'安徽省',340100,'合肥市',340104,'蜀山区',NULL,NULL),
('EMNrHZGjnLv5LpzsqAuw0ikzHCRiHt84',540000,'西藏自治区',540100,'拉萨市',540102,'城关区',NULL,NULL),
('emVq9maBlMI59hNYmHg2eTA8KcBc5EP1',320000,'江苏省',320900,'盐城市',320924,'射阳县',NULL,NULL),
('en0MI30HkmDXJAC8EJyqhYRerk8AjEbO',650000,'新疆维吾尔自治区',652800,'巴音郭楞蒙古自治州',652824,'若羌县',NULL,NULL),
('en3YzJNDEbPniaLbrxba8YjvruZilFbH',130000,'河北省',130500,'邢台市',130581,'南宫市',NULL,NULL),
('eNbkWAUDiq5Xp0BSqj7xa4FXD9HR3zuy',360000,'江西省',361000,'抚州市',361024,'崇仁县',NULL,NULL),
('eo40Ilt74OGPW19x5GXzQl2YC15dFyz3',350000,'福建省',350600,'漳州市',350626,'东山县',NULL,NULL),
('eOexSBbZdZ6noJi8DC0ZNQEzM0vneRqm',340000,'安徽省',340600,'淮北市',340603,'相山区',NULL,NULL),
('eOgGr2JkjpXoUflMLi16eKQQvRDp1GeU',360000,'江西省',360100,'南昌市',360112,'新建区',NULL,NULL),
('EoNGR3zvGKva8ZqXlGf1fYXGrXhq5Zxz',360000,'江西省',360800,'吉安市',360827,'遂川县',NULL,NULL),
('epdFwqrNrHZHkr2KqH5aqsRL64T3qROm',650000,'新疆维吾尔自治区',650400,'吐鲁番市',650402,'高昌区',NULL,NULL),
('eqgUyUKPJ2R0hc1kqXmLBzQm5eKT1kmF',230000,'黑龙江省',230800,'佳木斯市',230828,'汤原县',NULL,NULL),
('eqhVGr2G9w0jnMBvy8PCoYwwRBgkJwfw',440000,'广东省',440800,'湛江市',440823,'遂溪县',NULL,NULL),
('eQodKXoVivvSHG9x7PBlLCFkuiRfttLh',330000,'浙江省',330100,'杭州市',330101,'市辖区',NULL,NULL),
('eQpjbNhQckTlS9ZipZyChmPVXQdn42R1',140000,'山西省',140400,'长治市',140411,'郊区',NULL,NULL),
('EqYseBbWZWB18tOtNmhbUPewNdyWSodH',610000,'陕西省',610100,'西安市',610113,'雁塔区',NULL,NULL),
('ERba81yzZ6nqQOk3atIYAQhHxrrH1OTR',450000,'广西壮族自治区',451200,'河池市',451224,'东兰县',NULL,NULL),
('ERdhDaK4Xral37fKQMbtED5lijwxWVFm',410000,'河南省',411600,'周口市',411622,'西华县',NULL,NULL),
('eri12XvxZcQvOonvhGpSX133VlMI3YxC',620000,'甘肃省',620800,'平凉市',620801,'市辖区',NULL,NULL),
('eRqqH0PW5pFVutMk9AkIqPGMI2VmPVYX',510000,'四川省',510500,'泸州市',510502,'江阳区',NULL,NULL),
('ESfvBmQX4kf8KbwSFxyY3bz9VZ1ZKAvC',610000,'陕西省',610800,'榆林市',610824,'靖边县',NULL,NULL),
('esorRQtFKBA038l9zdejLH2Wp4WmNMj6',540000,'西藏自治区',542500,'阿里地区',542525,'革吉县',NULL,NULL),
('espxkSemUmUhyLZwuHUgo40F8x8SOhNZ',530000,'云南省',530100,'昆明市',530113,'东川区',NULL,NULL),
('esqBzSwOmbHMCC6rMov83G7kbK1Hg3ln',320000,'江苏省',320800,'淮安市',320826,'涟水县',NULL,NULL),
('eSz1eWTrnqODzLWitjYOW9Larw6PECZX',510000,'四川省',511000,'内江市',511001,'市辖区',NULL,NULL),
('eTBd5BA04avQxY8zjGjlE5i2bEwvMfIG',370000,'山东省',370700,'潍坊市',370786,'昌邑市',NULL,NULL),
('eTEpVda2ucn8ldRtCxEsez1g5sU09x5G',510000,'四川省',511100,'乐山市',511111,'沙湾区',NULL,NULL),
('ettNopKj8CxEtfDkzGzDgjAO85SVTuEC',150000,'内蒙古自治区',150600,'鄂尔多斯市',150602,'东胜区',NULL,NULL),
('ettOrEJztw2s1BLQMbpmqSVPeuAkHluf',350000,'福建省',350700,'南平市',350723,'光泽县',NULL,NULL),
('etvVYVzUElF6lhc2nBMSVN3JkikDYP3B',520000,'贵州省',520600,'铜仁市',520603,'万山区',NULL,NULL),
('etx7PBlMH1QX8EFeZ5i4jbQwVSsvYe5w',150000,'内蒙古自治区',152200,'兴安盟',152224,'突泉县',NULL,NULL),
('euAiBUCd3rT1dTFs874QQvPsFOSM76Xn',330000,'浙江省',331000,'台州市',331004,'路桥区',NULL,NULL),
('euBkJvberlf3lr0zDkzIG9x4AzUHAHxt',530000,'云南省',530100,'昆明市',530102,'五华区',NULL,NULL),
('EujVvEyGyyXXKI9uRDp2Ku3DReqiZWAX',650000,'新疆维吾尔自治区',653200,'和田地区',653221,'和田县',NULL,NULL),
('EUspu5OCvxY6pCIzyTCiq62KsUZ3atI0',210000,'辽宁省',210900,'阜新市',210904,'太平区',NULL,NULL),
('euyb7PDzM0yA8LcBeb4ETmYzPhJG469j',450000,'广西壮族自治区',450300,'桂林市',450321,'阳朔县',NULL,NULL),
('evFD3cGDYNUY0WxILyhD8AqaqqJeN5Vd',450000,'广西壮族自治区',450300,'桂林市',450302,'秀峰区',NULL,NULL),
('evHMGVnWp663NFNNqzrj5mnBMTXWGs2F',130000,'河北省',131100,'衡水市',131124,'饶阳县',NULL,NULL),
('EvsAnYCZWAXSjOV1bIRY7yemWqcwRy3q',130000,'河北省',130500,'邢台市',130527,'南和县',NULL,NULL),
('EVvAeizRofVFqYs9gIDSiIu85SWUxPng',520000,'贵州省',522300,'黔西南布依族苗族自治州',522324,'晴隆县',NULL,NULL),
('ewJWmORExy3oETn41JqOAmTb6Nw2u997',130000,'河北省',130500,'邢台市',130525,'隆尧县',NULL,NULL),
('ewM9fDipYvqtTUIIgYXIwhGrYnOKcy1h',360000,'江西省',360400,'九江市',360427,'星子县',NULL,NULL),
('eWQevEAPdphYRgAZZP1t71zDiq3PQy3v',530000,'云南省',530700,'丽江市',530721,'玉龙纳西族自治县',NULL,NULL),
('exPpnt71zCeaW4ms3Ig2eRsw5G2WsjZT',130000,'河北省',130400,'邯郸市',130481,'武安市',NULL,NULL),
('eXSoavQwX5moIdNagGs3Jms0wpmqRQvP',420000,'湖北省',421200,'咸宁市',421222,'通城县',NULL,NULL),
('exTFwqqI59k21R5FXC18sJ7dyXYQ7WaS',630000,'青海省',630200,'海东市',630222,'民和回族土族自治县',NULL,NULL),
('eXVA1cNaiNXe9UTz0dQqrNw0ktfDfaYa',330000,'浙江省',330300,'温州市',330301,'市辖区',NULL,NULL),
('eXWDcWUC9LeIJje3rQK50CVB3kinPPvS',420000,'湖北省',420600,'襄阳市',420624,'南漳县',NULL,NULL),
('eXWGqT3oF0Tfparxba7Xfc8TUIG7pu3F',370000,'山东省',370700,'潍坊市',370725,'昌乐县',NULL,NULL),
('eXXJDNUY26fN2EYLLmlviQ94IeRqnt3I',650000,'新疆维吾尔自治区',653200,'和田地区',653223,'皮山县',NULL,NULL),
('EyFwpmoHcKZwtEHmyxRwRBhp1KxhB3ia',520000,'贵州省',522600,'黔东南苗族侗族自治州',522629,'剑河县',NULL,NULL),
('eyTCjvppFVuwWZZNSOfFqYsaiP5OBshT',630000,'青海省',630100,'西宁市',630121,'大通回族土族自治县',NULL,NULL),
('eyXVB3klzEmGeTEnMCC4moKnvclZIs0u',630000,'青海省',632200,'海北藏族自治州',632223,'海晏县',NULL,NULL),
('EZR93BIAElBQfzUIF343S5ENTVN0uiO3',440000,'广东省',441700,'阳江市',441702,'江城区',NULL,NULL),
('EZThAUEmIie3pLrKhXNV6yiEcTIJms1z',150000,'内蒙古自治区',150200,'包头市',150222,'固阳县',NULL,NULL),
('f0aECWHysuW3g2cIQWZZMPAiAStyeiC4',360000,'江西省',361000,'抚州市',361022,'黎川县',NULL,NULL),
('f1eSxSEscqnqQNhRiKIbBkCYRepbx0f2',320000,'江苏省',320400,'常州市',320413,'金坛区',NULL,NULL),
('F21OSN8afB6ygwEvtDC18pv8YkxA9OrB',410000,'河南省',410600,'鹤壁市',410611,'淇滨区',NULL,NULL),
('F3awUPexOk38j11R7PCq8gKMuW3lnF38',130000,'河北省',130700,'张家口市',130732,'赤城县',NULL,NULL),
('F49qw92BKKmmyyY0XD8CwCkCXLPDyJQP',150000,'内蒙古自治区',150700,'呼伦贝尔市',150781,'满洲里市',NULL,NULL),
('F4bwTLZujVxL3QSFzIHdNdtCsiVC9Lbr',450000,'广西壮族自治区',451200,'河池市',451281,'宜州市',NULL,NULL),
('F5hWJDQ80tahIzyVN3HdL4SZcPppGZMM',520000,'贵州省',522300,'黔西南布依族苗族自治州',522325,'贞丰县',NULL,NULL),
('f6BzUEpS1jkwwPsBwBjBTxNgIG49ppDN',430000,'湖南省',430200,'株洲市',430223,'攸县',NULL,NULL),
('f6EMOx5G0NNsJ6am9x2pOFHoEXEe1h8J',640000,'宁夏回族自治区',640500,'中卫市',640502,'沙坡头区',NULL,NULL),
('F6kbL8bm6fLVc5CHuadrpxhEf9RHJoCK',510000,'四川省',513400,'凉山彝族自治州',513422,'木里藏族自治县',NULL,NULL),
('F6lhd1lvjTn2S9V3jgeb4CIytziyKWhs',530000,'云南省',530900,'临沧市',530924,'镇康县',NULL,NULL),
('F8ycb91xsuW3kge9W4mrWgjD5kdY25bv',440000,'广东省',440200,'韶关市',440204,'浈江区',NULL,NULL),
('F9CshSm1TekNOx7MqCFlxsziBXResnpI',510000,'四川省',510500,'泸州市',510522,'合江县',NULL,NULL),
('F9ECYQ80qYq4T4xkP3BGs3Lv5Jh01YBX',140000,'山西省',141100,'吕梁市',141122,'交城县',NULL,NULL),
('F9yb4FYHpNCvvQy3u5OGNNnoEVxKZwrx',320000,'江苏省',320300,'徐州市',320303,'云龙区',NULL,NULL),
('FaGKyn1R3ypeLZtgHAFr0wuHTb6OBq8d',130000,'河北省',130600,'保定市',130636,'顺平县',NULL,NULL),
('faVWMU2lr2F4dGE11PYbQxY4i6sPBlLE',360000,'江西省',360400,'九江市',360429,'湖口县',NULL,NULL),
('fB6zmWtonyuAjD4ke1ie5AvCp2NGScb8',230000,'黑龙江省',230400,'鹤岗市',230404,'南山区',NULL,NULL),
('fB7DD9FGjlE26dDmJpIay6GXBXP8Zq0B',410000,'河南省',410800,'焦作市',410883,'孟州市',NULL,NULL),
('FbJ0E3ax0hc2qPIWmR4DLMpzuBkFbOiT',510000,'四川省',510300,'自贡市',510302,'自流井区',NULL,NULL),
('FbL4Vefn0HkpRX2bDrbpjbNj22VoZE4i',340000,'安徽省',340600,'淮北市',340602,'杜集区',NULL,NULL),
('FBQetw2rXglJsW9MhSpi2bBixBiuqtW7',430000,'湖南省',430100,'长沙市',430101,'市辖区',NULL,NULL),
('FBQfyQpnwhGrZtdxRwSDnNKbxX3bCnT8',540000,'西藏自治区',540200,'日喀则市',540235,'聂拉木县',NULL,NULL),
('FBTuCsgP983G7mhcX16gRm31PURrsPzd',350000,'福建省',350400,'三明市',350421,'明溪县',NULL,NULL),
('fc6I9pqMqGVqbtDEbMbpkikyFteA6zmX',420000,'湖北省',420700,'鄂州市',420703,'华容区',NULL,NULL),
('fc6NtOsKcBd9V05fRl1WrcyY5j9EGigh',630000,'青海省',632300,'黄南藏族自治州',632323,'泽库县',NULL,NULL),
('FCXLOAkJxjOW5tXd0e0aGLBzSvK2MGR7',130000,'河北省',130500,'邢台市',130535,'临西县',NULL,NULL),
('FdRwRz6GWwBhrcvL9iSkP2ywJWmNJ9pp',110000,'北京市',110100,'市辖区',110101,'东城区',NULL,NULL),
('Fe0cM9hJIcHJpH7lbJVjD3dLYsctCusG',500000,'重庆市',500100,'市辖区',500153,'荣昌区',NULL,NULL),
('fEkwrxcdlUmS9XcY5mmBLQK2NI3UhusD',530000,'云南省',530400,'玉溪市',530422,'澄江县',NULL,NULL),
('fEmIjf8NoqNyccgxL0zGwqnt5QPryjJx',210000,'辽宁省',210100,'沈阳市',210111,'苏家屯区',NULL,NULL),
('Ff5ylUlQ3ytx6LmkpVfizPexPmbFD0ZK',630000,'青海省',630100,'西宁市',630104,'城西区',NULL,NULL),
('FFdUKSWXNW8GSa5IawVWLRRz4wdkP2wm',430000,'湖南省',430600,'岳阳市',430602,'岳阳楼区',NULL,NULL),
('Fg7EMJbAdaZjq2ImudrpwhC9GR2uacjQ',330000,'浙江省',331100,'丽水市',331123,'遂昌县',NULL,NULL),
('FGf1g2fXTqgTxQtFLFQ3BGtadrmmwnbA',220000,'吉林省',220200,'吉林市',220281,'蛟河市',NULL,NULL),
('FGfZ6noH9tMldQrv2wjShC4mrWd7OvYa',440000,'广东省',440200,'韶关市',440224,'仁化县',NULL,NULL),
('fgnXtnfZ23YzKT3tZnMButKbwUPdrosY',610000,'陕西省',610600,'延安市',610626,'吴起县',NULL,NULL),
('fgo1NLfO9bjP2yvGLCB16lcQsBvx2nCN',210000,'辽宁省',210100,'沈阳市',210102,'和平区',NULL,NULL),
('fgq8iSn6bqtV4nyqmjmGbGJsU2icZ9FI',350000,'福建省',350800,'龙岩市',350802,'新罗区',NULL,NULL),
('fHBMV7GUlORHLAtqwdlThBXRgxNcsw5H',440000,'广东省',440300,'深圳市',440304,'福田区',NULL,NULL),
('fhsgQgC7CAVEnLxchAWO2EWDbPrzo3Yx',140000,'山西省',141000,'临汾市',141032,'永和县',NULL,NULL),
('fiBVGufB6AqeGCRgzTA6AsoqOAnYAOad',230000,'黑龙江省',230400,'鹤岗市',230401,'市辖区',NULL,NULL),
('fizObkUo7eCgiyHGaBlNKbvQx1lvl0Se',320000,'江苏省',320800,'淮安市',320811,'清浦区',NULL,NULL),
('fJLrKi3cFCTrnoFZNQECXNV3nzyRxTJN',370000,'山东省',370200,'青岛市',370213,'李沧区',NULL,NULL),
('fJMuZjq2Lw90tbl2XvuMgPbgA06kcQrw',420000,'湖北省',420300,'十堰市',420302,'茅箭区',NULL,NULL),
('fkLEPZjs9exQqrKgVGudrqBC7BurCD7x',450000,'广西壮族自治区',451300,'来宾市',451381,'合山市',NULL,NULL),
('fKPIYwy4wgyPkYKFXzQm8pt0qVda2t9a',210000,'辽宁省',210500,'本溪市',210503,'溪湖区',NULL,NULL),
('Fkvm6hVFnJoCJCLNzfpapoyqmkoNGR3A',610000,'陕西省',610400,'咸阳市',610429,'旬邑县',NULL,NULL),
('FKymZJwfvCp3T6GXyKVedcbberlcRxVT',510000,'四川省',510300,'自贡市',510311,'沿滩区',NULL,NULL),
('FMKdEujVxK0AKQOl9AiyKSY7uUVLT0cM',610000,'陕西省',611000,'商洛市',611021,'洛南县',NULL,NULL),
('fmTc8YhkCXMRMam7leXXIxoavTL1BPbf',640000,'宁夏回族自治区',640400,'固原市',640402,'原州区',NULL,NULL),
('fmVnYyIJklxuGLCD8EGkpS1kpS2pKmoH',360000,'江西省',361100,'上饶市',361130,'婺源县',NULL,NULL),
('FnG7npJh4jcUN6Xiunh5rOzeiBYVvAix',520000,'贵州省',522600,'黔东南苗族侗族自治州',522630,'台江县',NULL,NULL),
('FnJlmDWDcX00R6MqDIwhHubiLOzejKAy',430000,'湖南省',431300,'娄底市',431382,'涟源市',NULL,NULL),
('fnYARpj8yfrfN6U7I1PW3gZ243VhuqtX',320000,'江苏省',320200,'无锡市',320204,'北塘区',NULL,NULL),
('fnZD4g01VqaquXcX29sGR6NvX9J3VjAP',440000,'广东省',440200,'韶关市',440282,'南雄市',NULL,NULL),
('fo3WoXtk22UhyJPMhRm1UiATvK2NJ53R',420000,'湖北省',420700,'鄂州市',420704,'鄂城区',NULL,NULL),
('fo3Wq52JqLmlwqpBC8EGiisdyZ4h14as',450000,'广西壮族自治区',450200,'柳州市',450226,'三江侗族自治县',NULL,NULL),
('FOUVMV8J578cqmlwnazb3wlYFf6AttKb',610000,'陕西省',610800,'榆林市',610823,'横山县',NULL,NULL),
('fQm6eIKpDMSSBd5BEf8LeJQOnibSDr89',430000,'湖南省',430300,'湘潭市',430321,'湘潭县',NULL,NULL),
('FqXnQVXO4LrKeM1BP70vjWAVICQa7Xho',320000,'江苏省',320300,'徐州市',320382,'邳州市',NULL,NULL),
('Fr2HcM74RX3fTxTEpXnRZdX0XC4jbOom',420000,'湖北省',420200,'黄石市',420202,'黄石港区',NULL,NULL),
('frhXJESiGoKmqU7HXzN5VeaZkuhMU3nA',130000,'河北省',130600,'保定市',130634,'曲阳县',NULL,NULL),
('FSdhzUCggp4Yuojd1g6Bux1mBJJgYTpe',610000,'陕西省',610800,'榆林市',610829,'吴堡县',NULL,NULL),
('FSemWutJ68bl1WvvRDp0F8vW3i9IWrdB',140000,'山西省',140500,'晋城市',140501,'市辖区',NULL,NULL),
('FSfrk9Csj11R5I7k5j7x8W9K7am6hVDd',440000,'广东省',440900,'茂名市',440982,'化州市',NULL,NULL),
('fSvIS7MqAvCrbqqESfrj6rGVtnmt884M',610000,'陕西省',611000,'商洛市',611002,'商州区',NULL,NULL),
('FtcsuUYVzVJJi6uZlAIEZQ5JePfEjr9f',440000,'广东省',441300,'惠州市',441303,'惠阳区',NULL,NULL),
('FTlPW5rNvX8CxHJnxpgXP7XhnQVWN1wp',510000,'四川省',511600,'广安市',511603,'前锋区',NULL,NULL),
('FTlQ4FXAXQckP2wl1TgsnklzEq1F6mjl',370000,'山东省',370300,'淄博市',370306,'周村区',NULL,NULL),
('ftuQCnS4AA19x4yqhYTm0KztvX6v1t98',610000,'陕西省',610700,'汉中市',610722,'城固县',NULL,NULL),
('ftvX5rJdGBRhGpRVRm33YuppDNW9K9nd',320000,'江苏省',320900,'盐城市',320923,'阜宁县',NULL,NULL),
('FujXGnEWEgc0ks60AIHbEyGBLSXXJFYI',430000,'湖南省',431100,'永州市',431123,'双牌县',NULL,NULL),
('fuzc9ZkxvK661DVB6w91uexPl4asDEaK',230000,'黑龙江省',230700,'伊春市',230705,'西林区',NULL,NULL),
('fvAjBVFpRXZXEf7HZE8AkMI31Lzo5663',350000,'福建省',350200,'厦门市',350213,'翔安区',NULL,NULL),
('fVHAGvhJDP7U3nzySBeaYcUPdqlihmNI',520000,'贵州省',520200,'六盘水市',520203,'六枝特区',NULL,NULL),
('FVqeIHbHNJ7fJLtRM76YoVizKSZbMbog',640000,'宁夏回族自治区',640400,'固原市',640425,'彭阳县',NULL,NULL),
('FVtopG1SdiD9HUgo4ZAMZr3QREuk1YBX',420000,'湖北省',421000,'荆州市',421087,'松滋市',NULL,NULL),
('FVux2qSX0XAXQdn6btDARnax4wfxNezZ',130000,'河北省',130800,'承德市',130824,'滦平县',NULL,NULL),
('fwK1Imr1AJHaBjAOcocExyY3dLZthNYm',530000,'云南省',532900,'大理白族自治州',532929,'云龙县',NULL,NULL),
('FWxJQTLWjzJPK54Vhp51JpI9uPx2qODz',520000,'贵州省',522700,'黔南布依族苗族自治州',522723,'贵定县',NULL,NULL),
('fxM76Yr5ZvqpBGoMAp8fIG4bxY8ycba6',130000,'河北省',130600,'保定市',130601,'市辖区',NULL,NULL),
('FxyY4fTA2ie6FScdiFikBRkVslcOhN0v',130000,'河北省',130400,'邯郸市',130402,'邯山区',NULL,NULL),
('fZ244XseCghsjZTjLFVrhUxPl5dFzFr3',520000,'贵州省',520100,'贵阳市',520115,'观山湖区',NULL,NULL),
('fZ38mdPndL3NEJypeKVda0nIi8FLDLI8',140000,'山西省',140900,'忻州市',140981,'原平市',NULL,NULL),
('FzKPJ3VfmSa1s4OFJxkRa3EUqhUA2g3j',140000,'山西省',140100,'太原市',140107,'杏花岭区',NULL,NULL),
('FZNQDwz5xkPZlAIHbCral21OPAjARm6g',320000,'江苏省',320400,'常州市',320404,'钟楼区',NULL,NULL),
('fzWO4LsRK1Imt6Whp1JpIay6FR8Yjr9e',410000,'河南省',411600,'周口市',411623,'商水县',NULL,NULL),
('g04by3rT0dQqtTVMYkAMYmJrQK3PRDra',370000,'山东省',370400,'枣庄市',370403,'薛城区',NULL,NULL),
('G0OVZ0Vsk8w5EP4IcHIloMzmXusEJwgA',150000,'内蒙古自治区',150800,'巴彦淖尔市',150824,'乌拉特中旗',NULL,NULL),
('g1bHKv93EVxM4SY8xa3DQ8XgixFvncIP',320000,'江苏省',320600,'南通市',320611,'港闸区',NULL,NULL),
('G1UjD8zjGjnOJ562Mzp8hP83Jkgc2pLq',130000,'河北省',130200,'唐山市',130227,'迁西县',NULL,NULL),
('g2fZ37fMXjwxVRnavTNagEhkF8x8TVKQ',520000,'贵州省',520500,'毕节市',520521,'大方县',NULL,NULL),
('G2XyKSZbL65WjyIIicWVDhhshQfvGIlp',150000,'内蒙古自治区',150200,'包头市',150202,'东河区',NULL,NULL),
('G33XtiTrot1xqns1yyULVbX7yfsk8ycc',440000,'广东省',440100,'广州市',440104,'越秀区',NULL,NULL),
('G369hP6RTFxxTHG9x3u7XkyDnQTM6XkB',510000,'四川省',511700,'达州市',511702,'通川区',NULL,NULL),
('g3jgdaYe2oG49ppEQ80s6ZuhNWd4xlVs',120000,'天津市',120100,'市辖区',120112,'津南区',NULL,NULL),
('G46brv0nIh6w6PFGf3mvgCcVUzY12VmS',230000,'黑龙江省',230800,'佳木斯市',230881,'同江市',NULL,NULL),
('G47fHAGvjTn2UixHF6mkqXkD25dBfhsh',440000,'广东省',441700,'阳江市',441704,'阳东区',NULL,NULL),
('G48k4bAda1rXivrw7V3lnJkjqZyFs9ds',140000,'山西省',141000,'临汾市',141028,'吉县',NULL,NULL),
('G6mjlE0WyLYr89fB7Ari0ZLI7hUzUGwr',150000,'内蒙古自治区',150400,'赤峰市',150423,'巴林右旗',NULL,NULL),
('g6xfqgQhIBFnHg08tOsGR8WaOpsSTDkC',510000,'四川省',511400,'眉山市',511423,'洪雅县',NULL,NULL),
('G7pwfvDuojcXZVvCnS6H2Xwz6GVo2S7O',320000,'江苏省',320300,'徐州市',320381,'新沂市',NULL,NULL),
('G9zflOSM8cocGDYP2yvHONqymWrhVAY0',210000,'辽宁省',210700,'锦州市',210726,'黑山县',NULL,NULL),
('GaBmQYbOmdOfDggoZD3bAdb4FYIt4Knw',140000,'山西省',140200,'大同市',140225,'浑源县',NULL,NULL),
('GaDvuMgPclZLH1PV05dHHcM61F7qBzUE',320000,'江苏省',321300,'宿迁市',321302,'宿城区',NULL,NULL),
('GaFD26fM0wtAo0HkpU8Mk9AmSa2ytw1o',220000,'吉林省',220800,'白城市',220821,'镇赉县',NULL,NULL),
('gaTN86WedcdiGlwqozuy9X8EIu6T0dSB',440000,'广东省',440200,'韶关市',440205,'曲江区',NULL,NULL),
('gc1oIgYVAXSlXBZYLG1Q3yqlhcZbNhP8',340000,'安徽省',341800,'宣城市',341824,'绩溪县',NULL,NULL),
('gc3yoauNldPmbEyDoT5EOXbTIMzn2R2q',370000,'山东省',370100,'济南市',370124,'平阴县',NULL,NULL),
('gc4zuAiAQiNYhmLyn2VmS7Ow0jnOMiXL',520000,'贵州省',522700,'黔南布依族苗族自治州',522725,'瓮安县',NULL,NULL),
('GcOhO3Hazdb7STHBLQOmbGGf1dPncJRZ',430000,'湖南省',430800,'张家界市',430811,'武陵源区',NULL,NULL),
('GCRiJBFlzGwpi6tV19zca3ADgglNKfM0',520000,'贵州省',520400,'安顺市',520423,'镇宁布依族苗族自治县',NULL,NULL),
('GCUwJWnR3vfvDvtHSa0nIh6w91wofRpl',150000,'内蒙古自治区',150600,'鄂尔多斯市',150624,'鄂托克旗',NULL,NULL),
('GD0YFhghqam9vUTxTFwqpBC8CAUDgfkK',370000,'山东省',371500,'聊城市',371581,'临清市',NULL,NULL),
('gd6H57bpi9GPUVKMw6NtSL1D0WxIMAtr',230000,'黑龙江省',230700,'伊春市',230706,'翠峦区',NULL,NULL),
('gd8RJVivwUN6XmIoDQbeqgRph00TfqeJ',140000,'山西省',140400,'长治市',140402,'城区',NULL,NULL),
('GdQoh4nwiMRNeBbUQm8opKi8zjIt3IdN',510000,'四川省',512000,'资阳市',512002,'雁江区',NULL,NULL),
('GeWP982BMWbUStAnVmTca6QJZBSqjaHO',360000,'江西省',360300,'萍乡市',360321,'莲花县',NULL,NULL),
('GF9ycb8ZnKsRM8aiP4G6gQiNV3kjr4Ub',150000,'内蒙古自治区',150100,'呼和浩特市',150101,'市辖区',NULL,NULL),
('gFoMzmUhzOcofQn9uRDthQesqDHqTZ7u',350000,'福建省',350600,'漳州市',350629,'华安县',NULL,NULL),
('GGcMal5bwSIJozvFD3dJS3rT1dSA7HYA',150000,'内蒙古自治区',150900,'乌兰察布市',150924,'兴和县',NULL,NULL),
('GGcMbncGE3bz9SL3PNlbKZyGxwPolmEY',530000,'云南省',530900,'临沧市',530923,'永德县',NULL,NULL),
('GGeVN1yA5xiEe2kmGbIS2qRRxWYRdkR9',360000,'江西省',360400,'九江市',360426,'德安县',NULL,NULL),
('ggnUhusEIu95SUMZsbofRrrJbAc4BEgf',140000,'山西省',140300,'阳泉市',140311,'郊区',NULL,NULL),
('gGpT1igfkJu83F1WtnjgfiyKVbZf6DIw',410000,'河南省',411500,'信阳市',411528,'息县',NULL,NULL),
('gGqU6ELG0OSNctAnXsiUxNdwPng3i8Cy',410000,'河南省',411500,'信阳市',411527,'淮滨县',NULL,NULL),
('gHAGudsv1nHdM73NEIrU6zriZUsmie6G',430000,'湖南省',431100,'永州市',431121,'祁阳县',NULL,NULL),
('giATxOl6kaGJsXe8QCoYuqsRL5XmMGTg',440000,'广东省',441200,'肇庆市',441223,'广宁县',NULL,NULL),
('gIBJH9vVUCd2qOFIoH8pu5LqEQ8WbUQl',420000,'湖北省',421300,'随州市',421303,'曾都区',NULL,NULL),
('GIkkwrtTUHBJJg022UiCZWzQoeRpmnCP',230000,'黑龙江省',230800,'佳木斯市',230882,'富锦市',NULL,NULL),
('givuNmg4pFVuvUSuCwAd8RM9gIADhlGd',370000,'山东省',371000,'威海市',371001,'市辖区',NULL,NULL),
('giwz9SKZxy0dVN1BKLqI59jVAZ1XyL0z',410000,'河南省',411400,'商丘市',411425,'虞城县',NULL,NULL),
('gjAQkTn1QZf8LgPdssMnlr2HdOiRhFjo',370000,'山东省',371300,'临沂市',371321,'沂南县',NULL,NULL),
('gjE6pBDaLbrw8U1cK0E25appEShzRruX',430000,'湖南省',430600,'岳阳市',430621,'岳阳县',NULL,NULL),
('gJJh3h3h4nt7YnPQAdcb7V5wa7U1dTCh',650000,'新疆维吾尔自治区',654200,'塔城地区',654223,'沙湾县',NULL,NULL),
('GjkBQesrGTjFiiq5Yuk359l4bvQz9SKZ',430000,'湖南省',430900,'益阳市',430903,'赫山区',NULL,NULL),
('GjnMBxIOJ4Ywy1id5AwFE4dJPOnloLwa',520000,'贵州省',520400,'安顺市',520422,'普定县',NULL,NULL),
('GJpIay5CFmBO4JljpVgmQYcTHHeUEoPN',610000,'陕西省',610900,'安康市',610922,'石泉县',NULL,NULL),
('GjpVedemWsl8w3xm3ZE9BrfLT2lqYr8a',530000,'云南省',530600,'昭通市',530622,'巧家县',NULL,NULL),
('GJv96RPpqI8onzz07ot3G48k5h01Vo3X',130000,'河北省',131100,'衡水市',131101,'市辖区',NULL,NULL),
('gkE6qEPZmF4bAc5FVsnmt73KrNuUWLRS',130000,'河北省',130100,'石家庄市',130107,'井陉矿区',NULL,NULL),
('gkHoFYKESen2Tca4G2ZE7uXaLambGGbK',510000,'四川省',511400,'眉山市',511403,'彭山区',NULL,NULL),
('gkIpKnt6V7HXxCnR0f7GSb92BJG368gI',330000,'浙江省',330100,'杭州市',330103,'下城区',NULL,NULL),
('gKNBtmg5rNvX7yfp8iUtw1oJjcVQiNXf',410000,'河南省',410500,'安阳市',410526,'滑县',NULL,NULL),
('GkoRWXP6U1dUGzEnJqIbCoWnS8QFFbJV',230000,'黑龙江省',230600,'大庆市',230624,'杜尔伯特蒙古族自治县',NULL,NULL),
('glLCD9HTb6OBrbsBrdEq1HfZ4dIKrOya',540000,'西藏自治区',542400,'那曲地区',542426,'申扎县',NULL,NULL),
('GlxtzkKzrmkoOHUhyKT4xkPZjq0E3auO',220000,'吉林省',220800,'白城市',220802,'洮北区',NULL,NULL),
('go2PQBjBUzWRiKJdLYq4VfjGieaX9GPV',510000,'四川省',510900,'遂宁市',510901,'市辖区',NULL,NULL),
('gO5PIVnTdccdn1Q1qRRBecb8Xgegp9k2',540000,'西藏自治区',540400,'林芝市',540402,'巴宜区',NULL,NULL),
('gO7XhoVlKykSfqgQhJFWAXRgxNdwOl7q',370000,'山东省',371200,'莱芜市',371201,'市辖区',NULL,NULL),
('GoKoxpfPfCaOnloMzkLGZHnBLOEE6sOv',140000,'山西省',140600,'朔州市',140602,'朔城区',NULL,NULL),
('gp40CWIzwMam7leWTrnpMuW4mt72E0Wt',370000,'山东省',370800,'济宁市',370832,'梁山县',NULL,NULL),
('gqcvOmcM8ahJFZNRJUb0mDTqj6rJcBfg',530000,'云南省',532500,'红河哈尼族彝族自治州',532527,'泸西县',NULL,NULL),
('gQgDf7KcCjxAaVYUuy7NtQBlLBzRrv1r',130000,'河北省',130900,'沧州市',130984,'河间市',NULL,NULL),
('Gr2HdQogXSlWwAdb5JgYVvCranfTz0bH',440000,'广东省',440900,'茂名市',440983,'信宜市',NULL,NULL),
('GR8TTFs9exRxVSsuSNbl0R7TTFs9fA09',230000,'黑龙江省',230100,'哈尔滨市',230109,'松北区',NULL,NULL),
('grcy2kmHfYYLIay5BC8EHmyxTGBMWaTO',230000,'黑龙江省',231200,'绥化市',231282,'肇东市',NULL,NULL),
('grdCiumbGJrRQqrOyb6MpAyRsyfpasAr',610000,'陕西省',610900,'安康市',610927,'镇坪县',NULL,NULL),
('grdDmHjgdaZhgmPSKWjyFyBbZcRxY7uW',320000,'江苏省',320100,'南京市',320116,'六合区',NULL,NULL),
('Gs4PK8iRgA04dHF6j7tQEzIIg07pwdmY',320000,'江苏省',320100,'南京市',320118,'高淳区',NULL,NULL),
('Gs86ZsajVvBixFwtED5ovberleZ5i2bE',140000,'山西省',140800,'运城市',140824,'稷山县',NULL,NULL),
('gsiYP4IdKVfgtmf06mjkwvOmbGJqNw6J',220000,'吉林省',220300,'四平市',220381,'公主岭市',NULL,NULL),
('gsk5i3cJS2pJke2igda0mE1ZGkr2JlpP',430000,'湖南省',433100,'湘西土家族苗族自治州',433101,'吉首市',NULL,NULL),
('gsk5kdULVaTN8870vm8rCEcTIKqIavUO',610000,'陕西省',610300,'宝鸡市',610329,'麟游县',NULL,NULL),
('gsl9AjFf3pH5cy2kpRWVGucqkcQvOnh7',640000,'宁夏回族自治区',640500,'中卫市',640501,'市辖区',NULL,NULL),
('gSsw5ETkMKhZVwDtj0Sgux3t1zB7FPW5',460000,'海南省',469000,'省直辖县级行政区划',469021,'定安县',NULL,NULL),
('Gt885QOl8vZe2kmF8tNopKkgaTOcqmmz',530000,'云南省',530800,'普洱市',530822,'墨江哈尼族自治县',NULL,NULL),
('Gt9cobBiwwUM4QOpsROhQackRba7Yjuk',510000,'四川省',510100,'成都市',510121,'金堂县',NULL,NULL),
('GufA2g4pEQa7U2jhjAPckVvy5CIvfyQr',230000,'黑龙江省',231100,'黑河市',231181,'北安市',NULL,NULL),
('GuhKIbCoYtk4asFLEP0qWitl8sI551F9',510000,'四川省',513400,'凉山彝族自治州',513401,'西昌市',NULL,NULL),
('GUmUjFgbUQkXEbRz5yn2Tcb8YkwsBsme',330000,'浙江省',330600,'绍兴市',330603,'柯桥区',NULL,NULL),
('gux4AxNbogYUtsKbvPtJ4YupqKhZVyM6',450000,'广西壮族自治区',451400,'崇左市',451421,'扶绥县',NULL,NULL),
('GVp7bpmnF1WwAeeiD9FIoG36bqpERcdl',230000,'黑龙江省',231100,'黑河市',231101,'市辖区',NULL,NULL),
('GVp7dwQuL9mazddhBYTo8k5hZVwGGaGJ',230000,'黑龙江省',230600,'大庆市',230601,'市辖区',NULL,NULL),
('gvz9W2eTBc1ltcoeM5WfhslbHLBxL0AM',450000,'广西壮族自治区',450200,'柳州市',450221,'柳江县',NULL,NULL),
('gwFAO984LtW6w8ZlCUxNdvL8cqmoH9uS',330000,'浙江省',330200,'宁波市',330282,'慈溪市',NULL,NULL),
('gwGF8v0jpVefo2R0jlGcL4T6GYC15cBg',440000,'广东省',440800,'湛江市',440801,'市辖区',NULL,NULL),
('gWLPFIoFYHs0xsyfp6aofWLTY3bz9RJS',530000,'云南省',530100,'昆明市',530103,'盘龙区',NULL,NULL),
('GwogWLRSBec9ZmDVzUGwqqEQ7RNeCe7M',460000,'海南省',460200,'三亚市',460203,'吉阳区',NULL,NULL),
('GwqmpNCwBitmcL2KtW7FLFUp6am7lcOj',430000,'湖南省',431100,'永州市',431103,'冷水滩区',NULL,NULL),
('GxrsNqBB17pv7W9OsEKDJCIyuCurwba6',130000,'河北省',130900,'沧州市',130982,'任丘市',NULL,NULL),
('GxvK5Yul6i16fLVc2sYlF8vW4nvgDf9O',620000,'甘肃省',620400,'白银市',620402,'白银区',NULL,NULL),
('GYD5pBC8FLGWutLfM0xtCwz8Pza1oMAo',320000,'江苏省',321200,'泰州市',321283,'泰兴市',NULL,NULL),
('gyPhO2AEkzFuhKJh16i132S5DMQJWnR2',130000,'河北省',130500,'邢台市',130524,'柏乡县',NULL,NULL),
('gZ1ZIpMw4DO0qXmKwcfvEzLT2kpS1haQ',370000,'山东省',370600,'烟台市',370687,'海阳市',NULL,NULL),
('gZ20OQDvtGPV06i0YJxm0NOuRFCWEjpX',540000,'西藏自治区',540400,'林芝市',540423,'墨脱县',NULL,NULL),
('GzCfeejHpMuYcX3dL1DZQ5JeNbjSjJzw',140000,'山西省',140700,'晋中市',140725,'寿阳县',NULL,NULL),
('gZWD8EFg8J54Xp0CXLMqDLMpwfxOeyWU',360000,'江西省',360100,'南昌市',360123,'安义县',NULL,NULL),
('H0MKcBitiVB3jf7J8jZQ4H8pv8Xfdb4E',230000,'黑龙江省',230200,'齐齐哈尔市',230208,'梅里斯达斡尔族区',NULL,NULL),
('h2bCq50BRiKIawW033Wq9jVzSwPqsQIU',610000,'陕西省',610300,'宝鸡市',610331,'太白县',NULL,NULL),
('h3h4lnHeRsydiC6uYcY4h16j6nqOFKAx',510000,'四川省',513400,'凉山彝族自治州',513425,'会理县',NULL,NULL),
('h3h5pEQ94H9vWZ0Q5I9tI2T9V1bEAPbi',430000,'湖南省',430500,'邵阳市',430525,'洞口县',NULL,NULL),
('H43UehyJQQy3rSWVC8EJyo9rAp9mcM9f',430000,'湖南省',430100,'长沙市',430111,'雨花区',NULL,NULL),
('H468ctzgrhUwIT7Mnnzz0bHMENPCp3R1',320000,'江苏省',320900,'盐城市',320922,'滨海县',NULL,NULL),
('h4lnF22VmR5GZMI59kZR7U0aDyGAJLsO',150000,'内蒙古自治区',150200,'包头市',150203,'昆都仑区',NULL,NULL),
('h4nwkRcgyOdwOiSlYD8zhwEwsBsk5i3g',440000,'广东省',441800,'清远市',441826,'连南瑶族自治县',NULL,NULL),
('H58hPa970uiP6STGzDhoViwy4ypbwX01',610000,'陕西省',610400,'咸阳市',610401,'市辖区',NULL,NULL),
('H58iSn7fLU6EKDLLovdn44ZAN4PL8gLQ',410000,'河南省',410400,'平顶山市',410481,'舞钢市',NULL,NULL),
('H5dDmKv93F0UjJwfxK1GbIS4zuzc8TUJ',450000,'广西壮族自治区',451300,'来宾市',451324,'金秀瑶族自治县',NULL,NULL),
('H6eHF4bz7I41MGVo0HjkwvMdBcZe3oEV',230000,'黑龙江省',230900,'七台河市',230903,'桃山区',NULL,NULL),
('h6v4H8onADe6DKDNU1bIR2oH8tKbwUOc',120000,'天津市',120100,'市辖区',120113,'北辰区',NULL,NULL),
('H7kaGKxiJAyTCgkFbL63OJ55ZyBd8SOg',140000,'山西省',140900,'忻州市',140924,'繁峙县',NULL,NULL),
('h8EHmBJJi6uZhhoXsiTqi4gXP7V7GR7O',540000,'西藏自治区',540200,'日喀则市',540231,'定结县',NULL,NULL),
('H8qxiEgaURsw6JfSuEE7v0jq1E37j39s',210000,'辽宁省',211000,'辽阳市',211002,'白塔区',NULL,NULL),
('h9IWsfJNzlOTSyXZVsnlrZscrrKgUzWS',510000,'四川省',511300,'南充市',511325,'西充县',NULL,NULL),
('h9MhRl0OSOhLOEE7tQFCYP5KkdY29sFQ',370000,'山东省',370200,'青岛市',370203,'市北区',NULL,NULL),
('Hay9UWO4MuZimKv7TZ6mnAHxpkf4rOCw',530000,'云南省',530500,'保山市',530581,'腾冲市',NULL,NULL),
('HBNZpS2qNzjIrTY4fRogYSlWtopG47eD',650000,'新疆维吾尔自治区',650200,'克拉玛依市',650204,'白碱滩区',NULL,NULL),
('hbVStBrfKPK79fB8J2Tb2wiMSSBd8SOe',610000,'陕西省',610200,'铜川市',610204,'耀州区',NULL,NULL),
('hc0hd5AyRsAmVmTehyM4PMiWHs4PMeDl',210000,'辽宁省',211400,'葫芦岛市',211422,'建昌县',NULL,NULL),
('hC4mqT3qLoxjNU1aEBUA08vX5qGYFf5w',630000,'青海省',632200,'海北藏族自治州',632224,'刚察县',NULL,NULL),
('hC6wa4G5eIJnwkUn1NMmg7BuwZbNhRhE',610000,'陕西省',610700,'汉中市',610721,'南郑县',NULL,NULL),
('HcIQVUA5xemZGknMBvx2qQOl8tPy6I7f',230000,'黑龙江省',230700,'伊春市',230781,'铁力市',NULL,NULL),
('hcZaL65Yq4VefnYAQjTkNSQoi7xba5Lr',140000,'山西省',140100,'太原市',140108,'尖草坪区',NULL,NULL),
('HdRvL7boePjVwHKv8ZpU9TRtDCYQ95OC',340000,'安徽省',340400,'淮南市',340405,'八公山区',NULL,NULL),
('he6I7hSm0NMpvaabfxM6ZxyX0ZKBEf8N',410000,'河南省',410300,'洛阳市',410303,'西工区',NULL,NULL),
('hEf7GTfo3XuokjoUda3CLOBoZBSqljmH',320000,'江苏省',320800,'淮安市',320803,'淮安区',NULL,NULL),
('HF4auLdDmJrPFIqODyHHeUIF20NLgRob',430000,'湖南省',430100,'长沙市',430105,'开福区',NULL,NULL),
('hfeejGmyzZ4gVFpT6CFkuiP7Yjvpnvdo',610000,'陕西省',610100,'西安市',610111,'灞桥区',NULL,NULL),
('hFkvmaAhusBxINFPX8FJyn3ZE8zjD6rL',540000,'西藏自治区',540300,'昌都市',540330,'边坝县',NULL,NULL),
('HfZ4bAeddiGoHaAizOafA3id0dTFujTo',210000,'辽宁省',210200,'大连市',210204,'沙河口区',NULL,NULL),
('Hg4nwl0PX7Bvzb2t4LtUWSlXATz0aGIp',370000,'山东省',370400,'枣庄市',370405,'台儿庄区',NULL,NULL),
('HGdPl357akYJzuyc8WaNlcOjVzVIEYKG',350000,'福建省',350600,'漳州市',350628,'平和县',NULL,NULL),
('hgixEthNYkxy0f07sKeKSY5ou81zA5v7',450000,'广西壮族自治区',450700,'钦州市',450703,'钦北区',NULL,NULL),
('hgiyIKsRK1IjhiuppG0P0ksajReo6eDm',410000,'河南省',410800,'焦作市',410822,'博爱县',NULL,NULL),
('hGpQPtIYBStya0oOIWreGxtDxFwuHQZg',500000,'重庆市',500200,'县',500235,'云阳县',NULL,NULL),
('hGqU5AvAhupqLnsZr4QRDq5Xp0CVB5qL',220000,'吉林省',220300,'四平市',220303,'铁东区',NULL,NULL),
('Hh7BtooEWxJRX4ke3oG21NKbvQwVStAm',610000,'陕西省',610500,'渭南市',610581,'韩城市',NULL,NULL),
('hHwn9uNnklAKNzkNNrDHrWc4ypgSrrH0',150000,'内蒙古自治区',150100,'呼和浩特市',150124,'清水河县',NULL,NULL),
('HIicWVEkwtDzOcodIOLcxXZVtqxgwHKt',330000,'浙江省',330400,'嘉兴市',330483,'桐乡市',NULL,NULL),
('HIlnIh4ms1CO5NzjFf7DHqSY29tMj259',440000,'广东省',440800,'湛江市',440825,'徐闻县',NULL,NULL),
('HImvhGr0yBc2qSTJNDAUA6xeparwbbdk',210000,'辽宁省',210300,'鞍山市',210311,'千山区',NULL,NULL),
('hJBGt70xxUKRULZtgJG5bxZcOl7orQMb',210000,'辽宁省',210600,'丹东市',210682,'凤城市',NULL,NULL),
('HjhhsgNZr60yA7GUiD8zhwBivwVTvGMH',620000,'甘肃省',622900,'临夏回族自治州',622921,'临夏县',NULL,NULL),
('HjinS3t1zCfda0mEYNUYZR92xsw2t6Yl',620000,'甘肃省',620900,'酒泉市',620924,'阿克塞哈萨克族自治县',NULL,NULL),
('HJpG33XrcvK3Ub4CKJfQl341JrRNeBaS',430000,'湖南省',430200,'株洲市',430221,'株洲县',NULL,NULL),
('hkD4gVJG3551GcOgKLsOvX5rLkcSCisd',130000,'河北省',131000,'廊坊市',131081,'霸州市',NULL,NULL),
('hkE6pxmZHmzDgflLDJCKH6hTsrI30FbJ',520000,'贵州省',520600,'铜仁市',520625,'印江土家族苗族自治县',NULL,NULL),
('hkGg8FOTRuHR5EO0pT6CD9IXurxeo7gM',410000,'河南省',411600,'周口市',411602,'川汇区',NULL,NULL),
('hKIcFzGyA6zo6andOfBaQx0eZ6mnBMSU',650000,'新疆维吾尔自治区',654300,'阿勒泰地区',654325,'青河县',NULL,NULL),
('hKKlkqYtgKNAnZFbK2Lzn3ZBUA1bIT8Q',370000,'山东省',370600,'烟台市',370601,'市辖区',NULL,NULL),
('HklAJKpBFlzGuiQa81yyY0ZJwhFktfGt',620000,'甘肃省',620900,'酒泉市',620981,'玉门市',NULL,NULL),
('HkqWiumeUHAHAGs86Wec7QHMENQGJtXf',340000,'安徽省',341700,'池州市',341722,'石台县',NULL,NULL),
('Hls6Zr775SY3cIMzp8iUxL4Vc6LkbL79',370000,'山东省',371500,'聊城市',371523,'茌平县',NULL,NULL),
('Hls72F6mknKrMrI6brv4DQ7TWRlYFgaT',510000,'四川省',510100,'成都市',510124,'郫县',NULL,NULL),
('HLxhBZYMMosZpUbZgd7NsKcAc3xm32S7',530000,'云南省',532300,'楚雄彝族自治州',532322,'双柏县',NULL,NULL),
('HMFR5Ki6uV07qzrlf3lnKqH7hTsuUWN1',130000,'河北省',130500,'邢台市',130532,'平乡县',NULL,NULL),
('HnADfc7PBmS9X8GPW4lmDVxNdxSDkD10',510000,'四川省',511900,'巴中市',511921,'通江县',NULL,NULL),
('HnDShEgeaYbSEr8ahICKIcHKtZnJlnHd',130000,'河北省',130100,'石家庄市',130130,'无极县',NULL,NULL),
('HoJi7xba5OCuqu1t9bjRbbbettNosV4s',510000,'四川省',513400,'凉山彝族自治州',513426,'会东县',NULL,NULL),
('hoUehxGCTrnqODBTyUKSWTvIQY9GNLgR',420000,'湖北省',420900,'孝感市',420901,'市辖区',NULL,NULL),
('hP7XjumcL4SZbL63OJ40GeUKOFLCFkr4',650000,'新疆维吾尔自治区',652800,'巴音郭楞蒙古自治州',652825,'且末县',NULL,NULL),
('HqRQvOonxn7k8uVXPaciLMsLj5moKllx',130000,'河北省',130100,'石家庄市',130101,'市辖区',NULL,NULL),
('HqU4tZmF6lifefp550AKRSGAJKnt6U5w',220000,'吉林省',222400,'延边朝鲜族自治州',222406,'和龙市',NULL,NULL),
('HR1nH9vVVGuewK3RZcQuJ1LzrkbK0E4f',130000,'河北省',130100,'石家庄市',130110,'鹿泉区',NULL,NULL),
('hrdz4u4KjdY28ooFWzQl22Ta2wm30Jt0',340000,'安徽省',341000,'黄山市',341004,'徽州区',NULL,NULL),
('hreDmJoESiHt4LsQHPREvqqJbAeca4G3',430000,'湖南省',433100,'湘西土家族苗族自治州',433130,'龙山县',NULL,NULL),
('hreHDSmYE8CuqwbchEd0eWUvGIoCNWbX',330000,'浙江省',330100,'杭州市',330104,'江干区',NULL,NULL),
('hrfJLtV3klzDkAMXhoWlNJ9qsSOjZNUX',310000,'上海市',310100,'市辖区',310120,'奉贤区',NULL,NULL),
('hRgDbSEvqqFUo6bqsOyaZkul36apljq0',370000,'山东省',370800,'济宁市',370801,'市辖区',NULL,NULL),
('hRlWwDtjXJzwJWnUfkLFSelTgtrDFhd6',610000,'陕西省',610400,'咸阳市',610424,'乾县',NULL,NULL),
('Hs2DSn30FaGMH0Jt3G5cz5Aux3vckSft',140000,'山西省',140400,'长治市',140424,'屯留县',NULL,NULL),
('HSa1s5T3sU2loLw91udsuV038k6npLqE',410000,'河南省',411300,'南阳市',411328,'唐河县',NULL,NULL),
('hsk3auOrBvx4wiHubfzYYOW6wa4Ji5pB',410000,'河南省',411100,'漯河市',411103,'郾城区',NULL,NULL),
('hSpfQkVwEvrw6QIUeemUiASsuW6v2wm5',530000,'云南省',532300,'楚雄彝族自治州',532331,'禄丰县',NULL,NULL),
('Ht4LsOAhxDq4WiwxZ9EFbK2NFPZhhp1K',610000,'陕西省',610500,'渭南市',610501,'市辖区',NULL,NULL),
('Ht6Wfgo1NKdFwtED6rKeKT2nBLNzhwBh',610000,'陕西省',610600,'延安市',610624,'安塞县',NULL,NULL),
('Ht72G8qBzTA6zo6aneSxTFvm6i120LCD',130000,'河北省',130400,'邯郸市',130434,'魏县',NULL,NULL),
('HTaZjoT9V18rEOTTBcZe0aDyFxyXYOZo',440000,'广东省',440500,'汕头市',440507,'龙湖区',NULL,NULL),
('HTc8XbTKS2nDQa7ZoS2mxtBrdCfdden2',510000,'四川省',511100,'乐山市',511102,'市中区',NULL,NULL),
('htj11QZgb0joQUOdtziATzXXJEVtrFOU',340000,'安徽省',340200,'芜湖市',340202,'镜湖区',NULL,NULL),
('htmfXWDd1knKtYhhrdz5weo6aneSyWVA',140000,'山西省',141100,'吕梁市',141125,'柳林县',NULL,NULL),
('hTrpym0MJatJ3UefnYASsvZjnPOprQIU',320000,'江苏省',320200,'无锡市',320206,'惠山区',NULL,NULL),
('HUfn0InAFoNFOSL3MCBYWAZ21Tb4ETo4',330000,'浙江省',330200,'宁波市',330203,'海曙区',NULL,NULL),
('hutIZE8zfo5662HdQogZ1ZHoF0TgtsHW',210000,'辽宁省',210300,'鞍山市',210381,'海城市',NULL,NULL),
('huuNk7sJ9nje6EOV2h7ArgQiKJeOdtzi',150000,'内蒙古自治区',150900,'乌兰察布市',150923,'商都县',NULL,NULL),
('hVDe7KcAaW05eKSX149neVKPHR3vgAYY',620000,'甘肃省',621100,'定西市',621102,'安定区',NULL,NULL),
('HvhKIcGGbIT8OuTPkXEdXXNXd1koQSIK',450000,'广西壮族自治区',451300,'来宾市',451321,'忻城县',NULL,NULL),
('HvkWBYWDcWTxPmbFBSqj7uW6xdhC4lmB',230000,'黑龙江省',231200,'绥化市',231283,'海伦市',NULL,NULL),
('hvvSFALSVQgEkwsxcdkR6Nv0mCP82EZP',230000,'黑龙江省',230200,'齐齐哈尔市',230227,'富裕县',NULL,NULL),
('hvwUPiMTXVDcVUB9K9mcKYumbEyDnNI1',540000,'西藏自治区',540300,'昌都市',540329,'洛隆县',NULL,NULL),
('HwjSiEe1igdb6OziAVFnMzn0KxiIveuC',420000,'湖北省',429000,'省直辖县级行政区划',429021,'神农架林区',NULL,NULL),
('hxHKqMqFSekPYe6CEgaRGHg3lpOGR3wh',630000,'青海省',632600,'果洛藏族自治州',632625,'久治县',NULL,NULL),
('hXMSUJKpFWzPhKLqDMQGLAvAhsjZRba9',130000,'河北省',131000,'廊坊市',131003,'广阳区',NULL,NULL),
('Hxtx9ZmDVB4mrYmLyiHs1BMTZ8ya0nJl',130000,'河北省',131000,'廊坊市',131023,'永清县',NULL,NULL),
('HXurBwDq3S2qSTHDUtsLhUzYYP1ueyTC',370000,'山东省',371700,'菏泽市',371701,'市辖区',NULL,NULL),
('HXxDpYtiWC7BuuQzaYcWWKH9rDFjoQTN',520000,'贵州省',520500,'毕节市',520525,'纳雍县',NULL,NULL),
('HYFf4rQK3S3t1xtzkIsZoPOpsV3nxqj8',360000,'江西省',361100,'上饶市',361103,'广丰区',NULL,NULL),
('hyOdtzhxGF4fRm6fLT3pJh19vTNbkVvA',450000,'广西壮族自治区',450100,'南宁市',450109,'邕宁区',NULL,NULL),
('hYTmZHoG4auK9k1ZHmyvIUfnWq8fHzA4',420000,'湖北省',420600,'襄阳市',420607,'襄州区',NULL,NULL),
('HzA1dSyY26eGzFqZwrv1uaco9tIYBVEm',320000,'江苏省',320900,'盐城市',320902,'亭湖区',NULL,NULL),
('HZKzrk9Cwy4u5PHPV0230Hif9SJVegqb',510000,'四川省',513300,'甘孜藏族自治州',513323,'丹巴县',NULL,NULL),
('hzPiP3F1Vo0Jt2AEjumcINJ3WmR2u81A',340000,'安徽省',341100,'滁州市',341103,'南谯区',NULL,NULL),
('i01UlNNtLhVEkvqoysrHZJvbdlYFdWTw',450000,'广西壮族自治区',450700,'钦州市',450722,'浦北县',NULL,NULL),
('I0KAuvX5nvetw2rXgkGg8GTfmVp79iQb',540000,'西藏自治区',542400,'那曲地区',542427,'索县',NULL,NULL),
('i16hTwJUfiBYUtvUTyULV9PzaZimKtXd',370000,'山东省',371300,'临沂市',371326,'平邑县',NULL,NULL),
('I3WoXuppDOXe8MmjhkCXMTXYNTUHE0Rb',370000,'山东省',370500,'东营市',370523,'广饶县',NULL,NULL),
('I41MEKCGrXkBQjOYjteBbW01VreGAHBM',530000,'云南省',530700,'丽江市',530702,'古城区',NULL,NULL),
('I58hP94KlmDSlXBXP6TZ8x7PDxBfiBUB',410000,'河南省',410300,'洛阳市',410301,'市辖区',NULL,NULL),
('i5mrVaVVHxsvYdZaIUegtpu2zxSA8Kbv',210000,'辽宁省',210200,'大连市',210213,'金州区',NULL,NULL),
('i5pCHucn5cwUM0wqnveuCp3RZcSBgmPU',530000,'云南省',530900,'临沧市',530921,'凤庆县',NULL,NULL),
('i6rJby4vachHt5SX00PYgbZdZ8x6NsLh',220000,'吉林省',220500,'通化市',220501,'市辖区',NULL,NULL),
('i6sOw1pOFIt0s9biMPDzM0zDkAM0uiSh',500000,'重庆市',500200,'县',500233,'忠县',NULL,NULL),
('i6v4ETkP0mEZQ5IbDq4VfhyINFLENRM8',430000,'湖南省',430300,'湘潭市',430301,'市辖区',NULL,NULL),
('I9qv6ROl6kaGKwbfuAiARpgWMV5v5Nyc',410000,'河南省',410800,'焦作市',410821,'修武县',NULL,NULL),
('IAFoNCBYTpcClGf07qByOgICMSTHF243',430000,'湖南省',431300,'娄底市',431381,'冷水江市',NULL,NULL),
('iaK79hMV6Atpu5OCurzp7eEmJpIcHJny',530000,'云南省',530300,'曲靖市',530302,'麒麟区',NULL,NULL),
('iaK7cuFHlr4OHTelPZjoS2pKpAzWQclW',130000,'河北省',130100,'石家庄市',130128,'深泽县',NULL,NULL),
('iASqowernnBJG49mdOhNZnMzn2UefriZ',220000,'吉林省',220300,'四平市',220302,'铁西区',NULL,NULL),
('IavVUEkwszlOTSz1f08uTRrsQEyFukZQ',230000,'黑龙江省',230700,'伊春市',230703,'南岔区',NULL,NULL),
('Iax2qODzPfzXUvEzMZtgICMV4rRPppBG',130000,'河北省',131000,'廊坊市',131002,'安次区',NULL,NULL),
('iBVHywOk0UlPX8EHlvkXFhd7MosXe7Lj',450000,'广西壮族自治区',451200,'河池市',451227,'巴马瑶族自治县',NULL,NULL),
('iBZYLI9sHUizPhLPGLCFhgkE7uW5qH58',360000,'江西省',360800,'吉安市',360802,'吉州区',NULL,NULL),
('IcFyEr74RTJQRCjBTtx6Llf2h8GR5I9r',440000,'广东省',441400,'梅州市',441423,'丰顺县',NULL,NULL),
('IcHJrNvZf9QBjBStx9Yd2myuFHmytBnX',210000,'辽宁省',210200,'大连市',210281,'瓦房店市',NULL,NULL),
('IcJS3t2AGtbl1Vp40F8y9Yd0dUIG6j6o',640000,'宁夏回族自治区',640100,'银川市',640101,'市辖区',NULL,NULL),
('ICMTY131LCDaNk4dFAIG8tOuPvVTA4rR',130000,'河北省',130400,'邯郸市',130426,'涉县',NULL,NULL),
('ICMTZ8uVYVzTz4sV7FMJ8nicY6rJ9omr',410000,'河南省',411300,'南阳市',411329,'新野县',NULL,NULL),
('IdOezY130HjkyA8LeGCRjMQJXseEpT5C',150000,'内蒙古自治区',150300,'乌海市',150302,'海勃湾区',NULL,NULL),
('ie5yn451Hg4oDNV4rQHONopH7j3bAdb7',340000,'安徽省',340100,'合肥市',340101,'市辖区',NULL,NULL),
('ie9VYXJAA3ibRBhp3UedhAXQ97ZnNIZD',410000,'河南省',410300,'洛阳市',410326,'汝阳县',NULL,NULL),
('IEXGpQPtGS9Yhhral6kbL63NGR3AzXTs',530000,'云南省',530400,'玉溪市',530425,'易门县',NULL,NULL),
('IF21R5GYHpMw5Kkf3mwl0PZhitl8sLhV',440000,'广东省',441500,'汕尾市',441501,'市辖区',NULL,NULL),
('Ig4mt70xvL65XmOMk7uUVJJkf8LgTuCq',610000,'陕西省',610900,'安康市',610925,'岚皋县',NULL,NULL),
('IG6k9AmQ1qSWVFnJloNBuuOpu2xrrJcA',610000,'陕西省',610100,'西安市',610112,'未央区',NULL,NULL),
('IG7mifaYdY5kf6ByNbnbDscsv2wm1Sa4',130000,'河北省',130700,'张家口市',130703,'桥西区',NULL,NULL),
('ighrcxTKSWYSkPYdZ8ydftqwen451Hic',150000,'内蒙古自治区',152900,'阿拉善盟',152923,'额济纳旗',NULL,NULL),
('iGpNBrgPbgDcY4h2cIPQy3vbgzUIF0Ul',230000,'黑龙江省',230200,'齐齐哈尔市',230281,'讷河市',NULL,NULL),
('ihlJt0r0xy0dTDnNI2S7LkcRy3pH9uQB',140000,'山西省',140300,'阳泉市',140322,'盂县',NULL,NULL),
('ihmOQAdcdhAUFr4RX28oqKmmzBbVXNZm',140000,'山西省',141100,'吕梁市',141128,'方山县',NULL,NULL),
('IIeSwOjZOZjs9gHxrsLi15bvOpsV2ibR',410000,'河南省',411700,'驻马店市',411722,'上蔡县',NULL,NULL),
('IIh4oxn5bsCxGDZQ8YhlHjimNK9ni9J2',330000,'浙江省',330600,'绍兴市',330683,'嵊州市',NULL,NULL),
('IIh7Bsj132PUTA4rQK0GbK0F7sLhZVuu',360000,'江西省',360700,'赣州市',360727,'龙南县',NULL,NULL),
('IIh7yiC4i8EHoF1Vo40E6mmzz1f09yb5',320000,'江苏省',320200,'无锡市',320211,'滨湖区',NULL,NULL),
('IIicXZVwGGcPk22UiARocGE4fQjTmZEb',500000,'重庆市',500200,'县',500231,'垫江县',NULL,NULL),
('iiq4WkE8w2t83IeQoh4mrWd4zvFCVCbS',140000,'山西省',140300,'阳泉市',140301,'市辖区',NULL,NULL),
('iir65VfiyJOIZE8AlMHZHmyxSBc2qSXX',320000,'江苏省',320500,'苏州市',320507,'相城区',NULL,NULL),
('ijxxXYSkNQIPRGF9AhxEum9wZf7ELH44',140000,'山西省',141000,'临汾市',141023,'襄汾县',NULL,NULL),
('IklBO4NBrhSpfRn9tMj26eJLtW7DB034',610000,'陕西省',610800,'榆林市',610822,'府谷县',NULL,NULL),
('IklzGwpi6rMqDKGZIt1zDjujYLIby3u7',350000,'福建省',350200,'厦门市',350206,'湖里区',NULL,NULL),
('ikyFuhMTY0ZKDLKj9DASqnrV7GTfnYC1',620000,'甘肃省',620500,'天水市',620501,'市辖区',NULL,NULL),
('iLOCvvPuMj11TdemYAStAkLDJAA05hZX',450000,'广西壮族自治区',451400,'崇左市',451401,'市辖区',NULL,NULL),
('IlqVd7Oy8SM9ez08tQCoYuqrNvY9J3Uc',620000,'甘肃省',621200,'陇南市',621202,'武都区',NULL,NULL),
('ILu1vhIBHufA1cM62Ijd2mxstQGHjjsd',520000,'贵州省',522600,'黔东南苗族侗族自治州',522627,'天柱县',NULL,NULL),
('ILv4H6iZUn3WnVmQ1nEYLLmnCO2AElDY',610000,'陕西省',610900,'安康市',610902,'汉滨区',NULL,NULL),
('IMBuwX5mqT0bK0F7sMkaIT9V2g04bwVT',510000,'四川省',511600,'广安市',511621,'岳池县',NULL,NULL),
('IMCBXQciIwkTlUiD7v3xqljmF6osZpS1',500000,'重庆市',500200,'县',500240,'石柱土家族自治县',NULL,NULL),
('Imr1AJKmpNAp54XnQW3gZZQ3CLMqGVri',620000,'甘肃省',620600,'武威市',620602,'凉州区',NULL,NULL),
('ImuexNeB9MhSrou81xrrKfOblYIt2CN0',520000,'贵州省',520600,'铜仁市',520621,'江口县',NULL,NULL),
('InzwMak0SelTemThxHKqLpyo7jZTkOUV',360000,'江西省',360400,'九江市',360423,'武宁县',NULL,NULL),
('IoDSiJAyRtEHlviP7W9OsGUiBWMSUMYm',420000,'湖北省',420200,'黄石市',420201,'市辖区',NULL,NULL),
('IOLcyZ8w6LkdUKQQy2nDSiGlzDhmNI40',530000,'云南省',532900,'大理白族自治州',532931,'剑川县',NULL,NULL),
('ioT8OwZdVSqkdWTuCsfIF1WurCBYUuwY',350000,'福建省',350200,'厦门市',350211,'集美区',NULL,NULL),
('ioVhrgN2F22VmTc8W8GR6NtRGInxobBg',360000,'江西省',361000,'抚州市',361002,'临川区',NULL,NULL),
('iP2BKKj9HQZe1id3rTY27j3avUPiO1uf',230000,'黑龙江省',230300,'鸡西市',230304,'滴道区',NULL,NULL),
('iP6TY11Sb7RNfGwpkf6CD7yhwFAN5PL8',210000,'辽宁省',211000,'辽阳市',211081,'灯塔市',NULL,NULL),
('ipWmPRIMCzQm7ldSBbZcRy3qPIVkGhaP',330000,'浙江省',330800,'衢州市',330801,'市辖区',NULL,NULL),
('IqPJYwvQvPvSFBN4Mxa3DSiIwjNTVO85',510000,'四川省',510300,'自贡市',510322,'富顺县',NULL,NULL),
('IR1lvjTn2TddjJxlYD6uYcWXP5Nx8TTF',140000,'山西省',140500,'晋城市',140581,'高平市',NULL,NULL),
('iResosV7GTfo2S7Ow1lyzZ7tSL1GaCq6',350000,'福建省',350100,'福州市',350181,'福清市',NULL,NULL),
('IS7NtOsHXyHHfZ230InyxPpoxpeM3KsP',370000,'山东省',371000,'威海市',371003,'文登区',NULL,NULL),
('isbpljnMBux3s0ufEkwvMeEr3MzlSa5L',320000,'江苏省',321100,'镇江市',321112,'丹徒区',NULL,NULL),
('iseB8LfN2G9y8RL5XmOMkaFGeWSqi3dM',530000,'云南省',533100,'德宏傣族景颇族自治州',533103,'芒市',NULL,NULL),
('isfHAEnKsSPokgd5FSdjJzuy9YdZaHON',370000,'山东省',370600,'烟台市',370602,'芝罘区',NULL,NULL),
('iSjMNw0mAHzCd2pKljmHicX27leWSoby',210000,'辽宁省',210700,'锦州市',210702,'古塔区',NULL,NULL),
('It2EZPZhjyHF258hMXhlInyxRy0cNgMV',230000,'黑龙江省',230100,'哈尔滨市',230126,'巴彦县',NULL,NULL),
('It5QMfHDRiKEQ7STFuiP81xsw6NvZhgh',650000,'新疆维吾尔自治区',653100,'喀什地区',653130,'巴楚县',NULL,NULL),
('iTrnnDP7V5yjMMot2DSjNQIQURoePhNW',460000,'海南省',460300,'三沙市',460322,'南沙群岛',NULL,NULL),
('IUflPVYWC7yhyM3MAslaFFdRwSDpXoVk',320000,'江苏省',320500,'苏州市',320582,'张家港市',NULL,NULL),
('iuqu2ytw3zuBlOPzaZgc2rXip1JrQITa',220000,'吉林省',220100,'长春市',220183,'德惠市',NULL,NULL),
('iVAYWEe4wgxL1E27gRjO0pRXZYJxm3YB',340000,'安徽省',341100,'滁州市',341181,'天长市',NULL,NULL),
('IvckSeo6bsygtopJeN75T1hd3sZpT4wg',520000,'贵州省',520400,'安顺市',520424,'关岭布依族苗族自治县',NULL,NULL),
('iWFlxxTHHbGJpJgXRfvCseEpT7J7hRkR',130000,'河北省',131100,'衡水市',131125,'安平县',NULL,NULL),
('IwhIxphYShDcTIJmt5RTKSX2ax0hc1ko',630000,'青海省',630100,'西宁市',630105,'城北区',NULL,NULL),
('iwy2oEVwFBSqlhd4vdoauMiXIyuAkKzr',340000,'安徽省',341000,'黄山市',341002,'屯溪区',NULL,NULL),
('iXJCMQITa0mBLTY4gXO2zA3ms4OHR5I8',420000,'湖北省',420900,'孝感市',420902,'孝南区',NULL,NULL),
('iXKG0PYdZbK2MCzSwOjXHs4MyhzSwOl5',430000,'湖南省',431000,'郴州市',431022,'宜章县',NULL,NULL),
('iXLJgVHxqlhe8Py7MnqPIUhsk7qAwIPO',410000,'河南省',411500,'信阳市',411501,'市辖区',NULL,NULL),
('IXrcvOk4eM3KsRM7885U6DGnDVyRrv0p',370000,'山东省',371100,'日照市',371122,'莒县',NULL,NULL),
('IXuqv6Nv1rZq2IlpRTLWfiyLWisgO6U5',430000,'湖南省',430400,'衡阳市',430482,'常宁市',NULL,NULL),
('iyIJnubhIBFlAKPIVlMI30FbMbnePjTp',530000,'云南省',530800,'普洱市',530825,'镇沅彝族哈尼族拉祜族自治县',NULL,NULL),
('iyKU8Npt0s73KrOAhxEumbGInxpi3dOd',410000,'河南省',410600,'鹤壁市',410622,'淇县',NULL,NULL),
('iYNU2g4ms3IfYVwJT6FUlR7RL4S4xlXy',330000,'浙江省',330800,'衢州市',330802,'柯城区',NULL,NULL),
('IyvFD3dM2HfXVyPmazc7QJWnS7OvZe0d',440000,'广东省',440100,'广州市',440101,'市辖区',NULL,NULL),
('IZE6ns0tbm340GeWQfwHONonywJXrbqq',440000,'广东省',440800,'湛江市',440883,'吴川市',NULL,NULL),
('j0VtptYhiwz6DHqRTKSZ9CuppG2ZD5kf',220000,'吉林省',220200,'吉林市',220284,'磐石市',NULL,NULL),
('j131MGUmTfqcxY5mnDRgAZZRbba7YmHf',510000,'四川省',510800,'广元市',510822,'青川县',NULL,NULL),
('J1LzrkaHQW16hWJDQ94IeQl354Xq62Lv',410000,'河南省',410500,'安阳市',410505,'殷都区',NULL,NULL),
('j1XC3fTz3lqVd7NtOsKaqu1uewL5Zvoj',460000,'海南省',469000,'省直辖县级行政区划',469026,'昌江黎族自治县',NULL,NULL),
('j231KzpcDnNKaqu1s3Lv2zwK1JpG33Yw',510000,'四川省',511900,'巴中市',511901,'市辖区',NULL,NULL),
('J2QY8BrhSpfStAlOSNahKKjaJ0E8vZe4',450000,'广西壮族自治区',451100,'贺州市',451123,'富川瑶族自治县',NULL,NULL),
('j37j27j26dCgjD4i6v0mBO3Ih2eTz3oD',360000,'江西省',360800,'吉安市',360826,'泰和县',NULL,NULL),
('j39uNlcPl6hWKJgWNYlE4cFwvMcxWTuD',210000,'辽宁省',211100,'盘锦市',211122,'盘山县',NULL,NULL),
('j3avUPgIzzXVB3loLsRMaiQciJBGrYq1',230000,'黑龙江省',230700,'伊春市',230711,'乌马河区',NULL,NULL),
('j3cEvqqFVuvUQkYJAxM74T4u7YmGdSA6',450000,'广西壮族自治区',450300,'桂林市',450311,'雁山区',NULL,NULL),
('J3XtjZSgvzda4G0Q4DNW9NmdTDmJqLov',430000,'湖南省',430400,'衡阳市',430405,'珠晖区',NULL,NULL),
('j4h4i8EHnDSjKGYEaIUfnYBWKJh0341J',340000,'安徽省',341800,'宣城市',341822,'广德县',NULL,NULL),
('j4i4lkq0zFs72JoBEioWjCXMQMak0Ra5',620000,'甘肃省',623000,'甘南藏族自治州',623001,'合作市',NULL,NULL),
('j5i5lkteyVN2G7noEVxKYtgMU4rQJXr9',140000,'山西省',140700,'晋中市',140722,'左权县',NULL,NULL),
('j6rJbz8MldRyZ8ydeo44VfiBXQchFijx',620000,'甘肃省',623000,'甘南藏族自治州',623021,'临潭县',NULL,NULL),
('J7dCeb5FXAUBbVVGt9agEhhranfWNYlF',210000,'辽宁省',210100,'沈阳市',210124,'法库县',NULL,NULL),
('j7tSM63LwbbbchFjr4RVVHxrsOwZdWXK',450000,'广西壮族自治区',450100,'南宁市',450101,'市辖区',NULL,NULL),
('j7uX9IYAN6Vc3xn469iReo9qtXcWWKJg',150000,'内蒙古自治区',150500,'通辽市',150524,'库伦旗',NULL,NULL),
('J8k5i5kg8LdCkDZTlTemUlOUUDlCWDfa',230000,'黑龙江省',230100,'哈尔滨市',230128,'通河县',NULL,NULL),
('J8ng3mqT3oEUtrFR91s4PJ4XseBc0hfb',340000,'安徽省',340100,'合肥市',340121,'长丰县',NULL,NULL),
('j8yfo2S7MqBAWMVaREwwQxY5kg8I2Ueh',320000,'江苏省',320800,'淮安市',320801,'市辖区',NULL,NULL),
('j9EC01Vq9l6j7tTRtDAQkXBZZQ2ytw4C',340000,'安徽省',340500,'马鞍山市',340521,'当涂县',NULL,NULL),
('J9ppH469hO2zBaRDseDjunfWP7YlF6mn',420000,'湖北省',421100,'黄冈市',421121,'团风县',NULL,NULL),
('JAB4nxpfQkVuy6GYC3h2bGHicY7tRL3Q',210000,'辽宁省',210600,'丹东市',210603,'振兴区',NULL,NULL),
('JAC8EIsYkzJNCxHJnwjP5Mv0nHcKYtgK',650000,'新疆维吾尔自治区',654000,'伊犁哈萨克自治州',654026,'昭苏县',NULL,NULL),
('jaK2QTOcrrGYFf4rPECYRciIyphZWzSu',510000,'四川省',511100,'乐山市',511123,'犍为县',NULL,NULL),
('jaL79fB8J53RX3gYXFhhp1JsW8J3VixC',610000,'陕西省',610500,'渭南市',610526,'蒲城县',NULL,NULL),
('jaL7ahNWaSJQQz9QEAM1BKPGOQCp0GeX',640000,'宁夏回族自治区',640100,'银川市',640106,'金凤区',NULL,NULL),
('JBDcY5moIgZ1ZHlvkXC6sRJXoVhvvTKV',510000,'四川省',510100,'成都市',510106,'金牛区',NULL,NULL),
('JBEkxvLal37hQfyQqozxM772Jkjq0AMW',360000,'江西省',360300,'萍乡市',360301,'市辖区',NULL,NULL),
('JdHGbIT7LhWJEUrhXNUZ6mkqYsctAlNM',220000,'吉林省',220200,'吉林市',220204,'船营区',NULL,NULL),
('JDMPDxEul6hXNXd2nBLPHS8RK0E4cFzF',230000,'黑龙江省',230800,'佳木斯市',230801,'市辖区',NULL,NULL),
('jdXYQ95PHR3wjNUZ5i4h2dM5Yq1Hg5sR',360000,'江西省',360700,'赣州市',360725,'崇义县',NULL,NULL),
('jE6qFSfrj3bBkFbM9fDhlJt0t9bkVslb',530000,'云南省',532900,'大理白族自治州',532930,'洱源县',NULL,NULL),
('JeN72G9wYcULWeb2xm5aokijwvOqtW9J',430000,'湖南省',431000,'郴州市',431021,'桂阳县',NULL,NULL),
('JeN886Zr61CUvEyGzCgixEscqpBEgd7N',350000,'福建省',350500,'泉州市',350503,'丰泽区',NULL,NULL),
('JeN9biMSRuL9l5fObkUo6bqrMqDKEP2y',420000,'湖北省',421100,'黄冈市',421181,'麻城市',NULL,NULL),
('JEXFgbW18sGUjGlueA2g2eSxTJMzlS9Z',130000,'河北省',130800,'承德市',130822,'兴隆县',NULL,NULL),
('JfQl31PTOduDxBhrbsxb92zCbTM3KoCK',130000,'河北省',130500,'邢台市',130528,'宁晋县',NULL,NULL),
('JfTxQuK4YsfJHbExz4v80r1G8tOsHZFb',340000,'安徽省',340800,'安庆市',340801,'市辖区',NULL,NULL),
('JFYGnCRfuzb4DO1vhIyvHQVYUsrFP0pO',410000,'河南省',411300,'南阳市',411326,'淅川县',NULL,NULL),
('JG1UlQ2t4Mw7TVLVbZcSBgkJt3F33ZCV',510000,'四川省',512000,'资阳市',512022,'乐至县',NULL,NULL),
('jgffkKAvCsdA5yjJAyRuJ0ImvjTlUkML',460000,'海南省',469000,'省直辖县级行政区划',469030,'琼中黎族苗族自治县',NULL,NULL),
('jGjoPOooBFnHg1cJWmNLhWHueuEzM2E1',510000,'四川省',511500,'宜宾市',511525,'高县',NULL,NULL),
('Jh04aqw91wlZNSM9duDwAbZd0aHQX6sR',330000,'浙江省',330700,'金华市',330702,'婺城区',NULL,NULL),
('Jh2cKWlKwchC6tUZ10MKeN4OFLGVreJM',150000,'内蒙古自治区',150400,'赤峰市',150425,'克什克腾旗',NULL,NULL),
('JHazaX9J1MELH32PTN9drqBDaOokjs8b',340000,'安徽省',340700,'铜陵市',340721,'铜陵县',NULL,NULL),
('jHnEVzUFs5VedekOV2dNctzgrgPdocDo',210000,'辽宁省',210800,'营口市',210801,'市辖区',NULL,NULL),
('jHqRULYpYr79gFnJmt84OGPX8BvwX4ke',650000,'新疆维吾尔自治区',659000,'自治区直辖县级行政区划',659002,'阿拉尔市',NULL,NULL),
('JhZZQ2xn7lcL4Uc6Mou5NzkKBA06kbNf',370000,'山东省',370800,'济宁市',370826,'微山县',NULL,NULL),
('Ji8BuvQAda1rZtduDASqjbMdy0cNgKMx',620000,'甘肃省',620700,'张掖市',620725,'山丹县',NULL,NULL),
('jinPSHKu0r2Ije4tZmIlrXjwwUPfCaQy',340000,'安徽省',341100,'滁州市',341182,'明光市',NULL,NULL),
('jIs0s9bkTmZGg7DEcUKU5Auy6Jbz9RFE',320000,'江苏省',320700,'连云港市',320724,'灌南县',NULL,NULL),
('jIs1AFpS1jmF7pxhGnF4asEHnDRhDaOm',330000,'浙江省',330400,'嘉兴市',330401,'市辖区',NULL,NULL),
('jIu7Xiram7nnywKZBTuAiARqlgbVXN0s',630000,'青海省',632500,'海南藏族自治州',632523,'贵德县',NULL,NULL),
('jIu981AJG4asBwClJsV6AutNmicWYTo7',530000,'云南省',532500,'红河哈尼族彝族自治州',532531,'绿春县',NULL,NULL),
('Jjf8Kcz5zqfPfB7AqfM0xtECZXFkr4RU',360000,'江西省',360800,'吉安市',360829,'安福县',NULL,NULL),
('Jjf8LhWGrZr60BN2EWDaK6762HfXUvFD',130000,'河北省',130400,'邯郸市',130421,'邯郸县',NULL,NULL),
('JJlnE1WutK9mcKXr79cpi4jbPsDFdXYP',350000,'福建省',350500,'泉州市',350526,'德化县',NULL,NULL),
('jjr9hKMsPBnS6KhYRgyNaiO2CMSSBd8P',650000,'新疆维吾尔自治区',652900,'阿克苏地区',652925,'新和县',NULL,NULL),
('jjthMU2jhivuLbuHUhvwX4jdVRm2Wqap',410000,'河南省',411000,'许昌市',411002,'魏都区',NULL,NULL),
('jjvojdY4gYVwGF7sKcDoUb3yrpyn6anf',520000,'贵州省',522600,'黔东南苗族侗族自治州',522628,'锦屏县',NULL,NULL),
('jJyspv95QNgN0ufDhkE8w3wiKI9sHWsh',450000,'广西壮族自治区',451000,'百色市',451001,'市辖区',NULL,NULL),
('jKESgvCnS5CHvevHMDGnE0Ra3DReqfQg',130000,'河北省',131100,'衡水市',131121,'枣强县',NULL,NULL),
('jKETjJyo9rzmWuqv8Xd5AvDvrw91tcm3',510000,'四川省',511600,'广安市',511622,'武胜县',NULL,NULL),
('jlCVC8GPVXUvCq78ajRdkRb80s5U8Npx',360000,'江西省',360900,'宜春市',360921,'奉新县',NULL,NULL),
('jLJavSHGaEzJLv5JgXRhFlzFtahIAElA',210000,'辽宁省',211400,'葫芦岛市',211404,'南票区',NULL,NULL),
('jLKgVHwlZKCFmBN2AHywMajWzVIDRfuA',540000,'西藏自治区',542200,'山南地区',542223,'贡嘎县',NULL,NULL),
('JLsRJXr9gHxtAnUjC16j5lhd4wfxK0DZ',230000,'黑龙江省',230700,'伊春市',230710,'五营区',NULL,NULL),
('jMMosWbUTyVN5PK675WjzMZuiRhFkr60',510000,'四川省',511300,'南充市',511381,'阆中市',NULL,NULL),
('jMMrH1R5FTlUiD6uX8EJu81ywNhQfvEB',340000,'安徽省',340800,'安庆市',340825,'太湖县',NULL,NULL),
('Jmt7Zq0BRiMRM9hMU1f2g4mrZugIBHwl',340000,'安徽省',341700,'池州市',341723,'青阳县',NULL,NULL),
('JmuadqkcPqtW7BuuRCmNLgQjP5Nv1rXi',450000,'广西壮族自治区',450300,'桂林市',450330,'平乐县',NULL,NULL),
('JNBusFOSM61G8uSKWjzM0wrv0oMxa7U1',230000,'黑龙江省',230100,'哈尔滨市',230103,'南岗区',NULL,NULL),
('JNDBXQcjNUXSobz7Li15btHUgtqyjLGY',130000,'河北省',130700,'张家口市',130726,'蔚县',NULL,NULL),
('jnMAtrEJwjNUXVA05i4jcRAaW17oqNw5',410000,'河南省',411500,'信阳市',411525,'固始县',NULL,NULL),
('jnMCBYVzTz1f1aFCXLLpBC8CzQl0Sb6P',230000,'黑龙江省',230700,'伊春市',230709,'金山屯区',NULL,NULL),
('Jnxm32R1oKmqRRy0g8I2R2rU4sV5u4Ic',370000,'山东省',370400,'枣庄市',370404,'峄城区',NULL,NULL),
('Jnxn6eIJnt7ZpYsbqnt2F242NJ6btCwz',150000,'内蒙古自治区',152500,'锡林郭勒盟',152502,'锡林浩特市',NULL,NULL),
('jP3CKIdKWkFaHQYbQvOomudrmmywNhN2',430000,'湖南省',430600,'岳阳市',430624,'湘阴县',NULL,NULL),
('JpH6gPeuDvsEGlvk0P0mCTqj7tQFD259',230000,'黑龙江省',231000,'牡丹江市',231004,'爱民区',NULL,NULL),
('jQ92AGs71BO3F22Wo1KxftsJ8k38laEB',430000,'湖南省',430800,'张家界市',430802,'永定区',NULL,NULL),
('jQa6RQuK8gJHay8RHMDGmAJG49qsRMak',110000,'北京市',110100,'市辖区',110107,'石景山区',NULL,NULL),
('JqKj9GOPw0iiscszlNPCoXtiWGnIh6tX',430000,'湖南省',431200,'怀化市',431223,'辰溪县',NULL,NULL),
('JqNyb6PGMFOX9LaqqG0NQEzILsQGJu2B',610000,'陕西省',610300,'宝鸡市',610302,'渭滨区',NULL,NULL),
('jqZwuGPVZZOYe7KcBdaZjs8cpi6rLkaI',510000,'四川省',511600,'广安市',511623,'邻水县',NULL,NULL),
('JR0gaRDr8cpkf7EMNqCEf6ENPBp2NGUl',510000,'四川省',513300,'甘孜藏族自治州',513322,'泸定县',NULL,NULL),
('JRY5mqPK663PNnh9J4XsfGvkYKFVtqxf',210000,'辽宁省',211400,'葫芦岛市',211403,'龙港区',NULL,NULL),
('JS0ifedekQ2wl1S9ZkwuJYyGyCea0mAK',350000,'福建省',350500,'泉州市',350501,'市辖区',NULL,NULL),
('JS4wfxOeA4sU09BoYzIKsQFFcOjXFjpU',360000,'江西省',360700,'赣州市',360731,'于都县',NULL,NULL),
('jsctDBUB6AsmjgeejFhc1kqXpXp1JrPE',370000,'山东省',371500,'聊城市',371524,'东阿县',NULL,NULL),
('jsctDxFzEnLyjLI6fJNCzN73LtUZ39rB',140000,'山西省',140900,'忻州市',140922,'五台县',NULL,NULL),
('Jt0qZteA5wdiJBDf8NnmxrowiIxm1R4D',370000,'山东省',370800,'济宁市',370812,'兖州区',NULL,NULL),
('JT9W4mpPJ3Ub4EShD8CxGDYP2zzZ3by6',140000,'山西省',140900,'忻州市',140932,'偏关县',NULL,NULL),
('jtfElDXLNtRHLBvCnS7Li4i6tV1bIQVW',340000,'安徽省',340200,'芜湖市',340203,'弋江区',NULL,NULL),
('jTlWutLdDoQVUB6BuwX4kiitiTqgTvIV',150000,'内蒙古自治区',150300,'乌海市',150301,'市辖区',NULL,NULL),
('jul7nnzA3lrYnQTObl2YCZUqhWJEUp9p',620000,'甘肃省',620500,'天水市',620524,'武山县',NULL,NULL),
('jundOexRxWXKLowgDaMgO5QQtI1LBzTC',540000,'西藏自治区',542400,'那曲地区',542425,'安多县',NULL,NULL),
('jUtrELJbxZbOneUFq0ALT0dTGxwOmaAh',440000,'广东省',441200,'肇庆市',441224,'怀集县',NULL,NULL),
('JvbgA07qCDbRy2pKjdY3bAflNKfPgEhi',330000,'浙江省',330100,'杭州市',330102,'上城区',NULL,NULL),
('JvclUn1NKasFKAyQpmqRSBhr9jXIveuB',350000,'福建省',350700,'南平市',350725,'政和县',NULL,NULL),
('jWB3kgd8RL5XlKv7WaQy5DKETlUkMI45',450000,'广西壮族自治区',451000,'百色市',451026,'那坡县',NULL,NULL),
('JwetvX7ziAWN0q0yz4u4KnrU4rRPmcJT',320000,'江苏省',320600,'南通市',320612,'通州区',NULL,NULL),
('JwgzVLT1g7Asmf1cM8bjTkQ4DOYhlHhb',150000,'内蒙古自治区',150900,'乌兰察布市',150902,'集宁区',NULL,NULL),
('jwtEGifb3xn6eHE0UlR5H59j0TkOUXRj',410000,'河南省',410600,'鹤壁市',410601,'市辖区',NULL,NULL),
('jwtEHmADhmNHZFbNeFq0zFs9bl2WreFt',420000,'湖北省',420800,'荆门市',420881,'钟祥市',NULL,NULL),
('jwwQuMfLT0dVM0uiSjNQFHhbSILygwEv',370000,'山东省',371300,'临沂市',371329,'临沭县',NULL,NULL),
('jwy0eY27j0XD9GNKeJOIXuomucn8nlqT',370000,'山东省',371000,'威海市',371002,'环翠区',NULL,NULL),
('jxA9Px3u7Zs61E0TlQ3AzXVzWQeuzefq',510000,'四川省',510800,'广元市',510821,'旺苍县',NULL,NULL),
('jxBfizM1E258fEpS1ludvGJu3G341MFO',510000,'四川省',510300,'自贡市',510304,'大安区',NULL,NULL),
('JxhDcVTuEARobClInCKMtRIQTOewK2OM',450000,'广西壮族自治区',451200,'河池市',451226,'环江毛南族自治县',NULL,NULL),
('jxy1jjsak0R7SPmbDtiSm2Xtl8vYaJ1J',510000,'四川省',511400,'眉山市',511402,'东坡区',NULL,NULL),
('jYOV5tXcY5nqRTGAKOED4gZZQ6OBnWp4',620000,'甘肃省',621000,'庆阳市',621025,'正宁县',NULL,NULL),
('JYvryfpbxWVDhhsgN2CRhFkukYHs0uhM',450000,'广西壮族自治区',450300,'桂林市',450304,'象山区',NULL,NULL),
('JYyFwtCxEwsxdhB2ePl49prNv0jmLxgw',210000,'辽宁省',211300,'朝阳市',211302,'双塔区',NULL,NULL),
('jzILtX9MgQfySyXYRcgzTz0aGLAvzc7O',420000,'湖北省',421000,'荆州市',421003,'荆州区',NULL,NULL),
('jZQ8W8HWrcy1f0aDxCkE4fQl1Wsk5i4h',150000,'内蒙古自治区',150100,'呼和浩特市',150122,'托克托县',NULL,NULL),
('k1YFf4sV4sU1eXTrlg9LeHCP83G8rCB1',650000,'新疆维吾尔自治区',653000,'克孜勒苏柯尔克孜自治州',653022,'阿克陶县',NULL,NULL),
('K2Kv8XfaZhfehxFzJJkhhoYxCitl5i01',330000,'浙江省',330100,'杭州市',330185,'临安市',NULL,NULL),
('K2LAri0ZKEOW9MgQfxNdwMcuFKyo8meT',530000,'云南省',533300,'怒江傈僳族自治州',533323,'福贡县',NULL,NULL),
('K2LzpatIZD120JsWd4AvCsfIHbFE3axZ',360000,'江西省',360400,'九江市',360402,'庐山区',NULL,NULL),
('K2OLgPewL4WhsfJJkf8J6aoi8EHpJi7z',360000,'江西省',360100,'南昌市',360121,'南昌县',NULL,NULL),
('k37gQdqi4h3fVHyyUJMygvzaW5sRK1Jo',650000,'新疆维吾尔自治区',653100,'喀什地区',653101,'喀什市',NULL,NULL),
('k37iWGrZr3PPtJ53T8Py7NsI3ZBVDd0g',150000,'内蒙古自治区',150700,'呼伦贝尔市',150726,'新巴尔虎左旗',NULL,NULL),
('k37j247cuGORFBSobx2pKnrWc3vdo9pq',450000,'广西壮族自治区',450300,'桂林市',450324,'全州县',NULL,NULL),
('k38k5j9DBUB6zmYC148iXIwlZLI57dwO',340000,'安徽省',341300,'宿州市',341302,'埇桥区',NULL,NULL),
('K3QVXRfwGIloOGPX8Bvy4vbgzVMWd4Ay',150000,'内蒙古自治区',150200,'包头市',150201,'市辖区',NULL,NULL),
('k4cCkD3cDseCe7KdILv4EUslf1bJVfkJ',230000,'黑龙江省',230200,'齐齐哈尔市',230206,'富拉尔基区',NULL,NULL),
('k4eLYpZyCjxAaVXQciLJcCnR1lvjVwHJ',540000,'西藏自治区',540200,'日喀则市',540234,'吉隆县',NULL,NULL),
('K4YtjXIvfwL3PNnloLxba6QK4Xp1Kv5M',210000,'辽宁省',211300,'朝阳市',211322,'建平县',NULL,NULL),
('K53OI1OQDuokhgjE8AkKCGqT0cQqsOAj',410000,'河南省',411200,'三门峡市',411202,'湖滨区',NULL,NULL),
('k5gWLMvZinPOrBzQogWN0tdvGMFP0mCQ',540000,'西藏自治区',540300,'昌都市',540326,'八宿县',NULL,NULL),
('k6j5nt4LqI7iYQ8Xe8OwY8ED5mpLtV3l',140000,'山西省',140500,'晋城市',140502,'城区',NULL,NULL),
('K79hMU1eWSn7iXJESgzUDjul7qzrmhaO',620000,'甘肃省',620600,'武威市',620621,'民勤县',NULL,NULL),
('k7pztvVZZOV1dPk20KxlVp6ak0UkMI6c',420000,'湖北省',420200,'黄石市',420204,'下陆区',NULL,NULL),
('k7sLi3az8QEyFvogYWEf7HWvwW0ZPZhg',340000,'安徽省',341800,'宣城市',341801,'市辖区',NULL,NULL),
('K8eCc1kr5T5yn57ajVuza0lyz1f2g4mr',620000,'甘肃省',621000,'庆阳市',621002,'西峰区',NULL,NULL),
('k8x8RNdyXXNTVO84KpEShAVIF0ThATyX',340000,'安徽省',341100,'滁州市',341102,'琅琊区',NULL,NULL),
('kAO5RRz9PAehvx3t3G7kbL50AN3Koxm2',320000,'江苏省',321000,'扬州市',321084,'高邮市',NULL,NULL),
('kAO6U8J7fJLuX8FOQCq50DXKG1WrgPad',230000,'黑龙江省',230200,'齐齐哈尔市',230201,'市辖区',NULL,NULL),
('KBA039psU06mmzCaSIMAsmeYZTjHqTZ6',230000,'黑龙江省',230600,'大庆市',230604,'让胡路区',NULL,NULL),
('KBB17pva95QOlaCp3Uddfsnmwm5dDlHj',410000,'河南省',410100,'郑州市',410106,'上街区',NULL,NULL),
('kbMcsyfp7dxUJPMeGwqoxjQ6OzjEcQtI',230000,'黑龙江省',230100,'哈尔滨市',230110,'香坊区',NULL,NULL),
('kcQsCARqliiseDkyCjuokhhmQ0hgiwy4',420000,'湖北省',429000,'省直辖县级行政区划',429005,'潜江市',NULL,NULL),
('kD1468fFoQSFAKPIVmQZf8LfO84NEFcT',320000,'江苏省',320600,'南通市',320623,'如东县',NULL,NULL),
('KdClHg7Ask9AizN99bgEkuiSmZJu6U3p',360000,'江西省',360800,'吉安市',360801,'市辖区',NULL,NULL),
('kdTHF5eMZvpkilF7tQFCVDcZ8yejJAxM',210000,'辽宁省',210200,'大连市',210283,'庄河市',NULL,NULL),
('ke1h8FORKWmMH0LCC7BrhSodINEHnCNX',650000,'新疆维吾尔自治区',652800,'巴音郭楞蒙古自治州',652801,'库尔勒市',NULL,NULL),
('ke2ie8MkaIR3uabgC8GR5EShzRruV2g0',410000,'河南省',411700,'驻马店市',411728,'遂平县',NULL,NULL),
('ke2jkvpkjoQTLXoUda4FYIs0wogYWB4m',150000,'内蒙古自治区',150300,'乌海市',150304,'乌达区',NULL,NULL),
('kE6qDJDMPGMFQ3BFlCQfxM64QSGAMXgi',430000,'湖南省',430100,'长沙市',430102,'芙蓉区',NULL,NULL),
('kE7vZf9QCq3R0ijsfGwqpAzVMXfddemW',510000,'四川省',510100,'成都市',510105,'青羊区',NULL,NULL),
('kE9BqapozvEAN5SWVFqU9SKWiurAqdFw',440000,'广东省',441700,'阳江市',441721,'阳西县',NULL,NULL),
('KeKRTIKsQGJu3FYLI7hSobx1jmHg1dOh',330000,'浙江省',331100,'丽水市',331121,'青田县',NULL,NULL),
('KeLXkD3awW00SccfuwYaJ0F9AlLEMPBm',340000,'安徽省',341000,'黄山市',341023,'黟县',NULL,NULL),
('kf7DHoHdM60zEnMCBXSkSemXwy6ENSPk',650000,'新疆维吾尔自治区',652900,'阿克苏地区',652928,'阿瓦提县',NULL,NULL),
('kf8J7gNZr5WisgO7Wfdb5LnqQNgN0tbl',520000,'贵州省',520400,'安顺市',520403,'平坝区',NULL,NULL),
('KfQhIAB5u3DRdkP0mDVzTDlD0Vtpv6RR',420000,'湖北省',420600,'襄阳市',420626,'保康县',NULL,NULL),
('KfQjSgxIOMhSqj9DBVEinR2oJh2eUDlC',350000,'福建省',350700,'南平市',350783,'建瓯市',NULL,NULL),
('KFXATz0bITa0lzDkzHCRgB5qI7j4eOew',320000,'江苏省',320200,'无锡市',320202,'崇安区',NULL,NULL),
('kGf4sTVO6Wfgq9jXHs0uiSkOXcX3eN9d',510000,'四川省',513300,'甘孜藏族自治州',513325,'雅江县',NULL,NULL),
('kGjjvnfYWC7zkOUUHDSiIxpgVFr0xyZ8',430000,'湖南省',430600,'岳阳市',430682,'临湘市',NULL,NULL),
('Kh048k5hXP5NyekNPDumdPmazdb6Nw5G',450000,'广西壮族自治区',451300,'来宾市',451301,'市辖区',NULL,NULL),
('Kh14bwSEscqpDJBGs2Ig07qyo7eHAGtb',610000,'陕西省',610200,'铜川市',610222,'宜君县',NULL,NULL),
('kHknJmvewIR1mBJJjcSBgnS8TVJLrMno',430000,'湖南省',430200,'株洲市',430281,'醴陵市',NULL,NULL),
('kHnAFoMBvBhq8hO2DUsnpH8pv6SUM0xv',530000,'云南省',530500,'保山市',530524,'昌宁县',NULL,NULL),
('KhYSjMNuSM60yA6BzRrrKfOcobBkE7v0',410000,'河南省',410200,'开封市',410223,'尉氏县',NULL,NULL),
('Ki5mpPJ1JtYlAJMyen2TaZktgKNydfqg',350000,'福建省',350300,'莆田市',350303,'涵江区',NULL,NULL),
('Kj8CvwX4i8Aq9mcL3NFLEOYe7I2Wo0Il',510000,'四川省',511500,'宜宾市',511523,'江安县',NULL,NULL),
('kjq3NFMLi3cHHg4pDQ7U08x7NuTOhKLp',330000,'浙江省',330200,'宁波市',330211,'镇海区',NULL,NULL),
('kJvbckR90r0yCffjGjmIlpQOpqJePhJG',150000,'内蒙古自治区',152500,'锡林郭勒盟',152525,'东乌珠穆沁旗',NULL,NULL),
('kJxkScfspv80uezY13ZD3cEvrw7TWQev',140000,'山西省',140600,'朔州市',140622,'应县',NULL,NULL),
('Kkf7ELI9onwl1UiD4kf7FOTUGwqnqRUK',220000,'吉林省',220400,'辽源市',220422,'东辽县',NULL,NULL),
('KKjdXZUparApapqH47cvL7bnay4AyPl2',650000,'新疆维吾尔自治区',652800,'巴音郭楞蒙古自治州',652827,'和静县',NULL,NULL),
('KKke1eY0UpaqrPBoYyFvl6i0YGlvk0Q4',620000,'甘肃省',623000,'甘南藏族自治州',623027,'夏河县',NULL,NULL),
('KKkgbX6sOw3wkRa7V6Arj6pyo9ppFYIv',610000,'陕西省',610500,'渭南市',610582,'华阴市',NULL,NULL),
('klBPbiIxm2ZD2azb1pOHS9YfaUSwPolp',410000,'河南省',410800,'焦作市',410882,'沁阳市',NULL,NULL),
('Kliiq3PPuMj27iYNU1eWN3IfUFtcnbBi',530000,'云南省',532900,'大理白族自治州',532924,'宾川县',NULL,NULL),
('KLozssJ7dBaTN9bkTn1OQBmQY9EHnCO2',220000,'吉林省',220500,'通化市',220503,'二道江区',NULL,NULL),
('KLpzuyb3BHwkUpbvQxY5mnG5dFyBaTL0',510000,'四川省',511400,'眉山市',511421,'仁寿县',NULL,NULL),
('klyA9NnnyuEARn7i0XAXP5ODCYUpbwTL',520000,'贵州省',522600,'黔东南苗族侗族自治州',522635,'麻江县',NULL,NULL),
('klyDkBRlXC29wY9HQX7AnXxFwrw6Nv0j',330000,'浙江省',330300,'温州市',330329,'泰顺县',NULL,NULL),
('kmEYNUXUwJUc9X9LcyZ9AnVlNOwYbPol',370000,'山东省',371700,'菏泽市',371702,'牡丹区',NULL,NULL),
('kMJ9ptW7EGlvjUtsI1NNpt2zz1dPl37f',630000,'青海省',632300,'黄南藏族自治州',632321,'同仁县',NULL,NULL),
('KmqQQvPrArj3bz8QFBSrnqPGNKbwUPex',640000,'宁夏回族自治区',640200,'石嘴山市',640202,'大武口区',NULL,NULL),
('KMuXbQy1lr4OI0JqPHQZe0cNdxTIKrMr',430000,'湖南省',431000,'郴州市',431002,'北湖区',NULL,NULL),
('KNAmS9XbSEteCfd8V1dRsAo1NKby1jkz',510000,'四川省',510800,'广元市',510823,'剑阁县',NULL,NULL),
('knHcM89eyRxWVEkyA8J7gKPHS9V3ibPs',430000,'湖南省',430700,'常德市',430723,'澧县',NULL,NULL),
('knLyiFijwuLamaCoYwvRz9QDsdxVPevH',360000,'江西省',360100,'南昌市',360104,'青云谱区',NULL,NULL),
('kNPDuqsSPoh4lmAJKnsZs8afyTDkCUzW',450000,'广西壮族自治区',450700,'钦州市',450702,'钦南区',NULL,NULL),
('kNQHKv5ODBVFqVd6KfOcn6hUwJXoXr9i',510000,'四川省',513300,'甘孜藏族自治州',513337,'稻城县',NULL,NULL),
('KnrV9OqxftrCD7zjIu97ZpVdb4DO2xrr',130000,'河北省',130300,'秦皇岛市',130322,'昌黎县',NULL,NULL),
('KnwhGpRVQhLLowesqCC7xa5MtTTA6zo8',410000,'河南省',411100,'漯河市',411102,'源汇区',NULL,NULL),
('kP2ywJYvtDEaHS6I59ndNcpi7yhxGDXJ',230000,'黑龙江省',230200,'齐齐哈尔市',230207,'碾子山区',NULL,NULL),
('KpDLOBnWo0Hh9Nj27k8tRFDZUrgRl0OV',340000,'安徽省',340600,'淮北市',340604,'烈山区',NULL,NULL),
('KpETjIt5RTGCSkTjKCGqU8LeIJmt6VaW',370000,'山东省',370100,'济南市',370181,'章丘市',NULL,NULL),
('KpFTjLGYFeY4gUEkvruYd0eZ6mnAGvhK',510000,'四川省',511800,'雅安市',511825,'天全县',NULL,NULL),
('kPXaMeHEXFlwqqGXzObl1Tfn0KztsJ9m',340000,'安徽省',341300,'宿州市',341321,'砀山县',NULL,NULL),
('kq2Ijf8NorSRy2mwn8nknKpDMPDwy3sX',500000,'重庆市',500100,'市辖区',500111,'大足区',NULL,NULL),
('kQ8Xd2oH9tLhVEipXnS7NtOrFP1qSZaH',130000,'河北省',130100,'石家庄市',130132,'元氏县',NULL,NULL),
('KQOmdRuIYxDnQUStAkMH2Wo1LymZHlue',510000,'四川省',511300,'南充市',511302,'顺庆区',NULL,NULL),
('kr2Ih6ygxIPPtI1LDJCGr1AIF1Wtmg4q',530000,'云南省',530500,'保山市',530501,'市辖区',NULL,NULL),
('kR93EUqeJQOooCKIazaX8DC0358ez2kk',510000,'四川省',513200,'阿坝藏族羌族自治州',513223,'茂县',NULL,NULL),
('KrOzgq9l8uSKYtfEnMDEbPqsRNeBbVWK',530000,'云南省',532900,'大理白族自治州',532926,'南涧彝族自治县',NULL,NULL),
('kSekQ2xn8ooBICNXgfiyKVfixEujYIys',210000,'辽宁省',210400,'抚顺市',210411,'顺城区',NULL,NULL),
('KsUYZSdkP2ubgDd2ludtzhvwY8AnWreG',630000,'青海省',632700,'玉树藏族自治州',632723,'称多县',NULL,NULL),
('KT2nAFr0xwQtGS7QFE7rJbwSIMApaqrO',650000,'新疆维吾尔自治区',654000,'伊犁哈萨克自治州',654024,'巩留县',NULL,NULL),
('kTjJxjP3CLOAkJwgA04cBgmQZf9NnlqW',520000,'贵州省',520300,'遵义市',520382,'仁怀市',NULL,NULL),
('Ku3DP4H8pwbcjKH6fJMxccgxM5Vdb4FW',230000,'黑龙江省',230200,'齐齐哈尔市',230223,'依安县',NULL,NULL),
('Ku6QNgO3IgZ1Wvy3vbetvVXSlVrfN2DT',540000,'西藏自治区',540400,'林芝市',540422,'米林县',NULL,NULL),
('KUc5FUp8iUxK0BP9996WfddhAVGviO0q',320000,'江苏省',320700,'连云港市',320701,'市辖区',NULL,NULL),
('kuhKNx7RMboh19y6H30FdSA8KcAaTOdw',370000,'山东省',370900,'泰安市',370902,'泰山区',NULL,NULL),
('kukYJBCaPuMiWGpRUN4PMhSqh02ZEaJ1',540000,'西藏自治区',540200,'日喀则市',540237,'岗巴县',NULL,NULL),
('kUp7dz0dSBd6Jbx1ifedekQ1qVc2pMye',440000,'广东省',441800,'清远市',441881,'英德市',NULL,NULL),
('kUsmg4oDOYjsbqnu70tcrrI58eA6ByOc',620000,'甘肃省',620900,'酒泉市',620901,'市辖区',NULL,NULL),
('KVd7LlifaX9K4Xp1Hjgc6Lj9DzM4OGQ1',650000,'新疆维吾尔自治区',652900,'阿克苏地区',652924,'沙雅县',NULL,NULL),
('KVfkIt0tajQ7WaQy4xlWtqwbaaaabgA1',450000,'广西壮族自治区',450300,'桂林市',450325,'兴安县',NULL,NULL),
('kWyL1DZSgxHLwa81viP4IbDr9fDjraiS',370000,'山东省',371500,'聊城市',371522,'莘县',NULL,NULL),
('kXFikBSocDoWnUfmUgrgPbgB3kjr886Z',330000,'浙江省',330700,'金华市',330783,'东阳市',NULL,NULL),
('KxkPZimKwchEf8Npt0pU8OuSKUaYbSCj',130000,'河北省',130600,'保定市',130626,'定兴县',NULL,NULL),
('KXmNJ8k4cEum8rCC4je4v7WbX4je0cNd',230000,'黑龙江省',231200,'绥化市',231201,'市辖区',NULL,NULL),
('kxz6EMLlhc1ijtjYLJeOcodL0yz4u3G4',140000,'山西省',141000,'临汾市',141034,'汾西县',NULL,NULL),
('kyBc1oH9vVXRhDbRz7I2UjCZYKCIxoax',340000,'安徽省',341200,'阜阳市',341226,'颍上县',NULL,NULL),
('kyBec6KgXO0r3OGR5IaxZaHQZdX12YBX',360000,'江西省',360700,'赣州市',360701,'市辖区',NULL,NULL),
('kyCfc90oMzlR6Mpzqj6oxkTkOV3h6v4D',650000,'新疆维吾尔自治区',652900,'阿克苏地区',652926,'拜城县',NULL,NULL),
('kyEpWivwTJPOqu2ADinPRHIjggkIrROl',110000,'北京市',110100,'市辖区',110108,'海淀区',NULL,NULL),
('kyEqYthQdoasCAWLQJ0HhbUO9bkWyNaf',360000,'江西省',360900,'宜春市',360901,'市辖区',NULL,NULL),
('KykSen1QX8EFeY0WxIOK9l8vUUCc0gaQ',640000,'宁夏回族自治区',640300,'吴忠市',640301,'市辖区',NULL,NULL),
('KYq64T6FP2vhHt872G6lf4qMtPAgrdCg',410000,'河南省',411300,'南阳市',411322,'方城县',NULL,NULL),
('KYtiTroqNyekPW6v2zxNeDkzIG8rELKf',510000,'四川省',511000,'内江市',511025,'资中县',NULL,NULL),
('KzqiZXC3h6v4DP5MtSM8aiO1ueyRxVRk',210000,'辽宁省',211200,'铁岭市',211204,'清河区',NULL,NULL),
('KZxz3qNzgvwZaJZCYOYkvpmpPIZAQkTk',370000,'山东省',371400,'德州市',371424,'临邑县',NULL,NULL),
('L0xyX01Sb5MtQDuoje4u6RPpoBFoNDEb',650000,'新疆维吾尔自治区',654000,'伊犁哈萨克自治州',654002,'伊宁市',NULL,NULL),
('L0yDlF8x5H57dz2lr0wszhyLZvncKXoW',210000,'辽宁省',210700,'锦州市',210703,'凌河区',NULL,NULL),
('l32UhvxY7v2u99983IgZ0ThyL2JpESfs',220000,'吉林省',220100,'长春市',220105,'二道区',NULL,NULL),
('L3S1kqZwruW7BtopJeM60zEoRWZYKCKG',620000,'甘肃省',620400,'白银市',620401,'市辖区',NULL,NULL),
('l48iUxL4UbZf6CD8Bsj3cCoUfjE9DBWH',460000,'海南省',460300,'三沙市',460323,'中沙群岛的岛礁及其海域',NULL,NULL),
('l49qtXcZ9ED3dKXnS4AxL3QTL0AIIdM7',610000,'陕西省',610300,'宝鸡市',610326,'眉县',NULL,NULL),
('L50BO6T0bK2Kwba82DUux2sYnNHXwy3t',370000,'山东省',370700,'潍坊市',370704,'坊子区',NULL,NULL),
('l6j6qFTiDaJ1JsV5wcermjlALSVSsrJ8',230000,'黑龙江省',230700,'伊春市',230712,'汤旺河区',NULL,NULL),
('l6mls71BO5OFKzrmh9K8gMWbX2dM74SX',450000,'广西壮族自治区',450200,'柳州市',450204,'柳南区',NULL,NULL),
('l7npIbEvqtTUIE0Sceo6cxUN4MyhAXQb',230000,'黑龙江省',230400,'鹤岗市',230406,'东山区',NULL,NULL),
('L8fDioUflQZimJqLnrV9OrCAVHAGs71B',220000,'吉林省',220700,'松原市',220701,'市辖区',NULL,NULL),
('laBoZzLYnOMk8w4EP2xsuW4llAGufEkv',330000,'浙江省',331100,'丽水市',331102,'莲都区',NULL,NULL),
('laCr9k0UnYyJOK7dxSDnQTNafCaOolqX',630000,'青海省',630200,'海东市',630224,'化隆回族自治县',NULL,NULL),
('Lal6iZXB05fPcm46al20LDIwhHwjShB1',220000,'吉林省',220100,'长春市',220101,'市辖区',NULL,NULL),
('LArhXLOBp3WkHkpS1iinTaX8EGkoOJ53',440000,'广东省',441600,'河源市',441602,'源城区',NULL,NULL),
('LByOdvHQVXSkP0qU6DJBEhhp1Kt0r2F7',130000,'河北省',130100,'石家庄市',130183,'晋州市',NULL,NULL),
('LBzUDjwtCyL0xyZ6nsXggq7bqnsZs61E',130000,'河北省',130700,'张家口市',130724,'沽源县',NULL,NULL),
('lcM9gHzyTDmKv91wofSvHR2qQNjYMPDv',530000,'云南省',532300,'楚雄彝族自治州',532327,'永仁县',NULL,NULL),
('ldTEq1HdPkZQ5LmoH8pu6PJYyEq2IkmC',610000,'陕西省',610400,'咸阳市',610427,'彬县',NULL,NULL),
('ldVO5TZ8zgqdDnMDEbNhPbfxNez1dSA8',210000,'辽宁省',210700,'锦州市',210701,'市辖区',NULL,NULL),
('lDYP2ytAnUgrfLU5xjLI7j4dJSY6tQFD',460000,'海南省',460100,'海口市',460108,'美兰区',NULL,NULL),
('LeIKnu96Wc3vckQ7SRxX15btFMKcAdb3',230000,'黑龙江省',231100,'黑河市',231102,'爱辉区',NULL,NULL),
('LeLU5BxM5XnS3t5ODC27nklzEpVda0nK',450000,'广西壮族自治区',451100,'贺州市',451102,'八步区',NULL,NULL),
('leZ5h17nlpT4wermjlBQdqgWKLqGYE9E',430000,'湖南省',430700,'常德市',430725,'桃源县',NULL,NULL),
('lFbIS5FSfsmjjs9hMRPpnvhGoNEIqPIV',410000,'河南省',411300,'南阳市',411303,'卧龙区',NULL,NULL),
('lFbK0E3cFzHEXFijxAb0kr3POopEUp8k',410000,'河南省',410300,'洛阳市',410323,'新安县',NULL,NULL),
('LFQ5Llkr5T6CFhgkIoDSjMNuRIQVUCbT',510000,'四川省',511800,'雅安市',511822,'荥经县',NULL,NULL),
('LFUlR7Ox8UYYNUXWEinRX4h5nvdqhYTm',420000,'湖北省',420300,'十堰市',420381,'丹江口市',NULL,NULL),
('LG0MJ8mcL3QSGDYNSQppBDfaTPiP7Xip',440000,'广东省',441300,'惠州市',441322,'博罗县',NULL,NULL),
('lg6Bvzc7PFD26fLXhq52LzmVqbtFMI56',450000,'广西壮族自治区',451000,'百色市',451002,'右江区',NULL,NULL),
('lGbIQVWMSVO86VaSKWjARl0R5GZKEOXa',430000,'湖南省',431200,'怀化市',431222,'沅陵县',NULL,NULL),
('LgPewL50zFvl343T9UVIEYKG0PV1bGGd',500000,'重庆市',500100,'市辖区',500115,'长寿区',NULL,NULL),
('LGWvwY6qFVqfKRTHE22VmR3wiJDP4IbC',330000,'浙江省',330100,'杭州市',330110,'余杭区',NULL,NULL),
('LGZIqQMfGwpljmGcMakZOV1bFCXMPECY',510000,'四川省',513200,'阿坝藏族羌族自治州',513228,'黑水县',NULL,NULL),
('LH4550zHDWD9IWq7cszhxGCUvFD12ZD6',450000,'广西壮族自治区',450300,'桂林市',450332,'恭城瑶族自治县',NULL,NULL),
('lHjgfjEaGNLfLYmLzqdFvogYTrmkoPNk',440000,'广东省',440600,'佛山市',440606,'顺德区',NULL,NULL),
('LIax2oF0Tfsk8uW3gZ1YD5nsYnOMiZSg',540000,'西藏自治区',540400,'林芝市',540421,'工布江达县',NULL,NULL),
('Lj9ED5ke1h9MgRjP4G35662IicWWKKjc',430000,'湖南省',430400,'衡阳市',430412,'南岳区',NULL,NULL),
('lJrTZ6pyo8meSz4rRMcwNjYNV1cL4S1j',530000,'云南省',530400,'玉溪市',530428,'元江哈尼族彝族傣族自治县',NULL,NULL),
('LKgVFoOK69jTpdGDXGrXlF9AkHnAFqYq',360000,'江西省',360800,'吉安市',360830,'永新县',NULL,NULL),
('lkqYtiSkTiFgbVXSiJCJCJFYKBEhhoZB',140000,'山西省',140100,'太原市',140106,'迎泽区',NULL,NULL),
('lks75WffmUizQl20LDIvessI59iUttMm',620000,'甘肃省',621100,'定西市',621121,'通渭县',NULL,NULL),
('lLENSNfElBQessLi0YGjpVdc8Yfb0jqZ',310000,'上海市',310100,'市辖区',310109,'虹口区',NULL,NULL),
('LlhcY9GNJaryjJyrosV8I0JsXd5DKH6c',420000,'湖北省',421100,'黄冈市',421125,'浠水县',NULL,NULL),
('Llheb0nEYLJfPgGrZteB7EJzvCp2QVVJ',410000,'河南省',411400,'商丘市',411423,'宁陵县',NULL,NULL),
('lmBN0r5Vd9W7Ari0YHrV7I0KxiGmDUux',620000,'甘肃省',620300,'金昌市',620302,'金川区',NULL,NULL),
('lnG8qAwEzIIi8DD6sPBlKxhEgc3wgCaN',650000,'新疆维吾尔自治区',654200,'塔城地区',654226,'和布克赛尔蒙古自治县',NULL,NULL),
('lNQFE6ou6V8I3YxDoUda0pPNk5i4g01Y',520000,'贵州省',520500,'毕节市',520526,'威宁彝族回族苗族自治县',NULL,NULL),
('Lnt2DSjNSQrw8W9MhTuCtl7rFP0nJnxn',410000,'河南省',411400,'商丘市',411422,'睢县',NULL,NULL),
('LNv1pPK50D0XEaK53OLfMXisfFtcodIM',230000,'黑龙江省',230100,'哈尔滨市',230129,'延寿县',NULL,NULL),
('Lovetx5FWwCnT8PBnVkFe1dRwQvRCjAP',530000,'云南省',530800,'普洱市',530826,'江城哈尼族彝族自治县',NULL,NULL),
('LpCGpOGOTPjXDbRBedfo68duEFaHR0jn',150000,'内蒙古自治区',150800,'巴彦淖尔市',150821,'五原县',NULL,NULL),
('LPHNLhWGs6WglMHYE9CxDr60BPclZHpO',420000,'湖北省',429000,'省直辖县级行政区划',429004,'仙桃市',NULL,NULL),
('lQ3AA1aCrbqpCJDNU07sNpu5Mw5G30Ir',430000,'湖南省',431200,'怀化市',431224,'溆浦县',NULL,NULL),
('lr3Lw8YhlJsU3lpPLdCfgo2R0ihmOPy7',450000,'广西壮族自治区',451300,'来宾市',451302,'兴宾区',NULL,NULL),
('lR6LnqPHPVXRgzSyXZUp8iTrnoFZPYfb',140000,'山西省',141000,'临汾市',141029,'乡宁县',NULL,NULL),
('lR6MqDIvetuUWLQMfGxtCvuMi0Vsk8yc',130000,'河北省',130200,'唐山市',130223,'滦县',NULL,NULL),
('lSa4IcFAO5QPppG31MGXwCnS3u7ZqYr7',640000,'宁夏回族自治区',640400,'固原市',640422,'西吉县',NULL,NULL),
('lScdhDcUKU8OtMkaEARocGE231MH0Jt1',320000,'江苏省',320600,'南通市',320621,'海安县',NULL,NULL),
('LsPEBVC9MeIIfVJIfWMU3pIdJRZ9FIqO',320000,'江苏省',320100,'南京市',320115,'江宁区',NULL,NULL),
('LSY27j4eM4OK54UaX9GNLk9AlNPy6KdJ',510000,'四川省',511300,'南充市',511321,'南部县',NULL,NULL),
('LT1h8FMKfO870wqqFUp9maAjD6pAzTCg',360000,'江西省',360700,'赣州市',360723,'大余县',NULL,NULL),
('ltbjQa96RRxZ9EBWLMsNrFR7TTFvm5eJ',530000,'云南省',532600,'文山壮族苗族自治州',532622,'砚山县',NULL,NULL),
('ltbl0Sa3CNXe5DJzxOhP7V8J42NI0LEM',520000,'贵州省',522700,'黔南布依族苗族自治州',522727,'平塘县',NULL,NULL),
('LtW4qIavUQkYGktbl1UjGhfeelR7OAiz',360000,'江西省',361000,'抚州市',361028,'资溪县',NULL,NULL),
('LU4sV4qNvYe3sV7FOSNdvIViARm47fHC',350000,'福建省',350100,'福州市',350182,'长乐市',NULL,NULL),
('lUnZC120KylVrfMZsaiQ8YkxwSFwrv1r',150000,'内蒙古自治区',150200,'包头市',150207,'九原区',NULL,NULL),
('Lv2viLOBnYxEtgIBKJi7yfrgSodJPPsE',410000,'河南省',411700,'驻马店市',411721,'西平县',NULL,NULL),
('LVc3uaciKH7j4gWKLrKgWIBICKKnqPL8',640000,'宁夏回族自治区',640400,'固原市',640401,'市辖区',NULL,NULL),
('lvm6hTwKZzHBO5RRxX29tNlbJVivx0e1',510000,'四川省',511300,'南充市',511304,'嘉陵区',NULL,NULL),
('lvnbFAKSVTtAkHnCO3H8pv81yxSz4u3G',500000,'重庆市',500200,'县',500242,'酉阳土家族苗族自治县',NULL,NULL),
('lVqcxZ7v0mEXIwhHt72DTrnoEUspxhC6',420000,'湖北省',420500,'宜昌市',420529,'五峰土家族自治县',NULL,NULL),
('LwcdkQ4ERftqBzRrtSOiSkP1s6VaW01Z',350000,'福建省',350700,'南平市',350721,'顺昌县',NULL,NULL),
('lwnaAefo550ALV8Mmf2iaPrAtqylTfp7',220000,'吉林省',222400,'延边朝鲜族自治州',222401,'延吉市',NULL,NULL),
('LxepatI0JrSUKQPsDC5mqRTHHbHLAuy6',410000,'河南省',410700,'新乡市',410703,'卫滨区',NULL,NULL),
('LXkBRm1TgrhUxQpnvcm0PVZ1XyL0BN1x',330000,'浙江省',330300,'温州市',330305,'洞头区',NULL,NULL),
('lxvLal6hYP4H8opH9uPwW01UmWp54Vgm',320000,'江苏省',320700,'连云港市',320707,'赣榆区',NULL,NULL),
('lYGjoRVVEmE0VqdCkD26gQhIAB6ykOV2',360000,'江西省',360700,'赣州市',360722,'信丰县',NULL,NULL),
('LYq1HibRAfgsl9y9V2eUGyz0aDwz6DHs',410000,'河南省',411500,'信阳市',411526,'潢川县',NULL,NULL),
('LYq2JnyrrGVp7ctCxDpZAO983H9y8QFD',150000,'内蒙古自治区',152500,'锡林郭勒盟',152527,'太仆寺旗',NULL,NULL),
('m1QZhhnTb3BFoOIXvuNj0YGjnKtW8FNO',540000,'西藏自治区',542500,'阿里地区',542526,'改则县',NULL,NULL),
('M3LuZjteCc1jlD0WzQjVwEvsBtnknHdQ',350000,'福建省',350900,'宁德市',350926,'柘荣县',NULL,NULL),
('M3NCAUCc1jkxA8KbxX3cFBQessLhWHwl',420000,'湖北省',421300,'随州市',421321,'随县',NULL,NULL),
('m48l6mlr2Jmu99aadqi4h4je3qPED5nq',510000,'四川省',510700,'绵阳市',510723,'盐亭县',NULL,NULL),
('M4PLcvNj24664T3t0tdsuV18tNoqLqGV',210000,'辽宁省',211300,'朝阳市',211381,'北票市',NULL,NULL),
('m59mbHMCC5pDLNvZgc0kpXmNLeHE1YFd',330000,'浙江省',330500,'湖州市',330522,'长兴县',NULL,NULL),
('m5apmt7Zr60xwRz7HZFg6ByKYscruX8D',510000,'四川省',513200,'阿坝藏族羌族自治州',513225,'九寨沟县',NULL,NULL),
('M60zGwofWLQNfHDTn58eBaSKVc5FVrgS',450000,'广西壮族自治区',450400,'梧州市',450423,'蒙山县',NULL,NULL),
('M875T2nCP5MtRL2NEJwhEgfflOTQpje1',620000,'甘肃省',620100,'兰州市',620104,'西固区',NULL,NULL),
('m8uSJT8OuREyEs8agDgd7PAhutIZFeY1',620000,'甘肃省',620500,'天水市',620523,'甘谷县',NULL,NULL),
('M9dtycb8ZmE4eL0yDisfICQbdlYC29uR',440000,'广东省',440200,'韶关市',440281,'乐昌市',NULL,NULL),
('m9w1oG8tLfPclYEbOl9y8TRvK660AKQN',220000,'吉林省',220300,'四平市',220382,'双辽市',NULL,NULL),
('MaiRdn2UgreGyBbURrqEP1r0zFs8871C',120000,'天津市',120100,'市辖区',120117,'宁河区',NULL,NULL),
('Mal21PUUFqYr761DWEgc4CGoNEHoH8pu',530000,'云南省',530700,'丽江市',530723,'华坪县',NULL,NULL),
('mbEAN3JlmDUsqzspwciJCLKlgbURodN7',610000,'陕西省',610100,'西安市',610115,'临潼区',NULL,NULL),
('mbEAO984OHVjC149mbFF8vX6tV1dQpje',510000,'四川省',513400,'凉山彝族自治州',513430,'金阳县',NULL,NULL),
('mbEzKSZ9BrcyZ6rH1R6KgUDfc6Lj7v2v',320000,'江苏省',320100,'南京市',320113,'栖霞区',NULL,NULL),
('mBLTY4i3eQm9tMi0YEe09CurzlQ2wkUp',650000,'新疆维吾尔自治区',654200,'塔城地区',654225,'裕民县',NULL,NULL),
('MbogXRgzUIDVvDseDkyDlGdRtFKByQqo',450000,'广西壮族自治区',450500,'北海市',450502,'海城区',NULL,NULL),
('MbqoAxL4VglNLj6rGXATxSBd7Mmjiq3S',320000,'江苏省',320200,'无锡市',320281,'江阴市',NULL,NULL),
('MbsAo2T9TSwSBd9X8FMJ8k6nrRRz4vbd',340000,'安徽省',340100,'合肥市',340122,'肥东县',NULL,NULL),
('mcK0BQfyRsAnZFcNgNYnLwbchDcWVDe8',520000,'贵州省',522600,'黔东南苗族侗族自治州',522622,'黄平县',NULL,NULL),
('mcKYrbpmpNDzPfA1eSz5wen42PREung1',420000,'湖北省',420100,'武汉市',420105,'汉阳区',NULL,NULL),
('mCQclYEdVO984LuZjpZzJKnubiLMpzrl',410000,'河南省',411700,'驻马店市',411701,'市辖区',NULL,NULL),
('mCSn3YARoeOahJFXEd0aGLByQnay8QFE',610000,'陕西省',610200,'铜川市',610201,'市辖区',NULL,NULL),
('McszjHnEXEgd8RL4SZcSCkAMYnQSJSZ8',310000,'上海市',310100,'市辖区',310112,'闵行区',NULL,NULL),
('MdCiseChmPRFAMXjuoloLv4H6eKQOlaC',520000,'贵州省',520100,'贵阳市',520181,'清镇市',NULL,NULL),
('mdPjWC6sSOiSlTkMKgTyUHCO4LqGXzRq',140000,'山西省',141100,'吕梁市',141102,'离石区',NULL,NULL),
('mdQpje3pKmqPHS7MnpIfVGuhJF0R5Kh2',220000,'吉林省',220700,'松原市',220723,'乾安县',NULL,NULL),
('mDXKG20HkoQSFzFs8agFlAJKnsZr5XmJ',330000,'浙江省',331100,'丽水市',331122,'缙云县',NULL,NULL),
('MeDkBSobx2mzB7CC5qGYGkr5U8OuOuPu',330000,'浙江省',330500,'湖州市',330503,'南浔区',NULL,NULL),
('MeDnLylTiC4i7xa6QITc7RK1GcOhP8Zr',430000,'湖南省',430300,'湘潭市',430304,'岳塘区',NULL,NULL),
('MEIvdn43S7Mot3F20JwfwIPPvSHIlnG7',330000,'浙江省',330900,'舟山市',330903,'普陀区',NULL,NULL),
('mEYJDMRMakZNQHMDFjpVgo2NJ8jZRb8Y',530000,'云南省',530600,'昭通市',530627,'镇雄县',NULL,NULL),
('MfLSY5mlvm6i0ZJxm3YASqke0bIUddeo',320000,'江苏省',320500,'苏州市',320509,'吴江区',NULL,NULL),
('MFPYfbX5rJdGE12VnYwy3rSVOadphXQ9',410000,'河南省',410800,'焦作市',410801,'市辖区',NULL,NULL),
('mfXTtuTNbm47dz3nxstQCq8dvHR2s1zC',140000,'山西省',140400,'长治市',140427,'壶关县',NULL,NULL),
('mg3mrZq2Lv5Ji5oyssI57ctCvvPsGTgu',150000,'内蒙古自治区',150900,'乌兰察布市',150926,'察哈尔右翼前旗',NULL,NULL),
('mGaEyGAIG6hYQ94Kkg9NooCMSULV9OsH',440000,'广东省',440500,'汕头市',440514,'潮南区',NULL,NULL),
('MGWwCmPQzc5FVttJ579ezYZUn2UgrfJN',510000,'四川省',511500,'宜宾市',511521,'宜宾县',NULL,NULL),
('mhc0dXWIyvFFaGJu4Knt3JkjmJpIay6G',520000,'贵州省',520500,'毕节市',520524,'织金县',NULL,NULL),
('MHXyIMzlTekPX7Asj3awVVEmF6kcPnh5',510000,'四川省',511000,'内江市',511028,'隆昌县',NULL,NULL),
('Mi0WxHKsRNdxUJNDD5oyqkbK4VfiC29t',440000,'广东省',441800,'清远市',441823,'阳山县',NULL,NULL),
('MI2S5GZJyoavREtfGwnbCp1Hg3lpSWXP',420000,'湖北省',421300,'随州市',421301,'市辖区',NULL,NULL),
('mighp50D0ZJxjOV5sTWQhGpQRAd8RM9d',440000,'广东省',440200,'韶关市',440233,'新丰县',NULL,NULL),
('migiunh8DAVHyyTEr62IkjpYseBaQz9R',140000,'山西省',140700,'晋中市',140726,'太谷县',NULL,NULL),
('mIlnKpG1Thvz8PzeguuOsFNOx5GWyL2H',230000,'黑龙江省',230500,'双鸭山市',230521,'集贤县',NULL,NULL),
('mIlqT5xiJAzYYOW7CATxSA8LfO9985TZ',140000,'山西省',141000,'临汾市',141026,'安泽县',NULL,NULL),
('Mj25btGPVYWB3kjoUb1qU5yn42ONmicZ',610000,'陕西省',610500,'渭南市',610525,'澄城县',NULL,NULL),
('Mj27k5jaJXtiVzVKNAnXurxdlTfp7gKO',340000,'安徽省',340800,'安庆市',340811,'宜秀区',NULL,NULL),
('Mj28lcL62Ku0oNCBXQaabespxiHrZq1E',510000,'四川省',513400,'凉山彝族自治州',513423,'盐源县',NULL,NULL),
('MJ9ppH341Ku1vgHvjQ8ZoRUQl0PZilE6',620000,'甘肃省',620700,'张掖市',620701,'市辖区',NULL,NULL),
('MJatGS9YgfhuuMiXIzxRuIXsgMYlE26d',540000,'西藏自治区',540100,'拉萨市',540126,'达孜县',NULL,NULL),
('mJpETlThAVFr1DVA1aDuprLlhe8PAiAQ',430000,'湖南省',431000,'郴州市',431023,'永兴县',NULL,NULL),
('mJqJgWLQJ0FaDzJPLamcJS4yoauOprNv',420000,'湖北省',429000,'省直辖县级行政区划',429006,'天门市',NULL,NULL),
('Mk7sKfPfyUIF20KBzUEnNHWqbruYd0dW',540000,'西藏自治区',542200,'山南地区',542224,'桑日县',NULL,NULL),
('Mk8v1nIg19w1lxwMbqqH4664T4xiKGZJ',440000,'广东省',440100,'广州市',440112,'黄埔区',NULL,NULL),
('mLxgxL3PMfKOIWq9iSkP1s5RVRm341Il',330000,'浙江省',331100,'丽水市',331126,'庆元县',NULL,NULL),
('mMGVp6760yBc3u7ZpT6EP2yuBmS9Zhjx',510000,'四川省',511900,'巴中市',511902,'巴州区',NULL,NULL),
('MmkoQSHG9ya2vfB4nytw1mDSmZGks60w',610000,'陕西省',610100,'西安市',610122,'蓝田县',NULL,NULL),
('mnDUsqzpcA9RIPRDpZBQiMQHQY8CwCnS',620000,'甘肃省',621000,'庆阳市',621024,'合水县',NULL,NULL),
('mnG7osW9LeFvofTA6zpcz5AwHMEJxkRb',410000,'河南省',410500,'安阳市',410523,'汤阴县',NULL,NULL),
('mNJ8iUuzddhzSvIWo0FaDzLYnQVTyWRl',410000,'河南省',411500,'信阳市',411503,'平桥区',NULL,NULL),
('MnrT0aFFdSBc0ijvszlQ1rZr4S1jmG9z',340000,'安徽省',341200,'阜阳市',341201,'市辖区',NULL,NULL),
('MosYlBQdrnpKlkr5WjAO72F243S6KdHG',330000,'浙江省',330300,'温州市',330328,'文成县',NULL,NULL),
('MPFFbMbruXcUN6WhnVlMH1OSNbl0PX8G',510000,'四川省',510100,'成都市',510115,'温江区',NULL,NULL),
('mPW3i9J1MDFf8MlcOk242QX6tUYXJBEi',430000,'湖南省',430600,'岳阳市',430603,'云溪区',NULL,NULL),
('mPW3jcUOaeuCreFr4RUQkWxJS3rSTFuk',330000,'浙江省',330400,'嘉兴市',330482,'平湖市',NULL,NULL),
('MpxjOW9J3Tc7OAlNMk9CtniaOqv6RNgL',630000,'青海省',632600,'果洛藏族自治州',632622,'班玛县',NULL,NULL),
('MpyoasDFe0bJXq4XoUflPYcVSpi4i6sR',430000,'湖南省',430900,'益阳市',430921,'南县',NULL,NULL),
('MqELKhZYKGXC4ljmIjhjzIIh3kjpVgo0',610000,'陕西省',610700,'汉中市',610724,'西乡县',NULL,NULL),
('MQHONorRNeBbY7ygtrByL2HdSwRxXZXF',610000,'陕西省',611000,'商洛市',611023,'商南县',NULL,NULL),
('MQHPTNbkWzQn9wW2ay9VZZR8ZlAJKmqU',330000,'浙江省',331000,'台州市',331003,'黄岩区',NULL,NULL),
('mqQPppDQ7TVQhHwl0PW4pDNW9MfN1BMW',310000,'上海市',310100,'市辖区',310104,'徐汇区',NULL,NULL),
('mQVYWAZZQ5I9sGSa3BFpSY7x7Oyb5Lmn',130000,'河北省',130100,'石家庄市',130131,'平山县',NULL,NULL),
('mQX4nt5RRy4xjNQGLzo7eDkyCiupnt83',450000,'广西壮族自治区',451000,'百色市',451029,'田林县',NULL,NULL),
('mR2qRRAc2t5OGMI3YyGCSlVparzlPXaN',420000,'湖北省',421100,'黄冈市',421127,'黄梅县',NULL,NULL),
('mS9Ye7H0NLhZUo8j22XuqsUZ259k357d',310000,'上海市',310100,'市辖区',310116,'金山区',NULL,NULL),
('MSQqtTTBbWYVvCq7773Lw8XcX2ax1mxv',540000,'西藏自治区',542200,'山南地区',542232,'错那县',NULL,NULL),
('mTdemXyJOHTcb93CO0tdrpypdGBN0wrt',150000,'内蒙古自治区',152500,'锡林郭勒盟',152501,'二连浩特市',NULL,NULL),
('MtPy9V04dGCUwGKv81viP5MtSM8bjShC',230000,'黑龙江省',230500,'双鸭山市',230506,'宝山区',NULL,NULL),
('MtRL2KtZkxvMdA8KapqKhZZLJcEtfHBI',650000,'新疆维吾尔自治区',652800,'巴音郭楞蒙古自治州',652822,'轮台县',NULL,NULL),
('MtUYWEgbYaK4Xq3S2pOCvy3sWd2rV9No',340000,'安徽省',340800,'安庆市',340827,'望江县',NULL,NULL),
('MTXVDe3sXhkE5jcRxZ8xa1ufyRwQwUPe',350000,'福建省',350400,'三明市',350423,'清流县',NULL,NULL),
('MU2icY7uUVLT1f2g2eTDkyCjyDnONnji',360000,'江西省',360100,'南昌市',360105,'湾里区',NULL,NULL),
('mubkVtpv8YlCSpdHF7otZpT6FTjHrT2i',520000,'贵州省',520300,'遵义市',520381,'赤水市',NULL,NULL),
('MuUVKMw8TXUuCq663PLcy0dSA8LeLU7G',320000,'江苏省',320100,'南京市',320104,'秦淮区',NULL,NULL),
('MuXbQy5AyOfGs5Vd6Li4j9GLENSQoje4',320000,'江苏省',321200,'泰州市',321202,'海陵区',NULL,NULL),
('MWd3vckRceqfOafA1bIPQAd9Ye6DHt6T',340000,'安徽省',340500,'马鞍山市',340523,'和县',NULL,NULL),
('MWeaX7AqasBtpu4Jh05eJMzkNQHLAvy8',630000,'青海省',632800,'海西蒙古族藏族自治州',632823,'天峻县',NULL,NULL),
('mwl2ZE7v2vgB6w7TXXMOBnUhvy4xiHrY',510000,'四川省',510800,'广元市',510811,'昭化区',NULL,NULL),
('mwoeOfB9LcA9RGGbJUfiD6rI8k7ovbdn',210000,'辽宁省',211200,'铁岭市',211282,'开原市',NULL,NULL),
('mWtpqLpAwJT5DLI9qu4H7j4h17mg5sUZ',440000,'广东省',441400,'梅州市',441424,'五华县',NULL,NULL),
('Mxa2ysvZgd7Ox6KhWLQK2MCD6v2vhJDQ',630000,'青海省',632500,'海南藏族自治州',632522,'同德县',NULL,NULL),
('mXAQm4565ZvqrMorV6CATB8HUlQZf7FP',640000,'宁夏回族自治区',640400,'固原市',640424,'泾源县',NULL,NULL),
('MXffkHpLrMou6T09AmR2s2DUvBmPVXRf',530000,'云南省',530500,'保山市',530502,'隆阳区',NULL,NULL),
('MXhlKwfvBjD4i5qFVusI1ONqzo7fHBMW',140000,'山西省',140800,'运城市',140828,'夏县',NULL,NULL),
('MXioYvqtTWQdn4663PNmg3je4v8Zr1E0',130000,'河北省',130200,'唐山市',130283,'迁安市',NULL,NULL),
('mXxFAJJlmAIEYJyqkcSA9Pzc7PCuojgd',650000,'新疆维吾尔自治区',659000,'自治区直辖县级行政区划',659001,'石河子市',NULL,NULL),
('MyelQ4CMQIS4zwHLymXyINGR5I8laCsf',450000,'广西壮族自治区',451000,'百色市',451027,'凌云县',NULL,NULL),
('MYmKtXe7LgUyRxVRm5apoBGoOIYxCmKw',530000,'云南省',530600,'昭通市',530623,'盐津县',NULL,NULL),
('MYmLwa82AFoQQwUPhJEWAUGufA3kjr76',520000,'贵州省',520600,'铜仁市',520602,'碧江区',NULL,NULL),
('mZGkr2JpFVslbIT8QGHie8NosU3oDOYj',230000,'黑龙江省',230100,'哈尔滨市',230124,'方正县',NULL,NULL),
('MZuiSiGoMyiC5ozvDuoklzEmGcOgKMx8',340000,'安徽省',340800,'安庆市',340828,'岳西县',NULL,NULL),
('n1OQBjD15bxY5ljnNEKAyQplmzB8J41J',520000,'贵州省',522600,'黔东南苗族侗族自治州',522623,'施秉县',NULL,NULL),
('n1PUVIDSkSdiHrYnMBwFzHF1ZHpKoxkV',210000,'辽宁省',211100,'盘锦市',211102,'双台子区',NULL,NULL),
('N1wpkdY3dKU9TQl48iTssKeIJlpOEHoF',350000,'福建省',350100,'福州市',350102,'鼓楼区',NULL,NULL),
('N2CRfvDtl9w0lvm7k9Dwy2pJjcRz5ymY',540000,'西藏自治区',540200,'日喀则市',540230,'康马县',NULL,NULL),
('N3G8uPwZdWTvIRZf4sV7CC4jbOoms5QQ',150000,'内蒙古自治区',150200,'包头市',150206,'白云鄂博矿区',NULL,NULL),
('N3H9x2qRTGzFr5XmNHXwAeehxJS2oIcH',230000,'黑龙江省',230300,'鸡西市',230305,'梨树区',NULL,NULL),
('n3YzJNFKzrleWSpgVFnJmt997YmLwciG',370000,'山东省',370300,'淄博市',370301,'市辖区',NULL,NULL),
('N5Vd9W7BtonxrpxjNTTFtbm7laGJu3G4',370000,'山东省',370700,'潍坊市',370782,'诸城市',NULL,NULL),
('n6eGzFr1DXHt6VbY8DASuCurAqdCkD11',620000,'甘肃省',621000,'庆阳市',621021,'庆城县',NULL,NULL),
('N6Yq2LzlThzObjTlR9YhjzIKrMowfuAg',130000,'河北省',130200,'唐山市',130202,'路南区',NULL,NULL),
('N74PJ3Tb3xm58iSn44YtiTpeLXmKxfvA',510000,'四川省',510800,'广元市',510802,'利州区',NULL,NULL),
('N74PLaoh3iaNiWDe7GVqcxVPfA2g4oCJ',460000,'海南省',469000,'省直辖县级行政区划',469027,'乐东黎族自治县',NULL,NULL),
('n7hUvGJpKkf4u1xsuW5rLjaHQW2bDul7',530000,'云南省',532600,'文山壮族苗族自治州',532623,'西畴县',NULL,NULL),
('N9dstOuPza0lzFs9dtya3BIzySAaUSvJ',140000,'山西省',140600,'朔州市',140624,'怀仁县',NULL,NULL),
('nACc0eXYRa80s72HbIQX2bCoVkIqOEE9',450000,'广西壮族自治区',450700,'钦州市',450701,'市辖区',NULL,NULL),
('nADe6ENQIQURqnrU4rPHPUVHxsv2u998',610000,'陕西省',610100,'西安市',610101,'市辖区',NULL,NULL),
('NagFoPMgN2DUux5DJDO1t9bgFnIjd1jj',350000,'福建省',350900,'宁德市',350925,'周宁县',NULL,NULL),
('NAmR7Ox7Ow2rV8LgRm467ajVuwX3fWN0',610000,'陕西省',610800,'榆林市',610831,'子洲县',NULL,NULL),
('nazaX8FKzsrFOX8HUjFf3pH5cBea2t6X',150000,'内蒙古自治区',150700,'呼伦贝尔市',150702,'海拉尔区',NULL,NULL),
('nBHzyUHDTpdGCQfwJUefnZGg8J69hO4L',340000,'安徽省',341500,'六安市',341524,'金寨县',NULL,NULL),
('NBrgQhIAC9J2RZf6DFiiq8bl2YARpjbO',410000,'河南省',410200,'开封市',410202,'龙亭区',NULL,NULL),
('NBsk6mmxtBo1NJ68fGvl0Q4GZLH1R6Ki',340000,'安徽省',341800,'宣城市',341802,'宣州区',NULL,NULL),
('NBuvTL1E0Un0IpIdL1CUvFGdSyY27i11',410000,'河南省',410900,'濮阳市',410927,'台前县',NULL,NULL),
('NCyKVda2xn6dEr61CSn7j38mf09x6I6d',630000,'青海省',630100,'西宁市',630103,'城中区',NULL,NULL),
('NCzN9cocGE4eM1DXGpOFMI3ZBTxPl6j4',340000,'安徽省',341300,'宿州市',341324,'泗县',NULL,NULL),
('NDASuDwAd9XcWWLMsPzdejHpPJ2NJ8hQ',340000,'安徽省',341100,'滁州市',341101,'市辖区',NULL,NULL),
('ndOdtAnVkKBC5sPCsgN2E0Rb7U2jggmQ',230000,'黑龙江省',230300,'鸡西市',230302,'鸡冠区',NULL,NULL),
('nEYJBEikD28mg3kkscqpCIwl0OSL5Wiw',370000,'山东省',370500,'东营市',370522,'利津县',NULL,NULL),
('NfFs6YnRY7x8WaOrAslaHOOqzrj4h16h',370000,'山东省',370400,'枣庄市',370481,'滕州市',NULL,NULL),
('NfGxrsOy7OvX4mrXiq8crsPBlLCC6v4G',230000,'黑龙江省',230400,'鹤岗市',230421,'萝北县',NULL,NULL),
('NfIF0SccgzSvJYyHDWB4mpQPsEJxlVqd',500000,'重庆市',500200,'县',500238,'巫溪县',NULL,NULL),
('NFMJ9ppG2YzLXmNHVq8iSm1R6I9sEIsZ',120000,'天津市',120100,'市辖区',120102,'河东区',NULL,NULL),
('ng2g3llyB8LfN5QOlaFD0XBZYMNsMmhb',150000,'内蒙古自治区',150800,'巴彦淖尔市',150825,'乌拉特后旗',NULL,NULL),
('nG7nnzzYZUqcAbYcSDoVhtng3jgc2qT0',360000,'江西省',360300,'萍乡市',360313,'湘东区',NULL,NULL),
('nGaAgp55YujYKFVrhXLNvYbRz6EMLmko',320000,'江苏省',321300,'宿迁市',321311,'宿豫区',NULL,NULL),
('NgKPK51IlnKqI7iYP3DP6QNfJIfVHBKK',540000,'西藏自治区',540100,'拉萨市',540101,'市辖区',NULL,NULL),
('NgMU3oFZKFUn1OPy7LhYSgzRruXbPtK7',650000,'新疆维吾尔自治区',650100,'乌鲁木齐市',650102,'天山区',NULL,NULL),
('nh6xb8Xe8Ox2rWbZcUMYqZyEr2Lwa6SV',530000,'云南省',532900,'大理白族自治州',532927,'巍山彝族回族自治县',NULL,NULL),
('nhaNmeVKPJ2PREwsCxExwQvQz6GVreJL',210000,'辽宁省',211400,'葫芦岛市',211481,'兴城市',NULL,NULL),
('nHbEzLV9Pw0hcZaLaoh6sSPl357bndM6',650000,'新疆维吾尔自治区',654200,'塔城地区',654221,'额敏县',NULL,NULL),
('NhRkUp7eFtdstSL2IjgfiATxQtDC3eQn',130000,'河北省',130200,'唐山市',130281,'遵化市',NULL,NULL),
('NhSn6dCgkHmywOiUwGJqLmnEZMOx7Mor',430000,'湖南省',431000,'郴州市',431027,'桂东县',NULL,NULL),
('NHVp52Kv5Nyb8V4pH7meWRjOXd0g8I0H',530000,'云南省',530300,'曲靖市',530322,'陆良县',NULL,NULL),
('NHXvxZaJ1IloOIYyJOGQ0jpUc5ESfuvT',430000,'湖南省',430200,'株洲市',430211,'天元区',NULL,NULL),
('NI0HjlCUvFGeXWHt6YmKv6RNgJLrMpxi',210000,'辽宁省',210500,'本溪市',210521,'本溪满族自治县',NULL,NULL),
('nIg3ibSGDXJBHubkUo550BPbiJDNXfda',210000,'辽宁省',210700,'锦州市',210781,'凌海市',NULL,NULL),
('NiUwHLykOTTBe8RIONnklBN1xruYcWVF',440000,'广东省',440300,'深圳市',440303,'罗湖区',NULL,NULL),
('NiVB3ibTHIh8DC2cJS2nAHywMbpkhfee',510000,'四川省',510800,'广元市',510801,'市辖区',NULL,NULL),
('NiXLLowgB5qJdHJnxphZYJAA08sLgTty',530000,'云南省',532900,'大理白族自治州',532922,'漾濞彝族自治县',NULL,NULL),
('Nj25btDBYSlThBXReqj6pyo9ppH5dCkB',130000,'河北省',130100,'石家庄市',130102,'长安区',NULL,NULL),
('NJ53S2pLpDMNx7PEzILv5LmpKnuaacjP',370000,'山东省',371700,'菏泽市',371725,'郓城县',NULL,NULL),
('NJ5662HfZ11R4DMPFGg7FLGXBYVwGGfY',230000,'黑龙江省',231000,'牡丹江市',231001,'市辖区',NULL,NULL),
('njjq1Hg3je3pKlks8873LsSOgIDUspwd',460000,'海南省',469000,'省直辖县级行政区划',469028,'陵水黎族自治县',NULL,NULL),
('nJozyRtGNKdEr8afC9K8eEnLylR9YfaV',370000,'山东省',371400,'德州市',371426,'平原县',NULL,NULL),
('nJpEReo57boh4mrYmLxgxKZvrxa4H8rA',150000,'内蒙古自治区',150900,'乌兰察布市',150901,'市辖区',NULL,NULL),
('nkmE0WxGF7sJ9quZkul49olmCRiKI9qy',370000,'山东省',370700,'潍坊市',370783,'寿光市',NULL,NULL),
('nknHeUGvm5buLbryfo5660BN2EXHrYlF',500000,'重庆市',500100,'市辖区',500108,'南岸区',NULL,NULL),
('NLiZWzPjVvBjD6ou70s9cpi5oxo8lcMa',650000,'新疆维吾尔自治区',653100,'喀什地区',653122,'疏勒县',NULL,NULL),
('nlrZsbm6i0ZNOx6JbxY9Cwy3rU3nADge',420000,'湖北省',420100,'武汉市',420113,'汉南区',NULL,NULL),
('nltbl0Q2vfxPnfWO4NydgwGE5j8ydemZ',430000,'湖南省',430500,'邵阳市',430523,'邵阳县',NULL,NULL),
('nLzlThzRofSsyelSb6Nyb5IbBhupoBFn',510000,'四川省',513200,'阿坝藏族羌族自治州',513222,'理县',NULL,NULL),
('NMorU0aDxDpWkE9EBUB5u2wocGF6kdUI',210000,'辽宁省',211300,'朝阳市',211301,'市辖区',NULL,NULL),
('NnkmF4cCjzM0yA4u4H6j4dL0zEpWkFcP',230000,'黑龙江省',230300,'鸡西市',230303,'恒山区',NULL,NULL),
('noH7nmtbjRdlWtpsSQtFKzspu5PGLENS',640000,'宁夏回族自治区',640100,'银川市',640105,'西夏区',NULL,NULL),
('nONonADfaW3gYYKG1VmS8V2fYZScgyOc',650000,'新疆维吾尔自治区',650100,'乌鲁木齐市',650107,'达坂城区',NULL,NULL),
('NopIeN9dtx8V06npIePjUqeJPK54WjBW',410000,'河南省',410700,'新乡市',410702,'红旗区',NULL,NULL),
('NPAhurAriYOYinQWYWC6u0nKqIbz9SM5',510000,'四川省',511400,'眉山市',511401,'市辖区',NULL,NULL),
('NPDwxWVGr3JoytvZgd4AwHKwbepdHF5i',410000,'河南省',410100,'郑州市',410108,'惠济区',NULL,NULL),
('nPTPiO1ueyUIHazb2wlYEbPpoytv0jnN',370000,'山东省',371400,'德州市',371427,'夏津县',NULL,NULL),
('NQGHh9J2S5DLLmlufDgfjEaHQX5oxkVt',150000,'内蒙古自治区',150500,'通辽市',150526,'扎鲁特旗',NULL,NULL),
('nqOFJwfvCrancHLxfttMiYRcepdGAHDU',650000,'新疆维吾尔自治区',652900,'阿克苏地区',652927,'乌什县',NULL,NULL),
('nqQOk22XwBeca4H7lcNfEmIjfaTQm6iY',130000,'河北省',139000,'省直辖县级行政区划',139001,'定州市',NULL,NULL),
('nqRQtHS8SPl4asEJvciKG0Q4BGt6Zs88',630000,'青海省',632700,'玉树藏族自治州',632724,'治多县',NULL,NULL),
('nQSHKsV2h6w91tblZJztvVYWAXSmZKBz',360000,'江西省',360800,'吉安市',360803,'青原区',NULL,NULL),
('nQUTyXXJERen44YsfFs871DXJzyRtBtq',340000,'安徽省',341100,'滁州市',341124,'全椒县',NULL,NULL),
('nQVVJH9sI40HklCUuy8RM74SZbL65Yq2',130000,'河北省',130200,'唐山市',130203,'路北区',NULL,NULL),
('nrV8KcAbX7w9ZkxwPrxftpwchB4kjpVi',610000,'陕西省',610100,'西安市',610125,'户县',NULL,NULL),
('nrV9Qz9SL1E4bBjyHDYLKi4jaK65WkCX',450000,'广西壮族自治区',450900,'玉林市',450902,'玉州区',NULL,NULL),
('nRY7w7TUJKqG0NOy8RIR0f5ykNSNeA6z',430000,'湖南省',431100,'永州市',431101,'市辖区',NULL,NULL),
('ns1zElBO5QMdChlLCDbPsDD6qH1Q0nG8',430000,'湖南省',431200,'怀化市',431202,'鹤城区',NULL,NULL),
('nS7NvVYXGpNDAStBrcwSDmLAtsI1QZe3',130000,'河北省',130900,'沧州市',130925,'盐山县',NULL,NULL),
('NsMkbL65XmMFQ3yrpyo7fIG9vTQl1VnX',420000,'湖北省',420200,'黄石市',420222,'阳新县',NULL,NULL),
('NSPm8sJ7dBc2qSULVd6H2Wsk37gN3HcJ',340000,'安徽省',341500,'六安市',341522,'霍邱县',NULL,NULL),
('NSQoh3jdY4gXP6QNgLT1g7DD8DyKVd6K',630000,'青海省',632200,'海北藏族自治州',632222,'祁连县',NULL,NULL),
('nsYlCSqkcQsDBWKKjdVRn8mdTBeaYbQy',620000,'甘肃省',621200,'陇南市',621223,'宕昌县',NULL,NULL),
('nt6VbZbQvOomvgEjsajSiHs3JjcWWJF0',150000,'内蒙古自治区',150900,'乌兰察布市',150925,'凉城县',NULL,NULL),
('NtNpv6TXXNTWSpfQkYGmyA5xfsnoDRfs',130000,'河北省',130400,'邯郸市',130404,'复兴区',NULL,NULL),
('nUdb8V6ylR6MsLhWIBGt99982E0Vsj12',520000,'贵州省',520500,'毕节市',520527,'赫章县',NULL,NULL),
('NUYYMPDyGzHBJG4aryiEdXYRcermknIl',410000,'河南省',410700,'新乡市',410704,'凤泉区',NULL,NULL),
('NV8GSdemZFf4pH6iXKKj9EGf4pIax3t4',410000,'河南省',411000,'许昌市',411023,'许昌县',NULL,NULL),
('Nw2vgCaPuOpsSRuL8gIDQbdn454Ub1nG',630000,'青海省',632600,'果洛藏族自治州',632623,'甘德县',NULL,NULL),
('Nw3ysuVZ0Vsk8uVYYKFUnZGf4sUZ6ke0',620000,'甘肃省',621200,'陇南市',621224,'康县',NULL,NULL),
('NWbWXO2ADhmMFPZkwszjHoH9vWZYKFTm',440000,'广东省',440700,'江门市',440703,'蓬江区',NULL,NULL),
('nwgDe6CFhfhtmeVKMxb93DTn41JrSRyZ',410000,'河南省',411200,'三门峡市',411222,'陕县',NULL,NULL),
('Nxba4JfUEmIklyA6CD7xdhBZYNQFFaHR',130000,'河北省',130600,'保定市',130609,'徐水区',NULL,NULL),
('nXusCASvL5ZzHCP81wrrH2Xuqw92zz09',530000,'云南省',530300,'曲靖市',530325,'富源县',NULL,NULL),
('Nyc92xqkdWUwM89eyUKQOl7pwermjjuk',460000,'海南省',460200,'三亚市',460205,'崖州区',NULL,NULL),
('NyfqeIHbFF7uSM63MygvAgnVnUiyINEG',440000,'广东省',440500,'汕头市',440513,'潮阳区',NULL,NULL),
('NyfqeJLsSPm8sI3YyFyA8LdDlGf06nqP',450000,'广西壮族自治区',451400,'崇左市',451423,'龙州县',NULL,NULL),
('nyqmkoQUQl0OV1aAhuqv6RNeB9Mj4dKT',360000,'江西省',361000,'抚州市',361023,'南丰县',NULL,NULL),
('nZHmxsxa1udpi4kf7FOW5sSQrv1s2Gaz',370000,'山东省',370600,'烟台市',370611,'福山区',NULL,NULL),
('nzxQpoAyUFs9fA3lpPLbsyhxILzmXvx1',140000,'山西省',141000,'临汾市',141022,'翼城县',NULL,NULL),
('o0Hls3MArhTtyc90qU9Pw0jnOLfKPNhQ',620000,'甘肃省',621100,'定西市',621123,'渭源县',NULL,NULL),
('O1vkWyNbkWyPgJF0Tfp7eFs74OJ1MHYB',500000,'重庆市',500100,'市辖区',500105,'江北区',NULL,NULL),
('O2DQbdobwUQjSjLH58iSn3YxClHknKsQ',510000,'四川省',510700,'绵阳市',510701,'市辖区',NULL,NULL),
('O3DTpbx0eY11Sa2zwL78agGr0yBd4AzS',450000,'广西壮族自治区',451000,'百色市',451030,'西林县',NULL,NULL),
('O3F2ZHkpWgkIoHazaYe3oG20MH0KBAZ2',610000,'陕西省',610700,'汉中市',610725,'勉县',NULL,NULL),
('O3Hazc8V3jgffkJu981BJG48k24678ae',510000,'四川省',510500,'泸州市',510525,'古蔺县',NULL,NULL),
('O6U3pG47gLRTHHcJWkE6pBC6tW9IZFbL',130000,'河北省',130900,'沧州市',130921,'沧县',NULL,NULL),
('O82DTrlg7DEbNgN0uiRgzRtBtmg4nxoc',360000,'江西省',360100,'南昌市',360124,'进贤县',NULL,NULL),
('O83Jkjq1F7rEOUZ10PV18qCFgd6GZJxk',130000,'河北省',130100,'石家庄市',130111,'栾城区',NULL,NULL),
('O84NAnYARn7iYNU1eUGxtCwzaW2fVKOC',420000,'湖北省',420500,'宜昌市',420525,'远安县',NULL,NULL),
('O85TZaHNKaryhAWLQMdy0cQpoyqkaHR3',530000,'云南省',530900,'临沧市',530922,'云县',NULL,NULL),
('O97Zq1E11TdgtqykQ5Ki5nt3Jh6v2wjP',210000,'辽宁省',211400,'葫芦岛市',211401,'市辖区',NULL,NULL),
('o9sDFiiq63MDEbQuJ4XsdA5xfux5ENTV',340000,'安徽省',341300,'宿州市',341322,'萧县',NULL,NULL),
('OAiyLYpZxBd7LkcOl5gTvFGf2h8EIqQP',530000,'云南省',532300,'楚雄彝族自治州',532328,'元谋县',NULL,NULL),
('OAkKzqhWHwn9sFOVZ0WuuPuOpv5OBp4Y',410000,'河南省',411000,'许昌市',411082,'长葛市',NULL,NULL),
('ObjTn0Jt0viO3EXFjpWjBStw4DMRM9hM',440000,'广东省',441800,'清远市',441801,'市辖区',NULL,NULL),
('OblYHoG7opH9tMlbL4WlKu5OEFdVO986',350000,'福建省',350800,'龙岩市',350825,'连城县',NULL,NULL),
('OBnXtl7qBAYXIxpgUDhjzJNEIsXhlJt2',510000,'四川省',511700,'达州市',511725,'渠县',NULL,NULL),
('OBqanfWMWd4xiLLmnCQa7ZpWlGg4pI9u',350000,'福建省',350100,'福州市',350128,'平潭县',NULL,NULL),
('ocGDYMSPndPjVxJT8OtNnmvjSfvzegre',510000,'四川省',511300,'南充市',511323,'蓬安县',NULL,NULL),
('oCKJePhMU3oESiFgc2pMv3BEkxyZ6qFS',340000,'安徽省',341800,'宣城市',341825,'旌德县',NULL,NULL),
('OcrpAwGImxodLZujYLLlihkGf3kmCQeq',140000,'山西省',140100,'太原市',140109,'万柏林区',NULL,NULL),
('OCtolqU6BzRuED3ePgGs71BLT1haQy5z',360000,'江西省',361100,'上饶市',361101,'市辖区',NULL,NULL),
('odKVc6IatK7dyZ6qDLI9pu2AFoMAo67b',410000,'河南省',411700,'驻马店市',411726,'泌阳县',NULL,NULL),
('odLZwsBqcA8NmicW00ThxJQUQjTo6am8',540000,'西藏自治区',540100,'拉萨市',540123,'尼木县',NULL,NULL),
('oDRdm0MHZGiip0CXKKh29w0ijtiUsqBA',540000,'西藏自治区',542500,'阿里地区',542527,'措勤县',NULL,NULL),
('oDRgyPl1XARn9rBwDscwOmcM75WhoYzI',530000,'云南省',530300,'曲靖市',530321,'马龙县',NULL,NULL),
('OEFdSDlGdTCfegsmeWPaclYHoG5fMZtd',350000,'福建省',350500,'泉州市',350582,'晋江市',NULL,NULL),
('OfCe6DKG1R5JdINDFg9Qz9UVIFZQ3CKH',130000,'河北省',130500,'邢台市',130530,'新河县',NULL,NULL),
('OFNMnmyuFE9Dwy5zsoqLqFThBZ0R7TUJ',650000,'新疆维吾尔自治区',653100,'喀什地区',653121,'疏附县',NULL,NULL),
('ofRncExyY5nqSWSpi5nuadqj9Cwy4xlT',370000,'山东省',371400,'德州市',371402,'德城区',NULL,NULL),
('ofWO2DSjLJfPhIAEjuk0Seo577886YmJ',440000,'广东省',441500,'汕尾市',441581,'陆丰市',NULL,NULL),
('oFZP0oOGR3xm441Kv5MtRIQURodL2Ikm',420000,'湖北省',420500,'宜昌市',420503,'伍家岗区',NULL,NULL),
('OgHyuEE9Ctk5gTwL79eyWRiLJePjRerj',450000,'广西壮族自治区',450900,'玉林市',450922,'陆川县',NULL,NULL),
('OgJIbCoWlLBzRtAnXwx0dUIIgZ1ZJu7Y',140000,'山西省',140600,'朔州市',140601,'市辖区',NULL,NULL),
('OGQ0lyz3ls5U6BzRsycceqhWKJePgFoM',130000,'河北省',131100,'衡水市',131128,'阜城县',NULL,NULL),
('OGQ1qSY4fTz0bHNI1QYbQvRDpXq4Vegs',440000,'广东省',440100,'广州市',440111,'白云区',NULL,NULL),
('oHbDvquYe8LhVCcWWLNyekMLi4i6uYfb',140000,'山西省',140700,'晋中市',140727,'祁县',NULL,NULL),
('OhNYmIloMAsj38prRNgMXhkHkmG9zfo0',430000,'湖南省',431000,'郴州市',431025,'临武县',NULL,NULL),
('OhO0ugEmDYNSQpms2CPa94Mw5H6hVCaM',150000,'内蒙古自治区',150100,'呼和浩特市',150103,'回民区',NULL,NULL),
('OhO3DSkSdgxL1G9yb3BHvjQ7W9NlcPl7',460000,'海南省',469000,'省直辖县级行政区划',469006,'万宁市',NULL,NULL),
('OhQbfyOiRgzTCd7KeLWeeiC4lkr5Yp0A',420000,'湖北省',420100,'武汉市',420117,'新洲区',NULL,NULL),
('OHTb7PGJtZmIlmE0VriXLNuUVKNBtmdS',510000,'四川省',510700,'绵阳市',510704,'游仙区',NULL,NULL),
('OI0HltaexPl5dEuiQdoasCzQkZNSM8cp',620000,'甘肃省',620400,'白银市',620421,'靖远县',NULL,NULL),
('oi7xcem0Kyo8k4eLZwszkJxlWuvRFBPa',510000,'四川省',513300,'甘孜藏族自治州',513333,'色达县',NULL,NULL),
('oIgZ10LDIytvW3h3jdXZWyM5XmLylSel',340000,'安徽省',341200,'阜阳市',341222,'太和县',NULL,NULL),
('OIXxBhoZCWGtagDcZ9DAPfB8GS9X9K9k',370000,'山东省',370900,'泰安市',370901,'市辖区',NULL,NULL),
('OJ3VixEvqozwIS3t1zBbUOduBo0Gg6Aq',220000,'吉林省',220200,'吉林市',220282,'桦甸市',NULL,NULL),
('OJ54T7Lk8zgtomublXBYVzSxSCjyGyA7',520000,'贵州省',520100,'贵阳市',520122,'息烽县',NULL,NULL),
('OjVAWP7YkxBec6Oyb4CMTWRiMPEAOagB',320000,'江苏省',321300,'宿迁市',321324,'泗洪县',NULL,NULL),
('Ok23ZBSqnoHbFDZSfrj3cHHiaMfMYlF7',430000,'湖南省',431300,'娄底市',431301,'市辖区',NULL,NULL),
('Ok39rBvz9UXSlVqeGAKNzlPYcXZWAWMX',500000,'重庆市',500200,'县',500243,'彭水苗族土家族自治县',NULL,NULL),
('okkwqqH2WqbszmTfo3VhvuMiWHucm2Wr',420000,'湖北省',422800,'恩施土家族苗族自治州',422827,'来凤县',NULL,NULL),
('oKowkSftsGTgtopG1VnYBUA4oDQ8Ykxy',340000,'安徽省',341600,'亳州市',341621,'涡阳县',NULL,NULL),
('Ol5eLYoS4ztuTRpljnOK7eDjvokhgizN',430000,'湖南省',433100,'湘西土家族苗族自治州',433122,'泸溪县',NULL,NULL),
('olqSY3eN71E11S7Ox7Oy8UWO6T0aECWJ',320000,'江苏省',320100,'南京市',320101,'市辖区',NULL,NULL),
('oLrNvZe4u6ROmeRtEFdWRm47bqpAA1cL',610000,'陕西省',611000,'商洛市',611001,'市辖区',NULL,NULL),
('oLtUWPbhIwkWwEunfYWFjoT6H1S7Ow3y',360000,'江西省',360400,'九江市',360424,'修水县',NULL,NULL),
('oLv3BIACcY6rLle0bHNJ43T8Pzb5GZMJ',370000,'山东省',371700,'菏泽市',371726,'鄄城县',NULL,NULL),
('OMk8uVYXGoMyhzPhMV5u1vgFnIh7znZE',530000,'云南省',530800,'普洱市',530827,'孟连傣族拉祜族佤族自治县',NULL,NULL),
('oms1zDhmNKcAaW05gRocFAN2DUsosXfc',540000,'西藏自治区',542400,'那曲地区',542421,'那曲县',NULL,NULL),
('oNCxHJms4PLambFCUxM9ez08w3yqh00Q',510000,'四川省',510900,'遂宁市',510903,'船山区',NULL,NULL),
('oNCzRpjaK4WmONorQL660zHAFq0zFr5X',230000,'黑龙江省',232700,'大兴安岭地区',232723,'漠河县',NULL,NULL),
('ONnlr2GaAgp54VfjFdXXLLovbfuAkGf5',510000,'四川省',510700,'绵阳市',510727,'平武县',NULL,NULL),
('ONorSSCjvrv5LpAxM760wsAo2S4yqj5l',370000,'山东省',370800,'济宁市',370830,'汶上县',NULL,NULL),
('onyuDvuK9mbGIkmCUvFFbHQWZ1VriXJE',220000,'吉林省',220700,'松原市',220721,'前郭尔罗斯蒙古族自治县',NULL,NULL),
('Oonxrot4KoAxOiRgB2eTBc0g8KbwTJQQ',410000,'河南省',410400,'平顶山市',410425,'郏县',NULL,NULL),
('opIbDp2LykNQFE5kdVQiNU07qEMOyc91',140000,'山西省',140400,'长治市',140430,'沁县',NULL,NULL),
('OpsRMakXEf5xiIxm1TdfqeGCQciLMpyn',360000,'江西省',360800,'吉安市',360825,'永丰县',NULL,NULL),
('OpsTXVzWRiIxqkf2jhhq9iTpeMZujVzS',430000,'湖南省',430400,'衡阳市',430424,'衡东县',NULL,NULL),
('OPwZdVOafzWRlVsk8x6MorV5yiHs1BLR',320000,'江苏省',320800,'淮安市',320831,'金湖县',NULL,NULL),
('oqLpCHs1zEpS2nCQ94Koxm2WsgN1yz0b',320000,'江苏省',320100,'南京市',320102,'玄武区',NULL,NULL),
('oqODARm47fFtexSBeb4FWyNbkVtrBwGI',530000,'云南省',530300,'曲靖市',530328,'沾益县',NULL,NULL),
('OrDHqRRAb0jmIjgglMGUkNPBmOSJS1jk',350000,'福建省',350300,'莆田市',350305,'秀屿区',NULL,NULL),
('orRPneVIG8pwermkmF7qDKESeo6al5fO',210000,'辽宁省',210600,'丹东市',210624,'宽甸满族自治县',NULL,NULL),
('oRWZWAYXHucjRcfuy8RL2LxdiHrVbX5q',140000,'山西省',141100,'吕梁市',141127,'岚县',NULL,NULL),
('OsGR8U1cNctDyIMArfMZq1Hh6w8ZmG9y',210000,'辽宁省',210400,'抚顺市',210423,'清原满族自治县',NULL,NULL),
('osU1dQrtW4ozwJUehxIMCzQjVvBjARph',340000,'安徽省',340400,'淮南市',340406,'潘集区',NULL,NULL),
('osV7DEcSBhp0HjjtgHAFqWivrAp9nh4n',360000,'江西省',360800,'吉安市',360881,'井冈山市',NULL,NULL),
('osW9MgPclXB021NNsHXzM3MzmUkJypfP',210000,'辽宁省',210800,'营口市',210881,'盖州市',NULL,NULL),
('osYhmPSIMBvy5DKFWxJT7J8mdOfDhjAQ',360000,'江西省',360200,'景德镇市',360201,'市辖区',NULL,NULL),
('oT5CHuabgB3i9HSa0mF5gTvITb5JfTzY',620000,'甘肃省',620800,'平凉市',620824,'华亭县',NULL,NULL),
('oT6EMLnqQL662IlnF5gSsuV049rxfri0',110000,'北京市',110100,'市辖区',110113,'顺义区',NULL,NULL),
('OTRvLaogYXHt72CP80s873Ih5pCKKh2c',370000,'山东省',371700,'菏泽市',371724,'巨野县',NULL,NULL),
('OUWQbhDcX1340GeWRjOZkxz1g4rNuTQo',430000,'湖南省',431000,'郴州市',431028,'安仁县',NULL,NULL),
('OvX5nwiMOAlNMoqNzgtpsSRxXZVspu2A',430000,'湖南省',431200,'怀化市',431228,'芷江侗族自治县',NULL,NULL),
('oWmOOvTM4RWWHywMcuHR1pMyfp8gN1AG',210000,'辽宁省',210700,'锦州市',210711,'太和区',NULL,NULL),
('OXaQz8OwYaL7bndKXlJt1ugFoOGQ3wiJ',320000,'江苏省',320300,'徐州市',320302,'鼓楼区',NULL,NULL),
('oxkQ7SQtGR2t5RRBgmPVZ0TkLH2VoYzK',620000,'甘肃省',621100,'定西市',621125,'漳县',NULL,NULL),
('OYjvog2bHKsV6yjJysrGVreGyyVQiLOz',540000,'西藏自治区',540100,'拉萨市',540125,'堆龙德庆县',NULL,NULL),
('oyqk9FHltahIAEjq5WivuMeFwqrI9ooC',520000,'贵州省',522600,'黔东南苗族侗族自治州',522632,'榕江县',NULL,NULL),
('oYzM2HbFBRkTiGnDVAXRhDaOpsROjVAW',330000,'浙江省',330300,'温州市',330304,'瓯海区',NULL,NULL),
('oZAO72DVxJWkFcOk23YAPcocGD0Uo68d',420000,'湖北省',420500,'宜昌市',420528,'长阳土家族自治县',NULL,NULL),
('OzddfttLdGAHCN0uhLOBrcvOnibQwUPg',130000,'河北省',130100,'石家庄市',130109,'藁城区',NULL,NULL),
('OZkyDmKsSTEpWmLAux1nDTqi0ZLJbx1j',370000,'山东省',371200,'莱芜市',371203,'钢城区',NULL,NULL),
('ozvGKxgyPiP7Xe8OvVXQdn4663NDGijt',320000,'江苏省',320400,'常州市',320481,'溧阳市',NULL,NULL),
('P0rYpViwAb2sZpXoUc7PBo0GeXWEhisg',420000,'湖北省',420800,'荆门市',420821,'京山县',NULL,NULL),
('P2xpi6qH1R4DMOCrdChlKzspwfsqByPi',450000,'广西壮族自治区',451100,'贺州市',451122,'钟山县',NULL,NULL),
('P3CO0r2Hg19y9V3i9HS9XbQy6DKG1Uhy',520000,'贵州省',522700,'黔南布依族苗族自治州',522732,'三都水族自治县',NULL,NULL),
('P3DO3DQdkP0oLtV3jhhp3QW16i0ZLH3Y',650000,'新疆维吾尔自治区',650400,'吐鲁番市',650422,'托克逊县',NULL,NULL),
('p3S5DMOzelORKYthQesqAxIPOqymVp55',230000,'黑龙江省',231100,'黑河市',231124,'孙吴县',NULL,NULL),
('p4VhurAqdDpXoVhuqu2wnbAdca4Iay5E',420000,'湖北省',421200,'咸宁市',421202,'咸安区',NULL,NULL),
('p4ZyFwqnuabgDe3qNw5G1Sb91vjTn1PU',340000,'安徽省',340200,'芜湖市',340208,'三山区',NULL,NULL),
('p52MByOdvHR1nF37hQeuya2t85SWVDhj',610000,'陕西省',610200,'铜川市',610202,'王益区',NULL,NULL),
('P5PIWnTc8XaQz8OwX7w8W9K68cqnt5QN',500000,'重庆市',500100,'市辖区',500116,'江津区',NULL,NULL),
('P5QL9iQciKH5arxeo3ZzLVaVYWB06ldU',340000,'安徽省',340400,'淮南市',340402,'大通区',NULL,NULL),
('p664S0f5u2xqovdoawVSsx6MrI3YyJMy',440000,'广东省',445100,'潮州市',445103,'潮安区',NULL,NULL),
('p6776Zuk1XzOduBqancJVgmS9W7BwBgp',140000,'山西省',140800,'运城市',140830,'芮城县',NULL,NULL),
('P6T1g4rPCuonwlXBXQckQ6MuTRruV2dN',620000,'甘肃省',620400,'白银市',620403,'平川区',NULL,NULL),
('p7ctDCYTo58eDhmOMj3dJS0e1dQpns1B',610000,'陕西省',610700,'汉中市',610727,'略阳县',NULL,NULL),
('P7U2id3sV8HXwBitmdQqrJbBhp4XoViz',140000,'山西省',140900,'忻州市',140926,'静乐县',NULL,NULL),
('P82CP6U5v8XhlJqPGMENTTBd6FTiFhgk',440000,'广东省',441800,'清远市',441825,'连山壮族瑶族自治县',NULL,NULL),
('P84Knvcn5btGQYbQwUN5Wec9Ye8Lj6ns',230000,'黑龙江省',230200,'齐齐哈尔市',230230,'克东县',NULL,NULL),
('P96SVRl0OVYZQ6OCshSm2YyJNEGltcoe',370000,'山东省',370600,'烟台市',370686,'栖霞市',NULL,NULL),
('P97Wfc8V3mt6VbZg8LgPbgEhitl7noFY',330000,'浙江省',330600,'绍兴市',330624,'新昌县',NULL,NULL),
('pBB19zb5JdHJoCJCNV7EJyo9ppG2ZD4h',440000,'广东省',440300,'深圳市',440308,'盐田区',NULL,NULL),
('pBC8GPW5rLj9FJvbckTjIvcjNSRuHTc8',130000,'河北省',130600,'保定市',130633,'易县',NULL,NULL),
('pBEgd8TSy0cPoh4mpNDATxPmcIS1ltcp',630000,'青海省',632800,'海西蒙古族藏族自治州',632822,'都兰县',NULL,NULL),
('PBkHjlCSpdIKsSQszkLH2UgrhTtw3vcl',440000,'广东省',441500,'汕尾市',441523,'陆河县',NULL,NULL),
('PBp50D10PX7yiD9FKAvDupnubhGoNDC0',630000,'青海省',632300,'黄南藏族自治州',632322,'尖扎县',NULL,NULL),
('pCGqT3rU1f07sJ8jZRcgzSvL64UaW3ia',440000,'广东省',440100,'广州市',440113,'番禺区',NULL,NULL),
('pCHt6YoRZdY0XC3i6uZjpZyCir8ezY11',450000,'广西壮族自治区',450100,'南宁市',450102,'兴宁区',NULL,NULL),
('pCKI9uPwX2cFDXLLmks61BMV9NnklAKQ',430000,'湖南省',430900,'益阳市',430901,'市辖区',NULL,NULL),
('pDP2xstQCr9gHzzZ7qENRM8cqkgaSKUb',530000,'云南省',532300,'楚雄彝族自治州',532301,'楚雄市',NULL,NULL),
('PdssMmiggmPVXQckTiEdZ5mls8870xuF',630000,'青海省',630100,'西宁市',630102,'城东区',NULL,NULL),
('peLWhq51GeVLSWTxOgLRSDpVixBfjE8B',320000,'江苏省',320300,'徐州市',320322,'沛县',NULL,NULL),
('pESfuuSINEIt4LqI7iXLOyc8Xf9SNcrp',120000,'天津市',120100,'市辖区',120114,'武清区',NULL,NULL),
('pEUp9nh6w8Zkxz3nzA3kmEZQ5Jh2bFDZ',140000,'山西省',140800,'运城市',140821,'临猗县',NULL,NULL),
('PfB8FNOuSKWjBTvGIoCNXghtl9AiyIKq',440000,'广东省',440200,'韶关市',440232,'乳源瑶族自治县',NULL,NULL),
('PFE9Ctmg1bFF8w2t5QOppDQ80pVfgp7c',510000,'四川省',510700,'绵阳市',510781,'江油市',NULL,NULL),
('PFIpJgYVzUFr1F4cFxxTILtW6v6RNgLS',350000,'福建省',350500,'泉州市',350505,'泉港区',NULL,NULL),
('pfRnay8Ow1lwoh2dL3PMj0WwFAN4LuYd',650000,'新疆维吾尔自治区',652700,'博尔塔拉蒙古自治州',652702,'阿拉山口市',NULL,NULL),
('pfTyTHBO4KozwIS4yn5aqsOya1t84Mxc',530000,'云南省',530800,'普洱市',530829,'西盟佤族自治县',NULL,NULL),
('pFYEcSDoUb0mEYNRK2KtXe6EMPCshSob',440000,'广东省',441800,'清远市',441803,'清新区',NULL,NULL),
('pG46aoi7Ap67ajUrlf2g4pGZMLkdSBfe',430000,'湖南省',430600,'岳阳市',430623,'华容县',NULL,NULL),
('PGKwciHrYpWkD2awX3dM5U7KeKT1iggn',510000,'四川省',511600,'广安市',511681,'华蓥市',NULL,NULL),
('pgWJF2YD3dL2Ijgc5FVqfLV9QAeelR8T',340000,'安徽省',341700,'池州市',341721,'东至县',NULL,NULL),
('pGZIvdpeN5S0f4rOCtmcNal2ZGjlCVyT',410000,'河南省',411300,'南阳市',411325,'内乡县',NULL,NULL),
('pH5cxXYTn2S6JdHG9yaZjq1GcM761DXI',350000,'福建省',350100,'福州市',350101,'市辖区',NULL,NULL),
('pH8qyjMMov93IeQm6gSqmmyyXXKH8oqK',630000,'青海省',632500,'海南藏族自治州',632525,'贵南县',NULL,NULL),
('PhJESjKGXD5ozttQDvqqKhYTm0LEP1rZ',330000,'浙江省',330500,'湖州市',330501,'市辖区',NULL,NULL),
('PHTdfp9ojf9REvryeo54YsfIG5cBhq9g',530000,'云南省',533300,'怒江傈僳族自治州',533325,'兰坪白族普米族自治县',NULL,NULL),
('pi7ygvy7KgSrpzrkcRvPqtXcWWKMsOx3',310000,'上海市',310100,'市辖区',310108,'闸北区',NULL,NULL),
('pIcFAO5SVTuBq9jWAXUuAhvxY5likBRj',330000,'浙江省',330300,'温州市',330381,'瑞安市',NULL,NULL),
('PIXwwUOcnavRClLzriZWyN8884NDE9DB',440000,'广东省',440300,'深圳市',440305,'南山区',NULL,NULL),
('PIYzKU6DHrYoT8PAhvuKaqrMpAvCq8fD',610000,'陕西省',610700,'汉中市',610702,'汉台区',NULL,NULL),
('pj8BtopFZLH32PRDundQncJT7MkcNgLQ',370000,'山东省',370400,'枣庄市',370402,'市中区',NULL,NULL),
('pJeN9euDyFvqpAB4ozxPm8rCFhgiwy4w',620000,'甘肃省',620900,'酒泉市',620921,'金塔县',NULL,NULL),
('pJi5mqTZ6pzspu7U4sU3lqU6EOW4oCKK',510000,'四川省',513400,'凉山彝族自治州',513428,'普格县',NULL,NULL),
('PjWzRruX8GNPzefn0KxiGoKnt6U5wchE',530000,'云南省',533300,'怒江傈僳族自治州',533321,'泸水县',NULL,NULL),
('PjXDcWTwL4Uc5H453QSKWitjYLJeM3NE',530000,'云南省',530100,'昆明市',530122,'晋宁县',NULL,NULL),
('PK8fGuexPplnHbFE5kdWRn6gPdpdHIic',230000,'黑龙江省',230300,'鸡西市',230321,'鸡东县',NULL,NULL),
('pkgbX4jdZ8ydfriZUpbvPqxen3Wp2OOq',130000,'河北省',130600,'保定市',130684,'高碑店市',NULL,NULL),
('pkikALU8J8j0Vsnls3Jms3KnuckVutJ5',140000,'山西省',140800,'运城市',140823,'闻喜县',NULL,NULL),
('pKkhd8PAjBWICLMv0nF2453OLfLT3rRN',420000,'湖北省',422800,'恩施土家族苗族自治州',422826,'咸丰县',NULL,NULL),
('PL8gJH8pva7YmGaEzMZr76Zul5dFwsyd',510000,'四川省',510400,'攀枝花市',510421,'米易县',NULL,NULL),
('PLeEr61F6j7v0ktcrpCFlyB9Nmf1aFE6',440000,'广东省',440700,'江门市',440705,'新会区',NULL,NULL),
('Pm7leWRkShAUGuduDyFyz3nBIzzZ38nj',450000,'广西壮族自治区',450800,'贵港市',450881,'桂平市',NULL,NULL),
('Pm9vVVJIbFAMXjxz7H0Kzqi29rByM5Xk',150000,'内蒙古自治区',150500,'通辽市',150523,'开鲁县',NULL,NULL),
('PmbHLBvAhsgQeuBo0GeWSqi4i5nu970t',420000,'湖北省',420600,'襄阳市',420683,'枣阳市',NULL,NULL),
('pmpMw6LnsYkyEpWjBVGqYoR0igkE6pBE',410000,'河南省',410300,'洛阳市',410322,'孟津县',NULL,NULL),
('pMxcceqfPdpgXQcfxL1Hg3klzDkzIJje',330000,'浙江省',330300,'温州市',330303,'龙湾区',NULL,NULL),
('PncJUc5I8prNx9Yfb0hhmNKcCkAObgDc',220000,'吉林省',220500,'通化市',220521,'通化县',NULL,NULL),
('Pnh5qI9qyiHoLtUY0WuuOpv5NzhyKVc7',440000,'广东省',440200,'韶关市',440229,'翁源县',NULL,NULL),
('PNmeVLSY3dIOLeGzFtbl0PXaNiVAYYOZ',340000,'安徽省',341500,'六安市',341521,'寿县',NULL,NULL),
('poCIzzY0XzPfDgfixGF4eOahHvfB4nwl',350000,'福建省',350100,'福州市',350124,'闽清县',NULL,NULL),
('pODzN5U8NopH9rDHoJjbQtIZC0YIt3Ha',530000,'云南省',532500,'红河哈尼族彝族自治州',532525,'石屏县',NULL,NULL),
('POpu0qWfhvxY7v2wl0R4BGrYnPOrDFga',360000,'江西省',360700,'赣州市',360781,'瑞金市',NULL,NULL),
('pPMfHDSkRba94IfTyVO7ZqZxxUM2IfWQ',450000,'广西壮族自治区',450100,'南宁市',450108,'良庆区',NULL,NULL),
('PprMsMmjhlIoF0R8TWSobzaUWN1yxQvN',150000,'内蒙古自治区',152500,'锡林郭勒盟',152529,'正镶白旗',NULL,NULL),
('PQCnS5CIzyRuIYvvQy5ByRszjGjmGaFE',450000,'广西壮族自治区',451000,'百色市',451031,'隆林各族自治县',NULL,NULL),
('pqJgUCe8Npu5LsNtQCq52KsRPmbEzJLv',370000,'山东省',371100,'日照市',371103,'岚山区',NULL,NULL),
('pQRBgkHnEUtrCEdZaECWKIax1koRVTwL',510000,'四川省',510800,'广元市',510824,'苍溪县',NULL,NULL),
('pQTIKpFVvz9UUGyxTEtcrqENU09AkGig',140000,'山西省',140100,'太原市',140105,'小店区',NULL,NULL),
('prMrHZGkqYq2KsTYYP1tahHwjReqdHG7',420000,'湖北省',420900,'孝感市',420922,'大悟县',NULL,NULL),
('prOAnVkJwgyOhO3EUtuSM4PNmdRwPrzn',370000,'山东省',370700,'潍坊市',370785,'高密市',NULL,NULL),
('pRSGDVB2fZ0UlR5JcEthP82DTqfN71CS',320000,'江苏省',320400,'常州市',320411,'新北区',NULL,NULL),
('pRTKSY6oyn6bsButJ550CWFlyBd4AzTz',510000,'四川省',511300,'南充市',511303,'高坪区',NULL,NULL),
('PsBtpu1wlZOTRsyfo3YxDnPQAc8SPl7m',540000,'西藏自治区',540300,'昌都市',540324,'丁青县',NULL,NULL),
('PsCB0341JpKke1g6xdjNPDuqv3zA3kly',230000,'黑龙江省',230200,'齐齐哈尔市',230203,'建华区',NULL,NULL),
('psV2jilGdSyY29tK9l9w0ilDZTjIwgC9',210000,'辽宁省',210600,'丹东市',210681,'东港市',NULL,NULL),
('pT6GVp9k37gO7YkBTtvX6v4ESjKDLMrJ',370000,'山东省',370900,'泰安市',370911,'岱岳区',NULL,NULL),
('pT6GVrgQfAYZRa5KlihnR0jmKrQK4T6I',510000,'四川省',510700,'绵阳市',510703,'涪城区',NULL,NULL),
('PtMi0YFe3oCNYhmLAvBkIoG342QW16k9',620000,'甘肃省',620500,'天水市',620521,'清水县',NULL,NULL),
('pv6QL8eB7GQ3yuAhxGBPcm0MI58hNZpU',440000,'广东省',440300,'深圳市',440306,'宝安区',NULL,NULL),
('pva81wph4kgd4BB3je3qNyfnZD5kgbX3',440000,'广东省',440600,'佛山市',440608,'高明区',NULL,NULL),
('pvaaacjOXd1jmIlnJlpOEGkoRVSuDAO9',440000,'广东省',440400,'珠海市',440404,'金湾区',NULL,NULL),
('PvTLZukZOV1cL4T5zsqCC4lkujUqhZUq',210000,'辽宁省',210400,'抚顺市',210402,'新抚区',NULL,NULL),
('pwdlUmSca3EVxKXnPTPhKJfSwOjXGmEY',520000,'贵州省',520300,'遵义市',520301,'市辖区',NULL,NULL),
('Px6GZKCFjpYtfIEVxJT6GWuuMiZUp8k5',510000,'四川省',511100,'乐山市',511181,'峨眉山市',NULL,NULL),
('PX8EFcRz6FQ4DO0rZvm9x2qSY120IoEU',440000,'广东省',441200,'肇庆市',441202,'端州区',NULL,NULL),
('PXbUM2HdOgJJi5pBC8GPW2eRsAlPW5rK',650000,'新疆维吾尔自治区',652200,'哈密地区',652222,'巴里坤哈萨克自治县',NULL,NULL),
('pxlXyKVfgrhSphZXEcSDoS3vbetw1pNB',510000,'四川省',510100,'成都市',510132,'新津县',NULL,NULL),
('pXmPRGGbK1GaGJsUZ7sJbxWZXC5qJawY',330000,'浙江省',330900,'舟山市',330902,'定海区',NULL,NULL),
('Py6H42S3xkUlTgsmf1dPjWAWMU2mt85T',150000,'内蒙古自治区',150200,'包头市',150204,'青山区',NULL,NULL),
('Py7Ox5FWvAegtnkkwuFJwdo8lbHLzp9o',520000,'贵州省',522600,'黔东南苗族侗族自治州',522636,'丹寨县',NULL,NULL),
('PYcXYSjMNuSJVedgutMk9CuquZmE0WwF',420000,'湖北省',422800,'恩施土家族苗族自治州',422828,'鹤峰县',NULL,NULL),
('pykSba7XfegurDD7xb94H6iZUrj5kf4t',360000,'江西省',361000,'抚州市',361026,'宜黄县',NULL,NULL),
('pZzGzDjwvLam9vURsw5G2YCZUsopKkf3',610000,'陕西省',610500,'渭南市',610521,'华县',NULL,NULL),
('Q1nEZP2xrovclWvy7KfN5U7HYBVHwl31',340000,'安徽省',340200,'芜湖市',340223,'南陵县',NULL,NULL),
('Q1oKqJfPfB7EHpMv3BFlAJJlks73LtYf',510000,'四川省',511700,'达州市',511722,'宣汉县',NULL,NULL),
('Q2s2G8qCB06hYP4Hay7Li4h2azc5JdKS',330000,'浙江省',330200,'宁波市',330204,'江东区',NULL,NULL),
('Q2uckUo40Gg4qJfSsvZgd8QHMEKCFkvl',640000,'宁夏回族自治区',640300,'吴忠市',640324,'同心县',NULL,NULL),
('Q3yqi5lilDYP2zyWPcm30InCNW9OptXd',340000,'安徽省',340100,'合肥市',340111,'包河区',NULL,NULL),
('Q3yssLhVFnIh5tUXVzWRhGqV9RFCUyTE',420000,'湖北省',421000,'荆州市',421083,'洪湖市',NULL,NULL),
('Q4EVvAflNMorQJ1Ils3MyjGmyxRz6DHr',140000,'山西省',140800,'运城市',140802,'盐湖区',NULL,NULL),
('q51E10MLi28psU3kkwtCwAb0ktexSA9R',610000,'陕西省',610600,'延安市',610622,'延川县',NULL,NULL),
('q53OLbtGQ1rVbX4i9IWq9hO3EVwHLzqf',360000,'江西省',361100,'上饶市',361181,'德兴市',NULL,NULL),
('Q5JfTz09AhxEundPjWC6v1r0wtBshTrp',420000,'湖北省',421100,'黄冈市',421123,'罗田县',NULL,NULL),
('q62JoBFnIh5qJfSsuXaMgN2EYJBDe3sY',370000,'山东省',370600,'烟台市',370685,'招远市',NULL,NULL),
('q63QREwuIXvuLcxUOagEioUeejJypcFw',440000,'广东省',440700,'江门市',440781,'台山市',NULL,NULL),
('Q6MuV19w1lvncHJpG1Vp55Yral20Jwdl',540000,'西藏自治区',542200,'山南地区',542228,'洛扎县',NULL,NULL),
('q79gHxqmlvjUtrCBZZR90oQPsGQ2wjQ8',330000,'浙江省',331000,'台州市',331021,'玉环县',NULL,NULL),
('q7aiQ95QK52JnwjQ92BIDQciHs0vncGE',440000,'广东省',445300,'云浮市',445321,'新兴县',NULL,NULL),
('Q8ZlDZTiD8DATwNdz1g4nxn9qxhzTA5w',430000,'湖南省',431000,'郴州市',431081,'资兴市',NULL,NULL),
('Q93DUrmjlzGzCggnVmPUTA7DHoIg18rD',440000,'广东省',441600,'河源市',441622,'龙川县',NULL,NULL),
('q9hN1wnay6H31Kweo9okkwqnvdoby5CF',130000,'河北省',130100,'石家庄市',130125,'行唐县',NULL,NULL),
('Qaa82EVxM4U8MnoEVvza0lyBaRDr774Q',450000,'广西壮族自治区',450600,'防城港市',450602,'港口区',NULL,NULL),
('QAedfrk7tSM9cqnt1AFpVc5FUo3VkHnA',510000,'四川省',511100,'乐山市',511113,'金口河区',NULL,NULL),
('qAttNorPFFaJXrcwRAb0kr4QUN74OFKB',220000,'吉林省',220200,'吉林市',220283,'舒兰市',NULL,NULL),
('qAuy7NtNqAuy7MpxkOXd1hbW01UlOTQq',530000,'云南省',533400,'迪庆藏族自治州',533401,'香格里拉市',NULL,NULL),
('qAxJT5AyPjVyQnazb3ACaNk8tOsJ7fIF',370000,'山东省',370200,'青岛市',370202,'市南区',NULL,NULL),
('QbbckRcchEge9V1bHNI3VjE7tQFBUxOh',210000,'辽宁省',210600,'丹东市',210601,'市辖区',NULL,NULL),
('QbchDdY6rH0OTQplluhLODARl1Tfo40E',370000,'山东省',370100,'济南市',370101,'市辖区',NULL,NULL),
('QbciJzyUGyz2jjq3QRDrajWB3i7Ap7ct',640000,'宁夏回族自治区',640400,'固原市',640423,'隆德县',NULL,NULL),
('qBwHKv8ZnKrQIRZcTGzDiq62Lv4IcIPM',140000,'山西省',141100,'吕梁市',141181,'孝义市',NULL,NULL),
('QCmONpv7TY3cGE37hUxNbplkpWhq9hNX',140000,'山西省',140400,'长治市',140426,'黎城县',NULL,NULL),
('QCoUflMLi28pu5Lnt4KoyqkaJYyDpViv',340000,'安徽省',340300,'蚌埠市',340311,'淮上区',NULL,NULL),
('qcxY5mmyyVPdobBhtj10NOtOuRCp2MCA',530000,'云南省',530400,'玉溪市',530402,'红塔区',NULL,NULL),
('qcy0cQtHS7PAlLFR7RMam9wX3h2eTBaR',150000,'内蒙古自治区',152500,'锡林郭勒盟',152522,'阿巴嘎旗',NULL,NULL),
('Qdm2Wp4ZyEsaiNZlCUvFCZUn3Xvryfts',510000,'四川省',510300,'自贡市',510301,'市辖区',NULL,NULL),
('QDvqsSRvL8eDghsgLU6EKEP3DP7U3ms5',230000,'黑龙江省',230700,'伊春市',230714,'乌伊岭区',NULL,NULL),
('qeKRUPevED15dCjzIKrMpxlUlQ3ytx7P',440000,'广东省',441300,'惠州市',441301,'市辖区',NULL,NULL),
('QFCWHwm32QZe4tYhkFbMbncHIknIjf9O',510000,'四川省',510400,'攀枝花市',510422,'盐边县',NULL,NULL),
('qfO6YmKsV4qMtRKYtgJIeSuFGjjtgKMt',440000,'广东省',445100,'潮州市',445122,'饶平县',NULL,NULL),
('QgC7BvAfhwBjzKSY6owiIzvFE6nrSWTw',230000,'黑龙江省',230700,'伊春市',230704,'友好区',NULL,NULL),
('qgSsw3wlXzRrtTTBd4AxM61E231LBzRq',140000,'山西省',140300,'阳泉市',140321,'平定县',NULL,NULL),
('qgVHvjSgzTA5v5NAlQZgea1qSX12XyJQ',330000,'浙江省',330400,'嘉兴市',330402,'南湖区',NULL,NULL),
('qH6eJLsSRtDBWKMrLi4gVJG21QZf8Mld',440000,'广东省',441600,'河源市',441624,'和平县',NULL,NULL),
('QhJCMTXUzWQgB5tUZ4bBfizPgFnIg2gZ',330000,'浙江省',330700,'金华市',330703,'金东区',NULL,NULL),
('QhJDO1wm32UeiEaK4WjAPgFoPMeGyxTH',450000,'广西壮族自治区',450100,'南宁市',450127,'横县',NULL,NULL),
('QhKH49l8uTPjWzTBbUPiNW9OopIay6GY',150000,'内蒙古自治区',152200,'兴安盟',152221,'科尔沁右翼前旗',NULL,NULL),
('qi2bAhqam8rELH2YAObhIyvGJu4KmqRR',320000,'江苏省',321200,'泰州市',321204,'姜堰区',NULL,NULL),
('qi3dIPMhSocEwtDD4i8Ao40GbJWlJt2A',620000,'甘肃省',621000,'庆阳市',621027,'镇原县',NULL,NULL),
('qIax0hbURpkdY4fTxRuLanfXTo7iUyTC',340000,'安徽省',341000,'黄山市',341022,'休宁县',NULL,NULL),
('qj7vZjpYthN0vjTmYC3cIOLeIJllyA5u',340000,'安徽省',341200,'阜阳市',341225,'阜南县',NULL,NULL),
('qJeM4PNlbJViyHGbFCXNW8J3Uda5MrKd',320000,'江苏省',320200,'无锡市',320282,'宜兴市',NULL,NULL),
('QJXsfHAFqYp0BPbjO0oOK662JpH49k21',330000,'浙江省',330400,'嘉兴市',330411,'秀洲区',NULL,NULL),
('qkaGLBxKXq3POsGSb6PDyFzFr3OIZD29',620000,'甘肃省',620300,'金昌市',620321,'永昌县',NULL,NULL),
('qkaIS6KeM1CTpcDnRZf6BwFDXLLmluhN',410000,'河南省',411400,'商丘市',411421,'民权县',NULL,NULL),
('qKkgaURogXSjNTTEnNIZFbMbrsPCseDm',540000,'西藏自治区',540200,'日喀则市',540223,'定日县',NULL,NULL),
('QkUqeJOFLDIytvX9GPTQoh1azc6MsLhW',420000,'湖北省',420500,'宜昌市',420527,'秭归县',NULL,NULL),
('Ql2Xwy5ztvURqmoKmoLsOx7Ow0joT8PA',440000,'广东省',440400,'珠海市',440401,'市辖区',NULL,NULL),
('Ql32TddhzQk0R7RL5Xq2NHXvx0hbW16j',540000,'西藏自治区',542500,'阿里地区',542524,'日土县',NULL,NULL),
('QLal4bwWXNWbTN6YnPSHHf05j5nt5RQv',540000,'西藏自治区',540100,'拉萨市',540124,'曲水县',NULL,NULL),
('qlf5xgyPjVxJS1jmIklxyY4gYSiIxm0P',350000,'福建省',350600,'漳州市',350603,'龙文区',NULL,NULL),
('qlifdccdlUlQ3xm2ZC1469gJHbCoXq52',340000,'安徽省',341600,'亳州市',341623,'利辛县',NULL,NULL),
('qljkAM0ugHyxQsAo1ONpsXd5AwHMFOSO',360000,'江西省',360500,'新余市',360521,'分宜县',NULL,NULL),
('Qm7lf07pxiGoKpCKJcHJpH5cAb0lufEj',650000,'新疆维吾尔自治区',650100,'乌鲁木齐市',650105,'水磨沟区',NULL,NULL),
('QMdA6ByQl1VrfJMxelSb8W8K7csAmVmT',150000,'内蒙古自治区',150700,'呼伦贝尔市',150703,'扎赉诺尔区',NULL,NULL),
('qmmzDgflMGYC2cHLv8ZoOHWq9k36bsAo',350000,'福建省',350900,'宁德市',350921,'霞浦县',NULL,NULL),
('qMqFVrfLT2mxqnt2AHxrrJcCjxEq1GcK',610000,'陕西省',610600,'延安市',610625,'志丹县',NULL,NULL),
('qMuW5qJeM4SY4h05dDoUedhzTxRz4u3D',330000,'浙江省',330100,'杭州市',330122,'桐庐县',NULL,NULL),
('qNAp40D0WxJT7JarAp8k11QYe4sV6zp8',150000,'内蒙古自治区',150900,'乌兰察布市',150921,'卓资县',NULL,NULL),
('QOoklxvJ0Gf2jfaUSuECYSkOW4qJfPiQ',430000,'湖南省',431200,'怀化市',431221,'中方县',NULL,NULL),
('qPHS7PDwxZ8yelR7RK2NELI454Wiurxd',360000,'江西省',361000,'抚州市',361027,'金溪县',NULL,NULL),
('qPJ2PREyDjyFukXGnEZNSRtBuuNmg5sS',510000,'四川省',511100,'乐山市',511133,'马边彝族自治县',NULL,NULL),
('QRDq5WkCWJETmXxFxz5yn3Xung2fZ1Xy',320000,'江苏省',320500,'苏州市',320508,'姑苏区',NULL,NULL),
('qrKhYTlUkLH2VnWnVnTc91vjRciIvesr',440000,'广东省',441400,'梅州市',441401,'市辖区',NULL,NULL),
('qrKi3cIOLbvOokkteA6Bux3s1xuFInBJ',410000,'河南省',410600,'鹤壁市',410621,'浚县',NULL,NULL),
('qRQsEGjlBQhHwlXBZXHs0xtDBWIzB6Ar',520000,'贵州省',522600,'黔东南苗族侗族自治州',522625,'镇远县',NULL,NULL),
('qRQuNj0YGkr5WgmPUUEoPPtJ54WjBVDe',450000,'广西壮族自治区',450400,'梧州市',450422,'藤县',NULL,NULL),
('Qru0qT4va82BIEUtrEMLlhaPvUQjSgyO',210000,'辽宁省',210100,'沈阳市',210104,'大东区',NULL,NULL),
('QsDEaIUhurBvy6GXBXQdkQ6PEBWKIax2',320000,'江苏省',321000,'扬州市',321081,'仪征市',NULL,NULL),
('QsEGiir9fCcX4h4ns0tdwL64SZaGOOtN',610000,'陕西省',610500,'渭南市',610527,'白水县',NULL,NULL),
('QSEumaAfkJvbgB4nyqi6qGWwBkCZXC5r',140000,'山西省',140800,'运城市',140822,'万荣县',NULL,NULL),
('qsUXUwJUc8V1bGKwa7XhmOMmg6zo41LB',450000,'广西壮族自治区',451400,'崇左市',451481,'凭祥市',NULL,NULL),
('qSY3cGCVzYXGrYnPOpu3DRgwHLylUlPV',650000,'新疆维吾尔自治区',654300,'阿勒泰地区',654323,'福海县',NULL,NULL),
('QTM4PNiZQ90r0zFufDfaX8BusHWqaokh',510000,'四川省',510900,'遂宁市',510921,'蓬溪县',NULL,NULL),
('QTM5T3sWaQx3t1zz2kkthO1wqnqTZ6nr',410000,'河南省',411100,'漯河市',411101,'市辖区',NULL,NULL),
('qu3FZLG1Q1qT0bK4Uda2xqlgaSGGaEAN',360000,'江西省',360800,'吉安市',360824,'新干县',NULL,NULL),
('QuNk6npKoveuAhvvSHJpG1ThxExy1h9K',440000,'广东省',440300,'深圳市',440307,'龙岗区',NULL,NULL),
('QvQvQx2pJh5oAB5rLou5PHS7PBlNLgQk',410000,'河南省',410200,'开封市',410212,'祥符区',NULL,NULL),
('QVWJIbCp0FaGMDGoJlnF4dEsdxQtGQZf',410000,'河南省',410900,'濮阳市',410922,'清丰县',NULL,NULL),
('QVZXEdZ7sOx6H1Tc8Yjr76Zum8qzqeIK',230000,'黑龙江省',231000,'牡丹江市',231003,'阳明区',NULL,NULL),
('qxfrmhbVSuEC133XuollzFr4RUO9bkTm',130000,'河北省',131100,'衡水市',131123,'武强县',NULL,NULL),
('qXnPPx2pKmpPJ1IpJeQm6hUxQsyhzSuD',360000,'江西省',360900,'宜春市',360926,'铜鼓县',NULL,NULL),
('qYq3QTKWjAN5SZ7uW3ibQx1ifaYbRCit',320000,'江苏省',320600,'南通市',320684,'海门市',NULL,NULL),
('qYq5XpYvqsPDvvQz7KbwWXP7U3nzxRwR',140000,'山西省',140800,'运城市',140882,'河津市',NULL,NULL),
('Qz8Py9W7zkKDLJgUCe7J9pqKke2icWXP',500000,'重庆市',500100,'市辖区',500102,'涪陵区',NULL,NULL),
('QzaZhirak1ZFe0bKZyDlD12ZFdUHE0Vs',360000,'江西省',360900,'宜春市',360923,'上高县',NULL,NULL),
('QZe1haRDr8cqmlwqoyrle1cMal3551Hi',620000,'甘肃省',622900,'临夏回族自治州',622901,'临夏市',NULL,NULL),
('QZe3oEUtqzpcDmKu5LpAyQpmrVbVYSmY',140000,'山西省',140200,'大同市',140226,'左云县',NULL,NULL),
('QZg9Nnjjq1GcL64PPtJ3WnVjD6pBEgc4',430000,'湖南省',430700,'常德市',430726,'石门县',NULL,NULL),
('qZwsBtopFWzPkWB2dPiSiJCKH6gO9bfz',110000,'北京市',110100,'市辖区',110102,'西城区',NULL,NULL),
('r1CQfwKZwvPtGPX8DC2bFzIHcIPQAc6J',340000,'安徽省',340800,'安庆市',340802,'迎江区',NULL,NULL),
('R1nDUrnmvjSiFhiq5ZyDnNJ3Wq5ZzIIh',620000,'甘肃省',621100,'定西市',621101,'市辖区',NULL,NULL),
('R1qRULWhq7boeOcpgYSkRa6RQqu0mDXJ',440000,'广东省',440800,'湛江市',440802,'赤坎区',NULL,NULL),
('r2IjhirctDyLWitjZR8ZnIkinPSGGcM7',130000,'河北省',130200,'唐山市',130201,'市辖区',NULL,NULL),
('R2qQNhTrmlugFoOJ4YvrxdhBZ1ZGhd3t',340000,'安徽省',340700,'铜陵市',340703,'狮子山区',NULL,NULL),
('R2qTZ6qEP1s2F37iYMROhMXiq4WkE6qG',540000,'西藏自治区',540300,'昌都市',540325,'察雅县',NULL,NULL),
('r3MBvAgnUiBXP8ZoRVUCd4wdn6cvPpsR',410000,'河南省',410200,'开封市',410221,'杞县',NULL,NULL),
('r4RX17k7tRIONmfY0XzPiQcfwIPPx0f4',350000,'福建省',350900,'宁德市',350923,'屏南县',NULL,NULL),
('R6JbAc4CIytx6IauPsHWqapmqSZ8x8V1',230000,'黑龙江省',230800,'佳木斯市',230803,'向阳区',NULL,NULL),
('R6MqENRM8ajTn3YyIHdOgJJfVJIfVJJg',540000,'西藏自治区',542200,'山南地区',542227,'措美县',NULL,NULL),
('r6ZxyZ7uW2bHNGTfn1OQCr8ctyfmWupr',530000,'云南省',530400,'玉溪市',530421,'江川县',NULL,NULL),
('R7PCq9iUsrFQ6LmmywL7akYJxm0PYdZa',450000,'广西壮族自治区',451000,'百色市',451023,'平果县',NULL,NULL),
('R7PEARn9sGUkIu5QOnfYZR92BIDRfuAf',620000,'甘肃省',620800,'平凉市',620821,'泾川县',NULL,NULL),
('R7PFHlqUaW2dNahLQIUgnZD4i4mnEYKF',110000,'北京市',110100,'市辖区',110114,'昌平区',NULL,NULL),
('R7UZ4fStBq7crtRM60AKNBusGR5JdJRX',510000,'四川省',510800,'广元市',510812,'朝天区',NULL,NULL),
('R8W9NlaCsiUxOiTpby2mxrrKdGE0TlR5',610000,'陕西省',610700,'汉中市',610730,'佛坪县',NULL,NULL),
('R90r0wtBslbJWlJu6TY27iYQa6PIVkGg',520000,'贵州省',520600,'铜仁市',520622,'玉屏侗族自治县',NULL,NULL),
('r9fFnLv6Nw6JeL0BMYnOLdCisfGuiQci',440000,'广东省',445200,'揭阳市',445224,'惠来县',NULL,NULL),
('Ra4IcEyDlF8x9V4nxobAefo53S2nDSjO',410000,'河南省',411100,'漯河市',411104,'召陵区',NULL,NULL),
('Ra5KljoPOptYinPSL0yA6DIt6V7GVp52',420000,'湖北省',421200,'咸宁市',421281,'赤壁市',NULL,NULL),
('Ra5OCvvPuLfLWd6JbzaX6u1rXkBSn8ps',370000,'山东省',371500,'聊城市',371526,'高唐县',NULL,NULL),
('RAb1oJjcVPevGKu4H8rCEdY4fSsuW6u1',140000,'山西省',140700,'晋中市',140701,'市辖区',NULL,NULL),
('RAeekJyqkaGNKdDq1E4eM2HeSxUKQRAa',150000,'内蒙古自治区',150700,'呼伦贝尔市',150701,'市辖区',NULL,NULL),
('raiShDbQxX00Q3BHxpj8yemXyHGbIS5A',320000,'江苏省',320300,'徐州市',320324,'睢宁县',NULL,NULL),
('ranay7NqAwINJ40E6pAxL4T5ByQog037',360000,'江西省',360700,'赣州市',360721,'赣县',NULL,NULL),
('RBgkJwdmYD7uX8GPUXRfxKZwvNiWFmE1',360000,'江西省',360800,'吉安市',360821,'吉安县',NULL,NULL),
('RBhsjZR93ETpcz9QBkHihmOLhUA3loNB',110000,'北京市',110100,'市辖区',110116,'怀柔区',NULL,NULL),
('RBitmcNcqmmBKNBp7eBbVUA6xgyQm5fM',360000,'江西省',360800,'吉安市',360828,'万安县',NULL,NULL),
('rBzQm6hVC8HVlNPx4BA1bGGfY11R5GYG',620000,'甘肃省',620700,'张掖市',620723,'临泽县',NULL,NULL),
('rCC5qGXC2bFBRkVtsHVo0IpIdL2KrOzh',340000,'安徽省',341700,'池州市',341702,'贵池区',NULL,NULL),
('rdAaWZZP1s2F6i4fSwMdA5wbeqgVElzH',510000,'四川省',511800,'雅安市',511803,'名山区',NULL,NULL),
('rDGnDRhD9K51IjhjyGzDjxxVSqlihnTa',440000,'广东省',441200,'肇庆市',441203,'鼎湖区',NULL,NULL),
('rDHqRSFwrv2uafyTCea0nIi8FMH1R5EQ',420000,'湖北省',420100,'武汉市',420112,'东西湖区',NULL,NULL),
('rDIveuzc8V5tYfbYcUM0xuHQX5qI7j10',130000,'河北省',130500,'邢台市',130529,'巨鹿县',NULL,NULL),
('rDJztw1nF22Tb6MsNrFPZkuk0ThATxTG',450000,'广西壮族自治区',450800,'贵港市',450821,'平南县',NULL,NULL),
('RdkP1s4MznYyJPLbrx92AFqVaX6tV19z',650000,'新疆维吾尔自治区',652300,'昌吉回族自治州',652328,'木垒哈萨克自治县',NULL,NULL),
('RdmZJu5NziD7yfrhTsvW5pEP4FYIverm',340000,'安徽省',340700,'铜陵市',340701,'市辖区',NULL,NULL),
('RDp1IkmCSn58iSkQ6QIVizOafzXTrmko',360000,'江西省',361000,'抚州市',361001,'市辖区',NULL,NULL),
('RDq64U9RHJpH5bvQwVRpi6sRIQVUDipX',210000,'辽宁省',210200,'大连市',210212,'旅顺口区',NULL,NULL),
('rENOya0mEYLJdILxdjMMova96U6AuwY8',410000,'河南省',411400,'商丘市',411424,'柘城县',NULL,NULL),
('REujXHqV9REwvOnjgeca5LmoJjcVQkUr',620000,'甘肃省',623000,'甘南藏族自治州',623025,'玛曲县',NULL,NULL),
('RExA8Nmh7EJvesrDJAyQpkilGdSyZ7sM',130000,'河北省',130900,'沧州市',130981,'泊头市',NULL,NULL),
('rfLU4tZnNDFihlLAux3whGqT1jinPRFC',420000,'湖北省',420200,'黄石市',420203,'西塞山区',NULL,NULL),
('rfN3Jje5zsnkpSZ9EE8xa3DNXfc4BC9J',220000,'吉林省',220500,'通化市',220502,'东昌区',NULL,NULL),
('rFPYe5ykScdlUjJvdo8mf1aBo0E4gVID',130000,'河北省',130600,'保定市',130630,'涞源县',NULL,NULL),
('RfrldRxVTuDwxWZVuvSL1EZTkNQFD0ZL',620000,'甘肃省',622900,'临夏回族自治州',622923,'永靖县',NULL,NULL),
('Rfspu6SSCjyEq3NGTdhB05cBisgO3Ji7',420000,'湖北省',421100,'黄冈市',421126,'蕲春县',NULL,NULL),
('RfvEyHF4bAb0lyxRwUQhJG47cvJ1JsWb',140000,'山西省',140100,'太原市',140181,'古交市',NULL,NULL),
('RFyBc0jmHiaPtHXwBfizN72HbFD25aoj',340000,'安徽省',341200,'阜阳市',341203,'颍东区',NULL,NULL),
('RGE12XxDnR0gaTM5WitjYOYimLzqdDpZ',530000,'云南省',532300,'楚雄彝族自治州',532325,'姚安县',NULL,NULL),
('RgyPkXFlvm6j3avUTwL8cqnrV9QBivuL',510000,'四川省',511400,'眉山市',511425,'青神县',NULL,NULL),
('rhVA3jf9SLZwvOk6kcRy3oG20LCDaLbr',220000,'吉林省',222400,'延边朝鲜族自治州',222426,'安图县',NULL,NULL),
('rhVEhhq51Hg3mrZq0CSn7j11UizOdtyb',510000,'四川省',510600,'德阳市',510626,'罗江县',NULL,NULL),
('rI450F7tPx2rWd6I7hRkRdiIwiKFWyN9',320000,'江苏省',320300,'徐州市',320301,'市辖区',NULL,NULL),
('rI59l4bz6CGlzDhmPTPgGviMRMbqnubf',430000,'湖南省',430200,'株洲市',430225,'炎陵县',NULL,NULL),
('rI6dCjxCiunfZZSdgyOeyUKSWVFnIg4l',230000,'黑龙江省',230100,'哈尔滨市',230113,'双城区',NULL,NULL),
('rI6fJNBtniaQwVVHvkWBYWEdZaGLDIvc',220000,'吉林省',220700,'松原市',220702,'宁江区',NULL,NULL),
('rj5kg8HZE9EFbMcvL9gLQL9jVwHKu1vh',430000,'湖南省',431300,'娄底市',431302,'娄星区',NULL,NULL),
('rJ8l9y9Ygc2s2CP96V8MhUyTEq1DZRa6',320000,'江苏省',320300,'徐州市',320312,'铜山区',NULL,NULL),
('RjQ5MsLj7uW4pDMPCvuLcwQwTM2GaBlK',410000,'河南省',410300,'洛阳市',410329,'伊川县',NULL,NULL),
('RjQ8XfaW2dOeyVQeuzddjHrWfgnXuryi',360000,'江西省',360300,'萍乡市',360302,'安源区',NULL,NULL),
('RK0E4dIOHVnYyGBMVbVVGvkWyPhKKnrX',420000,'湖北省',421000,'荆州市',421024,'江陵县',NULL,NULL),
('rKhXP5LpCIAA06lf3loNEHpMtV1cKZzI',410000,'河南省',410400,'平顶山市',410482,'汝州市',NULL,NULL),
('RKYtiUux5FWvx1lwpke0cMcruVZ36eFt',410000,'河南省',411000,'许昌市',411025,'襄城县',NULL,NULL),
('rLkdSChnS5DKGZLGZKAzSyX0XC6rLi4j',510000,'四川省',512000,'资阳市',512021,'安岳县',NULL,NULL),
('rLke2haNj4dHHfWRjOZkwrtV06kaIWnV',130000,'河北省',131100,'衡水市',131102,'桃城区',NULL,NULL),
('RlWxHKv5JgYTo7fJLtUZ22Xtnh7BvwX2',630000,'青海省',632800,'海西蒙古族藏族自治州',632821,'乌兰县',NULL,NULL),
('rmg6AtqykQ2xqmkpU9TSuFJt1vkWyN8a',440000,'广东省',440700,'江门市',440783,'开平市',NULL,NULL),
('rmmxrsPyb2vfA1cK0BO83HbFD0ZJvetv',530000,'云南省',532500,'红河哈尼族彝族自治州',532529,'红河县',NULL,NULL),
('Rn6gO86Wd5FTiC3h5rLliggmS8RK2JqM',410000,'河南省',410800,'焦作市',410803,'中站区',NULL,NULL),
('Rn6gRm33VkHlr1BO7XhmPRGHh9Larv4E',220000,'吉林省',220800,'白城市',220801,'市辖区',NULL,NULL),
('RnavRExwSGzHzEkyDjwyZ7uW3g3i9K65',350000,'福建省',350600,'漳州市',350625,'长泰县',NULL,NULL),
('rnrV6AttK9meTBaQAeejJAwHNJ68duEE',140000,'山西省',140400,'长治市',140425,'平顺县',NULL,NULL),
('rNyb7TVO6U4u5OED6oyobz8MleVPaclZ',130000,'河北省',130900,'沧州市',130928,'吴桥县',NULL,NULL),
('ROk243Tb1rWffkKAvEyEq3OJ54VehuvQ',130000,'河北省',131000,'廊坊市',131022,'固安县',NULL,NULL),
('ROmdQpllxtBrgN4Mv2yuBnVmR4AyTEnL',620000,'甘肃省',621000,'庆阳市',621022,'环县',NULL,NULL),
('rosWbURrqFUp68fDir79dtAkHlvl1UjG',510000,'四川省',513300,'甘孜藏族自治州',513324,'九龙县',NULL,NULL),
('rPGKxgAZ1XATzY10NNtOuRFzHCRjNRK1',430000,'湖南省',430700,'常德市',430702,'武陵区',NULL,NULL),
('RpgYUuvW2cIONl9CqangYVzVLTY11UkM',370000,'山东省',371300,'临沂市',371311,'罗庄区',NULL,NULL),
('rPHQZf4t0r4OJ2S4BC8EHlvkXDaNhRhF',370000,'山东省',371100,'日照市',371121,'五莲县',NULL,NULL),
('rpzsorSSCjzJLu1r0zEnLyjKCJDOYjuj',130000,'河北省',130900,'沧州市',130983,'黄骅市',NULL,NULL),
('rqCEfaTOfB9K8fHBLSUKPMeEnOLfN5RV',510000,'四川省',511800,'雅安市',511823,'汉源县',NULL,NULL),
('rQK2MEMLi5khe7NrELH31MH0MHYD4jcU',410000,'河南省',410300,'洛阳市',410325,'嵩县',NULL,NULL),
('RQvNjZTlQ4ETlUiEcSCisgN0tbkVwEvq',460000,'海南省',469000,'省直辖县级行政区划',469029,'保亭黎族苗族自治县',NULL,NULL),
('RRy0bMcvL9gIEWAVKOFKxiHs0wsx8W6w',230000,'黑龙江省',230100,'哈尔滨市',230101,'市辖区',NULL,NULL),
('RRy1jmE4dHJlpRUN4OFLEMQFFdRuK679',140000,'山西省',140400,'长治市',140423,'襄垣县',NULL,NULL),
('rsMnmwm5cz5zrj6qEP3CJG1VqbtDC3gX',420000,'湖北省',420600,'襄阳市',420606,'樊城区',NULL,NULL),
('rsQEzMZuiQa980vjUqdGCRkSgvzb3xph',150000,'内蒙古自治区',150800,'巴彦淖尔市',150801,'市辖区',NULL,NULL),
('RsvZijxAaVVIFYLH32QVWMXe8PAjASsu',210000,'辽宁省',210300,'鞍山市',210321,'台安县',NULL,NULL),
('RtBrdDnPOpsTVN4Myen0Kzrj7vYaOpqK',450000,'广西壮族自治区',450100,'南宁市',450110,'武鸣区',NULL,NULL),
('RtGOPAixDnQURpi5ozuCq64Vegqcz4t1',430000,'湖南省',433100,'湘西土家族苗族自治州',433125,'保靖县',NULL,NULL),
('RTJNEGihmMFR6MtOvUUDgiupsRK3PPuO',330000,'浙江省',331000,'台州市',331082,'临海市',NULL,NULL),
('RTJOJ1Lzri1454Yul4by4wdn465Zvokg',360000,'江西省',360900,'宜春市',360902,'袁州区',NULL,NULL),
('rtSM9fDimNJ7cvL8gIEWzSwOj1YFhd3u',420000,'湖北省',420300,'十堰市',420323,'竹山县',NULL,NULL),
('rTXXMPDzJQSGBO4KpDOXd1jkwtFJvber',440000,'广东省',440200,'韶关市',440201,'市辖区',NULL,NULL),
('rU6DGoIh5qJbBjyGCSo9qxen0NMkaHOO',410000,'河南省',410200,'开封市',410204,'鼓楼区',NULL,NULL),
('RUPexQqpDOXaRDr788871AGwm7k8v0jq',410000,'河南省',411400,'商丘市',411401,'市辖区',NULL,NULL),
('RvLapowkSeo7eFuiO2BLOCvwX16hVB5t',510000,'四川省',510100,'成都市',510101,'市辖区',NULL,NULL),
('RvPryjJzssLi26fO7ZsakWxKXnQVVGs8',130000,'河北省',130100,'石家庄市',130123,'正定县',NULL,NULL),
('RVUzY233UfmSa0qU9Py9SOgKLqH31Kwe',150000,'内蒙古自治区',152500,'锡林郭勒盟',152524,'苏尼特右旗',NULL,NULL),
('RVUzYZTlQ3ytx7NsKdEuhO5Mv1qSZ8ye',450000,'广西壮族自治区',450300,'桂林市',450327,'灌阳县',NULL,NULL),
('rWc1mBLRPpoCHwl0ORL3QRBhq676Zvnb',340000,'安徽省',340600,'淮北市',340621,'濉溪县',NULL,NULL),
('RwTIMzmVmTfnXwx1ifc4DMRL65Ub0joS',510000,'四川省',510700,'绵阳市',510722,'三台县',NULL,NULL),
('RWXP4H7mjinS2rTZ6qEMPCrcvMeEoS3u',150000,'内蒙古自治区',150400,'赤峰市',150403,'元宝山区',NULL,NULL),
('RWZXD8CyL0yDisfFueyWPdqj5oxjP0qU',520000,'贵州省',522600,'黔东南苗族侗族自治州',522601,'凯里市',NULL,NULL),
('RX16fOacm1R4CHvhIzzY11TeiFhfgnXu',310000,'上海市',310100,'市辖区',310101,'黄浦区',NULL,NULL),
('RxXYQ81xsx90oLv5LowetvYaJ0ImvgFo',130000,'河北省',130700,'张家口市',130705,'宣化区',NULL,NULL),
('Ry3pLowgzVMV7FPZjoS4zvBmPUVKMtUX',130000,'河北省',139000,'省直辖县级行政区划',139002,'辛集市',NULL,NULL),
('rYoR0g7GUlORKWlLAspwdm1PV04asFNP',350000,'福建省',350900,'宁德市',350981,'福安市',NULL,NULL),
('rYoS3sYlDYNSSBd4AxOfGtaiMSRxY4h0',520000,'贵州省',520100,'贵阳市',520112,'乌当区',NULL,NULL),
('rYr4U9SM75U7KcCiuqtXe4ym1R5G0Q2s',630000,'青海省',632800,'海西蒙古族藏族自治州',632802,'德令哈市',NULL,NULL),
('rzlTelQ2vfzVMZpVfjD5nsYnNIZGf2g4',310000,'上海市',310100,'市辖区',310114,'嘉定区',NULL,NULL),
('rzmVq8gMYjuojf7J5663OJ54T7Li16gR',460000,'海南省',469000,'省直辖县级行政区划',469022,'屯昌县',NULL,NULL),
('rzp8k23YBSsvX9J1NI40E5kcTHEYNQJW',540000,'西藏自治区',540200,'日喀则市',540236,'萨嘎县',NULL,NULL),
('rZtfFqXkD25asBtptZlCTsqCFijwuK8f',450000,'广西壮族自治区',450800,'贵港市',450802,'港北区',NULL,NULL),
('S0cOhRjNU1aDwy3pLqFUnZHjmGcNeCfe',150000,'内蒙古自治区',150400,'赤峰市',150428,'喀喇沁旗',NULL,NULL),
('S0f4tWbURpgXQbckQ5KlkqZtiSkP2viM',130000,'河北省',130400,'邯郸市',130428,'肥乡县',NULL,NULL),
('S2nCP7XhnS6I6bsziEcTGCPbeux7OvY9',140000,'山西省',141100,'吕梁市',141124,'临县',NULL,NULL),
('s3KrNuTRsyfp9l8uTQpi5qGYFf4qNvYe',150000,'内蒙古自治区',152900,'阿拉善盟',152922,'阿拉善右旗',NULL,NULL),
('s3MAo54XoUgo0Ju3G47eChmNJ68gJIfU',440000,'广东省',440400,'珠海市',440403,'斗门区',NULL,NULL),
('S3t5NCxHGbIQW2ax4AzUGvkXFilD0YGl',360000,'江西省',361100,'上饶市',361102,'信州区',NULL,NULL),
('s4NCyKT5BB1azflMLj5ligkD4gVJH9uR',650000,'新疆维吾尔自治区',650200,'克拉玛依市',650202,'独山子区',NULL,NULL),
('S4ypdHE10LGYD5owjNV4oCLNyddkNRJU',450000,'广西壮族自治区',450500,'北海市',450521,'合浦县',NULL,NULL),
('s5QQwTM3Lwa6SUKPJ1KwdlUmVnWq8hNY',430000,'湖南省',430700,'常德市',430781,'津市市',NULL,NULL),
('s5U5AvAixDq2Lzn0Kyo8k4bAd7QGIlt8',150000,'内蒙古自治区',152200,'兴安盟',152222,'科尔沁右翼中旗',NULL,NULL),
('S7Oy9UZ0VtooBIDO0qXmNK8jYOXd1hcY',150000,'内蒙古自治区',150800,'巴彦淖尔市',150802,'临河区',NULL,NULL),
('S7QFCYSgyN9cobAc8TTEnNHXxDr5ZyBd',520000,'贵州省',522700,'黔南布依族苗族自治州',522728,'罗甸县',NULL,NULL),
('S9Xd2lvhMRQrxelThzPgGrZscrqG0MI4',120000,'天津市',120100,'市辖区',120106,'红桥区',NULL,NULL),
('Sa2vfzY0VtrDHqSVO9adqi3eRqpCFlxw',370000,'山东省',370600,'烟台市',370681,'龙口市',NULL,NULL),
('Sa3AB7BxIOJ6775VedemXvwURm7j1453',150000,'内蒙古自治区',150200,'包头市',150205,'石拐区',NULL,NULL),
('SAaSINHVmQ2t7YmIlqWeb6MpzrmkmF5j',370000,'山东省',370300,'淄博市',370323,'沂源县',NULL,NULL),
('sAo4YvtFMI7fJMv5H8nif9PAgnVlPVXR',510000,'四川省',511300,'南充市',511324,'仪陇县',NULL,NULL),
('sbm5asCxILwbcfvAjBXLQK4VgmR2t4Lr',410000,'河南省',419000,'省直辖县级行政区划',419001,'济源市',NULL,NULL),
('sbnbDq773OJ1MGVqcwTKT5yo9oloNDD6',370000,'山东省',370400,'枣庄市',370401,'市辖区',NULL,NULL),
('sbofUEnNFNQCsfIHcGHg3mqVbX7zkLFS',640000,'宁夏回族自治区',640500,'中卫市',640521,'中宁县',NULL,NULL),
('sBvAdb4H47fIF1ZGiioWlMENSPncHLxf',510000,'四川省',513400,'凉山彝族自治州',513437,'雷波县',NULL,NULL),
('ScchB18uQCoWlMH1OPy6H0NOuRFBO985',220000,'吉林省',220800,'白城市',220881,'洮南市',NULL,NULL),
('ScdkQ5Kkf4rRNgNZpWhp3VflMH3YzKRW',410000,'河南省',410300,'洛阳市',410324,'栾川县',NULL,NULL),
('SceqgRlZLGWxGGaFD15apms2F4cBgmS7',650000,'新疆维吾尔自治区',653200,'和田地区',653225,'策勒县',NULL,NULL),
('sctCwz9RHKsTY0VsooDReqi14552LzmV',130000,'河北省',130400,'邯郸市',130431,'鸡泽县',NULL,NULL),
('sCxIOLdCjwwSEscuED28onAElBQevDvr',220000,'吉林省',220200,'吉林市',220221,'永吉县',NULL,NULL),
('seCfc6Ki3ePgJF0PYf7J9meTCd7KcEs9',150000,'内蒙古自治区',150100,'呼和浩特市',150125,'武川县',NULL,NULL),
('seDkzJLuYf7KdGCQeqj6rI8j247bqqFV',530000,'云南省',532500,'红河哈尼族彝族自治州',532523,'屏边苗族自治县',NULL,NULL),
('sfHAHxsuUUEmHeXUuzeiAUDiq2OKapnw',440000,'广东省',441700,'阳江市',441701,'市辖区',NULL,NULL),
('sfJHazb1rYoT5EMPCtj11R6KhYRgxKXq',500000,'重庆市',500200,'县',500229,'城口县',NULL,NULL),
('sFLFRa7U4pIcGDXLKi3h19wY9EGknKu0',440000,'广东省',440700,'江门市',440701,'市辖区',NULL,NULL),
('sFPYe4wdn568cpi6tSNdvK2LAuwY8DzM',510000,'四川省',511500,'宜宾市',511502,'翠屏区',NULL,NULL),
('SGBQdqhZXC5nwjP4FXEcSEr8bn9qzpbw',450000,'广西壮族自治区',450200,'柳州市',450224,'融安县',NULL,NULL),
('SGE10LH1S6MqCDcTKRVRm469iRhFlwpm',230000,'黑龙江省',230700,'伊春市',230713,'带岭区',NULL,NULL),
('sgO6T2lrZwrsQEyHDXHt6Wfdca6ROmbH',210000,'辽宁省',210200,'大连市',210282,'普兰店市',NULL,NULL),
('ShAWMV7DGlwog036dz4tZnJnxn7j3cDs',110000,'北京市',110100,'市辖区',110112,'通州区',NULL,NULL),
('SHKsU07sLfO9972DSm1PVZ244ZAOabhG',220000,'吉林省',220100,'长春市',220102,'南关区',NULL,NULL),
('sHVmQ2uaaesrGUkNNtNrDFkq1F8tOuQA',320000,'江苏省',321200,'泰州市',321203,'高港区',NULL,NULL),
('sHXvwX022S7Oy8TSy0aFFcQqtUZ26bvN',370000,'山东省',370900,'泰安市',370983,'肥城市',NULL,NULL),
('SiHrXkBTuAizObjSjIvclWvwZcSBfgp6',370000,'山东省',370700,'潍坊市',370705,'奎文区',NULL,NULL),
('SIQRDscrsNqDJyssKeMZr775U7J7fKNz',330000,'浙江省',331000,'台州市',331023,'天台县',NULL,NULL),
('siWGoMAn1PRIPOsEKAzVLSUKQQy4ym0L',520000,'贵州省',520300,'遵义市',520328,'湄潭县',NULL,NULL),
('sJ550DZShC3iaK53PQzb1pOHUhutK8hP',210000,'辽宁省',210800,'营口市',210803,'西市区',NULL,NULL),
('sJ8hQeuzddhBZXGpNDD6rLlhaRFAKOEF',650000,'新疆维吾尔自治区',650400,'吐鲁番市',650421,'鄯善县',NULL,NULL),
('SjIwkRcep9qv4EVwEwvPrAsnmt71zDkz',140000,'山西省',140500,'晋城市',140522,'阳城县',NULL,NULL),
('SjOYfaTRsw4FYFf4u5MtSOhMV6zqgQiL',530000,'云南省',532500,'红河哈尼族彝族自治州',532501,'个旧市',NULL,NULL),
('SJS3u5RPsBuuPuOpv5LqEQ5KjbNfIH9w',510000,'四川省',510400,'攀枝花市',510402,'东区',NULL,NULL),
('sk6mluhLOCvvPuPvTM4RTLXjxCjzKSWV',330000,'浙江省',331000,'台州市',331081,'温岭市',NULL,NULL),
('skaEBVEkwsygvx2oJkhffiD5pBB2fWP7',430000,'湖南省',430500,'邵阳市',430503,'大祥区',NULL,NULL),
('sKarwba6RQvQvQAc3xn8mdQoh5sPEAOa',410000,'河南省',411600,'周口市',411625,'郸城县',NULL,NULL),
('SkPYf7KdEq3PPuNk6ovciHt6U7FQ2xpg',450000,'广西壮族自治区',451400,'崇左市',451424,'大新县',NULL,NULL),
('SKUb0kufElAKOGQX7xb8YkxyZ6owerld',130000,'河北省',130600,'保定市',130629,'容城县',NULL,NULL),
('SL4S2oHbEwtFMH0NOvW17mh9LdEq3MCB',610000,'陕西省',610800,'榆林市',610828,'佳县',NULL,NULL),
('sLi26gO97ZqYtgMV7GUjEdULWeddhzQm',370000,'山东省',370300,'淄博市',370302,'淄川区',NULL,NULL),
('SlSfpatFNOx2s1AFpS1kpS0f3mucoax0',520000,'贵州省',522600,'黔东南苗族侗族自治州',522631,'黎平县',NULL,NULL),
('smhaPvRDr65U9TPhMSSAc1oIg19uTM73',140000,'山西省',140900,'忻州市',140927,'神池县',NULL,NULL),
('SmZGjkzJJmqU4sWbWXO2zB7DDaIWnVlM',230000,'黑龙江省',230100,'哈尔滨市',230125,'宾县',NULL,NULL),
('SmZIqRSCkCWIzySxX0XFhe9UUHAFpT4w',330000,'浙江省',330700,'金华市',330726,'浦江县',NULL,NULL),
('Sn440D0YFg9Mk8w4CKH5dDmKtXfbZijw',320000,'江苏省',320400,'常州市',320402,'天宁区',NULL,NULL),
('SNbm8qwdkQ5JePiNYioXq5ZyFugIAFqV',460000,'海南省',460200,'三亚市',460204,'天涯区',NULL,NULL),
('SOhMV6AsosU2g5tV5u1uevGLByM75T1j',520000,'贵州省',522300,'黔西南布依族苗族自治州',522327,'册亨县',NULL,NULL),
('sOvX4moJlmCP7Zr4SY6pzvFFaHNKappG',620000,'甘肃省',622900,'临夏回族自治州',622926,'东乡族自治县',NULL,NULL),
('sOx6H57dz3pH9tK9l7nmvkUsoqODzM0z',130000,'河北省',131000,'廊坊市',131001,'市辖区',NULL,NULL),
('sPCsgMWbY9HQZhffjHmxrtRJS4AwGGf2',540000,'西藏自治区',542500,'阿里地区',542523,'噶尔县',NULL,NULL),
('SpfPhHyuBrbtGMI2WoZBVB7CyLZvojbQ',650000,'新疆维吾尔自治区',652800,'巴音郭楞蒙古自治州',652829,'博湖县',NULL,NULL),
('SPl4bwSIJoCIzyTCgizLZsaiQ93G49oj',630000,'青海省',630200,'海东市',630223,'互助土族自治县',NULL,NULL),
('spwcjLH6dBd6H32QW2aBjBTyTFtcqlhf',350000,'福建省',350200,'厦门市',350212,'同安区',NULL,NULL),
('sQFHh9MiZShBZ1Wsmg3jgd8TRvK3RX6t',360000,'江西省',360600,'鹰潭市',360601,'市辖区',NULL,NULL),
('SqkdVN4MzkLFSfpcAb0jpVfiyIMAslaG',430000,'湖南省',430600,'岳阳市',430681,'汨罗市',NULL,NULL),
('SQojcUM2G9w2qT1eXXJCLLpCFinNGR8W',210000,'辽宁省',210900,'阜新市',210901,'市辖区',NULL,NULL),
('SQsBurAslbL5ZwvNk5hXNXfdc8Xd4weq',440000,'广东省',441800,'清远市',441802,'清城区',NULL,NULL),
('srH0MJ8k4dJQSGE38mdSxWVElAIF49qu',520000,'贵州省',520300,'遵义市',520323,'绥阳县',NULL,NULL),
('sRJVflPW4llzEmHh6v4EWyNbkXFijwxV',520000,'贵州省',522700,'黔南布依族苗族自治州',522701,'都匀市',NULL,NULL),
('sRK1GaGKva81wpjbMfHBLPGPSLZyBd7N',460000,'海南省',460100,'海口市',460101,'市辖区',NULL,NULL),
('sRK2KsSTFwrvZikAN3JjcVTvJVjD3dL1',440000,'广东省',440900,'茂名市',440904,'电白区',NULL,NULL),
('sRNcuFHnCO0t9bjRceqhWKIdL1DWDbRB',430000,'湖南省',430200,'株洲市',430204,'石峰区',NULL,NULL),
('SRtFLDJCHwkXAUEmHfXSn58gMV7EKCHu',410000,'河南省',411500,'信阳市',411521,'罗山县',NULL,NULL),
('ssLi15bwTKVbZdWVCaRAda3BFmCUvFE4',370000,'山东省',370500,'东营市',370503,'河口区',NULL,NULL),
('sSQpnvgB6w8XfaX6tX9J2OQzda3AC9Lb',410000,'河南省',411200,'三门峡市',411224,'卢氏县',NULL,NULL),
('sSSA9OuOtMgSpfRn8njjsajVxJUc6Llh',230000,'黑龙江省',230100,'哈尔滨市',230112,'阿城区',NULL,NULL),
('StAmR6JeM2HeRtDCYTn42QX3h2bEwvQv',210000,'辽宁省',210400,'抚顺市',210401,'市辖区',NULL,NULL),
('STEr4T7I41Ku4Jh2bGHh7EGks60yCffl',340000,'安徽省',341500,'六安市',341502,'金安区',NULL,NULL),
('STFwrrKeLXnNJ7dz4sXc0igflLGWtopI',410000,'河南省',410900,'濮阳市',410923,'南乐县',NULL,NULL),
('stOuPy8QFD27iXKKi4jaMeGxuEE6sNrD',130000,'河北省',130700,'张家口市',130729,'万全县',NULL,NULL),
('stSNcpke3pG2YCZVvBmMI3WnXsgMV9QA',230000,'黑龙江省',230800,'佳木斯市',230804,'前进区',NULL,NULL),
('sTUKNDAQkYIuabhFkteA4sV6xen0MH1R',520000,'贵州省',520300,'遵义市',520325,'道真仡佬族苗族自治县',NULL,NULL),
('SULT2lr1ALTZ9Ctnh9I0HjjujVzSxVQf',410000,'河南省',411300,'南阳市',411323,'西峡县',NULL,NULL),
('suUWPa97Xir8ezZ7qDHt70tezY24563O',130000,'河北省',130300,'秦皇岛市',130303,'山海关区',NULL,NULL),
('SvK4Vgp54T8Ow1oIfXRfwIRX3dM4U7J9',430000,'湖南省',430900,'益阳市',430981,'沅江市',NULL,NULL),
('sw5JeL0ALRQwUO9986XglLDIxobzaVXS',130000,'河北省',130700,'张家口市',130706,'下花园区',NULL,NULL),
('sw7SPncKZwwPtGSa3BICNXd4wessJ9po',630000,'青海省',632200,'海北藏族自治州',632221,'门源回族自治县',NULL,NULL),
('sW9MiXKI9sHWtpqJePhKLnsZoQSFzIG7',310000,'上海市',310100,'市辖区',310118,'青浦区',NULL,NULL),
('sWbX16j3cDscszjFf4sTVMXiq64S1ifb',530000,'云南省',532800,'西双版纳傣族自治州',532801,'景洪市',NULL,NULL),
('SwQsAqeIHaCrcwOnibPtK7cuFHlufB6y',340000,'安徽省',340500,'马鞍山市',340501,'市辖区',NULL,NULL),
('SWSodJQTJQQz9TSuGMH1PTRsw6Nw1pMz',420000,'湖北省',420500,'宜昌市',420582,'当阳市',NULL,NULL),
('SWWKKi7xb7RQqtW7BtqxgxIOLfLWd9UU',610000,'陕西省',610300,'宝鸡市',610301,'市辖区',NULL,NULL),
('sXe6FTgttJ68ctziC4jdWWHviNXe8Mld',610000,'陕西省',610900,'安康市',610928,'旬阳县',NULL,NULL),
('SXZUslcPndNctzgsj4fQjRen5650CTuA',310000,'上海市',310100,'市辖区',310117,'松江区',NULL,NULL),
('SY3ay6GXARqmmBLPJZzIKsPDyIJnudoc',370000,'山东省',370100,'济南市',370125,'济阳县',NULL,NULL),
('SY3eQm6gSph01Vq9k4by4wfvEAMYmLAv',530000,'云南省',530300,'曲靖市',530323,'师宗县',NULL,NULL),
('SY5khe9UTDhnT8QFFaHNJ69hN0s6YpXr',350000,'福建省',350900,'宁德市',350901,'市辖区',NULL,NULL),
('Sz6BzSxUM0yA6ymXxFzHDVzSxSDmLBxK',610000,'陕西省',610300,'宝鸡市',610304,'陈仓区',NULL,NULL),
('SZ9DxClImxrqCEe3pKnqRPsBtqxfsopI',130000,'河北省',130700,'张家口市',130701,'市辖区',NULL,NULL),
('SZdVPcm1R7QJVjD4i6sOw0ijupnwiKG3',330000,'浙江省',330600,'绍兴市',330602,'越城区',NULL,NULL),
('sziBZWC6sSPoh3g17ot0tdrqCDdY3bBk',530000,'云南省',530900,'临沧市',530902,'临翔区',NULL,NULL),
('sziC4llwqnqSWWGr0zEnNFMMlg5wceo8',360000,'江西省',360300,'萍乡市',360323,'芦溪县',NULL,NULL),
('szjGmywMdA6zqdFxvMfGyxTEr4Ub0jnP',230000,'黑龙江省',230200,'齐齐哈尔市',230204,'铁锋区',NULL,NULL),
('t0ufEjujVwIQUQl354VixEr8cqlkpT6D',140000,'山西省',140200,'大同市',140203,'矿区',NULL,NULL),
('t1vjUspu5NAnXurxdkQ2wm1VnYzM1DWC',640000,'宁夏回族自治区',640300,'吴忠市',640323,'盐池县',NULL,NULL),
('t2BMV6CC3g1aAgoZE5ljnMDD8CwzbZf8',450000,'广西壮族自治区',450300,'桂林市',450328,'龙胜各族自治县',NULL,NULL),
('T5CGnHeRsycdlSdhAWMWcZdUM1zFqXnS',370000,'山东省',370500,'东营市',370502,'东营区',NULL,NULL),
('t70wpj9IYwy4v81xuFGh9OqyjIu996Wf',370000,'山东省',370600,'烟台市',370634,'长岛县',NULL,NULL),
('T7I3ZAPexNfEkALU7EMLi5lltdvIUdei',510000,'四川省',510100,'成都市',510122,'双流县',NULL,NULL),
('T7NqBzSxRy2lqZuk20NLhYRdmXzN5Veb',130000,'河北省',130600,'保定市',130635,'蠡县',NULL,NULL),
('t899983Kms1BN0ugGueySy1f1dRtEEaJ',150000,'内蒙古自治区',150700,'呼伦贝尔市',150784,'额尔古纳市',NULL,NULL),
('t9985QQwUN5Vb0jmIklAJKoyrmkpRX4i',220000,'吉林省',222400,'延边朝鲜族自治州',222403,'敦化市',NULL,NULL),
('TA8I0JwdkRba7U4qKj9HS8UVN1yxSz7I',540000,'西藏自治区',542400,'那曲地区',542429,'巴青县',NULL,NULL),
('TA9Px4yn43Vgp664S0f4rPHNMk9CshQf',650000,'新疆维吾尔自治区',654300,'阿勒泰地区',654324,'哈巴河县',NULL,NULL),
('tahGr1DTrnoH9wW2bFBRm32S7Lj7uYbQ',530000,'云南省',530500,'保山市',530521,'施甸县',NULL,NULL),
('Tb6Lovabdo8nh8HVlNKfQkUqeHDXHt82',440000,'广东省',440500,'汕头市',440515,'澄海区',NULL,NULL),
('tbjRfsqxjKDO0oNCzOevJWoZzLU5zqeK',340000,'安徽省',340500,'马鞍山市',340504,'雨山区',NULL,NULL),
('Tca4G2ZHknMDC3h4lmCSjNUZ4bz8Px4A',650000,'新疆维吾尔自治区',654000,'伊犁哈萨克自治州',654021,'伊宁县',NULL,NULL),
('TccdlSelUkLENTUHCPa96V6DHrWd8PCq',130000,'河北省',130700,'张家口市',130725,'尚义县',NULL,NULL),
('TdcdjMPAkJt3G7ldSCir9iP94KlmAGvj',610000,'陕西省',610400,'咸阳市',610428,'长武县',NULL,NULL),
('tduEBTxQtCyKUbYcUKU6ENSQpmsZpVfh',510000,'四川省',510100,'成都市',510108,'成华区',NULL,NULL),
('teCe8QFCWHucm2YyJNDD7x91ucn8ptYg',630000,'青海省',632700,'玉树藏族自治州',632725,'囊谦县',NULL,NULL),
('tEE8yb90r1E36cy1g5sV2je5BAYXGnF4',420000,'湖北省',420300,'十堰市',420324,'竹溪县',NULL,NULL),
('tEEaGOPwY8CwBfiATvHR0ihnTb3zzVKQ',530000,'云南省',530100,'昆明市',530125,'宜良县',NULL,NULL),
('tEFf6Aux1lvjVuvW048l8uUVIF1XyJPL',620000,'甘肃省',621100,'定西市',621122,'陇西县',NULL,NULL),
('TekKCFmBLQOk22XvsFMJatGS8SPndM8a',130000,'河北省',130900,'沧州市',130924,'海兴县',NULL,NULL),
('TelR6Ox7PCsgO6T1f3kkvndL1DYMOx9Y',210000,'辽宁省',210400,'抚顺市',210422,'新宾满族自治县',NULL,NULL),
('TEnOLfM0vm7mhbVUB8HXupsTUJKnwhIy',130000,'河北省',130400,'邯郸市',130401,'市辖区',NULL,NULL),
('TEoQTKVeeguuOqwdlTfriYQ8YhlJrPHP',420000,'湖北省',422800,'恩施土家族苗族自治州',422801,'恩施市',NULL,NULL),
('teyXUxNeBaSINDGjlF9AlMH1Q1oLrMnp',530000,'云南省',530300,'曲靖市',530326,'会泽县',NULL,NULL),
('tezY27j0YIt2EXFktdvHQX6sQFD14550',150000,'内蒙古自治区',150100,'呼和浩特市',150123,'和林格尔县',NULL,NULL),
('tezZ4fTvJXq7akYHpNCwz9SOeB9MiXKH',500000,'重庆市',500200,'县',500232,'武隆县',NULL,NULL),
('tfCcY8zkLGYEcRxVUzXWFmE1ZKzsrDGo',440000,'广东省',440700,'江门市',440784,'鹤山市',NULL,NULL),
('tFKypavPvRDp1Hg5u2ytx8UWPbfxL4Vg',130000,'河北省',130200,'唐山市',130208,'丰润区',NULL,NULL),
('TgtprPDyGzHCN0ugGucn8njhhq78aiNY',440000,'广东省',441400,'梅州市',441481,'兴宁市',NULL,NULL),
('TgusHVp40F9AlLCEd0cOjYMOyc9ZmEZS',230000,'黑龙江省',230600,'大庆市',230606,'大同区',NULL,NULL),
('TGyyY0ZMLi3bEumaAiyIMAriYP1woeN7',510000,'四川省',510600,'德阳市',510683,'绵竹市',NULL,NULL),
('tHTfp7dxUJOFLGWutJ6amay9W5qJeM2J',620000,'甘肃省',620500,'天水市',620522,'秦安县',NULL,NULL),
('ThwEuk1YEbL9iTn2VlMHZIqOCvuNnibS',410000,'河南省',411300,'南阳市',411301,'市辖区',NULL,NULL),
('TIIjdY29uQy4zsqCD8CzOcofRodKVgmQ',230000,'黑龙江省',232700,'大兴安岭地区',232721,'呼玛县',NULL,NULL),
('tIXtmdQoi7xb7V8GTgtrAuuPuPuPvURo',410000,'河南省',410900,'濮阳市',410928,'濮阳县',NULL,NULL),
('tj23ZD3cEyBd6GYD5qEQ6OBq8fHAGs6Z',420000,'湖北省',422800,'恩施土家族苗族自治州',422822,'建始县',NULL,NULL),
('tJ4YwuMfHEZQ4G33XsgMXisfIH8sJ8jX',150000,'内蒙古自治区',150600,'鄂尔多斯市',150626,'乌审旗',NULL,NULL),
('TjLH58hQclWxINGR7OzgrfLWfefmWurA',330000,'浙江省',330300,'温州市',330302,'鹿城区',NULL,NULL),
('TJMxceqhYP2BIAFmHfZ0WuuNonxqkdXW',140000,'山西省',140900,'忻州市',140921,'定襄县',NULL,NULL),
('tjXKETmWsiZRa8ZmIje6DHrXjwwSGBO5',140000,'山西省',140200,'大同市',140202,'城区',NULL,NULL),
('tk6j8zgsk6ljkAMZs889bjP3BGs4PK65',140000,'山西省',140900,'忻州市',140930,'河曲县',NULL,NULL),
('TkMKfRofTxSAbZcUN6YmInACaRClJu3F',450000,'广西壮族自治区',451200,'河池市',451201,'市辖区',NULL,NULL),
('TL1CRjOW6xdlThyKVd7PEAN3Ih6v5Klh',360000,'江西省',360700,'赣州市',360734,'寻乌县',NULL,NULL),
('tl9zfmTfp69iTn30FcQsBtpsSTHBN0vl',370000,'山东省',370200,'青岛市',370211,'黄岛区',NULL,NULL),
('tLdFwqrJcDoWkD5nrWd3vckUo40GdQsy',620000,'甘肃省',620100,'兰州市',620111,'红古区',NULL,NULL),
('tLiYRdlUkMKdHIg3je5AwEyFwqqEP2zx',150000,'内蒙古自治区',150400,'赤峰市',150422,'巴林左旗',NULL,NULL),
('TLZr8bkYFikyFwsw5JeN60wrw5G2ZD3d',360000,'江西省',361100,'上饶市',361127,'余干县',NULL,NULL),
('TM76WiseEpVfixHIlmE0Uo2S6KgUB5v8',140000,'山西省',140900,'忻州市',140901,'市辖区',NULL,NULL),
('tmcNctziD8Bq8hP83G7nnywNfEoQSFyD',520000,'贵州省',522600,'黔东南苗族侗族自治州',522633,'从江县',NULL,NULL),
('tmg1dPjYIxn8olqU8OsJ42PPx0ihkHjl',520000,'贵州省',520400,'安顺市',520402,'西秀区',NULL,NULL),
('tMj5keZ6ou5QLaoi8BslaDxCisgO5QLa',330000,'浙江省',331000,'台州市',331022,'三门县',NULL,NULL),
('TmVrfKRSFyz2mvhKH8pu2AGr2Ii8FMI6',530000,'云南省',530800,'普洱市',530801,'市辖区',NULL,NULL),
('TmZE9FJv7YkyEq0zHBN1xrqFTlQ2uco9',610000,'陕西省',610600,'延安市',610601,'市辖区',NULL,NULL),
('TN9agEkvm7noFYJzwJT9VYXIxm2XxDpY',140000,'山西省',140200,'大同市',140223,'广灵县',NULL,NULL),
('tnh7Bvx1myyXVDd3pMuYbTKRVStzelPV',430000,'湖南省',431100,'永州市',431125,'江永县',NULL,NULL),
('TPl21OPx5EQ7U0aFFaGKwchFlwpnrU7E',360000,'江西省',360700,'赣州市',360728,'定南县',NULL,NULL),
('tPvSLYr9gFqWglMGUkMLi131QX7xceqf',320000,'江苏省',320700,'连云港市',320722,'东海县',NULL,NULL),
('tQCr9iQciIytx7Ox7PAiyKVbYbOnfZ4b',530000,'云南省',532500,'红河哈尼族彝族自治州',532532,'河口瑶族自治县',NULL,NULL),
('TqkcRxY3dJRY7uV1aDtk257dyWUyRvLb',650000,'新疆维吾尔自治区',654000,'伊犁哈萨克自治州',654023,'霍城县',NULL,NULL),
('tqwbchDdZ7tRIRX4llyxUIJms2DWEhiu',140000,'山西省',141000,'临汾市',141082,'霍州市',NULL,NULL),
('trCEcVRlYHoJjbQwUPhKKljoRWXP7U3n',610000,'陕西省',610100,'西安市',610116,'长安区',NULL,NULL),
('tRJT7KeJQPrAqdCkD25bwTKSY4jbQuLb',420000,'湖北省',421100,'黄冈市',421102,'黄州区',NULL,NULL),
('TRrrLj9Bqapnt6XgkHlr3Lv3BHwnawX5',140000,'山西省',140700,'晋中市',140721,'榆社县',NULL,NULL),
('tSPm8qyn40Ils4OI0HlqZscsyeiEdX0Y',130000,'河北省',130900,'沧州市',130926,'肃宁县',NULL,NULL),
('TsvW4kjoS3t1AFpRX3fTA5wbcjLKfSsw',340000,'安徽省',341800,'宣城市',341881,'宁国市',NULL,NULL),
('TtzeiEeZ9zfo54WiwA9TQm8qxiFhfehx',420000,'湖北省',421200,'咸宁市',421224,'通山县',NULL,NULL),
('TuCrcvNhQdn7j0Vtpv7U1dSy1haPwWXQ',650000,'新疆维吾尔自治区',652300,'昌吉回族自治州',652324,'玛纳斯县',NULL,NULL),
('TuDupozyTEnMDD7w8U06npJjbOnjd0e0',320000,'江苏省',320700,'连云港市',320706,'海州区',NULL,NULL),
('TUHBMTWVDe7H0LCFimImvhIzxNgKNyfr',140000,'山西省',140100,'太原市',140110,'晋源区',NULL,NULL),
('tUWPaaadoawTN74NBuvRCmMGVqapoxn7',530000,'云南省',530400,'玉溪市',530426,'峨山彝族自治县',NULL,NULL),
('TVLU3oDQbepeJQSDr8bkXEcRBfhuqv5K',130000,'河北省',130100,'石家庄市',130126,'灵寿县',NULL,NULL),
('tvUUEmF9x7NsLiZWAXQbeqj8BoZE7vZh',210000,'辽宁省',211100,'盘锦市',211121,'大洼县',NULL,NULL),
('tw2rXgjCXNYkwvOl7rEOTVN0uiQciIwi',540000,'西藏自治区',542200,'山南地区',542229,'加查县',NULL,NULL),
('tw5H58hPa97YmHie7J9olpOIWoZAQgDd',530000,'云南省',532500,'红河哈尼族彝族自治州',532502,'开远市',NULL,NULL),
('tW9LdBc3t3IfXSkRa6PEE8ydfrk9BnXu',320000,'江苏省',320800,'淮安市',320829,'洪泽县',NULL,NULL),
('TWTtx8RL3OJ6anbDrbrtTUIF0Ra6RQtD',140000,'山西省',140200,'大同市',140211,'南郊区',NULL,NULL),
('TWTuBp2NJ8gO4LtV2fXRhFmCTqgVGs6W',230000,'黑龙江省',230100,'哈尔滨市',230184,'五常市',NULL,NULL),
('TWUwK1F8w4zwL4RZaJZAN6XjwwQx0g9O',500000,'重庆市',500100,'市辖区',500109,'北碚区',NULL,NULL),
('TWUyRtEFf3mucm4550CVDbUN60wruV2f',640000,'宁夏回族自治区',640100,'银川市',640104,'兴庆区',NULL,NULL),
('tx5FTmVnWrfKOFJxiJDMSRxWXNV5w91w',620000,'甘肃省',620700,'张掖市',620721,'肃南裕固族自治县',NULL,NULL),
('TxOjWA039njgfhsk6noIdN9bm30KzqgT',540000,'西藏自治区',540300,'昌都市',540327,'左贡县',NULL,NULL),
('TXXJETkNSPncIQSJQSFyBc0g7HZFcPnh',460000,'海南省',460300,'三沙市',460321,'西沙群岛',NULL,NULL),
('TY27iYO0s3LuYe7KcCjxBfiyIJpEUp8h',530000,'云南省',532900,'大理白族自治州',532932,'鹤庆县',NULL,NULL),
('tya3DOZmGbGKwaa80uhKKkf3qMsMoqNy',430000,'湖南省',431100,'永州市',431124,'道县',NULL,NULL),
('tyejIveqkbOiVzUEnLyjKBEfaW2cJUaW',230000,'黑龙江省',231000,'牡丹江市',231002,'东安区',NULL,NULL),
('tzizQjQba97Xggp3Tb3ystOtNnknIjd0',320000,'江苏省',321100,'镇江市',321102,'京口区',NULL,NULL),
('U1aCral342PSJSZcQsBtomvjQ93DReqg',630000,'青海省',632700,'玉树藏族自治州',632701,'玉树市',NULL,NULL),
('u2CMU2icX3dM4RTM4OHTca4FZOV19w1p',450000,'广西壮族自治区',451200,'河池市',451223,'凤山县',NULL,NULL),
('U2icX00R8W6yhAWN0uhKIeOdtycb8ZoP',350000,'福建省',350800,'龙岩市',350821,'长汀县',NULL,NULL),
('u3DRfuy9TTA6zqeJMznYBUB9K69iRhDa',440000,'广东省',441400,'梅州市',441427,'蕉岭县',NULL,NULL),
('U3qNw3ytv0jnLzn1NKbvRAedelR8W7Bw',450000,'广西壮族自治区',450200,'柳州市',450223,'鹿寨县',NULL,NULL),
('U4qNx9YggjD5nrU2mucpgYShDcWXMQIV',650000,'新疆维吾尔自治区',653200,'和田地区',653226,'于田县',NULL,NULL),
('U6ELJcEvndOfFqYp0BP999abiLMqEP0p',340000,'安徽省',340400,'淮南市',340401,'市辖区',NULL,NULL),
('U7I3XtjYOYgfhwCnS5ENTUIHbDshO4Jl',370000,'山东省',371300,'临沂市',371322,'郯城县',NULL,NULL),
('u7YnMBwCmNJ58eCd4whGqT2nzzZ5kbMb',220000,'吉林省',220700,'松原市',220781,'扶余市',NULL,NULL),
('u86VaUTA5v7V5wdkQ4FZJAxNdxSBd9V0',370000,'山东省',370300,'淄博市',370305,'临淄区',NULL,NULL),
('u9984Mv2xqj7v2t972DUtvVXRiIwiJFV',210000,'辽宁省',210700,'锦州市',210727,'义县',NULL,NULL),
('UA09zfkMMmhcY6sQFDZUp8k38k8tPw1n',420000,'湖北省',420100,'武汉市',420107,'青山区',NULL,NULL),
('UA1bIS2qPK663MCyN61BN1zB8J4YyEpZ',320000,'江苏省',320100,'南京市',320106,'鼓楼区',NULL,NULL),
('uabfAZ1YC4jbNiWFmDWDcUO9clZJwiKG',510000,'四川省',511700,'达州市',511703,'达川区',NULL,NULL),
('uabgA2dPjUuzc7QJYtiTrkbNeFqZujXI',410000,'河南省',411300,'南阳市',411327,'社旗县',NULL,NULL),
('uafwKYscuHS6I6fKPJ2OMk8vX8CyLXnQ',620000,'甘肃省',620900,'酒泉市',620922,'瓜州县',NULL,NULL),
('uAiAQl21MFTgutK9l5hZXD8CwBixCitk',370000,'山东省',371500,'聊城市',371501,'市辖区',NULL,NULL),
('Ub0mCSlVp8jYNTVLVbVYTn3ZE5j9EEaH',130000,'河北省',130800,'承德市',130801,'市辖区',NULL,NULL),
('UBbW0358dyXVCbRBgmS7PCq7cqnu82CQ',510000,'四川省',513400,'凉山彝族自治州',513424,'德昌县',NULL,NULL),
('uBnUhxDrajWAVHAElCSm1R5H452NIZFc',370000,'山东省',370200,'青岛市',370281,'胶州市',NULL,NULL),
('Uc6MsLj5nqSUN2HbFD0XD6uYd1ie6GVp',510000,'四川省',511700,'达州市',511781,'万源市',NULL,NULL),
('Uc8UZ5h021OQDsfFs89bhGrXkCYNXbWW',530000,'云南省',532500,'红河哈尼族彝族自治州',532504,'弥勒市',NULL,NULL),
('UCeaYbPsCyN9agFpPLaokhec8SSyY5i7',150000,'内蒙古自治区',150500,'通辽市',150501,'市辖区',NULL,NULL),
('uDBUz07tNosXgfiBWLOBsiZQ92zzZ38m',410000,'河南省',410800,'焦作市',410804,'马村区',NULL,NULL),
('UDhkE5mnCQcgB4oAB4pH454WiyIJllzD',130000,'河北省',130600,'保定市',130627,'唐县',NULL,NULL),
('UDjuneQndOdtBo0IoG20LDHs0xvMam8r',450000,'广西壮族自治区',451000,'百色市',451028,'乐业县',NULL,NULL),
('ueA3nwlZJxn42RZe1eVN3JjcUM0xvK2O',140000,'山西省',141000,'临汾市',141025,'古县',NULL,NULL),
('UegrfN5SZ7sNrFRa3DRfspu6ROl6kaGK',510000,'四川省',513300,'甘孜藏族自治州',513301,'康定市',NULL,NULL),
('uetzgsj4fPgEilJrRQszlR8SRuIWrcvL',350000,'福建省',350200,'厦门市',350205,'海沧区',NULL,NULL),
('uexRvOppDQ6STHCSm2Wq7crrI8njilIk',130000,'河北省',130100,'石家庄市',130108,'裕华区',NULL,NULL),
('uFKwgzTA5yjJAxPk1Vsk6ou82CNXhlKw',210000,'辽宁省',211400,'葫芦岛市',211402,'连山区',NULL,NULL),
('UFs62G8tMmhaRAegp7eCfdb8W8HXwBee',460000,'海南省',460100,'海口市',460105,'秀英区',NULL,NULL),
('UGAGuexRyZ6rI31LDGlywPqtV4nxqkcR',540000,'西藏自治区',540400,'林芝市',540425,'察隅县',NULL,NULL),
('ugJH6i11VmR5ERdlTgtqxgxL1F5i4i6v',440000,'广东省',440800,'湛江市',440803,'霞山区',NULL,NULL),
('Ugq9l4dEtiQbeqj6qDJCIzwL50zIF5dH',320000,'江苏省',320300,'徐州市',320311,'泉山区',NULL,NULL),
('UHAGviQa97XffiC00TiC3g022Sa1t6Yn',440000,'广东省',441600,'河源市',441625,'东源县',NULL,NULL),
('uhJFZNQHNHYC28rEIwgzXTroqPGMFSdh',610000,'陕西省',610500,'渭南市',610502,'临渭区',NULL,NULL),
('uhKJfSuGNMnklCRiJAC9I1MHYC022R2u',450000,'广西壮族自治区',450500,'北海市',450512,'铁山港区',NULL,NULL),
('uhLOCupsTVLT1f2icVUC9Mj25cxWUyWQ',220000,'吉林省',220200,'吉林市',220211,'丰满区',NULL,NULL),
('uhN0ufA1cL2LzmWvwVTwOjWDcWXNYkwt',140000,'山西省',140600,'朔州市',140621,'山阴县',NULL,NULL),
('UhwBjzJPNiWGpPLdA7HYCZUtrCB3fWP9',530000,'云南省',533300,'怒江傈僳族自治州',533324,'贡山独龙族怒族自治县',NULL,NULL),
('UiBYTo7fJJlmAGyvHS5CIzxNeA7DGlwo',320000,'江苏省',321000,'扬州市',321003,'邗江区',NULL,NULL),
('uiSiJzuzejIt3F0Vp68ctziC4h4ns3H9',510000,'四川省',513300,'甘孜藏族自治州',513328,'甘孜县',NULL,NULL),
('uIYwy2oHazaYdY3cFBRkTjJwjP4G46al',370000,'山东省',371300,'临沂市',371312,'河东区',NULL,NULL),
('uJ0GdTEr3QQAc4CJCJF0Q2uadqj9DzOb',650000,'新疆维吾尔自治区',654000,'伊犁哈萨克自治州',654027,'特克斯县',NULL,NULL),
('UJKnt5SXYSiGpMxa2ADfb2t7YlCXJBIB',220000,'吉林省',220400,'辽源市',220421,'东丰县',NULL,NULL),
('UJMyen2Uegsmid3sYlDZRb93F1YD5nt3',500000,'重庆市',500100,'市辖区',500118,'永川区',NULL,NULL),
('uK8gJH9uSJT6DKERa92AHxpjbNgO5QOo',460000,'海南省',469000,'省直辖县级行政区划',469024,'临高县',NULL,NULL),
('UkNQFD26eJNDC2aBixClInzxRwQtI0Kv',450000,'广西壮族自治区',450200,'柳州市',450205,'柳北区',NULL,NULL),
('UKRSEr61CTuy9W5qI9rAtpu3CNWc1jmJ',420000,'湖北省',420500,'宜昌市',420505,'猇亭区',NULL,NULL),
('ul7qzqhWJEUsnnBIDQ80uhKKmmAIDRft',460000,'海南省',469000,'省直辖县级行政区划',469003,'儋州市',NULL,NULL),
('uLbqrNtPx4AwJVflMJ9njf9SM5UaW19u',420000,'湖北省',420500,'宜昌市',420502,'西陵区',NULL,NULL),
('uLdChp4Ub2uabiMRL5XoWmPVYWEe5wft',330000,'浙江省',330400,'嘉兴市',330424,'海盐县',NULL,NULL),
('UlR4ETjIt4KoAAZ39psROk35676ZwuIU',420000,'湖北省',420300,'十堰市',420325,'房县',NULL,NULL),
('umdPjTpavOqu0qWhnWoZAQiLMtRKYscs',320000,'江苏省',320900,'盐城市',320904,'大丰区',NULL,NULL),
('uMfMXjyDoRZdVO982G6k9ED5lks9dtx8',530000,'云南省',530700,'丽江市',530722,'永胜县',NULL,NULL),
('uMgO86VaUQofTA6AuuOqxgwGGdTEqYtf',330000,'浙江省',330900,'舟山市',330921,'岱山县',NULL,NULL),
('UmS8UZ38nhaMgO84LuYhhp1JsWbUSsx9',430000,'湖南省',431100,'永州市',431102,'零陵区',NULL,NULL),
('UmXwy3sXeb0lzEoRVTyWRkUpapqJcDq4',410000,'河南省',410100,'郑州市',410181,'巩义市',NULL,NULL),
('Un1OPx5DKG1UlNLk8yeiC3fUEoQTKT3t',610000,'陕西省',610900,'安康市',610921,'汉阴县',NULL,NULL),
('undOfCe6ENRJXscuIWq51Hg3klzDkxz4',430000,'湖南省',430100,'长沙市',430121,'长沙县',NULL,NULL),
('uNj12WshRkTlR6MsMldUJMzkMLlf4sTV',650000,'新疆维吾尔自治区',659000,'自治区直辖县级行政区划',659003,'图木舒克市',NULL,NULL),
('uNnjhitiXIwiLMqGVqeIG7ot1ugHwl0O',140000,'山西省',140400,'长治市',140431,'沁源县',NULL,NULL),
('uNomudrpwhD9K54Uc4DMPEAQgGs4NDD7',330000,'浙江省',330300,'温州市',330326,'平阳县',NULL,NULL),
('UnWtnh7Bvy4yqi00PYdZbL78bm5apnxo',430000,'湖南省',430700,'常德市',430722,'汉寿县',NULL,NULL),
('Uo41KtZlDXLKjbNfGwqpCGnJkjpXq2NG',520000,'贵州省',520300,'遵义市',520302,'红花岗区',NULL,NULL),
('Uo8iWGoNEFdWSqke1g3muadph00Q3BGt',370000,'山东省',370200,'青岛市',370212,'崂山区',NULL,NULL),
('uojgea0lxvK3Uc7QHOLgQhJBICKLnqRQ',500000,'重庆市',500100,'市辖区',500117,'合川区',NULL,NULL),
('uonysuVZ22TfmUkKAwJS3werlg9Mj38p',350000,'福建省',350700,'南平市',350722,'浦城县',NULL,NULL),
('uOqxgyOgHADhivtFNOuTNaiO0t9aexM8',140000,'山西省',141100,'吕梁市',141101,'市辖区',NULL,NULL),
('Up8iVAXTrmifd8RNctAlPW1bFCYOYhit',440000,'广东省',441500,'汕尾市',441521,'海丰县',NULL,NULL),
('UparyjGmzB9MiZUn1OOwX4mqRULVd7Ow',540000,'西藏自治区',540300,'昌都市',540321,'江达县',NULL,NULL),
('upsSPmcHMBxHKtYjtiRetuSKXoUfiC4i',220000,'吉林省',220800,'白城市',220882,'大安市',NULL,NULL),
('uPuQClKxjMNvX6w8W7CzPfDinR1kqXmO',530000,'云南省',533400,'迪庆藏族自治州',533422,'德钦县',NULL,NULL),
('uPy8RHLxfuyaX9IXtl9yb4ETjLKeN5Vd',530000,'云南省',530600,'昭通市',530621,'鲁甸县',NULL,NULL),
('UqhYQ8ZnJqIcDsfEpS0hbWZWAWO3F20K',230000,'黑龙江省',230700,'伊春市',230715,'红星区',NULL,NULL),
('UQiNWaPtJ4ZBUySy0dUHEXGpQPsEJxlX',440000,'广东省',441200,'肇庆市',441201,'市辖区',NULL,NULL),
('uQz9TPiQa83EYJCIxpePhKKlijvqsSPk',330000,'浙江省',330100,'杭州市',330109,'萧山区',NULL,NULL),
('urByKVedgtqwa7V8I1ONrDFhfddemWsk',510000,'四川省',510100,'成都市',510181,'都江堰市',NULL,NULL),
('Uri00R6Oya0pOJ2QVVJG5eKQPsFLH2Xs',510000,'四川省',511300,'南充市',511301,'市辖区',NULL,NULL),
('URn9vTL0xyY3cEul4arAtopJgYVyOduE',450000,'广西壮族自治区',450200,'柳州市',450202,'城中区',NULL,NULL),
('USrsPAhsiYNTXUvEAQhIzxPl7otZoPNm',610000,'陕西省',610900,'安康市',610926,'平利县',NULL,NULL),
('uTPjUspt0qXnOMj4fSuDxFvqpESftsFR',520000,'贵州省',520200,'六盘水市',520222,'盘县',NULL,NULL),
('uTQncKVgo1JqLpzspv97WbY7yfpapqH3',620000,'甘肃省',620400,'白银市',620422,'会宁县',NULL,NULL),
('UuBlKzqfM2Ih5pEQ7TWQiMQHQY8Ao4Yw',630000,'青海省',632600,'果洛藏族自治州',632626,'玛多县',NULL,NULL),
('uuLcz4v81yzZ3cCnS4AySz0cPmbDwvNl',320000,'江苏省',321000,'扬州市',321023,'宝应县',NULL,NULL),
('uuNonADhjxEq3QQAfhusFOTTB9PvREvq',610000,'陕西省',610400,'咸阳市',610403,'杨陵区',NULL,NULL),
('uUVJIcHKv80tagFoOIYyGALU5v95Mv0m',510000,'四川省',513300,'甘孜藏族自治州',513336,'乡城县',NULL,NULL),
('UvCtl6miggnXsgMXfgp661F7ova83Jh3',130000,'河北省',131100,'衡水市',131182,'深州市',NULL,NULL),
('uvQBgnVlOSKXoXr9gHyvHOOtKbxY3cHH',610000,'陕西省',610600,'延安市',610630,'宜川县',NULL,NULL),
('uvSHIkmDWDbQvSHGbFE6npKmqT1h9LeH',540000,'西藏自治区',542200,'山南地区',542225,'琼结县',NULL,NULL),
('uw0hd7KfPgGs5U5zpcAc4AxPk20MI6bq',650000,'新疆维吾尔自治区',654300,'阿勒泰地区',654322,'富蕴县',NULL,NULL),
('ux1nDUspxhB3jdY3ePhLMuXaL9l6hXO0',420000,'湖北省',421000,'荆州市',421023,'监利县',NULL,NULL),
('ux3u84ODASuEBUB5sTWSpeLYr62IicUP',230000,'黑龙江省',230400,'鹤岗市',230405,'兴安区',NULL,NULL),
('uXaLapnt6V7I40Hif9RGGeXXHt997YlE',210000,'辽宁省',210900,'阜新市',210911,'细河区',NULL,NULL),
('UxPm8qzqeLVbZgc3t5RRz8Mk8x9YfbZh',410000,'河南省',411600,'周口市',411628,'鹿邑县',NULL,NULL),
('UyTCfgp7bqrI6eEr60yA7I1OQBjBXMTX',510000,'四川省',510100,'成都市',510104,'锦江区',NULL,NULL),
('UZ5j5ovesrEKGXD8zjFhfd9ZimNI0MFS',370000,'山东省',371100,'日照市',371101,'市辖区',NULL,NULL),
('uzgp54XoVgo2R0g9QAda2vgEipWmOQAh',150000,'内蒙古自治区',150500,'通辽市',150522,'科尔沁左翼后旗',NULL,NULL),
('uZjr61CUuBmOSKYseCd4AvFCWHwm5btF',450000,'广西壮族自治区',450100,'南宁市',450124,'马山县',NULL,NULL),
('V0359l6lf2f1bHLzp9okhjxz7H1OQDsg',330000,'浙江省',330300,'温州市',330324,'永嘉县',NULL,NULL),
('V049rzo4ZCVEhkE4i3dN8bjP6PEFbJ0C',510000,'四川省',510700,'绵阳市',510725,'梓潼县',NULL,NULL),
('V05fQl0Q0mF22UiyKUaVXSm0NLi2ax0g',370000,'山东省',370100,'济南市',370103,'市中区',NULL,NULL),
('V05fRpgXO2zB7FMKgSrrI31MFPXaPuNk',230000,'黑龙江省',230700,'伊春市',230722,'嘉荫县',NULL,NULL),
('V1cL5WkD29rAsorSRxWUzZ39prQJZyGy',230000,'黑龙江省',230900,'七台河市',230921,'勃利县',NULL,NULL),
('V2g1aBlLCFijvqtU07rH1OSM61DWFjq1',320000,'江苏省',321100,'镇江市',321181,'丹阳市',NULL,NULL),
('V3mubjSgxHMBvBjD1355ZzGyyWSrnrSW',540000,'西藏自治区',540300,'昌都市',540322,'贡觉县',NULL,NULL),
('v3zyTDlE3awWXNZpVfizN73MyiEe2jhk',370000,'山东省',371600,'滨州市',371602,'滨城区',NULL,NULL),
('V4oDNW9Mj4fRpgZWC4kjr3QRBfkHmyuG',210000,'辽宁省',210500,'本溪市',210501,'市辖区',NULL,NULL),
('V5u3EWAWLPIUgo2PSM3NFKBC5sQGLAvA',320000,'江苏省',320600,'南通市',320602,'崇川区',NULL,NULL),
('V5yiGmzBbX2bDrcsydhzRqpCJAA1aDuq',140000,'山西省',140700,'晋中市',140702,'榆次区',NULL,NULL),
('V6ByN89aewIRZbQuLcyZ8x8SOgKNAlQ1',440000,'广东省',440500,'汕头市',440511,'金平区',NULL,NULL),
('V7FOTTBc2oHbCr9hLROjYMQGIoEUqeLU',330000,'浙江省',330700,'金华市',330784,'永康市',NULL,NULL),
('V7I2Ta1t85QOpqI7ldRuK4YwwQwTKUaU',350000,'福建省',350900,'宁德市',350982,'福鼎市',NULL,NULL),
('V8J7dA6DGmyA5xfsnmwl2XxEtfFs9adt',230000,'黑龙江省',230100,'哈尔滨市',230108,'平房区',NULL,NULL),
('v8YjsctAmS8V1dRuGNNqykRa6ODzN6Xl',230000,'黑龙江省',231100,'黑河市',231123,'逊克县',NULL,NULL),
('v93EWzUDjvqrLkeYZVsmifbZe3oFZNOy',220000,'吉林省',220100,'长春市',220112,'双阳区',NULL,NULL),
('v95OEEaGJva7Xiq4VhtmfXTsrHXARpj9',530000,'云南省',532600,'文山壮族苗族自治州',532626,'丘北县',NULL,NULL),
('VA2fZ37iYOZlBN2EXGlzEoOK7cvNgLTZ',410000,'河南省',411000,'许昌市',411001,'市辖区',NULL,NULL),
('vaa95OCxFxz4rSRy1hcX3dKWkD131PSM',230000,'黑龙江省',230700,'伊春市',230701,'市辖区',NULL,NULL),
('VAZ4auMj0XBZ0TiFg8MhVCbUQkVtrDIw',430000,'湖南省',430600,'岳阳市',430626,'平江县',NULL,NULL),
('VB6v4H5cxZ9DzLZthLSTFxuFIsV7EIu7',650000,'新疆维吾尔自治区',654300,'阿勒泰地区',654321,'布尔津县',NULL,NULL),
('vbeqi27kaECYO2ADf9TRrsNuRIPQAc4C',220000,'吉林省',220600,'白山市',220621,'抚松县',NULL,NULL),
('vBhreFtfB8HWrcz3pH8pwbbetuSJRW03',610000,'陕西省',610800,'榆林市',610825,'定边县',NULL,NULL),
('vBnS8RIQVWJJgZZNPEBRocDscuEE6sNr',520000,'贵州省',520100,'贵阳市',520121,'开阳县',NULL,NULL),
('vCoXrandL2Ku0nKpFUqfM1CSo8j2455Y',650000,'新疆维吾尔自治区',653200,'和田地区',653201,'和田市',NULL,NULL),
('vCp3S1kpWhq7bqnt2DVyRrtRIS6GVrgR',450000,'广西壮族自治区',451200,'河池市',451225,'罗城仫佬族自治县',NULL,NULL),
('Vdb4FXD8BuqyiEdWUB4rOzhuuNl9AlLF',450000,'广西壮族自治区',450300,'桂林市',450301,'市辖区',NULL,NULL),
('VDcX149oloNDBWKLrI8mfZ4cCnQX5pCH',210000,'辽宁省',210800,'营口市',210882,'大石桥市',NULL,NULL),
('VDe4u4Ji9FJt3HbGE27k6pwfuAgqcyZ6',640000,'宁夏回族自治区',640200,'石嘴山市',640201,'市辖区',NULL,NULL),
('vdm0OUTBcZe09Cuqu1udrowfvDvrzjKB',360000,'江西省',360400,'九江市',360482,'共青城市',NULL,NULL),
('vdn7k4dHF6npKnsZoS3t2AGs85T4u3H8',370000,'山东省',370600,'烟台市',370683,'莱州市',NULL,NULL),
('vEAN3JjcXZUo7eCip1Ku3F0R90pRTLYo',620000,'甘肃省',621100,'定西市',621126,'岷县',NULL,NULL),
('VefnZFbMctCyHHcNcsx90oNDFeZ6pAxM',410000,'河南省',411400,'商丘市',411481,'永城市',NULL,NULL),
('Vefp8gMV9OtJ7cuFKzqfM3LsRL50ALSX',530000,'云南省',530800,'普洱市',530823,'景东彝族自治县',NULL,NULL),
('vfA2g2dQogYWD9HTc91wkWxHIie7H0NL',630000,'青海省',630100,'西宁市',630122,'湟中县',NULL,NULL),
('vFF9DwxZ8ziC4jcSClImuewK2LylTguw',360000,'江西省',360700,'赣州市',360732,'兴国县',NULL,NULL),
('vFFbMbqowjO0nIi9J4ZzHG6ldWRjP5Jh',230000,'黑龙江省',230100,'哈尔滨市',230104,'道外区',NULL,NULL),
('VFoPK8iSjOW8GQ0jq0DXKG30Kyn1QZhf',450000,'广西壮族自治区',450900,'玉林市',450923,'博白县',NULL,NULL),
('VFrZukYKGZLEQ4EVwDr9fDinQW022S8T',140000,'山西省',140200,'大同市',140222,'天镇县',NULL,NULL),
('vgFnJoyssMk9CvtHWsgN1yz1fY10NQDw',350000,'福建省',350400,'三明市',350401,'市辖区',NULL,NULL),
('vGLzrleXVDcVSrqGVsj10OUYWC7CxFAN',130000,'河北省',130800,'承德市',130823,'平泉县',NULL,NULL),
('VHAHwpi5ns2CO4Mv1t70uhMSSBffjGjl',610000,'陕西省',610800,'榆林市',610830,'清涧县',NULL,NULL),
('VHBICMU1fZ38k5i28osUZ7rI6brw7PGK',360000,'江西省',360300,'萍乡市',360322,'上栗县',NULL,NULL),
('vHPURpi8BqbtDATz1eVN4Knt6V9QBkFd',410000,'河南省',410800,'焦作市',410823,'武陟县',NULL,NULL),
('VhreHCQbfuyb4GZMMou3Hazc6Llg7FPY',440000,'广东省',440600,'佛山市',440607,'三水区',NULL,NULL),
('VhuryiGkufEjteDioVhsj38opFXDaLao',340000,'安徽省',341700,'池州市',341701,'市辖区',NULL,NULL),
('VHxqlheaZgd7Mmls5T3qNyejIs0wndM6',430000,'湖南省',431300,'娄底市',431321,'双峰县',NULL,NULL),
('VHyxSA8KatFLDMNuV17oqMv2wiNSTFtd',620000,'甘肃省',620800,'平凉市',620822,'灵台县',NULL,NULL),
('VjATxQrv5JgXO4IfTA4qKliir8akYHrV',340000,'安徽省',340100,'合肥市',340102,'瑶海区',NULL,NULL),
('VjD2awZbNgN3HayaYf8OsGUlNNrDGnF5',630000,'青海省',630200,'海东市',630225,'循化撒拉族自治县',NULL,NULL),
('vjWyOexQsAp8fIDVvCoWoZCVC8GQ0mCR',440000,'广东省',440200,'韶关市',440203,'武江区',NULL,NULL),
('VKMv1s4PK7crtTQqpBCaLcyZaED26hXJ',410000,'河南省',410100,'郑州市',410101,'市辖区',NULL,NULL),
('vL8eCbW033Wp4VhreEoQTN74PNk5i4h0',450000,'广西壮族自治区',450300,'桂林市',450323,'灵川县',NULL,NULL),
('vL9kZP1t72EZP3zzZ23ZE8xa1rYnRX3e',360000,'江西省',360400,'九江市',360421,'九江县',NULL,NULL),
('VLQPqtW5v6QMbneQnbExz5zo9nh6v4EV',430000,'湖南省',430500,'邵阳市',430501,'市辖区',NULL,NULL),
('VLT1g6ArhXJFZNRJVfkKyn3ZF9CrfKOH',130000,'河北省',130700,'张家口市',130702,'桥东区',NULL,NULL),
('vMcxTFxuIWp3S4yoawUOdqmmyzY13ZGg',410000,'河南省',410100,'郑州市',410184,'新郑市',NULL,NULL),
('vMgO5SVSrou7YmHfYXJCLOAkHpKnvcm1',620000,'甘肃省',623000,'甘南藏族自治州',623026,'碌曲县',NULL,NULL),
('VmR4BEhhnUhtpsV4oAB4pG1TgtrCD8Bq',130000,'河北省',130900,'沧州市',130923,'东光县',NULL,NULL),
('VmSb4FXEdZ6qENSRwQwUQkVsoqKlltcp',340000,'安徽省',340600,'淮北市',340601,'市辖区',NULL,NULL),
('VMYmKw92zB6BvAhq9k37fJJkikAN2DVA',510000,'四川省',511100,'乐山市',511129,'沐川县',NULL,NULL),
('vNiXJCJF0OUVLT0aFE7sLj8x7PEzM2E0',150000,'内蒙古自治区',152500,'锡林郭勒盟',152523,'苏尼特左旗',NULL,NULL),
('VO82EZOXcWYQa94Jh5owkTiDbNjYNSSA',430000,'湖南省',431200,'怀化市',431230,'通道侗族自治县',NULL,NULL),
('vog04cAc4ztuTNcpke0cNdz2knKrNw1o',340000,'安徽省',341200,'阜阳市',341202,'颍州区',NULL,NULL),
('voh6w8WaQz9RJR0f4tZmIibTKRWWJG33',420000,'湖北省',420300,'十堰市',420301,'市辖区',NULL,NULL),
('vOmcOfGwqlikyFuhNWc1mAGugGqXmLBw',320000,'江苏省',320700,'连云港市',320723,'灌云县',NULL,NULL),
('Vp8hO5OEFcQrzkNOx7Lk9FInAFpU7Kbv',410000,'河南省',410100,'郑州市',410183,'新密市',NULL,NULL),
('VPbgA19zfmUhyINEIu97XghsiXKJdHJo',460000,'海南省',469000,'省直辖县级行政区划',469025,'白沙黎族自治县',NULL,NULL),
('VqanfXQfvDxz7H0LCGoJloJkimHid1jm',540000,'西藏自治区',540200,'日喀则市',540232,'仲巴县',NULL,NULL),
('VqcBd6H1Q2t7ZpWjyILv6MtSOez1cM77',150000,'内蒙古自治区',152900,'阿拉善盟',152921,'阿拉善左旗',NULL,NULL),
('VqdChq7bm7j5i4i6sRJVizLVd8TRvK4V',510000,'四川省',511100,'乐山市',511112,'五通桥区',NULL,NULL),
('VQgGrYoVegtnjgd6LkeXZRbdlWutJ54Y',530000,'云南省',530400,'玉溪市',530401,'市辖区',NULL,NULL),
('vqtV3lpQRBhp3QX5ns0tcqovdn44Xr8f',370000,'山东省',370300,'淄博市',370303,'张店区',NULL,NULL),
('vqtX9K6761F4cDoUfjHmxtzgsmh7Atop',540000,'西藏自治区',540200,'日喀则市',540224,'萨迦县',NULL,NULL),
('vQvPuNk5i5nt3F231JrRPokhgmOQCp1K',130000,'河北省',130500,'邢台市',130526,'任县',NULL,NULL),
('vRCmMGSca7TZ5jaHQX5qFVuuOsELH2Vo',530000,'云南省',530900,'临沧市',530927,'沧源佤族自治县',NULL,NULL),
('VrhUA07rFSekOTSz2lrYr61DVB4nyqmk',110000,'北京市',110100,'市辖区',110105,'朝阳区',NULL,NULL),
('VRpi6rJatHWq8hNZr2KqJdKU8Li12YAS',350000,'福建省',350400,'三明市',350426,'尤溪县',NULL,NULL),
('vrw91s73LuYgeehxIPMiWEjq1GbIQVVH',140000,'山西省',140700,'晋中市',140724,'昔阳县',NULL,NULL),
('vSEtiRhGoKqJcDoWmPUSvJZCYP4JfSuG',320000,'江苏省',320200,'无锡市',320201,'市辖区',NULL,NULL),
('VsnlpQRBhrdz5waa95OGNLfN7ZtfFoNG',650000,'新疆维吾尔自治区',654300,'阿勒泰地区',654301,'阿勒泰市',NULL,NULL),
('VSsvYdX1341JpIazb2u985SX146al5fO',360000,'江西省',361100,'上饶市',361126,'弋阳县',NULL,NULL),
('VStycb81uexQqrNsKfN6XkD0VvBlKxfw',440000,'广东省',441300,'惠州市',441323,'惠东县',NULL,NULL),
('VTxQtEE9FIqMw5H340D00OSM88872F24',430000,'湖南省',430700,'常德市',430701,'市辖区',NULL,NULL),
('VUEjthP80tbjUqfO99adrou5PJZCVDgd',340000,'安徽省',340100,'合肥市',340124,'庐江县',NULL,NULL),
('Vvzdb6QJYvqsQGLyn1PTPkYJyssKbwUN',370000,'山东省',371300,'临沂市',371323,'沂水县',NULL,NULL),
('vW2dOdvHQW3g19yaYcWUA4nzwK3PRCmN',530000,'云南省',530100,'昆明市',530112,'西山区',NULL,NULL),
('vW3h7yfo7cwQvNk6lg8K8gLQNhTqi3cI',410000,'河南省',411600,'周口市',411621,'扶沟县',NULL,NULL),
('VWNZnNGS8UXTtvW4mqRTKRTKU8Mmid2n',510000,'四川省',510600,'德阳市',510603,'旌阳区',NULL,NULL),
('vwUQm5atEHlwpjaL78crqEOXaQwW01Vq',220000,'吉林省',220400,'辽源市',220403,'西安区',NULL,NULL),
('vwY9FGigfjGhd5CGqSWUyUKRQxY7tRJT',330000,'浙江省',330700,'金华市',330701,'市辖区',NULL,NULL),
('vWZYMMqDKFXC5nubfxL4Vd9W4oBGpQRC',360000,'江西省',360400,'九江市',360425,'永修县',NULL,NULL),
('vx3rTZ9zhyILw8ZlBP983HbEyEsbm7mg',610000,'陕西省',610300,'宝鸡市',610322,'凤翔县',NULL,NULL),
('vxZe1f1cKYtjXIvfySyZ6qDIxm32QX6v',130000,'河北省',130200,'唐山市',130204,'古冶区',NULL,NULL),
('vYbPsDC29vWZ0R8XcZ9FHnAEnIje3pKk',430000,'湖南省',431200,'怀化市',431226,'麻阳苗族自治县',NULL,NULL),
('vYdX28njilIls5T3qOCtpqJfRodKU9UU',370000,'山东省',371400,'德州市',371401,'市辖区',NULL,NULL),
('VyOiP94LrJbAeddftrFNRL2LzlThzRph',410000,'河南省',410800,'焦作市',410811,'山阳区',NULL,NULL),
('VyRtAnXwy3qQNhO7ZoRWYRgxJVefp6ak',230000,'黑龙江省',231200,'绥化市',231225,'明水县',NULL,NULL),
('VYSmYC15dEq2MBxIPOrzn0IqPGMFTfpa',610000,'陕西省',610500,'渭南市',610524,'合阳县',NULL,NULL),
('VYUttNpwcgAYVxM8cn9tJ7fGwpj9GOPA',430000,'湖南省',431100,'永州市',431129,'江华瑶族自治县',NULL,NULL),
('VYYNTVN2CQbeqj5lheb1rYoS0iirbndK',430000,'湖南省',430500,'邵阳市',430521,'邵东县',NULL,NULL),
('VZ25665Vc4BEilE5ljjwtEHnDTn43R2q',610000,'陕西省',610600,'延安市',610627,'甘泉县',NULL,NULL),
('VZ4avSIKtV4pFXC2dOdwNhP7YmJrNv0n',540000,'西藏自治区',540200,'日喀则市',540229,'仁布县',NULL,NULL),
('vz8NqymWwCmOOtLgPdrqCEd1g7CC2cKW',310000,'上海市',310100,'市辖区',310110,'杨浦区',NULL,NULL),
('vZe2lr0zEmIlpPNlbGHjhlFcNgKMw8TV',350000,'福建省',350300,'莆田市',350302,'城厢区',NULL,NULL),
('VzVJKpEP4H5eHDUtvW1aAhsk6lifda2x',420000,'湖北省',420900,'孝感市',420982,'安陆市',NULL,NULL),
('w0kr2IkmCRiLKhZYHs3HcINJ4YyDpViv',360000,'江西省',360100,'南昌市',360101,'市辖区',NULL,NULL),
('W18rDHpQMdBbZdX00OUVKMv0oNEHmAHy',510000,'四川省',510400,'攀枝花市',510403,'西区',NULL,NULL),
('w2t4OEHmxrsOuURqqGWxILykOUWN2EWA',150000,'内蒙古自治区',150800,'巴彦淖尔市',150823,'乌拉特前旗',NULL,NULL),
('w2t5PL9k1XARn9uNmf08w2qSWWGt884O',520000,'贵州省',520600,'铜仁市',520623,'石阡县',NULL,NULL),
('W3fYVxKYsdwQtFLEMNvW2eSvK2OMhWJD',510000,'四川省',511700,'达州市',511724,'大竹县',NULL,NULL),
('w3wkSfqfO9bhJCJESgyPk0Q2xocGCSn6',620000,'甘肃省',622900,'临夏回族自治州',622925,'和政县',NULL,NULL),
('w5IawZaJYyDpWlJsXd4xkRb93FYLI6fK',130000,'河北省',131000,'廊坊市',131026,'文安县',NULL,NULL),
('w5JdKXkE7sMosXfc5FVuvTM4RVTvGMGT',220000,'吉林省',220100,'长春市',220182,'榆树市',NULL,NULL),
('W5rOx7PDuqu2wkXD7zjGks62F6j8AnXv',500000,'重庆市',500200,'县',500230,'丰都县',NULL,NULL),
('W6v7U1dQrv2vhKI9tLeHE0WtrCAUDgiu',410000,'河南省',411500,'信阳市',411502,'浉河区',NULL,NULL),
('w7ROiRgB3icTKRUN4RTIMyjHoKpDMOyb',410000,'河南省',410200,'开封市',410205,'禹王台区',NULL,NULL),
('w80s4QSHHfWO5RRAbZf7GUjIsXggp53Q',230000,'黑龙江省',231200,'绥化市',231221,'望奎县',NULL,NULL),
('W8HXwBgkKxiJzyRwRz6DHsZq2IkktfGu',330000,'浙江省',330800,'衢州市',330824,'开化县',NULL,NULL),
('w8XfaX8FJxkRccgyQplmAGxqpAwKXnTa',130000,'河北省',131100,'衡水市',131122,'武邑县',NULL,NULL),
('wAfhtpsSSChoZBRm440E4gYTlWtomt71',340000,'安徽省',341500,'六安市',341525,'霍山县',NULL,NULL),
('WaOomucn6fN2EYMNtPx4zvEBUxOgJJh1',150000,'内蒙古自治区',150600,'鄂尔多斯市',150625,'杭锦旗',NULL,NULL),
('wciHs2EXFjpYsbqqEQ5LnrWbY7w7PED3',420000,'湖北省',420500,'宜昌市',420583,'枝江市',NULL,NULL),
('wciHt6U4tZoNGPYcX00PZjpWjBWIBHvj',620000,'甘肃省',621200,'陇南市',621221,'成县',NULL,NULL),
('wCnS5CGrXiseCd6GYD5nt6V7HZFdVPeu',350000,'福建省',350700,'南平市',350781,'邵武市',NULL,NULL),
('WcY5pCHt6U8LiYP4IdKWjxEr75Vc4CJC',620000,'甘肃省',620600,'武威市',620622,'古浪县',NULL,NULL),
('wdlVp9l5gSrovaabhGoNBvy4vdm1Sb4F',320000,'江苏省',321000,'扬州市',321012,'江都区',NULL,NULL),
('wDoXq4Xr79fB6Ask8w2t6U7GTgtqv92C',140000,'山西省',140700,'晋中市',140728,'平遥县',NULL,NULL),
('wDtjWEhhnUdelTekNRK0E10Q2ubfzXUu',340000,'安徽省',341000,'黄山市',341024,'祁门县',NULL,NULL),
('We8RIQTN72GaDtj1XC020MH1PX6w91t8',610000,'陕西省',610500,'渭南市',610523,'大荔县',NULL,NULL),
('Wec6NtRINJ42MEIuaciLNtPzeiAVGucq',650000,'新疆维吾尔自治区',653100,'喀什地区',653131,'塔什库尔干塔吉克自治县',NULL,NULL),
('wesqzrldRxWWJF0SdfttKdChq9hLSTGB',320000,'江苏省',320500,'苏州市',320583,'昆山市',NULL,NULL),
('wExBfgrfIG8sKby0eZ6mnCMV8J40F9Ak',370000,'山东省',371300,'临沂市',371327,'莒南县',NULL,NULL),
('wExy0bK3R0e2haOomvhIzwNctBtmfZ39',150000,'内蒙古自治区',150900,'乌兰察布市',150922,'化德县',NULL,NULL),
('WfddiEdXZVsnnACc0dVPafzUHDTn6ane',620000,'甘肃省',620500,'天水市',620502,'秦州区',NULL,NULL),
('WfixGALRTJMyftrCAVJKkhfdb90s4PMh',370000,'山东省',370800,'济宁市',370831,'泗水县',NULL,NULL),
('wgB2gZ1XAUA5wbciKDOZmE2453R0hd3u',640000,'宁夏回族自治区',640100,'银川市',640121,'永宁县',NULL,NULL),
('wGD12YyHGaDtl7pwfwHNFPYe5BxL3MBu',370000,'山东省',371700,'菏泽市',371721,'曹县',NULL,NULL),
('WGr1EYOW7CxJS1koOLeIG6j7uV2cKZvq',370000,'山东省',370400,'枣庄市',370406,'山亭区',NULL,NULL),
('wHMCB15gUxQsyhyN9euDxBgkIrRRwTKS',540000,'西藏自治区',540300,'昌都市',540323,'类乌齐县',NULL,NULL),
('WHwjRchDaK53QURqmmzCc1luhMU1cPl6',540000,'西藏自治区',540200,'日喀则市',540202,'桑珠孜区',NULL,NULL),
('WHyuFGf4pFVwFCWFmDXJDMSTFtfDioUb',150000,'内蒙古自治区',150800,'巴彦淖尔市',150822,'磴口县',NULL,NULL),
('wIS3u6WbX3h5pCJEVtqxiHrWc2qQPqu0',150000,'内蒙古自治区',150300,'乌海市',150303,'海南区',NULL,NULL),
('WIzzXUyRtEHkpVdaZjq1GcK1GaFD3eM4',650000,'新疆维吾尔自治区',654200,'塔城地区',654202,'乌苏市',NULL,NULL),
('wJVivuNj3auMj28nid1lr3NDBYTqfPgE',510000,'四川省',513300,'甘孜藏族自治州',513331,'白玉县',NULL,NULL),
('wkUmYzOagGqU8LhYQ7U1f09x5DNSRwPr',650000,'新疆维吾尔自治区',652900,'阿克苏地区',652922,'温宿县',NULL,NULL),
('wL760AJJje2nyxQsAn0IoG20Jvbdn467',510000,'四川省',513200,'阿坝藏族羌族自治州',513229,'马尔康县',NULL,NULL),
('wL8dtCtmg1dOhLQNiVAYZQ7RPoibRBis',530000,'云南省',530100,'昆明市',530101,'市辖区',NULL,NULL),
('wMal2YD7uUYXGqU7I2R3ypfQiMTVP9ae',430000,'湖南省',430500,'邵阳市',430522,'新邵县',NULL,NULL),
('WMV9Npt0r0xyXZWzRrqFTlPZjoUb1oMz',420000,'湖北省',420600,'襄阳市',420602,'襄城区',NULL,NULL),
('WN1wpj9GLFP1s1DWB2eSz2jjujXGmAHy',500000,'重庆市',500100,'市辖区',500103,'渝中区',NULL,NULL),
('wNdvMbrtRK1F9Cq8dyUM0vm8sGSdiGkq',130000,'河北省',130600,'保定市',130628,'高阳县',NULL,NULL),
('wNfJKowiKFWAUBbWYRgxM5XmMEKBDbTJ',330000,'浙江省',331000,'台州市',331001,'市辖区',NULL,NULL),
('wNhN1xvJ0E5ke1eWPbhFkwszjGkpUbZh',410000,'河南省',410500,'安阳市',410581,'林州市',NULL,NULL),
('wNhP7XfflPVYVAZ0Sfrk9BnXvuNk7pym',420000,'湖北省',420900,'孝感市',420984,'汉川市',NULL,NULL),
('wNiTrot2DRepbxZbK5YungZZPZjr5Yp1',530000,'云南省',530300,'曲靖市',530301,'市辖区',NULL,NULL),
('WnS5GYFe1eUJNAn0JrTWTuBmS9X8GOTP',420000,'湖北省',422800,'恩施土家族苗族自治州',422823,'巴东县',NULL,NULL),
('WnT9UXRkQ8XcX3fVHAFr2Jkksbm7j5ja',520000,'贵州省',522300,'黔西南布依族苗族自治州',522301,'兴义市',NULL,NULL),
('WO4LtV06miinQVXO4Kns2EXIxlZIsXip',360000,'江西省',361000,'抚州市',361021,'南城县',NULL,NULL),
('wOl8tNqzqeIJloNCwAfjFdWTvFFbITb5',340000,'安徽省',341800,'宣城市',341821,'郎溪县',NULL,NULL),
('wpkf6ByOewOk1ZJu83HcHKsV3nytw2t6',440000,'广东省',441400,'梅州市',441403,'梅县区',NULL,NULL),
('wPnh7zjHoHcKWlJsWbVVFpRX149l9w1o',420000,'湖北省',420100,'武汉市',420103,'江汉区',NULL,NULL),
('wPppEQ80s5T5AuvW3gZYLLmls6ZujWC5',510000,'四川省',511000,'内江市',511024,'威远县',NULL,NULL),
('WQciLLnrTZ8x6JdGDZTjHqQNhQetvY9F',440000,'广东省',445300,'云浮市',445381,'罗定市',NULL,NULL),
('wqrI8k7tNpu4H7mjinPSHKtYfd7Oyb7P',130000,'河北省',130600,'保定市',130608,'清苑区',NULL,NULL),
('wQuLang07nnDP7V7GSdgttKbxX12ZHnB',120000,'天津市',120100,'市辖区',120116,'滨海新区',NULL,NULL),
('wRAaVYXIvgEgec9YioT9UXSo9ooADgfj',320000,'江苏省',321200,'泰州市',321201,'市辖区',NULL,NULL),
('Wral7lf0aFE4h15eJMzjKAySwSBfgq9i',210000,'辽宁省',211200,'铁岭市',211201,'市辖区',NULL,NULL),
('wRBgnUhusFLH2VnUgsmdRwQuK8eCfefo',440000,'广东省',441200,'肇庆市',441226,'德庆县',NULL,NULL),
('WrcyY4h3fTA7EMKeM3JloKqI7iWHuagC',520000,'贵州省',520500,'毕节市',520501,'市辖区',NULL,NULL),
('WrfJMziEbQuK79iP7YjwwQwWXO3FYKFW',130000,'河北省',130400,'邯郸市',130423,'临漳县',NULL,NULL),
('WRiKFWxIMCB022Tc9ZmE0Up7eFs60yz2',420000,'湖北省',420600,'襄阳市',420682,'老河口市',NULL,NULL),
('wSClFaGLAtqAspwepcClGg4oBHytw4DL',510000,'四川省',511100,'乐山市',511126,'夹江县',NULL,NULL),
('WSmZLGVrhSpgTyULU6EKDNW6Apaqv3AD',130000,'河北省',130200,'唐山市',130225,'乐亭县',NULL,NULL),
('WSqkcPqrMsKfOagB6yiD8CvwVTwL8eA2',420000,'湖北省',420200,'黄石市',420205,'铁山区',NULL,NULL),
('wszkKCIxn6cA9RDumaBkIqQL8eBbUPhK',510000,'四川省',510900,'遂宁市',510922,'射洪县',NULL,NULL),
('wTIKrPEAQhHxqnoJi9GNOtNnklCUtw3u',520000,'贵州省',520100,'贵阳市',520103,'云岩区',NULL,NULL),
('wTL0yz3qNx7RJYvtFLEP1s5SZ9CvxX3e',510000,'四川省',510500,'泸州市',510503,'纳溪区',NULL,NULL),
('wTLYpXp2OKaqsRNfGviNV5tZmGcL3OLb',420000,'湖北省',421100,'黄冈市',421124,'英山县',NULL,NULL),
('Wtqwa95PK4UegtnlrZr75VeehzRrtRL1',220000,'吉林省',220300,'四平市',220323,'伊通满族自治县',NULL,NULL),
('WTrot1xuDyHHcNajSjMMrFR8XcZ9DxFw',330000,'浙江省',330700,'金华市',330781,'兰溪市',NULL,NULL),
('wUM1E1YC4jcUM2G9y9V06j6rH2TekMJa',430000,'湖南省',430400,'衡阳市',430481,'耒阳市',NULL,NULL),
('wUN871BN1zDip1HicY4i8BqaokktexTD',120000,'天津市',120100,'市辖区',120110,'东丽区',NULL,NULL),
('wvPsBwDq4T6EOW8GQ1nHbEzLVaSKXnPQ',130000,'河北省',130700,'张家口市',130722,'张北县',NULL,NULL),
('wVRqkg7FPX8FNNtLgSstSKXq2MDEaLao',360000,'江西省',360200,'景德镇市',360281,'乐平市',NULL,NULL),
('WwBhtmbHOOrAuvTOdsuW2dOfEkxwRz9P',150000,'内蒙古自治区',150700,'呼伦贝尔市',150723,'鄂伦春自治旗',NULL,NULL),
('WwDq2NHUlNNrFSceo7dCghsgO7XiscuI',210000,'辽宁省',210100,'沈阳市',210114,'于洪区',NULL,NULL),
('wwSEsbm9tJ8gMWd6I7fJJkheb5JbBkE6',220000,'吉林省',220100,'长春市',220104,'朝阳区',NULL,NULL),
('wWWKLqFSdhB06j5moJkhghtng3lpQRz7',350000,'福建省',350500,'泉州市',350524,'安溪县',NULL,NULL),
('wWYUuw1lvl4arzmVo0Gg5u0oPOmg2h7B',440000,'广东省',445200,'揭阳市',445281,'普宁市',NULL,NULL),
('WXLNxa3ADfc3yqkeXWFkxvMcvK3T8RIR',410000,'河南省',411000,'许昌市',411024,'鄢陵县',NULL,NULL),
('WXNYkxxVPfA06kdUMXitiWB4mpQNk4eO',510000,'四川省',510900,'遂宁市',510904,'安居区',NULL,NULL),
('WXQbesosV4tZnIh8GQ2u86V8KcChrama',110000,'北京市',110100,'市辖区',110115,'大兴区',NULL,NULL),
('wY7vZjq1E11Sca5Nxa1udqmmxsx7PEzK',370000,'山东省',371700,'菏泽市',371722,'单县',NULL,NULL),
('WYSjJBCaMgPdpdHJmqWeb5H32Tb5IawX',420000,'湖北省',420100,'武汉市',420106,'武昌区',NULL,NULL),
('x0g7CB023ZCWGrYpXnUc9YggnVlMI30E',510000,'四川省',513400,'凉山彝族自治州',513432,'喜德县',NULL,NULL),
('x1nDUsqzo7hPciLNuUWMU3mwl0OUXTqh',120000,'天津市',120200,'县',120225,'蓟县',NULL,NULL),
('X2dKYthPaaabetvW05dGDXIzxQrw7TUJ',320000,'江苏省',320600,'南通市',320682,'如皋市',NULL,NULL),
('x2qSTILsSQszkLH2UjD6rKeM1DVAYZRa',130000,'河北省',130200,'唐山市',130209,'曹妃甸区',NULL,NULL),
('x2rU2mvjRdlVqcA8LgTwK3OKapoBDfb2',120000,'天津市',120100,'市辖区',120101,'和平区',NULL,NULL),
('X5qGZKAzTCd6J8nibSEsal4aprNvYcWW',350000,'福建省',350400,'三明市',350427,'沙县',NULL,NULL),
('x6Kj6rKdHIjgeb3zxQpns2EZP0nGbFCY',330000,'浙江省',331100,'丽水市',331124,'松阳县',NULL,NULL),
('X6rJbAeflR5GYIt5PK3S3t4KmoJmoMw7',370000,'山东省',370700,'潍坊市',370703,'寒亭区',NULL,NULL),
('X6rMrGVp7bplilD131LBzRsx8W8IYBUC',130000,'河北省',130500,'邢台市',130531,'广宗县',NULL,NULL),
('X6v4H6gO9abgEgfflOTSvMdy09DxDpWn',650000,'新疆维吾尔自治区',652800,'巴音郭楞蒙古自治州',652823,'尉犁县',NULL,NULL),
('X8BrhVB6v4F0R8V3loNDC3h19uRHIjgg',530000,'云南省',530400,'玉溪市',530423,'通海县',NULL,NULL),
('x8TTEnOJ3WlMHZJu80uhMSSA8OrBzTCc',430000,'湖南省',430100,'长沙市',430124,'宁乡县',NULL,NULL),
('x9YhlGeY12WrdA9OuPy5AyRrtTRuIVjE',130000,'河北省',130300,'秦皇岛市',130304,'北戴河区',NULL,NULL),
('xa3DP4H8orQK1Kwaa7YkxAaUQn9wW2bC',340000,'安徽省',341100,'滁州市',341126,'凤阳县',NULL,NULL),
('xA8J7fKNzjIt2DVyPkZOUVN2DUttNpu4',440000,'广东省',440100,'广州市',440118,'增城区',NULL,NULL),
('XATA5wdjKG1R4BHt86XkCYNV4rQJVjD6',410000,'河南省',410500,'安阳市',410503,'北关区',NULL,NULL),
('xb92zyWSodHF6mltahHucn8opH59ojfa',650000,'新疆维吾尔自治区',654000,'伊犁哈萨克自治州',654028,'尼勒克县',NULL,NULL),
('XbQxY8ziC3fTA7DFhe9VZ0TkMKeN70yB',530000,'云南省',530800,'普洱市',530824,'景谷傣族彝族自治县',NULL,NULL),
('XbTM1EZR92ACbURodKUaW2bFBRn7hVAY',410000,'河南省',410400,'平顶山市',410423,'鲁山县',NULL,NULL),
('XBVIBKKnqRTFxxWSrpztw0he8QGInAEm',610000,'陕西省',610700,'汉中市',610701,'市辖区',NULL,NULL),
('XC01XASrrI6cwRy1jjtfGtcqlkq0zGwr',610000,'陕西省',610900,'安康市',610924,'紫阳县',NULL,NULL),
('XC5qI6fN1zDkyEr3NHUkIqRRxWXO1xqn',320000,'江苏省',320800,'淮安市',320830,'盱眙县',NULL,NULL),
('xccfuw1lxtAmTeiB023YxDpYtgLRQuMf',450000,'广西壮族自治区',450600,'防城港市',450601,'市辖区',NULL,NULL),
('xcdjLH452MCD8CxHG8w1oIeQplluiRer',340000,'安徽省',340300,'蚌埠市',340301,'市辖区',NULL,NULL),
('xCitmdOiQcgB2dQpkgaSKUc3ypfRm5bu',440000,'广东省',440600,'佛山市',440605,'南海区',NULL,NULL),
('xCjzJMzmWsk5kbMcuGNLfM2IfYVzSz2k',420000,'湖北省',420600,'襄阳市',420625,'谷城县',NULL,NULL),
('XcZdWVC8FMI6dz6BzRplkq1F5i2bDsdA',360000,'江西省',361000,'抚州市',361029,'东乡县',NULL,NULL),
('Xd6GWuvRDq4WlKwbciJBEipWjCWKLoyo',620000,'甘肃省',621200,'陇南市',621227,'徽县',NULL,NULL),
('XD8DCZXGnDUtwZdY4gYSjLKi5llvkZOU',410000,'河南省',411600,'周口市',411624,'沈丘县',NULL,NULL),
('XDbRBfixFyBbW17mh9MhSpgUB7EIsZpV',510000,'四川省',511400,'眉山市',511424,'丹棱县',NULL,NULL),
('xDnNKbuLcwPrwbaa80r5Veb4ETlSccfv',620000,'甘肃省',621200,'陇南市',621226,'礼县',NULL,NULL),
('xDr64T6ENRJWmNMj4gUElAM0tdvIS6Ja',410000,'河南省',411600,'周口市',411601,'市辖区',NULL,NULL),
('xekOTTCghrfLVaTOezY25bsCxFzJJlkt',520000,'贵州省',520400,'安顺市',520401,'市辖区',NULL,NULL),
('xeo6am9x5DKFVutMlbHPQCp0FbHNKbuJ',150000,'内蒙古自治区',150400,'赤峰市',150421,'阿鲁科尔沁旗',NULL,NULL),
('xepby4wepby2nAFr1F3auLbtGPTSxUJM',620000,'甘肃省',622900,'临夏回族自治州',622922,'康乐县',NULL,NULL),
('Xfb2s0ugGugFoPMhTty8TUIHaBjBUCbV',440000,'广东省',445200,'揭阳市',445201,'市辖区',NULL,NULL),
('XFkuhO0s6ZuhNXgjBUySBc1lwqns2BLR',430000,'湖南省',430400,'衡阳市',430407,'石鼓区',NULL,NULL),
('xftrENRKZAMYlF6pwgzTDiseDioXp4Ub',650000,'新疆维吾尔自治区',653100,'喀什地区',653127,'麦盖提县',NULL,NULL),
('xGE4cDpYuokhhoWmOPAgnVmQZe3rSVN5',360000,'江西省',360800,'吉安市',360823,'峡江县',NULL,NULL),
('Xgfhvz8MorQK1Lzo43T8QFE4gVGs4QQy',230000,'黑龙江省',230100,'哈尔滨市',230183,'尚志市',NULL,NULL),
('XgjzM2G8rFQ4G2XyIJnwiNTXXJEShD7A',610000,'陕西省',610100,'西安市',610114,'阎良区',NULL,NULL);
INSERT INTO `t_code_area` (`id`, `province_id`, `province_name`, `city_id`, `city_name`, `area_id`, `area_name`, `block_id`, `block_name`)
VALUES
('XGoKpFUp8k10NOx3uabfxNctCwz6GWur',420000,'湖北省',420100,'武汉市',420102,'江岸区',NULL,NULL),
('XGrYmJrRPndPkZOXcVRm47dxTGBO5PHQ',430000,'湖南省',431200,'怀化市',431229,'靖州苗族侗族自治县',NULL,NULL),
('xgyOeA5tXcZcPpoACaNk6npJjdXXMQIS',360000,'江西省',360400,'九江市',360403,'浔阳区',NULL,NULL),
('xhAZ1ZHnCP6TZ5lihkFcQtFLCFktfCd2',350000,'福建省',350200,'厦门市',350203,'思明区',NULL,NULL),
('xhDdZ7w2u972CO5NAo1MHZGknMzo6brv',370000,'山东省',370100,'济南市',370105,'天桥区',NULL,NULL),
('XhmMFR8UZ3atI1MEOTUJJh4nt6U6CB18',500000,'重庆市',500100,'市辖区',500113,'巴南区',NULL,NULL),
('XhmPRHJnAB8HTdhyM4QRBivsDC18pv8Y',320000,'江苏省',321300,'宿迁市',321323,'泗阳县',NULL,NULL),
('XHs3IeTCeb1rYmLzmYC0ZOX8EHnEXGmC',410000,'河南省',410500,'安阳市',410502,'文峰区',NULL,NULL),
('XHuaestPy9V2fYVyRuGORHJpJeNagEju',450000,'广西壮族自治区',451200,'河池市',451229,'大化瑶族自治县',NULL,NULL),
('XIwkShB17osU2jjq4RZcPpnxodILv6RO',420000,'湖北省',420800,'荆门市',420801,'市辖区',NULL,NULL),
('xjNTTCgjCYQ92AEkyBc0kpU9TPl48k4c',520000,'贵州省',522700,'黔南布依族苗族自治州',522722,'荔波县',NULL,NULL),
('xjP1taewK0F6pxhEheddfqeJOHSa2wl0',540000,'西藏自治区',540100,'拉萨市',540127,'墨竹工卡县',NULL,NULL),
('xJQUSrsLi27njjr63NGS9W8HUhxEvqqG',360000,'江西省',360700,'赣州市',360724,'上犹县',NULL,NULL),
('XKKi5oyocCnPSKYq3QUQjSjJyrot3F1X',610000,'陕西省',610700,'汉中市',610729,'留坝县',NULL,NULL),
('xkR8V5u0qYoS5EP1s5T1h9LcxWWKKkf6',610000,'陕西省',610300,'宝鸡市',610327,'陇县',NULL,NULL),
('xKXlKv94KmqQPqtXe5zttNqAtrDHqRTJ',410000,'河南省',410300,'洛阳市',410304,'瀍河回族区',NULL,NULL),
('xKYr773MxfpasDB00ThxJPQwX3cIPOrB',530000,'云南省',532600,'文山壮族苗族自治州',532627,'广南县',NULL,NULL),
('xKYseBaSKVc7MqDHqT2lpU9REzKQOl9x',330000,'浙江省',330800,'衢州市',330822,'常山县',NULL,NULL),
('XlE4fTxPmcIOLgQiMQK0D130LByOhLOE',130000,'河北省',130800,'承德市',130821,'承德县',NULL,NULL),
('XlFaHMHZHmvkXFgc2sZoQSIKtZjtfEoQ',450000,'广西壮族自治区',450900,'玉林市',450903,'福绵区',NULL,NULL),
('xlTjIt2EZOW6yiD8ButI2S6H43VhsiVB',430000,'湖南省',431200,'怀化市',431201,'市辖区',NULL,NULL),
('xm0MI5am9w0ikyDoS2pKmqSVPewK2MBx',130000,'河北省',130100,'石家庄市',130121,'井陉县',NULL,NULL),
('XMTZ7rFRa3CKLowgAYWC8EIt4MuYe4va',140000,'山西省',141000,'临汾市',141081,'侯马市',NULL,NULL),
('xn47al5dGALRSChq8duFGhbX15cBgkGh',340000,'安徽省',340100,'合肥市',340123,'肥西县',NULL,NULL),
('xn8opG454Xq3S4yn42PRGGaDwy4wfwFB',510000,'四川省',511600,'广安市',511601,'市辖区',NULL,NULL),
('xNbqpBC9LamcIONmeWSm1S9W8GPW3jf6',650000,'新疆维吾尔自治区',653000,'克孜勒苏柯尔克孜自治州',653023,'阿合奇县',NULL,NULL),
('XnS7KfQiNXc0e0aFD3cGDZSemWvy3t0u',610000,'陕西省',610200,'铜川市',610203,'印台区',NULL,NULL),
('XnT9UWO5QMcxVRn6fLVc2qSWTvIQX3fX',620000,'甘肃省',620200,'嘉峪关市',620201,'市辖区',NULL,NULL),
('XNXd2oF20KBzUGvl21MJ9nfZ0Vp9nfYW',540000,'西藏自治区',542200,'山南地区',542222,'扎囊县',NULL,NULL),
('XO0qWjxCjxBgjATwL62Ku1s5U5AvCp0C',210000,'辽宁省',211100,'盘锦市',211101,'市辖区',NULL,NULL),
('XO3EYKGYFgaQCmMGUlOTPjXEgaUSvJXs',510000,'四川省',510100,'成都市',510113,'青白江区',NULL,NULL),
('xOiTn58fGvkZLH2Xtk7ov82AEoNFOSOf',330000,'浙江省',330500,'湖州市',330523,'安吉县',NULL,NULL),
('xOiUsrCFkq2Hf07ot0ugGt74PJ2QW18p',360000,'江西省',360100,'南昌市',360111,'青山湖区',NULL,NULL),
('Xq51IjhgmOOtKcBeb6MqFScdjKDNTULS',150000,'内蒙古自治区',150700,'呼伦贝尔市',150782,'牙克石市',NULL,NULL),
('XQdoavSFzIHbHJoDP6SSz7J7hQdn452L',620000,'甘肃省',620500,'天水市',620525,'张家川回族自治县',NULL,NULL),
('XQeqhYRgxIRX5owiIxpgWLNyfparwa5K',350000,'福建省',350600,'漳州市',350627,'南靖县',NULL,NULL),
('xQtDASsuVYVyQpljpVd9YhgmPVWN1wph',520000,'贵州省',520100,'贵阳市',520113,'白云区',NULL,NULL),
('XRhD9IYzM1AHBJH7lcOk38j37j0WwFAL',440000,'广东省',441400,'梅州市',441426,'平远县',NULL,NULL),
('xRxUObjQ91vjUpcAaUSvL8dxPquZioUe',620000,'甘肃省',620100,'兰州市',620122,'皋兰县',NULL,NULL),
('xTGyB9OtKbuK7bqnrU6AttMk7rJ7hTrm',410000,'河南省',410300,'洛阳市',410306,'吉利区',NULL,NULL),
('XtmcKYtgKOFKzpeKRWYSjMOzdgsooDP5',360000,'江西省',360700,'赣州市',360702,'章贡区',NULL,NULL),
('XuonvfzWPbiIzzWPbetx5FVrhVEjpZwu',140000,'山西省',141000,'临汾市',141027,'浮山县',NULL,NULL),
('XVDe7J9mfXTrlg5xdmYBYUtrCDbQtI0J',210000,'辽宁省',211200,'铁岭市',211223,'西丰县',NULL,NULL),
('xvHQX7ziB04bwWXMUZ7rI3YyIKrPBp65',130000,'河北省',130300,'秦皇岛市',130306,'抚宁区',NULL,NULL),
('xvLal341Lyn2Tb6NuUTCgjAQjP4JfUFq',430000,'湖南省',430300,'湘潭市',430382,'韶山市',NULL,NULL),
('XVyPm9uSKXoWkHjkwuK65XnR0g8K9maC',340000,'安徽省',341800,'宣城市',341823,'泾县',NULL,NULL),
('XWEf9RIMDEcUO70vofTA4sTXXMPFHif9',310000,'上海市',310100,'市辖区',310106,'静安区',NULL,NULL),
('xwTGCTssJ6bqqH455ZzGxtBsjZTmUkLH',450000,'广西壮族自治区',450300,'桂林市',450329,'资源县',NULL,NULL),
('xWVEjr64T3sV7GThvAfhxGF5i29vSKWi',350000,'福建省',350100,'福州市',350123,'罗源县',NULL,NULL),
('xWXO3DTo7eEpUaV06kbJYupozxNeBaTM',650000,'新疆维吾尔自治区',652700,'博尔塔拉蒙古自治州',652722,'精河县',NULL,NULL),
('XxIKtW7DEdY28qv6QK4UaZhfgq9iUttP',220000,'吉林省',220300,'四平市',220322,'梨树县',NULL,NULL),
('xxX11WsiVA19zc9Xd4u81wqmmCNXioXp',440000,'广东省',440900,'茂名市',440902,'茂南区',NULL,NULL),
('xXXLLot5ODzOdssLgTtAiBXP7U2h9Lbu',610000,'陕西省',610900,'安康市',610923,'宁陕县',NULL,NULL),
('xy0cMbpljmJnystQFD25buJ4Xq50BQgC',140000,'山西省',140800,'运城市',140827,'垣曲县',NULL,NULL),
('xY4j8DARnavTN60zDmHf19AhuryiHqRT',370000,'山东省',370200,'青岛市',370214,'城阳区',NULL,NULL),
('xyZ6rGVsk6mkr2IkkujUtvURpjaMcxWT',130000,'河北省',130400,'邯郸市',130432,'广平县',NULL,NULL),
('xZ9DzM2F5i148k5fRocGDXHwkWwDtgMW',530000,'云南省',530100,'昆明市',530129,'寻甸回族彝族自治县',NULL,NULL),
('xZbL9gHAEjscuGNNpsXfaW5rMot1xtBp',610000,'陕西省',610100,'西安市',610103,'碑林区',NULL,NULL),
('xZcRxX133YvsBvzaZgaVVHAHwnax4whF',420000,'湖北省',420900,'孝感市',420921,'孝昌县',NULL,NULL),
('XzOcocEuk36eEqYsdxSCkAO6XhmR1mCQ',340000,'安徽省',341200,'阜阳市',341204,'颍泉区',NULL,NULL),
('XzPgGs70vm8pv94KlksahJFWB03579gJ',610000,'陕西省',610800,'榆林市',610826,'绥德县',NULL,NULL),
('Y0VqeGzFr2HfYZRa8Xe7Lj4j8BtlbKZz',440000,'广东省',440100,'广州市',440117,'从化区',NULL,NULL),
('Y0Wvy8Ox5CIAzYYNV5tYgeb7RL62Hh5t',530000,'云南省',530800,'普洱市',530828,'澜沧拉祜族自治县',NULL,NULL),
('Y12Xwy4xiHt5T1f3nxpfTz1cL63POomv',630000,'青海省',630200,'海东市',630202,'乐都区',NULL,NULL),
('Y26hTuzfnZE8x7QJVjBUB8GR6MqCEe3q',510000,'四川省',510100,'成都市',510129,'大邑县',NULL,NULL),
('y2nCMSSDoS3t4Mxb8ZmHeTEmJqLoxjNV',420000,'湖北省',420100,'武汉市',420115,'江夏区',NULL,NULL),
('Y3bBixCjzJOFMH0KCDcTJOGQ0nEYMMpx',110000,'北京市',110100,'市辖区',110117,'平谷区',NULL,NULL),
('Y3eM5U7J9niaPsCzQm8ptYkvrw5I9tKb',360000,'江西省',360900,'宜春市',360925,'靖安县',NULL,NULL),
('y3pKke1g5sU2fYXJEQ80tcpfSsx6NvYd',350000,'福建省',350100,'福州市',350111,'晋安区',NULL,NULL),
('y3rT09AmQYaK7akYLGZIu984MyguvURn',510000,'四川省',510500,'泸州市',510524,'叙永县',NULL,NULL),
('y3sZoRVTxQqtU07rEMLkdUJOGR2t5T0c',610000,'陕西省',610400,'咸阳市',610481,'兴平市',NULL,NULL),
('y3u4MuXbRBefmUjEcQtGPX8CyJS0dWSq',510000,'四川省',511600,'广安市',511602,'广安区',NULL,NULL),
('Y4fUEkAJNBqdBc1lxuFHjjumbExAc1ly',530000,'云南省',532500,'红河哈尼族彝族自治州',532524,'建水县',NULL,NULL),
('Y4i3g049qtXd4v81AEnKrPGJsXfc5ERc',370000,'山东省',370800,'济宁市',370883,'邹城市',NULL,NULL),
('y5DJAB3khitl8vVWLOFKymZHnDSjLKfS',410000,'河南省',410400,'平顶山市',410402,'新华区',NULL,NULL),
('Y5i5pAB2eSz3pH6hXLNuW2eRrtUVJJkg',350000,'福建省',350700,'南平市',350701,'市辖区',NULL,NULL),
('y7LhXNWbX17nlqXnOLgQhIAA4oCICJFZ',450000,'广西壮族自治区',450400,'梧州市',450403,'万秀区',NULL,NULL),
('y7MmigglOSM875RVTxPl5fQjTkOTSA5y',120000,'天津市',120100,'市辖区',120104,'南开区',NULL,NULL),
('Y7uXaPrxftsJ43R0g9Mj4hZYIvevFCZT',130000,'河北省',131000,'廊坊市',131028,'大厂回族自治县',NULL,NULL),
('y8QCq7akYIvetuURtBrgO5RRz6ENTRvM',620000,'甘肃省',620900,'酒泉市',620902,'肃州区',NULL,NULL),
('y8SPl6j6pAvDuokhhnVkIqPHR4BFkvm8',130000,'河北省',130800,'承德市',130828,'围场满族蒙古族自治县',NULL,NULL),
('ya0oNEFf5xgyQnaAfmS8TVKOHQYcUMZu',420000,'湖北省',420500,'宜昌市',420501,'市辖区',NULL,NULL),
('yA6AttLdDoT9TRruX9K7crsQExCkBSrn',410000,'河南省',411700,'驻马店市',411725,'确山县',NULL,NULL),
('YaITb5H34ZzIIfZ0WuvTObm6eGyCd4xl',530000,'云南省',532600,'文山壮族苗族自治州',532625,'马关县',NULL,NULL),
('YaK68aiP6SSBeaYd1jjthQbfwKXq4WjC',370000,'山东省',370800,'济宁市',370829,'嘉祥县',NULL,NULL),
('YAQkWxLZxy0cNgMV7ELH43Uehvy5ENTU',370000,'山东省',370800,'济宁市',370881,'曲阜市',NULL,NULL),
('yb5JeM1F5gTvJZzJMzkOTRtBqcwQvPvR',610000,'陕西省',611000,'商洛市',611025,'镇安县',NULL,NULL),
('yb6Nw2u970vm8qymZIsZoOJ3Tc7QGKwb',140000,'山西省',140800,'运城市',140829,'平陆县',NULL,NULL),
('yBc0hd7LhWHvhIzyTDlGbKZzHCO6U5xh',650000,'新疆维吾尔自治区',653000,'克孜勒苏柯尔克孜自治州',653024,'乌恰县',NULL,NULL),
('yBc2oJllvnbEwwSFvqqGYEcSEqZzIIfY',140000,'山西省',141100,'吕梁市',141130,'交口县',NULL,NULL),
('yBd7NtOsHWusGQ0lwtBp7bqqGYGjlF6o',430000,'湖南省',431000,'郴州市',431001,'市辖区',NULL,NULL),
('YbTLWitiTrnnCO0tcoeQjSiHqQPsCzQl',610000,'陕西省',610500,'渭南市',610528,'富平县',NULL,NULL),
('yca5LqFSftpv95Nyfp7bsxb7SVMXhoZC',130000,'河北省',130400,'邯郸市',130424,'成安县',NULL,NULL),
('ycba6SUM1AGwnbCmMFPZktdwOiVAXSlU',620000,'甘肃省',620800,'平凉市',620802,'崆峒区',NULL,NULL),
('ycdhAZZOXbQz8MleVPbfzUGwogYUtuSJ',130000,'河北省',130200,'唐山市',130205,'开平区',NULL,NULL),
('Yd0cPpms1CP982EZPYhhp2NKbuJ0JqNy',340000,'安徽省',340200,'芜湖市',340201,'市辖区',NULL,NULL),
('YD4h18sK9nfWMYmHfZ23ZBWIAFoMyjHr',360000,'江西省',361100,'上饶市',361125,'横峰县',NULL,NULL),
('YD6qFUp8jZOZioVjzN5U8LeKT2oDTn1R',370000,'山东省',370600,'烟台市',370684,'蓬莱市',NULL,NULL),
('YD7uX7CxFzHEZR8V6wcfsqAvDraofUCd',440000,'广东省',441200,'肇庆市',441225,'封开县',NULL,NULL),
('YE8AnXuqwa7Xe8Npu4LqH1TflS9YimMD',230000,'黑龙江省',231200,'绥化市',231281,'安达市',NULL,NULL),
('YEbPomr0ujVvDvszlQ3BDgc5FVri10R6',410000,'河南省',410400,'平顶山市',410401,'市辖区',NULL,NULL),
('yEuhN0r1F6nmzzYZTkQ1s2HbHNHXxEtg',370000,'山东省',371500,'聊城市',371525,'冠县',NULL,NULL),
('yFvm8rCC6v4FXEe0aFE8ziyM5U7HYBXN',350000,'福建省',350100,'福州市',350121,'闽侯县',NULL,NULL),
('yGAJMw4G0R5H6gSn7iWFmDYKG2YBWKKk',410000,'河南省',410300,'洛阳市',410302,'老城区',NULL,NULL),
('YGihnT8TQogZYMNuV06k9EASrrGXAUEk',140000,'山西省',140200,'大同市',140212,'新荣区',NULL,NULL),
('YGjnLw93G369gLRSCkAN2HaBmNLj3ax3',210000,'辽宁省',210300,'鞍山市',210302,'铁东区',NULL,NULL),
('ygvCnS7Li5khd6I6buK7ak0TiBZXGmCO',430000,'湖南省',430900,'益阳市',430922,'桃江县',NULL,NULL),
('ygvy4zvCq78crrJ8lbIPSKVfiyJS0cSD',450000,'广西壮族自治区',451400,'崇左市',451422,'宁明县',NULL,NULL),
('ygwDumbGHicWXQ94IdM5XkE7rI31LCEe',230000,'黑龙江省',230200,'齐齐哈尔市',230224,'泰来县',NULL,NULL),
('YHnG7migfiATzY25cwRCiwwUOcnauPtJ',130000,'河北省',130200,'唐山市',130207,'丰南区',NULL,NULL),
('YHpODzPeyVMZpVhq8fFpUaW3h5pEQ8Xg',210000,'辽宁省',210300,'鞍山市',210323,'岫岩满族自治县',NULL,NULL),
('yiFjmLwa7W9OtJ69jVyOgJH6j4hZYJAz',520000,'贵州省',520600,'铜仁市',520626,'德江县',NULL,NULL),
('yiGjlF5kdVPetvYaNj1ZKAzSyXWIysvY',360000,'江西省',360700,'赣州市',360703,'南康区',NULL,NULL),
('yIHcK0CWEhjwz4v80vjUtqzpdEr5Zul6',510000,'四川省',513300,'甘孜藏族自治州',513338,'得荣县',NULL,NULL),
('yIJozxNdvL9hLROk36eFtfEjtgKOFHkq',610000,'陕西省',610600,'延安市',610621,'延长县',NULL,NULL),
('YIveuBlOPzefp6bplkr4QTLWjwy2oEVw',650000,'新疆维吾尔自治区',653000,'克孜勒苏柯尔克孜自治州',653001,'阿图什市',NULL,NULL),
('YIxn47cvMbqsNtNorSVN3HcKYuk0UmTe',370000,'山东省',371300,'临沂市',371324,'兰陵县',NULL,NULL),
('yJOK9k359jYMPBmPW3h4mqT0cPpqGYFe',430000,'湖南省',430800,'张家界市',430821,'慈利县',NULL,NULL),
('YjujYLJfPfDe7KcDpYuoi9J3S6JcEsal',620000,'甘肃省',623000,'甘南藏族自治州',623024,'迭部县',NULL,NULL),
('YjwtEGhc0ighupsTVLVaTOfB8HUlNLj4',430000,'湖南省',430500,'邵阳市',430529,'城步苗族自治县',NULL,NULL),
('YkAO5T2mufA2icY5mpODzO9bkUqgQhHv',520000,'贵州省',520100,'贵阳市',520102,'南明区',NULL,NULL),
('yKYr75XkBUzWQdpeLZsajSjKG0NQDumc',330000,'浙江省',330700,'金华市',330723,'武义县',NULL,NULL),
('YLGYHnCQabhDbQuNmf1aDuompRVSqke2',410000,'河南省',410200,'开封市',410203,'顺河回族区',NULL,NULL),
('ylThzQkYIxkVqfKSX00R7PBqam8rDJxn',520000,'贵州省',520300,'遵义市',520303,'汇川区',NULL,NULL),
('yLXkE6mnCO2CNXe7LhYSgwIOLfM1zBc1',520000,'贵州省',520300,'遵义市',520321,'遵义县',NULL,NULL),
('yLYoVfizPgEjsbqnt4LtV06mmwm5eGAG',140000,'山西省',140100,'太原市',140123,'娄烦县',NULL,NULL),
('yLYpYwuK8fHxuDyHF7qAuzb2ubhGs2F2',320000,'江苏省',321300,'宿迁市',321301,'市辖区',NULL,NULL),
('yM2JlmF23YxCitj0Uo2T9UYYLKgYSiJy',520000,'贵州省',520500,'毕节市',520522,'黔西县',NULL,NULL),
('YmIloLv6PGLBxKYr8cph2cHMBwCnQX3i',130000,'河北省',130600,'保定市',130624,'阜平县',NULL,NULL),
('YmLAvy7LkaFIpJgYTqgRl2XusGQ1rYmJ',370000,'山东省',370100,'济南市',370112,'历城区',NULL,NULL),
('YMLnqQL675U8Mnls4PMfKOFJxhFilHjh',650000,'新疆维吾尔自治区',652200,'哈密地区',652201,'哈密市',NULL,NULL),
('YMPCrbtDASsv1rXjyGAHyyWRkWvAda2w',130000,'河北省',131000,'廊坊市',131025,'大城县',NULL,NULL),
('YnLv8WaPwW036bsBslaDxCjwxZ7v1qRU',500000,'重庆市',500100,'市辖区',500104,'大渡口区',NULL,NULL),
('YnLxgvCp0DYRcgAXTqh0YJxn47ak0Q4F',410000,'河南省',411200,'三门峡市',411221,'渑池县',NULL,NULL),
('YNTWQhFjsbpi7yfqdCjyDnQVXP81wofT',630000,'青海省',632700,'玉树藏族自治州',632726,'曲麻莱县',NULL,NULL),
('yo6cxTIIicWXNWbWZXDaNj0VrhVEkuiQ',230000,'黑龙江省',230200,'齐齐哈尔市',230231,'拜泉县',NULL,NULL),
('yo7jZR92yvJYxBfehyL2G9w1nG6kcOk0',350000,'福建省',350400,'三明市',350425,'大田县',NULL,NULL),
('yo9pqMsNqCB2fVJIcIONk9zfn0Gh9Oop',150000,'内蒙古自治区',150400,'赤峰市',150430,'敖汉旗',NULL,NULL),
('YoS2pNziAUDfc7QFGeWTtuUVIG4bwVSs',620000,'甘肃省',620700,'张掖市',620702,'甘州区',NULL,NULL),
('YoUc6JdJQTM0AHCO4KowhFmCRhGoKrKi',370000,'山东省',370100,'济南市',370113,'长清区',NULL,NULL),
('YP6PFInCO1wofRpi7ydjIwhGrXjvuIYy',630000,'青海省',632600,'果洛藏族自治州',632621,'玛沁县',NULL,NULL),
('Yq2MDFhggq9l38k4cFyCitiUvBnT9Yd1',430000,'湖南省',431300,'娄底市',431322,'新化县',NULL,NULL),
('Yq3NHUlNLi15eHEYMQHMEKCGnJkjoS3v',130000,'河北省',130600,'保定市',130606,'莲池区',NULL,NULL),
('Yq4S2nBIBJFZLJdHIlmEYKG2Xuqw8Yju',210000,'辽宁省',210100,'沈阳市',210113,'沈北新区',NULL,NULL),
('Yq4T4wespwfux4AyRtBrgQhGpQRBgmR5',340000,'安徽省',341300,'宿州市',341323,'灵璧县',NULL,NULL),
('Yq5XmNJ7eEqZul7pva94Jg18tLhXLNw2',150000,'内蒙古自治区',150100,'呼和浩特市',150102,'新城区',NULL,NULL),
('YQ6RMdz4sW9Oqv6QK2NGR9Xd1knJpG20',150000,'内蒙古自治区',150800,'巴彦淖尔市',150826,'杭锦后旗',NULL,NULL),
('yQpnu96T1g5tWaPsHUjGlufCaREvneQp',350000,'福建省',350300,'莆田市',350304,'荔城区',NULL,NULL),
('Yscsx7SQpmrXjvsCxEvqtTUFtbn9rAvy',130000,'河北省',130600,'保定市',130638,'雄县',NULL,NULL),
('yTCiq62KrQK0GbJYtiVxNdwNfHCP6TZ6',430000,'湖南省',430700,'常德市',430703,'鼎城区',NULL,NULL),
('YtfIDRfuzc6MrGYC2azc6NuVXRhDdZaF',530000,'云南省',530600,'昭通市',530625,'永善县',NULL,NULL),
('YTmYC29vWYVwHNHVnYyFxxUM0xxUM0xw',210000,'辽宁省',210600,'丹东市',210602,'元宝区',NULL,NULL),
('YTn2VnUhtonAA4nxn8mh7BxGDZQ7U2jg',350000,'福建省',350600,'漳州市',350623,'漳浦县',NULL,NULL),
('Yul8sI43Uc6LmjmGaDuonxm31NMmiggk',440000,'广东省',440800,'湛江市',440881,'廉江市',NULL,NULL),
('YUvAjCYQa83EZNRITaYcTKVb0joRZdUK',150000,'内蒙古自治区',150700,'呼伦贝尔市',150727,'新巴尔虎右旗',NULL,NULL),
('yuzgqdBd5GXBXP7V6CAWNXgivwVVEmF5',360000,'江西省',360200,'景德镇市',360222,'浮梁县',NULL,NULL),
('yvGNJ8iUvGHh9Kang2cKWlIpJh4je2lt',210000,'辽宁省',210400,'抚顺市',210404,'望花区',NULL,NULL),
('YvqtXd2mwqlhc3sYkxA9NqyjJBCbRz9S',370000,'山东省',371400,'德州市',371425,'齐河县',NULL,NULL),
('Yvrv6MsOx3vcjP1vgHubhIytAkGkqXoW',610000,'陕西省',610900,'安康市',610929,'白河县',NULL,NULL),
('YVwFCXMSQqrNvW4mqRRCjxCivsCwEvqt',610000,'陕西省',610600,'延安市',610628,'富县',NULL,NULL),
('YWDdY7sOuTN89dph01XyIKtXaRDoUflO',410000,'河南省',410200,'开封市',410222,'通许县',NULL,NULL),
('yWUxNctBp7cvIWq50E3avRDq2LAsnmta',520000,'贵州省',520300,'遵义市',520329,'余庆县',NULL,NULL),
('YwvPuMhVB4nxn8psSSy2mufzXVC7Aqbv',540000,'西藏自治区',540200,'日喀则市',540225,'拉孜县',NULL,NULL),
('YXIxphZWC4nwjQ5MtQDwxX28opIay7Ja',230000,'黑龙江省',230700,'伊春市',230707,'新青区',NULL,NULL),
('YXIzxOhMWe7Nqyn41MDEf7HZGg6ByM3M',370000,'山东省',370200,'青岛市',370282,'即墨市',NULL,NULL),
('yxPm8tOrBxKZumaBnS6H2XtnibSDq5Xm',510000,'四川省',511300,'南充市',511322,'营山县',NULL,NULL),
('yY3auPuOrBxJT6ENTUIHbEyEtdwMam9u',360000,'江西省',360900,'宜春市',360924,'宜丰县',NULL,NULL),
('YYMNw1pOFKAwHKsW9Mj3cCoUc6MsLhXN',130000,'河北省',131000,'廊坊市',131024,'香河县',NULL,NULL),
('yz1g7CATA6BxIMDD9FIrRPrw92xqou7Y',460000,'海南省',469000,'省直辖县级行政区划',469007,'东方市',NULL,NULL),
('yZ4eM3Lw8YjumaCp3RYaJZBSrpxkSdkP',210000,'辽宁省',210500,'本溪市',210522,'桓仁满族自治县',NULL,NULL),
('yZaJWp1IlpQQvTJRURnawY8AmTcccgzV',230000,'黑龙江省',230600,'大庆市',230605,'红岗区',NULL,NULL),
('Z0WwDp1HfZ4bzaX6sQIT8SM761ALSXYO',620000,'甘肃省',623000,'甘南藏族自治州',623023,'舟曲县',NULL,NULL),
('z1eY0WxIMDEaJ0HknKrOBp3UfiD6qH1T',130000,'河北省',130300,'秦皇岛市',130301,'市辖区',NULL,NULL),
('z3mxoeM2IiaLbtFLDKDNW7DEe09Bp3R1',230000,'黑龙江省',230300,'鸡西市',230306,'城子河区',NULL,NULL),
('z6EOUYZRcfrlf0aDwy2myvGKzo8mcL4U',370000,'山东省',371400,'德州市',371422,'宁津县',NULL,NULL),
('z6GVo52PPwX18sGUkJxiKFWyLYthN1vl',430000,'湖南省',431200,'怀化市',431225,'会同县',NULL,NULL),
('z8NsJ8k6j6rI44YvsCxExwTHF4bzaUUD',610000,'陕西省',610700,'汉中市',610723,'洋县',NULL,NULL),
('z8OtMj5j8AmUgsi0VuwWZ0TfqdDoT6H1',370000,'山东省',370700,'潍坊市',370701,'市辖区',NULL,NULL),
('z9TPjWzVIEXHsZs89blYIu7XirandNbn',220000,'吉林省',220300,'四平市',220301,'市辖区',NULL,NULL),
('zA2h8GPYcVQjQ6RPokhffkJyn451IlqW',150000,'内蒙古自治区',150900,'乌兰察布市',150927,'察哈尔右翼中旗',NULL,NULL),
('ZaJYtl8tNptZpSY6tQEBSpfTwOiTqfQl',350000,'福建省',350400,'三明市',350428,'将乐县',NULL,NULL),
('ZbMfGwqmpLtTVJKmoJkhgizN85U7HYCZ',360000,'江西省',360900,'宜春市',360983,'高安市',NULL,NULL),
('ZBRm1S8W5tU1bIS4whHrYmJoFXDaK52L',230000,'黑龙江省',230500,'双鸭山市',230523,'宝清县',NULL,NULL),
('zc4BDe6CGlyA5xep9qv4FZNQGGf09AiB',350000,'福建省',350100,'福州市',350103,'台江区',NULL,NULL),
('zc8TTCirbrtSPl6iZWxJRY8yelPZhhq7',360000,'江西省',360600,'鹰潭市',360681,'贵溪市',NULL,NULL),
('zCcY8Bsk6ot3F1YD7v2t6YnMEJxkThB0',530000,'云南省',532300,'楚雄彝族自治州',532329,'武定县',NULL,NULL),
('zCd5CEe2mvjSkNRJUb4CKH6gSqkbMbrw',150000,'内蒙古自治区',150900,'乌兰察布市',150929,'四子王旗',NULL,NULL),
('ZcPnh6w7ROl4cCmLBzTzZ5kbNhRgC7Bs',510000,'四川省',511000,'内江市',511002,'市中区',NULL,NULL),
('ZCYP4JgXO3EYJyssKbvPrCyM3OJ4Xq7b',420000,'湖北省',421200,'咸宁市',421223,'崇阳县',NULL,NULL),
('ZdZ7rI43T8RHLByNahLNw4DOXe8PAiwA',460000,'海南省',460100,'海口市',460107,'琼山区',NULL,NULL),
('Ze2jjthNZoQSIMCzOeA1fXTstOsJ564V',520000,'贵州省',520100,'贵阳市',520111,'花溪区',NULL,NULL),
('zEoRX2ax2pLqFTiD8EFdTHDUttQAfjEa',350000,'福建省',350700,'南平市',350724,'松溪县',NULL,NULL),
('zEpVegqdCishO5RTHE10ORHKtXfb2t6T',510000,'四川省',510500,'泸州市',510521,'泸县',NULL,NULL),
('Zf4u2BHwn8qzn0Jt2AFpVd9XaMdDnLzo',430000,'湖南省',430600,'岳阳市',430601,'市辖区',NULL,NULL),
('Zf6BzQoi6sNuTPkXDcSEr8ahHxrqDIyt',230000,'黑龙江省',230100,'哈尔滨市',230127,'木兰县',NULL,NULL),
('Zf7HXvvSGDXJBFnIh5sTTFvk0Q5H5cz6',630000,'青海省',632800,'海西蒙古族藏族自治州',632801,'格尔木市',NULL,NULL),
('zfo0JrRPppCJESjIxm1Sc90qVd7PDvtF',650000,'新疆维吾尔自治区',652300,'昌吉回族自治州',652325,'奇台县',NULL,NULL),
('zFwrsNqCEgaSIPMj25btDE9GLByOexSz',420000,'湖北省',420100,'武汉市',420111,'洪山区',NULL,NULL),
('Zg9REyEqZyCitk38j12XxEs9fDe8OsJ8',650000,'新疆维吾尔自治区',650100,'乌鲁木齐市',650109,'米东区',NULL,NULL),
('ZgaTOcrpypdFyBbZcRxY4h04bwTM1DYL',210000,'辽宁省',211000,'辽阳市',211005,'弓长岭区',NULL,NULL),
('ZGg9PtKbvOomucn7j28lbITaYd1g8GQ2',220000,'吉林省',220200,'吉林市',220203,'龙潭区',NULL,NULL),
('zHCQesqAvAiyGDYOW6yhAVHAGvkYIuae',370000,'山东省',370900,'泰安市',370923,'东平县',NULL,NULL),
('zHCRhDaMfLV9NmibVVDinRZf6zqdGzHA',450000,'广西壮族自治区',451200,'河池市',451221,'南丹县',NULL,NULL),
('zhvy5DJDNU2f06mknKqJfQkZMNtQDuol',330000,'浙江省',330700,'金华市',330727,'磐安县',NULL,NULL),
('zIG7oqMrLkcQuJ3UflPW5qJcEtiUuzb5',520000,'贵州省',522700,'黔南布依族苗族自治州',522729,'长顺县',NULL,NULL),
('ZimKu2ADghshTqhZXFikALT2lt99biKH',530000,'云南省',530100,'昆明市',530114,'呈贡区',NULL,NULL),
('ZIt4Kns2F36eDnLylSceo57ajSkP1qVd',610000,'陕西省',610100,'西安市',610102,'新城区',NULL,NULL),
('ZIu95SUKT2lr3KqIax0heaW3h3jgaTPh',610000,'陕西省',611000,'商洛市',611026,'柞水县',NULL,NULL),
('zJNFKAwFDZWwDq50BO6U7HZE9FHlr2Ii',320000,'江苏省',321100,'镇江市',321101,'市辖区',NULL,NULL),
('Zjq1GcNbncFAKQNhQessJ7hRhEgec6Oy',130000,'河北省',130600,'保定市',130632,'安新县',NULL,NULL),
('ZKBzVIH9wY9EFbNeFqYthP6SULVc4AyQ',520000,'贵州省',520200,'六盘水市',520221,'水城县',NULL,NULL),
('ZKFSfsmg4oDQ94LpzuBlOOtKbuJ3UflQ',410000,'河南省',410500,'安阳市',410501,'市辖区',NULL,NULL),
('Zkuk1YD4g036apnt5RRz9PAehwBhrcuK',650000,'新疆维吾尔自治区',654200,'塔城地区',654224,'托里县',NULL,NULL),
('Zkvm9vX3fTBbUQl20LFP1t7Zs8bl1Vo3',420000,'湖北省',420800,'荆门市',420804,'掇刀区',NULL,NULL),
('ZlCTrnqPGLAwIPPtLfN3JmoLu0oNFJxi',350000,'福建省',350100,'福州市',350125,'永泰县',NULL,NULL),
('ZLH2VnXwwVStyb6Nw2u96Wea1pQQxX27',450000,'广西壮族自治区',450700,'钦州市',450721,'灵山县',NULL,NULL),
('ZLI8k5kbMbplmzCc0gaTObl1WqcwPsBu',430000,'湖南省',431000,'郴州市',431026,'汝城县',NULL,NULL),
('ZLJatHXvtI0KxgAWNZpVdb4DOZnKqJeN',130000,'河北省',130400,'邯郸市',130406,'峰峰矿区',NULL,NULL),
('zlPYbSEscsv1oLtW8GQ2u9aaesrEOXbQ',520000,'贵州省',520600,'铜仁市',520628,'松桃苗族自治县',NULL,NULL),
('zLU7HYC17mf08tQBjD3cHKsTUIJjcUM3',370000,'山东省',371300,'临沂市',371302,'兰山区',NULL,NULL),
('zmS8V4nwjP2ADgfhwAd9ZjpYrboi8EGh',650000,'新疆维吾尔自治区',652700,'博尔塔拉蒙古自治州',652723,'温泉县',NULL,NULL),
('zmUhxIKu2xrpym2VkIrU4qOAjGkqYq5X',350000,'福建省',350800,'龙岩市',350881,'漳平市',NULL,NULL),
('zmXyJOJ2QVWLRRA9OuPuPwW01YD6tRHM',350000,'福建省',350400,'三明市',350424,'宁化县',NULL,NULL),
('zmXzO9cm1VmR6LkbMdyY28nknIh7yiD8',210000,'辽宁省',210900,'阜新市',210903,'新邱区',NULL,NULL),
('zn0IsWbY6sQFE6oxiKFVuw0gaTObjUpa',340000,'安徽省',340500,'马鞍山市',340522,'含山县',NULL,NULL),
('zN4OHUhxHIicWYQ8ZpUbZhhp0DZVtrCA',360000,'江西省',360700,'赣州市',360730,'宁都县',NULL,NULL),
('ZNRM789dsuUVIDResrDHqSX0XEe1f1cN',610000,'陕西省',610600,'延安市',610632,'黄陵县',NULL,NULL),
('znZE6pzssKcz7J8k38laFD3bBkD3cGD0',420000,'湖北省',420300,'十堰市',420322,'郧西县',NULL,NULL),
('zObl0Q2udphYTn43Ud90nKpCLLowfyRs',510000,'四川省',513200,'阿坝藏族羌族自治州',513224,'松潘县',NULL,NULL),
('zOcrowiIwkWyL1DXLJcGF6nrRRwTJPNi',440000,'广东省',440800,'湛江市',440804,'坡头区',NULL,NULL),
('ZoNGQ2s3KoAySwRAaW2bFCXLMsOuTQk0',210000,'辽宁省',211000,'辽阳市',211021,'辽阳县',NULL,NULL),
('ZP2xrrH1S7QHNKarw8Yjuk0VreHBO4Mx',350000,'福建省',350900,'宁德市',350902,'蕉城区',NULL,NULL),
('ZpRY5khfefo6774SZ8AlOTSxUN2F22Wr',210000,'辽宁省',210200,'大连市',210211,'甘井子区',NULL,NULL),
('ZpWhq9jXFjqZvpnwhIxoeL0ALV7EMNrH',130000,'河北省',130100,'石家庄市',130129,'赞皇县',NULL,NULL),
('ZpWitlbFD0WzRruW3jf8LeJOGNOuTNbn',510000,'四川省',512000,'资阳市',512001,'市辖区',NULL,NULL),
('ZQ3CMTVO6Wd5FVqdDlF7uSOfDioUc5Ia',510000,'四川省',513400,'凉山彝族自治州',513434,'越西县',NULL,NULL),
('zqeKS0f0aFHicY7w6Ox6KgWJFZOUWO7X',430000,'湖南省',430100,'长沙市',430104,'岳麓区',NULL,NULL),
('zqhWICLMsNrGUmTden1OPAgnXvvOonwl',510000,'四川省',510600,'德阳市',510682,'什邡市',NULL,NULL),
('zQm7j4gUCd1kr3MAslbJWlLAvzehxFAJ',350000,'福建省',350500,'泉州市',350583,'南安市',NULL,NULL),
('zrmihjAPbkWwFCTtyaZkteyVPadpfRpi',410000,'河南省',410700,'新乡市',410727,'封丘县',NULL,NULL),
('zRsv1pOIYzM1BNZpUaYaMgN3Hazc6NtR',520000,'贵州省',520600,'铜仁市',520601,'市辖区',NULL,NULL),
('ZscrqCIyuBmPUUGugIBKJfSwOj0WtrBv',500000,'重庆市',500100,'市辖区',500119,'南川区',NULL,NULL),
('Zscsw4CLMrI6buIWp5ZALTZaHR1nDSn2',150000,'内蒙古自治区',150700,'呼伦贝尔市',150785,'根河市',NULL,NULL),
('ZSep9onyuAiyL0AJKozuAiyKU9RFAPac',350000,'福建省',350400,'三明市',350402,'梅列区',NULL,NULL),
('zsosV4sV5u1vkVuw0gaSHJoBGs5T0f3m',420000,'湖北省',421100,'黄冈市',421122,'红安县',NULL,NULL),
('zspzpatIZFcPm9x3whGrXjyEqZyEr4S1',650000,'新疆维吾尔自治区',652900,'阿克苏地区',652929,'柯坪县',NULL,NULL),
('zTA7GVnVnVlNMnoDTlUnZD15dCkAMZtf',150000,'内蒙古自治区',150600,'鄂尔多斯市',150623,'鄂托克前旗',NULL,NULL),
('ZtdvL5YthO4KozuAkJu5Mw4DMQK4Veeh',340000,'安徽省',340100,'合肥市',340103,'庐阳区',NULL,NULL),
('ZTlUjGjmGdQrw6Ozfp8iTqfRphZZNTSy',140000,'山西省',140400,'长治市',140429,'武乡县',NULL,NULL),
('zttPwYbMeDirakYKDMQHMHXwz8QCnVjD',350000,'福建省',350100,'福州市',350105,'马尾区',NULL,NULL),
('zuAgsj11Sb5MrI57dyXWIAA4nytyc8W7',610000,'陕西省',610400,'咸阳市',610430,'淳化县',NULL,NULL),
('zuDvuMfJMyemYzOblYGmBIF2ZFbOk38m',330000,'浙江省',330200,'宁波市',330226,'宁海县',NULL,NULL),
('zUIF1ZFg6Atqxerk8x7Oyc92yvHNI43U',360000,'江西省',360100,'南昌市',360103,'西湖区',NULL,NULL),
('Zuk23WrdBd7KfRl1UkLENSQru0oKqKh0',620000,'甘肃省',621100,'定西市',621124,'临洮县',NULL,NULL),
('ZUn0Kypbz7KcAc5EP4EVvDr8dwPmdOfE',130000,'河北省',130700,'张家口市',130728,'怀安县',NULL,NULL),
('ZUrhXLLqDMNw1nF243Uc8V2icWYSjNPE',410000,'河南省',410300,'洛阳市',410305,'涧西区',NULL,NULL),
('zVMXgixEs9gGs72F5hYP7V5xgxINFNQE',510000,'四川省',513400,'凉山彝族自治州',513427,'宁南县',NULL,NULL),
('ZvojdXZUrhXLMrI7fIF48mfXTtuQDuoi',520000,'贵州省',520300,'遵义市',520330,'习水县',NULL,NULL),
('zwMajVxJRY8CwBfjGg7DFhfgo2RZg8Ka',340000,'安徽省',340300,'蚌埠市',340302,'龙子湖区',NULL,NULL),
('ZwtGMI3YzLYnQWZWAZ0Vp7brv1rWhoWq',340000,'安徽省',340800,'安庆市',340803,'大观区',NULL,NULL),
('ZwtGQYaOlaFCXNWbUObl1WrcyZ9CvvPv',150000,'内蒙古自治区',150200,'包头市',150221,'土默特右旗',NULL,NULL),
('ZWyNbm5dFvneSxRz4u6U1g4rNuTSxUJN',440000,'广东省',445300,'云浮市',445302,'云城区',NULL,NULL),
('ZWzRpjdVRl0PX9J0HltblZNOwZhe8QFE',210000,'辽宁省',210600,'丹东市',210604,'振安区',NULL,NULL),
('ZxA7GThzSsw6Kh0342QTPgHyuBrdCgiz',420000,'湖北省',420100,'武汉市',420116,'黄陂区',NULL,NULL),
('ZXHrXkAN4OGPTRsx9Zkul3564WkD00R7',140000,'山西省',140700,'晋中市',140723,'和顺县',NULL,NULL),
('zY11UjD7uW5tW9LapmrWgjBWIDP5OBp5',430000,'湖南省',431100,'永州市',431128,'新田县',NULL,NULL),
('ZYMOAiyJQQz7KfOafzWSm2Wp661GaDww',140000,'山西省',140800,'运城市',140825,'新绛县',NULL,NULL),
('zYYLKjaIUfkLFRcchD8EGkr3MzlP0lyz',370000,'山东省',371400,'德州市',371423,'庆云县',NULL,NULL),
('zZ26dDkzKSX120IrSTEtdxSBd6G0MJbx',320000,'江苏省',321300,'宿迁市',321322,'沭阳县',NULL,NULL),
('ZzGzDkxyY5jbNiWGnIh3kimJoCMSRvPt',210000,'辽宁省',211200,'铁岭市',211281,'调兵山市',NULL,NULL),
('ZZOW8EJwetvW0241NHZFcQuLbsCvy3t4',520000,'贵州省',520100,'贵阳市',520101,'市辖区',NULL,NULL),
('ZZOXcX01UlPW3jcVPfB5tV2g2eVJLqI6',360000,'江西省',360100,'南昌市',360102,'东湖区',NULL,NULL);
/*!40000 ALTER TABLE `t_code_area` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2016-11-03 14:35:27
|
insert into user values(100, 'admin', 'Admin123');
|
use ccgi_staging;
CREATE OR REPLACE VIEW execution_log_today AS
SELECT * FROM execution_log
WHERE asctime >= date(CURDATE());
use ccgitranscripts;
CREATE OR REPLACE VIEW execution_log_today AS
SELECT * FROM execution_log
WHERE asctime >= date(CURDATE()); |
SELECT usr.firstname, usr.lastname, usr.email, fld.name, dta.data
FROM prefix_user usr
LEFT JOIN prefix_user_info_data AS dta on dta.userid = usr.id
LEFT JOIN prefix_user_info_field AS fld on fld.id = dta.fieldid
|
-- # Problem: https://www.hackerrank.com/challenges/the-report/problem
-- # Score: 20
SELECT
CASE WHEN G.Grade > 7 THEN S.Name ELSE 'NULL' END AS NameOrNull
, G.Grade
, S.Marks
FROM Students S
JOIN Grades G ON S.Marks BETWEEN G.Min_Mark AND G.Max_Mark
ORDER BY G.Grade DESC, NameOrNull ASC, S.Marks ASC;
|
DROP TABLE IF EXISTS VENDA_BEBIDA CASCADE;
DROP TABLE IF EXISTS DATA_VENDA_BEBIDA CASCADE;
DROP TABLE IF EXISTS REGISTRA_BEBIDA CASCADE;
DROP TABLE IF EXISTS BEBIDA CASCADE;
DROP TABLE IF EXISTS VENDA_DE_COMIDA CASCADE;
DROP TABLE IF EXISTS DATA_VENDA_COMIDA CASCADE;
DROP TABLE IF EXISTS REGISTRA_COMIDA CASCADE;
DROP TABLE IF EXISTS COMIDA CASCADE;
DROP TABLE IF EXISTS PARTICIPACAO CASCADE;
DROP TABLE IF EXISTS FOOD_TRUCK CASCADE;
DROP TABLE IF EXISTS CONTRATO_DJ CASCADE;
DROP TABLE IF EXISTS SHOW_DJ CASCADE;
DROP TABLE IF EXISTS DJ CASCADE;
DROP TABLE IF EXISTS CONTRATO_BANDA CASCADE;
DROP TABLE IF EXISTS SHOW_BANDA CASCADE;
DROP TABLE IF EXISTS BANDA CASCADE;
DROP TABLE IF EXISTS PALCO CASCADE;
DROP TABLE IF EXISTS ALUGUEL CASCADE;
DROP TABLE IF EXISTS COMANDA CASCADE;
DROP TABLE IF EXISTS FESTA CASCADE;
DROP TABLE IF EXISTS CARNAVAL CASCADE;
DROP TABLE IF EXISTS BALADA CASCADE;
DROP TABLE IF EXISTS FANTASIA CASCADE;
DROP TABLE IF EXISTS ALOCACAO CASCADE;
DROP TABLE IF EXISTS DATA_ALOCACAO CASCADE;
DROP TABLE IF EXISTS BAR CASCADE;
DROP TABLE IF EXISTS PESSOA CASCADE;
|
-- phpMyAdmin SQL Dump
-- version 4.6.6deb5
-- https://www.phpmyadmin.net/
--
-- Client : localhost:3306
-- Généré le : Mer 25 Septembre 2019 à 08:40
-- Version du serveur : 5.7.27-0ubuntu0.18.04.1
-- Version de PHP : 7.2.19-0ubuntu0.18.04.2
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Base de données : `ecole`
--
-- --------------------------------------------------------
--
-- Structure de la table `note`
--
CREATE TABLE `note` (
`id` int(11) NOT NULL,
`matiere` varchar(255) DEFAULT NULL,
`note` float DEFAULT NULL,
`dates` date DEFAULT NULL,
`idEleve` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Contenu de la table `note`
--
INSERT INTO `note` (`id`, `matiere`, `note`, `dates`, `idEleve`) VALUES
(1, 'Français', 5, '2019-09-09', 1),
(2, 'Histoire-Géographie', 15, '2019-09-09', 1),
(3, 'Mathématiques', 16, '2019-09-09', 2),
(4, 'Mathématiques', 10, '2019-09-10', 1),
(5, 'Sciences', 9, '2019-09-10', 2),
(6, 'Sport', 18, '2019-09-10', 3),
(7, 'Sport', 0, '2019-09-19', 1),
(8, 'Francais', 15, '2019-09-13', 1),
(9, 'Histoire-Geographie', 14, '2019-09-20', 1),
(10, 'Francais', 5, '2019-09-20', 1),
(11, 'Francais', 5, '2019-09-24', 68),
(12, 'Mathematique', 11.11, '2019-09-10', 68),
(13, 'Francais', 15.15, '2019-09-09', 68),
(14, 'Mathematique', 16.66, '2019-09-03', 1),
(15, 'Histoire-Geographie', 15.55, '2019-09-24', 2),
(16, 'Histoire-Geographie', 11, '2019-09-24', 1);
-- --------------------------------------------------------
--
-- Structure de la table `user`
--
CREATE TABLE `user` (
`id` int(11) NOT NULL,
`statut` varchar(255) NOT NULL,
`nom` varchar(255) NOT NULL,
`prenom` varchar(255) NOT NULL,
`sexe` char(1) DEFAULT NULL,
`age` int(11) DEFAULT NULL,
`identifiant` varchar(255) NOT NULL,
`mdp` varchar(255) NOT NULL,
`classe` varchar(255) DEFAULT NULL,
`idEleve` int(11) DEFAULT NULL,
`emailParent` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`anciennete` int(11) DEFAULT NULL,
`salaire` double DEFAULT NULL,
`expulsion` varchar(255) DEFAULT 'ras'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Contenu de la table `user`
--
INSERT INTO `user` (`id`, `statut`, `nom`, `prenom`, `sexe`, `age`, `identifiant`, `mdp`, `classe`, `idEleve`, `emailParent`, `email`, `anciennete`, `salaire`, `expulsion`) VALUES
(1, 'Directeur', 'Goldman', 'Jean-Jacques', NULL, NULL, 'Goldman_JJ', 'goldPass', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(2, 'Instituteur', 'Delenoix', 'Jean', '', 38, 'delenoix_J', 'delepass', 'CP', NULL, NULL, 'delenoix@gmail.com', 55, 1100, NULL),
(3, 'Instituteur', 'Bekritch', 'Justine', NULL, 44, 'Bekritch_J', 'bekrPass', 'CE1', NULL, NULL, 'justine.bekritch@mail.com', 12, 28000, NULL),
(4, 'Instituteur', 'Garbo', 'Greta', NULL, 55, 'Garbo_G', 'garbPass', 'CE2', NULL, NULL, 'greta.garbo@mail.com', 7, 26800, NULL),
(5, 'Instituteur', 'Ghelain', 'Georges', NULL, 33, 'Ghelain_G', 'ghelPass', 'CM1', NULL, NULL, 'georges.ghelain@mail.com', 8, 27000, NULL),
(6, 'Instituteur', 'Charbonnier', 'Gisèle', NULL, 59, 'Charbonnier_G', 'charPass', 'CM2', NULL, NULL, 'gisele.charbonnier@mail.com', 5, 23000, NULL),
(7, 'Eleve', 'Allon', 'Levy', 'M', NULL, 'allon_L', 'allonpass', 'CP', 1, 'testemailphpalaji@gmail.com', NULL, NULL, NULL, 'ras'),
(8, 'Eleve', 'Bacard', 'Hugo', 'M', NULL, 'bacard_h', 'bacardpass', 'CP', 2, 'belwefamily@gmail.com', NULL, NULL, NULL, 'Temporairement'),
(9, 'Eleve', 'Becker', 'Matthew', 'M', NULL, 'becker_m', 'beckerpass', 'CP', 3, 'testemailphpalaji@gmail.com', NULL, NULL, NULL, 'Temporairement'),
(10, 'Eleve', 'Balwe', 'Chetan', 'M', 8, 'balwe_c', 'belwepass', 'CP', 4, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(11, 'Eleve', 'Belair', 'Luc', 'M', 6, 'belair_l', 'belairpass', 'CP', 5, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(12, 'Eleve', 'Berkovitch', 'Vladimir', 'M', 6, 'berkovitch_v', 'berkopass', 'CP', 6, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(13, 'Eleve', 'Bertrand', 'Benoit', 'M', 6, 'bertrand_b', 'bertrandpass', 'CP', 7, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(14, 'Eleve', 'Rastafor', 'Prasenjit', 'M', 6, 'rastafor_p', 'rastapasss', 'CP', 8, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(15, 'Eleve', 'Blossier', 'Thomas', 'M', 6, 'blossier_t', 'blossierpass', 'CP', 9, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(16, 'Eleve', 'Bouyahad', 'Alexandra', 'F', 6, 'bouyahad_a', 'bouyapass', 'CP', 10, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(17, 'Eleve', 'Pellerin', 'Paul', 'M', 6, 'pellerin_p', 'pellepass', 'CP', 11, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(18, 'Eleve', 'Uscello', 'Brandon', 'M', 6, 'uscello_b', 'usecellopass', 'CP', 12, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(20, 'Eleve', 'Bissien', 'Erwan', 'M', 6, 'bissien_e', 'bissienpass', 'CP', 13, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(21, 'Eleve', 'Brugalle', 'Lea', 'F', 6, 'brugalle_l', 'brugpass', 'CP', 14, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(22, 'Eleve', 'Pietkochvky', 'Dylan', 'M', 6, 'pietkochvky_D', 'pietpasss', 'CP', 15, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(23, 'Eleve', 'Declairveaux', 'Julie', 'F', 7, 'declairveaux_J', 'declairpass', 'CE1', 16, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(24, 'Eleve', 'Gaultier', 'Jean-Paul', 'M', 7, 'gaultier_J', 'gaultierpass', 'CE1', 17, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(25, 'Eleve', 'Baudouin', 'Claire', 'F', 7, 'baudouin_C', 'baudoinpass', 'CE1', 18, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(26, 'Eleve', 'Lacourt', 'Georges', 'F', 7, 'lacourt_G', 'lacourtpass', 'CE1', 19, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(27, 'Eleve', 'Lesieur', 'Jean-Francois', 'M', 7, 'lesieur_J', 'lesieurpass', 'CE1', 20, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(28, 'Eleve', 'Marciani', 'Edith', 'F', 7, 'marciani_E', 'marciapass', 'CE1', 21, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(29, 'Eleve', 'MBappe', 'Killian', 'M', 7, 'mbappe_k', 'mbappepass', 'CE1', 22, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(30, 'Eleve', 'Simpson', 'Marge', 'F', 7, 'simpson_M', 'simpsonpass', 'CE1', 23, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(31, 'Eleve', 'Pei', 'Li xing', 'F', 7, 'pei_L', 'peilpass', 'CE1', 24, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(32, 'Eleve', 'Andrade', 'Georges', 'M', 7, 'andrade_G', 'andrapass', 'CE1', 25, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(33, 'Eleve', 'Delorme', 'Francine', 'F', 7, 'delorme_F', 'delormepass', 'CE1', 26, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(34, 'Eleve', 'Leandre', 'Suzanne', 'F', 7, 'leandre_s', 'leandrepass', 'CE1', 27, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(35, 'Eleve', 'Komanetchi', 'Nadia', 'F', 7, 'komanetchi_N', 'komapass', 'CE1', 28, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(36, 'Eleve', 'Massonet', 'Sandrine', 'F', 7, 'massonet_S', 'massopass', 'CE1', 29, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(37, 'Eleve', 'Dufreysne', 'Joelle', 'F', 7, 'dufreysne_J', 'dufreysnepass', 'CE1', 30, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(38, 'Eleve', 'Roberts', 'Julia', 'F', 8, 'roberts_J', 'robertpass', 'CE2', 31, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(39, 'Eleve', 'Midot', 'Bertrand', 'M', 8, 'midot_B', 'midotpass', 'CE2', 32, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(40, 'Eleve', 'Lemaitre', 'Johanna', 'F', 8, 'lemaitre_J', 'lemaitrepass', 'CE2', 33, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(41, 'Eleve', 'Essaidi', 'Karim', 'M', 8, 'essaidi_K', 'essaidipass', 'CE2', 34, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(42, 'Eleve', 'Jules', 'Francois', 'M', 8, 'jules_F', 'julespass', 'CE2', 35, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(43, 'Eleve', 'Marques', 'Nolan', 'M', 8, 'marques_N', 'marquespass', 'CE2', 36, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(44, 'Eleve', 'Ladjici', 'Mohammed', 'M', 8, 'ladjici_M', 'ladjipass', 'CE2', 37, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(45, 'Eleve', 'Feru', 'Marc', 'M', 8, 'feru_M', 'ferupass', 'CE2', 38, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(46, 'Eleve', 'Legrand', 'Sophie', 'M', 8, 'legrand_S', 'legrandpass', 'CE2', 39, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(47, 'Eleve', 'Pontier', 'Alexandra', 'F', 8, 'pontier_A', 'pontierpass', 'CE2', 40, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(48, 'Eleve', 'Koshugi', 'Cho', 'M', 8, 'koshugi_C', 'koshupass', 'CE2', 41, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(49, 'Eleve', 'Janshen', 'Frederic', 'M', 8, 'janshen_F', 'janshenpass', 'CE2', 42, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(50, 'Eleve', 'Schmitt', 'Eleonore', 'F', 8, 'schmitt_E', 'schmittpass', 'CE2', 43, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(51, 'Eleve', 'Chiesa', 'Deborah', 'F', 8, 'chiesa_D', 'chiesapass', 'CE2', 44, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(52, 'Eleve', 'Conrad', 'Jacqueline', 'F', 8, 'conrad_J', 'conradpass', 'CE2', 45, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(53, 'Eleve', 'Roberts', 'Julia', 'F', 8, 'roberts_Ju', 'robertspass', 'CM1', 46, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(54, 'Eleve', 'Midot', 'Juliette', 'F', 8, 'midot_j', 'midotpass', 'CM1', 47, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(55, 'Eleve', 'Douvres', 'Amandine', 'F', 8, 'douvres_a', 'douvrespass', 'CM1', 48, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(56, 'Eleve', 'Gengini', 'Lea', 'F', 8, 'gengini_l', 'genginipass', 'CM1', 49, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(57, 'Eleve', 'Jules', 'Francoise', 'F', 8, 'jules_Fr', 'julespass', 'CM1', 50, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(58, 'Eleve', 'Muniet', 'Nadine', 'F', 8, 'muniet_n', 'munietpass', 'CM1', 51, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(59, 'Eleve', 'Labrouch', 'Moktar', 'M', 8, 'labrouch_m', 'labrouchpass', 'CM1', 52, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(60, 'Eleve', 'Feru', 'Marc', 'M', 8, 'feru_ma', 'ferupass', 'CM1', 53, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(61, 'Eleve', 'Marielle', 'Bertrand', 'M', 8, 'marielle_b', 'mariellepass', 'CM1', 54, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(62, 'Eleve', 'Pontier', 'Alexandre', 'M', 8, 'pontier_A', 'pontierpass', 'CM1', 55, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(63, 'Eleve', 'Bettencourt', 'Liliane', 'F', 8, 'bettencourt_l', 'bettenpass', 'CM1', 56, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(64, 'Eleve', 'Rastapor', 'Jasmine', 'F', 8, 'rastapor_j', 'rastapass', 'CM1', 57, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(65, 'Eleve', 'Schmitt', 'Valentine', 'F', 8, 'schmitt_v', 'schmittpass', 'CM1', 58, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(66, 'Eleve', 'Bato', 'Delphine', 'F', 8, 'bato_d', 'batopass', 'CM1', 59, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(67, 'Eleve', 'Conrad', 'Jacqueline', 'F', 8, 'conrad_Ja', 'conradpass', 'CM1', 60, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(68, 'Eleve', 'Roberts', 'Jules', 'M', 9, 'roberts_Jul', 'robertspass', 'CM2', 61, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(70, 'Eleve', 'Montiel', 'Bernard', 'M', 9, 'montiel_b', 'montielpass', 'CM2', 62, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(71, 'Eleve', 'Desissi', 'Franz', 'M', 9, 'desissi_f', 'desipass', 'CM2', 63, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(72, 'Eleve', 'Armeplease', 'Novak', 'M', 9, 'arme_n', 'armepass', 'CM2', 64, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(73, 'Eleve', 'Lepers', 'Julien', 'M', 9, 'lepers_j', 'leperspass', 'CM2', 65, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(74, 'Eleve', 'Draggo', 'Ivan', 'M', 9, 'draggo_i', 'dragpass', 'CM2', 66, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(75, 'Eleve', 'Khadafi', 'Mouhammar', 'M', 9, 'khadafi_m', 'khadapass', 'CM2', 67, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(76, 'Eleve', 'Foutre', 'Jean', 'M', 9, 'foutre_j', 'foutrepass', 'CM2', 68, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(77, 'Eleve', 'Loren', 'Moktar', 'M', 9, 'loren_m', 'lorenpass', 'CM2', 69, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(78, 'Eleve', 'Pontier', 'Alexandre', 'M', 9, 'pontier_al', 'pontierpass', 'CM2', 70, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(79, 'Eleve', 'Petitotomobile', 'Boumbo', 'M', 9, 'petiteoto_b', 'petitepass', 'CM2', 71, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(80, 'Eleve', 'Janshen', 'Frederic', 'M', 9, 'janshen_fr', 'janshenpass', 'CM2', 72, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(81, 'Eleve', 'Beam', 'Jim', 'M', 9, 'beam_j', 'beampass', 'CM2', 73, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL),
(82, 'Eleve', 'Velma ', 'Daphné', 'F', 9, 'velma_d', 'velmapass', 'CM2', 74, 'belwefamily@gmail.com', NULL, NULL, NULL, NULL);
--
-- Index pour les tables exportées
--
--
-- Index pour la table `note`
--
ALTER TABLE `note`
ADD PRIMARY KEY (`id`),
ADD KEY `note_FK` (`idEleve`);
--
-- Index pour la table `user`
--
ALTER TABLE `user`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `eleve_id` (`idEleve`);
--
-- AUTO_INCREMENT pour les tables exportées
--
--
-- AUTO_INCREMENT pour la table `note`
--
ALTER TABLE `note`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
--
-- AUTO_INCREMENT pour la table `user`
--
ALTER TABLE `user`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=83;
--
-- Contraintes pour les tables exportées
--
--
-- Contraintes pour la table `note`
--
ALTER TABLE `note`
ADD CONSTRAINT `note_FK` FOREIGN KEY (`idEleve`) REFERENCES `user` (`idEleve`);
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
use dblaferme;
select (p.quantite / t.surface), a.nom from elevage e
inner join animal a on a.idanimal = e.fkanimal
inner join productionviande p on p.fkelevage = e.idelevage
inner join terrain t on t.idterrain = e.fkterrain
order by (p.quantite / t.surface)
|
-- project_tracking_ddl.sql
--
-- PURPOSE: create pilot (sqlite) database for unified project tracking tool
--
-- NOTES:
-- 1) based on current Excel baseed sheet G. Montgomery uses now for tracking
-- 2) find all integer PRIMARY KEY as set to serial PRIMARY KEY if moves to postgres
--
--
--
-- AUTHOR(S):
-- Sanjay Advani, USGS (SA)
--
-- HISTORY:
--==========================================================================
-- 2016-11-25: Created. SA.
-- 2016-12-06: Added view for hours report. SA.
-- 2016-12-09: Split out fixed rates to sytems and project management and from federal SA.
-- Added hosting costs. SA
-- 2016-12-13: Added taks order to the project plan and project actuals. Assume all work can be place in task order
-- OR - that a task order can be "dummied" for reserve funds
--==========================================================================
--==========================================================================
-- uncomment for postgres or other db. Spatialite or SQLite run in command line.
--create database project_track
--;
--set owner once log in roles are defined in hosted env.
-- alter database project_track
-- owner = XXXX
-- ;
--===============================
-- CREATE sqlite3 DATABASE IN
-- COMMAND LIND
-- open sqlite in command line and open or create project_track.db with:
-- "sqlite3.exe project_track.db"
--
--
--===============================
-- CREATE TABLES
-- run with:
-- .read H:/01_ISB/PlanningTools/project_tracking_ddl.sql
--===============================
drop table if exists role;
create table role
(
role_type character varying (8) PRIMARY KEY,
role_description character varying (25)
)
;
drop table if exists personnel;
create table personnel
(
personnel_id integer PRIMARY KEY,
last_name character varying (25),
first_name character varying (25),
affiliation character varying (25),
role character varying (8)
)
;
drop table if exists agency;
create table agency
(
agency_code character varying(8) PRIMARY KEY,
agency_descr character varying (50),
agency_type character varying (8)
)
;
drop table if exists project;
create table project
(
project_code character varying(8) PRIMARY KEY,
project_full_name character varying(50),
primary_inves integer,
pm integer,
start_year integer,
time_horizon integer, -- years for which this project is initially funded
funds_transferred integer -- change to boolean for non lite implementation
)
;
drop table if exists project_plan;
create table project_plan
(
project_code character varying(8),
task_order character varying (24),
fiscal_year integer,
agency_code character varying(8),
gross_funds real,
overhead_rate real,
fixed_pm_rate real,
fixed_sys_rate real,
fed_rate real,
hosting real,
avail_for_dev real,
assumed_dev_hrly real,
planned_hrs integer,
assumptions character varying,
PRIMARY KEY (project_code, task_order, fiscal_year, agency_code)
)
;
drop table if exists project_actuals;
create table project_actuals
(
project_code character varying(8),
task_order character varying (24),
fiscal_year integer,
agency_code character varying(8),
work_month integer,
actual_hrs real,
actual_rate real,
PRIMARY KEY (project_code, task_order, fiscal_year, agency_code, work_month)
)
;
-- POPULATE TABLES
insert into personnel (last_name, first_name, affiliation, role)
select 'Advani', 'Sanjay', 'USGS', 'PI' union all
select 'Montgomery', 'Gail', 'USGS', 'PI' union all
select 'Kern', 'Tim', 'USGS', 'PI' union all
select 'Brown', 'Don', 'USGS', 'PI' union all
select 'Long', 'Dell', 'USGS', 'PI' union all
select 'Fisher', 'Chariti', 'CNT', 'PM' union all
select 'Schweizer', 'Haylee', 'CNT', 'PM' union all
select 'Eberhardt Frank', 'Megan', 'CNT', 'PM'
;
insert into agency (agency_code, agency_descr,agency_type)
select 'BLM', 'DOI Bureau of Land Management', 'Federal' union all
select 'FWS', 'DOI Fish and Wildlife Service', 'Federal' union all
select 'NPS', 'DOI National Park Service', 'Federal' union all
select 'FLH', 'Federal Land Highways', 'Federal' union all
select 'CSU', 'Colorado State University', 'EDU' union all
select 'FORT', 'Fort Base funds', 'Federal'
;
-- CREATE VIEWS
drop view if exists vw_hrs_rpt;
create view vw_hrs_rpt as
select act.project_code as project_code, act.fiscal_year as fiscal_year, act.task_order as task_order, act.agency_code as agency_code,
sum(case when work_month = 1 then actual_hrs else 0 end) as jan,
sum(case when work_month = 2 then actual_hrs else 0 end) as feb,
sum(case when work_month = 3 then actual_hrs else 0 end) as mar,
sum(case when work_month = 4 then actual_hrs else 0 end) as apr,
sum(case when work_month = 5 then actual_hrs else 0 end) as may,
sum(case when work_month = 6 then actual_hrs else 0 end) as jun,
sum(case when work_month = 7 then actual_hrs else 0 end) as jul,
sum(case when work_month = 8 then actual_hrs else 0 end) as aug,
sum(case when work_month = 9 then actual_hrs else 0 end) as sep,
sum(case when work_month = 10 then actual_hrs else 0 end) as oct,
sum(case when work_month = 11 then actual_hrs else 0 end) as nov,
sum(case when work_month = 12 then actual_hrs else 0 end) as dec,
sum(work_month) as yr_tot,
sum(actual_hrs)
from project_actuals as act
group by project_code, fiscal_year, agency_code
order by project_code, fiscal_year, agency_code
;
-- FOR TESTING VIEW
-- insert into project_actuals (project_code, task_order, fiscal_year, agency_code, work_month, actual_hrs, actual_rate)
-- select 'PRIS', 'ABCXYZ', 2016, 'BLM', 1, 17, 70 union all
-- select 'PRIS', 'ABCXYZ',2016, 'BLM', 2, 20, 70 union all
--select 'PRIS', 'ABCXYZ',2016, 'BLM', 2, 15, 78 union all
-- select 'PRIS','ABCXYZ', 2016, 'BLM', 3, 8, 78 union all
-- select 'PRIS', 'ABCXYZ',2016, 'BLM', 4, 15, 70 union all
-- select 'PRIS', 'ABCXYZ',2016, 'BLM', 6, 12, 75 union all
--select 'PRIS', 'ABCXYZ',2016, 'BLM', 6, 15, 78 union all
-- select 'PRIS','ABCXYZ', 2016, 'BLM', 7, 17, 70 union all
-- select 'PRIS','ABCXYZ', 2016, 'BLM', 8, 20, 70 union all
--select 'PRIS','ABCXYZ', 2016, 'BLM', 8, 5, 90 union all
-- select 'PRIS','ABCXYZ', 2016, 'BLM', 9, 5, 70 union all
-- select 'PRIS','ABCXYZ', 2016, 'BLM', 10, 20, 70 union all
--select 'PRIS','ABCXYZ', 2016, 'BLM', 10, 12, 78 union all
-- select 'PRIS','ABCXYZ', 2016, 'BLM', 11, 17, 70 union all
-- select 'PRIS','ABCXYZ', 2016, 'BLM', 12, 17, 70 union all
-- select 'WHB', 'ABCXYZ',2016, 'FORT', 1, 5, 70 union all
-- select 'WHB', 'COMZZZ', 2016, 'FORT', 2, 50, 70 union all
-- select 'WHB', 'COMZZZ',2016, 'FORT', 2, 5, 78 union all
-- select 'WHB', 'COMZZZ',2016, 'FORT', 3, 18, 78 union all
-- select 'WHB', 'COMZZZ',2016, 'FORT', 4, 5, 70 union all
-- select 'WHB','COMZZZ', 2016, 'FORT', 6, 2, 75 union all
-- select 'WHB','COMZZZ', 2016, 'FORT', 6, 5, 78 union all
-- select 'WHB', 'COMZZZ',2016, 'FORT', 7, 7, 70 union all
-- select 'WHB', 'COMZZZ', 2016, 'FORT', 8, 20, 70 union all
-- select 'WHB', 'COMZZZ', 2016, 'FORT', 8, 6, 90 union all
-- select 'WHB', 'COMZZZ', 2016, 'FORT', 11, 2, 70 union all
-- select 'WHB', 'COMZZZ', 2016, 'FORT', 12, 1, 70
-- ;
|
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`username` varchar(50) NOT NULL,
`password` char(68) NOT NULL,
`enabled` tinyint(1) NOT NULL,
PRIMARY KEY (`username`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `users`
--
-- NOTE: The passwords are encrypted using BCrypt
--
-- A generation tool is avail at: http://www.luv2code.com/generate-bcrypt-password
--
-- Default passwords here are: fun123
--
INSERT INTO `users`
VALUES
('admin','{bcrypt}$2a$10$xqHFuUxthUFfQvbU7vC24.56tC8h5xDNZBC4dHMaCZiXXMbXbZIVW',1),
('admin2','{bcrypt}$2a$10$y6xOI9TnlQeZtj9LO/ksOOqiJkNmk8vKPO1Gw0Xa/Yig/5P35bcr6',1),
('admin3','{bcrypt}$2a$10$azsMxg.//QupJOySwj2ds.UZ/L9t3X8lBYbVw55HZC1O1TRfFYeoy',1);
--
-- Table structure for table `authorities`
--
DROP TABLE IF EXISTS `authorities`;
CREATE TABLE `authorities` (
`username` varchar(50) NOT NULL,
`authority` varchar(50) NOT NULL,
UNIQUE KEY `authorities_idx_1` (`username`,`authority`),
CONSTRAINT `authorities_ibfk_1` FOREIGN KEY (`username`) REFERENCES `users` (`username`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `authorities`
--
INSERT INTO `authorities`
VALUES
('admin','ROLE_ADMIN'),
('admin2','ROLE_ADMIN'),
('admin3','ROLE_ADMIN');
DROP TABLE IF EXISTS `employee`;
CREATE TABLE `employee` (
`id` int(11) NOT NULL PRIMARY KEY,
`first_name` varchar(45) DEFAULT NULL,
`last_name` varchar(45) DEFAULT NULL,
`email` varchar(45) DEFAULT NULL,
`address` varchar(45) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `employee`
--
INSERT INTO `employee`
VALUES
(1,'Timber','Patterson','timberpaterson@gmail.com','4201 Owen Lane'),
(2,'John','Doe','johndoe@gmail.com','2187 University Street'),
(3,'Ajay','Reo','ajayreo@gmail.com','2464 Emily Renzelli Boulevard'),
(4,'Mary','Public','marypublic@gmail.com','3485 Traction Street'),
(5,'Aron','Gates','arongates@gmail.com','3028 Harvest Lane'); |
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
num_points_after_add1|3
INSERT 0 1
num_points_after_add2|4
INSERT 0 1
num_points_after_add3|5
new pipe close to the previous
INSERT 0 1
INSERT 0 1
new pipe close to the previous - end
INSERT 0 1
UPDATE 1
DELETE 0
DELETE 4
DELETE 1
DELETE 1
DELETE 1
DELETE 1
|
select
tag,
value,
tag_index
from tags
where tag in (%s);
|
CREATE OR REPLACE PACKAGE hr_departments
IS
PROCEDURE prc_add_department ( an_dept_id IN departments.department_id%TYPE,
as_dept_name IN departments.department_name%TYPE,
an_manager_id IN departments.manager_id%TYPE,
an_location_id IN departments.location_id%TYPE
);
PROCEDURE prc_adjust_department_data ( an_dept_id IN departments.department_id%TYPE,
as_dept_name IN departments.department_name%TYPE,
an_manager_id IN departments.manager_id%TYPE,
an_location_id IN departments.location_id%TYPE
);
PROCEDURE prc_remove_department( an_dept_id IN departments.department_id%TYPE );
FUNCTION fnc_department_exists( an_dept_id IN departments.department_id%TYPE )
RETURN BOOLEAN;
FUNCTION fnc_department_exists_sql( an_dept_id IN departments.department_id%TYPE )
RETURN VARCHAR2;
END;
/
|
USE cheffs_db;
INSERT INTO Chefs (name, email, password, createdAt, updatedAt)
VALUES
("Caren Test", "caren@gmail.com", "password", CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
("Jeff Test", "jeff@gmail.com", "password", CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
("Wendy Test", "wendy@gmail.com", "password", CURRENT_TIMESTAMP, CURRENT_TIMESTAMP);
INSERT INTO Recipes (name, description, ingredients, steps, imgURL, createdAt, updatedAt, ChefId)
VALUES
("Ultimate Tofu Breakfest Burrito Bowls",
"Tofu scrambles up just like eggs, and with some clever spices, even non-vegans will barely notice the difference. Try setting out toppings to let family or guests assemble their own burrito bowls.",
"1 (14 ounce) package extra-firm tofu, drained &| ½ teaspoon salt &| black pepper to taste &| 1 ½ teaspoons onion powder",
"Preheat a large, heavy skillet over medium-high heat. Add 2 tablespoons oil. Break tofu apart over skillet into bite-size pieces, sprinkle with salt and pepper, then cook, stirring frequently with a thin metal spatula, until liquid cooks out and tofu browns, about 10 minutes. (If you notice liquid collecting in pan, increase heat to evaporate water.) Be sure to get under the tofu when you stir, scraping the bottom of the pan where the good, crispy stuff is and keeping it from sticking. &| Add onion and garlic powders, turmeric, juice, and remaining tablespoon oil and toss to coat. Cook 5 minutes more.",
"https://images.media-allrecipes.com/userphotos/4306820.jpg", CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 1),
("Carbonara", "Humble ingredients—eggs, noodles, cheese, and pork—combine to create glossy, glorious pasta carbonara.",
"3 tbsp. kosher salt&| parmesan&| 3 large egg yolks&| 2 large eggs&| 1 lb spaghetti",
"Heat 6 qt. water in a large pot over high. When water starts to steam, add 3 Tbsp. salt and cover pot with a lid (this will bring water to a boil faster).&|
While you are waiting on the water, do a little prep. Remove 4 oz. guanciale from packaging and cut into about 1x¼\" strips. Finely grate 2 oz. cheese and set aside one-quarter of cheese for later.&|
Whisk 4 egg yolks and 2 whole eggs in a medium bowl until no streaks remain, then stir in remaining grated cheese. Add several cranks of pepper and set aside.",
"https://assets.bonappetit.com/photos/5a6f48f94f860a026c60fd71/3:2/w_2056,c_limit/pasta-carbonara.jpg", CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 2),
("Fish Tacos", "A quick and easy recipe for those tacos that have become a favorite in Southern California: Fish Tacos.",
"1 lb. boneless & skinless tilapia fillets &| olive oil &| salt &| pepper &| 3/4 cup sour cream &| 3/4 up fresh salsa &| 12 corn/flour tortillas &| 1 1/2 cups shredded cabbage",
"Heat broiler, place fish on rimmed baking sheet, and drizzle with olive oil and season with salt and pepper. &|
Broil until fish is lightly browned on top, 5-10 minutes, until flesh is opaque throughout. &|
Meanwhile, in a small bowl, mix sour cream with 2 tablespoons of fresh salsa. &|
Divide fish evenly among tortillas and otp with shredded cabbage, sour cream, and fresh salsa.",
"https://www.recipegirl.com/wp-content/uploads/2010/06/Fast_Fish_Tacos12.jpg", CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 3);
INSERT INTO Categories (category, createdAt, updatedAt)
VALUES
("Vegan", CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
("Vegetarian", CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
("Pescatarian", CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
("Paleo", CURRENT_TIMESTAMP, CURRENT_TIMESTAMP);
INSERT INTO RecipeCategories (CategoryId, RecipeId, createdAt, updatedAt)
VALUES
(1, 1, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
(2, 1, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
(3, 1, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
(3, 2, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); |
CREATE TABLE `image` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`imagetitle` varchar(150) DEFAULT NULL,
`imagepath` varchar(150) NOT NULL,
`visualizations` int(11) NOT NULL DEFAULT 0,
`downloads` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
|
--PROCEDIMIENTO PERSONA
CREATE OR REPLACE PROCEDURE PRO_PERSONA(E_DPI IN PERSONA.DPI%Type,E_PNOMBRE IN PERSONA.PNOMBRE%Type,E_SNOMBRE IN PERSONA.SNOMBRE%Type,
E_PAPELLIDO IN PERSONA.PAPELLIDO%Type,E_SAPELLIDO IN PERSONA.SAPELLIDO%Type,E_DIRECCION IN PERSONA.DIRECCION%Type,
E_FECHA_NAC IN PERSONA.FECHA_NAC%Type,E_COD_CIUDAD IN PERSONA.COD_CIUDAD%Type)
AS
BEGIN
INSERT INTO PERSONA(DPI,PNOMBRE,SNOMBRE,PAPELLIDO,SAPELLIDO,DIRECCION,FECHA_NAC,COD_CIUDAD)
VALUES(E_DPI,E_PNOMBRE,E_SNOMBRE,E_PAPELLIDO,E_SAPELLIDO,E_DIRECCION,E_FECHA_NAC,E_COD_CIUDAD);
END;
--PROCEDIMIENTO CIUDAD
CREATE OR REPLACE PROCEDURE PRO_CIUDAD(E_MUNICIPIO IN CIUDAD.MUNICIPIO%Type,
E_DEPARTAMENTO IN CIUDAD.DEPARTAMENTO%Type,E_PAIS IN CIUDAD.PAIS%Type)
AS
BEGIN
INSERT INTO CIUDAD(MUNICIPIO,DEPARTAMENTO,PAIS)
VALUES(E_MUNICIPIO,E_DEPARTAMENTO,E_PAIS);
END;
|
DROP DATABASE IF EXISTS @db.schema@; |
-- phpMyAdmin SQL Dump
-- version 4.6.5.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Oct 05, 2017 at 02:13 PM
-- Server version: 10.1.21-MariaDB
-- PHP Version: 7.1.1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `polyglot`
--
-- --------------------------------------------------------
--
-- Table structure for table `app_email_templates`
--
CREATE TABLE `app_email_templates` (
`id` int(11) NOT NULL,
`partner_id` int(11) NOT NULL,
`template_name` varchar(100) NOT NULL,
`file_name` varchar(100) NOT NULL,
`is_active` varchar(1) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `app_email_templates`
--
INSERT INTO `app_email_templates` (`id`, `partner_id`, `template_name`, `file_name`, `is_active`, `last_insrt_upd_ts`, `last_insrt_upd_usr_id`) VALUES
(1, 1, 'Test', 'demo.htm', 'Y', '2017-10-01 07:23:29', 1);
-- --------------------------------------------------------
--
-- Table structure for table `app_polyglot_address`
--
CREATE TABLE `app_polyglot_address` (
`id` int(11) NOT NULL,
`address_line_1` varchar(50) NOT NULL,
`address_line_2` varchar(50) DEFAULT NULL,
`address_line_3` varchar(50) DEFAULT NULL,
`city` varchar(50) NOT NULL,
`state` varchar(50) NOT NULL,
`zip_code` varchar(6) NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `app_polyglot_address`
--
INSERT INTO `app_polyglot_address` (`id`, `address_line_1`, `address_line_2`, `address_line_3`, `city`, `state`, `zip_code`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(1, 'Kondapur', 'Opposite Harsh toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-20 23:21:02'),
(2, 'Kondapur', 'Opposite Harsh toyota', 'Kondapur', 'Hyderabad', 'Andhra Pradesh', '500038', -1, '2017-03-21 19:40:49'),
(3, 'Kondapur', 'Opposite Harsh toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:40:44'),
(4, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500034', -1, '2017-03-21 19:40:59'),
(5, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 18:56:03'),
(6, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 18:59:45'),
(7, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:01:01'),
(8, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:02:17'),
(9, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:02:34'),
(10, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:03:36'),
(11, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:04:01'),
(12, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:05:19'),
(13, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:05:38'),
(14, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:05:47'),
(15, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:06:15'),
(16, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:08:50'),
(17, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:09:30'),
(18, 'Kondapur', 'Opposite Harsha toyota', 'Kondapur', 'Hyderabad', 'Telangana', '500038', -1, '2017-03-21 19:14:40'),
(19, 'In Kondapy', 'No Apartment', 'Kukatpally', 'Hyderabad', 'Telangana', '500034', -1, '2017-03-29 22:26:52'),
(20, 'some address', 'HDFCbank', 'Miyapur', 'Hyderabad', 'Telangana', '500035', -1, '2017-03-26 16:38:36'),
(21, 'Flat No 604', 'Buddha heights', 'Miyapur', 'Hyderabad', 'Telangana', '500034', -1, '2017-04-08 20:45:16'),
(22, 'asada', 'asdad', 'ameerpet', 'Hyderabad', 'Telangana', '500034', -1, '2017-09-13 16:12:55'),
(23, 'New Address', '104', 'Miyapur', 'Hyderabad', 'Telangana', '500034', -1, '2017-09-13 16:52:32'),
(24, 'Aditya Enclave', '123', 'Ameerpet', 'Hyderabad', 'Telangana', '500034', -1, '2017-09-13 14:08:04'),
(25, '11222', 'asad', 'asdad', 'Bangalore', 'Tamilnadu', '50003', -1, '2017-09-13 16:17:41'),
(26, 'asdad', 'sadsad', 'asdsad', 'Chennai', 'Tamilnadu', '50003', -1, '2017-09-13 16:22:52'),
(27, 'asad', 'asdasd', 'asdasd', 'Bangalore', 'Tamilnadu', '50003', -1, '2017-09-13 16:24:23'),
(28, '11222', 'Buddhas', 'asdad', 'Chennai', 'Andhra Pradesh', '50003', -1, '2017-09-13 16:25:44'),
(29, 'asdad', 'saad', 'asad', 'Hyderabad', 'Telangana', '50003', -1, '2017-09-13 16:26:42'),
(30, 'asdad', 'Buddhas', 'ameerpet', 'Chennai', 'Tamilnadu', '50003', -1, '2017-09-13 16:29:57'),
(31, '11222', 'Buddhas', 'asdad', 'Chennai', 'Tamilnadu', '50003', -1, '2017-09-13 16:30:44'),
(32, 'asdad', 'Buddhas', 'ameerpet', 'Chennai', 'Tamilnadu', '50003', -1, '2017-09-13 16:32:39'),
(33, 'asada', 'asdsad', 'assdsad', 'Bangalore', 'Tamilnadu', '500034', -1, '2017-09-13 18:58:09'),
(34, 'asada', '111', 'assdsad', 'Bangalore', 'Tamilnadu', '500034', -1, '2017-09-13 19:06:37'),
(35, '207', 'Nilgiri Block', 'Ameerpet', 'Hyderabad', 'Telangana', '500032', -1, '2017-09-23 15:30:57');
-- --------------------------------------------------------
--
-- Table structure for table `app_polyglot_batch`
--
CREATE TABLE `app_polyglot_batch` (
`batch_id` int(11) NOT NULL,
`ply_batch_no` varchar(50) NOT NULL,
`partner_id` int(11) NOT NULL,
`course_name` varchar(100) NOT NULL,
`schedule` varchar(30) NOT NULL,
`mode` varchar(50) NOT NULL,
`faculty_id` int(11) DEFAULT NULL,
`branch_name` varchar(100) NOT NULL,
`fee_discount` double NOT NULL,
`batch_status` varchar(50) NOT NULL,
`start_date` varchar(20) NOT NULL,
`batch_name` varchar(100) DEFAULT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `app_polyglot_batch`
--
INSERT INTO `app_polyglot_batch` (`batch_id`, `ply_batch_no`, `partner_id`, `course_name`, `schedule`, `mode`, `faculty_id`, `branch_name`, `fee_discount`, `batch_status`, `start_date`, `batch_name`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(1, 'PLYB100001', 1, 'Java', '09/30/2017 3:47 PM', 'Both', 1, 'Polyglot Ameerpet', 10, 'PROPOSED', '23/09/2017', 'Java-Polyglot Ameerpet-23/09/2017', 1, '2017-10-05 11:14:28'),
(2, 'PLYB100002', 1, 'Java', '09/30/2017 11:21 AM', 'Online', 2, 'Polyglot Ameerpet', 10, 'PROPOSED', '24/09/2017', 'Java-Polyglot Ameerpet-24/09/2017', 1, '2017-10-05 11:15:22');
-- --------------------------------------------------------
--
-- Table structure for table `app_polyglot_branch`
--
CREATE TABLE `app_polyglot_branch` (
`id` int(11) NOT NULL,
`partner_id` int(11) NOT NULL,
`name` varchar(100) NOT NULL,
`address_id` int(11) NOT NULL,
`contact_id` int(11) NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `app_polyglot_branch`
--
INSERT INTO `app_polyglot_branch` (`id`, `partner_id`, `name`, `address_id`, `contact_id`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(2, 1, 'New Branch 2', 23, 32, -1, '2017-09-13 16:52:32'),
(3, 1, 'Polyglot Ameerpet', 35, 45, -1, '2017-09-23 15:30:57');
-- --------------------------------------------------------
--
-- Table structure for table `app_polyglot_contact`
--
CREATE TABLE `app_polyglot_contact` (
`id` int(11) NOT NULL,
`name` varchar(50) NOT NULL,
`mobile_number` varchar(10) NOT NULL,
`email` varchar(50) NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `app_polyglot_contact`
--
INSERT INTO `app_polyglot_contact` (`id`, `name`, `mobile_number`, `email`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(3, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-20 23:21:02'),
(4, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:40:49'),
(5, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:40:44'),
(6, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:40:59'),
(7, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 18:56:03'),
(8, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 18:59:45'),
(9, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:01:01'),
(10, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:02:17'),
(11, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:02:34'),
(12, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:03:36'),
(13, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:04:01'),
(14, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:05:19'),
(15, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:05:38'),
(16, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:05:47'),
(17, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:06:15'),
(18, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:08:50'),
(19, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:09:30'),
(20, 'Satheesh', '1234567890', 'asdsad@adsad.com', -1, '2017-03-21 19:14:40'),
(21, '', '9876543210', 'test@test.com', -1, '2017-03-29 22:26:52'),
(22, 'Satheesh', '1234567980', 'asdad@asddad.com', -1, '2017-03-26 16:38:36'),
(23, 'Vishy', '8464071773', 'vishwann@gmail.com', -1, '2017-04-08 20:45:16'),
(24, '', '', '', -1, '2017-04-10 08:23:07'),
(25, '', '', '', -1, '2017-04-10 08:24:53'),
(26, '', '', '', -1, '2017-04-10 08:25:43'),
(27, '', '', '', -1, '2017-04-10 08:26:20'),
(28, '', '', '', -1, '2017-04-10 08:35:35'),
(29, '', '', '', -1, '2017-04-10 08:37:48'),
(30, '', '', '', -1, '2017-04-10 08:40:57'),
(31, 'asdad', '1234567890', 'asdad@asad.com', -1, '2017-09-13 16:12:55'),
(32, 'vishy', '846407177', 'viasda@asdad.com', -1, '2017-09-13 16:52:32'),
(33, 'New Contact', '1234567890', 'adad@asad.com', -1, '2017-09-13 14:08:04'),
(34, 'asdad', '0123456789', 'asdad@asad.com', -1, '2017-09-13 16:17:41'),
(35, 'asdad', '0123456789', 'asdad@asad.com', -1, '2017-09-13 16:22:52'),
(36, 'asdad', '0123456789', 'asdad@asad.com', -1, '2017-09-13 16:24:23'),
(37, 'asdad', '0123456789', 'asdad@asad.com', -1, '2017-09-13 16:25:44'),
(38, 'asdad', '0123456789', 'asdad@asad.com', -1, '2017-09-13 16:26:42'),
(39, 'asdad', '0123456789', 'asdad@asad.com', -1, '2017-09-13 16:29:57'),
(40, 'asdad', '0123456789', 'asdad@asad.com', -1, '2017-09-13 16:30:44'),
(41, 'asdad', '0123456789', 'asdad@asad.com', -1, '2017-09-13 16:32:39'),
(42, 'asad', '1234657989', 'asda@Asdad.com', -1, '2017-09-13 18:58:09'),
(43, 'sadad', '1234567890', 'asdaa@asdad.com', -1, '2017-09-13 19:06:37'),
(44, 'dsadd', '1234567890', 'asdad@asda.com', -1, '2017-09-13 19:31:12'),
(45, 'Satish', '1234567890', 'vishwann@gmail.com', -1, '2017-09-23 15:30:57');
-- --------------------------------------------------------
--
-- Table structure for table `app_polyglot_course`
--
CREATE TABLE `app_polyglot_course` (
`id` int(11) NOT NULL,
`partner_id` int(11) NOT NULL,
`name` varchar(100) NOT NULL,
`schedule` varchar(30) NOT NULL,
`duration` int(11) NOT NULL,
`duration_type` varchar(30) NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `app_polyglot_course`
--
INSERT INTO `app_polyglot_course` (`id`, `partner_id`, `name`, `schedule`, `duration`, `duration_type`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(1, 1, 'Javascript', 'Weekdays', 5, 'weeks', -1, '2017-07-26 15:50:31'),
(2, 1, 'Some New Course', 'Weekdays', 2, 'weeks', -1, '2017-09-19 14:14:13'),
(3, 1, 'Java', 'Weekdays', 4, 'days', -1, '2017-09-23 15:33:13'),
(4, 1, 'security testing', 'Weekend', 5, 'weeks', -1, '2017-09-26 12:16:01');
-- --------------------------------------------------------
--
-- Table structure for table `app_polyglot_demo`
--
CREATE TABLE `app_polyglot_demo` (
`id` int(11) NOT NULL,
`partner_id` int(11) NOT NULL,
`course_name` varchar(100) NOT NULL,
`mode` varchar(20) NOT NULL,
`branch_name` varchar(50) NOT NULL,
`faculty_name` varchar(50) NOT NULL,
`date_time` varchar(20) NOT NULL,
`fee` double NOT NULL,
`is_active` varchar(1) NOT NULL,
`demo_status` varchar(10) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `app_polyglot_demo`
--
INSERT INTO `app_polyglot_demo` (`id`, `partner_id`, `course_name`, `mode`, `branch_name`, `faculty_name`, `date_time`, `fee`, `is_active`, `demo_status`, `last_insrt_upd_ts`, `last_insrt_upd_usr_id`) VALUES
(2, 1, 'Java', 'Both', 'New Branch 2', '2', '10/10/2017 1:49 PM', 3000, 'N', 'CANCELLED', '2017-10-01 17:06:45', 1),
(3, 1, 'Hadoop-Hive', 'Class Room', 'Polyglot Ameerpet', '2', '10/06/2017 1:47 PM', 8000, 'N', 'COMPLETED', '2017-10-01 17:21:34', 1),
(4, 1, 'Java', 'Class Room', 'Polyglot Ameerpet', 'Vishwanath', '10/18/2017 10:33 PM', 4000, 'Y', 'SCHEDULED', '2017-10-03 22:33:31', 1);
-- --------------------------------------------------------
--
-- Table structure for table `app_polyglot_faculty`
--
CREATE TABLE `app_polyglot_faculty` (
`id` int(11) NOT NULL,
`partner_id` int(11) NOT NULL,
`name` varchar(45) DEFAULT NULL,
`mobile` varchar(45) DEFAULT NULL,
`emailId` varchar(45) DEFAULT NULL,
`mode` varchar(45) DEFAULT NULL,
`lastInsrtUpdUsrId` int(11) DEFAULT NULL,
`lastInsrtUpdTs` date DEFAULT NULL,
`courseId` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `app_polyglot_faculty`
--
INSERT INTO `app_polyglot_faculty` (`id`, `partner_id`, `name`, `mobile`, `emailId`, `mode`, `lastInsrtUpdUsrId`, `lastInsrtUpdTs`, `courseId`) VALUES
(1, 1, 'Vishwanath', '8464071773', 'vishwann@gmail.com', 'ClassRoom', -1, '2017-10-02', 20),
(2, 1, 'satish', '1234567890', 'satish@polyglotIt.com', 'ClassRoom', -1, '2017-09-19', 15);
-- --------------------------------------------------------
--
-- Table structure for table `app_polyglot_lead`
--
CREATE TABLE `app_polyglot_lead` (
`id` int(11) NOT NULL,
`partner_id` int(11) NOT NULL,
`first_name` varchar(50) NOT NULL,
`last_name` varchar(50) NOT NULL,
`course` varchar(100) NOT NULL,
`mobile` varchar(10) NOT NULL,
`email` varchar(50) NOT NULL,
`mode` varchar(50) DEFAULT NULL,
`schedule` varchar(30) DEFAULT NULL,
`branch` int(11) DEFAULT NULL,
`preferred_time` varchar(20) DEFAULT NULL,
`source` varchar(50) NOT NULL,
`reffered_by` varchar(50) DEFAULT NULL,
`batch_id` varchar(50) DEFAULT NULL,
`lead_status` varchar(50) DEFAULT NULL,
`comments` varchar(250) DEFAULT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL DEFAULT '-1',
`last_insrt_upd_ts` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `app_polyglot_lead`
--
INSERT INTO `app_polyglot_lead` (`id`, `partner_id`, `first_name`, `last_name`, `course`, `mobile`, `email`, `mode`, `schedule`, `branch`, `preferred_time`, `source`, `reffered_by`, `batch_id`, `lead_status`, `comments`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(37, 1, 'srinivasa', 'A', 'devops', '9533797976', 'vishwann@gmail.com', 'Online', 'Weekend', 2, '12:30 PM-01:30 PM', 'Not Known', NULL, 'PLYB100002', 'CONFIRMED', 'next batch', 1, '2017-09-23 15:24:21'),
(38, 1, 'sudheer', 'B', 'linux', '9492931819', 'vishwann@gmail.com', 'Online', 'Weekend', 3, '11-1pm', 'Not Known', NULL, 'PLYB100002', 'CONFIRMED', 'finished linux', -1, '2017-09-23 15:32:51'),
(39, 1, 'rama krishna', 'C', 'aws+devops', '8106830830', 'ramtest0@gmail.com', 'regular', NULL, NULL, '3-5pm', 'Not Known', NULL, 'PLYB100001', 'PROPOSED', 'finished', 1, '2017-09-30 08:20:59'),
(40, 1, 'wahwda', 'D', 'aws', '8380078876', 'waheeda806@gmail.com', 'regular', NULL, NULL, '3-5pm', 'pamphlet', NULL, 'PLYB100001', 'PROPOSED', 'Completed', 1, '2017-09-30 08:20:59'),
(41, 1, 'srinivasa rao', 'Rao', 'devops', '9885642199', 'srinivasrao.konakanchi@gmail.com', 'weekend', NULL, NULL, NULL, 'urbanpro', NULL, NULL, 'INVITED', 'invited to Linux 16/07', -1, '2017-07-26 17:01:33'),
(42, 1, 'murali', 'Test', 'linux+devops', '7032640061', 'nmkmailbox@gmail.com', 'regular', NULL, NULL, NULL, 'Not Known', NULL, NULL, NULL, '7 to 9AM', -1, '2017-07-26 17:01:33'),
(43, 1, 'teja', 'Teja', 'devops', '7893802045', 'tejaharley@gmail.com', 'regular', NULL, NULL, NULL, 'Not Known', NULL, NULL, 'SCHEDULED', 'joined 3-5PM', -1, '2017-07-26 17:01:33'),
(44, 1, 'hari', 'gudiya', 'aws', '8861828888', 'hari.gudiya@gmail.com', 'online', NULL, NULL, NULL, 'Not Known', NULL, NULL, NULL, '(hold fr 2 mnths)', -1, '2017-07-26 17:01:33'),
(45, 1, 'karthik', 'Reddy', 'linux+aws', '9701120811', 'No Email Provided', 'regular', NULL, NULL, NULL, 'Not Known', NULL, NULL, 'ENROLLED', 'joined', -1, '2017-07-26 17:01:33'),
(46, 1, 'narendra reddy', 'reddy', 'AWS', '7799206699', 'narendra9599@gmail.com', 'regular', NULL, NULL, NULL, 'pamphlet', NULL, NULL, 'SCHEDULED', 'next batch', -1, '2017-07-26 17:01:33'),
(47, 1, 'satya', 'S', 'java', '9032466844', 'vishwann@gmail.com', 'Class Room', 'Weekdays', 3, '12:30 PM-01:30 PM', 'urbanpro', NULL, 'PLYB100002', 'CONFIRMED', '7 to 9AM', -1, '2017-09-24 11:21:03'),
(48, 1, 'ramesh', 'R', 'aws', '9959356689', 'kulkram1989@gmail.com', 'regular', NULL, NULL, '3-5pm', 'urban pro', NULL, NULL, NULL, 'cl again', -1, '2017-07-26 17:01:33'),
(49, 1, 'Vishy', 'N', 'java', '1234567890', 'vishwann@gmail.com', 'Class Room', 'Weekend', 2, '05:00 PM-07:00 PM', 'Online', NULL, 'PLYB100001', 'CONFIRMED', 'New Test', -1, '2017-09-23 15:43:26'),
(50, 1, 'New Lead', 'Test', 'Javascript', '8464071773', 'vishwann@gmail.com', 'Online', 'Weekend', 2, '10:00 AM-11:00 AM', 'Online', NULL, 'PLYB100002', 'CONFIRMED', 'This is a test', 1, '2017-09-23 15:27:05'),
(51, 1, 'Vishy', 'N', 'java', '8464071773', 'vishwann@gmail.com', 'Class Room', 'Weekend', 3, '11:30 AM-12:30 AM', 'Online', NULL, 'PLYB100002', 'CONFIRMED', 'Testing...', -1, '2017-09-24 11:20:14');
-- --------------------------------------------------------
--
-- Table structure for table `app_polyglot_lead_demo_status`
--
CREATE TABLE `app_polyglot_lead_demo_status` (
`id` int(11) NOT NULL,
`partner_id` int(11) NOT NULL,
`lead_id` int(11) NOT NULL,
`demo_id` int(11) NOT NULL,
`email_id` varchar(100) DEFAULT NULL,
`invite_status` varchar(20) NOT NULL,
`first_name` varchar(50) NOT NULL,
`last_name` varchar(50) NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `app_polyglot_lead_demo_status`
--
INSERT INTO `app_polyglot_lead_demo_status` (`id`, `partner_id`, `lead_id`, `demo_id`, `email_id`, `invite_status`, `first_name`, `last_name`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(1, 1, 39, 2, 'ramtest0@gmail.com', 'ATTENDED DEMO', 'rama krishna', 'C', 1, '2017-09-30 09:31:48'),
(2, 1, 40, 2, 'waheeda806@gmail.com', 'ATTENDED DEMO', 'wahwda', 'D', 1, '2017-09-30 09:31:48'),
(3, 1, 39, 4, 'ramtest0@gmail.com', 'ATTENDED DEMO', 'rama krishna', 'C', 1, '2017-10-05 10:35:03'),
(4, 1, 41, 4, 'srinivasrao.konakanchi@gmail.com', 'ATTENDED DEMO', 'srinivasa rao', 'Rao', 1, '2017-10-05 10:35:04'),
(5, 1, 40, 4, 'waheeda806@gmail.com', 'ATTENDED DEMO', 'wahwda', 'D', 1, '2017-10-05 10:35:04'),
(6, 1, 43, 4, 'tejaharley@gmail.com', 'INVITED FOR DEMO', 'teja', 'Teja', 1, '2017-10-05 10:34:40');
-- --------------------------------------------------------
--
-- Table structure for table `app_polyglot_payment`
--
CREATE TABLE `app_polyglot_payment` (
`id` int(11) NOT NULL,
`partner_id` int(11) NOT NULL,
`student_id` int(11) NOT NULL,
`course_name` varchar(100) NOT NULL,
`total_fee` double NOT NULL,
`fee_paid` double NOT NULL,
`fee_pending` double NOT NULL,
`mode` varchar(10) NOT NULL,
`transaction_ref` varchar(50) DEFAULT NULL,
`opted_discount` double NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `app_polyglot_payment`
--
INSERT INTO `app_polyglot_payment` (`id`, `partner_id`, `student_id`, `course_name`, `total_fee`, `fee_paid`, `fee_pending`, `mode`, `transaction_ref`, `opted_discount`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(1, 1, 2, 'Java', 15000, 12000, 3000, 'Online', '1234', 15, -1, '2017-10-01 06:58:48'),
(2, 1, 1, 'Puppet', 15000, 12000, 3000, 'Online', '45674', 16, -1, '2017-10-01 07:12:16');
-- --------------------------------------------------------
--
-- Table structure for table `app_polyglot_plan`
--
CREATE TABLE `app_polyglot_plan` (
`id` int(11) NOT NULL,
`plan_name` varchar(100) NOT NULL,
`subscription_date` datetime NOT NULL,
`expiration_date` datetime NOT NULL,
`partner_id` int(11) NOT NULL,
`keyword` varchar(100) NOT NULL,
`location` varchar(100) NOT NULL,
`duration` varchar(25) NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL,
`is_expired` varchar(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `app_polyglot_plan`
--
INSERT INTO `app_polyglot_plan` (`id`, `plan_name`, `subscription_date`, `expiration_date`, `partner_id`, `keyword`, `location`, `duration`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`, `is_expired`) VALUES
(1, 'DEFAULT PLAN', '2017-08-17 14:10:57', '2017-09-16 14:10:55', 1, '', '', '', 1, '2017-08-17 14:10:57', ''),
(2, 'Platinum', '2017-09-12 16:06:31', '2017-10-12 16:06:31', 1, 'python', 'Bangalore', 'Monthly', 1, '2017-09-12 16:06:31', 'N');
-- --------------------------------------------------------
--
-- Table structure for table `app_polyglot_student`
--
CREATE TABLE `app_polyglot_student` (
`id` int(11) NOT NULL,
`partner_id` int(11) NOT NULL,
`student_name` varchar(100) NOT NULL,
`course_name` varchar(100) NOT NULL,
`mode` varchar(25) NOT NULL,
`joined_date` varchar(10) DEFAULT NULL,
`status` varchar(20) NOT NULL,
`next_interest` varchar(100) DEFAULT NULL,
`batch_id` int(11) NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `app_polyglot_student`
--
INSERT INTO `app_polyglot_student` (`id`, `partner_id`, `student_name`, `course_name`, `mode`, `joined_date`, `status`, `next_interest`, `batch_id`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(2, 1, 'Vishy N', '', 'Online', '24/09/2017', 'INVITED', 'Hadoop-spark', 2, 1, '2017-10-05 08:35:27');
-- --------------------------------------------------------
--
-- Table structure for table `app_users`
--
CREATE TABLE `app_users` (
`fname` varchar(20) DEFAULT NULL,
`lname` varchar(20) DEFAULT NULL,
`userType` char(1) DEFAULT NULL,
`emailId` varchar(45) DEFAULT NULL,
`mobile` varchar(10) DEFAULT NULL,
`password` varchar(20) DEFAULT NULL,
`dob` datetime DEFAULT NULL,
`gender` char(1) DEFAULT NULL,
`flatno` varchar(45) DEFAULT NULL,
`aprtmentName` varchar(45) DEFAULT NULL,
`area` varchar(45) DEFAULT NULL,
`city` varchar(45) DEFAULT NULL,
`state` varchar(45) DEFAULT NULL,
`pincode` int(11) DEFAULT NULL,
`qualification` varchar(45) DEFAULT NULL,
`branch` varchar(45) DEFAULT NULL,
`passoutYr` int(11) DEFAULT NULL,
`percentage` int(11) DEFAULT NULL,
`compName` varchar(45) DEFAULT NULL,
`designation` varchar(45) DEFAULT NULL,
`yrsofexp` int(11) DEFAULT NULL,
`skills` varchar(45) DEFAULT NULL,
`last_insrt_upd_ts` datetime DEFAULT NULL,
`inst_estbl_date` datetime DEFAULT NULL,
`inst_name` varchar(45) DEFAULT NULL,
`inst_founder` varchar(45) DEFAULT NULL,
`contact_person` varchar(45) DEFAULT NULL,
`contact_email` varchar(45) DEFAULT NULL,
`contact_landline` varchar(45) DEFAULT NULL,
`contact_mobile` varchar(10) DEFAULT NULL,
`country` varchar(45) DEFAULT NULL,
`dsbl_in` varchar(1) NOT NULL,
`last_insrt_upd_usr_id` int(11) DEFAULT NULL,
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `app_users`
--
INSERT INTO `app_users` (`fname`, `lname`, `userType`, `emailId`, `mobile`, `password`, `dob`, `gender`, `flatno`, `aprtmentName`, `area`, `city`, `state`, `pincode`, `qualification`, `branch`, `passoutYr`, `percentage`, `compName`, `designation`, `yrsofexp`, `skills`, `last_insrt_upd_ts`, `inst_estbl_date`, `inst_name`, `inst_founder`, `contact_person`, `contact_email`, `contact_landline`, `contact_mobile`, `country`, `dsbl_in`, `last_insrt_upd_usr_id`, `id`) VALUES
(NULL, NULL, 'P', 'vishwann@gmail.com', '8464071773', 'Change100$', NULL, NULL, '04', 'Buddha heights', 'Miyapur', '1', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-26 13:12:21', '2017-07-26 00:00:00', 'My Institute', 'Me', 'vishy', 'vishwann@gmail.com', NULL, '8464071773', '1', 'N', -1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `dmn_cities`
--
CREATE TABLE `dmn_cities` (
`city_id` int(11) NOT NULL,
`city_desc` varchar(45) DEFAULT NULL,
`city_long_desc` varchar(45) DEFAULT NULL,
`city_code` varchar(5) DEFAULT NULL,
`state_id` int(11) NOT NULL,
`dsbl_in` varchar(1) NOT NULL,
`last_insrt_upd_usr_id` int(11) DEFAULT NULL,
`last_insrt_upd_ts` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `dmn_cities`
--
INSERT INTO `dmn_cities` (`city_id`, `city_desc`, `city_long_desc`, `city_code`, `state_id`, `dsbl_in`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(1, 'Hyderabad', 'Old City', 'HYD', 1, 'N', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `dmn_cntry`
--
CREATE TABLE `dmn_cntry` (
`cntry_id` int(11) NOT NULL,
`cntry_desc` varchar(45) NOT NULL,
`cntry_code` varchar(5) NOT NULL,
`cntry_long_desc` varchar(45) DEFAULT NULL,
`dsbl_in` varchar(1) DEFAULT NULL,
`last_insrt_upd_usr_id` int(11) DEFAULT NULL,
`last_insrt_upd_ts` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `dmn_cntry`
--
INSERT INTO `dmn_cntry` (`cntry_id`, `cntry_desc`, `cntry_code`, `cntry_long_desc`, `dsbl_in`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(1, 'INDIA', 'IND', 'Republic of India', 'N', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `dmn_courses_tests`
--
CREATE TABLE `dmn_courses_tests` (
`courseId` int(11) NOT NULL,
`testId` int(11) NOT NULL,
`question` varchar(145) DEFAULT NULL,
`choice_a` varchar(145) DEFAULT NULL,
`correct_choice` varchar(1) DEFAULT NULL,
`dsbl_in` varchar(1) DEFAULT NULL,
`last_insrt_upd_ts` datetime DEFAULT NULL,
`choice_b` varchar(45) DEFAULT NULL,
`choice_c` varchar(45) DEFAULT NULL,
`choice_d` varchar(45) DEFAULT NULL,
`question_no` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `dmn_course_list`
--
CREATE TABLE `dmn_course_list` (
`id` int(11) NOT NULL,
`field_name` varchar(75) DEFAULT NULL,
`category` varchar(75) DEFAULT NULL,
`sub_category` varchar(75) DEFAULT NULL,
`course_name` varchar(100) NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `dmn_course_list`
--
INSERT INTO `dmn_course_list` (`id`, `field_name`, `category`, `sub_category`, `course_name`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(1, 'IT', 'Cloud Computing', 'AWS', 'AWS - Administration ( Solution Architect - Associate )', -1, '2017-03-12 00:00:00'),
(2, 'IT', 'Cloud Computing', 'AWS', 'AWS - Administration ( Solution Architect - Professional)', -1, '2017-03-12 00:00:00'),
(3, 'IT', 'Cloud Computing', 'AWS', 'AWS - Development ( Developer Associate )', -1, '2017-03-12 00:00:00'),
(4, 'IT', 'Cloud Computing', 'AWS', 'AWS - DevOps', -1, '2017-03-12 00:00:00'),
(5, 'IT', 'Cloud Computing', 'Microsoft - Azure', 'Azure - Administration', -1, '2017-03-12 00:00:00'),
(6, 'IT', 'Cloud Computing', 'Microsoft - Azure', 'Azure - Development', -1, '2017-03-12 00:00:00'),
(7, 'IT', 'Cloud Computing', 'Openstack', 'Openstack - Administration', -1, '2017-03-12 00:00:00'),
(8, 'IT', 'Cloud Computing', 'Salesforce', 'Salesforce-Admin', -1, '2017-03-12 00:00:00'),
(9, 'IT', 'Cloud Computing', 'Salesforce', 'Salesforce-Development', -1, '2017-03-12 00:00:00'),
(10, 'IT', 'DevOps', 'Tools', 'Jenkins', -1, '2017-03-12 00:00:00'),
(11, 'IT', 'DevOps', 'Tools', 'Docker', -1, '2017-03-12 00:00:00'),
(12, 'IT', 'DevOps', 'Tools', 'Puppet', -1, '2017-03-12 00:00:00'),
(13, 'IT', 'DevOps', 'Tools', 'Chef', -1, '2017-03-12 00:00:00'),
(14, 'IT', 'DevOps', 'Tools', 'Ansible', -1, '2017-03-12 00:00:00'),
(15, 'IT', 'Administration', 'System', 'RedHat Linux', -1, '2017-03-12 00:00:00'),
(16, 'IT', 'Administration', 'System', 'Microsoft Windows (MCSE)', -1, '2017-03-12 00:00:00'),
(17, 'IT', 'Networking', 'Network', 'CCNA', -1, '2017-03-12 00:00:00'),
(18, 'IT', 'Networking', 'Network', 'CCIE', -1, '2017-03-12 00:00:00'),
(19, 'IT', 'Networking', 'Network', 'CCSP', -1, '2017-03-12 00:00:00'),
(20, 'IT', 'Administration', 'Application Servers', 'WebLogic Administration', -1, '2017-03-12 00:00:00'),
(21, 'IT', 'Administration', 'Application Servers', 'WebSphere Application Server Administration', -1, '2017-03-12 00:00:00'),
(22, 'IT', 'Administration', 'Application Servers', 'Websphere MQ Administration', -1, '2017-03-12 00:00:00'),
(23, 'IT', 'Administration', 'Application Servers', 'Jboss Application server Administration', -1, '2017-03-12 00:00:00'),
(24, 'IT', 'Database', 'RDBMS', 'MySQL', -1, '2017-03-12 00:00:00'),
(25, 'IT', 'Database', 'RDBMS', 'Oracle', -1, '2017-03-12 00:00:00'),
(26, 'IT', 'Database', 'RDBMS', 'PostgreSQL', -1, '2017-03-12 00:00:00'),
(27, 'IT', 'Database', 'RDBMS', 'MSSQL', -1, '2017-03-12 00:00:00'),
(28, 'IT', 'Database', 'NoSQL', 'MongoDB', -1, '2017-03-12 00:00:00'),
(29, 'IT', 'Database', 'NoSQL', 'Apache cassandra', -1, '2017-03-12 00:00:00'),
(30, 'IT', 'Database', 'NoSQL', 'CouchDB', -1, '2017-03-12 00:00:00'),
(31, 'IT', 'Development', 'Languages', 'Java', -1, '2017-03-12 00:00:00'),
(32, 'IT', 'Development', 'Languages', 'Python', -1, '2017-03-12 00:00:00'),
(33, 'IT', 'Development', 'Languages', 'Shell', -1, '2017-03-12 00:00:00'),
(34, 'IT', 'Development', 'Languages', 'Ruby', -1, '2017-03-12 00:00:00'),
(35, 'IT', 'Development', 'Languages', 'Javascript', -1, '2017-03-12 00:00:00'),
(36, 'IT', 'Development', 'Languages', 'PHP', -1, '2017-03-12 00:00:00'),
(37, 'IT', 'Development', 'Languages', 'scala', -1, '2017-03-12 00:00:00'),
(38, 'IT', 'Development', 'Frameworks', 'NodeJS', -1, '2017-03-12 00:00:00'),
(39, 'IT', 'Development', 'Frameworks', 'AngularJS', -1, '2017-03-12 00:00:00'),
(40, 'IT', 'Development', 'Frameworks', 'MEAN ( Mongo, express, Angular, NodeJS )', -1, '2017-03-12 00:00:00'),
(41, 'IT', 'Development', 'Frameworks', 'Spring', -1, '2017-03-12 00:00:00'),
(42, 'IT', 'Development', 'Frameworks', 'Hibernate', -1, '2017-03-12 00:00:00'),
(43, 'IT', 'Development', 'Frameworks', 'Ruby on Rails', -1, '2017-03-12 00:00:00'),
(44, 'IT', 'Development', 'Frameworks', 'Python Django', -1, '2017-03-12 00:00:00'),
(45, 'IT', 'Development', 'Frameworks', 'jQuery', -1, '2017-03-12 00:00:00'),
(46, 'IT', 'Development', 'Frameworks', 'struts', -1, '2017-03-12 00:00:00'),
(47, 'IT', 'Development', 'Mobile', 'Android', -1, '2017-03-12 00:00:00'),
(48, 'IT', 'Development', 'Mobile', 'Phonegap', -1, '2017-03-12 00:00:00'),
(49, 'IT', 'Development', 'Webdesigning', 'HTML5, CSS', -1, '2017-03-12 00:00:00'),
(50, 'IT', 'Development', 'Designing tools', 'Adobe Photoshop', -1, '2017-03-12 00:00:00'),
(51, 'IT', 'Development', 'Designing tools', 'Coraldraw', -1, '2017-03-12 00:00:00'),
(52, 'IT', 'Development', 'Designing tools', 'Adobe Illustrator', -1, '2017-03-12 00:00:00'),
(53, 'IT', 'Development', 'Designing tools', 'Adobe Aftereffects', -1, '2017-03-12 00:00:00'),
(54, 'IT', 'Develppment', 'Apps', 'Oracle Apps', -1, '2017-03-12 00:00:00'),
(55, 'IT', 'ERP', 'SAP', 'SAP-BO', -1, '2017-03-12 00:00:00'),
(56, 'IT', 'ERP', 'SAP', 'SAP-ABAP', -1, '2017-03-12 00:00:00'),
(57, 'IT', 'ERP', 'SAP', 'SAP-BI', -1, '2017-03-12 00:00:00'),
(58, 'IT', 'ERP', 'SAP', 'SAP-HANA', -1, '2017-03-12 00:00:00'),
(59, 'IT', 'Reporting', 'Tools', 'QlikView', -1, '2017-03-12 00:00:00'),
(60, 'IT', 'Reporting', 'Tools', 'Business Objects (BO)', -1, '2017-03-12 00:00:00'),
(61, 'IT', 'Reporting', 'Tools', 'Informatica', -1, '2017-03-12 00:00:00'),
(62, 'IT', 'Reporting', 'Tools', 'MSBI', -1, '2017-03-12 00:00:00'),
(63, 'IT', 'Security', 'Tools', 'Ethical Hacking', -1, '2017-03-12 00:00:00'),
(64, 'IT', 'Testing', 'Mobile', 'Appium', -1, '2017-03-12 00:00:00'),
(65, 'IT', 'Testing', 'Mobile', 'Jmeter', -1, '2017-03-12 00:00:00'),
(66, 'IT', 'Testing', 'Automation', 'Selenium', -1, '2017-03-12 00:00:00'),
(67, 'IT', 'Testing', 'Automation', 'QTP/UFT', -1, '2017-03-12 00:00:00'),
(68, 'IT', 'Testing', '', 'SAP testing', -1, '2017-03-12 00:00:00'),
(69, 'IT', 'Testing', '', 'Cloud testing', -1, '2017-03-12 00:00:00'),
(70, 'IT', 'Testing', '', 'storage testing', -1, '2017-03-12 00:00:00'),
(71, 'IT', 'Testing', '', 'security testing', -1, '2017-03-12 00:00:00'),
(72, 'IT', 'Bigdata', 'Hadoop', 'Hadoop-spark', -1, '2017-03-12 00:00:00'),
(73, 'IT', 'Bigdata', 'Hadoop', 'Hadoop-pig', -1, '2017-03-12 00:00:00'),
(74, 'IT', 'Bigdata', 'Hadoop', 'Hadoop-Hive', -1, '2017-03-12 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `dmn_keyword_categories`
--
CREATE TABLE `dmn_keyword_categories` (
`id` int(11) NOT NULL,
`category` varchar(100) NOT NULL,
`key_word` varchar(100) NOT NULL,
`total` int(11) NOT NULL,
`available` int(11) NOT NULL,
`exhausted` int(11) NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `dmn_keyword_categories`
--
INSERT INTO `dmn_keyword_categories` (`id`, `category`, `key_word`, `total`, `available`, `exhausted`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(1, 'amazon web services', 'amazon web services', 100, 100, 0, -1, '2017-09-10 00:00:00'),
(2, 'amazon web services', 'aws', 100, 100, 0, 0, '2017-09-11 18:33:10'),
(3, 'amazon web services', 'amazon ec2', 100, 100, 0, 0, '2017-09-11 18:33:10'),
(4, 'amazon web services', 'amazon s3', 100, 100, 0, 0, '2017-09-11 18:33:10'),
(5, 'python', 'python', 100, 100, 0, 0, '2017-09-11 18:33:10'),
(6, 'python', 'django', 100, 100, 0, 0, '2017-09-11 18:33:10'),
(7, 'python', 'flask', 100, 100, 0, 0, '2017-09-11 18:33:10'),
(8, 'java', 'core java', 100, 100, 0, 0, '2017-09-11 18:33:10'),
(9, 'java', 'advanced java', 100, 100, 0, 0, '2017-09-11 18:33:10'),
(10, 'java', 'java', 100, 100, 0, 0, '2017-09-11 18:33:10'),
(11, 'java', 'springs', 100, 100, 0, 0, '2017-09-11 18:33:10'),
(12, 'java', 'struts', 100, 100, 0, 0, '2017-09-11 18:33:10'),
(13, 'java', 'hibernate', 100, 100, 0, 0, '2017-09-11 18:33:10');
-- --------------------------------------------------------
--
-- Table structure for table `dmn_location`
--
CREATE TABLE `dmn_location` (
`id` int(11) NOT NULL,
`city` varchar(50) NOT NULL,
`location` varchar(50) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `dmn_polyglot_plans`
--
CREATE TABLE `dmn_polyglot_plans` (
`id` int(11) NOT NULL,
`plan_name` varchar(50) NOT NULL,
`lead_availability` int(11) NOT NULL,
`view_contact_lead` int(11) NOT NULL,
`add_new_batches` int(11) NOT NULL,
`add_demos` int(11) NOT NULL,
`form_batches` int(11) NOT NULL,
`payment_tracking` int(11) NOT NULL,
`no_of_emails` int(11) NOT NULL,
`no_of_sms` int(11) NOT NULL,
`custom_rule_engine` int(11) NOT NULL,
`email_templates` int(11) NOT NULL,
`online_quizzes` int(11) NOT NULL,
`course_certificate` int(11) NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `dmn_polyglot_plans`
--
INSERT INTO `dmn_polyglot_plans` (`id`, `plan_name`, `lead_availability`, `view_contact_lead`, `add_new_batches`, `add_demos`, `form_batches`, `payment_tracking`, `no_of_emails`, `no_of_sms`, `custom_rule_engine`, `email_templates`, `online_quizzes`, `course_certificate`, `last_insrt_upd_usr_id`, `last_insrt_upd_ts`) VALUES
(1, 'Basic', -1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, '2017-09-10 00:00:00'),
(2, 'Silver', 86400, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, -1, '2017-09-10 00:00:00'),
(3, 'Gold', 14400, 1, 1, 1, 1, 1, 100, 100, 0, 0, 0, 0, -1, '2017-09-10 00:00:00'),
(4, 'Platinum', 0, 1, 1, 1, 1, 1, 100, 100, 1, 1, 1, 1, -1, '2017-09-10 00:00:00');
-- --------------------------------------------------------
--
-- Table structure for table `dmn_quizzes`
--
CREATE TABLE `dmn_quizzes` (
`id` int(11) NOT NULL,
`quiz_name` varchar(100) NOT NULL,
`course_name` varchar(100) NOT NULL,
`quiz_level` varchar(25) NOT NULL,
`topic` varchar(50) NOT NULL,
`topic_id` int(11) NOT NULL,
`last_insrt_upd_usr_id` int(11) NOT NULL,
`last_insrt_upd_ts` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `dmn_states`
--
CREATE TABLE `dmn_states` (
`state_id` int(11) NOT NULL,
`state_desc` varchar(45) DEFAULT NULL,
`state_long_desc` varchar(45) DEFAULT NULL,
`state_code` varchar(5) DEFAULT NULL,
`cntry_id` int(11) NOT NULL,
`dsbl_in` varchar(1) DEFAULT NULL,
`last_insrt_upd_ts` datetime DEFAULT NULL,
`last_insrt_upd_usr_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `dmn_states`
--
INSERT INTO `dmn_states` (`state_id`, `state_desc`, `state_long_desc`, `state_code`, `cntry_id`, `dsbl_in`, `last_insrt_upd_ts`, `last_insrt_upd_usr_id`) VALUES
(1, 'TELANGANA', 'Prev Andhra', 'TS', 1, 'N', NULL, NULL);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `app_email_templates`
--
ALTER TABLE `app_email_templates`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_user_email_tempalte` (`partner_id`);
--
-- Indexes for table `app_polyglot_address`
--
ALTER TABLE `app_polyglot_address`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `app_polyglot_batch`
--
ALTER TABLE `app_polyglot_batch`
ADD PRIMARY KEY (`batch_id`),
ADD KEY `fk_batch_faculty` (`faculty_id`),
ADD KEY `indx_partner_id_batch` (`partner_id`);
--
-- Indexes for table `app_polyglot_branch`
--
ALTER TABLE `app_polyglot_branch`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_branch_address_id` (`address_id`),
ADD KEY `fk_branch_contact_id` (`contact_id`),
ADD KEY `indx_partner_id` (`partner_id`);
--
-- Indexes for table `app_polyglot_contact`
--
ALTER TABLE `app_polyglot_contact`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `app_polyglot_course`
--
ALTER TABLE `app_polyglot_course`
ADD PRIMARY KEY (`id`),
ADD KEY `partner_id` (`partner_id`);
--
-- Indexes for table `app_polyglot_demo`
--
ALTER TABLE `app_polyglot_demo`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `app_polyglot_faculty`
--
ALTER TABLE `app_polyglot_faculty`
ADD PRIMARY KEY (`id`),
ADD KEY `indx_partner_id_faculty` (`partner_id`);
--
-- Indexes for table `app_polyglot_lead`
--
ALTER TABLE `app_polyglot_lead`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_lead_branch` (`branch`);
--
-- Indexes for table `app_polyglot_lead_demo_status`
--
ALTER TABLE `app_polyglot_lead_demo_status`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `app_polyglot_payment`
--
ALTER TABLE `app_polyglot_payment`
ADD PRIMARY KEY (`id`),
ADD KEY `indx_partner_id_payment` (`partner_id`);
--
-- Indexes for table `app_polyglot_plan`
--
ALTER TABLE `app_polyglot_plan`
ADD PRIMARY KEY (`id`),
ADD KEY `fk_partner_id_plan` (`partner_id`);
--
-- Indexes for table `app_polyglot_student`
--
ALTER TABLE `app_polyglot_student`
ADD PRIMARY KEY (`id`),
ADD KEY `indx_partner_id_student` (`partner_id`);
--
-- Indexes for table `app_users`
--
ALTER TABLE `app_users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `user_idx` (`emailId`,`userType`);
--
-- Indexes for table `dmn_cities`
--
ALTER TABLE `dmn_cities`
ADD PRIMARY KEY (`city_id`),
ADD KEY `cntry_state_idx` (`state_id`);
--
-- Indexes for table `dmn_cntry`
--
ALTER TABLE `dmn_cntry`
ADD PRIMARY KEY (`cntry_id`);
--
-- Indexes for table `dmn_courses_tests`
--
ALTER TABLE `dmn_courses_tests`
ADD PRIMARY KEY (`question_no`,`courseId`,`testId`);
--
-- Indexes for table `dmn_course_list`
--
ALTER TABLE `dmn_course_list`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `dmn_keyword_categories`
--
ALTER TABLE `dmn_keyword_categories`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `dmn_location`
--
ALTER TABLE `dmn_location`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `dmn_polyglot_plans`
--
ALTER TABLE `dmn_polyglot_plans`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `dmn_quizzes`
--
ALTER TABLE `dmn_quizzes`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `dmn_states`
--
ALTER TABLE `dmn_states`
ADD PRIMARY KEY (`state_id`),
ADD KEY `state_cntry_idx` (`cntry_id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `app_polyglot_address`
--
ALTER TABLE `app_polyglot_address`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;
--
-- AUTO_INCREMENT for table `app_polyglot_batch`
--
ALTER TABLE `app_polyglot_batch`
MODIFY `batch_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `app_polyglot_branch`
--
ALTER TABLE `app_polyglot_branch`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `app_polyglot_demo`
--
ALTER TABLE `app_polyglot_demo`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `app_polyglot_lead_demo_status`
--
ALTER TABLE `app_polyglot_lead_demo_status`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `app_polyglot_plan`
--
ALTER TABLE `app_polyglot_plan`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `dmn_quizzes`
--
ALTER TABLE `dmn_quizzes`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `app_email_templates`
--
ALTER TABLE `app_email_templates`
ADD CONSTRAINT `fk_user_email_tempalte` FOREIGN KEY (`partner_id`) REFERENCES `app_users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `app_polyglot_batch`
--
ALTER TABLE `app_polyglot_batch`
ADD CONSTRAINT `fk_partner_id_batch` FOREIGN KEY (`partner_id`) REFERENCES `app_users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `app_polyglot_branch`
--
ALTER TABLE `app_polyglot_branch`
ADD CONSTRAINT `fk_partner_id_branches` FOREIGN KEY (`partner_id`) REFERENCES `app_users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `app_polyglot_course`
--
ALTER TABLE `app_polyglot_course`
ADD CONSTRAINT `fk_partner_id_courses` FOREIGN KEY (`partner_id`) REFERENCES `app_users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `app_polyglot_faculty`
--
ALTER TABLE `app_polyglot_faculty`
ADD CONSTRAINT `fk_partner_id_faculty` FOREIGN KEY (`partner_id`) REFERENCES `app_users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `app_polyglot_payment`
--
ALTER TABLE `app_polyglot_payment`
ADD CONSTRAINT `fk_partner_id_payment` FOREIGN KEY (`partner_id`) REFERENCES `app_users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `app_polyglot_plan`
--
ALTER TABLE `app_polyglot_plan`
ADD CONSTRAINT `fk_partner_id_plan` FOREIGN KEY (`partner_id`) REFERENCES `app_users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `app_polyglot_student`
--
ALTER TABLE `app_polyglot_student`
ADD CONSTRAINT `fk_partner_id_student` FOREIGN KEY (`partner_id`) REFERENCES `app_users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
/**
* tblRoomData.sql
*
* Populates the tblRoomData table with initial data.
*
* @author A.J. Rodriguez <avrodriguezjr@gmail.com>
*/
USE `gildedrose`;
INSERT INTO tblRoom (RoomNumber, MaxOccupancy, MaxStorage)
VALUES (1, 2, 1);
INSERT INTO tblRoom (RoomNumber, MaxOccupancy, MaxStorage)
VALUES (2, 2, 0);
INSERT INTO tblRoom (RoomNumber, MaxOccupancy, MaxStorage)
VALUES (3, 1, 2);
INSERT INTO tblRoom (RoomNumber, MaxOccupancy, MaxStorage)
VALUES (4, 1, 0); |
/*
Mailixir:
Original Db Schema
*/
if exists (select 1 from sys.objects where object_id = OBJECT_ID(N'[FK2F7FA030A2480906]') AND parent_object_id = OBJECT_ID('Attachments'))
alter table Attachments drop constraint FK2F7FA030A2480906
if exists (select 1 from sys.objects where object_id = OBJECT_ID(N'[FK31817C7DBEF4E9E2]') AND parent_object_id = OBJECT_ID('Campaigns'))
alter table Campaigns drop constraint FK31817C7DBEF4E9E2
if exists (select 1 from sys.objects where object_id = OBJECT_ID(N'[FK1E92E797A2480906]') AND parent_object_id = OBJECT_ID('Links'))
alter table Links drop constraint FK1E92E797A2480906
if exists (select 1 from sys.objects where object_id = OBJECT_ID(N'[FK51742BE1BEF4E9E2]') AND parent_object_id = OBJECT_ID('Lists'))
alter table Lists drop constraint FK51742BE1BEF4E9E2
if exists (select 1 from sys.objects where object_id = OBJECT_ID(N'[FK4C918743A2480906]') AND parent_object_id = OBJECT_ID('MailContents'))
alter table MailContents drop constraint FK4C918743A2480906
if exists (select 1 from sys.objects where object_id = OBJECT_ID(N'[FK3ACB3A86A2480906]') AND parent_object_id = OBJECT_ID('Recipients'))
alter table Recipients drop constraint FK3ACB3A86A2480906
if exists (select 1 from sys.objects where object_id = OBJECT_ID(N'[FK8AE07ECD822C6B60]') AND parent_object_id = OBJECT_ID('Subscribers'))
alter table Subscribers drop constraint FK8AE07ECD822C6B60
if exists (select 1 from sys.objects where object_id = OBJECT_ID(N'[FK8AE07ECDBEF4E9E2]') AND parent_object_id = OBJECT_ID('Subscribers'))
alter table Subscribers drop constraint FK8AE07ECDBEF4E9E2
if exists (select 1 from sys.objects where object_id = OBJECT_ID(N'[FK817BB97BBEF4E9E2]') AND parent_object_id = OBJECT_ID('Templates'))
alter table Templates drop constraint FK817BB97BBEF4E9E2
if exists (select * from dbo.sysobjects where id = object_id(N'Attachments') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table Attachments
if exists (select * from dbo.sysobjects where id = object_id(N'Campaigns') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table Campaigns
if exists (select * from dbo.sysobjects where id = object_id(N'Clients') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table Clients
if exists (select * from dbo.sysobjects where id = object_id(N'EmailQueue') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table EmailQueue
if exists (select * from dbo.sysobjects where id = object_id(N'Links') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table Links
if exists (select * from dbo.sysobjects where id = object_id(N'Lists') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table Lists
if exists (select * from dbo.sysobjects where id = object_id(N'EventLog') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table EventLog
if exists (select * from dbo.sysobjects where id = object_id(N'MailContents') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table MailContents
if exists (select * from dbo.sysobjects where id = object_id(N'Recipients') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table Recipients
if exists (select * from dbo.sysobjects where id = object_id(N'Subscribers') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table Subscribers
if exists (select * from dbo.sysobjects where id = object_id(N'Templates') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table Templates
create table Attachments (
Id BIGINT IDENTITY NOT NULL,
Path NVARCHAR(MAX) default '' not null,
Description NVARCHAR(MAX) default '' not null,
WasClicked BIT null,
ClickedCount INT null,
CreatedOn DATETIME default getDate() not null,
CampaignId BIGINT not null,
primary key (Id)
)
create table Campaigns (
Id BIGINT IDENTITY NOT NULL,
AssignedListsIds NVARCHAR(500) default '' not null,
CreatedOn DATETIME default getDate() not null,
UpdatedOn DATETIME default getDate() not null,
FromEmail NVARCHAR(256) not null,
FromName NVARCHAR(255) not null,
ReplyToEmail NVARCHAR(256) not null,
Name NVARCHAR(50) not null,
Subject NVARCHAR(255) not null,
SendReportTo NVARCHAR(500) null,
RetryStartedOn DATETIME null,
ScheduledOn DATETIME null,
SendingStartedOn DATETIME null,
SentOn DATETIME null,
Status SMALLINT default 0 not null,
ClientId BIGINT not null,
primary key (Id)
)
create table Clients (
Id BIGINT IDENTITY NOT NULL,
Company NVARCHAR(255) null,
ContactName NVARCHAR(255) null,
EmailAddress NVARCHAR(255) null,
Country NVARCHAR(255) null,
TimeZone NVARCHAR(255) null,
CreatedOn DATETIME default getDate() not null,
primary key (Id)
)
create table EmailQueue (
Id BIGINT IDENTITY NOT NULL,
Priority SMALLINT default 1 not null,
IsBodyHtml BIT default 0 not null,
Subject NVARCHAR(1024) not null,
[From] NVARCHAR(256) not null,
[To] NVARCHAR(1024) not null,
Cc NVARCHAR(256) null,
Bcc NVARCHAR(256) null,
[Body] NVARCHAR(MAX) null,
NextTryTime DATETIME null,
NumberOfTries INT not null,
CreatedOn DATETIME not null,
primary key (Id)
)
create table Links (
Id BIGINT IDENTITY NOT NULL,
Url NVARCHAR(MAX) default '' not null,
Description NVARCHAR(MAX) default '' not null,
WasClicked BIT null,
ClickedCount INT null,
CreatedOn DATETIME default getDate() not null,
CampaignId BIGINT not null,
primary key (Id)
)
create table Lists (
Id BIGINT IDENTITY NOT NULL,
Name NVARCHAR(255) not null,
ListType SMALLINT null,
CreatedOn DATETIME default getDate() not null,
UpdatedOn DATETIME default getDate() not null,
AttributesNames NVARCHAR(MAX) null,
AttributesValues NVARCHAR(MAX) null,
ClientId BIGINT not null,
primary key (Id)
)
create table MailContents (
Id BIGINT IDENTITY NOT NULL,
ContentType SMALLINT not null,
Content NVARCHAR(MAX) not null,
CampaignId BIGINT not null,
primary key (Id)
)
create table Recipients (
Id BIGINT IDENTITY NOT NULL,
Email NVARCHAR(256) not null,
Name NVARCHAR(256) not null,
WasFailed BIT not null,
WasSent BIT not null,
SentOn DATETIME null,
WasOpened BIT not null,
OpenedOn DATETIME null,
OpenedCount INT not null,
WasBounced BIT not null,
BouncedOn DATETIME null,
WasClicked BIT not null,
ClickedOn DATETIME null,
ClickedCount INT not null,
Comments NVARCHAR(MAX) null,
Dsn NVARCHAR(MAX) null,
CreatedOn DATETIME default getDate() not null,
WasParsed BIT not null,
ParsedOn DATETIME default getDate() null,
AttributesNames NVARCHAR(MAX) null,
AttributesValues NVARCHAR(MAX) null,
CampaignId BIGINT not null,
primary key (Id)
)
create table Subscribers (
Id BIGINT IDENTITY NOT NULL,
Name NVARCHAR(255) not null,
EmailAddress NVARCHAR(255) not null,
CreatedOn DATETIME default getDate() not null,
UpdatedOn DATETIME default getDate() not null,
IsActive BIT default 1 not null,
BounceCount INT default 0 not null,
BounceComments NVARCHAR(MAX) null,
AttributesNames NVARCHAR(MAX) null,
AttributesValues NVARCHAR(MAX) null,
ListId BIGINT not null,
ClientId BIGINT not null,
primary key (Id)
)
create table Templates (
Id BIGINT IDENTITY NOT NULL,
Name NVARCHAR(50) not null,
Content NVARCHAR(MAX) not null,
CreatedOn DATETIME default getDate() not null,
UpdatedOn DATETIME default getDate() not null,
ClientId BIGINT not null,
primary key (Id)
)
alter table Attachments
add constraint FK2F7FA030A2480906
foreign key (CampaignId)
references Campaigns
alter table Campaigns
add constraint FK31817C7DBEF4E9E2
foreign key (ClientId)
references Clients
alter table Links
add constraint FK1E92E797A2480906
foreign key (CampaignId)
references Campaigns
alter table Lists
add constraint FK51742BE1BEF4E9E2
foreign key (ClientId)
references Clients
alter table MailContents
add constraint FK4C918743A2480906
foreign key (CampaignId)
references Campaigns
alter table Recipients
add constraint FK3ACB3A86A2480906
foreign key (CampaignId)
references Campaigns
alter table Subscribers
add constraint FK8AE07ECD822C6B60
foreign key (ListId)
references Lists
alter table Subscribers
add constraint FK8AE07ECDBEF4E9E2
foreign key (ClientId)
references Clients
alter table Templates
add constraint FK817BB97BBEF4E9E2
foreign key (ClientId)
references Clients
|
insert into asterisk.fu_permissionClass (`name`,`description`)
values
('Default','Dial Anything'),
('No Emergency','No Emergency Dialing')
|
select employee_id,first_name from employees limit 10; |
--
-- PostgreSQL database dump
--
-- Dumped from database version 14.5 (Debian 14.5-1.pgdg110+1)
-- Dumped by pg_dump version 14.6 (Homebrew)
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;
SET default_tablespace = '';
SET default_table_access_method = heap;
--
-- Name: aktoer; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.aktoer (
aktoer_id character varying NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: aktoer_til_kompetanse; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.aktoer_til_kompetanse (
fk_kompetanse_id bigint NOT NULL,
fk_aktoer_id character varying NOT NULL
);
--
-- Name: aktoer_til_utenlandsk_periodebeloep; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.aktoer_til_utenlandsk_periodebeloep (
fk_utenlandsk_periodebeloep_id bigint NOT NULL,
fk_aktoer_id character varying NOT NULL
);
--
-- Name: aktoer_til_valutakurs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.aktoer_til_valutakurs (
fk_valutakurs_id bigint NOT NULL,
fk_aktoer_id character varying NOT NULL
);
--
-- Name: andel_tilkjent_ytelse; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.andel_tilkjent_ytelse (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying(512) DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
stonad_fom timestamp(3) without time zone NOT NULL,
stonad_tom timestamp(3) without time zone NOT NULL,
type character varying(50) NOT NULL,
kalkulert_utbetalingsbelop numeric,
endret_av character varying(512),
endret_tid timestamp(3) without time zone,
tilkjent_ytelse_id bigint,
periode_offset bigint,
forrige_periode_offset bigint,
kilde_behandling_id bigint,
prosent numeric NOT NULL,
sats bigint NOT NULL,
fk_aktoer_id character varying,
nasjonalt_periodebelop numeric,
differanseberegnet_periodebelop numeric
);
--
-- Name: andel_tilkjent_ytelse_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.andel_tilkjent_ytelse_seq
START WITH 2000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: annen_vurdering; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.annen_vurdering (
id bigint NOT NULL,
fk_person_resultat_id bigint NOT NULL,
resultat character varying NOT NULL,
type character varying NOT NULL,
begrunnelse text,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: annen_vurdering_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.annen_vurdering_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: arbeidsfordeling_pa_behandling; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.arbeidsfordeling_pa_behandling (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
behandlende_enhet_id character varying NOT NULL,
behandlende_enhet_navn character varying NOT NULL,
manuelt_overstyrt boolean NOT NULL
);
--
-- Name: arbeidsfordeling_pa_behandling_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.arbeidsfordeling_pa_behandling_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: batch; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.batch (
id bigint NOT NULL,
kjoredato timestamp(3) without time zone NOT NULL,
status character varying(50) DEFAULT 'LEDIG'::character varying NOT NULL
);
--
-- Name: batch_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.batch_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: behandling; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.behandling (
id bigint NOT NULL,
fk_fagsak_id bigint,
versjon bigint DEFAULT 0,
opprettet_av character varying(512) DEFAULT 'VL'::character varying,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP,
endret_av character varying(512),
endret_tid timestamp(3) without time zone,
behandling_type character varying(50),
aktiv boolean DEFAULT true,
status character varying(50) DEFAULT 'OPPRETTET'::character varying,
kategori character varying(50) DEFAULT 'NATIONAL'::character varying,
underkategori character varying(50) DEFAULT 'ORDINÆR'::character varying,
opprettet_aarsak character varying DEFAULT 'MANUELL'::character varying,
skal_behandles_automatisk boolean DEFAULT false,
resultat character varying DEFAULT 'IKKE_VURDERT'::character varying NOT NULL,
overstyrt_endringstidspunkt timestamp(3) without time zone,
aktivert_tid timestamp(3) without time zone NOT NULL
);
--
-- Name: behandling_migreringsinfo; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.behandling_migreringsinfo (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
migreringsdato date NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: behandling_migreringsinfo_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.behandling_migreringsinfo_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: behandling_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.behandling_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: behandling_soknadsinfo; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.behandling_soknadsinfo (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
mottatt_dato timestamp(3) without time zone NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
er_digital boolean,
journalpost_id character varying,
brevkode character varying
);
--
-- Name: behandling_soknadsinfo_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.behandling_soknadsinfo_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: behandling_steg_tilstand; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.behandling_steg_tilstand (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
behandling_steg character varying NOT NULL,
behandling_steg_status character varying DEFAULT 'IKKE_UTFØRT'::character varying NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: behandling_steg_tilstand_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.behandling_steg_tilstand_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: brevmottaker; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.brevmottaker (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
type character varying(50) NOT NULL,
navn character varying NOT NULL,
adresselinje_1 character varying NOT NULL,
adresselinje_2 character varying,
postnummer character varying NOT NULL,
poststed character varying NOT NULL,
landkode character varying(2) NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: brevmottaker_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.brevmottaker_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: data_chunk; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.data_chunk (
id bigint NOT NULL,
fk_batch_id bigint NOT NULL,
transaksjons_id uuid NOT NULL,
chunk_nr bigint NOT NULL,
er_sendt boolean NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: data_chunk_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.data_chunk_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: endret_utbetaling_andel; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.endret_utbetaling_andel (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
fk_po_person_id bigint,
fom timestamp(3) without time zone,
tom timestamp(3) without time zone,
prosent numeric,
aarsak character varying,
begrunnelse text,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
vedtak_begrunnelse_spesifikasjoner text DEFAULT ''::text,
avtaletidspunkt_delt_bosted timestamp(3) without time zone,
soknadstidspunkt timestamp(3) without time zone
);
--
-- Name: endret_utbetaling_andel_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.endret_utbetaling_andel_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: eos_begrunnelse; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.eos_begrunnelse (
id bigint NOT NULL,
fk_vedtaksperiode_id bigint,
begrunnelse character varying NOT NULL
);
--
-- Name: eos_begrunnelse_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.eos_begrunnelse_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: fagsak; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.fagsak (
id bigint NOT NULL,
versjon bigint DEFAULT 0,
opprettet_av character varying(512) DEFAULT 'VL'::character varying,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP,
endret_av character varying(512),
endret_tid timestamp(3) without time zone,
status character varying(50) DEFAULT 'OPPRETTET'::character varying,
arkivert boolean DEFAULT false NOT NULL,
fk_aktoer_id character varying,
type character varying(50) DEFAULT 'NORMAL'::character varying NOT NULL,
fk_institusjon_id bigint
);
--
-- Name: fagsak_person_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.fagsak_person_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: fagsak_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.fagsak_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: feilutbetalt_valuta; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.feilutbetalt_valuta (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
fom timestamp(3) without time zone NOT NULL,
tom timestamp(3) without time zone NOT NULL,
feilutbetalt_beloep numeric,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
er_per_maaned boolean DEFAULT false NOT NULL
);
--
-- Name: feilutbetalt_valuta_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.feilutbetalt_valuta_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: foedselshendelse_pre_lansering; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.foedselshendelse_pre_lansering (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
ny_behandling_hendelse text NOT NULL,
filtreringsregler_input text,
filtreringsregler_output text,
vilkaarsvurderinger_for_foedselshendelse text,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
versjon bigint DEFAULT 0 NOT NULL,
fk_aktoer_id character varying
);
--
-- Name: foedselshendelse_pre_lansering_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.foedselshendelse_pre_lansering_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: foedselshendelsefiltrering_resultat; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.foedselshendelsefiltrering_resultat (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
filtreringsregel character varying NOT NULL,
resultat character varying NOT NULL,
begrunnelse text NOT NULL,
evalueringsaarsaker text NOT NULL,
regel_input text,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: foedselshendelsefiltrering_resultat_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.foedselshendelsefiltrering_resultat_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: gr_periode_overgangsstonad; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.gr_periode_overgangsstonad (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
fom timestamp(3) without time zone NOT NULL,
tom timestamp(3) without time zone NOT NULL,
datakilde character varying NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
fk_aktoer_id character varying
);
--
-- Name: gr_periode_overgangsstonad_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.gr_periode_overgangsstonad_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: gr_personopplysninger; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.gr_personopplysninger (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying(512) DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying(512),
endret_tid timestamp(3) without time zone,
aktiv boolean DEFAULT true NOT NULL
);
--
-- Name: gr_personopplysninger_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.gr_personopplysninger_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: gr_soknad; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.gr_soknad (
id bigint NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
fk_behandling_id bigint NOT NULL,
soknad text NOT NULL,
aktiv boolean DEFAULT true NOT NULL
);
--
-- Name: gr_soknad_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.gr_soknad_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: institusjon; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.institusjon (
id bigint NOT NULL,
org_nummer character varying NOT NULL,
tss_ekstern_id character varying,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying(20) DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying(20),
endret_tid timestamp(3) without time zone
);
--
-- Name: institusjon_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.institusjon_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: journalpost; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.journalpost (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
journalpost_id character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
type character varying
);
--
-- Name: journalpost_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.journalpost_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: kompetanse; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.kompetanse (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
fom timestamp(3) without time zone,
tom timestamp(3) without time zone,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
soekers_aktivitet character varying,
annen_forelderes_aktivitet character varying,
annen_forelderes_aktivitetsland character varying,
barnets_bostedsland character varying,
resultat character varying,
sokers_aktivitetsland text
);
--
-- Name: kompetanse_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.kompetanse_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: korrigert_etterbetaling; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.korrigert_etterbetaling (
id bigint NOT NULL,
aarsak character varying NOT NULL,
begrunnelse character varying,
belop bigint NOT NULL,
aktiv boolean NOT NULL,
fk_behandling_id bigint NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: korrigert_etterbetaling_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.korrigert_etterbetaling_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: korrigert_vedtak; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.korrigert_vedtak (
id bigint NOT NULL,
begrunnelse character varying,
vedtaksdato timestamp(3) without time zone DEFAULT NULL::timestamp without time zone,
aktiv boolean NOT NULL,
fk_behandling_id bigint NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: korrigert_vedtak_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.korrigert_vedtak_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: logg; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.logg (
id bigint NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
fk_behandling_id bigint NOT NULL,
type character varying NOT NULL,
tittel character varying NOT NULL,
rolle character varying NOT NULL,
tekst text NOT NULL
);
--
-- Name: logg_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.logg_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: okonomi_simulering_mottaker; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.okonomi_simulering_mottaker (
id bigint NOT NULL,
mottaker_nummer character varying(50),
mottaker_type character varying(50),
opprettet_av character varying(512) DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying(512),
endret_tid timestamp(3) without time zone,
versjon bigint DEFAULT 0,
fk_behandling_id bigint
);
--
-- Name: okonomi_simulering_mottaker_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.okonomi_simulering_mottaker_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: okonomi_simulering_postering; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.okonomi_simulering_postering (
id bigint NOT NULL,
fk_okonomi_simulering_mottaker_id bigint,
fag_omraade_kode character varying(50),
fom timestamp(3) without time zone,
tom timestamp(3) without time zone,
betaling_type character varying(50),
belop bigint,
postering_type character varying(50),
forfallsdato timestamp(3) without time zone,
uten_inntrekk boolean,
opprettet_av character varying(512) DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying(512),
endret_tid timestamp(3) without time zone,
versjon bigint DEFAULT 0,
er_feilkonto boolean
);
--
-- Name: okonomi_simulering_postering_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.okonomi_simulering_postering_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: oppgave; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.oppgave (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
gsak_id character varying NOT NULL,
type character varying NOT NULL,
ferdigstilt boolean NOT NULL,
opprettet_tid timestamp without time zone NOT NULL
);
--
-- Name: oppgave_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.oppgave_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: periode_resultat_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.periode_resultat_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: person_resultat; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.person_resultat (
id bigint NOT NULL,
fk_vilkaarsvurdering_id bigint NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
fk_aktoer_id character varying
);
--
-- Name: personident; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.personident (
fk_aktoer_id character varying NOT NULL,
foedselsnummer character varying NOT NULL,
aktiv boolean DEFAULT false NOT NULL,
gjelder_til timestamp(3) without time zone,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: po_arbeidsforhold; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.po_arbeidsforhold (
id bigint NOT NULL,
fk_po_person_id bigint NOT NULL,
arbeidsgiver_id character varying,
arbeidsgiver_type character varying,
fom date,
tom date,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
versjon bigint DEFAULT 0 NOT NULL
);
--
-- Name: po_arbeidsforhold_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.po_arbeidsforhold_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: po_bostedsadresse; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.po_bostedsadresse (
id bigint NOT NULL,
type character varying(20) NOT NULL,
bostedskommune character varying,
husnummer character varying,
husbokstav character varying,
bruksenhetsnummer character varying,
adressenavn character varying,
kommunenummer character varying,
tilleggsnavn character varying,
postnummer character varying,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT CURRENT_TIMESTAMP NOT NULL,
endret_av character varying,
versjon bigint DEFAULT 0 NOT NULL,
endret_tid timestamp(3) without time zone,
matrikkel_id bigint,
fom date,
tom date,
fk_po_person_id bigint
);
--
-- Name: po_bostedsadresse_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.po_bostedsadresse_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: po_bostedsadresseperiode; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.po_bostedsadresseperiode (
id bigint NOT NULL,
fk_po_person_id bigint NOT NULL,
fom date,
tom date,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
versjon bigint DEFAULT 0 NOT NULL
);
--
-- Name: po_bostedsadresseperiode_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.po_bostedsadresseperiode_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: po_doedsfall; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.po_doedsfall (
id bigint NOT NULL,
fk_po_person_id bigint NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
doedsfall_dato timestamp(3) without time zone NOT NULL,
doedsfall_adresse character varying,
doedsfall_postnummer character varying,
doedsfall_poststed character varying,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: po_doedsfall_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.po_doedsfall_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: po_opphold; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.po_opphold (
id bigint NOT NULL,
fk_po_person_id bigint NOT NULL,
type character varying NOT NULL,
fom date,
tom date,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
versjon bigint DEFAULT 0 NOT NULL
);
--
-- Name: po_opphold_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.po_opphold_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: po_person; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.po_person (
id bigint NOT NULL,
fk_gr_personopplysninger_id bigint NOT NULL,
type character varying(10) NOT NULL,
opprettet_av character varying(512) DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT CURRENT_TIMESTAMP NOT NULL,
endret_av character varying(512),
versjon bigint DEFAULT 0 NOT NULL,
endret_tid timestamp(3) without time zone,
foedselsdato timestamp(3) without time zone DEFAULT CURRENT_TIMESTAMP,
fk_aktoer_id character varying(50),
navn character varying DEFAULT ''::character varying,
kjoenn character varying DEFAULT 'UKJENT'::character varying,
maalform character varying(2) DEFAULT 'NB'::character varying NOT NULL
);
--
-- Name: po_person_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.po_person_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: po_sivilstand; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.po_sivilstand (
id bigint NOT NULL,
fk_po_person_id bigint NOT NULL,
fom date,
type character varying NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
versjon bigint DEFAULT 0 NOT NULL
);
--
-- Name: po_sivilstand_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.po_sivilstand_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: po_statsborgerskap; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.po_statsborgerskap (
id bigint NOT NULL,
fk_po_person_id bigint NOT NULL,
landkode character varying(3) DEFAULT 'XUK'::character varying NOT NULL,
fom date,
tom date,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
versjon bigint DEFAULT 0 NOT NULL,
medlemskap character varying DEFAULT 'UKJENT'::character varying NOT NULL
);
--
-- Name: po_statsborgerskap_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.po_statsborgerskap_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: refusjon_eos; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.refusjon_eos (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
fom timestamp(3) without time zone NOT NULL,
tom timestamp(3) without time zone NOT NULL,
refusjonsbeloep numeric NOT NULL,
land character varying NOT NULL,
refusjon_avklart boolean NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: refusjon_eos_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.refusjon_eos_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: saksstatistikk_mellomlagring; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.saksstatistikk_mellomlagring (
id bigint NOT NULL,
offset_verdi bigint,
funksjonell_id character varying NOT NULL,
type character varying NOT NULL,
kontrakt_versjon character varying NOT NULL,
json text NOT NULL,
konvertert_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
sendt_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP,
type_id bigint,
offset_aiven bigint
);
--
-- Name: saksstatistikk_mellomlagring_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.saksstatistikk_mellomlagring_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: sats_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.sats_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: satskjoering; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.satskjoering (
id bigint NOT NULL,
fk_fagsak_id bigint NOT NULL,
start_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
ferdig_tid timestamp(3) without time zone,
feiltype character varying,
sats_tid timestamp(3) without time zone DEFAULT to_timestamp('01-03-2023'::text, 'DD-MM-YYYY SS:MS'::text) NOT NULL
);
--
-- Name: satskjoering_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.satskjoering_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: sett_paa_vent; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.sett_paa_vent (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
frist timestamp(3) without time zone NOT NULL,
aktiv boolean DEFAULT false NOT NULL,
aarsak character varying NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
tid_tatt_av_vent timestamp(3) without time zone,
tid_satt_paa_vent timestamp(3) without time zone DEFAULT now() NOT NULL
);
--
-- Name: sett_paa_vent_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.sett_paa_vent_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: skyggesak; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.skyggesak (
id bigint NOT NULL,
fk_fagsak_id bigint NOT NULL,
sendt_tid timestamp(3) without time zone
);
--
-- Name: skyggesak_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.skyggesak_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: task; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.task (
id bigint NOT NULL,
payload text NOT NULL,
status character varying(50) DEFAULT 'UBEHANDLET'::character varying NOT NULL,
versjon bigint DEFAULT 0,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP,
type character varying(100) NOT NULL,
metadata character varying(4000),
trigger_tid timestamp without time zone DEFAULT LOCALTIMESTAMP,
avvikstype character varying(50)
);
--
-- Name: task_logg; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.task_logg (
id bigint NOT NULL,
task_id bigint NOT NULL,
type character varying(50) NOT NULL,
node character varying(100) NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP,
melding text,
endret_av character varying(100) DEFAULT 'VL'::character varying
);
--
-- Name: task_logg_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.task_logg_seq
START WITH 1
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: task_logg_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.task_logg_seq OWNED BY public.task_logg.id;
--
-- Name: task_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.task_seq
START WITH 1
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: task_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE public.task_seq OWNED BY public.task.id;
--
-- Name: tilbakekreving; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.tilbakekreving (
id bigint NOT NULL,
valg character varying NOT NULL,
varsel text,
begrunnelse text NOT NULL,
tilbakekrevingsbehandling_id text,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
versjon bigint DEFAULT 0,
fk_behandling_id bigint
);
--
-- Name: tilbakekreving_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.tilbakekreving_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: tilkjent_ytelse; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.tilkjent_ytelse (
id bigint NOT NULL,
fk_behandling_id bigint,
stonad_fom timestamp without time zone,
stonad_tom timestamp without time zone,
opprettet_dato timestamp without time zone NOT NULL,
opphor_fom timestamp without time zone,
utbetalingsoppdrag text,
endret_dato timestamp without time zone DEFAULT CURRENT_TIMESTAMP NOT NULL
);
--
-- Name: tilkjent_ytelse_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.tilkjent_ytelse_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: totrinnskontroll; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.totrinnskontroll (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
aktiv boolean DEFAULT true NOT NULL,
saksbehandler character varying NOT NULL,
beslutter character varying,
godkjent boolean DEFAULT true,
saksbehandler_id character varying DEFAULT 'ukjent'::character varying NOT NULL,
beslutter_id character varying,
kontrollerte_sider text DEFAULT ''::text
);
--
-- Name: totrinnskontroll_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.totrinnskontroll_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: utenlandsk_periodebeloep; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.utenlandsk_periodebeloep (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
fom timestamp(3) without time zone,
tom timestamp(3) without time zone,
intervall character varying,
valutakode character varying,
beloep numeric,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
utbetalingsland character varying,
kalkulert_maanedlig_beloep numeric
);
--
-- Name: utenlandsk_periodebeloep_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.utenlandsk_periodebeloep_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: valutakurs; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.valutakurs (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
fom timestamp(3) without time zone,
tom timestamp(3) without time zone,
valutakursdato timestamp(3) without time zone DEFAULT NULL::timestamp without time zone,
valutakode character varying,
kurs numeric,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone
);
--
-- Name: valutakurs_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.valutakurs_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: vedtak; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.vedtak (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying(512) DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
vedtaksdato timestamp(3) without time zone DEFAULT LOCALTIMESTAMP,
endret_av character varying(512),
endret_tid timestamp(3) without time zone,
aktiv boolean DEFAULT true,
stonad_brev_pdf bytea
);
--
-- Name: vedtak_begrunnelse_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.vedtak_begrunnelse_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: vedtak_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.vedtak_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: vedtaksbegrunnelse; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.vedtaksbegrunnelse (
id bigint NOT NULL,
fk_vedtaksperiode_id bigint,
vedtak_begrunnelse_spesifikasjon character varying NOT NULL
);
--
-- Name: vedtaksbegrunnelse_fritekst; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.vedtaksbegrunnelse_fritekst (
id bigint NOT NULL,
fk_vedtaksperiode_id bigint,
fritekst text DEFAULT ''::text NOT NULL
);
--
-- Name: vedtaksbegrunnelse_fritekst_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.vedtaksbegrunnelse_fritekst_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: vedtaksbegrunnelse_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.vedtaksbegrunnelse_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: vedtaksperiode; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.vedtaksperiode (
id bigint NOT NULL,
fk_vedtak_id bigint,
fom timestamp without time zone,
tom timestamp without time zone,
type character varying NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
versjon bigint DEFAULT 0
);
--
-- Name: vedtaksperiode_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.vedtaksperiode_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: verge; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.verge (
id bigint NOT NULL,
ident character varying,
fk_behandling_id bigint NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying(20) DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying(20),
endret_tid timestamp(3) without time zone
);
--
-- Name: verge_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.verge_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: vilkaarsvurdering; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.vilkaarsvurdering (
id bigint NOT NULL,
fk_behandling_id bigint NOT NULL,
aktiv boolean DEFAULT true NOT NULL,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying,
endret_tid timestamp(3) without time zone,
samlet_resultat character varying,
ytelse_personer text DEFAULT ''::text
);
--
-- Name: vilkaarsvurdering_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.vilkaarsvurdering_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: vilkar_resultat; Type: TABLE; Schema: public; Owner: -
--
CREATE TABLE public.vilkar_resultat (
id bigint NOT NULL,
vilkar character varying(50) NOT NULL,
resultat character varying(50) NOT NULL,
regel_input text,
regel_output text,
versjon bigint DEFAULT 0 NOT NULL,
opprettet_av character varying(512) DEFAULT 'VL'::character varying NOT NULL,
opprettet_tid timestamp(3) without time zone DEFAULT LOCALTIMESTAMP NOT NULL,
endret_av character varying(512),
endret_tid timestamp(3) without time zone,
fk_person_resultat_id bigint,
begrunnelse text,
periode_fom timestamp(3) without time zone DEFAULT NULL::timestamp without time zone,
periode_tom timestamp(3) without time zone DEFAULT NULL::timestamp without time zone,
fk_behandling_id bigint NOT NULL,
evaluering_aarsak text DEFAULT ''::text,
er_automatisk_vurdert boolean DEFAULT false NOT NULL,
er_eksplisitt_avslag_paa_soknad boolean,
vedtak_begrunnelse_spesifikasjoner text DEFAULT ''::text,
vurderes_etter character varying,
utdypende_vilkarsvurderinger character varying,
resultat_begrunnelse character varying
);
--
-- Name: vilkar_resultat_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE public.vilkar_resultat_seq
START WITH 1000000
INCREMENT BY 50
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: task id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.task ALTER COLUMN id SET DEFAULT nextval('public.task_seq'::regclass);
--
-- Name: task_logg id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.task_logg ALTER COLUMN id SET DEFAULT nextval('public.task_logg_seq'::regclass);
--
-- Data for Name: aktoer; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.aktoer (aktoer_id, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: aktoer_til_kompetanse; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.aktoer_til_kompetanse (fk_kompetanse_id, fk_aktoer_id) FROM stdin;
\.
--
-- Data for Name: aktoer_til_utenlandsk_periodebeloep; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.aktoer_til_utenlandsk_periodebeloep (fk_utenlandsk_periodebeloep_id, fk_aktoer_id) FROM stdin;
\.
--
-- Data for Name: aktoer_til_valutakurs; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.aktoer_til_valutakurs (fk_valutakurs_id, fk_aktoer_id) FROM stdin;
\.
--
-- Data for Name: andel_tilkjent_ytelse; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.andel_tilkjent_ytelse (id, fk_behandling_id, versjon, opprettet_av, opprettet_tid, stonad_fom, stonad_tom, type, kalkulert_utbetalingsbelop, endret_av, endret_tid, tilkjent_ytelse_id, periode_offset, forrige_periode_offset, kilde_behandling_id, prosent, sats, fk_aktoer_id, nasjonalt_periodebelop, differanseberegnet_periodebelop) FROM stdin;
\.
--
-- Data for Name: annen_vurdering; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.annen_vurdering (id, fk_person_resultat_id, resultat, type, begrunnelse, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: arbeidsfordeling_pa_behandling; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.arbeidsfordeling_pa_behandling (id, fk_behandling_id, behandlende_enhet_id, behandlende_enhet_navn, manuelt_overstyrt) FROM stdin;
\.
--
-- Data for Name: batch; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.batch (id, kjoredato, status) FROM stdin;
1000000 2021-01-06 00:00:00 LEDIG
1000050 2021-01-29 00:00:00 LEDIG
1000100 2021-02-26 00:00:00 LEDIG
1000150 2021-03-31 00:00:00 LEDIG
1000200 2021-04-26 00:00:00 LEDIG
1000250 2021-05-28 00:00:00 LEDIG
1000300 2021-06-29 00:00:00 LEDIG
1000350 2021-07-30 00:00:00 LEDIG
1000400 2021-08-30 00:00:00 LEDIG
1000450 2021-09-27 00:00:00 LEDIG
1000500 2021-10-29 00:00:00 LEDIG
1000550 2021-11-22 00:00:00 LEDIG
1000600 2022-01-05 00:00:00 LEDIG
1000650 2022-01-28 00:00:00 LEDIG
1000700 2022-02-25 00:00:00 LEDIG
1000750 2022-03-25 00:00:00 LEDIG
1000800 2022-04-26 00:00:00 LEDIG
1000850 2022-05-27 00:00:00 LEDIG
1000900 2022-06-29 00:00:00 LEDIG
1000950 2022-07-29 00:00:00 LEDIG
1001000 2022-08-30 00:00:00 LEDIG
1001050 2022-09-29 00:00:00 LEDIG
1001100 2022-10-28 00:00:00 LEDIG
1001150 2022-11-21 00:00:00 LEDIG
1001200 2023-01-05 00:00:00 LEDIG
1001250 2023-01-30 00:00:00 LEDIG
1001300 2023-02-27 00:00:00 LEDIG
1001350 2023-03-28 00:00:00 LEDIG
1001400 2023-04-25 00:00:00 LEDIG
1001450 2023-05-30 00:00:00 LEDIG
1001500 2023-06-29 00:00:00 LEDIG
1001550 2023-07-28 00:00:00 LEDIG
1001600 2023-08-30 00:00:00 LEDIG
1001650 2023-09-29 00:00:00 LEDIG
1001700 2023-10-30 00:00:00 LEDIG
1001750 2023-11-22 00:00:00 LEDIG
\.
--
-- Data for Name: behandling; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.behandling (id, fk_fagsak_id, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, behandling_type, aktiv, status, kategori, underkategori, opprettet_aarsak, skal_behandles_automatisk, resultat, overstyrt_endringstidspunkt, aktivert_tid) FROM stdin;
\.
--
-- Data for Name: behandling_migreringsinfo; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.behandling_migreringsinfo (id, fk_behandling_id, migreringsdato, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: behandling_soknadsinfo; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.behandling_soknadsinfo (id, fk_behandling_id, mottatt_dato, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, er_digital, journalpost_id, brevkode) FROM stdin;
\.
--
-- Data for Name: behandling_steg_tilstand; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.behandling_steg_tilstand (id, fk_behandling_id, behandling_steg, behandling_steg_status, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: brevmottaker; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.brevmottaker (id, fk_behandling_id, type, navn, adresselinje_1, adresselinje_2, postnummer, poststed, landkode, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: data_chunk; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.data_chunk (id, fk_batch_id, transaksjons_id, chunk_nr, er_sendt, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: endret_utbetaling_andel; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.endret_utbetaling_andel (id, fk_behandling_id, fk_po_person_id, fom, tom, prosent, aarsak, begrunnelse, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, vedtak_begrunnelse_spesifikasjoner, avtaletidspunkt_delt_bosted, soknadstidspunkt) FROM stdin;
\.
--
-- Data for Name: eos_begrunnelse; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.eos_begrunnelse (id, fk_vedtaksperiode_id, begrunnelse) FROM stdin;
\.
--
-- Data for Name: fagsak; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.fagsak (id, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, status, arkivert, fk_aktoer_id, type, fk_institusjon_id) FROM stdin;
\.
--
-- Data for Name: feilutbetalt_valuta; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.feilutbetalt_valuta (id, fk_behandling_id, fom, tom, feilutbetalt_beloep, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, er_per_maaned) FROM stdin;
\.
--
-- Data for Name: foedselshendelse_pre_lansering; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.foedselshendelse_pre_lansering (id, fk_behandling_id, ny_behandling_hendelse, filtreringsregler_input, filtreringsregler_output, vilkaarsvurderinger_for_foedselshendelse, opprettet_av, opprettet_tid, endret_av, endret_tid, versjon, fk_aktoer_id) FROM stdin;
\.
--
-- Data for Name: foedselshendelsefiltrering_resultat; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.foedselshendelsefiltrering_resultat (id, fk_behandling_id, filtreringsregel, resultat, begrunnelse, evalueringsaarsaker, regel_input, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: gr_periode_overgangsstonad; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.gr_periode_overgangsstonad (id, fk_behandling_id, fom, tom, datakilde, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, fk_aktoer_id) FROM stdin;
\.
--
-- Data for Name: gr_personopplysninger; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.gr_personopplysninger (id, fk_behandling_id, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, aktiv) FROM stdin;
\.
--
-- Data for Name: gr_soknad; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.gr_soknad (id, opprettet_av, opprettet_tid, fk_behandling_id, soknad, aktiv) FROM stdin;
\.
--
-- Data for Name: institusjon; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.institusjon (id, org_nummer, tss_ekstern_id, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: journalpost; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.journalpost (id, fk_behandling_id, journalpost_id, opprettet_tid, opprettet_av, type) FROM stdin;
\.
--
-- Data for Name: kompetanse; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.kompetanse (id, fk_behandling_id, fom, tom, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, soekers_aktivitet, annen_forelderes_aktivitet, annen_forelderes_aktivitetsland, barnets_bostedsland, resultat, sokers_aktivitetsland) FROM stdin;
\.
--
-- Data for Name: korrigert_etterbetaling; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.korrigert_etterbetaling (id, aarsak, begrunnelse, belop, aktiv, fk_behandling_id, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: korrigert_vedtak; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.korrigert_vedtak (id, begrunnelse, vedtaksdato, aktiv, fk_behandling_id, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: logg; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.logg (id, opprettet_av, opprettet_tid, fk_behandling_id, type, tittel, rolle, tekst) FROM stdin;
\.
--
-- Data for Name: okonomi_simulering_mottaker; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.okonomi_simulering_mottaker (id, mottaker_nummer, mottaker_type, opprettet_av, opprettet_tid, endret_av, endret_tid, versjon, fk_behandling_id) FROM stdin;
\.
--
-- Data for Name: okonomi_simulering_postering; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.okonomi_simulering_postering (id, fk_okonomi_simulering_mottaker_id, fag_omraade_kode, fom, tom, betaling_type, belop, postering_type, forfallsdato, uten_inntrekk, opprettet_av, opprettet_tid, endret_av, endret_tid, versjon, er_feilkonto) FROM stdin;
\.
--
-- Data for Name: oppgave; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.oppgave (id, fk_behandling_id, gsak_id, type, ferdigstilt, opprettet_tid) FROM stdin;
\.
--
-- Data for Name: person_resultat; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.person_resultat (id, fk_vilkaarsvurdering_id, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, fk_aktoer_id) FROM stdin;
\.
--
-- Data for Name: personident; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.personident (fk_aktoer_id, foedselsnummer, aktiv, gjelder_til, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: po_arbeidsforhold; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.po_arbeidsforhold (id, fk_po_person_id, arbeidsgiver_id, arbeidsgiver_type, fom, tom, opprettet_av, opprettet_tid, endret_av, endret_tid, versjon) FROM stdin;
\.
--
-- Data for Name: po_bostedsadresse; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.po_bostedsadresse (id, type, bostedskommune, husnummer, husbokstav, bruksenhetsnummer, adressenavn, kommunenummer, tilleggsnavn, postnummer, opprettet_av, opprettet_tid, endret_av, versjon, endret_tid, matrikkel_id, fom, tom, fk_po_person_id) FROM stdin;
\.
--
-- Data for Name: po_bostedsadresseperiode; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.po_bostedsadresseperiode (id, fk_po_person_id, fom, tom, opprettet_av, opprettet_tid, endret_av, endret_tid, versjon) FROM stdin;
\.
--
-- Data for Name: po_doedsfall; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.po_doedsfall (id, fk_po_person_id, versjon, doedsfall_dato, doedsfall_adresse, doedsfall_postnummer, doedsfall_poststed, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: po_opphold; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.po_opphold (id, fk_po_person_id, type, fom, tom, opprettet_av, opprettet_tid, endret_av, endret_tid, versjon) FROM stdin;
\.
--
-- Data for Name: po_person; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.po_person (id, fk_gr_personopplysninger_id, type, opprettet_av, opprettet_tid, endret_av, versjon, endret_tid, foedselsdato, fk_aktoer_id, navn, kjoenn, maalform) FROM stdin;
\.
--
-- Data for Name: po_sivilstand; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.po_sivilstand (id, fk_po_person_id, fom, type, opprettet_av, opprettet_tid, endret_av, endret_tid, versjon) FROM stdin;
\.
--
-- Data for Name: po_statsborgerskap; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.po_statsborgerskap (id, fk_po_person_id, landkode, fom, tom, opprettet_av, opprettet_tid, endret_av, endret_tid, versjon, medlemskap) FROM stdin;
\.
--
-- Data for Name: refusjon_eos; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.refusjon_eos (id, fk_behandling_id, fom, tom, refusjonsbeloep, land, refusjon_avklart, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: saksstatistikk_mellomlagring; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.saksstatistikk_mellomlagring (id, offset_verdi, funksjonell_id, type, kontrakt_versjon, json, konvertert_tid, opprettet_tid, sendt_tid, type_id, offset_aiven) FROM stdin;
\.
--
-- Data for Name: satskjoering; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.satskjoering (id, fk_fagsak_id, start_tid, ferdig_tid, feiltype, sats_tid) FROM stdin;
\.
--
-- Data for Name: sett_paa_vent; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.sett_paa_vent (id, fk_behandling_id, versjon, opprettet_av, opprettet_tid, frist, aktiv, aarsak, endret_av, endret_tid, tid_tatt_av_vent, tid_satt_paa_vent) FROM stdin;
\.
--
-- Data for Name: skyggesak; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.skyggesak (id, fk_fagsak_id, sendt_tid) FROM stdin;
\.
--
-- Data for Name: task; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.task (id, payload, status, versjon, opprettet_tid, type, metadata, trigger_tid, avvikstype) FROM stdin;
\.
--
-- Data for Name: task_logg; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.task_logg (id, task_id, type, node, opprettet_tid, melding, endret_av) FROM stdin;
\.
--
-- Data for Name: tilbakekreving; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.tilbakekreving (id, valg, varsel, begrunnelse, tilbakekrevingsbehandling_id, opprettet_av, opprettet_tid, endret_av, endret_tid, versjon, fk_behandling_id) FROM stdin;
\.
--
-- Data for Name: tilkjent_ytelse; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.tilkjent_ytelse (id, fk_behandling_id, stonad_fom, stonad_tom, opprettet_dato, opphor_fom, utbetalingsoppdrag, endret_dato) FROM stdin;
\.
--
-- Data for Name: totrinnskontroll; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.totrinnskontroll (id, fk_behandling_id, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, aktiv, saksbehandler, beslutter, godkjent, saksbehandler_id, beslutter_id, kontrollerte_sider) FROM stdin;
\.
--
-- Data for Name: utenlandsk_periodebeloep; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.utenlandsk_periodebeloep (id, fk_behandling_id, fom, tom, intervall, valutakode, beloep, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, utbetalingsland, kalkulert_maanedlig_beloep) FROM stdin;
\.
--
-- Data for Name: valutakurs; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.valutakurs (id, fk_behandling_id, fom, tom, valutakursdato, valutakode, kurs, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: vedtak; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.vedtak (id, fk_behandling_id, versjon, opprettet_av, opprettet_tid, vedtaksdato, endret_av, endret_tid, aktiv, stonad_brev_pdf) FROM stdin;
\.
--
-- Data for Name: vedtaksbegrunnelse; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.vedtaksbegrunnelse (id, fk_vedtaksperiode_id, vedtak_begrunnelse_spesifikasjon) FROM stdin;
\.
--
-- Data for Name: vedtaksbegrunnelse_fritekst; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.vedtaksbegrunnelse_fritekst (id, fk_vedtaksperiode_id, fritekst) FROM stdin;
\.
--
-- Data for Name: vedtaksperiode; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.vedtaksperiode (id, fk_vedtak_id, fom, tom, type, opprettet_av, opprettet_tid, endret_av, endret_tid, versjon) FROM stdin;
\.
--
-- Data for Name: verge; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.verge (id, ident, fk_behandling_id, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid) FROM stdin;
\.
--
-- Data for Name: vilkaarsvurdering; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.vilkaarsvurdering (id, fk_behandling_id, aktiv, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, samlet_resultat, ytelse_personer) FROM stdin;
\.
--
-- Data for Name: vilkar_resultat; Type: TABLE DATA; Schema: public; Owner: -
--
COPY public.vilkar_resultat (id, vilkar, resultat, regel_input, regel_output, versjon, opprettet_av, opprettet_tid, endret_av, endret_tid, fk_person_resultat_id, begrunnelse, periode_fom, periode_tom, fk_behandling_id, evaluering_aarsak, er_automatisk_vurdert, er_eksplisitt_avslag_paa_soknad, vedtak_begrunnelse_spesifikasjoner, vurderes_etter, utdypende_vilkarsvurderinger, resultat_begrunnelse) FROM stdin;
\.
--
-- Name: andel_tilkjent_ytelse_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.andel_tilkjent_ytelse_seq', 2000000, true);
--
-- Name: annen_vurdering_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.annen_vurdering_seq', 1000000, false);
--
-- Name: arbeidsfordeling_pa_behandling_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.arbeidsfordeling_pa_behandling_seq', 1000000, false);
--
-- Name: batch_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.batch_seq', 1001750, true);
--
-- Name: behandling_migreringsinfo_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.behandling_migreringsinfo_seq', 1000000, false);
--
-- Name: behandling_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.behandling_seq', 1000000, false);
--
-- Name: behandling_soknadsinfo_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.behandling_soknadsinfo_seq', 1000000, false);
--
-- Name: behandling_steg_tilstand_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.behandling_steg_tilstand_seq', 1000000, false);
--
-- Name: brevmottaker_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.brevmottaker_seq', 1000000, false);
--
-- Name: data_chunk_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.data_chunk_seq', 1000000, false);
--
-- Name: endret_utbetaling_andel_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.endret_utbetaling_andel_seq', 1000000, false);
--
-- Name: eos_begrunnelse_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.eos_begrunnelse_seq', 1000000, false);
--
-- Name: fagsak_person_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.fagsak_person_seq', 1000000, false);
--
-- Name: fagsak_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.fagsak_seq', 1000000, false);
--
-- Name: feilutbetalt_valuta_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.feilutbetalt_valuta_seq', 1000000, false);
--
-- Name: foedselshendelse_pre_lansering_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.foedselshendelse_pre_lansering_seq', 1000000, false);
--
-- Name: foedselshendelsefiltrering_resultat_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.foedselshendelsefiltrering_resultat_seq', 1000000, false);
--
-- Name: gr_periode_overgangsstonad_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.gr_periode_overgangsstonad_seq', 1000000, false);
--
-- Name: gr_personopplysninger_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.gr_personopplysninger_seq', 1000000, false);
--
-- Name: gr_soknad_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.gr_soknad_seq', 1000000, false);
--
-- Name: institusjon_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.institusjon_seq', 1000000, false);
--
-- Name: journalpost_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.journalpost_seq', 1000000, false);
--
-- Name: kompetanse_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.kompetanse_seq', 1000000, false);
--
-- Name: korrigert_etterbetaling_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.korrigert_etterbetaling_seq', 1000000, false);
--
-- Name: korrigert_vedtak_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.korrigert_vedtak_seq', 1000000, false);
--
-- Name: logg_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.logg_seq', 1000000, false);
--
-- Name: okonomi_simulering_mottaker_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.okonomi_simulering_mottaker_seq', 1000000, false);
--
-- Name: okonomi_simulering_postering_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.okonomi_simulering_postering_seq', 1000000, false);
--
-- Name: oppgave_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.oppgave_seq', 1000000, false);
--
-- Name: periode_resultat_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.periode_resultat_seq', 1000000, false);
--
-- Name: po_arbeidsforhold_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.po_arbeidsforhold_seq', 1000000, false);
--
-- Name: po_bostedsadresse_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.po_bostedsadresse_seq', 1000000, false);
--
-- Name: po_bostedsadresseperiode_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.po_bostedsadresseperiode_seq', 1000000, false);
--
-- Name: po_doedsfall_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.po_doedsfall_seq', 1000000, false);
--
-- Name: po_opphold_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.po_opphold_seq', 1000000, false);
--
-- Name: po_person_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.po_person_seq', 1000000, false);
--
-- Name: po_sivilstand_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.po_sivilstand_seq', 1000000, false);
--
-- Name: po_statsborgerskap_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.po_statsborgerskap_seq', 1000000, false);
--
-- Name: refusjon_eos_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.refusjon_eos_seq', 1000000, false);
--
-- Name: saksstatistikk_mellomlagring_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.saksstatistikk_mellomlagring_seq', 1000000, false);
--
-- Name: sats_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.sats_seq', 1000000, false);
--
-- Name: satskjoering_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.satskjoering_seq', 1000000, false);
--
-- Name: sett_paa_vent_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.sett_paa_vent_seq', 1000000, false);
--
-- Name: skyggesak_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.skyggesak_seq', 1000000, false);
--
-- Name: task_logg_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.task_logg_seq', 1, false);
--
-- Name: task_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.task_seq', 51, true);
--
-- Name: tilbakekreving_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.tilbakekreving_seq', 1000000, false);
--
-- Name: tilkjent_ytelse_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.tilkjent_ytelse_seq', 1000000, false);
--
-- Name: totrinnskontroll_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.totrinnskontroll_seq', 1000000, false);
--
-- Name: utenlandsk_periodebeloep_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.utenlandsk_periodebeloep_seq', 1000000, false);
--
-- Name: valutakurs_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.valutakurs_seq', 1000000, false);
--
-- Name: vedtak_begrunnelse_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.vedtak_begrunnelse_seq', 1000000, false);
--
-- Name: vedtak_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.vedtak_seq', 1000000, false);
--
-- Name: vedtaksbegrunnelse_fritekst_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.vedtaksbegrunnelse_fritekst_seq', 1000000, false);
--
-- Name: vedtaksbegrunnelse_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.vedtaksbegrunnelse_seq', 1000000, false);
--
-- Name: vedtaksperiode_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.vedtaksperiode_seq', 1000000, false);
--
-- Name: verge_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.verge_seq', 1000000, false);
--
-- Name: vilkaarsvurdering_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.vilkaarsvurdering_seq', 1000000, false);
--
-- Name: vilkar_resultat_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.vilkar_resultat_seq', 1000000, false);
--
-- Name: aktoer aktoer_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.aktoer
ADD CONSTRAINT aktoer_pkey PRIMARY KEY (aktoer_id);
--
-- Name: aktoer_til_kompetanse aktoer_til_kompetanse_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.aktoer_til_kompetanse
ADD CONSTRAINT aktoer_til_kompetanse_pkey PRIMARY KEY (fk_kompetanse_id, fk_aktoer_id);
--
-- Name: aktoer_til_utenlandsk_periodebeloep aktoer_til_utenlandsk_periodebeloep_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.aktoer_til_utenlandsk_periodebeloep
ADD CONSTRAINT aktoer_til_utenlandsk_periodebeloep_pkey PRIMARY KEY (fk_utenlandsk_periodebeloep_id, fk_aktoer_id);
--
-- Name: aktoer_til_valutakurs aktoer_til_valutakurs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.aktoer_til_valutakurs
ADD CONSTRAINT aktoer_til_valutakurs_pkey PRIMARY KEY (fk_valutakurs_id, fk_aktoer_id);
--
-- Name: andel_tilkjent_ytelse andel_tilkjent_ytelse_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.andel_tilkjent_ytelse
ADD CONSTRAINT andel_tilkjent_ytelse_pkey PRIMARY KEY (id);
--
-- Name: annen_vurdering annen_vurdering_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.annen_vurdering
ADD CONSTRAINT annen_vurdering_pkey PRIMARY KEY (id);
--
-- Name: arbeidsfordeling_pa_behandling arbeidsfordeling_pa_behandling_fk_behandling_id_key; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.arbeidsfordeling_pa_behandling
ADD CONSTRAINT arbeidsfordeling_pa_behandling_fk_behandling_id_key UNIQUE (fk_behandling_id);
--
-- Name: arbeidsfordeling_pa_behandling arbeidsfordeling_pa_behandling_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.arbeidsfordeling_pa_behandling
ADD CONSTRAINT arbeidsfordeling_pa_behandling_pkey PRIMARY KEY (id);
--
-- Name: batch batch_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.batch
ADD CONSTRAINT batch_pkey PRIMARY KEY (id);
--
-- Name: behandling_migreringsinfo behandling_migreringsinfo_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.behandling_migreringsinfo
ADD CONSTRAINT behandling_migreringsinfo_pkey PRIMARY KEY (id);
--
-- Name: behandling behandling_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.behandling
ADD CONSTRAINT behandling_pkey PRIMARY KEY (id);
--
-- Name: vilkaarsvurdering behandling_resultat_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vilkaarsvurdering
ADD CONSTRAINT behandling_resultat_pkey PRIMARY KEY (id);
--
-- Name: behandling_soknadsinfo behandling_soknadsinfo_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.behandling_soknadsinfo
ADD CONSTRAINT behandling_soknadsinfo_pkey PRIMARY KEY (id);
--
-- Name: behandling_steg_tilstand behandling_steg_tilstand_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.behandling_steg_tilstand
ADD CONSTRAINT behandling_steg_tilstand_pkey PRIMARY KEY (id);
--
-- Name: vedtak behandling_vedtak_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vedtak
ADD CONSTRAINT behandling_vedtak_pkey PRIMARY KEY (id);
--
-- Name: tilkjent_ytelse beregning_resultat_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.tilkjent_ytelse
ADD CONSTRAINT beregning_resultat_pkey PRIMARY KEY (id);
--
-- Name: brevmottaker brevmottaker_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.brevmottaker
ADD CONSTRAINT brevmottaker_pkey PRIMARY KEY (id);
--
-- Name: data_chunk data_chunk_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.data_chunk
ADD CONSTRAINT data_chunk_pkey PRIMARY KEY (id);
--
-- Name: endret_utbetaling_andel endret_utbetaling_andel_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.endret_utbetaling_andel
ADD CONSTRAINT endret_utbetaling_andel_pkey PRIMARY KEY (id);
--
-- Name: eos_begrunnelse eos_begrunnelse_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.eos_begrunnelse
ADD CONSTRAINT eos_begrunnelse_pkey PRIMARY KEY (id);
--
-- Name: fagsak fagsak_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.fagsak
ADD CONSTRAINT fagsak_pkey PRIMARY KEY (id);
--
-- Name: foedselshendelse_pre_lansering foedselshendelse_pre_lansering_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.foedselshendelse_pre_lansering
ADD CONSTRAINT foedselshendelse_pre_lansering_pkey PRIMARY KEY (id);
--
-- Name: foedselshendelsefiltrering_resultat foedselshendelsefiltrering_resultat_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.foedselshendelsefiltrering_resultat
ADD CONSTRAINT foedselshendelsefiltrering_resultat_pkey PRIMARY KEY (id);
--
-- Name: gr_periode_overgangsstonad gr_periode_overgangsstonad_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.gr_periode_overgangsstonad
ADD CONSTRAINT gr_periode_overgangsstonad_pkey PRIMARY KEY (id);
--
-- Name: gr_personopplysninger gr_personopplysninger_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.gr_personopplysninger
ADD CONSTRAINT gr_personopplysninger_pkey PRIMARY KEY (id);
--
-- Name: gr_soknad gr_soknad_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.gr_soknad
ADD CONSTRAINT gr_soknad_pkey PRIMARY KEY (id);
--
-- Name: task_logg henvendelse_logg_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.task_logg
ADD CONSTRAINT henvendelse_logg_pkey PRIMARY KEY (id);
--
-- Name: task henvendelse_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.task
ADD CONSTRAINT henvendelse_pkey PRIMARY KEY (id);
--
-- Name: institusjon institusjon_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.institusjon
ADD CONSTRAINT institusjon_pkey PRIMARY KEY (id);
--
-- Name: journalpost journalpost_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.journalpost
ADD CONSTRAINT journalpost_pkey PRIMARY KEY (id);
--
-- Name: kompetanse kompetanse_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.kompetanse
ADD CONSTRAINT kompetanse_pkey PRIMARY KEY (id);
--
-- Name: korrigert_etterbetaling korrigert_etterbetaling_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.korrigert_etterbetaling
ADD CONSTRAINT korrigert_etterbetaling_pkey PRIMARY KEY (id);
--
-- Name: korrigert_vedtak korrigert_vedtak_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.korrigert_vedtak
ADD CONSTRAINT korrigert_vedtak_pkey PRIMARY KEY (id);
--
-- Name: logg logg_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.logg
ADD CONSTRAINT logg_pkey PRIMARY KEY (id);
--
-- Name: oppgave oppgave_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.oppgave
ADD CONSTRAINT oppgave_pkey PRIMARY KEY (id);
--
-- Name: person_resultat periode_resultat_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.person_resultat
ADD CONSTRAINT periode_resultat_pkey PRIMARY KEY (id);
--
-- Name: personident personident_foedselsnummer_key; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.personident
ADD CONSTRAINT personident_foedselsnummer_key UNIQUE (foedselsnummer);
--
-- Name: personident personident_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.personident
ADD CONSTRAINT personident_pkey PRIMARY KEY (foedselsnummer);
--
-- Name: po_arbeidsforhold po_arbeidsforhold_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_arbeidsforhold
ADD CONSTRAINT po_arbeidsforhold_pkey PRIMARY KEY (id);
--
-- Name: po_bostedsadresse po_bostedsadresse_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_bostedsadresse
ADD CONSTRAINT po_bostedsadresse_pkey PRIMARY KEY (id);
--
-- Name: po_bostedsadresseperiode po_bostedsadresseperiode_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_bostedsadresseperiode
ADD CONSTRAINT po_bostedsadresseperiode_pkey PRIMARY KEY (id);
--
-- Name: po_doedsfall po_doedsfall_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_doedsfall
ADD CONSTRAINT po_doedsfall_pkey PRIMARY KEY (id);
--
-- Name: po_opphold po_opphold_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_opphold
ADD CONSTRAINT po_opphold_pkey PRIMARY KEY (id);
--
-- Name: po_person po_person_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_person
ADD CONSTRAINT po_person_pkey PRIMARY KEY (id);
--
-- Name: po_sivilstand po_sivilstand_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_sivilstand
ADD CONSTRAINT po_sivilstand_pkey PRIMARY KEY (id);
--
-- Name: po_statsborgerskap po_statsborgerskap_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_statsborgerskap
ADD CONSTRAINT po_statsborgerskap_pkey PRIMARY KEY (id);
--
-- Name: refusjon_eos refusjon_eos_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.refusjon_eos
ADD CONSTRAINT refusjon_eos_pkey PRIMARY KEY (id);
--
-- Name: saksstatistikk_mellomlagring saksstatistikk_mellomlagring_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.saksstatistikk_mellomlagring
ADD CONSTRAINT saksstatistikk_mellomlagring_pkey PRIMARY KEY (id);
--
-- Name: satskjoering satskjoering_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.satskjoering
ADD CONSTRAINT satskjoering_pkey PRIMARY KEY (id);
--
-- Name: sett_paa_vent sett_paa_vent_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.sett_paa_vent
ADD CONSTRAINT sett_paa_vent_pkey PRIMARY KEY (id);
--
-- Name: skyggesak skyggesak_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.skyggesak
ADD CONSTRAINT skyggesak_pkey PRIMARY KEY (id);
--
-- Name: tilbakekreving tilbakekreving_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.tilbakekreving
ADD CONSTRAINT tilbakekreving_pkey PRIMARY KEY (id);
--
-- Name: totrinnskontroll totrinnskontroll_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.totrinnskontroll
ADD CONSTRAINT totrinnskontroll_pkey PRIMARY KEY (id);
--
-- Name: feilutbetalt_valuta trekk_i_loepende_utbetaling_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.feilutbetalt_valuta
ADD CONSTRAINT trekk_i_loepende_utbetaling_pkey PRIMARY KEY (id);
--
-- Name: behandling_migreringsinfo unik_behandling_id; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.behandling_migreringsinfo
ADD CONSTRAINT unik_behandling_id UNIQUE (fk_behandling_id);
--
-- Name: utenlandsk_periodebeloep utenlandsk_periodebeloep_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.utenlandsk_periodebeloep
ADD CONSTRAINT utenlandsk_periodebeloep_pkey PRIMARY KEY (id);
--
-- Name: valutakurs valutakurs_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.valutakurs
ADD CONSTRAINT valutakurs_pkey PRIMARY KEY (id);
--
-- Name: okonomi_simulering_mottaker vedtak_simulering_mottaker_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.okonomi_simulering_mottaker
ADD CONSTRAINT vedtak_simulering_mottaker_pkey PRIMARY KEY (id);
--
-- Name: okonomi_simulering_postering vedtak_simulering_postering_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.okonomi_simulering_postering
ADD CONSTRAINT vedtak_simulering_postering_pkey PRIMARY KEY (id);
--
-- Name: vedtaksbegrunnelse_fritekst vedtaksbegrunnelse_fritekst_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vedtaksbegrunnelse_fritekst
ADD CONSTRAINT vedtaksbegrunnelse_fritekst_pkey PRIMARY KEY (id);
--
-- Name: vedtaksbegrunnelse vedtaksbegrunnelse_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vedtaksbegrunnelse
ADD CONSTRAINT vedtaksbegrunnelse_pkey PRIMARY KEY (id);
--
-- Name: vedtaksperiode vedtaksperiode_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vedtaksperiode
ADD CONSTRAINT vedtaksperiode_pkey PRIMARY KEY (id);
--
-- Name: verge verge_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.verge
ADD CONSTRAINT verge_pkey PRIMARY KEY (id);
--
-- Name: vilkar_resultat vilkar_resultat_pkey; Type: CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vilkar_resultat
ADD CONSTRAINT vilkar_resultat_pkey PRIMARY KEY (id);
--
-- Name: andel_tilkjent_ytelse_fk_aktoer_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX andel_tilkjent_ytelse_fk_aktoer_idx ON public.andel_tilkjent_ytelse USING btree (fk_aktoer_id);
--
-- Name: andel_tilkjent_ytelse_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX andel_tilkjent_ytelse_fk_behandling_id_idx ON public.andel_tilkjent_ytelse USING btree (fk_behandling_id);
--
-- Name: andel_tilkjent_ytelse_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX andel_tilkjent_ytelse_fk_idx ON public.andel_tilkjent_ytelse USING btree (kilde_behandling_id);
--
-- Name: andel_tilkjent_ytelse_fk_tilkjent_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX andel_tilkjent_ytelse_fk_tilkjent_idx ON public.andel_tilkjent_ytelse USING btree (tilkjent_ytelse_id);
--
-- Name: annen_vurdering_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX annen_vurdering_fk_idx ON public.annen_vurdering USING btree (fk_person_resultat_id);
--
-- Name: aty_type_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX aty_type_idx ON public.andel_tilkjent_ytelse USING btree (type);
--
-- Name: behandling_fk_fagsak_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX behandling_fk_fagsak_id_idx ON public.behandling USING btree (fk_fagsak_id);
--
-- Name: behandling_migreringsinfo_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX behandling_migreringsinfo_fk_behandling_id_idx ON public.behandling_migreringsinfo USING btree (fk_behandling_id);
--
-- Name: behandling_opprettet_tid_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX behandling_opprettet_tid_idx ON public.behandling USING btree (opprettet_tid);
--
-- Name: behandling_soknadsinfo_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX behandling_soknadsinfo_fk_behandling_id_idx ON public.behandling_soknadsinfo USING btree (fk_behandling_id);
--
-- Name: behandling_steg_tilstand_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX behandling_steg_tilstand_fk_idx ON public.behandling_steg_tilstand USING btree (fk_behandling_id);
--
-- Name: behandling_vedtak_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX behandling_vedtak_fk_behandling_id_idx ON public.vedtak USING btree (fk_behandling_id);
--
-- Name: beregning_resultat_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX beregning_resultat_fk_behandling_id_idx ON public.tilkjent_ytelse USING btree (fk_behandling_id);
--
-- Name: brevmottaker_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX brevmottaker_fk_behandling_id_idx ON public.brevmottaker USING btree (fk_behandling_id);
--
-- Name: data_chunk_transaksjons_id_chunk_nr_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX data_chunk_transaksjons_id_chunk_nr_idx ON public.data_chunk USING btree (transaksjons_id, chunk_nr);
--
-- Name: data_chunk_transaksjons_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX data_chunk_transaksjons_id_idx ON public.data_chunk USING btree (transaksjons_id);
--
-- Name: endret_utbetaling_andel_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX endret_utbetaling_andel_fk_behandling_id_idx ON public.endret_utbetaling_andel USING btree (fk_behandling_id);
--
-- Name: endret_utbetaling_andel_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX endret_utbetaling_andel_fk_idx ON public.endret_utbetaling_andel USING btree (fk_po_person_id);
--
-- Name: eos_begrunnelse_fk_vedtaksperiode_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX eos_begrunnelse_fk_vedtaksperiode_id_idx ON public.eos_begrunnelse USING btree (fk_vedtaksperiode_id);
--
-- Name: fagsak_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX fagsak_fk_idx ON public.fagsak USING btree (fk_aktoer_id);
--
-- Name: fagsak_status_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX fagsak_status_idx ON public.fagsak USING btree (status);
--
-- Name: feilutbetalt_valuta_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX feilutbetalt_valuta_fk_behandling_id_idx ON public.feilutbetalt_valuta USING btree (fk_behandling_id);
--
-- Name: foedselshendelse_pre_lansering_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX foedselshendelse_pre_lansering_fk_idx ON public.foedselshendelse_pre_lansering USING btree (fk_aktoer_id);
--
-- Name: foedselshendelsefiltrering_resultat_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX foedselshendelsefiltrering_resultat_fk_behandling_id_idx ON public.foedselshendelsefiltrering_resultat USING btree (fk_behandling_id);
--
-- Name: gr_periode_overgangsstonad_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX gr_periode_overgangsstonad_fk_behandling_id_idx ON public.gr_periode_overgangsstonad USING btree (fk_behandling_id);
--
-- Name: gr_periode_overgangsstonad_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX gr_periode_overgangsstonad_fk_idx ON public.gr_periode_overgangsstonad USING btree (fk_aktoer_id);
--
-- Name: gr_personopplysninger_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX gr_personopplysninger_fk_behandling_id_idx ON public.gr_personopplysninger USING btree (fk_behandling_id);
--
-- Name: gr_soknad_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX gr_soknad_fk_behandling_id_idx ON public.gr_soknad USING btree (fk_behandling_id);
--
-- Name: henvendelse_logg_henvendelse_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX henvendelse_logg_henvendelse_id_idx ON public.task_logg USING btree (task_id);
--
-- Name: henvendelse_status_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX henvendelse_status_idx ON public.task USING btree (status);
--
-- Name: journalpost_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX journalpost_fk_behandling_id_idx ON public.journalpost USING btree (fk_behandling_id);
--
-- Name: journalpost_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX journalpost_id_idx ON public.behandling_soknadsinfo USING btree (journalpost_id);
--
-- Name: kompetanse_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX kompetanse_fk_behandling_id_idx ON public.kompetanse USING btree (fk_behandling_id);
--
-- Name: korrigert_etterbetaling_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX korrigert_etterbetaling_fk_behandling_id_idx ON public.korrigert_etterbetaling USING btree (fk_behandling_id);
--
-- Name: korrigert_vedtak_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX korrigert_vedtak_fk_behandling_id_idx ON public.korrigert_vedtak USING btree (fk_behandling_id);
--
-- Name: logg_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX logg_fk_behandling_id_idx ON public.logg USING btree (fk_behandling_id);
--
-- Name: okonomi_simulering_mottaker_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX okonomi_simulering_mottaker_fk_idx ON public.okonomi_simulering_mottaker USING btree (fk_behandling_id);
--
-- Name: oppgave_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX oppgave_fk_idx ON public.oppgave USING btree (fk_behandling_id);
--
-- Name: person_resultat_fk_aktoer_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX person_resultat_fk_aktoer_idx ON public.person_resultat USING btree (fk_aktoer_id);
--
-- Name: person_resultat_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX person_resultat_fk_idx ON public.person_resultat USING btree (fk_vilkaarsvurdering_id);
--
-- Name: personident_aktoer_id_alle_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX personident_aktoer_id_alle_idx ON public.personident USING btree (fk_aktoer_id);
--
-- Name: po_arbeidsforhold_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX po_arbeidsforhold_fk_idx ON public.po_arbeidsforhold USING btree (fk_po_person_id);
--
-- Name: po_bostedsadresse_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX po_bostedsadresse_fk_idx ON public.po_bostedsadresse USING btree (fk_po_person_id);
--
-- Name: po_bostedsadresseperiode_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX po_bostedsadresseperiode_fk_idx ON public.po_bostedsadresseperiode USING btree (fk_po_person_id);
--
-- Name: po_doedsfall_fk_po_person_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX po_doedsfall_fk_po_person_id_idx ON public.po_doedsfall USING btree (fk_po_person_id);
--
-- Name: po_opphold_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX po_opphold_fk_idx ON public.po_opphold USING btree (fk_po_person_id);
--
-- Name: po_person_fk_gr_personopplysninger_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX po_person_fk_gr_personopplysninger_id_idx ON public.po_person USING btree (fk_gr_personopplysninger_id);
--
-- Name: po_person_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX po_person_fk_idx ON public.po_person USING btree (fk_aktoer_id);
--
-- Name: po_sivilstand_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX po_sivilstand_fk_idx ON public.po_sivilstand USING btree (fk_po_person_id);
--
-- Name: po_statsborgerskap_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX po_statsborgerskap_fk_idx ON public.po_statsborgerskap USING btree (fk_po_person_id);
--
-- Name: refusjon_eos_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX refusjon_eos_fk_behandling_id_idx ON public.refusjon_eos USING btree (fk_behandling_id);
--
-- Name: saksstatistikk_mellomlagring_sendt_tid_null_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX saksstatistikk_mellomlagring_sendt_tid_null_idx ON public.saksstatistikk_mellomlagring USING btree (sendt_tid) WHERE (sendt_tid IS NULL);
--
-- Name: saksstatistikk_mellomlagring_type_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX saksstatistikk_mellomlagring_type_id_idx ON public.saksstatistikk_mellomlagring USING btree (type_id);
--
-- Name: satskjoering_fagsak_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX satskjoering_fagsak_id_idx ON public.satskjoering USING btree (fk_fagsak_id);
--
-- Name: sett_paa_vent_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX sett_paa_vent_fk_behandling_id_idx ON public.sett_paa_vent USING btree (fk_behandling_id);
--
-- Name: skyggesak_fagsak_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX skyggesak_fagsak_id_idx ON public.skyggesak USING btree (fk_fagsak_id);
--
-- Name: tilbakekreving_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX tilbakekreving_fk_idx ON public.tilbakekreving USING btree (fk_behandling_id);
--
-- Name: tilkjent_ytelse_utbetalingsoppdrag_not_null_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX tilkjent_ytelse_utbetalingsoppdrag_not_null_idx ON public.tilkjent_ytelse USING btree (utbetalingsoppdrag) WHERE (utbetalingsoppdrag IS NOT NULL);
--
-- Name: totrinnskontroll_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX totrinnskontroll_fk_behandling_id_idx ON public.totrinnskontroll USING btree (fk_behandling_id);
--
-- Name: uidx_behandling_01; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_behandling_01 ON public.behandling USING btree ((
CASE
WHEN (aktiv = true) THEN fk_fagsak_id
ELSE NULL::bigint
END), (
CASE
WHEN (aktiv = true) THEN aktiv
ELSE NULL::boolean
END));
--
-- Name: uidx_behandling_02; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_behandling_02 ON public.behandling USING btree (fk_fagsak_id) WHERE (((status)::text <> 'AVSLUTTET'::text) AND ((status)::text <> 'SATT_PÅ_MASKINELL_VENT'::text));
--
-- Name: uidx_behandling_03; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_behandling_03 ON public.behandling USING btree (fk_fagsak_id) WHERE ((status)::text = 'SATT_PÅ_MASKINELL_VENT'::text);
--
-- Name: uidx_behandling_vedtak_01; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_behandling_vedtak_01 ON public.vedtak USING btree ((
CASE
WHEN (aktiv = true) THEN fk_behandling_id
ELSE NULL::bigint
END), (
CASE
WHEN (aktiv = true) THEN aktiv
ELSE NULL::boolean
END));
--
-- Name: uidx_fagsak_type_aktoer_ikke_arkivert; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_fagsak_type_aktoer_ikke_arkivert ON public.fagsak USING btree (type, fk_aktoer_id) WHERE ((fk_institusjon_id IS NULL) AND (arkivert = false));
--
-- Name: uidx_fagsak_type_aktoer_institusjon_ikke_arkivert; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_fagsak_type_aktoer_institusjon_ikke_arkivert ON public.fagsak USING btree (type, fk_aktoer_id, fk_institusjon_id) WHERE ((fk_institusjon_id IS NOT NULL) AND (arkivert = false));
--
-- Name: uidx_gr_personopplysninger_01; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_gr_personopplysninger_01 ON public.gr_personopplysninger USING btree ((
CASE
WHEN (aktiv = true) THEN fk_behandling_id
ELSE NULL::bigint
END), (
CASE
WHEN (aktiv = true) THEN aktiv
ELSE NULL::boolean
END));
--
-- Name: uidx_gr_soknad_01; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_gr_soknad_01 ON public.gr_soknad USING btree ((
CASE
WHEN (aktiv = true) THEN fk_behandling_id
ELSE NULL::bigint
END), (
CASE
WHEN (aktiv = true) THEN aktiv
ELSE NULL::boolean
END));
--
-- Name: uidx_institusjon_org_nummer; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_institusjon_org_nummer ON public.institusjon USING btree (org_nummer);
--
-- Name: uidx_institusjon_tss_ekstern_id; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_institusjon_tss_ekstern_id ON public.institusjon USING btree (tss_ekstern_id);
--
-- Name: uidx_korrigert_etterbetaling_fk_behandling_id_aktiv; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_korrigert_etterbetaling_fk_behandling_id_aktiv ON public.korrigert_etterbetaling USING btree (fk_behandling_id) WHERE (aktiv = true);
--
-- Name: uidx_korrigert_vedtak_fk_behandling_id_aktiv; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_korrigert_vedtak_fk_behandling_id_aktiv ON public.korrigert_vedtak USING btree (fk_behandling_id) WHERE (aktiv = true);
--
-- Name: uidx_personident_aktoer_id; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_personident_aktoer_id ON public.personident USING btree (fk_aktoer_id) WHERE (aktiv = true);
--
-- Name: uidx_personident_foedselsnummer_id; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_personident_foedselsnummer_id ON public.personident USING btree (foedselsnummer);
--
-- Name: uidx_sett_paa_vent_aktiv; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_sett_paa_vent_aktiv ON public.sett_paa_vent USING btree (fk_behandling_id, aktiv) WHERE (aktiv = true);
--
-- Name: uidx_totrinnskontroll_01; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_totrinnskontroll_01 ON public.totrinnskontroll USING btree ((
CASE
WHEN (aktiv = true) THEN fk_behandling_id
ELSE NULL::bigint
END), (
CASE
WHEN (aktiv = true) THEN aktiv
ELSE NULL::boolean
END));
--
-- Name: uidx_verge_behandling_id; Type: INDEX; Schema: public; Owner: -
--
CREATE UNIQUE INDEX uidx_verge_behandling_id ON public.verge USING btree (fk_behandling_id);
--
-- Name: utenlandsk_periodebeloep_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX utenlandsk_periodebeloep_fk_behandling_id_idx ON public.utenlandsk_periodebeloep USING btree (fk_behandling_id);
--
-- Name: valutakurs_fk_behandling_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX valutakurs_fk_behandling_id_idx ON public.valutakurs USING btree (fk_behandling_id);
--
-- Name: vedtak_simulering_postering_fk_vedtak_simulering_mottaker_i_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX vedtak_simulering_postering_fk_vedtak_simulering_mottaker_i_idx ON public.okonomi_simulering_postering USING btree (fk_okonomi_simulering_mottaker_id);
--
-- Name: vedtaksbegrunnelse_fk_vedtaksperiode_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX vedtaksbegrunnelse_fk_vedtaksperiode_id_idx ON public.vedtaksbegrunnelse USING btree (fk_vedtaksperiode_id);
--
-- Name: vedtaksbegrunnelse_fritekst_fk_vedtaksperiode_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX vedtaksbegrunnelse_fritekst_fk_vedtaksperiode_id_idx ON public.vedtaksbegrunnelse_fritekst USING btree (fk_vedtaksperiode_id);
--
-- Name: vedtaksperiode_fk_vedtak_id_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX vedtaksperiode_fk_vedtak_id_idx ON public.vedtaksperiode USING btree (fk_vedtak_id);
--
-- Name: vilkaarsvurdering_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX vilkaarsvurdering_fk_idx ON public.vilkaarsvurdering USING btree (fk_behandling_id);
--
-- Name: vilkar_resultat_fk_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX vilkar_resultat_fk_idx ON public.vilkar_resultat USING btree (fk_behandling_id);
--
-- Name: vilkar_resultat_fk_personr_idx; Type: INDEX; Schema: public; Owner: -
--
CREATE INDEX vilkar_resultat_fk_personr_idx ON public.vilkar_resultat USING btree (fk_person_resultat_id);
--
-- Name: aktoer_til_kompetanse aktoer_til_kompetanse_fk_aktoer_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.aktoer_til_kompetanse
ADD CONSTRAINT aktoer_til_kompetanse_fk_aktoer_id_fkey FOREIGN KEY (fk_aktoer_id) REFERENCES public.aktoer(aktoer_id) ON UPDATE CASCADE;
--
-- Name: aktoer_til_kompetanse aktoer_til_kompetanse_fk_kompetanse_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.aktoer_til_kompetanse
ADD CONSTRAINT aktoer_til_kompetanse_fk_kompetanse_id_fkey FOREIGN KEY (fk_kompetanse_id) REFERENCES public.kompetanse(id);
--
-- Name: aktoer_til_utenlandsk_periodebeloep aktoer_til_utenlandsk_periode_fk_utenlandsk_periodebeloep__fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.aktoer_til_utenlandsk_periodebeloep
ADD CONSTRAINT aktoer_til_utenlandsk_periode_fk_utenlandsk_periodebeloep__fkey FOREIGN KEY (fk_utenlandsk_periodebeloep_id) REFERENCES public.utenlandsk_periodebeloep(id);
--
-- Name: aktoer_til_utenlandsk_periodebeloep aktoer_til_utenlandsk_periodebeloep_fk_aktoer_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.aktoer_til_utenlandsk_periodebeloep
ADD CONSTRAINT aktoer_til_utenlandsk_periodebeloep_fk_aktoer_id_fkey FOREIGN KEY (fk_aktoer_id) REFERENCES public.aktoer(aktoer_id) ON UPDATE CASCADE;
--
-- Name: aktoer_til_valutakurs aktoer_til_valutakurs_fk_aktoer_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.aktoer_til_valutakurs
ADD CONSTRAINT aktoer_til_valutakurs_fk_aktoer_id_fkey FOREIGN KEY (fk_aktoer_id) REFERENCES public.aktoer(aktoer_id) ON UPDATE CASCADE;
--
-- Name: aktoer_til_valutakurs aktoer_til_valutakurs_fk_valutakurs_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.aktoer_til_valutakurs
ADD CONSTRAINT aktoer_til_valutakurs_fk_valutakurs_id_fkey FOREIGN KEY (fk_valutakurs_id) REFERENCES public.valutakurs(id);
--
-- Name: andel_tilkjent_ytelse andel_tilkjent_ytelse_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.andel_tilkjent_ytelse
ADD CONSTRAINT andel_tilkjent_ytelse_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: andel_tilkjent_ytelse andel_tilkjent_ytelse_kilde_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.andel_tilkjent_ytelse
ADD CONSTRAINT andel_tilkjent_ytelse_kilde_behandling_id_fkey FOREIGN KEY (kilde_behandling_id) REFERENCES public.behandling(id);
--
-- Name: andel_tilkjent_ytelse andel_tilkjent_ytelse_tilkjent_ytelse_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.andel_tilkjent_ytelse
ADD CONSTRAINT andel_tilkjent_ytelse_tilkjent_ytelse_id_fkey FOREIGN KEY (tilkjent_ytelse_id) REFERENCES public.tilkjent_ytelse(id) ON DELETE CASCADE;
--
-- Name: annen_vurdering annen_vurdering_fk_person_resultat_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.annen_vurdering
ADD CONSTRAINT annen_vurdering_fk_person_resultat_id_fkey FOREIGN KEY (fk_person_resultat_id) REFERENCES public.person_resultat(id);
--
-- Name: behandling behandling_fk_fagsak_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.behandling
ADD CONSTRAINT behandling_fk_fagsak_id_fkey FOREIGN KEY (fk_fagsak_id) REFERENCES public.fagsak(id);
--
-- Name: behandling_migreringsinfo behandling_migreringsinfo_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.behandling_migreringsinfo
ADD CONSTRAINT behandling_migreringsinfo_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: vilkaarsvurdering behandling_resultat_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vilkaarsvurdering
ADD CONSTRAINT behandling_resultat_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: behandling_soknadsinfo behandling_soknadsinfo_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.behandling_soknadsinfo
ADD CONSTRAINT behandling_soknadsinfo_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: behandling_steg_tilstand behandling_steg_tilstand_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.behandling_steg_tilstand
ADD CONSTRAINT behandling_steg_tilstand_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: vedtak behandling_vedtak_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vedtak
ADD CONSTRAINT behandling_vedtak_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: tilkjent_ytelse beregning_resultat_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.tilkjent_ytelse
ADD CONSTRAINT beregning_resultat_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: brevmottaker brevmottaker_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.brevmottaker
ADD CONSTRAINT brevmottaker_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id) ON DELETE CASCADE;
--
-- Name: data_chunk data_chunk_fk_batch_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.data_chunk
ADD CONSTRAINT data_chunk_fk_batch_id_fkey FOREIGN KEY (fk_batch_id) REFERENCES public.batch(id);
--
-- Name: endret_utbetaling_andel endret_utbetaling_andel_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.endret_utbetaling_andel
ADD CONSTRAINT endret_utbetaling_andel_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: endret_utbetaling_andel endret_utbetaling_andel_fk_po_person_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.endret_utbetaling_andel
ADD CONSTRAINT endret_utbetaling_andel_fk_po_person_id_fkey FOREIGN KEY (fk_po_person_id) REFERENCES public.po_person(id);
--
-- Name: eos_begrunnelse eos_begrunnelse_fk_vedtaksperiode_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.eos_begrunnelse
ADD CONSTRAINT eos_begrunnelse_fk_vedtaksperiode_id_fkey FOREIGN KEY (fk_vedtaksperiode_id) REFERENCES public.vedtaksperiode(id) ON DELETE CASCADE;
--
-- Name: fagsak fagsak; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.fagsak
ADD CONSTRAINT fagsak FOREIGN KEY (fk_aktoer_id) REFERENCES public.aktoer(aktoer_id) ON UPDATE CASCADE;
--
-- Name: fagsak fagsak_fk_institusjon_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.fagsak
ADD CONSTRAINT fagsak_fk_institusjon_id_fkey FOREIGN KEY (fk_institusjon_id) REFERENCES public.institusjon(id);
--
-- Name: andel_tilkjent_ytelse fk_andel_tilkjent_ytelse; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.andel_tilkjent_ytelse
ADD CONSTRAINT fk_andel_tilkjent_ytelse FOREIGN KEY (fk_aktoer_id) REFERENCES public.aktoer(aktoer_id) ON UPDATE CASCADE;
--
-- Name: vilkar_resultat fk_behandling_id_vilkar_resultat; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vilkar_resultat
ADD CONSTRAINT fk_behandling_id_vilkar_resultat FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: foedselshendelse_pre_lansering fk_foedselshendelse_pre_lansering; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.foedselshendelse_pre_lansering
ADD CONSTRAINT fk_foedselshendelse_pre_lansering FOREIGN KEY (fk_aktoer_id) REFERENCES public.aktoer(aktoer_id) ON UPDATE CASCADE;
--
-- Name: gr_periode_overgangsstonad fk_gr_periode_overgangsstonad; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.gr_periode_overgangsstonad
ADD CONSTRAINT fk_gr_periode_overgangsstonad FOREIGN KEY (fk_aktoer_id) REFERENCES public.aktoer(aktoer_id) ON UPDATE CASCADE;
--
-- Name: person_resultat fk_person_resultat; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.person_resultat
ADD CONSTRAINT fk_person_resultat FOREIGN KEY (fk_aktoer_id) REFERENCES public.aktoer(aktoer_id) ON UPDATE CASCADE;
--
-- Name: personident fk_personident; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.personident
ADD CONSTRAINT fk_personident FOREIGN KEY (fk_aktoer_id) REFERENCES public.aktoer(aktoer_id) ON UPDATE CASCADE;
--
-- Name: po_person fk_po_person; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_person
ADD CONSTRAINT fk_po_person FOREIGN KEY (fk_aktoer_id) REFERENCES public.aktoer(aktoer_id) ON UPDATE CASCADE;
--
-- Name: foedselshendelsefiltrering_resultat foedselshendelsefiltrering_resultat_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.foedselshendelsefiltrering_resultat
ADD CONSTRAINT foedselshendelsefiltrering_resultat_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: gr_periode_overgangsstonad gr_periode_overgangsstonad_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.gr_periode_overgangsstonad
ADD CONSTRAINT gr_periode_overgangsstonad_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: gr_personopplysninger gr_personopplysninger_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.gr_personopplysninger
ADD CONSTRAINT gr_personopplysninger_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: gr_soknad gr_soknad_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.gr_soknad
ADD CONSTRAINT gr_soknad_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: task_logg henvendelse_logg_henvendelse_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.task_logg
ADD CONSTRAINT henvendelse_logg_henvendelse_id_fkey FOREIGN KEY (task_id) REFERENCES public.task(id);
--
-- Name: journalpost journalpost_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.journalpost
ADD CONSTRAINT journalpost_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: kompetanse kompetanse_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.kompetanse
ADD CONSTRAINT kompetanse_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: korrigert_etterbetaling korrigert_etterbetaling_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.korrigert_etterbetaling
ADD CONSTRAINT korrigert_etterbetaling_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: korrigert_vedtak korrigert_vedtak_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.korrigert_vedtak
ADD CONSTRAINT korrigert_vedtak_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: logg logg_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.logg
ADD CONSTRAINT logg_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: okonomi_simulering_mottaker okonomi_simulering_mottaker_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.okonomi_simulering_mottaker
ADD CONSTRAINT okonomi_simulering_mottaker_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: oppgave oppgave_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.oppgave
ADD CONSTRAINT oppgave_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: person_resultat periode_resultat_fk_behandling_resultat_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.person_resultat
ADD CONSTRAINT periode_resultat_fk_behandling_resultat_id_fkey FOREIGN KEY (fk_vilkaarsvurdering_id) REFERENCES public.vilkaarsvurdering(id);
--
-- Name: po_arbeidsforhold po_arbeidsforhold_fk_po_person_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_arbeidsforhold
ADD CONSTRAINT po_arbeidsforhold_fk_po_person_id_fkey FOREIGN KEY (fk_po_person_id) REFERENCES public.po_person(id);
--
-- Name: po_bostedsadresse po_bostedsadresse_fk_po_person_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_bostedsadresse
ADD CONSTRAINT po_bostedsadresse_fk_po_person_id_fkey FOREIGN KEY (fk_po_person_id) REFERENCES public.po_person(id);
--
-- Name: po_bostedsadresseperiode po_bostedsadresseperiode_fk_po_person_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_bostedsadresseperiode
ADD CONSTRAINT po_bostedsadresseperiode_fk_po_person_id_fkey FOREIGN KEY (fk_po_person_id) REFERENCES public.po_person(id);
--
-- Name: po_doedsfall po_doedsfall_fk_po_person_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_doedsfall
ADD CONSTRAINT po_doedsfall_fk_po_person_id_fkey FOREIGN KEY (fk_po_person_id) REFERENCES public.po_person(id);
--
-- Name: po_opphold po_opphold_fk_po_person_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_opphold
ADD CONSTRAINT po_opphold_fk_po_person_id_fkey FOREIGN KEY (fk_po_person_id) REFERENCES public.po_person(id);
--
-- Name: po_person po_person_fk_gr_personopplysninger_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_person
ADD CONSTRAINT po_person_fk_gr_personopplysninger_id_fkey FOREIGN KEY (fk_gr_personopplysninger_id) REFERENCES public.gr_personopplysninger(id);
--
-- Name: po_sivilstand po_sivilstand_fk_po_person_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_sivilstand
ADD CONSTRAINT po_sivilstand_fk_po_person_id_fkey FOREIGN KEY (fk_po_person_id) REFERENCES public.po_person(id);
--
-- Name: po_statsborgerskap po_statsborgerskap_fk_po_person_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.po_statsborgerskap
ADD CONSTRAINT po_statsborgerskap_fk_po_person_id_fkey FOREIGN KEY (fk_po_person_id) REFERENCES public.po_person(id);
--
-- Name: refusjon_eos refusjon_eos_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.refusjon_eos
ADD CONSTRAINT refusjon_eos_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: satskjoering satskjoering_fk_fagsak_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.satskjoering
ADD CONSTRAINT satskjoering_fk_fagsak_id_fkey FOREIGN KEY (fk_fagsak_id) REFERENCES public.fagsak(id) ON DELETE CASCADE;
--
-- Name: sett_paa_vent sett_paa_vent_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.sett_paa_vent
ADD CONSTRAINT sett_paa_vent_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: tilbakekreving tilbakekreving_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.tilbakekreving
ADD CONSTRAINT tilbakekreving_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: totrinnskontroll totrinnskontroll_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.totrinnskontroll
ADD CONSTRAINT totrinnskontroll_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: feilutbetalt_valuta trekk_i_loepende_utbetaling_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.feilutbetalt_valuta
ADD CONSTRAINT trekk_i_loepende_utbetaling_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: utenlandsk_periodebeloep utenlandsk_periodebeloep_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.utenlandsk_periodebeloep
ADD CONSTRAINT utenlandsk_periodebeloep_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: valutakurs valutakurs_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.valutakurs
ADD CONSTRAINT valutakurs_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: okonomi_simulering_postering vedtak_simulering_postering_fk_vedtak_simulering_mottaker__fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.okonomi_simulering_postering
ADD CONSTRAINT vedtak_simulering_postering_fk_vedtak_simulering_mottaker__fkey FOREIGN KEY (fk_okonomi_simulering_mottaker_id) REFERENCES public.okonomi_simulering_mottaker(id) ON DELETE CASCADE;
--
-- Name: vedtaksbegrunnelse vedtaksbegrunnelse_fk_vedtaksperiode_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vedtaksbegrunnelse
ADD CONSTRAINT vedtaksbegrunnelse_fk_vedtaksperiode_id_fkey FOREIGN KEY (fk_vedtaksperiode_id) REFERENCES public.vedtaksperiode(id) ON DELETE CASCADE;
--
-- Name: vedtaksbegrunnelse_fritekst vedtaksbegrunnelse_fritekst_fk_vedtaksperiode_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vedtaksbegrunnelse_fritekst
ADD CONSTRAINT vedtaksbegrunnelse_fritekst_fk_vedtaksperiode_id_fkey FOREIGN KEY (fk_vedtaksperiode_id) REFERENCES public.vedtaksperiode(id) ON DELETE CASCADE;
--
-- Name: vedtaksperiode vedtaksperiode_fk_vedtak_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vedtaksperiode
ADD CONSTRAINT vedtaksperiode_fk_vedtak_id_fkey FOREIGN KEY (fk_vedtak_id) REFERENCES public.vedtak(id);
--
-- Name: verge verge_fk_behandling_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.verge
ADD CONSTRAINT verge_fk_behandling_id_fkey FOREIGN KEY (fk_behandling_id) REFERENCES public.behandling(id);
--
-- Name: vilkar_resultat vilkar_resultat_fk_person_resultat_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.vilkar_resultat
ADD CONSTRAINT vilkar_resultat_fk_person_resultat_id_fkey FOREIGN KEY (fk_person_resultat_id) REFERENCES public.person_resultat(id);
--
-- PostgreSQL database dump complete
--
|
SET NAMES UTF8;
USE xiaomi;
insert into category_list values
(null,'Redmi 9','1000','images/category/category-list1.webp'),
(null,'Redmi 10X 4G','1000','images/category/category-list2.webp'),
(null,'Redmi 10X 5G 系列','1000','images/category/category-list3.webp'),
(null,'小米10 青春版','1000','images/category/category-list4.webp'),
(null,'Redmi K30 Pro','1000','images/category/category-list5.webp'),
(null,'Redmi K30 Pro 变焦版','1000','images/category/category-list6.webp'),
(null,'腾讯黑鲨游戏手机3','1000','images/category/category-list7.webp'),
(null,'腾讯黑鲨游戏手机3 Pro','1000','images/category/category-list8.webp'),
(null,'小米10 Pro','1000','images/category/category-list9.webp'),
(null,'小米10','1000','images/category/category-list10.webp'),
(null,'Redmi K30 4G','1000','images/category/category-list11.webp'),
(null,'Redmi Redmi K30 5G','1000','images/category/category-list12.webp'),
(null,'Redmi 8A','1000','images/category/category-list13.webp'),
(null,'Redmi 8','1000','images/category/category-list14.webp'),
(null,'小米MIX Alpha','1000','images/category/category-list15.webp'),
(null,'Redmi Note 8 Pro','1000','images/category/category-list16.webp'),
(null,'Redmi Note 8','1000','images/category/category-list17.webp'),
(null,'Redmi 7A','1000','images/category/category-list18.jpg'),
(null,'移动4G+专区','1000','images/category/category-list19.jpg'),
(null,'小米移动 电话卡','1000','images/category/category-list20.jpg'),
(null,'手机上门维修','1000','images/category/category-list21.png'),
(null,'云服务空间月卡','1000','images/category/category-list22.jpg'),
(null,'中国电信','1000','images/category/category-list23.webp')
;
|
DROP INDEX IF EXISTS "storage_history-date";
DROP INDEX IF EXISTS "storage_history-path";
DROP INDEX IF EXISTS "storage_history-proj_id";
DROP INDEX IF EXISTS "storage_history-date-path";
DROP INDEX IF EXISTS "storage_history-date-nobackup_path";
DROP INDEX IF EXISTS "storage_history-proj_id-path";
DROP TABLE IF EXISTS storage_history;
CREATE TABLE storage_history ( "date" TEXT NOT NULL,
"proj_id" TEXT NOT NULL,
"usage" REAL NOT NULL,
"quota" REAL NOT NULL,
"path" TEXT NOT NULL,
"nobackup_usage" REAL NOT NULL,
"nobackup_quota" REAL NOT NULL,
"nobackup_path" TEXT NOT NULL,
PRIMARY KEY (date, proj_id)
);
DROP TABLE IF EXISTS updated;
CREATE TABLE updated ( "table_name" TEXT PRIMARY KEY NOT NULL,
"date" TEXT NOT NULL
);
VACUUM;
-- indexes, check if needed
CREATE INDEX "storage_history-date" on storage_history (date);
CREATE INDEX "storage_history-path" on storage_history (path);
CREATE INDEX "storage_history-proj_id" on storage_history (proj_id);
CREATE INDEX "storage_history-date-path" on storage_history (date, path);
CREATE INDEX "storage_history-date-nobackup_path" on storage_history (date, nobackup_path);
CREATE INDEX "storage_history-proj_id-path" on storage_history (proj_id, path); |
insert ignore into medicine_list values
(
'1',
'beta-blocker',
'美托洛尔'
),
(
'2',
'beta-blocker',
'卡维地洛'
),
(
'3',
'beta-blocker',
'塞利洛尔'
),
(
'4',
'beta-blocker',
'艾司洛尔'
),
(
'5',
'beta-blocker',
'拉贝洛尔'
),
(
'6',
'beta-blocker',
'塞利洛尔'
),
(
'7',
'beta-blocker',
'阿罗洛尔'
),
(
'8',
'beta-blocker',
'阿替洛尔'
),
(
'9',
'beta-blocker',
'普萘洛尔'
),
(
'10',
'beta-blocker',
'塞利洛尔'
),
(
'11',
'beta-blocker',
'倍他洛尔'
),
(
'12',
'beta-blocker',
'尼群洛尔'
),
(
'13',
'beta-blocker',
'吲哚洛尔'
),
(
'14',
'beta-blocker',
'索他洛尔'
),
(
'15',
'利尿剂',
'吲达帕胺'
),
(
'16',
'利尿剂',
'阿米洛利'
),
(
'17',
'利尿剂',
'托拉塞米'
),
(
'18',
'利尿剂',
'甘露醇'
),
(
'19',
'利尿剂',
'利血平'
),
(
'20',
'利尿剂',
'呋塞米'
),
(
'21',
'利尿剂',
'布美他尼'
),
(
'22',
'利尿剂',
'螺内酯'
),
(
'23',
'利尿剂',
'依普利酮'
),
(
'24',
'利尿剂',
'氨苯蝶啶'
),
(
'25',
'利尿剂',
'氢氯噻嗪'
),
(
'26',
'ARB',
'氯沙坦'
),
(
'27',
'ARB',
'厄贝沙坦'
),
(
'28',
'ARB',
'奥美沙坦'
),
(
'29',
'ARB',
'缬沙坦'
),
(
'30',
'ARB',
'替米沙坦'
),
(
'31',
'ARB',
'坎地沙坦'
),
(
'32',
'ARB',
'卡托普利'
),
(
'33',
'ARB',
'依那普利'
),
(
'34',
'ARB',
'贝那普利'
),
(
'35',
'ARB',
'培哚普利'
),
(
'36',
'ARB',
'福辛普利'
),
(
'37',
'ARB',
'西拉普利'
),
(
'38',
'ARB',
'赖诺普利'
),
(
'39',
'ARB',
'雷米普利'
),
(
'40',
'ARB',
'喹那普利'
),
(
'41',
'ARB',
'咪达普利'
),
(
'42',
'抗凝药物',
'肝素'
),
(
'43',
'抗凝药物',
'低分子肝素'
),
(
'44',
'抗凝药物',
'利伐沙班'
),
(
'45',
'抗凝药物',
'比伐卢定'
),
(
'46',
'抗凝药物',
'华法林'
),
(
'47',
'抗凝药物',
'阿哌沙班'
),
(
'48',
'抗凝药物',
'艾多沙班'
),
(
'49',
'抗凝药物',
'达比加群'
),
(
'50',
'抗血小板',
'氯吡格雷'
),
(
'51',
'抗血小板',
'阿司匹林'
),
(
'52',
'抗血小板',
'替格瑞洛'
),
(
'53',
'他汀',
'普伐他汀'
),
(
'54',
'他汀',
'阿托伐他汀'
),
(
'55',
'他汀',
'辛伐他汀'
),
(
'56',
'他汀',
'氟伐他汀'
),
(
'57',
'他汀',
'瑞舒伐他汀'
),
(
'58',
'他汀',
'洛伐他汀'
),
(
'59',
'钙通道阻滞剂',
'缬沙坦氨氯地平'
),
(
'60',
'钙通道阻滞剂',
'尼卡地平'
),
(
'61',
'钙通道阻滞剂',
'拉西地平'
),
(
'62',
'钙通道阻滞剂',
'地尔硫卓'
),
(
'63',
'钙通道阻滞剂',
'尼莫地平'
),
(
'64',
'钙通道阻滞剂',
'氨氯地平'
),
(
'65',
'钙通道阻滞剂',
'非洛地平'
),
(
'66',
'钙通道阻滞剂',
'维拉帕米'
),
(
'67',
'钙通道阻滞剂',
'硝苯地平'
),
(
'68',
'钙通道阻滞剂',
'尼群地平'
),
(
'69',
'钙通道阻滞剂',
'阿折地平'
),
(
'70',
'钙通道阻滞剂',
'非洛地平'
),
(
'71',
'钙通道阻滞剂',
'苄普地尔'
),
(
'72',
'钙通道阻滞剂',
'贝尼地平'
),
(
'73',
'钙通道阻滞剂',
'西尼地平'
),
(
'74',
'钙通道阻滞剂',
'尼索地平'
),
(
'75',
'钙通道阻滞剂',
'乐卡地平'
),
(
'76',
'扩血管药',
'硝酸甘油'
),
(
'77',
'扩血管药',
'单硝酸异山梨酯'
),
(
'78',
'强心药',
'地高辛'
),
(
'79',
'强心药',
'多巴胺'
),
(
'80',
'强心药',
'多巴酚丁胺'
),
(
'81',
'强心药',
'去甲肾上腺素'
),
(
'82',
'强心药',
'米力农'
),
(
'83',
'强心药',
'左西孟旦'
),
(
'84',
'强心药',
'依诺西蒙'
)
;
insert ignore into relationship_pat_medicine values
(
'licanchen',
'1'
),
(
'licanchen',
'2'
),
(
'licanchen',
'3'
),
(
'licanchen',
'4'
),
(
'lixiaowei',
'2'
),
(
'lixiaowei',
'3'
),
(
'lixiaowei',
'1'
),
(
'liuguoyu',
'2'
),
(
'liuguoyu',
'34'
),
(
'zhangmingyu',
'1'
),
(
'zhangmingyu',
'12'
),
(
'zhangmingyu',
'19'
),
(
'zhangnan',
'50'
),
(
'zhangnan',
'52'
),
(
'zhangnan',
'60'
)
;
|
DELETE FROM students;
DELETE FROM groups;
INSERT INTO groups (number_group, faculty) VALUES
('---', '---'),
('A1', 'IT'),
('B1', 'IT'),
('C1', 'IT');
INSERT INTO students (group_id, lastName, firstName, dateAdmission) VALUES
(2, 'StudentLastName1', 'StudentFirstName1', '2018-06-30'),
(2, 'StudentLastName2', 'StudentFirstName2', '2018-06-30'),
(3, 'StudentLastName3', 'StudentFirstName3', '2018-06-30'),
(3, 'StudentLastName4', 'StudentFirstName4', '2018-06-30'),
(4, 'StudentLastName5', 'StudentFirstName5', '2018-06-30'),
(4, 'StudentLastName6', 'StudentFirstName6', '2018-06-30'),
(1, 'StudentLastName7', 'StudentFirstName7', '2018-06-30'),
(1, 'StudentLastName8', 'StudentFirstName8', '2018-06-30'); |
-- phpMyAdmin SQL Dump
-- version 4.6.5.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Nov 12, 2019 at 04:30 AM
-- Server version: 10.1.21-MariaDB
-- PHP Version: 5.6.30
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `tatbopbo`
--
-- --------------------------------------------------------
--
-- Table structure for table `bookinglist`
--
CREATE TABLE `bookinglist` (
`id` varchar(10) NOT NULL,
`NamaCostumer` varchar(20) NOT NULL,
`NoWA` varchar(15) NOT NULL,
`idKamar` varchar(10) NOT NULL,
`jamBooking` varchar(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `kamar`
--
CREATE TABLE `kamar` (
`idKamar` varchar(10) NOT NULL,
`RoomType` varchar(20) NOT NULL,
`Qty` int(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `ordermakanan`
--
CREATE TABLE `ordermakanan` (
`id` varchar(10) NOT NULL,
`order` varchar(30) NOT NULL,
`idKamar` varchar(10) NOT NULL,
`Qty` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `ordermakanan`
--
INSERT INTO `ordermakanan` (`id`, `order`, `idKamar`, `Qty`) VALUES
('123', 'dasfgds', '321', 3),
('123', 'kentang', '321', 3);
-- --------------------------------------------------------
--
-- Table structure for table `rekap`
--
CREATE TABLE `rekap` (
`idRekap` int(10) NOT NULL,
`id` varchar(11) NOT NULL,
`idKamar` varchar(10) NOT NULL,
`orderMakan` varchar(30) NOT NULL,
`TotalBayar` varchar(30) NOT NULL,
`Tanggal` varchar(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `rekap`
--
INSERT INTO `rekap` (`idRekap`, `id`, `idKamar`, `orderMakan`, `TotalBayar`, `Tanggal`) VALUES
(1, '123', '12312', 'sfdfsd', '5000', '7-06-2019'),
(2, '312', 'wsqrqw', 'qwerqw', '6000', '8-11-2019'),
(3, '', '', '', '', ''),
(4, '123', '301', 'kentang', '450000', '11-11-2019'),
(5, '123', '301', 'kentang', '450000', '11-11-2019');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `kamar`
--
ALTER TABLE `kamar`
ADD PRIMARY KEY (`idKamar`),
ADD UNIQUE KEY `RoomType` (`RoomType`);
--
-- Indexes for table `rekap`
--
ALTER TABLE `rekap`
ADD PRIMARY KEY (`idRekap`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `rekap`
--
ALTER TABLE `rekap`
MODIFY `idRekap` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
CREATE TABLE produttore(
partita_iva VARCHAR(11) NOT NULL PRIMARY KEY,
nome VARCHAR(20),
ragione_sociale VARCHAR(20)
);
CREATE TABLE fornitore(
partita_iva VARCHAR(11) NOT NULL PRIMARY KEY,
nome VARCHAR(20),
ragione_sociale VARCHAR(20)
);
CREATE TABLE azienda_trasporti(
partita_iva VARCHAR(11) NOT NULL PRIMARY KEY,
nome VARCHAR(20),
ragione_sociale VARCHAR(20)
);
CREATE TABLE prodotto(
EAN VARCHAR(13) NOT NULL PRIMARY KEY,
nome VARCHAR(20),
valore_di_impatto DOUBLE NOT NULL,
peso DOUBLE NOT NULL,
data DATE NOT NULL ,
azienda_trasporti VARCHAR(11) NOT NULL,
tipo_trasporto VARCHAR(20),
CO2_trasporto DOUBLE NOT NULL,
tratta_trasporto DOUBLE NOT NULL,
package INT NOT NULL,
produttore VARCHAR(11) NOT NULL,
FOREIGN KEY(azienda_trasporti) REFERENCES azienda_trasporti(partita_iva),
FOREIGN KEY(package) REFERENCES package(codice),
FOREIGN KEY(produttore) REFERENCES produttore(partita_iva),
CHECK(peso>0)
CHECK(tipo_trasporto = 'marittimo' or tipo_trasporto = 'strada' or tipo_trasporto = 'rotaia' or tipo_trasporto = 'aereo')
);
CREATE TABLE package(
codice INT NOT NULL PRIMARY KEY,
tipo VARCHAR(20),
materiale VARCHAR(20),
volume DOUBLE,
peso DOUBLE,
CHECK(peso>0)
);
CREATE TABLE procedura_lavorazione(
tipo VARCHAR(20) NOT NULL PRIMARY KEY,
CO2 DOUBLE NOT NULL,
qAcqua DOUBLE
);
CREATE TABLE lavorazione(
prodotto VARCHAR(13) NOT NULL,
procedura_lavorazione VARCHAR(20) NOT NULL,
FOREIGN KEY(prodotto) REFERENCES prodotto(EAN),
FOREIGN KEY(procedura_lavorazione) REFERENCES
procedura_lavorazione(tipo)
);
CREATE TABLE materia_prima(
nome VARCHAR(20) NOT NULL,
luogo VARCHAR(20) NOT NULL,
tipologia VARCHAR(20) NOT NULL,
qTerra DOUBLE NOT NULL,
qAcqua DOUBLE NOT NULL,
CO2 DOUBLE NOT NULL,
fornitore VARCHAR(11) NOT NULL,
PRIMARY KEY(nome, luogo),
CHECK(qAcqua>0),
CHECK(qTerra>0),
CHECK(CO2>=0),
CHECK(tipologia = 'vegetale' or tipologia = 'animale')
FOREIGN KEY(fornitore) REFERENCES fornitore(partita_iva)
);
CREATE TABLE composizione(
nome_materia_prima VARCHAR(20) NOT NULL,
luogo_materia_prima varchar(20) NOT NULL,
prodotto VARCHAR(13) NOT NULL,
quantita DOUBLE NOT NULL,
FOREIGN KEY(nome_materia_prima, luogo_materia_prima) REFERENCES materia_prima(nome, luogo),
FOREIGN KEY(prodotto) REFERENCES prodotto(ean)
);
CREATE TABLE sostanza(
nome VARCHAR(20) NOT NULL PRIMARY KEY,
tipo VARCHAR(20) NOT NULL,
acidificazione DOUBLE NOT NULL,
eutrofizzazione DOUBLE NOT NULL,
CHECK(tipo = 'fertilizzante' or tipo = 'pesticida')
);
CREATE TABLE mangime(
nome VARCHAR(20) NOT NULL PRIMARY KEY,
componente VARCHAR(20)
);
CREATE TABLE utilizzo(
nome_materia_prima VARCHAR(20) NOT NULL,
luogo_materia_prima VARCHAR(20) NOT NULL,
sostanza VARCHAR(20) NOT NULL,
quantita DOUBLE NOT NULL,
FOREIGN KEY (nome_materia_prima, luogo_materia_prima) REFERENCES materia_prima(nome, luogo),
FOREIGN KEY(sostanza) REFERENCES sostanza(nome),
PRIMARY KEY(nome_materia_prima, luogo_materia_prima, sostanza),
CHECK(quantita > 0)
);
CREATE TABLE alimentazione(
nome_materia_prima VARCHAR(20) NOT NULL,
luogo_materia_prima VARCHAR(20) NOT NULL,
mangime VARCHAR(20) NOT NULL,
quantita DOUBLE NOT NULL,
FOREIGN KEY (nome_materia_prima, luogo_materia_prima) REFERENCES materia_prima(nome, luogo),
FOREIGN KEY (mangime) REFERENCES mangime(nome),
PRIMARY KEY(nome_materia_prima, luogo_materia_prima, mangime),
CHECK(quantita > 0)
);
create view materia_acid_eutr(nome, luogo, acid, eutr) as
select u.nome_materia_prima,
u.luogo_materia_prima,
sum(s.acidificazione * u.quantita),
sum(s.eutrofizzazione * u.quantita)
from utilizzo as u join sostanza as s on u.sostanza = s.nome
group by u.nome_materia_prima, u.luogo_materia_prima;
create view impatto_materia(nome, luogo, acqua, CO2, terra, acid, eutr) as
select m.nome,
m.luogo,
m.qAcqua,
m.qTerra,
m.CO2,
ifnull(mae.acid, 0),
ifnull(mae.eutr, 0)
from materia_prima as m left join materia_acid_eutr as mae on m.luogo = mae.luogo and m.nome = mae.nome;
create view impatto_composizione(EAN, acqua, CO2, terra, acid, eutr) as
select c.prodotto,
sum(m.acqua * c.quantita),
sum(m.CO2 * c.quantita),
sum(m.terra * c.quantita),
sum(m.acid * c.quantita),
sum(m.eutr * c.quantita)
from impatto_materia as m join composizione as c on m.luogo = c.luogo_materia_prima and m.nome = c.nome_materia_prima
group by c.prodotto;
create view impatto_lavorazione(EAN, acqua, CO2) as
select l.prodotto, sum(pl.CO2), sum(pl.qAcqua)
from lavorazione as l join procedura_lavorazione as pl on l.procedura_lavorazione = pl.tipo
group by l.prodotto;
create view impatto_prodotto(EAN, acqua, CO2, terra, acid, eutr) as
select p.EAN,
c.acqua + ifnull(l.acqua, 0),
c.CO2 + ifnull(l.CO2, 0) + (p.CO2_trasporto * (p.peso / 1000) * p.tratta_trasporto),
c.terra,
c.acid,
c.eutr
from (prodotto as p left join impatto_lavorazione as l on p.EAN = l.EAN) join impatto_composizione as c on p.EAN = c.EAN;
create view max_alimentazione(nome, luogo, quantita) as
select nome_materia_prima, luogo_materia_prima, MAX(quantita)
from alimentazione
group by nome_materia_prima, luogo_materia_prima; |
grant create materialized view to scott; |
CREATE OR REPLACE VIEW PP_Order_Node_vt
AS
SELECT
onode.AD_Client_ID, onode.AD_Org_ID, onode.IsActive, onode.Created, onode.CreatedBy, onode.Updated, onode.UpdatedBy,
ont.AD_Language,
ont.name, c_bpartner_id, cost, datefinish, datefinishschedule, datestart, datestartschedule ,
ont.description, docaction, docstatus, duration, durationreal, durationrequired, ont.help, ismilestone,
issubcontracting, movingtime, overlapunits,
pp_order_id, pp_order_workflow_id,onode.pp_order_node_id, priority, qtydelivered, qtyrequired ,
qtyscrap , queuingtime , s_resource_id , setuptime ,setuptimereal, unitscycles , validfrom , validto , value , waitingtime , workingtime , yield
FROM PP_Order_Node onode
LEFT JOIN PP_Order_Node_Trl ont ON (ont.PP_Order_Node_ID=onode.PP_Order_Node_ID);
|
CREATE VIEW [V_Uom]
([UOMID],[UOMName],Active)
AS
SELECT
Uom,Description,Active
from UOM
|
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (21,1,'pet1');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (17,1,'pet2');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (6,2,'pet3');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (7,2,'pet4');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (24,3,'pet5');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (12,3,'pet6');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (4,4,'pet7');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (13,4,'pet8');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (15,5,'pet9');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (13,5,'pet10');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (13,6,'pet11');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (22,6,'pet12');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (9,7,'pet13');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (22,7,'pet14');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (12,8,'pet15');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (19,8,'pet16');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (18,9,'pet17');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (14,9,'pet18');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (10,10,'pet19');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (19,10,'pet20');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (4,11,'pet21');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (22,11,'pet22');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (4,12,'pet23');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (4,12,'pet24');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (5,13,'pet25');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (5,13,'pet26');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (21,14,'pet27');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (13,14,'pet28');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (1,15,'pet29');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (2,15,'pet30');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (2,16,'pet31');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (8,16,'pet32');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (3,17,'pet33');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (13,17,'pet34');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (11,18,'pet35');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (9,18,'pet36');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (6,19,'pet37');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (18,19,'pet38');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (1,20,'pet39');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (18,20,'pet40');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (6,21,'pet41');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (24,21,'pet42');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (20,22,'pet43');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (4,22,'pet44');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (21,23,'pet45');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (10,23,'pet46');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (8,24,'pet47');
INSERT INTO pet(pcat_id, owner_id, pet_name) VALUES (17,24,'pet48'); |
USE `elearning`;
DROP TABLE IF EXISTS `sp_pm`;
CREATE TABLE `sp_pm` (
`id` VARCHAR(64) COLLATE utf8_unicode_ci NOT NULL COMMENT '私信表主键id',
`public_id` VARCHAR(64) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT '人人通id(表示私信将要发送给该人人通的所有管理员)',
`create_type` TINYINT(1) NOT NULL COMMENT '创建类型(1-原创、2-转发)',
`type` VARCHAR(20) COLLATE utf8_unicode_ci NOT NULL COMMENT '类型(目前暂未定用法,暂定固定值为pm)',
`msg_text` VARCHAR(255) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT '文本内容',
`msg_ext` VARCHAR(4000) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT '附件',
`picture_ids` LONGTEXT COLLATE utf8_unicode_ci COMMENT '图片资源id串',
`sound_ids` LONGTEXT COLLATE utf8_unicode_ci COMMENT '音频资源id串',
`video_ids` LONGTEXT COLLATE utf8_unicode_ci COMMENT '视频资源id串',
`create_by` VARCHAR(64) COLLATE utf8_unicode_ci NOT NULL COMMENT '创建者id',
`create_date` DATETIME NOT NULL COMMENT '创建时间',
PRIMARY KEY (`id`)
) ENGINE=INNODB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `sp_pm_resource`;
CREATE TABLE `sp_pm_resource` (
`msg_id` VARCHAR(64) COLLATE utf8_unicode_ci NOT NULL COMMENT '私信消息id',
`resource_id` VARCHAR(64) COLLATE utf8_unicode_ci NOT NULL COMMENT '资源id'
) ENGINE=INNODB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `sp_pm_send`;
CREATE TABLE `sp_pm_send` (
`id` VARCHAR(64) COLLATE utf8_unicode_ci NOT NULL COMMENT '私信发送表主键id',
`msg_id` VARCHAR(64) COLLATE utf8_unicode_ci NOT NULL COMMENT '私信消息id',
`receiver_id` VARCHAR(64) COLLATE utf8_unicode_ci NOT NULL COMMENT '接收者id',
`status` TINYINT(1) NOT NULL COMMENT '阅读等状态(0-未读,1-已读)',
`create_by` VARCHAR(64) COLLATE utf8_unicode_ci NOT NULL COMMENT '发送者id',
`create_date` DATETIME NOT NULL COMMENT '发送时间',
PRIMARY KEY (`id`)
) ENGINE=INNODB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
create view message_stats_by_vessel as
select
mmsi,
type,
count(1) count,
min(created_at) as first,
max(created_at) as last,
now() - max(created_at) as ago
from
message
group by
mmsi,
type
order by
mmsi,
type
|
INSERT INTO Stadium (StadiumID, Name, Country, City, Capacity) VALUES
(1, "Rungrado 1st of May Stadium", "North Korea", "Pyongyang", 114000),
(2, "Motera Stadium", "India", "Ahmedabad, Gujarat", 110000),
(3, "Michigan Stadium", "United States", "Ann Arbor, Michigan", 107601),
(4, "Beaver Stadium", "United States", "State College, Pennsylvania", 106572),
(5, "Ohio Stadium", "United States", "Columbus, Ohio", 102780),
(6, "Kyle Field", "United States", "College Station, Texas", 102733),
(7, "Neyland Stadium", "United States", "Knoxville, Tennessee", 102455),
(8, "Tiger Stadium", "United States", "Baton Rouge, Louisiana", 102321),
(9, "Bryant–Denny Stadium", "United States", "Tuscaloosa, Alabama", 101821),
(10, "Darrell K Royal–Texas Memorial Stadium", "United States", "Austin, Texas", 100119),
(11, "Melbourne Cricket Ground", "Australia", "Melbourne", 100024),
(12, "Camp Nou", "Spain", "Barcelona", 99354),
(13, "Soccer City", "South Africa", "Johannesburg", 94736),
(14, "Sanford Stadium", "United States", "Athens, Georgia", 92746),
(15, "Cotton Bowl Stadium", "United States", "Dallas, Texas", 92100),
(16, "Rose Bowl", "United States", "Pasadena, California", 90888),
(17, "Wembley Stadium", "United Kingdom", "London", 90000),
(18, "Ben Hill Griffin Stadium", "United States", "Gainesville, Florida", 88548),
(19, "Jordan–Hare Stadium", "United States", "Auburn, Alabama", 87451),
(20, "Bukit Jalil National Stadium", "Malaysia", "Kuala Lumpur", 87411),
(21, "Estadio Azteca", "Mexico", "Mexico City", 87000),
(22, "Memorial Stadium", "United States", "Lincoln, Nebraska", 86047),
(23, "Borg El Arab Stadium", "Egypt", "Alexandria", 86000),
(24, "Salt Lake Stadium", "India", "Kolkata", 85000),
(25, "Gaylord Family Oklahoma Memorial Stadium", "United States", "Norman, Oklahoma", 86112),
(26, "ANZ Stadium", "Australia", "Sydney", 83500),
(27, "MetLife Stadium", "United States", "East Rutherford, New Jersey", 82500),
(28, "Croke Park", "Ireland", "Dublin", 82300),
(29, "FedExField", "United States", "Landover, Maryland", 82000),
(30, "Twickenham Stadium", "United Kingdom", "London", 82000),
(31, "Memorial Stadium", "United States", "Clemson", 81500),
(32, "Lambeau Field", "United States", "Green Bay, Wisconsin", 81441),
(33, "Signal Iduna Park", "Germany", "Dortmund", 81365),
(34, "Stade de France", "France", "Saint-Denis", 81338),
(35, "Estadio Santiago Bernabéu", "Spain", "Madrid", 81044),
(36, "Notre Dame Stadium", "United States", "South Bend, Indiana", 80795),
(37, "Shah Alam Stadium", "Malaysia", "Shah Alam", 80372),
(38, "Camp Randall Stadium", "United States", "Madison, Wisconsin", 80321),
(39, "Williams-Brice Stadium", "United States", "Columbia, South Carolina", 80250),
(40, "Estadio Monumental", "Peru", "Lima", 80093),
(41, "Stadio Giuseppe Meazza (San Siro)", "Italy", "Milan", 80018),
(42, "Guangdong Olympic Stadium", "China", "Guangzhou", 80012),
(43, "AT&T Stadium", "United States", "Arlington, Texas", 80000),
(44, "Beijing National Stadium", "China", "Beijing", 80000),
(45, "Stade 5 Juillet 1962", "Algeria", "Algiers", 80000),
(46, "Stade des Martyrs", "Democratic Republic of the Congo", "Kinshasa", 80000),
(47, "Doak Campbell Stadium", "United States", "Tallahassee, Florida", 79560),
(48, "Estádio do Maracan?", "Brazil", "Rio de Janeiro", 78838),
(49, "Azadi Stadium", "Iran", "Tehran", 78116),
(50, "Luzhniki Stadium", "Russia", "Moscow", 78011),
(51, "Los Angeles Memorial Coliseum", "United States", "Los Angeles", 77500),
(52, "Gelora Bung Karno Stadium", "Indonesia", "Jakarta", 77193),
(53, "TIAA Bank Field", "United States", "Jacksonville, Florida", 76867),
(54, "Arrowhead Stadium", "United States", "Kansas City, Missouri", 76412),
(55, "Donald W. Reynolds Razorback Stadium", "United States", "Fayetteville, Arkansas", 76212),
(56, "Empower Field at Mile High", "United States", "Denver", 76125),
(57, "Atatürk Olympic Stadium", "Turkey", "Istanbul", 76092),
(58, "Old Trafford", "United Kingdom", "Manchester", 75639),
(59, "Spartan Stadium", "United States", "East Lansing, Michigan", 75025),
(60, "Athens Olympic Stadium", "Greece", "Athens", 75000),
(61, "Allianz Arena", "Germany", "Munich", 75000),
(62, "Jawaharlal Nehru Stadium", "India", "Kochi", 60000),
(63, "Cairo International Stadium", "Egypt", "Cairo", 75000),
(64, "Naghsh-e Jahan Stadium", "Iran", "Isfahan", 75000),
(65, "Principality Stadium", "United Kingdom", "Cardiff", 74500),
(66, "Olympiastadion", "Germany", "Berlin", 74228),
(67, "New Era Field", "United States", "Orchard Park, New York", 73967),
(68, "Bank of America Stadium", "United States", "Charlotte, North Carolina", 73298),
(69, "Mercedes-Benz Superdome", "United States", "New Orleans", 73208),
(70, "FirstEnergy Stadium", "United States", "Cleveland", 73200),
(71, "International Stadium Yokohama", "Japan", "Yokohama", 72327),
(72, "Legion Field", "United States", "Birmingham, Alabama", 72000),
(73, "NRG Stadium", "United States", "Houston", 71500),
(74, "M&T Bank Stadium", "United States", "Baltimore", 71008),
(75, "Faurot Field", "United States", "Columbia, Missouri", 71004),
(76, "Mercedes-Benz Stadium", "United States", "Atlanta", 77430),
(77, "Stadio Olimpico", "Italy", "Rome", 70634),
(78, "Kinnick Stadium", "United States", "Iowa City, Iowa", 70585),
(79, "SDCCU Stadium", "United States", "San Diego", 70561),
(80, "SoFi Stadium", "United States", "Inglewood", 70240),
(81, "Husky Stadium", "United States", "Seattle", 70138),
(82, "Estadio Monumental Antonio Vespucio Liberti", "Argentina", "Buenos Aires", 70074),
(83, "Estádio Nacional de Brasília", "Brazil", "Brasília", 70064),
(84, "Olimpiyskiy National Sports Complex", "Ukraine", "Kiev", 70050),
(85, "Seoul Olympic Stadium", "Korea", "Seoul", 69950),
(86, "München Olympiastadion", "Germany", "Munich", 69250),
(87, "Nissan Stadium", "United States", "Nashville, Tennessee", 69143),
(88, "CenturyLink Field", "United States", "Seattle", 68740),
(89, "Baku National Stadium", "Azerbaijan", "Baku", 69870),
(90, "Lincoln Financial Field", "United States", "Philadelphia", 68532),
(91, "Levi's Stadium", "United States", "Santa Clara, California", 68500),
(92, "Heinz Field", "United States", "Pittsburgh", 68400),
(93, "Krestovsky Stadium", "Russia", "Saint Petersburg", 68134),
(94, "National Stadium", "Japan", "Tokyo", 68000),
(95, "Metropolitano Stadium", "Spain", "Madrid", 67703),
(96, "Stade Vélodrome", "France", "Marseille", 67344),
(97, "Puskás Aréna", "Hungary", "Budapest", 67215),
(98, "Murrayfield Stadium", "United Kingdom", "Edinburgh", 67144),
(99, "Palaran Stadium", "Indonesia", "Samarinda", 67075),
(100, "Morumbi Stadium", "Brazil", "S?o Paulo", 67052),
(101, "King Fahd International Stadium", "Saudi Arabia", "Riyadh", 67000),
(102, "The Dome at America's Center", "United States", "St. Louis", 66965),
(103, "Yadegar-e Emam Stadium", "Iran", "Tabriz", 66833),
(104, "Seoul World Cup Stadium", "Korea", "Seoul", 66806),
(105, "U.S. Bank Stadium", "United States", "Minneapolis", 66655),
(106, "Daegu Stadium", "Korea", "Daegu", 66422),
(107, "Eden Gardens", "India", "Kolkata", 66349),
(108, "Lane Stadium", "United States", "Blacksburg, Virginia", 66233),
(109, "London Stadium", "United Kingdom", "London", 66000),
(110, "Gillette Stadium", "United States", "Foxborough, Massachusetts", 65878),
(111, "Sun Devil Stadium", "United States", "Tempe, Arizona", 65870),
(112, "Raymond James Stadium", "United States", "Tampa, Florida", 65847),
(113, "Paul Brown Stadium", "United States", "Cincinnati", 65535),
(114, "Camping World Stadium", "United States", "Orlando, Florida", 65438),
(115, "Hard Rock Stadium", "United States", "Miami Gardens, Florida", 65326),
(116, "Centenario Stadium", "Uruguay", "Montevideo", 65045),
(117, "Allegiant Stadium", "United States", "Las Vegas", 65000),
(118, "Mogadishu Stadium", "Somalia", "Mogadishu", 65000),
(119, "Basra International Stadium", "Iraq", "Basra", 65000),
(120, "Foro Sol", "Mexico", "Mexico City", 65000),
(121, "Kamuzu Stadium", "Malawi", "Blantyre", 65000),
(122, "Alamodome", "United States", "San Antonio", 65000),
(123, "Ford Field", "United States", "Detroit", 65000),
(124, "Stade Olympique de Rad?s", "Tunisia", "Rad?s", 65000),
(125, "Jaber Al-Ahmad International Stadium", "Kuwait", "Kuwait City", 65000),
(126, "June 11 Stadium", "Libya", "Tripoli", 65000),
(127, "Estádio da Luz", "Portugal", "Lisbon", 64642),
(128, "Vaught–Hemingway Stadium", "United States", "Oxford, Mississippi", 64038),
(129, "Workers Stadium", "China", "Beijing", 64000),
(130, "Castelao", "Brazil", "Fortaleza", 63903),
(131, "LaVell Edwards Stadium", "United States", "Provo, Utah", 63725),
(132, "Saitama Stadium 2002", "Japan", "Saitama", 63700),
(133, "State Farm Stadium", "United States", "Glendale, Arizona", 63400),
(134, "California Memorial Stadium", "United States", "Berkeley, California", 63186),
(135, "Estadio Olímpico Universitario", "Mexico", "Mexico City", 63186),
(136, "Oakland–Alameda County Coliseum", "United States", "Oakland, California", 63026),
(137, "Lucas Oil Stadium", "United States", "Indianapolis", 63000),
(138, "Kenan Memorial Stadium", "United States", "Chapel Hill, North Carolina", 62980),
(139, "Memorial Stadium", "United States", "Champaign, Illinois", 60670),
(140, "Ellis Park Stadium", "South Africa", "Johannesburg", 62567),
(141, "Ross–Ade Stadium", "United States", "West Lafayette, Indiana", 62500),
(142, "Veltins-Arena", "Germany", "Gelsenkirchen", 62271),
(143, "Mineir?o Stadium", "Brazil", "Belo Horizonte", 62170),
(144, "Tottenham Hotspur Stadium", "United Kingdom", "London", 62303),
(145, "Yizhong Sports Center", "China", "Qingdao", 62000),
(146, "Jack Trice Stadium", "United States", "Ames, Iowa", 61500),
(147, "Scott Stadium", "United States", "Charlottesville, Virginia", 61500),
(148, "Soldier Field", "United States", "Chicago", 61500),
(149, "Yale Bowl", "United States", "New Haven, Connecticut", 61446),
(150, "Davis Wade Stadium", "United States", "Starkville, Mississippi", 61337),
(151, "Cardinal Stadium", "United States", "Louisville, Kentucky", 61000),
(152, "Kroger Field", "United States", "Lexington, Kentucky", 61000),
(153, "Mercedes-Benz Arena", "Germany", "Stuttgart", 60649),
(154, "Gremio Arena", "Brazil", "Porto Alegre", 60540),
(155, "Mississippi Veterans Memorial Stadium", "United States", "Jackson, Mississippi", 60492),
(156, "Jones AT&T Stadium", "United States", "Lubbock, Texas", 60454),
(157, "Celtic Park", "United Kingdom", "Glasgow", 60411),
(158, "Emirates Stadium", "United Kingdom", "London", 60338),
(159, "Stadio San Paolo", "Italy", "Naples", 60240),
(160, "Boone Pickens Stadium", "United States", "Stillwater, Oklahoma", 60218),
(161, "Estádio do Arruda", "Brazil", "Recife", 60044),
(162, "Jawaharlal Nehru Stadium", "India", "Delhi", 60000),
(163, "King Abdullah Sports City", "Saudi Arabia", "Jeddah", 60000),
(164, "Estadio Libertadores de América", "Argentina", "Avellaneda", 60000),
(165, "Jawaharlal Nehru Stadium, Chennai", "India", "Chennai", 40000),
(166, "Dr. Bhupen Hazarika Cricket Stadium", "India", "Guwahati", 60000),
(167, "Estadio Monumental Virgen de Chapi", "Peru", "Arequipa", 60000),
(168, "Mountaineer Field at Milan Puskar Stadium", "United States", "Morgantown, West Virginia", 60000),
(169, "National Heroes Stadium", "Zambia", "Lusaka", 60000),
(170, "Abuja Stadium", "Nigeria", "Abuja", 60000),
(171, "Lake Tanganyika Stadium", "Tanzania", "Kigoma", 60000),
(172, "Benjamin Mkapa National Stadium", "Tanzania", "Dar es Salaam", 60000),
(173, "Shenyang Olympic Sports Centre Stadium", "China", "Shenyang", 60000),
(174, "Stade Leopold Senghor", "Senegal", "Dakar", 60000),
(175, "Moi International Sports Centre", "Kenya", "Nairobi", 60000),
(176, "Nanjing Olympic Sports Center", "China", "Nanjing", 60000),
(177, "National Sports Stadium", "Zimbabwe", "Harare", 60000),
(178, "Odi Stadium", "South Africa", "Mabopane", 60000),
(179, "Tianhe Stadium", "China", "Guangzhou", 60000),
(180, "Tianjin Olympic Centre Stadium", "China", "Tianjin", 60000),
(181, "Wuhan Sports Center Stadium", "China", "Wuhan", 60000),
(182, "Hohhot City Stadium", "China", "Hohhot", 60000),
(183, "Jinan Olympic Sports Center Stadium", "China", "Jinan", 60000),
(184, "Hefei Olympic Sports Center Stadium", "China", "Hefei", 60000),
(185, "Harbin Sports City Center Stadium", "China", "Harbin", 60000),
(186, "Guangxi Sports Center", "China", "Nanning", 60000),
(187, "Optus Stadium", "Australia", "Perth", 60000),
(188, "Liberty Bowl Memorial Stadium", "United States", "Memphis, Tennessee", 59308),
(189, "Estadio Monumental Isidro Romero Carbo", "Ecuador", "Guayaquil", 59283),
(190, "Parc Olympique Lyonnais", "France", "Décines-Charpieu", 59186),
(191, "Chongqing Olympic Sports Center", "China", "Chongqing", 58680),
(192, "PGE Stadion Narodowy", "Poland", "Warsaw", 58580),
(193, "Cape Town Stadium", "RSA", "Cape Town", 58309),
(194, "Stadio San Nicola", "Italy", "Bari", 58248),
(195, "Arizona Stadium", "United States", "Tucson, Arizona", 57803),
(196, "Estadio de La Cartuja", "Spain", "Seville", 57619),
(197, "Carter–Finley Stadium", "United States", "Raleigh, North Carolina", 57583),
(198, "Volksparkstadion", "Germany", "Hamburg", 57030),
(199, "Estadio Mario Alberto Kempes", "Argentina", "Córdoba", 57000),
(200, "Shanghai Stadium", "CHN", "Shanghai", 56842),
(201, "Estadio Jalisco", "Mexico", "Guadalajara", 56713),
(202, "Benito Villamarín", "Spain", "Seville", 60721),
(203, "Marvel Stadium", "Australia", "Melbourne", 56347),
(204, "Commonwealth Stadium", "Canada", "Edmonton", 56302),
(205, "Olympic Stadium", "Canada", "Montreal", 56040),
(206, "Estádio Beira-Rio", "Brazil", "Porto Alegre", 56000),
(207, "Stadium Puskás Ferenc", "Hungary", "Budapest", 56000),
(208, "Dodger Stadium", "United States", "Los Angeles", 56000),
(209, "Estadi Olímpic Lluís Companys", "Spain", "Barcelona", 55926),
(210, "Arena Nationala", "Romania", "Bucharest", 55634),
(211, "Municipal Corporation Stadium", "India", "Kozhikode", 55575),
(212, "Stadion Crvena Zvezda", "Serbia", "Belgrade", 55538),
(213, "Estadio La Casa Blanca", "Ecuador", "Quito", 55400),
(214, "Silesian Stadium", "Poland", "Chorzów", 55211),
(215, "Etihad Stadium", "United Kingdom", "Manchester", 55097),
(216, "Gelora Bung Tomo Stadium", "Indonesia", "Surabaya", 55000),
(217, "DY Patil Stadium", "India", "Navi Mumbai", 55000),
(218, "Greenfield International Stadium", "India", "Thiruvananthapuram", 55000),
(219, "Singapore National Stadium", "Singapore", "Singapore", 55000),
(220, "Rajiv Gandhi International Cricket Stadium", "India", "Hyderabad", 55000),
(221, "Bobby Dodd Stadium", "United States", "Atlanta", 55000),
(222, "Estadio Latinoamericano", "Cuba", "Havana", 55000),
(223, "Helong Stadium", "China", "Changsha", 55000),
(224, "Feroz Shah Kotla Ground", "India", "Delhi", 55000),
(225, "Semple Stadium", "Ireland", "Thurles", 55000),
(226, "World Games Stadium", "Taiwan", "Kaohsiung", 55000),
(227, "MCA Pune International Cricket Centre", "India", "Pune", 55000),
(228, "Plovdiv Stadium", "Bulgaria", "Plovdiv", 55000),
(229, "Johan Cruyff Arena", "Netherlands", "Amsterdam", 54990),
(230, "Esprit Arena", "Germany", "Düsseldorf", 54600),
(231, "Boris Paichadze Stadium", "Georgia", "Tbilisi", 54549),
(232, "Friends Arena", "Sweden", "Solna", 54329),
(233, "BC Place", "Canada", "Vancouver", 54320),
(234, "Hrazdan Stadium", "Armenia", "Yerevan", 54208),
(235, "War Memorial Stadium", "United States", "Little Rock, Arkansas", 54120),
(236, "Anfield", "United Kingdom", "Liverpool", 54074),
(237, "Borussia-Park", "Germany", "Mönchengladbach", 54067),
(238, "Rogers Centre", "Canada", "Toronto", 54000),
(239, "Moses Mabhida Stadium", "South Africa", "Durban", 54000),
(240, "Autzen Stadium", "United States", "Eugene, Oregon", 54000),
(241, "M. A. Chidambaram Stadium", "India", "Chennai", 54000),
(242, "Busan Asiad Stadium", "Korea", "Busan", 53864),
(243, "Folsom Field", "United States", "Boulder, Colorado", 53750),
(244, "Estadio Ciudad de La Plata", "Argentina", "La Plata", 53600),
(245, "Adelaide Oval", "Australia", "Adelaide", 53583),
(246, "Estadio BBVA Bancomer", "Mexico", "Monterrey", 53500),
(247, "Estadio Cuscatlán", "El Salvador", "San Salvador", 53400),
(248, "Estádio Parque do Sabiá", "Brazil", "Uberlândia", 53350),
(249, "San Mamés", "Spain", "Bilbao", 53332),
(250, "Aleppo International Stadium", "Syria", "Aleppo", 53200),
(251, "Ernst Happel Stadion", "Austria", "Vienna", 53008),
(252, "Memorial Stadium", "United States", "Bloomington, Indiana", 52692),
(253, "Türk Telekom Stadium", "Turkey", "Istanbul", 52652),
(254, "Franklin Field", "United States", "Philadelphia", 52593),
(255, "Şükrü Saraco?lu Stadium", "Turkey", "Istanbul", 52530),
(256, "Donbass Arena", "Ukraine", "Donetsk", 52518),
(257, "Lang Park", "Australia", "Brisbane", 52500),
(258, "Falcon Stadium", "United States", "Colorado Springs, Colorado", 52480),
(259, "Estadio Mestalla", "Spain", "Valencia", 52469),
(260, "High Point Solutions Stadium", "United States", "Piscataway, New Jersey", 52454),
(261, "St James' Park", "United Kingdom", "Newcastle upon Tyne", 52387),
(262, "Yankee Stadium", "United States", "New York City", 54251),
(263, "Bill Snyder Family Football Stadium", "United States", "Manhattan, Kansas", 52200),
(264, "Huainan Sports Stadium", "China", "Huainan", 52080),
(265, "Jonsson Kings Park Stadium", "South Africa", "Durban", 52000),
(266, "Estádio do Drag?o", "Portugal", "Porto", 52000),
(267, "Stade Moulay Abdellah", "Morocco", "Rabat", 52000),
(268, "Estadio Monumental de Maturín", "Venezuela", "Maturín", 52000),
(269, "Stade Omnisports", "Cameroon", "Yaoundé", 52000),
(270, "Guiyang Olympic Sports Center", "China", "Guiyang", 52000),
(271, "Philippine Arena", "Philippines", "Ciudad de Victoria", 51898),
(272, "Hampden Park", "United Kingdom", "Glasgow", 51866),
(273, "Maryland Stadium", "United States", "College Park, Maryland", 51802),
(274, "Loftus Versfeld Stadium", "South Africa", "Pretoria", 51762),
(275, "Aviva Stadium", "Ireland", "Dublin", 51700),
(276, "De Kuip (officially: Stadion Feijenoord)", "Netherlands", "Rotterdam", 51577),
(277, "Commerzbank-Arena", "Germany", "Frankfurt", 51500),
(278, "Kumasi Sports Stadium", "Ghana", "Kumasi", 51500),
(279, "Sun Bowl Stadium", "United States", "El Paso, Texas", 51500),
(280, "Estadio Juan Domingo Perón", "Argentina", "Avellaneda", 51389),
(281, "Shizuoka Stadium", "Japan", "Fukuroi", 51349),
(282, "Izmir Atatürk Stadyumu", "Turkey", "Izmir", 51295),
(283, "Huanglong Stadium", "China", "Hangzhou", 51139),
(284, "Newlands Stadium", "South Africa", "Cape Town", 51100),
(285, "Shaanxi Province Stadium", "China", "Xi'an", 51000),
(286, "Dowdy–Ficklen Stadium", "United States", "Greenville, North Carolina", 51000),
(287, "Independence Stadium", "United States", "Shreveport, Louisiana", 50832),
(288, "Ibrox Stadium", "United Kingdom", "Glasgow", 50817),
(289, "TCF Bank Stadium", "United States", "Minneapolis", 50805),
(290, "Estádio José Alvalade", "Portugal", "Lisbon", 50466),
(291, "Coors Field", "United States", "Denver, Colorado", 50445),
(292, "Incheon Munhak Stadium", "Korea", "Incheon", 50256),
(293, "Stade Pierre-Mauroy", "France", "Villeneuve d'Ascq", 50186),
(294, "King Baudouin Stadium", "Belgium", "Brussels", 50122),
(295, "Ajinomoto Stadium", "Japan", "Chofu", 50100),
(296, "David Booth Kansas Memorial Stadium", "United States", "Lawrence, Kansas", 50071),
(297, "Arena Fonte Nova", "Brazil", "Salvador", 50000),
(298, "Stade 19 Mai 1956", "Algeria", "Annaba", 50000),
(299, "Za Lužánkami", "Czech Republic", "Brno", 50000),
(300, "Ekana International Cricket Stadium", "India", "Lucknow", 50000),
(301, "Kim Il-sung Stadium", "North Korea", "Pyongyang", 50000),
(302, "Aloha Stadium", "United States", "Honolulu, Hawaii", 50000),
(303, "Charles Mopeli Stadium", "South Africa", "Phuthaditjhaba", 50000),
(304, "Eden Park", "New Zealand", "Auckland", 50000),
(305, "Hiroshima Big Arch", "Japan", "Hiroshima", 50000),
(306, "Jilin People's Stadium", "China", "Jilin City", 50000),
(307, "Khalifa International Stadium", "Qatar", "Doha", 50000),
(308, "Nagai Stadium", "Japan", "Osaka", 50000),
(309, "Phnom Pehn National Olympic Stadium", "Cambodia", "Phnom Penh", 50000),
(310, "Stade 26 mars", "Mali", "Bamako", 50000),
(311, "Stanford Stadium", "United States", "Stanford, California", 50000),
(312, "Sultan Mizan Zainal Abidin Stadium", "Malaysia", "Kuala Terengganu", 50000),
(313, "Pars Stadium", "Iran", "Shiraz", 50000),
(314, "Henan Provincial Stadium", "China", "Zhengzhou", 50000),
(315, "Xinjiang Sports Centre", "China", "Ürümqi", 50000),
(316, "Yanji People's Stadium", "China", "Yanji", 50000),
(317, "Estádio 11 de Novembro", "Angola", "Luanda", 50000),
(318, "Red Bull Arena", "Germany", "Leipzig", 50000),
(319, "Guangzhou University City Stadium", "China", "Guangzhou", 50000),
(320, "Jiangxi Olympic Sports Center", "China", "Nanchang", 50000),
(321, "Shaheed Veer Narayan Singh International Cricket Stadium", "India", "Raipur", 50000),
(322, "RheinEnergieStadion", "Germany", "Cologne", 49968),
(323, "Gaelic Grounds", "Ireland", "Limerick", 49866),
(324, "Estadio Omnilife", "Mexico", "Zapopan", 49850),
(325, "Fritz-Walter-Stadion", "Germany", "Kaiserslautern", 49780),
(326, "Rajamangala Stadium", "Thailand", "Bangkok", 49722),
(327, "Sydney Cricket Ground", "Australia", "Sydney", 49700),
(328, "Estadio José Amalfitani", "Argentina", "Buenos Aires", 49540),
(329, "Camille Chamoun Sports City Stadium", "Lebanon", "Beirut", 49500),
(330, "Ryan Field", "United States", "Evanston, Illinois", 49256),
(331, "Carrier Dome", "United States", "Syracuse, New York", 49250),
(332, "Miyagi Stadium", "Japan", "Rifu", 49133),
(333, "Globe Life Park in Arlington", "United States", "Arlington, Texas", 49115),
(334, "Chase Field", "United States", "Phoenix, Arizona", 49033),
(335, "AWD-Arena", "Germany", "Hanover", 49000),
(336, "Stadium of Light", "United Kingdom", "Sunderland", 49000),
(337, "Estadio Alberto J. Armando (La Bombonera)", "Argentina", "Buenos Aires", 49000),
(338, "QE2 Stadium", "Australia", "Brisbane", 49000),
(339, "Oriole Park at Camden Yards", "United States", "Baltimore", 48876),
(340, "Jinnah Sports Stadium", "Pakistan", "Islamabad", 48800),
(341, "Parc des Princes", "France", "Paris", 48712),
(342, "Frankenstadion", "Germany", "Nuremberg", 48548),
(343, "Nelson Mandela Bay Stadium", "South Africa", "Port Elizabeth", 48459),
(344, "Estadio Tomás Adolfo Ducó", "Argentina", "Buenos Aires", 48314),
(345, "T-Mobile Park", "United States", "Seattle", 48116),
(346, "Estadio Malvinas Argentinas", "Argentina", "Mendoza", 48000),
(347, "Koshien Stadium", "Japan", "Nishinomiya", 47757),
(348, "Fisht Olympic Stadium", "Russia", "Sochi", 47659),
(349, "Estadio Monumental David Arellano", "Chile", "Santiago", 47017),
(350, "Estadio Nacional Julio Martínez Prádanos", "Chile", "Santiago", 47000),
(351, "Rice Stadium", "United States", "Houston", 47000),
(352, "Tokyo Dome", "Japan", "Tokyo", 47000),
(353, "Estádio Olímpico Jo?o Havelange", "Brazil", "Rio de Janeiro", 46931),
(354, "Busch Stadium", "United States", "St. Louis", 46861),
(355, "Estadio Metropolitano", "Colombia", "Barranquilla", 46788),
(356, "Estadio El Campín", "Colombia", "Bogotá", 46018),
(357, "ACA-VDCA Stadium", "India", "Visakhapatnam", 46000),
(358, "Itaipava Arena Pernambuco", "Brazil", "S?o Lourenço da Mata", 46000),
(359, "Estádio Olímpico Monumental", "Brazil", "Porto Alegre", 46000),
(360, "Peter Mokaba Stadium", "South Africa", "Polokwane", 46000),
(361, "Estádio Paulo Constantino", "Brazil", "Presidente Prudente", 45954),
(362, "Reser Stadium", "United States", "Corvallis, Oregon", 45674),
(363, "Rice-Eccles Stadium", "United States", "Salt Lake City", 45634),
(364, "Estadio Olímpico Pascual Guerrero", "Colombia", "Cali", 45625),
(365, "Estadio Nacional", "Peru", "Lima", 45574),
(366, "Volgograd Arena", "Russia", "Volgograd", 45568),
(367, "Páirc Uí Chaoimh", "Ireland", "Cork", 45500),
(368, "Estádio Ilha do Retiro", "Brazil", "Recife", 45500),
(369, "Estadio Ramón Sánchez Pizjuán", "Spain", "Seville", 45500),
(370, "Stade Adrar", "Morocco", "Agadir", 45480),
(371, "Robert F. Kennedy Memorial Stadium", "United States", "Washington, D.C.", 45423),
(372, "Otkrytie Arena", "Russia", "Moscow", 45360),
(373, "Mandela National Stadium", "Uganda", "Kampala", 45202),
(374, "McLane Stadium", "United States", "Waco, Texas", 45140),
(375, "Kazan Arena", "Russia", "Kazan", 45105),
(376, "Estadio Garcilaso", "Peru", "Cusco", 45056),
(377, "Angel Stadium of Anaheim", "United States", "Anaheim, California", 45050),
(378, "Estádio Olímpico do Pará", "Brazil", "Belém", 45007),
(379, "Ashgabat Olympic Stadium", "Turkmenistan", "Ashgabat", 45000),
(380, "Harapan Bangsa Stadium", "Indonesia", "Banda Aceh", 45000),
(381, "National Hockey Stadium, Lahore", "Pakistan", "Lahore", 45000),
(382, "Arena Corinthians", "Brazil", "S?o Paulo", 45000),
(383, "Estadio Rommel Fernández", "Panama", "Panama City", 45000),
(384, "Bangabandhu National Stadium", "Bangladesh", "Dhaka", 45000),
(385, "Barabati Stadium", "India", "Cuttack", 45000),
(386, "Vidarbha Cricket Association Stadium Jamtha", "India", "Nagpur", 45000),
(387, "Abbasiyyin Stadium", "Syria", "Damascus", 45000),
(388, "Allianz Parque", "Brazil", "S?o Paulo", 45000),
(389, "Kobe Universiade Memorial Stadium", "Japan", "Kobe", 45000),
(390, "Captain Roop Singh Stadium", "India", "Gwalior", 45000),
(391, "Estádio da Machava", "Mozambique", "Maputo", 45000),
(392, "Estádio Universitário Pedro Pedrossian", "Brazil", "Campo Grande", 45000),
(393, "Fatorda Stadium", "India", "Margao", 45000),
(394, "Fez Stadium", "Morocco", "Fes", 45000),
(395, "Free State Stadium", "South Africa", "Bloemfontein", 45000),
(396, "Green Park Stadium", "India", "Kanpur", 45000),
(397, "Rostov Arena", "Russia", "Rostov-on-Don", 45000),
(398, "Stade El Menzah", "Tunisia", "Tunis", 45000),
(399, "Toyota Stadium", "Japan", "Toyota", 45000),
(400, "Citi Field", "United States", "New York City", 45000),
(401, "Yantai Sports Park Stadium", "China", "Yantai", 45000),
(402, "Panathenaic Stadium", "Greece", "Athens", 45000),
(403, "Stade de Marrakech", "Morocco", "Marrakech", 45000),
(404, "Stade Omar Bongo", "Gabon", "Libreville", 45000),
(405, "National Stadium", "Nigeria", "Lagos", 45000),
(406, "Grand Stade de Tanger", "Morocco", "Tangier", 45000),
(407, "Zibo Sports Center Stadium", "China", "Zibo", 45000),
(408, "Weifang Sports Center Stadium", "China", "Weifang", 45000),
(409, "Orlando Stadium", "South Africa", "Johannesburg", 45000),
(410, "Zayed Sports City Stadium", "United Arab Emirates", "Abu Dhabi", 45000),
(411, "Wankhede Stadium", "India", "Mumbai", 45000),
(412, "Kanchenjunga Stadium", "India", "Siliguri", 45000),
(413, "Latakia Sports City Stadium", "Syria", "Latakia", 45000),
(414, "Samara Arena", "Russia", "Samara", 44918),
(415, "Nizhny Novgorod Stadium", "Russia", "Nizhny Novgorod", 44899),
(416, "Alumni Stadium", "United States", "Chestnut Hill, Massachusetts", 44500),
(417, "Arena Amazonia", "Brazil", "Manaus", 44500),
(418, "Wrocław Municipal Stadium", "Poland", "Wrocław", 44416),
(419, "C?n Th? Stadium", "Vietnam", "C?n Th?", 44400),
(420, "Spectrum Stadium", "United States", "Orlando, Florida", 44206),
(421, "Estádio Governador Alberto Tavares Silva", "Brazil", "Teresina", 44200),
(422, "Gwangju World Cup Stadium", "Korea", "Gwangju", 44118),
(423, "Ulsan Munsu Football Stadium", "Korea", "Ulsan", 44102),
(424, "Amon G. Carter Stadium", "United States", "Fort Worth, Texas", 44008),
(425, "Levy Mwanawasa Stadium", "Zambia", "Ndola", 44000),
(426, "Suwon World Cup Stadium", "Korea", "Suwon", 43959),
(427, "Riau Main Stadium", "Indonesia", "Pekanbaru", 43923),
(428, "Shandong Provincial Stadium", "China", "Jinan", 43700),
(429, "Vasil Levski National Stadium", "Bulgaria", "Sofia", 43632),
(430, "PGE Arena Gdańsk", "Poland", "Gdańsk", 43615),
(431, "Citizens Bank Park", "United States", "Philadelphia", 43500),
(432, "Mbombela Stadium", "South Africa", "Nelspruit", 43500),
(433, "El Nuevo Gasómetro", "Argentina", "Buenos Aires", 43494),
(434, "Jeonju World Cup Stadium", "Korea", "Jeonju", 43348),
(435, "Progressive Field", "United States", "Cleveland, Ohio", 43345),
(436, "Poznań Municipal Stadium", "Poland", "Poznań", 43269),
(437, "?ita Bank Dome", "Japan", "?ita", 43254),
(438, "Stadio Artemio Franchi", "Italy", "Florence", 43147),
(439, "Saifai International Cricket Stadium", "India", "Saifai", 43000),
(440, "Estadio Universidad San Marcos", "Peru", "Lima", 43000),
(441, "Fitzgerald Stadium (Staidiam Mhic Gearailt)", "Ireland", "Killarney", 43000),
(442, "Arena Pantanal", "Brazil", "Cuiabá", 43000),
(443, "Ullevi", "Sweden", "Gothenburg", 43000),
(444, "Arena das Dunas", "Brazil", "Natal", 43000),
(445, "Sapporo Dome", "Japan", "Sapporo", 42831),
(446, "Villa Park", "United Kingdom", "Birmingham", 42788),
(447, "Zhuzhou Stadium", "China", "Zhuzhou", 42740),
(448, "Estadio Cuauhtémoc", "Mexico", "Puebla", 42648),
(449, "Estadio Metropolitano de Mérida", "Venezuela", "Mérida", 42500),
(450, "St. Jakob-Park", " Switzerland", "Basel", 42500),
(451, "Perak Stadium", "Malaysia", "Ipoh", 42500),
(452, "Weserstadion", "Germany", "Bremen", 42500),
(453, "Kanjuruhan Stadium", "Indonesia", "Malang", 42449),
(454, "Petco Park", "United States", "San Diego", 42445),
(455, "Tohoku Electric Power Big Swan Stadium", "Japan", "Niigata", 42300),
(456, "Jeju World Cup Stadium", "Korea", "Seogwipo", 42256),
(457, "Miller Park", "United States", "Milwaukee", 42200),
(458, "Nouveau Stade de Bordeaux", "France", "Bordeaux", 42115),
(459, "Great American Ball Park", "United States", "Cincinnati", 42059),
(460, "Stamford Bridge", "United Kingdom", "London", 42055),
(461, "Estádio do Zimpeto", "Mozambique", "Maputo", 42055),
(462, "The Gabba", "Australia", "Brisbane", 42000),
(463, "McHale Park (Páirc Mhic Éil)", "Ireland", "Castlebar", 42000),
(464, "Estadio Universitario", "Mexico", "San Nicolás de los Garza", 42000),
(465, "Arena da Baixada", "Brazil", "Curitiba", 42000),
(466, "Chengdu Sports Centre", "China", "Chengdu", 42000),
(467, "Stade Geoffroy-Guichard", "France", "Saint-Étienne", 42000),
(468, "Estadio Hernando Siles", "Bolivia", "La Paz", 42000),
(469, "Royal Bafokeng Stadium", "South Africa", "Phokeng", 42000),
(470, "Vodafone Stadium", "Turkey", "Istanbul", 41903),
(471, "Nationals Park", "United States", "Washington, D.C.", 41888),
(472, "Estadio Gigante de Arroyito", "Argentina", "Rosario", 41654),
(473, "Stadio Friuli", "Italy", "Udine", 41652),
(474, "Estádio Serra Dourada", "Brazil", "Goiânia", 41574),
(475, "Allianz Stadium (Juventus Stadium)", "Italy", "Turin", 41507),
(476, "AT&T Park", "United States", "San Francisco", 41503),
(477, "Estadio Morelos", "Mexico", "Morelia", 41500),
(478, "Vanderbilt Stadium", "United States", "Nashville, Tennessee", 41448),
(479, "Goyang Stadium", "Korea", "Goyang", 41311),
(480, "Polideportivo Cachamay", "Venezuela", "Ciudad Guayana", 41300),
(481, "Daejeon World Cup Stadium", "Korea", "Daejeon", 41295),
(482, "Plaza México", "Mexico", "Mexico City", 41262),
(483, "Stade Félix-Bollaert", "France", "Lens", 41233),
(484, "Sonny Lubick Field at Canvas Stadium", "United States", "Fort Collins, Colorado", 41200),
(485, "Truist Park", "United States", "Atlanta", 41149),
(486, "Wrigley Field", "United States", "Chicago", 41118),
(487, "Comerica Park", "United States", "Detroit", 41070),
(488, "Dinamo Stadium", "Belarus", "Minsk", 41040),
(489, "Bulldog Stadium", "United States", "Fresno, California", 41031),
(490, "M. M. Roberts Stadium", "United States", "Hattiesburg, Mississippi", 41000),
(491, "Estadio Olímpico Atahualpa", "Ecuador", "Quito", 41000),
(492, "Minute Maid Park", "United States", "Houston,", 40950),
(493, "Estadio Atanasio Girardot", "Colombia", "Medellín", 40943),
(494, "Kauffman Stadium", "United States", "Kansas City, Missouri", 40793),
(495, "Estadio Defensores del Chaco", "Paraguay", "Asunción", 40759),
(496, "Kashima Soccer Stadium", "Japan", "Kashima", 40728),
(497, "Estadio Campeón del Siglo", "Uruguay", "Montevideo", 40700),
(498, "Ladd–Peebles Stadium", "United States", "Mobile, Alabama", 40646),
(499, "Guaranteed Rate Field", "United States", "Chicago", 40615),
(500, "Helsinki Olympic Stadium", "Finland", "Helsinki", 40600),
(501, "Estadi Cornell?-El Prat", "Spain", "Barcelona", 40500),
(502, "Nagoya Dome", "Japan", "Nagoya", 40500),
(503, "Estadio Ciudad de Lanús – Néstor Díaz Pérez", "Argentina", "Lanús", 40320),
(504, "Estadio Metropolitano de Fútbol de Lara", "Venezuela", "Barquisimeto", 40312),
(505, "Globe Life Field", "United States", "Arlington", 40300),
(506, "Papua Bangkit Stadium", "Indonesia", "Jayapura", 40263),
(507, "Estádio Municipal Paulo Machado de Carvalho", "Brazil", "S?o Paulo", 40199),
(508, "My Dinh National Stadium", "Vietnam", "Hanoi", 40192),
(509, "Goodison Park", "United Kingdom", "Liverpool", 40158),
(510, "Estadio Banco del Pacifico - Capwell", "Ecuador", "Guayaquil", 40024),
(511, "OSC Metalist", "Ukraine", "Kharkiv", 40003),
(512, "Al-Shaab Stadium", "Iraq", "Baghdad", 40000),
(513, "Batakan Stadium", "Indonesia", "Balikpapan", 40000),
(514, "TDECU Stadium", "United States", "Houston", 40000),
(515, "JSCA International Cricket Stadium", "India", "Ranchi", 40000),
(516, "Hang Jebat Stadium", "Malaysia", "Malacca", 40000),
(517, "Peoples Football Stadium[151]", "Pakistan", "Karachi", 40000),
(518, "Castelao", "Brazil", "S?o Luís", 40000),
(519, "Stade Mohamed Hamlaoui", "Algeria", "Constantine", 40000),
(520, "Hong Kong Stadium", "Hong Kong", "Wanchai", 40000),
(521, "JRD Tata Sports Complex", "India", "Jamshedpur", 40000),
(522, "March 28 Stadium", "Libya", "Benghazi", 40000),
(523, "Negeri Pulau Pinang Stadium", "Malaysia", "Batu Kawan", 40000),
(524, "Accra Sports Stadium", "Ghana", "Accra", 40000),
(525, "Pratt & Whitney Stadium", "United States", "East Hartford, Connecticut", 40000),
(526, "Sarawak Stadium", "Malaysia", "Kuching", 40000),
(527, "Stade d'Angondjé", "Gabon", "Angondjé", 40000),
(528, "Bo'an Stadium", "China", "Shenzhen", 40000),
(529, "Kunming Tuodong Sports Center", "China", "Kunming", 40000),
(530, "Vidarbha Cricket Association Ground", "India", "Nagpur", 40000),
(531, "R. Premadasa Stadium", "Sri Lanka", "Colombo", 40000),
(532, "Bogyoke Aung San Stadium", "Myanmar", "Yangon", 40000),
(533, "Wuhu Olympic Stadium", "China", "Wuhu", 40000),
(534, "Riverside Sports Center", "China", "Shanghai", 40000),
(535, "Nippert Stadium", "United States", "Cincinnati", 40000),
(536, "Darul Makmur Stadium", "Malaysia", "Kuantan", 40000),
(537, "Hauptstadion", "Germany", "Aachen", 40000),
|
SELECT DISTINCT name FROM
people JOIN directors ON people.id = directors.person_id JOIN
ratings ON directors.movie_id = ratings.movie_id
WHERE rating>=9.0
|
CREATE TABLE `tracking`.`client` ( `id` INT NOT NULL AUTO_INCREMENT , `username` TEXT NOT NULL , `password` TEXT NOT NULL , `nom` TEXT NOT NULL , `adresse` TEXT NOT NULL , PRIMARY KEY (`id`)) ENGINE = InnoDB;
CREATE TABLE `tracking`.`colis` ( `id` INT NOT NULL AUTO_INCREMENT , `id_client` INT NOT NULL , `label` TEXT NOT NULL , `poids` INT NOT NULL , `valeur` INT NOT NULL , `origine` TEXT NOT NULL , `destination` TEXT NOT NULL , PRIMARY KEY (`id`)) ENGINE = InnoDB;
CREATE TABLE `tracking`.`suivi` ( `id` INT NOT NULL AUTO_INCREMENT , `latitude` DECIMAL NOT NULL , `longitude` DECIMAL NOT NULL , `emplacement` TEXT NOT NULL , `etat` TEXT NOT NULL , PRIMARY KEY (` id`)) ENGINE = InnoDB; |
--------------------------------------------------------
-- DDL for Table TASK
--------------------------------------------------------
CREATE TABLE "PASSPORT"."TASK"
( "TASKID" VARCHAR2(5 BYTE),
"TASKNAME" VARCHAR2(50 BYTE)
) SEGMENT CREATION IMMEDIATE
PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
NOCOMPRESS LOGGING
STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1
BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "USERS" ;
--------------------------------------------------------
-- DDL for Index TASK_PK
--------------------------------------------------------
CREATE UNIQUE INDEX "PASSPORT"."TASK_PK" ON "PASSPORT"."TASK" ("TASKID")
PCTFREE 10 INITRANS 2 MAXTRANS 255
STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1
BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "USERS" ;
--------------------------------------------------------
-- Constraints for Table TASK
--------------------------------------------------------
ALTER TABLE "PASSPORT"."TASK" MODIFY ("TASKID" NOT NULL ENABLE);
ALTER TABLE "PASSPORT"."TASK" MODIFY ("TASKNAME" NOT NULL ENABLE);
ALTER TABLE "PASSPORT"."TASK" ADD CONSTRAINT "TASK_PK" PRIMARY KEY ("TASKID")
USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255
STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1
BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "USERS" ENABLE;
|
-- MySQL dump 10.13 Distrib 5.1.61, for redhat-linux-gnu (x86_64)
--
-- Host: localhost Database: site1
-- ------------------------------------------------------
-- Server version 5.1.61
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `sessions`
--
DROP TABLE IF EXISTS `sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sessions` (
`sessionid` int(11) DEFAULT NULL,
`userid` int(11) DEFAULT NULL,
`cookie` text,
UNIQUE KEY `sessionid` (`sessionid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sessions`
--
LOCK TABLES `sessions` WRITE;
/*!40000 ALTER TABLE `sessions` DISABLE KEYS */;
INSERT INTO `sessions` VALUES (1,0,'111'),(2,1,'164739427'),(3,1,'1411678602'),(4,1,'1948795030'),(5,1,'1143986476'),(6,1,'924121887'),(7,1,'1928243902'),(8,1,'635503521'),(9,1,'1646616074'),(10,1,'1461382386'),(11,1,'1272852499'),(12,1,'2020856906'),(13,3,'1705037155'),(14,3,'196289413'),(15,4,'1945431233'),(16,4,'879686020'),(17,4,'816208074'),(18,4,'868080436'),(19,5,'1329105203'),(20,5,'532771193'),(21,5,'537070321'),(22,5,'1053741939'),(23,5,'258846891'),(24,6,'1844678836'),(25,6,'52954326'),(26,6,'1819746847');
/*!40000 ALTER TABLE `sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `users`
--
DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `users` (
`id` int(11) DEFAULT NULL,
`username` text,
`password` text,
`firstname` text,
`lastname` text,
`age` int(11) DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `users`
--
LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES (1,'user1','password1','test','user',5),(2,'user3','password','fred','flintstone',4),(3,'fred','flintstone','fred','flintstone',5),(4,'bart','password','bart','simpson',10),(5,'alpha','password','alpha','romeo',10),(6,'flintstone','password','fred','flintstone',15);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2012-06-04 13:47:26
|
SPOOL INSTALL.LOG
DEFINE USER_NAME = &&1
PROMPT Calling script create_data_table
@create_data_table.sql
PROMPT Calling script create_table_project
@create_table_project.sql
PROMPT Calling script create_table_stage
@create_table_stage.sql
PROMPT Calling script create_table_skill
@create_table_skill.sql
PROMPT Calling script create_table_task
@create_table_task.sql
PROMPT Calling script create_table_task_status
@create_table_task_status.sql
PROMPT Calling script create_table_department
@create_table_department.sql
PROMPT Calling script create_table_developer
@create_table_developer.sql
PROMPT Calling script create_table_developer_task
@create_table_developer_task.sql
PROMPT Calling script create_table_developer_skill
@create_table_developer_skill.sql
PROMPT Calling script create_table_role
@create_table_role.sql
PROMPT Calling script create_table_developer_role
@create_table_project_developer_role.sql
PROMPT Calling script create_table_team
@create_table_team.sql
PROMPT Calling script create_table_team_developer
@create_table_team_developer.sql
PROMPT Calling script create_table_team_project
@create_table_team_project.sql
PROMPT Calling script create_constraints
@create_constraints.sql
SPOOL OFF
|
DROP TABLE IF EXISTS ingredient cascade;
DROP TABLE IF EXISTS dish_portion cascade;
DROP TABLE IF EXISTS dish_ingredient cascade;
DROP TABLE IF EXISTS account cascade;
DROP TABLE IF EXISTS dish cascade;
CREATE TABLE ingredient (
id INT AUTO_INCREMENT PRIMARY KEY,
name VARCHAR(250) NOT NULL,
calories INT
);
CREATE TABLE dish_portion (
id INT AUTO_INCREMENT PRIMARY KEY,
dish_id INT,
date DATE,
calories DOUBLE
);
CREATE TABLE dish_ingredient (
id INT AUTO_INCREMENT PRIMARY KEY,
dish_id INT,
ingredient_id INT,
weight INT
);
CREATE TABLE account (
id INT AUTO_INCREMENT PRIMARY KEY,
name VARCHAR(250) NOT NULL ,
password VARCHAR(250) NOT NULL
);
CREATE TABLE dish (
id INT AUTO_INCREMENT PRIMARY KEY,
name VARCHAR(250) NOT NULL,
weight INT
);
|
DROP TABLE settings_by_exercise_identifier;
|
-- Oracle SQL
-- Lab Assignment 2
-- Wolfgang C. Strack
-- Student ID#: ****7355
-- Due Date: 8 July 2015
-- Date Handed In: 8 July 2015
----------
-- 1a. Write a simple query to display the name, job, hire date and
-- employee number of each employee from the emp table.
SELECT ename, job, hiredate, empno FROM emp;
-- 1b. Now, display all employees in the emp table including all columns.
SELECT * FROM emp;
-- 1c. Now rewrite the query to display names of all employees, making
-- sure that two employees with same name don't appear twice in the result set.
SELECT DISTINCT ename FROM emp;
----------
-- 2. Write a query to add a record to the emp table:
-- EMPNO: 1456 ENAME: John Smith JOB: Analyst SAL: 2000 HIREDATE: 1/1/02 COMM: DEPTNO: 20 MGR: 7566
INSERT INTO emp VALUES (1456, 'John Smith', 'Analyst', 7566, '1-JAN-2002', 2000, NULL, 20);
----------
-- 3. Show how will you modify the above record to reflect SAL = 3000
UPDATE emp
SET sal = 3000
WHERE empno = 1456;
----------
-- 4. Write a SQL statement to show the employee number, employee name,
-- hiredate of employees where name has 2 L's. Now from the above result
-- set, display the same fields, for employees whose names end with "N".
SELECT empno, ename, hiredate
FROM emp
WHERE trim(upper(ename)) LIKE upper('%L%L%');
SELECT empno, ename, hiredate
FROM emp
WHERE trim(upper(ename)) LIKE upper('%N');
----------
-- 5. Display all the fields of dept table, where location is BOSTON.
SELECT * FROM dept WHERE loc='BOSTON';
----------
-- 6. Display employee number, employee name, department number, job for
-- an employee who is not a manager and is not a clerk in department number 10.
SELECT empno, ename, deptno, job
FROM emp
WHERE empno NOT IN (SELECT mgr FROM emp WHERE mgr IS NOT NULL)
AND
NOT(job = 'CLERK' AND deptno = 10);
----------
-- 7a. Display all employees whose commission is greater than zero and salary is between 1000 and 3000.
SELECT empno, ename, sal, comm
FROM emp
WHERE comm > 0 AND sal BETWEEN 1000 AND 3000;
----------
-- 8a. Write a SQL statement to show employees, who don't have any managers.
SELECT empno, ename, mgr
FROM emp
WHERE mgr IS NULL;
-- 8b. Write a SQL statement to display employee number, employee name,
-- salary, manager for all employees, whose managers have employee numbers 7566, 7788
SELECT empno, ename, sal, mgr
FROM emp
WHERE mgr IN (7566, 7788);
|
SELECT
NULL AS "null"
, COALESCE(NULL, 0) AS co_null;
/*
null | co_null
------+---------
| 0
(1 row)
*/ |
insert into 实验数据(流量,功率,气压) values(122,1,2) |
DROP INDEX IF EXISTS NDX_crs_urn
;
DROP INDEX IF EXISTS NDX_temporalExtent
;
DROP INDEX IF EXISTS NDX_language_value
;
DROP INDEX IF EXISTS NDX_Voca
;
DROP INDEX IF EXISTS metadata_geom
;
DROP INDEX IF EXISTS ndx_metadata_type
;
DROP INDEX IF EXISTS ndx_creation_date
;
DROP INDEX IF EXISTS ndx_revision_date
;
DROP INDEX IF EXISTS ndx_modified_date
;
DROP INDEX IF EXISTS ndx_last_modified_date
;
DROP INDEX IF EXISTS ndx_file_identifier
;
DROP INDEX IF EXISTS ndx_securityConstraints
;
DROP INDEX IF EXISTS ndx_lastVersion
;
DROP INDEX IF EXISTS ndx_last_modified_date
;
DROP INDEX IF EXISTS ndx_metadata_title
;
DROP INDEX IF EXISTS ndx_metadata_abstract
;
DROP INDEX IF EXISTS ndx_file_identifier
;
DROP INDEX IF EXISTS NDX_Organisation_name
;
DROP INDEX IF EXISTS NDX_Value
;
DROP INDEX IF EXISTS ndx_anytext_vector
;
CREATE INDEX NDX_crs_urn
ON CRS (md_id, urn)
;
CREATE INDEX NDX_temporalExtent
ON DataMetadata (temporalExtentBegin, temporalExtentEnd)
;
CREATE INDEX NDX_language_value
ON LocalizedString (language, propertyValue)
;
CREATE INDEX NDX_Voca
ON MD_Keywords (voca_id)
;
CREATE INDEX metadata_geom
ON metadata USING gist(geom);
--CREATE INDEX ndx_metadata_subject ON Metadata (anyText)
;
CREATE INDEX ndx_metadata_type
ON Metadata (metadataType)
;
CREATE INDEX ndx_creation_date
ON Metadata (creationDate)
;
CREATE INDEX ndx_revision_date
ON Metadata (revisionDate)
;
CREATE INDEX ndx_modified_date
ON Metadata (modified)
;
CREATE INDEX ndx_securityConstraints
ON Metadata (hasSecurityConstraints)
;
CREATE INDEX ndx_lastVersion
ON Metadata (isLastVersion)
;
CREATE INDEX ndx_last_modified_date
ON Metadata (lastmodifieddate)
;
CREATE INDEX ndx_metadata_title
ON Metadata (title text_pattern_ops)
;
CREATE INDEX ndx_metadata_abstract
ON Metadata (abstract text_pattern_ops)
;
CREATE INDEX ndx_file_identifier
ON Metadata (fileIdentifier varchar_pattern_ops)
;
CREATE INDEX NDX_Organisation_name
ON ResponsibleParty (md_id, organisationName)
;
CREATE INDEX NDX_Value
ON Vocabulary (concept)
;
CREATE INDEX ndx_anytext_vector
ON md_anytext
USING gin
(anytext_vector)
; |
-- Query all the flights where origin is 'New York'
-- out put data format
-- id origin destination duration
-- 1 3 3 895
-- 4 3 2 480
-- 3 3 1 340 |
ALTER TABLE `seller` ADD UNIQUE (
`contactEmail`
);
ALTER TABLE `adminUser` ADD UNIQUE (
`contactEmail`
);
|
ALTER table movie_image add column id serial primary key ; |
# Write your MySQL query statement below
SELECT MAX(e1.Salary) AS SecondHighestSalary
FROM Employee AS e1 INNER JOIN Employee AS e2
ON e1.Salary < e2.Salary;
/*
SELECT MAX(Salary) as SecondHighestSalary
FROM Employee
WHERE Salary < (SELECT MAX(Salary) FROM Employee);
*/
|
-- phpMyAdmin SQL Dump
-- version 4.1.14
-- http://www.phpmyadmin.net
--
-- Machine: 127.0.0.1
-- Gegenereerd op: 21 jun 2015 om 12:37
-- Serverversie: 5.6.17
-- PHP-versie: 5.5.12
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `xlabs`
--
CREATE SCHEMA IF NOT EXISTS `xlabs` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci ;
USE `xlabs` ;
-- --------------------------------------------------------
--
-- Table structure for the table `users`
--
CREATE TABLE IF NOT EXISTS `users` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(50) DEFAULT NULL,
`password` varchar(255) DEFAULT NULL,
`alt_email` varchar(255) DEFAULT NULL,
`profile_pic` varchar(255) DEFAULT "1",
`role` varchar(20) DEFAULT NULL,
`created` datetime DEFAULT NULL,
`modified` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
INSERT INTO `users` (`id`, `username`, `password`, `alt_email`, `role`, `created`, `modified`) VALUES
(1, 'admin', '$2a$10$A4hCeJOH7inB382GQbuP7eysTCNktJePeAkQHkjwIg1bSILM.Gdn6', 'siantonides@gmail.com', 'admin', '2015-06-21 10:46:26', '2015-06-21 10:46:26'),
(2, 'user', '$2a$10$A4hCeJOH7inB382GQbuP7eysTCNktJePeAkQHkjwIg1bSILM.Gdn6', 'sianto1997@msn.com', 'user', '2015-06-21 10:46:26', '2015-06-21 10:46:26');
CREATE TABLE IF NOT EXISTS `programmes` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
`description` varchar(1024) DEFAULT NULL,
`logo` varchar(255) DEFAULT NULL,
`created` datetime DEFAULT NULL,
`modified` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
INSERT INTO `programmes` (`id`, `name`, `description`, `logo`, `created`, `modified`) VALUES
(1, 'Project M', 'Project M is a Mailclient from the XLabs team. You can join it to find out what it is all about.', 'proj-m.png', '2015-06-21 10:46:26', '2015-06-21 10:46:26'),
(2, 'Project AV', 'Project AV is another project from the XLabs team. You can join it to find out what it is all about.', 'proj-av.png', '2015-06-21 10:46:26', '2015-06-21 10:46:26');
CREATE TABLE IF NOT EXISTS `joined_programmes` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) DEFAULT NULL,
`programme_id` int(10) DEFAULT NULL,
`visible` bool DEFAULT NULL,
`joined` bool DEFAULT NULL,
`created` datetime DEFAULT NULL,
`modified` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
INSERT INTO `joined_programmes` (`id`, `user_id`, `programme_id`, `visible`, `joined`, `created`, `modified`) VALUES
(1, 1, 1, true, false, '2015-06-21 10:46:26', '2015-06-21 10:46:26'),
(2, 1, 2, true, false, '2015-06-21 10:46:26', '2015-06-21 10:46:26');
CREATE TABLE IF NOT EXISTS `programmes_screenshots` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`programmes_id` int(10) DEFAULT NULL,
`image` varchar(255) DEFAULT NULL,
`created` datetime DEFAULT NULL,
`modified` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
-- scripts/data.mysql.sql
--
-- You can begin populating the database with the following SQL statements.
INSERT INTO book (author, title) VALUES ('Dennis Ritchie', 'C Programming');
INSERT INTO book (author, title) VALUES ('James gosling', 'Java Programming');
INSERT INTO book (author, title) VALUES ('Rasmus Lerdorf', 'Programming PHP');
INSERT INTO employee (emp_name, emp_job) VALUES ('Adam', 'Tutor');
INSERT INTO employee (emp_name, emp_job) VALUES ('Bruce', 'Programmer');
INSERT INTO employee (emp_name, emp_job) VALUES ('David', 'Designer');
|
drop table if exists working_transactions;
create table working_transactions
as (
select tran_id, tran_date, filer, contributor_payee, rct.sub_type, amount,
contributor_payee_committee_id, filer_id, purp_desc, book_type, addr_line1, filed_date,
addr_line2, city, state, zip, purpose_codes, dc.direction as direction
from raw_committee_transactions rct
join direction_codes dc
on dc.sub_type = rct.sub_type
);
INSERT INTO raw_committee_transactions_errors
SELECT *
FROM raw_committee_transactions
WHERE raw_committee_transactions.tran_id IN
(SELECT tran_id
FROM working_transactions
WHERE tran_date > current_date);
DELETE FROM working_transactions
WHERE tran_date > current_date;
INSERT INTO raw_committee_transactions_errors
SELECT *
FROM raw_committee_transactions
WHERE raw_committee_transactions.tran_id IN
(SELECT tran_id
FROM working_transactions
WHERE filed_date > current_date);
DELETE FROM working_transactions
WHERE filed_date > current_date;
ALTER TABLE working_transactions DROP COLUMN IF EXISTS contributor_payee_class;
ALTER TABLE working_transactions ADD COLUMN contributor_payee_class varchar;
UPDATE working_transactions
SET contributor_payee_class = 'grassroots_contributor'
WHERE
( book_type = 'Individual'
OR
book_type IS NULL)
AND
(
( contributor_payee IN
(SELECT contributor_payee
FROM sub_type_from_contributor_payee)
AND sub_type IN
('Cash Contribution', 'In-Kind Contribution')
)
OR
( amount <= 200
AND sub_type IN ('Cash Contribution', 'In-Kind Contribution')
)
);
SELECT addDocumentation('Calculation of grassroots',
'committee_data_by_id, current_transactions, top_committee_data, candidate_search, competitors_from_filer_id, all_oregon_sum',
'Grassroots donations are considered to be donations which 1) are $200 or less,
2) comefrom individuals and 3) have sub types Cash Contribution or In-Kind Contribution
(thus, pledges are not included).
Small donations are occasionally lumped together and given a contributor name
indicating the lump sum came from donations of less than $100.
(ex: see transaction 984522, where the contributor_payee is given as
Miscellaneous Cash Contributions $100 and under )
We count these transactions as grass roots donations, however these transactions are
not given a book_type (which incidates what types of entities contributions came from),
and thus there is some possibility that some of these transactions in fact come from
non-individuals (ex: businesses, political actions committees, etc. ). Thus, if and
where this occurs, our calculations will over-estimate the amount of grass roots donations.'); |
CREATE SEQUENCE IF NOT EXISTS "transaction_id_seq"
START WITH 1;
CREATE TABLE IF NOT EXISTS "TRANSACTION" (
"ID" BIGINT NOT NULL,
"INVOICE_NUMBER" INTEGER UNIQUE,
"AMOUNT" BIGINT NOT NULL,
"CURRENCY" VARCHAR(10) NOT NULL,
"CARD_HOLDER_ID" BIGINT NOT NULL,
"PAYMENT_CARD_ID" BIGINT,
"LAST_UPDATED_AT" TIMESTAMP NOT NULL,
"CREATED_DATE" TIMESTAMP NOT NULL,
"VERSION" BIGINT NOT NULL,
PRIMARY KEY ("ID")
);
--
CREATE SEQUENCE IF NOT EXISTS "card_holder_id_seq"
START WITH 1;
CREATE TABLE IF NOT EXISTS "CARD_HOLDER" (
"ID" BIGINT NOT NULL,
"NAME" VARCHAR(45) NOT NULL,
"EMAIL" TIMESTAMP NOT NULL,
"VERSION" BIGINT NOT NULL,
"LAST_UPDATED_AT" TIMESTAMP NOT NULL,
"CREATED_DATE" TIMESTAMP NOT NULL,
PRIMARY KEY ("ID")
);
--
CREATE SEQUENCE IF NOT EXISTS "payment_card_id_seq"
START WITH 1;
CREATE TABLE IF NOT EXISTS "PAYMENT_CARD" (
"ID" BIGINT NOT NULL,
"PAN" VARCHAR(45) NOT NULL,
"EXPIRY" BYTEA,
"VERSION" BIGINT NOT NULL,
"LAST_UPDATED_AT" TIMESTAMP NOT NULL,
"CREATED_DATE" TIMESTAMP NOT NULL,
PRIMARY KEY ("ID")
);
|
# add secure-file-priv="" under [mysqld] in my.ini
USE `stackoverflow17_06`;
# questions and answers
SELECT PostId, PostTypeId, COUNT(DISTINCT postHistory.Id) AS VersionCount
INTO OUTFILE 'F:/Temp/PostId_VersionCount_SO_17-06.csv'
CHARACTER SET utf8mb4
FIELDS TERMINATED BY ','
OPTIONALLY ENCLOSED BY '\"'
ESCAPED BY '\"'
LINES TERMINATED BY '\n'
FROM PostHistory postHistory INNER JOIN Posts posts
ON postHistory.PostId = posts.Id
WHERE
PostTypeId IN (1, 2)
AND PostHistoryTypeId IN (2, 5, 8)
GROUP BY PostId, PostTypeId;
USE `sotorrent17_12`;
# questions and answers
SELECT PostId, PostTypeId, COUNT(DISTINCT postHistory.Id) AS VersionCount
INTO OUTFILE 'F:/Temp/PostId_VersionCount_SO_17-12.csv'
CHARACTER SET utf8mb4
FIELDS TERMINATED BY ','
OPTIONALLY ENCLOSED BY '\"'
ESCAPED BY '\"'
LINES TERMINATED BY '\n'
FROM PostHistory postHistory INNER JOIN Posts posts
ON postHistory.PostId = posts.Id
WHERE
PostTypeId IN (1, 2)
AND PostHistoryTypeId IN (2, 5, 8)
GROUP BY PostId, PostTypeId;
USE `sotorrent18_03`;
# questions and answers
SELECT PostId, PostTypeId, COUNT(DISTINCT postHistory.Id) AS VersionCount
INTO OUTFILE 'F:/Temp/PostId_VersionCount_SO_18-03.csv'
CHARACTER SET utf8mb4
FIELDS TERMINATED BY ','
OPTIONALLY ENCLOSED BY '\"'
ESCAPED BY '\"'
LINES TERMINATED BY '\n'
FROM PostHistory postHistory INNER JOIN Posts posts
ON postHistory.PostId = posts.Id
WHERE
PostTypeId IN (1, 2)
AND PostHistoryTypeId IN (2, 5, 8)
GROUP BY PostId, PostTypeId;
|
-- phpMyAdmin SQL Dump
-- version 4.6.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jun 23, 2020 at 08:36 AM
-- Server version: 5.7.14
-- PHP Version: 5.6.25
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `gk2020b`
--
-- --------------------------------------------------------
--
-- Table structure for table `category`
--
CREATE TABLE `category` (
`c_id` int(11) UNSIGNED NOT NULL,
`c_description` varchar(25) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `category`
--
INSERT INTO `category` (`c_id`, `c_description`) VALUES
(1, 'מאפים'),
(2, 'מוצרי חלב'),
(3, 'נקניקים'),
(4, 'ביצים');
-- --------------------------------------------------------
--
-- Table structure for table `chat`
--
CREATE TABLE `chat` (
`t1` varchar(25) COLLATE utf8_unicode_ci NOT NULL,
`t2` varchar(25) COLLATE utf8_unicode_ci NOT NULL,
`chat_id` int(11) UNSIGNED NOT NULL,
`talk` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'זמן כתיבת השורה'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `chat`
--
INSERT INTO `chat` (`t1`, `t2`, `chat_id`, `talk`, `dt`) VALUES
('s_1', 'u_1', 1, 'בקר טוב', '2020-06-16 17:46:33'),
('s_1', 'u_1', 2, 'מה נשמע?', '2020-06-16 17:46:33'),
('s_1', 'u_1', 3, 'הכל טוב...', '2020-06-16 17:46:33'),
('s_1', 'u_1', 4, 'יש לך לחם וביצים היום?', '2020-06-16 17:46:33'),
('s_1', 'u_1', 5, 'כן כמה את צריכה?', '2020-06-16 17:46:33'),
('s_1', 'u_1', 6, '12 ביצים גדולות ולחם פרוס אחד', '2020-06-16 17:46:33'),
('s_1', 'u_1', 7, 'לחם אחד?', '2020-06-16 17:46:33'),
('s_1', 'u_1', 8, 'כן', '2020-06-16 17:46:33'),
('s_1', 'u_1', 9, '12.60', '2020-06-16 17:46:33'),
('s_1', 'u_1', 10, 'בסדר מתי אתה מגיע?', '2020-06-16 17:46:33'),
('s_1', 'u_1', 11, 'לקראת שלוש, זה בסדר?', '2020-06-16 17:46:33'),
('s_1', 'u_1', 12, 'יופי תודה', '2020-06-16 17:46:33'),
('s_2', 'u_2', 13, 'יש לך אבקת כביסה?', '2020-06-16 17:46:33'),
('s_2', 'u_2', 14, 'כן איזה?', '2020-06-16 17:46:33'),
('s_2', 'u_2', 15, '2-4 ק\'ג לצבעוני', '2020-06-16 17:46:33'),
('s_2', 'u_2', 16, 'סוד, מקסימה?', '2020-06-16 17:46:33'),
('s_2', 'u_2', 17, 'מקסימה, כמה זה עולה?', '2020-06-16 17:46:33'),
('s_2', 'u_2', 18, '24.90', '2020-06-16 17:46:33'),
('s_2', 'u_2', 19, 'טוב מתי אתה מגיע?', '2020-06-16 17:46:33'),
('s_2', 'u_2', 20, 'לקראת חמש זה בסדר?', '2020-06-16 17:46:33'),
('s_2', 'u_2', 21, 'כן מצויין, תודה.', '2020-06-16 17:46:33');
-- --------------------------------------------------------
--
-- Table structure for table `log`
--
CREATE TABLE `log` (
`l_s_id` int(11) NOT NULL COMMENT 'קוד ספק',
`l_u_id` int(11) NOT NULL COMMENT 'קוד משתמש',
`l_p_id` int(11) NOT NULL COMMENT 'קוד מוצר',
`l_price` float NOT NULL COMMENT 'מחיר המוצר ללקוח',
`l_dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'זמן הזמנה'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `product`
--
CREATE TABLE `product` (
`p_shop_id` int(11) UNSIGNED NOT NULL COMMENT 'קוד חנות',
`p_category` int(11) UNSIGNED NOT NULL COMMENT 'קטגוריה',
`p_id` int(11) NOT NULL,
`p_description` varchar(50) COLLATE utf8_unicode_ci NOT NULL COMMENT 'תיאור המוצר',
`p_cost` float NOT NULL COMMENT 'מחיר המוצר',
`p_stock` varchar(10) COLLATE utf8_unicode_ci NOT NULL COMMENT 'נמצא במלאי'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `product`
--
INSERT INTO `product` (`p_shop_id`, `p_category`, `p_id`, `p_description`, `p_cost`, `p_stock`) VALUES
(1, 4, 1, 'ביצי מאכל- גודל ענק ( XL )', 12.4, '1'),
(1, 4, 2, 'ביצי מאכל - גודל גדול (L)', 11.3, '1'),
(1, 4, 3, 'ביצי מאכל - מדיום (M)', 10.4, '1'),
(1, 2, 4, 'גבינה לבנה 5%', 4.75, '1'),
(1, 2, 5, 'גבינה קשה חצי שמנה עמק רגילה', 42.7, '1'),
(1, 2, 6, 'גבינה קשה שמנה גלבוע', 40.59, '1'),
(1, 2, 7, 'גיל 3% שומן', 1.44, '1'),
(1, 2, 8, 'חלב טרי 1% שומן בשקית (רגיל)', 4.81, '1'),
(1, 2, 9, 'חלב טרי 1% שומן בקרטון (רגיל)', 5.59, '1'),
(1, 2, 10, 'חלב טרי 3% שומן בקרטון (רגיל)', 5.94, '1'),
(1, 2, 11, 'חלב טרי 3% שומן בשקית (רגיל)', 5.17, '1'),
(1, 1, 12, 'חלה או מאפה שמרים', 5.17, '1'),
(1, 2, 13, 'חמאה רגילה', 3.94, '1'),
(1, 1, 14, 'לחם אחיד (כהה)', 5.12, '1'),
(1, 1, 15, 'לחם אחיד (כהה) פרוס וארוז', 7.11, '1'),
(1, 1, 16, 'לחם לבן', 5.12, '1'),
(1, 1, 17, 'לחם לבן פרוס וארוז', 6.1, '1'),
(1, 3, 18, 'פסטרמות מעדנייה זוגלובק', 7, '1'),
(1, 2, 19, 'שמנת חמוצה 15% שומן רגילה', 2.28, '1'),
(1, 2, 20, 'שמנת מתוקה 38% שומן', 6.18, '1'),
(2, 4, 21, 'ביצי מאכל- גודל ענק ( XL )', 12.4, '1'),
(2, 4, 22, 'ביצי מאכל - גודל גדול (L)', 11.3, '1'),
(2, 4, 23, 'ביצי מאכל - מדיום (M)', 10.4, '1'),
(2, 2, 24, 'גבינה לבנה 5%', 4.75, '1'),
(2, 2, 25, 'גבינה קשה חצי שמנה עמק רגילה', 42.7, '1'),
(2, 2, 26, 'גבינה קשה שמנה גלבוע', 40.59, '1'),
(2, 2, 27, 'גיל 3% שומן', 1.44, '1'),
(2, 2, 28, 'חלב טרי 1% שומן בשקית (רגיל)', 4.81, '1'),
(2, 2, 29, 'חלב טרי 1% שומן בקרטון (רגיל)', 5.59, '1'),
(2, 2, 30, 'חלב טרי 3% שומן בקרטון (רגיל)', 5.94, '1'),
(2, 2, 31, 'חלב טרי 3% שומן בשקית (רגיל)', 5.17, '1'),
(2, 1, 32, 'חלה או מאפה שמרים', 5.17, '1'),
(2, 2, 33, 'חמאה רגילה', 3.94, '1'),
(2, 1, 34, 'לחם אחיד (כהה)', 5.12, '1'),
(2, 1, 35, 'לחם אחיד (כהה) פרוס וארוז', 7.11, '1'),
(2, 1, 36, 'לחם לבן', 5.12, '1'),
(2, 1, 37, 'לחם לבן פרוס וארוז', 6.1, '1'),
(2, 3, 38, 'פסטרמות מעדנייה זוגלובק', 7, '1'),
(2, 2, 39, 'שמנת חמוצה 15% שומן רגילה', 2.28, '1'),
(2, 2, 40, 'שמנת מתוקה 38% שומן', 6.18, '1'),
(3, 4, 41, 'ביצי מאכל- גודל ענק ( XL )', 12.4, '1'),
(3, 4, 42, 'ביצי מאכל - גודל גדול (L)', 11.3, '1'),
(3, 4, 43, 'ביצי מאכל - מדיום (M)', 10.4, '1'),
(3, 2, 44, 'גבינה לבנה 5%', 4.75, '1'),
(3, 2, 45, 'גבינה קשה חצי שמנה עמק רגילה', 42.7, '1'),
(3, 2, 46, 'גבינה קשה שמנה גלבוע', 40.59, '1'),
(3, 2, 47, 'גיל 3% שומן', 1.44, '1'),
(3, 2, 48, 'חלב טרי 1% שומן בשקית (רגיל)', 4.81, '1'),
(3, 2, 49, 'חלב טרי 1% שומן בקרטון (רגיל)', 5.59, '1'),
(3, 2, 50, 'חלב טרי 3% שומן בקרטון (רגיל)', 5.94, '1'),
(3, 2, 51, 'חלב טרי 3% שומן בשקית (רגיל)', 5.17, '1'),
(3, 1, 52, 'חלה או מאפה שמרים', 5.17, '1'),
(3, 2, 53, 'חמאה רגילה', 3.94, '1'),
(3, 1, 54, 'לחם אחיד (כהה)', 5.12, '1'),
(3, 1, 55, 'לחם אחיד (כהה) פרוס וארוז', 7.11, '1'),
(3, 1, 56, 'לחם לבן', 5.12, '1'),
(3, 1, 57, 'לחם לבן פרוס וארוז', 6.1, '1'),
(3, 3, 58, 'פסטרמות מעדנייה זוגלובק', 7, '1'),
(3, 2, 59, 'שמנת חמוצה 15% שומן רגילה', 2.28, '1'),
(3, 2, 60, 'שמנת מתוקה 38% שומן', 6.18, '1');
-- --------------------------------------------------------
--
-- Table structure for table `shop`
--
CREATE TABLE `shop` (
`s_id` int(11) UNSIGNED NOT NULL,
`s_name` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
`s_town_id` int(11) UNSIGNED NOT NULL COMMENT 'קוד עיר',
`s_location` varchar(50) COLLATE utf8_unicode_ci NOT NULL COMMENT 'כתובת ספק',
`s_phone` varchar(15) COLLATE utf8_unicode_ci NOT NULL COMMENT 'טלפון ספק'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `shop`
--
INSERT INTO `shop` (`s_id`, `s_name`, `s_town_id`, `s_location`, `s_phone`) VALUES
(1, 'גדעון', 5000, 'אבן גבירול 71', '054-1234567'),
(2, 'דוד', 4000, 'הדר החלוץ 84', '053-1234567'),
(3, 'יוסי', 3000, 'יפו 154', '052-1234567');
-- --------------------------------------------------------
--
-- Table structure for table `supplier`
--
CREATE TABLE `supplier` (
`u_id` int(11) UNSIGNED NOT NULL COMMENT 'קוד צרכן',
`s_id` int(11) UNSIGNED NOT NULL COMMENT 'קוד ספק - אם מופיע ספק אם לא אז הוא צרכו'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `supplier`
--
INSERT INTO `supplier` (`u_id`, `s_id`) VALUES
(1, 1),
(2, 2),
(3, 3);
-- --------------------------------------------------------
--
-- Table structure for table `town`
--
CREATE TABLE `town` (
`t_id` int(11) UNSIGNED NOT NULL,
`t_city` varchar(25) COLLATE utf8_unicode_ci NOT NULL COMMENT 'שם ישוב',
`t_zone` varchar(25) COLLATE utf8_unicode_ci NOT NULL COMMENT 'נפה',
`t_city_en` varchar(25) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `town`
--
INSERT INTO `town` (`t_id`, `t_city`, `t_zone`, `t_city_en`) VALUES
(0, 'לא רשום', 'לא ידוע', 'Not Found'),
(967, 'אבו ג\'ווייעד (שבט)', 'באר שבע', 'ABU JUWEI\'ID'),
(472, 'אבו גוש', 'ירושלים', 'ABU GHOSH'),
(473, 'אבו סנאן', 'עכו', 'ABU SINAN'),
(935, 'אבו סריחאן (שבט)', 'באר שבע', 'ABU SUREIHAN'),
(958, 'אבו עבדון (שבט)', 'באר שבע', 'ABUABDUN '),
(1042, 'אבו עמאר (שבט)', 'באר שבע', 'ABUAMMAR '),
(932, 'אבו עמרה (שבט)', 'באר שבע', 'ABUAMRE'),
(968, 'אבו קורינאת (שבט)', 'באר שבע', 'ABU QUREINAT'),
(1342, 'אבו קרינאת (יישוב)', 'באר שבע', 'ABU QUREINAT'),
(966, 'אבו רובייעה (שבט)', 'באר שבע', 'ABU RUBEI\'A'),
(961, 'אבו רוקייק (שבט)', 'באר שבע', 'ABU RUQAYYEQ'),
(1375, 'אבו תלול', 'באר שבע', 'ABU TULUL'),
(652, 'אבטין', 'חיפה', 'IBTIN'),
(1275, 'אבטליון', 'עכו', 'AVTALYON '),
(679, 'אביאל', 'חדרה', 'AVI\'EL'),
(1115, 'אביבים', 'צפת', 'AVIVIM'),
(819, 'אביגדור', 'אשקלון', 'AVIGEDOR '),
(175, 'אביחיל', 'השרון', 'AVIHAYIL '),
(2052, 'אביטל', 'עפולה', 'AVITAL'),
(1070, 'אביעזר', 'ירושלים', 'AVI\'EZER '),
(1220, 'אבירים', 'עכו', 'ABBIRIM'),
(182, 'אבן יהודה', 'השרון', 'EVEN YEHUDA'),
(1081, 'אבן מנחם', 'עכו', 'EVEN MENAHEM'),
(783, 'אבן ספיר', 'ירושלים', 'EVEN SAPPIR'),
(400, 'אבן שמואל', 'אשקלון', 'EVEN SHEMU\'EL'),
(4011, 'אבני איתן', 'גולן', 'AVNE ETAN'),
(3793, 'אבני חפץ', 'טול כרם', 'AVNE HEFEZ '),
(3786, 'אבנת', 'ירדן (יריחו)', 'AVENAT'),
(1311, 'אבשלום', 'באר שבע', 'AVSHALOM '),
(3759, 'אדורה', 'חברון', 'ADORA'),
(113, 'אדירים', 'עפולה', 'ADDIRIM'),
(1068, 'אדמית', 'עכו', 'ADAMIT'),
(1123, 'אדרת', 'ירושלים', 'ADDERET'),
(446, 'אודים', 'השרון', 'UDIM'),
(4010, 'אודם', 'גולן', 'ODEM'),
(1046, 'אוהד', 'באר שבע', 'OHAD'),
(2710, 'אום אל-פחם', 'חדרה', 'UMM AL-FAHM'),
(2024, 'אום אל-קוטוף', 'חדרה', 'UMM AL-QUTUF'),
(1358, 'אום בטין', 'באר שבע', 'UMM BATIN'),
(1108, 'אומן', 'עפולה', 'OMEN'),
(680, 'אומץ', 'השרון', 'OMEZ'),
(31, 'אופקים', 'באר שבע', 'OFAQIM'),
(1294, 'אור הגנוז', 'צפת', 'OR HAGANUZ '),
(67, 'אור הנר', 'אשקלון', 'OR HANER '),
(2400, 'אור יהודה', 'רמת גן', 'OR YEHUDA'),
(1020, 'אור עקיבא', 'חדרה', 'OR AQIVA '),
(780, 'אורה', 'ירושלים', 'ORA '),
(2012, 'אורות', 'אשקלון', 'OROT'),
(4013, 'אורטל', 'גולן', 'ORTAL'),
(403, 'אורים', 'באר שבע', 'URIM'),
(882, 'אורנים', 'חיפה', 'ORANIM'),
(3760, 'אורנית', 'טול כרם', 'ORANIT'),
(278, 'אושה', 'חיפה', 'USHA'),
(565, 'אזור', 'חולון', 'AZOR'),
(1157, 'אחווה', 'אשקלון', 'AHAWA'),
(821, 'אחוזם', 'אשקלון', 'AHUZZAM'),
(1330, 'אחוזת ברק', 'עפולה', 'AHUZZAT BARAQ'),
(785, 'אחיהוד', 'עכו', 'AHIHUD'),
(850, 'אחיטוב', 'השרון', 'AHITUV'),
(804, 'אחיסמך', 'רמלה', 'AHISAMAKH'),
(797, 'אחיעזר', 'רמלה', 'AHI\'EZER '),
(965, 'אטרש (שבט)', 'באר שבע', 'ATRASH'),
(338, 'איבים', 'אשקלון', 'IBBIM'),
(716, 'אייל', 'פתח תקווה', 'EYAL'),
(77, 'איילת השחר', 'צפת', 'AYYELET HASHAHAR'),
(294, 'אילון', 'עכו', 'ELON'),
(1126, 'אילות', 'באר שבע', 'ELOT'),
(49, 'אילניה', 'כנרת', 'ILANIYYA '),
(2600, 'אילת', 'באר שבע', 'ELAT'),
(1336, 'אירוס', 'רחובות', 'IRUS'),
(3762, 'איתמר', 'שכם', 'ITAMAR'),
(37, 'איתן', 'אשקלון', 'ETAN'),
(886, 'איתנים', 'ירושלים', 'ETANIM'),
(478, 'אכסאל', 'עפולה', 'IKSAL'),
(1359, 'אל סייד', 'באר שבע', 'AL SAYYID'),
(1339, 'אל-עזי', 'אשקלון', 'AL-AZY'),
(1316, 'אל-עריאן', 'חדרה', 'AL-ARYAN '),
(4003, 'אל-רום', 'גולן', 'EL-ROM'),
(1145, 'אלומה', 'אשקלון', 'ALUMMA'),
(330, 'אלומות', 'כנרת', 'ALUMMOT'),
(1182, 'אלון הגליל', 'עפולה', 'ALLON HAGALIL'),
(3579, 'אלון מורה', 'שכם', 'ELON MORE'),
(3604, 'אלון שבות', 'בית לחם', 'ALLON SHEVUT'),
(429, 'אלוני אבא', 'עפולה', 'ALLONE ABBA'),
(4017, 'אלוני הבשן', 'גולן', 'ALLONE HABASHAN '),
(868, 'אלוני יצחק', 'חדרה', 'ALLONE YIZHAQ'),
(285, 'אלונים', 'עפולה', 'ALLONIM'),
(4002, 'אלי-עד', 'גולן', 'ELI AL'),
(1365, 'אליאב', 'אשקלון', 'ELIAV'),
(41, 'אליכין', 'השרון', 'ELYAKHIN '),
(1248, 'אליפז', 'באר שבע', 'ELIFAZ'),
(730, 'אליפלט', 'צפת', 'ELIFELET '),
(682, 'אליקים', 'עפולה', 'ELYAQIM'),
(204, 'אלישיב', 'השרון', 'ELYASHIV '),
(841, 'אלישמע', 'פתח תקווה', 'ELISHAMA '),
(1125, 'אלמגור', 'כנרת', 'ALMAGOR'),
(3556, 'אלמוג', 'ירדן (יריחו)', 'ALMOG'),
(1309, 'אלעד', 'פתח תקווה', 'EL\'AD'),
(3618, 'אלעזר', 'בית לחם', 'EL\'AZAR'),
(3750, 'אלפי מנשה', 'טול כרם', 'ALFE MENASHE'),
(603, 'אלקוש', 'עכו', 'ELQOSH'),
(3560, 'אלקנה', 'טול כרם', 'ELQANA'),
(772, 'אמונים', 'אשקלון', 'EMUNIM'),
(1064, 'אמירים', 'צפת', 'AMIRIM'),
(1253, 'אמנון', 'כנרת', 'AMNUN'),
(23, 'אמציה', 'אשקלון', 'AMAZYA'),
(4012, 'אניעם', 'גולן', 'ANI\'AM'),
(960, 'אסד (שבט)', 'באר שבע', 'ASAD'),
(3754, 'אספר', 'חברון', 'ASEFAR'),
(529, 'אעבלין', 'עכו', 'I\'BILLIN '),
(963, 'אעצם (שבט)', 'באר שבע', 'A\'SAM'),
(959, 'אפיניש (שבט)', 'באר שבע', 'AFEINISH '),
(4301, 'אפיק', 'גולן', 'AFIQ'),
(176, 'אפיקים', 'כנרת', 'AFIQIM'),
(313, 'אפק', 'עכו', 'AFEQ'),
(3650, 'אפרת', 'בית לחם', 'EFRAT'),
(701, 'ארבל', 'כנרת', 'ARBEL'),
(3598, 'ארגמן', 'ירדן (יריחו)', 'ARGAMAN'),
(714, 'ארז', 'אשקלון', 'EREZ'),
(3570, 'אריאל', 'טול כרם', 'ARI\'EL'),
(1324, 'ארסוף', 'השרון', 'ARSUF'),
(71, 'אשבול', 'באר שבע', 'ESHBOL'),
(1276, 'אשבל', 'עכו', 'NAHAL ESHBAL'),
(70, 'אשדוד', 'אשקלון', 'ASHDOD'),
(199, 'אשדות יעקב(איחוד)', 'כנרת', 'ASHDOT YA\'AQOV)IHUD('),
(188, 'אשדות יעקב(מאוחד)', 'כנרת', 'ASHDOT YA\'AQOV)ME\'UH'),
(1188, 'אשחר', 'עכו', 'ESHHAR'),
(3722, 'אשכולות', 'חברון', 'ESHKOLOT '),
(2021, 'אשל הנשיא', 'באר שבע', 'ESHEL HANASI'),
(1152, 'אשלים', 'באר שבע', 'ASHALIM'),
(7100, 'אשקלון', 'אשקלון', 'ASHQELON '),
(1256, 'אשרת', 'עכו', 'ASHERAT'),
(740, 'אשתאול', 'ירושלים', 'ESHTA\'OL '),
(1298, 'אתגר', 'עכו', 'ETGAR'),
(6000, 'באקה אל-גרביה', 'חדרה', 'BAQA AL-GHARBIYYE '),
(21, 'באר אורה', 'באר שבע', 'BE\'ER ORA'),
(1376, 'באר גנים', 'באר שבע', 'BEER GANNIM'),
(155, 'באר טוביה', 'אשקלון', 'BE\'ER TUVEYA'),
(2530, 'באר יעקב', 'רמלה', 'BE\'ER YA\'AQOV'),
(1278, 'באר מילכה', 'באר שבע', 'BE\'ER MILKA'),
(9000, 'באר שבע', 'באר שבע', 'BE\'ER SHEVA'),
(450, 'בארות יצחק', 'פתח תקווה', 'BE\'EROT YIZHAQ'),
(697, 'בארותיים', 'השרון', 'BE\'EROTAYIM'),
(399, 'בארי', 'באר שבע', 'BE\'ERI'),
(559, 'בוסתן הגליל', 'עכו', 'BUSTAN HAGALIL'),
(482, 'בועיינה-נוג\'ידאת', 'נצרת', 'BU\'EINE-NUJEIDAT'),
(4001, 'בוקעאתא', 'גולן', 'BUQ\'ATA'),
(698, 'בורגתה', 'השרון', 'BURGETA'),
(2043, 'בחן', 'השרון', 'BAHAN'),
(762, 'בטחה', 'באר שבע', 'BITHA'),
(234, 'ביצרון', 'אשקלון', 'BIZZARON '),
(998, 'ביר אל-מכסור', 'עכו', 'BIR EL-MAKSUR'),
(1348, 'ביר הדאג\'', 'באר שבע', 'BIR HADAGE '),
(368, 'ביריה', 'צפת', 'BIRIYYA'),
(317, 'בית אורן', 'חדרה', 'BET OREN '),
(3574, 'בית אל', 'ראמאללה', 'BET EL'),
(562, 'בית אלעזרי', 'רחובות', 'BET EL\'AZARI'),
(95, 'בית אלפא', 'עפולה', 'BET ALFA '),
(3652, 'בית אריה', 'ראמאללה', 'BET ARYE '),
(1076, 'בית ברל', 'פתח תקווה', 'BET BERL '),
(480, 'בית ג\'ן', 'עכו', 'BEIT JANN'),
(619, 'בית גוברין', 'אשקלון', 'BET GUVRIN '),
(571, 'בית גמליאל', 'רחובות', 'BET GAMLI\'EL'),
(466, 'בית דגן', 'רמלה', 'BET DAGAN'),
(723, 'בית הגדי', 'באר שבע', 'BET HAGADDI'),
(373, 'בית הלוי', 'השרון', 'BET HALEVI '),
(322, 'בית הלל', 'צפת', 'BET HILLEL '),
(572, 'בית העמק', 'עכו', 'BET HAEMEQ '),
(3645, 'בית הערבה', 'ירדן (יריחו)', 'BET HAARAVA'),
(242, 'בית השיטה', 'עפולה', 'BET HASHITTA'),
(353, 'בית זיד', 'עפולה', 'BET ZEID '),
(710, 'בית זית', 'ירושלים', 'BET ZAYIT'),
(143, 'בית זרע', 'כנרת', 'BET ZERA '),
(3575, 'בית חורון', 'ראמאללה', 'BET HORON'),
(877, 'בית חירות', 'השרון', 'BET HERUT'),
(2033, 'בית חלקיה', 'רחובות', 'BET HILQIYYA'),
(159, 'בית חנן', 'רחובות', 'BET HANAN'),
(800, 'בית חנניה', 'חדרה', 'BET HANANYA'),
(1050, 'בית חשמונאי', 'רמלה', 'BET HASHMONAY'),
(288, 'בית יהושע', 'השרון', 'BET YEHOSHUA'),
(265, 'בית יוסף', 'עפולה', 'BET YOSEF'),
(200, 'בית ינאי', 'השרון', 'BET YANNAY '),
(326, 'בית יצחק-שער חפר', 'השרון', 'BET YIZHAQ-SH. HEFER'),
(430, 'בית לחם הגלילית', 'עפולה', 'BET LEHEM HAGELILIT'),
(751, 'בית מאיר', 'ירושלים', 'BET ME\'IR'),
(784, 'בית נחמיה', 'רמלה', 'BET NEHEMYA'),
(16, 'בית ניר', 'אשקלון', 'BET NIR'),
(672, 'בית נקופה', 'ירושלים', 'BET NEQOFA '),
(202, 'בית עובד', 'רחובות', 'BET OVED '),
(301, 'בית עוזיאל', 'רמלה', 'BET UZZI\'EL'),
(756, 'בית עזרא', 'אשקלון', 'BET EZRA '),
(604, 'בית עריף', 'רמלה', 'BET ARIF '),
(212, 'בית צבי', 'חדרה', 'BET ZEVI '),
(598, 'בית קמה', 'באר שבע', 'BET QAMA '),
(365, 'בית קשת', 'כנרת', 'BET QESHET '),
(848, 'בית רבן', 'רחובות', 'BET RABBAN '),
(1162, 'בית רימון', 'עפולה', 'BET RIMMON '),
(9200, 'בית שאן', 'עפולה', 'BET SHE\'AN '),
(2610, 'בית שמש', 'ירושלים', 'BET SHEMESH'),
(248, 'בית שערים', 'עפולה', 'BET SHE\'ARIM'),
(747, 'בית שקמה', 'אשקלון', 'BET SHIQMA '),
(252, 'ביתן אהרן', 'השרון', 'BITAN AHARON'),
(3780, 'ביתר עילית', 'בית לחם', 'BETAR ILLIT'),
(94, 'בלפוריה', 'עפולה', 'BALFURIYYA '),
(760, 'בן זכאי', 'רחובות', 'BEN ZAKKAY '),
(712, 'בן עמי', 'עכו', 'BEN AMMI '),
(1084, 'בן שמן (כפר נוער)', 'רמלה', 'BEN SHEMEN)K.NO\'AR('),
(2013, 'בן שמן (מושב)', 'רמלה', 'BEN SHEMEN )MOSHAV('),
(6100, 'בני ברק', 'רמת גן', 'BENE BERAQ '),
(1368, 'בני דקלים', 'אשקלון', 'BNE DKALIM '),
(592, 'בני דרום', 'רחובות', 'BENE DAROM '),
(386, 'בני דרור', 'השרון', 'BENE DEROR '),
(4015, 'בני יהודה', 'גולן', 'BENE YEHUDA'),
(1363, 'בני נצרים', 'באר שבע', 'BENE NEZARIM'),
(448, 'בני עטרות', 'פתח תקווה', 'BENE ATAROT'),
(1066, 'בני עי"ש ', 'רחובות', 'BENE AYISH '),
(418, 'בני ציון', 'השרון', 'BENE ZIYYON'),
(588, 'בני ראם', 'רחובות', 'BENE RE\'EM '),
(685, 'בניה', 'רחובות', 'BENAYA'),
(9800, 'בנימינה-גבעת עדה', 'חדרה', 'BINYAMINA'),
(1326, 'בסמ"ה', 'חדרה', 'BASMA'),
(944, 'בסמת טבעון', 'עפולה', 'BASMAT TAB\'UN'),
(483, 'בענה', 'עכו', 'BI NE'),
(389, 'בצרה', 'השרון', 'BAZRA'),
(589, 'בצת', 'עכו', 'BEZET'),
(864, 'בקוע', 'ירושלים', 'BEQOA'),
(3612, 'בקעות', 'ירדן (יריחו)', 'BEQA\'OT'),
(823, 'בר גיורא', 'ירושלים', 'BAR GIYYORA'),
(1191, 'בר יוחאי', 'צפת', 'BAR YOHAY'),
(3744, 'ברוכין', 'טול כרם', 'BRUKHIN'),
(428, 'ברור חיל', 'אשקלון', 'BEROR HAYIL'),
(2060, 'ברוש', 'באר שבע', 'BEROSH'),
(3710, 'ברכה', 'שכם', 'BERAKHA'),
(746, 'ברכיה', 'אשקלון', 'BEREKHYA '),
(667, 'ברעם', 'צפת', 'BAR\'AM'),
(141, 'ברק', 'עפולה', 'BARAQ'),
(617, 'ברקאי', 'חדרה', 'BARQAY'),
(3654, 'ברקן', 'טול כרם', 'BARQAN'),
(2038, 'ברקת', 'פתח תקווה', 'BAREQET'),
(1323, 'בת הדר', 'אשקלון', 'BAT HADAR'),
(1361, 'בת חן', 'השרון', 'BAT HEN'),
(1319, 'בת חפר', 'השרון', 'BAT HEFER'),
(1401, 'בת חצור', 'אשקלון', 'BAT HAZOR'),
(6200, 'בת ים', 'חולון', 'BAT YAM'),
(3794, 'בת עין', 'בית לחם', 'BAT AYIN '),
(33, 'בת שלמה', 'חדרה', 'BAT SHELOMO'),
(1292, 'ג\'דיידה-מכר', 'עכו', 'JUDEIDE-MAKER'),
(485, 'ג\'ולס', 'עכו', 'JULIS'),
(627, 'ג\'לג\'וליה', 'פתח תקווה', 'JALJULYE '),
(976, 'ג\'נאביב (שבט)', 'באר שבע', 'JUNNABIB '),
(541, 'ג\'סר א-זרקא', 'חדרה', 'JISR AZ-ZARQA'),
(487, 'ג\'ש (גוש חלב)', 'צפת', 'JISH)GUSH HALAV('),
(628, 'ג\'ת', 'חדרה', 'JAAT'),
(872, 'גאולי תימן', 'השרון', 'GE\'ULE TEMAN'),
(379, 'גאולים', 'השרון', 'GE\'ULIM'),
(853, 'גאליה', 'רחובות', 'GE\'ALYA'),
(352, 'גבולות', 'באר שבע', 'GEVULOT'),
(424, 'גבים', 'אשקלון', 'GEVIM'),
(86, 'גבע', 'עפולה', 'GEVA'),
(3763, 'גבע בנימין', 'ראמאללה', 'GEVA BINYAMIN'),
(683, 'גבע כרמל', 'חדרה', 'GEVAKARMEL'),
(2014, 'גבעולים', 'באר שבע', 'GIV\'OLIM '),
(3644, 'גבעון החדשה', 'ראמאללה', 'GIV\'ON HAHADASHA'),
(1344, 'גבעות בר', 'באר שבע', 'GEVA\'OT BAR'),
(1293, 'גבעת אבני', 'כנרת', 'GIV\'AT AVNI'),
(1288, 'גבעת אלה', 'עפולה', 'GIV\'AT ELA '),
(147, 'גבעת ברנר', 'רחובות', 'GIV\'AT BRENNER'),
(870, 'גבעת השלושה', 'פתח תקווה', 'GIV\'AT HASHELOSHA '),
(3730, 'גבעת זאב', 'ראמאללה', 'GIV\'AT ZE\'EV'),
(207, 'גבעת ח"ן ', 'פתח תקווה', 'GIV\'AT HEN '),
(2018, 'גבעת חיים (איחוד)', 'השרון', 'GIV\'AT HAYYIM )IHUD('),
(173, 'גבעת חיים (מאוחד)', 'השרון', 'GIV\'AT HAYYIM)ME\'UHA'),
(4021, 'גבעת יואב', 'גולן', 'GIV\'AT YO\'AV'),
(787, 'גבעת יערים', 'ירושלים', 'GIV\'AT YE\'ARIM'),
(919, 'גבעת ישעיהו', 'ירושלים', 'GIV\'AT YESHA\'YAHU '),
(802, 'גבעת כ"ח ', 'פתח תקווה', 'GIV\'AT KOAH'),
(360, 'גבעת ניל"י ', 'חדרה', 'GIV\'AT NILI'),
(703, 'גבעת עוז', 'עפולה', 'GIV\'AT OZ'),
(681, 'גבעת שמואל', 'פתח תקווה', 'GIV\'AT SHEMU\'EL '),
(566, 'גבעת שמש', 'ירושלים', 'GIV\'AT SHEMESH'),
(1077, 'גבעת שפירא', 'השרון', 'GIV\'AT SHAPPIRA '),
(793, 'גבעתי', 'אשקלון', 'GIV\'ATI'),
(6300, 'גבעתיים', 'רמת גן', 'GIV\'ATAYIM '),
(342, 'גברעם', 'אשקלון', 'GEVAR\'AM '),
(133, 'גבת', 'עפולה', 'GEVAT'),
(35, 'גדות', 'צפת', 'GADOT'),
(145, 'גדיש', 'עפולה', 'GADISH'),
(442, 'גדעונה', 'עפולה', 'GID\'ONA'),
(2550, 'גדרה', 'רחובות', 'GEDERA'),
(852, 'גונן', 'צפת', 'GONEN'),
(755, 'גורן', 'עכו', 'GOREN'),
(1219, 'גורנות הגליל', 'עכו', 'GORNOT HAGALIL'),
(457, 'גזית', 'עפולה', 'GAZIT'),
(370, 'גזר', 'רמלה', 'GEZER'),
(706, 'גיאה', 'אשקלון', 'GE\'A'),
(196, 'גיבתון', 'רחובות', 'GIBBETON '),
(1043, 'גיזו', 'ירושלים', 'GIZO'),
(1204, 'גילון', 'עכו', 'GILON'),
(736, 'גילת', 'באר שבע', 'GILAT'),
(262, 'גינוסר', 'כנרת', 'GINNOSAR '),
(92, 'גיניגר', 'עפולה', 'GINNEGAR '),
(863, 'גינתון', 'רמלה', 'GINNATON '),
(1206, 'גיתה', 'עכו', 'GITTA'),
(3613, 'גיתית', 'ירדן (יריחו)', 'GITTIT'),
(393, 'גלאון', 'אשקלון', 'GAL\'ON'),
(3606, 'גלגל', 'ירדן (יריחו)', 'GILGAL'),
(346, 'גליל ים', 'תל אביב', 'GELIL YAM'),
(369, 'גלעד (אבן יצחק)', 'עפולה', 'EVEN YIZHAQ)GAL\'ED('),
(745, 'גמזו', 'רמלה', 'GIMZO'),
(1072, 'גן הדרום', 'רחובות', 'GAN HADAROM'),
(225, 'גן השומרון', 'חדרה', 'GAN HASHOMERON'),
(239, 'גן חיים', 'פתח תקווה', 'GAN HAYYIM '),
(734, 'גן יאשיה', 'השרון', 'GAN YOSHIYYA'),
(166, 'גן יבנה', 'רחובות', 'GAN YAVNE'),
(1274, 'גן נר', 'עפולה', 'GAN NER'),
(311, 'גן שורק', 'רחובות', 'GAN SOREQ'),
(144, 'גן שלמה', 'רחובות', 'GAN SHELOMO'),
(72, 'גן שמואל', 'חדרה', 'GAN SHEMU\'EL'),
(836, 'גנות', 'רמלה', 'GANNOT'),
(549, 'גנות הדר', 'השרון', 'GANNOT HADAR'),
(1103, 'גני הדר', 'רמלה', 'GANNE HADAR'),
(1371, 'גני טל', 'רחובות', 'GANNE TAL'),
(862, 'גני יוחנן', 'רחובות', 'GANNE YOHANAN'),
(3823, 'גני מודיעין', 'ראמאללה', 'GANNE MODIIN'),
(218, 'גני עם', 'פתח תקווה', 'GANNE AM '),
(229, 'גני תקווה', 'פתח תקווה', 'GANNE TIQWA'),
(842, 'געש', 'השרון', 'GA\'ASH'),
(463, 'געתון', 'עכו', 'GA\'TON'),
(39, 'גפן', 'ירושלים', 'GEFEN'),
(1129, 'גרופית', 'באר שבע', 'GEROFIT'),
(4022, 'גשור', 'גולן', 'GESHUR'),
(305, 'גשר', 'כנרת', 'GESHER'),
(574, 'גשר הזיו', 'עכו', 'GESHER HAZIW'),
(340, 'גת (קיבוץ)', 'אשקלון', 'GAT)QIBBUZ('),
(128, 'גת רימון', 'פתח תקווה', 'GAT RIMMON '),
(494, 'דאלית אל-כרמל', 'חיפה', 'DALIYAT AL-KARMEL '),
(146, 'דבורה', 'עפולה', 'DEVORA'),
(489, 'דבוריה', 'עפולה', 'DABBURYE '),
(849, 'דבירה', 'באר שבע', 'DEVIRA'),
(407, 'דברת', 'עפולה', 'DAVERAT'),
(62, 'דגניה א\'', 'כנרת', 'DEGANYA ALEF'),
(79, 'דגניה ב\'', 'כנרת', 'DEGANYA BET'),
(1067, 'דוב"ב', 'צפת', 'DOVEV'),
(3747, 'דולב', 'ראמאללה', 'DOLEV'),
(738, 'דור', 'חדרה', 'DOR '),
(336, 'דורות', 'אשקלון', 'DOROT'),
(475, 'דחי', 'עפולה', 'DAHI'),
(490, 'דייר אל-אסד', 'עכו', 'DEIR AL-ASAD'),
(492, 'דייר חנא', 'עכו', 'DEIR HANNA '),
(493, 'דייר ראפאת', 'ירושלים', 'DEIR RAFAT '),
(2200, 'דימונה', 'באר שבע', 'DIMONA'),
(2063, 'דישון', 'צפת', 'DISHON'),
(300, 'דליה', 'עפולה', 'DALIYYA'),
(431, 'דלתון', 'צפת', 'DALTON'),
(1317, 'דמיידה', 'עכו', 'DEMEIDE'),
(303, 'דן', 'צפת', 'DAN '),
(302, 'דפנה', 'צפת', 'DAFNA'),
(1241, 'דקל', 'באר שבע', 'DEQEL'),
(1349, 'דריג\'את', 'באר שבע', 'DERIG\'AT '),
(702, 'האון', 'כנרת', 'HAON'),
(675, 'הבונים', 'חדרה', 'HABONIM'),
(356, 'הגושרים', 'צפת', 'HAGOSHERIM '),
(191, 'הדר עם', 'השרון', 'HADAR AM '),
(9700, 'הוד השרון', 'פתח תקווה', 'HOD HASHARON'),
(726, 'הודיה', 'אשקלון', 'HODIYYA'),
(1322, 'הודיות', 'כנרת', 'HODAYOT'),
(1169, 'הוואשלה (שבט)', 'באר שבע', 'HAWASHLA '),
(956, 'הוזייל (שבט)', 'באר שבע', 'HUZAYYEL '),
(1186, 'הושעיה', 'עפולה', 'HOSHA\'AYA'),
(250, 'הזורע', 'עפולה', 'HAZOREA'),
(307, 'הזורעים', 'כנרת', 'HAZORE\'IM'),
(434, 'החותרים', 'חדרה', 'HAHOTERIM'),
(684, 'היוגב', 'עפולה', 'HAYOGEV'),
(1208, 'הילה', 'עכו', 'HILLA'),
(377, 'המעפיל', 'השרון', 'HAMA\'PIL '),
(677, 'הסוללים', 'עפולה', 'HASOLELIM'),
(423, 'העוגן', 'השרון', 'HAOGEN'),
(3769, 'הר אדר', 'ראמאללה', 'HAR ADAR '),
(3603, 'הר גילה', 'בית לחם', 'HAR GILLO'),
(1261, 'הר עמשא', 'באר שבע', 'HAR AMASA'),
(464, 'הראל', 'ירושלים', 'HAR\'EL'),
(1249, 'הרדוף', 'עפולה', 'HARDUF'),
(6400, 'הרצליה', 'תל אביב', 'HERZELIYYA '),
(1203, 'הררית', 'עכו', 'HARARIT'),
(3639, 'ורד יריחו', 'ירדן (יריחו)', 'WERED YERIHO'),
(1133, 'ורדון', 'אשקלון', 'WARDON'),
(2742, 'זבארגה (שבט)', 'באר שבע', 'ZABARGA'),
(815, 'זבדיאל', 'אשקלון', 'ZAVDI\'EL '),
(44, 'זוהר', 'אשקלון', 'ZOHAR'),
(584, 'זיקים', 'אשקלון', 'ZIQIM'),
(788, 'זיתן', 'רמלה', 'ZETAN'),
(9300, 'זכרון יעקב', 'חדרה', 'ZIKHRON YA\'AQOV '),
(799, 'זכריה', 'ירושלים', 'ZEKHARYA '),
(1290, 'זמר', 'השרון', 'ZEMER'),
(1065, 'זמרת', 'באר שבע', 'ZIMRAT'),
(816, 'זנוח', 'ירושלים', 'ZANOAH'),
(2064, 'זרועה', 'באר שבע', 'ZERU\'A'),
(975, 'זרזיר', 'עפולה', 'ZARZIR'),
(818, 'זרחיה', 'אשקלון', 'ZERAHYA'),
(1321, 'ח\'ואלד', 'חיפה', 'KHAWALED '),
(986, 'ח\'ואלד (שבט)', 'נצרת', 'KHAWALED '),
(235, 'חבצלת השרון', 'השרון', 'HAVAZZELET HASHARON'),
(1110, 'חבר', 'עפולה', 'HEVER'),
(3400, 'חברון', 'חברון', ''),
(717, 'חגור', 'פתח תקווה', 'HAGOR'),
(3764, 'חגי', 'חברון', 'HAGGAI'),
(205, 'חגלה', 'השרון', 'HOGLA'),
(4026, 'חד-נס', 'גולן', 'HAD-NES'),
(618, 'חדיד', 'רמלה', 'HADID'),
(6500, 'חדרה', 'חדרה', 'HADERA'),
(948, 'חוג\'ייראת (ד\'הרה)', 'עכו', 'HUJEIRAT )DAHRA('),
(160, 'חולדה', 'רמלה', 'HULDA'),
(6600, 'חולון', 'חולון', 'HOLON'),
(1239, 'חולית', 'באר שבע', 'HOLIT'),
(253, 'חולתה', 'צפת', 'HULATA'),
(662, 'חוסן', 'עכו', 'HOSEN'),
(1332, 'חוסנייה', 'עכו', 'HUSSNIYYA'),
(115, 'חופית', 'השרון', 'HOFIT'),
(374, 'חוקוק', 'כנרת', 'HUQOQ'),
(1303, 'חורה', 'באר שבע', 'HURA'),
(496, 'חורפיש', 'עכו', 'HURFEISH '),
(355, 'חורשים', 'פתח תקווה', 'HORESHIM '),
(1047, 'חזון', 'כנרת', 'HAZON'),
(219, 'חיבת ציון', 'השרון', 'HIBBAT ZIYYON'),
(3643, 'חיננית', 'ג\'נין', 'HINNANIT '),
(4000, 'חיפה', 'חיפה', 'HAIFA'),
(162, 'חירות', 'השרון', 'HERUT'),
(1272, 'חלוץ', 'עכו', 'HALUZ'),
(820, 'חלץ', 'אשקלון', 'HELEZ'),
(993, 'חמאם', 'כנרת', 'HAMAM'),
(801, 'חמד', 'רמלה', 'HEMED'),
(343, 'חמדיה', 'עפולה', 'HAMADYA'),
(3646, 'חמדת', 'ירדן (יריחו)', 'NAHAL HEMDAT'),
(3609, 'חמרה', 'ירדן (יריחו)', 'HAMRA'),
(807, 'חניאל', 'השרון', 'HANNI\'EL '),
(280, 'חניתה', 'עכו', 'HANITA'),
(1257, 'חנתון', 'עפולה', 'HANNATON '),
(4005, 'חספין', 'גולן', 'HASPIN'),
(363, 'חפץ חיים', 'רחובות', 'HAFEZ HAYYIM'),
(90, 'חפצי-בה', 'עפולה', 'HEFZI-BAH'),
(700, 'חצב', 'אשקלון', 'HAZAV'),
(13, 'חצבה', 'באר שבע', 'HAZEVA'),
(2034, 'חצור הגלילית', 'צפת', 'HAZOR HAGELILIT '),
(406, 'חצור-אשדוד', 'אשקלון', 'HAZOR-ASHDOD'),
(1409, 'חצר בארותיים', 'השרון', 'HAZAR BE\'EROTAYIM '),
(1402, 'חצרות חולדה', 'רמלה', 'HAZROT HULDA'),
(1404, 'חצרות יסף', 'עכו', 'HAZROT YASAF'),
(1405, 'חצרות כ"ח', 'פתח תקווה', 'HAZROT KOAH'),
(397, 'חצרים', 'באר שבע', 'HAZERIM'),
(422, 'חרב לאת', 'השרון', 'HEREV LE\'ET'),
(1024, 'חרוצים', 'השרון', 'HARUZIM'),
(1247, 'חריש', 'חדרה', 'HARISH'),
(3717, 'חרמש', 'ג\'נין', 'HERMESH'),
(1209, 'חרשים', 'עכו', 'HARASHIM '),
(3770, 'חשמונאים', 'ראמאללה', 'HASHMONA\'IM'),
(6700, 'טבריה', 'כנרת', 'TIBERIAS '),
(962, 'טובא-זנגריה', 'צפת', 'TUBA-ZANGARIYYE '),
(498, 'טורעאן', 'נצרת', 'TUR\'AN'),
(2730, 'טייבה', 'השרון', 'TAYIBE'),
(497, 'טייבה (בעמק)', 'עפולה', 'TAYIBE)BAEMEQ('),
(2720, 'טירה', 'השרון', 'TIRE'),
(663, 'טירת יהודה', 'פתח תקווה', 'TIRAT YEHUDA'),
(2100, 'טירת כרמל', 'חיפה', 'TIRAT KARMEL'),
(268, 'טירת צבי', 'עפולה', 'TIRAT ZEVI '),
(462, 'טל שחר', 'ירושלים', 'TAL SHAHAR '),
(1181, 'טל-אל', 'עכו', 'TAL-EL'),
(1177, 'טללים', 'באר שבע', 'TELALIM'),
(3788, 'טלמון', 'ראמאללה', 'TALMON'),
(8900, 'טמרה', 'עכו', 'TAMRA'),
(547, 'טמרה (יזרעאל)', 'עפולה', 'TAMRA )YIZRE\'EL('),
(3743, 'טנא', 'חברון', 'TENE'),
(1214, 'טפחות', 'כנרת', 'TEFAHOT'),
(1295, 'יאנוח-ג\'ת', 'עכו', 'YANUH-JAT'),
(1232, 'יבול', 'באר שבע', 'YEVUL'),
(46, 'יבנאל', 'כנרת', 'YAVNE\'EL '),
(2660, 'יבנה', 'רחובות', 'YAVNE'),
(96, 'יגור', 'חיפה', 'YAGUR'),
(798, 'יגל', 'רמלה', 'YAGEL'),
(577, 'יד בנימין', 'רחובות', 'YAD BINYAMIN'),
(1134, 'יד השמונה', 'ירושלים', 'YAD HASHEMONA'),
(758, 'יד חנה', 'השרון', 'YAD HANNA'),
(358, 'יד מרדכי', 'אשקלון', 'YAD MORDEKHAY'),
(775, 'יד נתן', 'אשקלון', 'YAD NATAN'),
(64, 'יד רמב"ם ', 'רמלה', 'YAD RAMBAM '),
(1144, 'ידידה', 'ירושלים', 'YEDIDA'),
(9400, 'יהוד-מונוסון', 'פתח תקווה', 'YEHUD-MONOSON'),
(1158, 'יהל', 'באר שבע', 'YAHEL'),
(2009, 'יובל', 'צפת', 'YUVAL'),
(1226, 'יובלים', 'עכו', 'YUVALIM'),
(1112, 'יודפת', 'עכו', 'YODEFAT'),
(4007, 'יונתן', 'גולן', 'YONATAN'),
(803, 'יושיביה', 'באר שבע', 'YOSHIVYA '),
(452, 'יזרעאל', 'עפולה', 'YIZRE\'EL '),
(409, 'יחיעם', 'עכו', 'YEHI\'AM'),
(866, 'יטבתה', 'באר שבע', 'YOTVATA'),
(3607, 'ייט"ב', 'ירדן (יריחו)', 'YITAV'),
(811, 'יכיני', 'אשקלון', 'YAKHINI'),
(753, 'ינוב', 'השרון', 'YANUV'),
(2011, 'ינון', 'אשקלון', 'YINNON'),
(29, 'יסוד המעלה', 'צפת', 'YESUD HAMA\'ALA'),
(440, 'יסודות', 'רחובות', 'YESODOT'),
(575, 'יסעור', 'עכו', 'YAS\'UR'),
(1138, 'יעד', 'עכו', 'YA\'AD'),
(1117, 'יעל', 'עפולה', 'YA\'EL'),
(1044, 'יעף', 'השרון', 'YE\'AF'),
(795, 'יערה', 'עכו', 'YA\'ARA'),
(499, 'יפיע', 'נצרת', 'YAFI'),
(3566, 'יפית', 'ירדן (יריחו)', 'YAFIT'),
(134, 'יפעת', 'עפולה', 'YIF\'AT'),
(453, 'יפתח', 'צפת', 'YIFTAH'),
(3749, 'יצהר', 'שכם', 'YIZHAR'),
(759, 'יציץ', 'רמלה', 'YAZIZ'),
(417, 'יקום', 'השרון', 'YAQUM'),
(3647, 'יקיר', 'טול כרם', 'YAQIR'),
(241, 'יקנעם (מושבה)', 'עפולה', 'YOQNE\'AM)MOSHAVA( '),
(240, 'יקנעם עילית', 'עפולה', 'YOQNE\'AM ILLIT'),
(623, 'יראון', 'צפת', 'YIR\'ON'),
(2026, 'ירדנה', 'עפולה', 'YARDENA'),
(831, 'ירוחם', 'באר שבע', 'YEROHAM'),
(3000, 'ירושלים', 'ירושלים', 'JERUSALEM'),
(718, 'ירחיב', 'פתח תקווה', 'YARHIV'),
(502, 'ירכא', 'עכו', 'YIRKA'),
(183, 'ירקונה', 'פתח תקווה', 'YARQONA'),
(916, 'ישע', 'באר שבע', 'YESHA'),
(805, 'ישעי', 'ירושלים', 'YISH\'I'),
(828, 'ישרש', 'רמלה', 'YASHRESH '),
(1227, 'יתד', 'באר שבע', 'YATED'),
(1329, 'יתיר', 'באר שבע', ''),
(504, 'כאבול', 'עכו', 'KABUL'),
(505, 'כאוכב אבו אל-היג\'א', 'עכו', 'KAOKAB ABU AL-HIJA'),
(576, 'כברי', 'עכו', 'KABRI'),
(371, 'כדורי', 'כנרת', 'KADOORIE '),
(1338, 'כדיתה', 'צפת', 'KADDITA'),
(3564, 'כוכב השחר', 'ראמאללה', 'KOKHAV HASHAHAR '),
(1224, 'כוכב יאיר', 'פתח תקווה', 'KOKHAV YA\'IR'),
(3779, 'כוכב יעקב', 'ראמאללה', 'KOKHAV YA\'AQOV'),
(824, 'כוכב מיכאל', 'אשקלון', 'KOKHAV MIKHA\'EL '),
(1252, 'כורזים', 'צפת', 'KORAZIM'),
(1210, 'כחל', 'צפת', 'KAHAL'),
(1367, 'כחלה', 'באר שבע', 'KOCHLEA'),
(840, 'כיסופים', 'באר שבע', 'KISSUFIM '),
(1153, 'כישור', 'עכו', 'KISHOR'),
(1183, 'כליל', 'עכו', 'KELIL'),
(1229, 'כלנית', 'כנרת', 'KALLANIT '),
(1331, 'כמאנה', 'עכו', ''),
(1291, 'כמהין', 'באר שבע', 'KEMEHIN'),
(1201, 'כמון', 'עכו', 'KAMMON'),
(2006, 'כנות', 'אשקלון', 'KANNOT'),
(4028, 'כנף', 'גולן', 'KANAF'),
(63, 'כנרת (מושבה)', 'כנרת', 'KINNERET)MOSHAVA( '),
(57, 'כנרת (קבוצה)', 'כנרת', 'KINNERET)QEVUZA('),
(1059, 'כסיפה', 'באר שבע', 'KUSEIFE'),
(859, 'כסלון', 'ירושלים', 'KESALON'),
(1296, 'כסרא-סמיע', 'עכו', 'KISRA-SUMEI'),
(978, 'כעביה-טבאש-חג\'אג\'רה', 'נצרת', 'KA\'ABIYYE-TABBASH-HA'),
(857, 'כפר אביב', 'רחובות', 'KEFAR AVIV '),
(3638, 'כפר אדומים', 'ראמאללה', 'KEFAR ADUMMIM'),
(364, 'כפר אוריה', 'ירושלים', 'KEFAR URIYYA'),
(690, 'כפר אחים', 'אשקלון', 'KEFAR AHIM '),
(220, 'כפר ביאליק', 'חיפה', 'KEFAR BIALIK'),
(177, 'כפר ביל"ו', 'רחובות', 'KEFAR BILU '),
(357, 'כפר בלום', 'צפת', 'KEFAR BLUM '),
(2010, 'כפר בן נון', 'רמלה', 'KEFAR BIN NUN'),
(633, 'כפר ברא', 'פתח תקווה', 'KAFAR BARA '),
(132, 'כפר ברוך', 'עפולה', 'KEFAR BARUKH'),
(106, 'כפר גדעון', 'עפולה', 'KEFAR GID\'ON'),
(427, 'כפר גלים', 'חיפה', 'KEFAR GALLIM'),
(310, 'כפר גליקסון', 'חדרה', 'KEFAR GLIKSON'),
(76, 'כפר גלעדי', 'צפת', 'KEFAR GIL\'ADI'),
(707, 'כפר דניאל', 'רמלה', 'KEFAR DANIYYEL'),
(3796, 'כפר האורנים', 'ראמאללה', 'KEFAR HAORANIM'),
(192, 'כפר החורש', 'עפולה', 'KEFAR HAHORESH'),
(254, 'כפר המכבי', 'חיפה', 'KEFAR HAMAKKABI '),
(582, 'כפר הנגיד', 'רחובות', 'KEFAR HANAGID'),
(890, 'כפר הנוער הדתי', 'חיפה', 'KEFAR HANO\'AR HADATI'),
(443, 'כפר הנשיא', 'צפת', 'KEFAR HANASI'),
(187, 'כפר הס', 'השרון', 'KEFAR HESS '),
(217, 'כפר הרא"ה', 'השרון', 'KEFAR HARO\'E'),
(888, 'כפר הרי"ף', 'אשקלון', 'KEFAR HARIF'),
(190, 'כפר ויתקין', 'השרון', 'KEFAR VITKIN'),
(320, 'כפר ורבורג', 'אשקלון', 'KEFAR WARBURG'),
(1263, 'כפר ורדים', 'עכו', 'KEFAR WERADIM'),
(1325, 'כפר זוהרים', 'ירושלים', 'KEFAR ZOHARIM'),
(786, 'כפר זיתים', 'כנרת', 'KEFAR ZETIM'),
(696, 'כפר חב"ד ', 'רמלה', 'KEFAR HABAD'),
(609, 'כפר חושן', 'צפת', 'KEFAR HOSHEN'),
(255, 'כפר חיטים', 'כנרת', 'KEFAR HITTIM'),
(193, 'כפר חיים', 'השרון', 'KEFAR HAYYIM'),
(1297, 'כפר חנניה', 'צפת', 'KEFAR HANANYA'),
(112, 'כפר חסידים א\'', 'חיפה', 'KEFAR HASIDIM ALEF'),
(889, 'כפר חסידים ב\'', 'חיפה', 'KEFAR HASIDIM BET '),
(4004, 'כפר חרוב', 'גולן', 'KEFAR HARUV'),
(673, 'כפר טרומן', 'רמלה', 'KEFAR TRUMAN'),
(507, 'כפר יאסיף', 'עכו', 'KAFAR YASIF'),
(233, 'כפר ידידיה', 'השרון', 'YEDIDYA'),
(140, 'כפר יהושע', 'עפולה', 'KEFAR YEHOSHUA'),
(168, 'כפר יונה', 'השרון', 'KEFAR YONA '),
(85, 'כפר יחזקאל', 'עפולה', 'KEFAR YEHEZQEL'),
(170, 'כפר יעבץ', 'השרון', 'KEFAR YA\'BEZ'),
(508, 'כפר כמא', 'כנרת', 'KAFAR KAMA '),
(509, 'כפר כנא', 'נצרת', 'KAFAR KANNA'),
(387, 'כפר מונש', 'השרון', 'KEFAR MONASH'),
(1095, 'כפר מימון', 'באר שבע', 'KEFAR MAYMON'),
(98, 'כפר מל"ל ', 'פתח תקווה', 'KEFAR MALAL'),
(510, 'כפר מנדא', 'עכו', 'KAFAR MANDA'),
(274, 'כפר מנחם', 'אשקלון', 'KEFAR MENAHEM'),
(297, 'כפר מסריק', 'עכו', 'KEFAR MASARYK'),
(512, 'כפר מצר', 'נצרת', 'KAFAR MISR '),
(764, 'כפר מרדכי', 'רחובות', 'KEFAR MORDEKHAY '),
(316, 'כפר נטר', 'השרון', 'KEFAR NETTER'),
(345, 'כפר סאלד', 'צפת', 'KEFAR SZOLD'),
(6900, 'כפר סבא', 'פתח תקווה', 'KEFAR SAVA '),
(107, 'כפר סילבר', 'אשקלון', 'KEFAR SILVER'),
(249, 'כפר סירקין', 'פתח תקווה', 'KEFAR SIRKIN'),
(875, 'כפר עבודה', 'השרון', 'KEFAR AVODA'),
(845, 'כפר עזה', 'אשקלון', 'KEFAR AZZA '),
(3488, 'כפר עציון', 'בית לחם', 'KEFAR EZYON'),
(189, 'כפר פינס', 'חדרה', 'KEFAR PINES'),
(634, 'כפר קאסם', 'פתח תקווה', 'KAFAR QASEM'),
(388, 'כפר קיש', 'כנרת', 'KEFAR KISH '),
(654, 'כפר קרע', 'חדרה', 'KAFAR QARA '),
(579, 'כפר ראש הנקרה', 'עכו', 'KEFAR ROSH HANIQRA'),
(1130, 'כפר רוזנואלד (זרעית)', 'עכו', 'KEFAR ROZENWALD)ZAR.'),
(295, 'כפר רופין', 'עפולה', 'KEFAR RUPPIN'),
(1166, 'כפר רות', 'רמלה', 'KEFAR RUT'),
(605, 'כפר שמאי', 'צפת', 'KEFAR SHAMMAY'),
(743, 'כפר שמואל', 'רמלה', 'KEFAR SHEMU\'EL'),
(267, 'כפר שמריהו', 'תל אביב', 'KEFAR SHEMARYAHU'),
(47, 'כפר תבור', 'כנרת', 'KEFAR TAVOR'),
(3572, 'כפר תפוח', 'טול כרם', 'KEFAR TAPPUAH'),
(38, 'כרי דשא', 'כנרת', 'KARE DESHE '),
(1285, 'כרכום', 'כנרת', 'KARKOM'),
(664, 'כרם בן זמרה', 'צפת', 'KEREM BEN ZIMRA '),
(88, 'כרם בן שמן', 'רמלה', 'KEREM BEN SHEMEN'),
(1094, 'כרם יבנה (ישיבה)', 'רחובות', 'KEREM YAVNE)YESHIVA('),
(580, 'כרם מהר"ל', 'חדרה', 'KEREM MAHARAL'),
(1085, 'כרם שלום', 'באר שבע', 'KEREM SHALOM'),
(1264, 'כרמי יוסף', 'רמלה', 'KARME YOSEF'),
(3766, 'כרמי צור', 'חברון', 'KARME ZUR'),
(1374, 'כרמי קטיף', 'אשקלון', 'KARME QATIF'),
(1139, 'כרמיאל', 'עכו', 'KARMI\'EL '),
(768, 'כרמיה', 'אשקלון', 'KARMIYYA '),
(1198, 'כרמים', 'באר שבע', 'KERAMIM'),
(3656, 'כרמל', 'חברון', 'KARMEL'),
(1207, 'לבון', 'עכו', 'LAVON'),
(585, 'לביא', 'כנרת', 'LAVI'),
(1230, 'לבנים', 'כנרת', 'LIVNIM'),
(2023, 'להב', 'באר שבע', 'LAHAV'),
(380, 'להבות הבשן', 'צפת', 'LAHAVOT HABASHAN'),
(715, 'להבות חביבה', 'חדרה', 'LAHAVOT HAVIVA'),
(1271, 'להבים', 'באר שבע', 'LEHAVIM'),
(7000, 'לוד', 'רמלה', 'LOD '),
(52, 'לוזית', 'ירושלים', 'LUZIT'),
(595, 'לוחמי הגיטאות', 'עכו', 'LOHAME HAGETA\'OT'),
(1171, 'לוטם', 'עכו', 'LOTEM'),
(1255, 'לוטן', 'באר שבע', 'LOTAN'),
(674, 'לימן', 'עכו', 'LIMAN'),
(24, 'לכיש', 'אשקלון', 'LAKHISH'),
(1310, 'לפיד', 'רמלה', 'LAPPID'),
(1173, 'לפידות', 'עכו', 'LAPPIDOT '),
(1060, 'לקיה', 'באר שבע', 'LAQYE'),
(2055, 'מאור', 'חדרה', 'MA\'OR'),
(102, 'מאיר שפיה', 'חדרה', 'ME\'IR SHEFEYA'),
(771, 'מבוא ביתר', 'ירושלים', 'MEVO BETAR '),
(3569, 'מבוא דותן', 'ג\'נין', 'MEVO DOTAN '),
(3709, 'מבוא חורון', 'ראמאללה', 'MEVO HORON '),
(4204, 'מבוא חמה', 'גולן', 'MEVO HAMMA '),
(1141, 'מבוא מודיעים', 'רמלה', 'MEVO MODI\'IM'),
(1318, 'מבואות ים', 'השרון', 'MEVO\'OT YAM'),
(3825, 'מבואות יריחו', 'ירדן (יריחו)', 'MEVO\'OT YERIHO'),
(1080, 'מבועים', 'באר שבע', 'MABBU\'IM '),
(829, 'מבטחים', 'באר שבע', 'MIVTAHIM '),
(573, 'מבקיעים', 'אשקלון', 'MAVQI\'IM '),
(1015, 'מבשרת ציון', 'ירושלים', 'MEVASSERET ZIYYON '),
(516, 'מג\'ד אל-כרום', 'עכו', 'MAJD AL-KURUM'),
(4201, 'מג\'דל שמס', 'גולן', 'MAJDAL SHAMS'),
(481, 'מגאר', 'כנרת', 'MUGHAR'),
(689, 'מגדים', 'חדרה', 'MEGADIM'),
(65, 'מגדל', 'כנרת', 'MIGDAL'),
(874, 'מגדל העמק', 'עפולה', 'MIGDAL HAEMEQ'),
(3561, 'מגדל עוז', 'בית לחם', 'MIGDAL OZ'),
(3751, 'מגדלים', 'שכם', 'MIGDALIM '),
(586, 'מגידו', 'עפולה', 'MEGIDDO'),
(375, 'מגל', 'חדרה', 'MAGGAL'),
(695, 'מגן', 'באר שבע', 'MAGEN'),
(1155, 'מגן שאול', 'עפולה', 'MAGEN SHA\'UL'),
(722, 'מגשימים', 'פתח תקווה', 'MAGSHIMIM'),
(2029, 'מדרך עוז', 'עפולה', 'MIDRAKH OZ '),
(1140, 'מדרשת בן גוריון', 'באר שבע', 'MIDRESHET BEN GURION'),
(897, 'מדרשת רופין', 'השרון', 'MIDRESHET RUPPIN'),
(3797, 'מודיעין עילית', 'ראמאללה', 'MODI\'IN ILLIT'),
(1200, 'מודיעין-מכבים-רעות', 'רמלה', 'MODI\'IN-MAKKABBIM-RE'),
(269, 'מולדת', 'עפולה', 'MOLEDET'),
(208, 'מוצא עילית', 'ירושלים', 'MOZA ILLIT '),
(635, 'מוקייבלה', 'עפולה', 'MUQEIBLE '),
(1163, 'מורן', 'עכו', 'MORAN'),
(1178, 'מורשת', 'עכו', 'MORESHET '),
(606, 'מזור', 'פתח תקווה', 'MAZOR'),
(28, 'מזכרת בתיה', 'רחובות', 'MAZKERET BATYA'),
(104, 'מזרע', 'עפולה', 'MIZRA'),
(517, 'מזרעה', 'עכו', 'MAZRA\'A'),
(3599, 'מחולה', 'ירדן (יריחו)', 'MEHOLA'),
(1411, 'מחנה הילה', 'רחובות', 'MAHANE HILLA'),
(1418, 'מחנה טלי', 'באר שבע', 'MAHANE TALI'),
(1413, 'מחנה יהודית', 'עפולה', 'MAHANE YEHUDIT'),
(1416, 'מחנה יוכבד', 'באר שבע', 'MAHANE YOKHVED'),
(1415, 'מחנה יפה', 'באר שבע', 'MAHANE YAFA'),
(1196, 'מחנה יתיר', 'באר שבע', 'MAHANE YATTIR'),
(1414, 'מחנה מרים', 'אשקלון', 'MAHANE MIRYAM'),
(1412, 'מחנה תל נוף', 'רחובות', 'MAHANE TEL NOF'),
(308, 'מחניים', 'צפת', 'MAHANAYIM'),
(776, 'מחסיה', 'ירושלים', 'MAHSEYA'),
(43, 'מטולה', 'צפת', 'METULA'),
(822, 'מטע', 'ירושלים', 'MATTA'),
(1128, 'מי עמי', 'חדרה', 'ME AMMI'),
(2054, 'מיטב', 'עפולה', 'METAV'),
(649, 'מייסר', 'חדרה', 'MEISER'),
(4019, 'מיצר', 'גולן', 'MEZAR'),
(1282, 'מירב', 'עפולה', 'MERAV'),
(607, 'מירון', 'צפת', 'MERON'),
(731, 'מישר', 'רחובות', 'MESHAR'),
(1268, 'מיתר', 'באר שבע', 'METAR'),
(3614, 'מכורה', 'ירדן (יריחו)', 'MEKHORA'),
(1343, 'מכחול', 'באר שבע', 'MAKCHUL'),
(382, 'מכמורת', 'השרון', 'MIKHMORET'),
(1202, 'מכמנים', 'עכו', 'MIKHMANNIM '),
(164, 'מלאה', 'עפולה', 'MELE\'A'),
(2044, 'מלילות', 'באר שבע', 'MELILOT'),
(596, 'מלכיה', 'צפת', 'MALKIYYA '),
(1154, 'מלכישוע', 'עפולה', 'MALKISHUA'),
(2030, 'מנוחה', 'אשקלון', 'MENUHA'),
(1174, 'מנוף', 'עכו', 'MANOF'),
(1205, 'מנות', 'עכו', 'MANOT'),
(48, 'מנחמיה', 'כנרת', 'MENAHEMYA'),
(347, 'מנרה', 'צפת', 'MENNARA'),
(994, 'מנשית זבדה', 'נצרת', 'MANSHIYYET ZABDA'),
(1258, 'מסד', 'כנרת', 'MASSAD'),
(263, 'מסדה', 'כנרת', 'MASSADA'),
(298, 'מסילות', 'עפולה', 'MESILLOT '),
(742, 'מסילת ציון', 'ירושלים', 'MESILLAT ZIYYON '),
(748, 'מסלול', 'באר שבע', 'MASLUL'),
(4203, 'מסעדה', 'גולן', 'MAS\'ADE'),
(939, 'מסעודין אל-עזאזמה', 'באר שבע', 'MAS\'UDIN AL-\'AZAZME'),
(197, 'מעברות', 'השרון', 'MA\'BAROT '),
(1082, 'מעגלים', 'באר שבע', 'MA\'GALIM '),
(678, 'מעגן', 'כנרת', 'MA\'AGAN'),
(694, 'מעגן מיכאל', 'חדרה', 'MA\'AGAN MIKHA\'EL'),
(272, 'מעוז חיים', 'עפולה', 'MA\'OZ HAYYIM'),
(3657, 'מעון', 'חברון', 'MA\'ON'),
(570, 'מעונה', 'עכו', 'ME\'ONA'),
(518, 'מעיליא', 'עכו', 'MI\'ELYA'),
(416, 'מעין ברוך', 'צפת', 'MA\'YAN BARUKH'),
(290, 'מעין צבי', 'חדרה', 'MA\'YAN ZEVI'),
(3616, 'מעלה אדומים', 'בית לחם', 'MA\'ALE ADUMMIM'),
(3608, 'מעלה אפרים', 'ירדן (יריחו)', 'MA\'ALE EFRAYIM'),
(1127, 'מעלה גלבוע', 'עפולה', 'MA\'ALE GILBOA'),
(4008, 'מעלה גמלא', 'גולן', 'MA\'ALE GAMLA'),
(286, 'מעלה החמישה', 'ירושלים', 'MA\'ALE HAHAMISHA'),
(3752, 'מעלה לבונה', 'ראמאללה', 'MA\'ALE LEVONA'),
(3651, 'מעלה מכמש', 'ראמאללה', 'MA\'ALE MIKHMAS'),
(1327, 'מעלה עירון', 'חדרה', 'MA\'ALE IRON'),
(3653, 'מעלה עמוס', 'בית לחם', 'MA\'ALE AMOS'),
(3637, 'מעלה שומרון', 'טול כרם', 'MA\'ALE SHOMERON '),
(1063, 'מעלות-תרשיחא', 'עכו', 'MA\'ALOT-TARSHIHA'),
(344, 'מענית', 'חדרה', 'MA\'ANIT'),
(230, 'מעש', 'פתח תקווה', 'MA\'AS'),
(668, 'מפלסים', 'אשקלון', 'MEFALLESIM '),
(3745, 'מצדות יהודה', 'חברון', 'MEZADOT YEHUDA'),
(325, 'מצובה', 'עכו', 'MAZZUVA'),
(757, 'מצליח', 'רמלה', 'MAZLIAH'),
(58, 'מצפה', 'כנרת', 'MIZPA'),
(1222, 'מצפה אבי"ב ', 'עכו', 'MIZPE AVIV '),
(1370, 'מצפה אילן', 'חדרה', 'MITSPE ILAN'),
(3576, 'מצפה יריחו', 'ירדן (יריחו)', 'MIZPE YERIHO'),
(1190, 'מצפה נטופה', 'עפולה', 'MIZPE NETOFA'),
(99, 'מצפה רמון', 'באר שבע', 'MIZPE RAMON'),
(3610, 'מצפה שלם', 'ירדן (יריחו)', 'MIZPE SHALEM'),
(648, 'מצר', 'חדרה', 'MEZER'),
(22, 'מקווה ישראל', 'חולון', 'MIQWE YISRA\'EL'),
(843, 'מרגליות', 'צפת', 'MARGALIYYOT'),
(4101, 'מרום גולן', 'גולן', 'MEROM GOLAN'),
(1340, 'מרחב עם', 'באר שבע', 'MERHAV AM'),
(97, 'מרחביה (מושב)', 'עפולה', 'MERHAVYA)MOSHAV('),
(66, 'מרחביה (קיבוץ)', 'עפולה', 'MERHAVYA)QIBBUZ('),
(1098, 'מרכז שפירא', 'אשקלון', 'MERKAZ SHAPPIRA '),
(421, 'משאבי שדה', 'באר שבע', 'MASH\'ABBE SADE'),
(765, 'משגב דב', 'רחובות', 'MISGAV DOV '),
(378, 'משגב עם', 'צפת', 'MISGAV AM'),
(520, 'משהד', 'נצרת', 'MESHHED'),
(3605, 'משואה', 'ירדן (יריחו)', 'MASSU\'A'),
(620, 'משואות יצחק', 'אשקלון', 'MASSUOT YIZHAQ'),
(3785, 'משכיות', 'ירדן (יריחו)', 'MASKIYYOT'),
(670, 'משמר איילון', 'רמלה', 'MISHMAR AYYALON '),
(563, 'משמר דוד', 'רמלה', 'MISHMAR DAWID'),
(732, 'משמר הירדן', 'צפת', 'MISHMAR HAYARDEN'),
(395, 'משמר הנגב', 'באר שבע', 'MISHMAR HANEGEV '),
(130, 'משמר העמק', 'עפולה', 'MISHMAR HAEMEQ'),
(729, 'משמר השבעה', 'רמלה', 'MISHMAR HASHIV\'A'),
(194, 'משמר השרון', 'השרון', 'MISHMAR HASHARON'),
(213, 'משמרות', 'חדרה', 'MISHMAROT'),
(425, 'משמרת', 'השרון', 'MISHMERET'),
(791, 'משען', 'אשקלון', 'MASH\'EN'),
(1315, 'מתן', 'פתח תקווה', 'MATTAN'),
(1184, 'מתת', 'עכו', 'MATTAT'),
(3648, 'מתתיהו', 'ראמאללה', 'MATTITYAHU '),
(4551, 'נאות גולן', 'גולן', 'NE\'OT GOLAN'),
(1124, 'נאות הכיכר', 'באר שבע', 'NE\'OT HAKIKKAR'),
(408, 'נאות מרדכי', 'צפת', 'NE\'OT MORDEKHAY '),
(1197, 'נאות סמדר', 'באר שבע', 'SHIZZAFON'),
(524, 'נאעורה', 'עפולה', 'NA\'URA'),
(396, 'נבטים', 'באר שבע', 'NEVATIM'),
(315, 'נגבה', 'אשקלון', 'NEGBA'),
(3724, 'נגוהות', 'חברון', 'NEGOHOT'),
(309, 'נהורה', 'אשקלון', 'NEHORA'),
(80, 'נהלל', 'עפולה', 'NAHALAL'),
(9100, 'נהריה', 'עכו', 'NAHARIYYA'),
(4304, 'נוב', 'גולן', 'NOV '),
(55, 'נוגה', 'אשקלון', 'NOGAH'),
(3573, 'נוה צוף', 'ראמאללה', 'NEVE TSUF'),
(1366, 'נווה', 'באר שבע', 'NAVE'),
(926, 'נווה אבות', 'חדרה', 'NEWE AVOT'),
(590, 'נווה אור', 'עפולה', 'NEWE UR'),
(4303, 'נווה אטי"ב ', 'גולן', 'NEWE ATIV'),
(405, 'נווה אילן', 'ירושלים', 'NEWE ILAN'),
(296, 'נווה איתן', 'עפולה', 'NEWE ETAN'),
(3725, 'נווה דניאל', 'בית לחם', 'NEWE DANIYYEL'),
(1057, 'נווה זוהר', 'באר שבע', 'NEWE ZOHAR '),
(1314, 'נווה זיו', 'עכו', 'NEWE ZIV '),
(1279, 'נווה חריף', 'באר שבע', 'NEWE HARIF '),
(312, 'נווה ים', 'חדרה', 'NEWE YAM '),
(686, 'נווה ימין', 'פתח תקווה', 'NEWE YAMIN '),
(858, 'נווה ירק', 'פתח תקווה', 'NEWE YARAQ '),
(827, 'נווה מבטח', 'אשקלון', 'NEWE MIVTAH'),
(1071, 'נווה מיכאל', 'ירושלים', 'NEWE MIKHA\'EL'),
(1259, 'נווה שלום', 'ירושלים', 'NEWE SHALOM'),
(15, 'נועם', 'אשקלון', 'NO\'AM'),
(1333, 'נוף איילון', 'רמלה', 'NOF AYYALON'),
(1061, 'נוף הגליל', 'נצרת', 'NOF HAGALIL'),
(3790, 'נופים', 'טול כרם', 'NOFIM'),
(1284, 'נופית', 'חיפה', 'NOFIT'),
(257, 'נופך', 'פתח תקווה', 'NOFEKH'),
(3726, 'נוקדים', 'בית לחם', 'NOQEDIM'),
(447, 'נורדיה', 'השרון', 'NORDIYYA '),
(833, 'נורית', 'עפולה', 'NURIT'),
(59, 'נחושה', 'ירושלים', 'NEHUSHA'),
(844, 'נחל עוז', 'אשקלון', 'NAHAL OZ '),
(2045, 'נחלה', 'אשקלון', 'NAHALA'),
(3767, 'נחליאל', 'ראמאללה', 'NAHALI\'EL'),
(449, 'נחלים', 'פתח תקווה', 'NEHALIM'),
(809, 'נחם', 'ירושלים', 'NAHAM'),
(522, 'נחף', 'עכו', 'NAHEF'),
(433, 'נחשולים', 'חדרה', 'NAHSHOLIM'),
(777, 'נחשון', 'ירושלים', 'NAHSHON'),
(705, 'נחשונים', 'פתח תקווה', 'NAHSHONIM'),
(1147, 'נטועה', 'עכו', 'NETU\'A'),
(4014, 'נטור', 'גולן', 'NATUR'),
(1369, 'נטע', 'אשקלון', 'NETA'),
(174, 'נטעים', 'רחובות', 'NETA\'IM'),
(1254, 'נטף', 'ירושלים', 'NATAF'),
(523, 'ניין', 'עפולה', 'NEIN'),
(3655, 'ניל"י', 'ראמאללה', 'NILI'),
(351, 'ניצן', 'אשקלון', 'NIZZAN'),
(1419, 'ניצן ב\'', 'אשקלון', 'NIZZAN B '),
(1195, 'ניצנה (קהילת חינוך)', 'באר שבע', 'NIZZANA )QEHILAT HIN'),
(1280, 'ניצני סיני', 'באר שבע', 'NIZZANE SINAY'),
(851, 'ניצני עוז', 'השרון', 'NIZZANE OZ '),
(359, 'ניצנים', 'אשקלון', 'NIZZANIM '),
(808, 'ניר אליהו', 'פתח תקווה', 'NIR ELIYYAHU'),
(553, 'ניר בנים', 'אשקלון', 'NIR BANIM'),
(720, 'ניר גלים', 'רחובות', 'NIR GALLIM '),
(256, 'ניר דוד (תל עמל)', 'עפולה', 'NIR DAWID )TEL AMAL('),
(11, 'ניר ח"ן', 'אשקלון', 'NIR HEN'),
(165, 'ניר יפה', 'עפולה', 'NIR YAFE '),
(402, 'ניר יצחק', 'באר שבע', 'NIR YIZHAQ '),
(699, 'ניר ישראל', 'אשקלון', 'NIR YISRA\'EL'),
(2047, 'ניר משה', 'באר שבע', 'NIR MOSHE'),
(69, 'ניר עוז', 'באר שבע', 'NIR OZ'),
(348, 'ניר עם', 'אשקלון', 'NIR AM'),
(769, 'ניר עציון', 'חדרה', 'NIR EZYON'),
(2048, 'ניר עקיבא', 'באר שבע', 'NIR AQIVA'),
(331, 'ניר צבי', 'רמלה', 'NIR ZEVI '),
(602, 'נירים', 'באר שבע', 'NIRIM'),
(1236, 'נירית', 'פתח תקווה', 'NIRIT'),
(4035, 'נמרוד', 'גולן', 'NIMROD'),
(825, 'נס הרים', 'ירושלים', 'NES HARIM'),
(1143, 'נס עמים', 'עכו', 'NES AMMIM'),
(7200, 'נס ציונה', 'רחובות', 'NES ZIYYONA'),
(186, 'נעורים', 'השרון', 'NE\'URIM'),
(3787, 'נעלה', 'ראמאללה', 'NA\'ALE'),
(3713, 'נעמ"ה', 'ירדן (יריחו)', 'NAAMA'),
(158, 'נען', 'רמלה', 'NA\'AN'),
(3620, 'נערן', 'ירדן (יריחו)', 'NA\'ARAN'),
(1041, 'נצאצרה (שבט)', 'באר שבע', 'NASASRA'),
(1372, 'נצר חזני', 'רחובות', 'NEZER HAZZANI'),
(435, 'נצר סרני', 'רמלה', 'NEZER SERENI'),
(7300, 'נצרת', 'נצרת', 'NAZARETH '),
(2500, 'נשר', 'חיפה', 'NESHER'),
(3555, 'נתיב הגדוד', 'ירדן (יריחו)', 'NETIV HAGEDUD'),
(693, 'נתיב הל"ה', 'ירושלים', 'NETIV HALAMED-HE'),
(1242, 'נתיב העשרה', 'אשקלון', 'NETIV HAASARA'),
(792, 'נתיב השיירה', 'עכו', 'NETIV HASHAYYARA'),
(246, 'נתיבות', 'באר שבע', 'NETIVOT'),
(7400, 'נתניה', 'השרון', 'NETANYA'),
(525, 'סאג\'ור', 'עכו', 'SAJUR'),
(578, 'סאסא', 'צפת', 'SASA'),
(587, 'סביון', 'פתח תקווה', 'SAVYON'),
(2046, 'סגולה', 'אשקלון', 'SEGULA'),
(942, 'סואעד (חמרייה)', 'עכו', 'SAWA\'ID)HAMRIYYE( '),
(989, 'סואעד (כמאנה) (שבט)', 'עכו', 'SAWA\'ID )KAMANE('),
(526, 'סולם', 'עפולה', 'SULAM'),
(3756, 'סוסיה', 'חברון', 'SUSEYA'),
(1238, 'סופה', 'באר שבע', 'SUFA'),
(7500, 'סח\'נין', 'עכו', 'SAKHNIN'),
(1170, 'סייד (שבט)', 'באר שבע', 'SAYYID'),
(1245, 'סלמה', 'עכו', 'SALLAMA'),
(3567, 'סלעית', 'טול כרם', 'SAL\'IT'),
(1156, 'סמר', 'באר שבע', 'SAMAR'),
(3777, 'סנסנה', 'חברון', ''),
(419, 'סעד', 'באר שבע', 'SA\'AD'),
(1360, 'סעוה', 'באר שבע', 'SA\'WA'),
(454, 'סער', 'עכו', 'SA\'AR'),
(1176, 'ספיר', 'באר שבע', 'SAPPIR'),
(610, 'סתריה', 'רמלה', 'SITRIYYA '),
(4501, 'ע\'ג\'ר', 'גולן', 'GHAJAR'),
(892, 'עבדון', 'עכו', 'AVDON'),
(376, 'עברון', 'עכו', 'EVRON'),
(794, 'עגור', 'ירושלים', 'AGUR'),
(1199, 'עדי', 'עכו', 'ADI '),
(2035, 'עדנים', 'פתח תקווה', 'ADANIM'),
(826, 'עוזה', 'אשקלון', 'UZA '),
(528, 'עוזייר', 'נצרת', 'UZEIR'),
(737, 'עולש', 'השרון', 'OLESH'),
(666, 'עומר', 'באר שבע', 'OMER'),
(810, 'עופר', 'חדרה', 'OFER'),
(3617, 'עופרה', 'ראמאללה', 'OFRA'),
(32, 'עוצם', 'אשקלון', 'OZEM'),
(957, 'עוקבי (בנו עוקבה)', 'באר שבע', 'UQBI )BANU UQBA('),
(328, 'עזוז', 'באר שבע', 'EZUZ'),
(1149, 'עזר', 'אשקלון', 'EZER'),
(837, 'עזריאל', 'השרון', 'AZRI\'EL'),
(711, 'עזריה', 'רמלה', 'AZARYA'),
(817, 'עזריקם', 'אשקלון', 'AZRIQAM'),
(969, 'עטאוונה (שבט)', 'באר שבע', 'ATAWNE'),
(3658, 'עטרת', 'ראמאללה', 'ATERET'),
(1175, 'עידן', 'באר שבע', 'IDDAN'),
(530, 'עיילבון', 'כנרת', 'EILABUN'),
(156, 'עיינות', 'רחובות', 'AYANOT'),
(511, 'עילוט', 'נצרת', 'ILUT'),
(687, 'עין איילה', 'חדרה', 'EN AYYALA'),
(546, 'עין אל-אסד', 'עכו', 'EIN AL-ASAD'),
(273, 'עין גב', 'כנרת', 'EN GEV'),
(2042, 'עין גדי', 'באר שבע', 'EN GEDI'),
(436, 'עין דור', 'עפולה', 'EN DOR'),
(1240, 'עין הבשור', 'באר שבע', 'EN HABESOR '),
(74, 'עין הוד', 'חדרה', 'EN HOD'),
(167, 'עין החורש', 'השרון', 'EN HAHORESH'),
(289, 'עין המפרץ', 'עכו', 'EN HAMIFRAZ'),
(383, 'עין הנצי"ב ', 'עפולה', 'EN HANAZIV '),
(367, 'עין העמק', 'עפולה', 'EN HAEMEQ'),
(270, 'עין השופט', 'עפולה', 'EN HASHOFET'),
(676, 'עין השלושה', 'באר שבע', 'EN HASHELOSHA'),
(157, 'עין ורד', 'השרון', 'EN WERED '),
(4503, 'עין זיוון', 'גולן', 'EN ZIWAN '),
(1320, 'עין חוד', 'חדרה', 'EIN HOD'),
(1053, 'עין חצבה', 'באר שבע', 'EN HAZEVA'),
(89, 'עין חרוד (איחוד)', 'עפולה', 'EN HAROD )IHUD( '),
(82, 'עין חרוד (מאוחד)', 'עפולה', 'EN HAROD)ME\'UHAD( '),
(806, 'עין יהב', 'באר שבע', 'EN YAHAV '),
(813, 'עין יעקב', 'עכו', 'EN YA\'AQOV '),
(1056, 'עין כרם-בי"ס חקלאי', 'ירושלים', 'EN KAREM-B.S.HAQLA\'I'),
(426, 'עין כרמל', 'חדרה', 'EN KARMEL'),
(532, 'עין מאהל', 'נצרת', 'EIN MAHEL'),
(521, 'עין נקובא', 'ירושלים', 'EIN NAQQUBA'),
(223, 'עין עירון', 'חדרה', 'EN IRON'),
(622, 'עין צורים', 'אשקלון', 'EN ZURIM '),
(4502, 'עין קנייא', 'גולן', 'EIN QINIYYE'),
(514, 'עין ראפה', 'ירושלים', 'EIN RAFA '),
(139, 'עין שמר', 'חדרה', 'EN SHEMER'),
(880, 'עין שריד', 'השרון', 'EN SARID '),
(1251, 'עין תמר', 'באר שבע', 'EN TAMAR '),
(871, 'עינת', 'פתח תקווה', 'ENAT'),
(1187, 'עיר אובות', 'באר שבע', 'IR OVOT'),
(7600, 'עכו', 'עכו', 'AKKO'),
(1146, 'עלומים', 'באר שבע', 'ALUMIM'),
(3765, 'עלי', 'שכם', 'ELI '),
(3727, 'עלי זהב', 'טול כרם', 'ALE ZAHAV'),
(688, 'עלמה', 'צפת', 'ALMA'),
(3715, 'עלמון', 'ראמאללה', 'ALMON'),
(1212, 'עמוקה', 'צפת', 'AMUQQA'),
(3824, 'עמיחי', 'ראמאללה', 'AMMIHAY'),
(779, 'עמינדב', 'ירושלים', 'AMMINADAV'),
(385, 'עמיעד', 'צפת', 'AMMI\'AD'),
(318, 'עמיעוז', 'באר שבע', 'AMMI\'OZ'),
(773, 'עמיקם', 'חדרה', 'AMMIQAM'),
(319, 'עמיר', 'צפת', 'AMIR'),
(3660, 'עמנואל', 'טול כרם', 'IMMANU\'EL'),
(708, 'עמקה', 'עכו', 'AMQA'),
(3712, 'ענב', 'טול כרם', 'ENAV'),
(534, 'עספיא', 'חיפה', 'ISIFYA'),
(7700, 'עפולה', 'עפולה', 'AFULA'),
(3778, 'עץ אפרים', 'טול כרם', 'EZ EFRAYIM '),
(917, 'עצמון שגב', 'עכו', 'ATSMON-SEGEV'),
(531, 'עראבה', 'עכו', 'ARRABE'),
(1246, 'עראמשה', 'עכו', 'ARAMSHA'),
(1335, 'ערב אל נעים', 'עכו', 'ARRAB AL NAIM'),
(2560, 'ערד', 'באר שבע', 'ARAD'),
(593, 'ערוגות', 'אשקלון', 'ARUGOT'),
(637, 'ערערה', 'חדרה', 'AR\'ARA'),
(1192, 'ערערה-בנגב', 'באר שבע', 'AR\'ARA-BANEGEV'),
(591, 'עשרת', 'רחובות', 'ASERET'),
(53, 'עתלית', 'חדרה', 'ATLIT'),
(3748, 'עתניאל', 'חברון', 'OTNI\'EL'),
(1151, 'פארן', 'באר שבע', 'PARAN'),
(3768, 'פדואל', 'טול כרם', 'PEDU\'EL'),
(750, 'פדויים', 'באר שבע', 'PEDUYIM'),
(838, 'פדיה', 'רמלה', 'PEDAYA'),
(1104, 'פוריה - כפר עבודה', 'כנרת', 'PORIYYA-KEFAR AVODA'),
(1105, 'פוריה - נווה עובד', 'כנרת', 'PORIYYA-NEWE OVED '),
(1313, 'פוריה עילית', 'כנרת', 'PORIYYA ILLIT'),
(537, 'פוריידיס', 'חדרה', 'FUREIDIS '),
(767, 'פורת', 'השרון', 'PORAT'),
(749, 'פטיש', 'באר שבע', 'PATTISH'),
(1185, 'פלך', 'עכו', 'PELEKH'),
(597, 'פלמחים', 'רחובות', 'PALMAHIM '),
(3723, 'פני חבר', 'חברון', 'PENE HEVER '),
(3659, 'פסגות', 'ראמאללה', 'PESAGOT'),
(535, 'פסוטה', 'עכו', 'FASSUTA'),
(2059, 'פעמי תש"ז', 'באר שבע', 'PA\'AME TASHAZ'),
(3615, 'פצאל', 'ירדן (יריחו)', 'PEZA\'EL'),
(536, 'פקיעין (בוקייעה)', 'עכו', 'PEQI\'IN )BUQEI\'A( '),
(281, 'פקיעין חדשה', 'עכו', 'PEQI\'IN HADASHA '),
(7800, 'פרדס חנה-כרכור', 'חדרה', 'PARDES HANNA-KARKUR'),
(171, 'פרדסיה', 'השרון', 'PARDESIYYA '),
(599, 'פרוד', 'צפת', 'PAROD'),
(2053, 'פרזון', 'עפולה', 'PERAZON'),
(1231, 'פרי גן', 'באר שבע', 'PERI GAN '),
(7900, 'פתח תקווה', 'פתח תקווה', 'PETAH TIQWA'),
(839, 'פתחיה', 'רמלה', 'PETAHYA'),
(413, 'צאלים', 'באר שבע', 'ZE\'ELIM'),
(1180, 'צביה', 'עכו', 'ZVIYYA'),
(1213, 'צבעון', 'צפת', 'ZIV\'ON'),
(465, 'צובה', 'ירושלים', 'ZOVA'),
(1136, 'צוחר', 'באר שבע', 'ZOHAR'),
(1111, 'צופיה', 'רחובות', 'ZOFIYYA'),
(3791, 'צופים', 'טול כרם', 'ZUFIN'),
(198, 'צופית', 'פתח תקווה', 'ZOFIT'),
(1150, 'צופר', 'באר שבע', 'ZOFAR'),
(1102, 'צוקי ים', 'השרון', 'SHOSHANNAT HAAMAQIM)'),
(1262, 'צוקים', 'באר שבע', 'MAHANE BILDAD'),
(1113, 'צור הדסה', 'ירושלים', 'ZUR HADASSA'),
(1345, 'צור יצחק', 'פתח תקווה', 'ZUR YIZHAQ '),
(276, 'צור משה', 'השרון', 'ZUR MOSHE'),
(1148, 'צור נתן', 'פתח תקווה', 'ZUR NATAN'),
(774, 'צוריאל', 'עכו', 'ZURI\'EL'),
(1221, 'צורית', 'עכו', 'ZURIT'),
(613, 'ציפורי', 'עפולה', 'ZIPPORI'),
(796, 'צלפון', 'ירושלים', 'ZELAFON'),
(636, 'צנדלה', 'עפולה', 'SANDALA'),
(594, 'צפריה', 'רמלה', 'ZAFRIYYA '),
(1079, 'צפרירים', 'ירושלים', 'ZAFRIRIM '),
(8000, 'צפת', 'צפת', 'ZEFAT'),
(612, 'צרופה', 'חדרה', 'ZERUFA'),
(567, 'צרעה', 'ירושלים', 'ZOR\'A'),
(1234, 'קבועה (שבט)', 'באר שבע', 'QABBO\'A'),
(334, 'קבוצת יבנה', 'רחובות', 'QEVUZAT YAVNE'),
(3557, 'קדומים', 'טול כרם', 'QEDUMIM'),
(195, 'קדימה-צורן', 'השרון', 'QADIMA-ZORAN'),
(392, 'קדמה', 'אשקלון', 'QEDMA'),
(4025, 'קדמת צבי', 'גולן', 'QIDMAT ZEVI'),
(3781, 'קדר', 'בית לחם', 'QEDAR'),
(615, 'קדרון', 'רחובות', 'QIDRON'),
(1211, 'קדרים', 'כנרת', 'QADDARIM '),
(964, 'קודייראת א-צאנע(שבט)', 'באר שבע', 'QUDEIRAT AS-SANI'),
(972, 'קוואעין (שבט)', 'באר שבע', 'QAWA\'IN'),
(766, 'קוממיות', 'אשקלון', 'QOMEMIYYUT '),
(1179, 'קורנית', 'עכו', 'QORANIT'),
(1052, 'קטורה', 'באר שבע', 'QETURA'),
(1167, 'קיסריה', 'חדרה', 'QESARIYYA'),
(414, 'קלחים', 'באר שבע', 'QELAHIM'),
(3601, 'קליה', 'ירדן (יריחו)', 'QALYA'),
(638, 'קלנסווה', 'השרון', 'QALANSAWE'),
(4024, 'קלע', 'גולן', 'QELA'),
(1243, 'קציר', 'חדרה', 'QAZIR'),
(1347, 'קצר א-סר', 'באר שבע', ''),
(4100, 'קצרין', 'גולן', 'QAZRIN'),
(2620, 'קרית אונו', 'רמת גן', 'QIRYAT ONO '),
(3611, 'קרית ארבע', 'חברון', 'QIRYAT ARBA'),
(6800, 'קרית אתא', 'חיפה', 'QIRYAT ATTA'),
(9500, 'קרית ביאליק', 'חיפה', 'QIRYAT BIALIK'),
(2630, 'קרית גת', 'אשקלון', 'QIRYAT GAT '),
(2300, 'קרית טבעון', 'חיפה', 'QIRYAT TIV\'ON'),
(9600, 'קרית ים', 'חיפה', 'QIRYAT YAM '),
(1137, 'קרית יערים', 'ירושלים', 'QIRYAT YE\'ARIM'),
(2039, 'קרית יערים(מוסד)', 'ירושלים', 'QIRYAT YE\'ARIM)INSTI'),
(8200, 'קרית מוצקין', 'חיפה', 'QIRYAT MOTZKIN'),
(1034, 'קרית מלאכי', 'אשקלון', 'QIRYAT MAL\'AKHI '),
(3746, 'קרית נטפים', 'טול כרם', 'QIRYAT NETAFIM'),
(78, 'קרית ענבים', 'ירושלים', 'QIRYAT ANAVIM'),
(469, 'קרית עקרון', 'רחובות', 'QIRYAT EQRON'),
(412, 'קרית שלמה', 'השרון', 'QIRYAT SHELOMO'),
(2800, 'קרית שמונה', 'צפת', 'QIRYAT SHEMONA'),
(3640, 'קרני שומרון', 'טול כרם', 'QARNE SHOMERON'),
(4006, 'קשת', 'גולן', 'QESHET'),
(543, 'ראמה', 'עכו', 'RAME'),
(1334, 'ראס אל-עין', 'עכו', 'RAS AL-EIN '),
(990, 'ראס עלי', 'חיפה', 'RAS ALI'),
(2640, 'ראש העין', 'פתח תקווה', 'ROSH HAAYIN'),
(26, 'ראש פינה', 'צפת', 'ROSH PINNA '),
(3602, 'ראש צורים', 'בית לחם', 'ROSH ZURIM '),
(8300, 'ראשון לציון', 'רחובות', 'RISHON LEZIYYON '),
(3795, 'רבבה', 'שכם', 'REVAVA'),
(564, 'רבדים', 'אשקלון', 'REVADIM'),
(354, 'רביבים', 'באר שבע', 'REVIVIM'),
(1225, 'רביד', 'כנרת', 'RAVID'),
(390, 'רגבה', 'עכו', 'REGBA'),
(444, 'רגבים', 'חדרה', 'REGAVIM'),
(1161, 'רהט', 'באר שבע', 'RAHAT'),
(2051, 'רווחה', 'אשקלון', 'REWAHA'),
(2016, 'רוויה', 'עפולה', 'REWAYA'),
(1341, 'רוח מדבר', 'באר שבע', 'RUAH MIDBAR'),
(362, 'רוחמה', 'אשקלון', 'RUHAMA'),
(539, 'רומאנה', 'נצרת', 'RUMMANE'),
(997, 'רומת הייב', 'נצרת', 'RUMAT HEIB '),
(3619, 'רועי', 'ירדן (יריחו)', 'RO\'I'),
(3782, 'רותם', 'ירדן (יריחו)', 'ROTEM'),
(854, 'רחוב', 'עפולה', 'REHOV'),
(8400, 'רחובות', 'רחובות', 'REHOVOT'),
(3822, 'רחלים', 'שכם', 'REHELIM'),
(540, 'ריחאניה', 'צפת', 'REIHANIYYE '),
(3568, 'ריחן', 'ג\'נין', 'REHAN'),
(542, 'ריינה', 'נצרת', 'REINE'),
(3565, 'רימונים', 'ראמאללה', 'RIMMONIM '),
(616, 'רינתיה', 'פתח תקווה', 'RINNATYA '),
(922, 'רכסים', 'חיפה', 'REKHASIM '),
(1069, 'רם-און', 'עפולה', 'RAM-ON'),
(4702, 'רמות', 'גולן', 'RAMOT'),
(206, 'רמות השבים', 'פתח תקווה', 'RAMOT HASHAVIM'),
(735, 'רמות מאיר', 'רמלה', 'RAMOT ME\'IR'),
(445, 'רמות מנשה', 'עפולה', 'RAMOT MENASHE'),
(372, 'רמות נפתלי', 'צפת', 'RAMOT NAFTALI'),
(8500, 'רמלה', 'רמלה', 'RAMLA'),
(8600, 'רמת גן', 'רמת גן', 'RAMAT GAN'),
(135, 'רמת דוד', 'עפולה', 'RAMAT DAWID'),
(184, 'רמת הכובש', 'פתח תקווה', 'RAMAT HAKOVESH'),
(335, 'רמת השופט', 'עפולה', 'RAMAT HASHOFET'),
(2650, 'רמת השרון', 'תל אביב', 'RAMAT HASHARON'),
(178, 'רמת יוחנן', 'חיפה', 'RAMAT YOHANAN'),
(122, 'רמת ישי', 'עפולה', 'RAMAT YISHAY'),
(4701, 'רמת מגשימים', 'גולן', 'RAMAT MAGSHIMIM '),
(339, 'רמת צבי', 'עפולה', 'RAMAT ZEVI '),
(460, 'רמת רזיאל', 'ירושלים', 'RAMAT RAZI\'EL'),
(127, 'רמת רחל', 'ירושלים', 'RAMAT RAHEL'),
(789, 'רנן', 'באר שבע', 'RANNEN'),
(713, 'רעים', 'באר שבע', 'RE\'IM'),
(8700, 'רעננה', 'פתח תקווה', 'RA\'ANANA '),
(1228, 'רקפת', 'עכו', 'RAQEFET'),
(247, 'רשפון', 'השרון', 'RISHPON'),
(437, 'רשפים', 'עפולה', 'RESHAFIM '),
(1260, 'רתמים', 'באר שבע', 'RETAMIM'),
(324, 'שאר ישוב', 'צפת', 'SHE\'AR YASHUV'),
(1377, 'שבי דרום', 'באר שבע', 'SHAVE DAROM'),
(282, 'שבי ציון', 'עכו', 'SHAVE ZIYYON'),
(3571, 'שבי שומרון', 'שכם', 'SHAVE SHOMERON'),
(913, 'שבלי - אום אל-גנם', 'עפולה', 'SHIBLI'),
(1286, 'שגב-שלום', 'באר שבע', 'SEGEV-SHALOM'),
(721, 'שדה אילן', 'כנרת', 'SEDE ILAN'),
(304, 'שדה אליהו', 'עפולה', 'SEDE ELIYYAHU'),
(861, 'שדה אליעזר', 'צפת', 'SEDE ELI\'EZER'),
(885, 'שדה בוקר', 'באר שבע', 'SEDE BOQER '),
(36, 'שדה דוד', 'אשקלון', 'SEDE DAWID '),
(284, 'שדה ורבורג', 'פתח תקווה', 'SEDE WARBURG'),
(293, 'שדה יואב', 'אשקלון', 'SEDE YO\'AV '),
(142, 'שדה יעקב', 'עפולה', 'SEDE YA\'AQOV'),
(2008, 'שדה יצחק', 'חדרה', 'SEDE YIZHAQ'),
(18, 'שדה משה', 'אשקלון', 'SEDE MOSHE '),
(259, 'שדה נחום', 'עפולה', 'SEDE NAHUM '),
(329, 'שדה נחמיה', 'צפת', 'SEDE NEHEMYA'),
(1058, 'שדה ניצן', 'באר שבע', 'SEDE NIZZAN'),
(739, 'שדה עוזיהו', 'אשקלון', 'SEDE UZZIYYAHU'),
(2049, 'שדה צבי', 'באר שבע', 'SEDE ZEVI'),
(327, 'שדות ים', 'חדרה', 'SEDOT YAM'),
(27, 'שדות מיכה', 'ירושלים', 'SEDOT MIKHA'),
(1223, 'שדי אברהם', 'באר שבע', 'SEDE AVRAHAM'),
(2015, 'שדי חמד', 'פתח תקווה', 'SEDE HEMED '),
(2057, 'שדי תרומות', 'עפולה', 'SEDE TERUMOT'),
(555, 'שדמה', 'רחובות', 'SHEDEMA'),
(306, 'שדמות דבורה', 'כנרת', 'SHADMOT DEVORA'),
(3578, 'שדמות מחולה', 'ירדן (יריחו)', 'SHADMOT MEHOLA'),
(1031, 'שדרות', 'אשקלון', 'SEDEROT'),
(741, 'שואבה', 'ירושלים', 'SHO\'EVA'),
(761, 'שובה', 'באר שבע', 'SHUVA'),
(394, 'שובל', 'באר שבע', 'SHOVAL'),
(1304, 'שוהם', 'רמלה', 'SHOHAM'),
(614, 'שומרה', 'עכו', 'SHOMERA'),
(1265, 'שומריה', 'באר שבע', 'SHOMERIYYA '),
(415, 'שוקדה', 'באר שבע', 'SHOQEDA'),
(456, 'שורש', 'ירושלים', 'SHORESH'),
(1235, 'שורשים', 'עכו', 'SHORASHIM'),
(224, 'שושנת העמקים', 'השרון', 'SHOSHANNAT HAAMAQIM'),
(527, 'שזור', 'עכו', 'SHEZOR'),
(7, 'שחר', 'אשקלון', 'SHAHAR'),
(1266, 'שחרות', 'באר שבע', 'SHAHARUT '),
(865, 'שיבולים', 'באר שבע', 'SHIBBOLIM'),
(1267, 'שיטים', 'באר שבע', 'NAHAL SHITTIM'),
(658, 'שייח\' דנון', 'עכו', 'SHEIKH DANNUN'),
(3641, 'שילה', 'ראמאללה', 'SHILO'),
(1165, 'שילת', 'רמלה', 'SHILAT'),
(1160, 'שכניה', 'עכו', 'SHEKHANYA'),
(873, 'שלווה', 'אשקלון', 'SHALWA'),
(1373, 'שלווה במדבר', 'באר שבע', 'SHALVA BAMIDBAR '),
(439, 'שלוחות', 'עפולה', 'SHELUHOT '),
(812, 'שלומי', 'עכו', 'SHELOMI'),
(1364, 'שלומית', 'באר שבע', 'SHLOMIT'),
(366, 'שמיר', 'צפת', 'SHAMIR'),
(3784, 'שמעה', 'חברון', 'SHIM\'A'),
(432, 'שמרת', 'עכו', 'SHAMERAT '),
(1337, 'שמשית', 'עפולה', 'SHIMSHIT '),
(1287, 'שני', 'באר שבע', 'SHANI'),
(1132, 'שניר', 'צפת', 'SENIR'),
(538, 'שעב', 'עכו', 'SHA\'AB'),
(1299, 'שעורים', 'כנרת', 'SE\'ORIM'),
(4009, 'שעל', 'גולן', 'SHA\'AL'),
(856, 'שעלבים', 'רמלה', 'SHA\'ALVIM'),
(661, 'שער אפרים', 'השרון', 'SHA\'AR EFRAYIM'),
(264, 'שער הגולן', 'כנרת', 'SHA\'AR HAGOLAN'),
(237, 'שער העמקים', 'חיפה', 'SHA\'AR HAAMAQIM '),
(921, 'שער מנשה', 'חדרה', 'SHA\'AR MENASHE'),
(3720, 'שערי תקווה', 'טול כרם', 'SHA\'ARE TIQWA'),
(232, 'שפיים', 'השרון', 'SHEFAYIM '),
(692, 'שפיר', 'אשקלון', 'SHAFIR'),
(846, 'שפר', 'צפת', 'SHEFER'),
(8800, 'שפרעם', 'עכו', 'SHEFAR\'AM'),
(3649, 'שקד', 'ג\'נין', 'SHAQED'),
(1233, 'שקף', 'אשקלון', 'SHEQEF'),
(292, 'שרונה', 'כנרת', 'SHARONA'),
(1114, 'שריגים (לי-און)', 'ירושלים', 'LI-ON'),
(126, 'שריד', 'עפולה', 'SARID'),
(398, 'שרשרת', 'באר שבע', 'SHARSHERET '),
(1045, 'שתולה', 'עכו', 'SHETULA'),
(763, 'שתולים', 'אשקלון', 'SHETULIM '),
(2062, 'תאשור', 'באר שבע', 'TE\'ASHUR '),
(2061, 'תדהר', 'באר שבע', 'TIDHAR'),
(1172, 'תובל', 'עכו', 'TUVAL'),
(3558, 'תומר', 'ירדן (יריחו)', 'TOMER'),
(1083, 'תושיה', 'באר שבע', 'TUSHIYYA '),
(163, 'תימורים', 'אשקלון', 'TIMMORIM '),
(10, 'תירוש', 'ירושלים', 'TIROSH'),
(5000, 'תל אביב - יפו', 'תל אביב', 'TEL AVIV - YAFO '),
(84, 'תל יוסף', 'עפולה', 'TEL YOSEF'),
(287, 'תל יצחק', 'השרון', 'TEL YIZHAQ '),
(154, 'תל מונד', 'השרון', 'TEL MOND '),
(103, 'תל עדשים', 'עפולה', 'TEL ADASHIM'),
(719, 'תל קציר', 'כנרת', 'TEL QAZIR'),
(1054, 'תל שבע', 'באר שבע', 'TEL SHEVA'),
(1283, 'תל תאומים', 'עפולה', 'TEL TE\'OMIM'),
(3719, 'תלם', 'חברון', 'TELEM'),
(1051, 'תלמי אליהו', 'באר שבע', 'TALME ELIYYAHU'),
(2003, 'תלמי אלעזר', 'חדרה', 'TALME EL\'AZAR'),
(2050, 'תלמי ביל"ו ', 'באר שבע', 'TALME BILU '),
(1237, 'תלמי יוסף', 'באר שבע', 'TALME YOSEF'),
(727, 'תלמי יחיאל', 'אשקלון', 'TALME YEHI\'EL'),
(744, 'תלמי יפה', 'אשקלון', 'TALME YAFE '),
(814, 'תלמים', 'אשקלון', 'TELAMIM'),
(1244, 'תמרת', 'עפולה', 'TIMRAT'),
(2002, 'תנובות', 'השרון', 'TENUVOT'),
(752, 'תעוז', 'ירושלים', 'TA\'OZ'),
(709, 'תפרח', 'באר שבע', 'TIFRAH'),
(665, 'תקומה', 'באר שבע', 'TEQUMA'),
(3563, 'תקוע', 'בית לחם', 'TEQOA'),
(970, 'תראבין א-צאנע (שבט)', 'באר שבע', 'TARABIN AS-SANI '),
(1346, 'תראבין א-צאנע(ישוב)', 'באר שבע', 'TARABIN AS-SANI '),
(778, 'תרום', 'ירושלים', 'TARUM');
-- --------------------------------------------------------
--
-- Table structure for table `user`
--
CREATE TABLE `user` (
`id` int(11) UNSIGNED NOT NULL,
`login` varchar(15) COLLATE utf8_unicode_ci NOT NULL,
`password` varchar(15) COLLATE utf8_unicode_ci NOT NULL,
`dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`name` varchar(30) COLLATE utf8_unicode_ci NOT NULL COMMENT 'שם מלא',
`phone` varchar(15) COLLATE utf8_unicode_ci DEFAULT NULL,
`town` int(11) UNSIGNED NOT NULL DEFAULT '0',
`address` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `user`
--
INSERT INTO `user` (`id`, `login`, `password`, `dt`, `name`, `phone`, `town`, `address`) VALUES
(1, 'gk', '123', '2020-06-04 14:35:00', 'גדעון קוך', '050-1234567', 5000, 'פישמן 3'),
(2, 'david', '234', '2020-05-19 23:06:29', 'דוד כהן', '058-1234567', 4000, 'העצמאות 84 דירה 28'),
(3, 'yosi', '345', '2020-06-07 07:42:39', 'יוסי ברכה', '056-1234567', 3000, 'הרצל 3'),
(36, 'or', '456', '2020-06-19 13:12:42', 'אור נבון', '050-1234588', 5000, 'דיזנגוף 51'),
(37, 'niva', '567', '2020-06-19 13:12:42', 'ניבה מנור', '050-1244588', 4000, 'העצמאות 12'),
(38, 'adi', '678', '2020-06-19 13:13:59', 'עדי מזרחי', '058-1234562', 3000, 'החלוץ 4');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `category`
--
ALTER TABLE `category`
ADD PRIMARY KEY (`c_id`);
--
-- Indexes for table `chat`
--
ALTER TABLE `chat`
ADD PRIMARY KEY (`chat_id`),
ADD KEY `t2` (`t2`),
ADD KEY `t2_2` (`t2`),
ADD KEY `t1` (`t1`);
--
-- Indexes for table `log`
--
ALTER TABLE `log`
ADD KEY `l_s_id` (`l_s_id`,`l_u_id`,`l_p_id`),
ADD KEY `l_s_id_2` (`l_s_id`),
ADD KEY `l_u_id` (`l_u_id`),
ADD KEY `l_p_id` (`l_p_id`);
--
-- Indexes for table `product`
--
ALTER TABLE `product`
ADD PRIMARY KEY (`p_id`),
ADD KEY `p_category` (`p_category`),
ADD KEY `p_shop_id` (`p_shop_id`);
--
-- Indexes for table `shop`
--
ALTER TABLE `shop`
ADD PRIMARY KEY (`s_id`);
--
-- Indexes for table `supplier`
--
ALTER TABLE `supplier`
ADD KEY `u_id` (`u_id`),
ADD KEY `s_id` (`s_id`);
--
-- Indexes for table `town`
--
ALTER TABLE `town`
ADD PRIMARY KEY (`t_id`);
--
-- Indexes for table `user`
--
ALTER TABLE `user`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `category`
--
ALTER TABLE `category`
MODIFY `c_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `chat`
--
ALTER TABLE `chat`
MODIFY `chat_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
--
-- AUTO_INCREMENT for table `product`
--
ALTER TABLE `product`
MODIFY `p_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61;
--
-- AUTO_INCREMENT for table `shop`
--
ALTER TABLE `shop`
MODIFY `s_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `user`
--
ALTER TABLE `user`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
select `dt`.`d_year`, `item`.`i_category_id`, `item`.`i_category`, sum(`ss_ext_sales_price`)
from `date_dim` as `dt`
where `dt`.`d_date_sk` = `store_sales`.`ss_sold_date_sk` and `store_sales`.`ss_item_sk` = `item`.`i_item_sk` and `item`.`i_manager_id` = 1 and `dt`.`d_moy` = 11 and `dt`.`d_year` = 2000
group by `dt`.`d_year`, `item`.`i_category_id`, `item`.`i_category`
order by sum(`ss_ext_sales_price`) desc, `dt`.`d_year`, `item`.`i_category_id`, `item`.`i_category`
fetch next 100 rows only |
CREATE DATABASE MORGAN_BAY_PARADICE_RESORT;
CREATE TABLE Employee(
Emp_ID INT PRIMARY KEY IDENTITY(1,1) NOT NULL,
Emp_Name varchar(30),
Emp_Address varchar(50),
Emp_Email varchar(40),
Emp_Num INT);
CREATE TABLE Rooms(
Room_Num INT PRIMARY KEY IDENTITY(1,1) NOT NULL,
Floor_Num INT,
Room_Description varchar(100) NOT NULL);
CREATE TABLE Customer(
Cust_ID INT PRIMARY KEY IDENTITY(1,1) NOT NULL,
Cust_Name varchar(30),
Cust_Address varchar(50),
Cust_Email varchar(40),
Cust_Num INT);
CREATE TABLE Booking(
Booking_ID INT PRIMARY KEY IDENTITY(1,1) NOT NULL,
Booking_Date varchar(30),
Cust_ID INT FOREIGN KEY REFERENCES Customer(Cust_ID),
Room_Num INT FOREIGN KEY REFERENCES Rooms(Room_Num));
CREATE TABLE Payment(
Payment_ID INT PRIMARY KEY NOT NULL,
Payment_Type varchar(20),
Payment_Date varchar(20),
Payment_Amount DECIMAL (18, 2),
Booking_ID INT FOREIGN KEY REFERENCES Booking(Booking_ID));
|
--Problem 1
CREATE DATABASE Minions
-- After creating use this DB
USE Minions
-- Problem 2
--table Minions (Id, Name, Age)
CREATE TABLE Minions(
Id INT PRIMARY KEY IDENTITY,
[Name] NVARCHAR(20) NOT NULL,
Age INT
)
--table Towns (Id, Name)
CREATE TABLE Towns(
Id INT PRIMARY KEY IDENTITY,
[Name] NVARCHAR(20) NOT NULL
)
|
-- criando tabela fornecedores
-- TABELA PAI
create table fornecedores
(
id_for int not null,
nome varchar(30) not null,
fone varchar(30) not null
primary key(id_for)
);
-- criando tabela produtos
-- TABELA FILHO
create table produtos
(
id_pro int identity,
id_for int not null,
prod varchar(30) not null,
preco decimal(5,3) not null
primary key(id_pro)
foreign key(id_for) references fornecedores (id_for)
);
-- inserindo dados na tabela fornecedores
-- TABELA PAI
insert into fornecedores values (1,'Chico','99123-1010');
insert into fornecedores values (2,'Chica','99234-2020');
-- verificando os dados cadastrados do fornecedores
select * from fornecedores;
-- inserindo dados na tabela produtos
-- TABELA FILHO
insert into produtos values (1,'NotebookDell','5.600');
insert into produtos values (1,'MouseDell','5.600');
insert into produtos values (2,'TecladoDell','2.000');
-- verificando os dados cadastrados do produtos
select * from produtos;
|
-- phpMyAdmin SQL Dump
-- version 4.9.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Apr 06, 2021 at 05:10 PM
-- Server version: 10.4.8-MariaDB
-- PHP Version: 7.3.10
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `db_embuh`
--
-- --------------------------------------------------------
--
-- Table structure for table `tbm_barang`
--
CREATE TABLE `tbm_barang` (
`id_barang` int(11) NOT NULL,
`id_kategori` int(11) NOT NULL,
`nama` varchar(100) NOT NULL,
`harga` varchar(20) NOT NULL,
`desc` text NOT NULL,
`stok` int(11) NOT NULL,
`foto` varchar(100) NOT NULL,
`pilihan` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `tbm_barang`
--
INSERT INTO `tbm_barang` (`id_barang`, `id_kategori`, `nama`, `harga`, `desc`, `stok`, `foto`, `pilihan`) VALUES
(1, 1, 'buku cerita rakyat', '125000', 'buku yang menceritakan kehidupan raja dan rakyat dalam fiksi', 25, 'raja no life.jpg', 'tersedia'),
(2, 1, 'Death Note', '300000', 'menceritakan tentang pelajar populer yang menemukan buku kematian yang telah di jatuhkan oleh dewa kematian. Kekuatan buku itu ....', 125, 'death note.jpg', 'tersedia per chapter'),
(3, 2, 'One piece', '30000', 'bercerita tentang petualangan seorang pemuda yang kemudian mendapatkan teman di jalan', 200, 'onepiece.jpg', 'terbatas'),
(4, 2, 'conan', '55000', 'Bercerita tentang seorang remaja yang kepergok oleh seorang perampok kemudian diberi pil, tak disangka pil itu membuat seorang remaja tersebut berubah menjadi kecilkembali', 400, 'conan.jpg', 'tersedia'),
(5, 3, 'boboiboy', '70000', 'menceritakan tentang seorang anak berusia sekitar 1 thn yang menemukan bola ajaib dan bisa berbicara kemudian memperoleh 7 elemen yang diberikan oleh bola tersebut', 9000, 'boi.jpg', 'tersedia');
-- --------------------------------------------------------
--
-- Table structure for table `tbm_katbarang`
--
CREATE TABLE `tbm_katbarang` (
`id_kategori` int(11) NOT NULL,
`nama` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `tbm_katbarang`
--
INSERT INTO `tbm_katbarang` (`id_kategori`, `nama`) VALUES
(1, 'buku'),
(2, 'komik\r\n'),
(3, 'film');
-- --------------------------------------------------------
--
-- Table structure for table `tbm_user`
--
CREATE TABLE `tbm_user` (
`id_user` int(11) NOT NULL,
`nama` varchar(255) NOT NULL,
`username` varchar(255) NOT NULL,
`password` text NOT NULL,
`no_telp` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `tbm_user`
--
INSERT INTO `tbm_user` (`id_user`, `nama`, `username`, `password`, `no_telp`) VALUES
(1, 'mamas agilsurya', 'ls', 'karepekoelahya', ''),
(2, 'agil sap', 'agils', '72180418175e0e078113ebd8236193a9', '089665881651');
-- --------------------------------------------------------
--
-- Table structure for table `tbt_pembayaran`
--
CREATE TABLE `tbt_pembayaran` (
`id_pembayaran` int(11) NOT NULL,
`id_pembelian` int(11) NOT NULL,
`tgl_transaksi` datetime NOT NULL DEFAULT current_timestamp(),
`total` varchar(100) NOT NULL,
`status` enum('sudah','belum') NOT NULL DEFAULT 'belum',
`tgl_pembayaran` datetime NOT NULL,
`bukti_pembayaran` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------
--
-- Table structure for table `tbt_pembelian`
--
CREATE TABLE `tbt_pembelian` (
`id_pembelian` int(11) NOT NULL,
`id_barang` int(11) NOT NULL,
`id_user` int(11) NOT NULL,
`qty` int(11) NOT NULL,
`harga` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `tbt_pembelian`
--
INSERT INTO `tbt_pembelian` (`id_pembelian`, `id_barang`, `id_user`, `qty`, `harga`) VALUES
(1, 1, 1, 5, '5000');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `tbm_barang`
--
ALTER TABLE `tbm_barang`
ADD PRIMARY KEY (`id_barang`);
--
-- Indexes for table `tbm_katbarang`
--
ALTER TABLE `tbm_katbarang`
ADD PRIMARY KEY (`id_kategori`);
--
-- Indexes for table `tbm_user`
--
ALTER TABLE `tbm_user`
ADD PRIMARY KEY (`id_user`);
--
-- Indexes for table `tbt_pembayaran`
--
ALTER TABLE `tbt_pembayaran`
ADD PRIMARY KEY (`id_pembayaran`);
--
-- Indexes for table `tbt_pembelian`
--
ALTER TABLE `tbt_pembelian`
ADD PRIMARY KEY (`id_pembelian`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `tbm_barang`
--
ALTER TABLE `tbm_barang`
MODIFY `id_barang` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `tbm_katbarang`
--
ALTER TABLE `tbm_katbarang`
MODIFY `id_kategori` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `tbm_user`
--
ALTER TABLE `tbm_user`
MODIFY `id_user` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `tbt_pembayaran`
--
ALTER TABLE `tbt_pembayaran`
MODIFY `id_pembayaran` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `tbt_pembelian`
--
ALTER TABLE `tbt_pembelian`
MODIFY `id_pembelian` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
create database urlshortener;
CREATE TABLE Url (
long_url varchar(20) NOT NULL DEFAULT '',
short_url varchar(20) NOT NULL DEFAULT '',
short_url_id varchar(20) NOT NULL DEFAULT '',
PRIMARY KEY (long_url)
);
CREATE INDEX long_url_on_url_table ON Url(long_url);
CREATE INDEX short_url_id_on_url_table ON Url(short_url_id);
CREATE TABLE Statistic (
dateTime varchar(20) NOT NULL DEFAULT '',
endpoint varchar(20) NOT NULL DEFAULT '',
was_successful boolean NOT NULL DEFAULT 0,
PRIMARY KEY (dateTime)
);
CREATE INDEX endpoint_on_statistic_table ON Statistic(endpoint);
CREATE INDEX was_successful_on_statistic_table ON Statistic(was_successful);
|
CREATE TABLE client_preferences (
client_preferences_id SERIAL,
category_id INTEGER NOT NULL,
correspondence_id INTEGER NOT NULL,
opt_out VARCHAR(1) NOT NULL,
retention_period INTEGER NOT NULL,
developer VARCHAR(5) NOT NULL,
project VARCHAR(5) NOT NULL,
lender VARCHAR(5) NOT NULL,
PRIMARY KEY (client_preferences_id),
FOREIGN KEY (category_id) REFERENCES categories (category_id),
FOREIGN KEY (correspondence_id) REFERENCES corrs (correspondence_id),
UNIQUE (category_id, correspondence_id, developer, project, lender)
)
|
SELECT ANIMAL_TYPE, count(ANIMAL_ID)
from ANIMAL_INS
group by ANIMAL_TYPE
order by ANIMAL_TYPE ASC
|
-- phpMyAdmin SQL Dump
-- version 4.7.4
-- https://www.phpmyadmin.net/
--
-- Servidor: 127.0.0.1
-- Tiempo de generación: 21-02-2018 a las 09:24:24
-- Versión del servidor: 10.1.29-MariaDB
-- Versión de PHP: 7.2.0
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Base de datos: `guia`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `clientes`
--
CREATE TABLE `clientes` (
`idcliente` int(50) NOT NULL,
`username` varchar(100) COLLATE utf8_spanish_ci NOT NULL,
`password` varchar(100) COLLATE utf8_spanish_ci NOT NULL,
`mail` varchar(50) COLLATE utf8_spanish_ci NOT NULL,
`enabled` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
--
-- Volcado de datos para la tabla `clientes`
--
INSERT INTO `clientes` (`idcliente`, `username`, `password`, `mail`, `enabled`) VALUES
(1, 'joaquin', '123', '123@123.com', 1);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `contenidos`
--
CREATE TABLE `contenidos` (
`idcontenido` int(100) NOT NULL,
`categoria` varchar(50) COLLATE utf8_spanish_ci NOT NULL,
`titulo` varchar(50) COLLATE utf8_spanish_ci NOT NULL,
`descripcion` varchar(50) COLLATE utf8_spanish_ci NOT NULL,
`multimedia` varchar(50) COLLATE utf8_spanish_ci NOT NULL,
`precio` float NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `relclientcont`
--
CREATE TABLE `relclientcont` (
`idcliente` int(50) NOT NULL,
`idcontenido` int(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci;
--
-- Índices para tablas volcadas
--
--
-- Indices de la tabla `clientes`
--
ALTER TABLE `clientes`
ADD PRIMARY KEY (`idcliente`);
--
-- Indices de la tabla `contenidos`
--
ALTER TABLE `contenidos`
ADD PRIMARY KEY (`idcontenido`);
--
-- Indices de la tabla `relclientcont`
--
ALTER TABLE `relclientcont`
ADD PRIMARY KEY (`idcliente`,`idcontenido`),
ADD UNIQUE KEY `idcontenido` (`idcontenido`) USING BTREE,
ADD KEY `idcliente` (`idcliente`);
--
-- Restricciones para tablas volcadas
--
--
-- Filtros para la tabla `relclientcont`
--
ALTER TABLE `relclientcont`
ADD CONSTRAINT `relclientcont_ibfk_1` FOREIGN KEY (`idcliente`) REFERENCES `clientes` (`idcliente`),
ADD CONSTRAINT `relclientcont_ibfk_2` FOREIGN KEY (`idcontenido`) REFERENCES `contenidos` (`idcontenido`);
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
CREATE DATABASE long_db;
USE long_db;
CREATE TABLE logins (
id int NOT NULL AUTO_INCREMENT PRIMARY KEY,
first_name varchar(255),
last_name varchar(255),
username varchar(255),
password varchar(255)
);
|
with questions as (
select
id,
view_count,
score,
answer_count,
comment_count,
tags,
accepted_answer_id,
creation_date
from {{ref('stg_post_questions')}}
),
answers as (
select
id as accepted_answer_id,
score as answer_score,
creation_date as answer_creation_datetime
from {{ref('stg_post_answers')}}
),
both as (
select
id,
view_count,
score,
answer_count,
comment_count,
split(tags,'|') tags,
accepted_answer_id,
answer_score,
creation_date as question_creation_datetime,
answer_creation_datetime
from questions
left join answers using(accepted_answer_id)
),
final as (
select
id,
view_count,
score,
answer_count,
comment_count,
tag,
accepted_answer_id,
answer_score,
question_creation_datetime ,
extract(date from question_creation_datetime) question_creation_date,
extract(day from question_creation_datetime) question_creation_day,
extract(week from question_creation_datetime) question_creation_week,
extract(month from question_creation_datetime) question_creation_month,
extract(quarter from question_creation_datetime) question_creation_quarter,
extract(year from question_creation_datetime) question_creation_year,
answer_creation_datetime
from both, unnest(tags) tag
)
select * from final
|
DROP DATABASE IF EXISTS storetestdb;
CREATE DATABASE storetestdb;
\connect storetestdb;
-- Drop table
-- DROP TABLE users
CREATE TABLE users (
id varchar(50) NOT NULL,
staffid varchar(25) NOT NULL,
title varchar(20) NULL,
password varchar(100) NOT NULL,
fullname varchar(50) NOT NULL,
emailaddress varchar(50) NOT NULL,
phonenumber varchar(20) NOT NULL,
role int2 NOT NULL,
avatar text NOT NULL,
CONSTRAINT users_pk PRIMARY KEY (id),
CONSTRAINT users_un UNIQUE (staffid, emailaddress, phonenumber)
);
-- Permissions
ALTER TABLE users OWNER TO postgres;
GRANT ALL ON TABLE users TO postgres;
-- Drop table
-- DROP TABLE products
CREATE TABLE products (
id varchar(50) NOT NULL,
productname varchar(20) NOT NULL,
price int4 NOT NULL,
quantity int4 NOT NULL,
description text NULL,
category varchar(20) NOT NULL,
minimumallowed int4 NOT NULL,
image text NOT NULL,
createdon date NOT NULL,
CONSTRAINT products_pk PRIMARY KEY (id)
);
-- Permissions
ALTER TABLE products OWNER TO postgres;
GRANT ALL ON TABLE products TO postgres;
GRANT INSERT, SELECT, UPDATE, REFERENCES(productname) ON products TO postgres;
GRANT INSERT, SELECT, UPDATE, REFERENCES(createdon) ON products TO postgres;
-- Drop table
-- DROP TABLE sales
CREATE TABLE sales (
id varchar(50) NOT NULL,
buyername varchar(50) NOT NULL,
buyeremail varchar(50) NOT NULL,
buyeraddress text NOT NULL,
buyerphone varchar(20) NULL,
attendantid varchar(50) NOT NULL,
CONSTRAINT sales_pkey PRIMARY KEY (id),
CONSTRAINT sales_users_fk FOREIGN KEY (attendantid) REFERENCES users(id)
);
-- Permissions
ALTER TABLE sales OWNER TO postgres;
GRANT ALL ON TABLE sales TO postgres;
-- Drop table
-- DROP TABLE category
CREATE TABLE categories (
catid varchar(50) NOT NULL,
catname varchar(50) NOT NULL,
CONSTRAINT categories_un UNIQUE (catname)
);
GRANT ALL ON TABLE categories TO postgres;
-- Drop table
-- DROP TABLE sales_item
CREATE TABLE sales_item (
id varchar(50) NOT NULL,
salesid varchar(50) NULL,
productid varchar(50) NOT NULL,
quantity int4 NOT NULL DEFAULT 1,
price int4 NOT NULL,
CONSTRAINT sales_item_pk PRIMARY KEY (id),
CONSTRAINT sales_item_products_fk FOREIGN KEY (productid) REFERENCES products(id),
CONSTRAINT sales_item_sales_fk FOREIGN KEY (salesid) REFERENCES sales(id)
);
-- Permissions
ALTER TABLE sales_item OWNER TO postgres;
GRANT ALL ON TABLE sales_item TO postgres;
GRANT INSERT, SELECT, UPDATE, REFERENCES(salesid) ON sales_item TO postgres;
INSERT INTO users (id,staffid,title,"password",fullname,emailaddress,phonenumber,"role",avatar) VALUES
('cjobbz2i70000gwsd6cpwwx7','SM001','Miss','$2b$10$B4RDZ2IhVzc/xhPijuP7QunAF8jtVmaK/m5RQrOQnprhWZo5A4n4K','Afolayan Isaiah','kun@kun.com','08032167944',1)
,('cjobbz2i70000gwsd6cpwwx7y','SM002','Miss','$2b$10$ztopqc.8x.hxyPVPIGVHVeKUav1t0SbGdX7cmwiRWchGicX4pB2v.','Afolayan Isaiah','olu@olu.com','07132564844',2)
,('cjoas4z9e0000ycsd47jffnp5','SM490','Miss','$2b$10$DbH0dthHCQ55Ssg52FPaj.FNgfDOUAx16DhkWGeKpw0zhE5As50vy','qertyuinvbm wertyui','me@myge.com','08022167911',2);
/* INSERT INTO products (id,productname,price,quantity,description,category,minimumallowed,image,createdon) VALUES
(1,'Wireless bluetooth',3000,780,'Wireless cord bluetooth','Mobile',25,' image.jpg','2018-10-25')
,(3,'new products',50,780,'Wirdfdfdeless bluetooth','Mooobile',255,' image.jpg','2018-10-25')
,(11,'Wireless-Phone',3000,780,'Tis is s ihfh kjf fhcff h gcu hi g iuwf gkf eufg j g jjbjc','Mobile',25,' image.jpg','2018-10-28');
INSERT INTO sales (id,buyername,buyeremail,buyeraddress,buyerphone,attendantid) VALUES
(1,'Afolayan Isaiah','afolayan@gmil.com','41 gfjhgjg dgkfilu giug km bkkb bjdkjcl','08032167911',3)
,(2,'Afolayan Isaiah','afolayan@gmil.com','41 gfjhgjg dgkfilu giug km bkkb bjdkjcl','08032167911',3)
,(3,'Afolayan Isaiah','afolayan@gmil.com','41 gfjhgjg dgkfilu giug km bkkb bjdkjcl','08032167911',3)
,(4,'Afolayan Isaiah','afolayan@gmil.com','41 gfjhgjg dgkfilu giug km bkkb bjdkjcl','08032167911',3)
,(5,'Afolayan Isaiah','afolayan@gmil.com','41 gfjhgjg dgkfilu giug km bkkb bjdkjcl','08032167911',3)
;
INSERT INTO sales_item (id,salesid,productid,quantity,price) VALUES
(1,1,3,20,300)
,(2,1,1,120,400)
,(3,1,11,20,300)
,(4,2,3,20,300)
,(5,2,1,120,400)
,(6,2,11,20,300)
,(7,3,3,20,300)
,(8,3,1,120,400)
,(9,3,11,20,300)
,(10,4,3,20,300)
,(11,4,1,120,400)
,(12,4,11,20,300)
,(13,5,3,20,300)
,(14,5,1,120,400)
; */ |
-- phpMyAdmin SQL Dump
-- version 3.5.8.1deb1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Erstellungszeit: 07. Mai 2013 um 20:46
-- Server Version: 5.5.31-0ubuntu0.13.04.1
-- PHP-Version: 5.4.9-4ubuntu2
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Datenbank: `datawarehouse`
--
-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `movie`
--
CREATE TABLE IF NOT EXISTS movie (
id int NOT NULL,
genre varchar(50) NOT NULL,
title varchar(200) NOT NULL,
origin varchar(30) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Daten für Tabelle `movie`
--
INSERT INTO movie (id, genre, title, origin) VALUES
(1, 'Adventure', 'Pwned: A Short Film', 'ML'),
(2, 'Adventure', 'Jin se tai yang', 'ML'),
(3, 'Adventure', 'Wreck Raisers', 'ML'),
(4, 'Adventure', 'Shawns Big Decision', 'ML'),
(5, 'Adventure', 'Pretenders', 'ML'),
(6, 'Adventure', 'Framework', 'ML'),
(7, 'Adventure', 'Positive Creations', 'ML'),
(8, 'Adventure', 'Mitos y leyendas', 'ML'),
(9, 'Adventure', 'Lands End', 'ML'),
(10, 'Adventure', 'Kan kusturacagim', 'ML'),
(11, 'Adventure', 'Tian di shen jian', 'ML'),
(12, 'Adventure', 'If I Had Wings to Fly', 'ML'),
(13, 'Adventure', 'Dragons: Fire & Ice', 'ML'),
(14, 'Adventure', 'No Horizon Anymore; A Year Long Journey at the Bottom of the World', 'ML'),
(15, 'Adventure', 'Frogger Returns', 'ML'),
(16, 'Adventure', 'Dragon Hunter', 'ML'),
(17, 'Adventure', 'Treacherous Ties', 'ML'),
(18, 'Adventure', 'Total Force 2', 'ML'),
(19, 'Adventure', 'Brigade verte', 'ML'),
(20, 'Adventure', 'Danger 5', 'ML'),
(21, 'Adventure', 'Loggerheads', 'ML'),
(22, 'Adventure', 'The Wiz', 'ML'),
(23, 'Adventure', 'W', 'ML'),
(24, 'Adventure', 'Avventura nellarcipelago', 'ML'),
(25, 'Adventure', 'Odin i bez oruzhiya', 'ML'),
(26, 'Adventure', 'Nancy Drew: The Haunted Carousel', 'ML'),
(27, 'Adventure', 'Il grande colpo dei sette uomini doro', 'ML'),
(28, 'Adventure', 'Shen tong', 'ML'),
(29, 'Adventure', 'El coyote', 'ML'),
(30, 'Adventure', 'When the West Was Young', 'ML'),
(31, 'Adventure', 'Silenced Secretaries Struggle', 'ML'),
(32, 'Adventure', 'Quantum Investigations - The Quantum Heist', 'ML'),
(33, 'Adventure', 'Call of Duty: United Offensive', 'ML'),
(34, 'Adventure', 'Tenchu san', 'ML'),
(35, 'Adventure', 'Le avventure di Cartouche', 'ML'),
(36, 'Adventure', 'Full Circle with Michael Palin', 'ML'),
(37, 'Adventure', 'Dust: An Extraordinary Correspondence', 'ML'),
(38, 'Adventure', 'Islamiyetin kahraman kizi', 'ML'),
(39, 'Adventure', 'Les brigades du Tigre', 'ML'),
(40, 'Adventure', 'Small Farm Rising', 'ML'),
(41, 'Adventure', 'Resia Boroboedoer', 'ML'),
(42, 'Adventure', 'Hogtied Honeys', 'ML'),
(43, 'Adventure', 'Chair Bound Beauties', 'ML'),
(44, 'Adventure', 'The Effects of Magic', 'ML'),
(45, 'Adventure', 'Knot to Be Trusted', 'ML'),
(46, 'Adventure', 'Red Crow and the Ghost Ship', 'ML'),
(47, 'Adventure', 'Palletoori Pilla', 'ML'),
(48, 'Adventure', 'Darna!', 'ML'),
(49, 'Adventure', 'Harriet Returns', 'ML'),
(50, 'Adventure', 'Fighting Man of the Plains', 'ML'),
(51, 'Adventure', 'The Boy and the Pirates', 'ML'),
(52, 'Adventure', 'Trader Horn', 'ML'),
(53, 'Adventure', 'Gefangen in Frankreich: Theodor Fontane im Krieg 1870/71', 'ML'),
(54, 'Adventure', 'Boston Terrier', 'ML'),
(55, 'Adventure', 'Big Bad Beetleborgs', 'ML'),
(56, 'Adventure', 'Kings Field II', 'ML'),
(57, 'Adventure', 'Untitled Miles Chapman Project', 'ML'),
(58, 'Adventure', 'White Ghost', 'ML'),
(59, 'Adventure', 'Space Invaders', 'ML'),
(60, 'Adventure', 'Jan Billbusch', 'ML'),
(61, 'Adventure', 'Delenda est Cartago', 'ML'),
(62, 'Adventure', 'The Seventh Tear', 'ML'),
(63, 'Adventure', 'Tarzan and His Mate', 'ML'),
(64, 'Adventure', 'Primary Bondage', 'ML'),
(65, 'Adventure', 'Mumya firarda', 'ML'),
(66, 'Adventure', 'Naufragos de San Blas', 'ML'),
(67, 'Adventure', 'Wolfshead: The Legend of Robin Hood', 'ML'),
(68, 'Adventure', 'Estergon Kalesi', 'ML'),
(69, 'Adventure', 'Zolotaya rechka', 'ML'),
(70, 'Adventure', 'Trudain Rising', 'ML'),
(71, 'Adventure', 'Montana Jones', 'ML'),
(72, 'Adventure', 'Wreck-It Ralph', 'ML'),
(73, 'Adventure', 'Double Wrapped Girl Friends', 'ML'),
(74, 'Adventure', 'Operation Dark Heart', 'ML'),
(75, 'Adventure', 'Warcraft', 'ML'),
(76, 'Adventure', 'Kindar linvulnerabile', 'ML'),
(77, 'Adventure', 'Harperesque', 'ML'),
(78, 'Adventure', 'The Crop Dusters Diary', 'ML'),
(79, 'Adventure', 'Zolar', 'ML'),
(80, 'Adventure', 'World of Warcraft: Cataclysm', 'ML'),
(81, 'Adventure', 'Journey to the Lost City', 'ML'),
(82, 'Adventure', 'Bound and Helpless Business Hostages', 'ML'),
(83, 'Adventure', 'Lhomme de Marrakech', 'ML'),
(84, 'Adventure', 'Okusi Hrvatske', 'ML'),
(85, 'Adventure', 'Tir Na Nog', 'ML'),
(86, 'Adventure', 'Eye on L.A.', 'ML'),
(87, 'Adventure', 'Danger on Her Heels', 'ML'),
(88, 'Adventure', 'Ladke Baap Se Badke', 'ML'),
(89, 'Adventure', 'Uma Aventura na Casa Assombrada', 'ML'),
(90, 'Adventure', 'The Adventure Scouts', 'ML'),
(91, 'Adventure', 'Colette Gets Even', 'ML'),
(92, 'Adventure', 'Green Sails', 'ML'),
(93, 'Adventure', '3D Bikini Beach Babes Issue #2', 'ML'),
(94, 'Adventure', 'Thunderball Boat Show Promo', 'ML'),
(95, 'Adventure', 'Alluring Wrapped Captives!', 'ML'),
(96, 'Adventure', 'Vorstadtkrokodile', 'ML'),
(97, 'Adventure', 'The Further Adventures of Oliver Twist', 'ML'),
(98, 'Adventure', 'Shao Lin san shi liu zhu', 'ML'),
(99, 'Adventure', 'La nouvelle mission de Judex', 'ML'),
(100, 'Adventure', 'Via Appia', 'ML'),
(101, 'Adventure', 'The Silver Lining: Episode 3 - My Only Love Sprung from My Only Hate', 'ML'),
(102, 'Adventure', 'Himmelhunden', 'ML'),
(103, 'Adventure', 'Real Men Walk', 'ML'),
(104, 'Adventure', 'Robin Hood: The Movie', 'ML'),
(105, 'Adventure', 'Strange Gamble', 'ML'),
(106, 'Adventure', 'Goliath Awaits', 'ML'),
(107, 'Adventure', 'Maid for Bondage', 'ML'),
(108, 'Adventure', 'Samurai Sportsman', 'ML'),
(109, 'Adventure', 'Il capitano di ferro', 'ML'),
(110, 'Adventure', 'Al-sahraa', 'ML'),
(111, 'Adventure', 'A Sunflower', 'ML'),
(112, 'Adventure', 'Diablos en el cielo', 'ML'),
(113, 'Adventure', 'Doctor Who: The Adventure Games - TARDIS', 'ML'),
(114, 'Adventure', 'Agente 077 missione Bloody Mary', 'ML'),
(115, 'Adventure', 'Shrek', 'ML'),
(116, 'Adventure', 'Big Mutha Truckers', 'ML'),
(117, 'Adventure', 'Ask ve cinayet melegi', 'ML'),
(118, 'Adventure', 'Warudo desutorakushon michibikareshi ishi', 'ML'),
(119, 'Adventure', 'World of Leem', 'ML'),
(120, 'Adventure', 'Cultures - Die Entdeckung Vinlands', 'ML'),
(121, 'Adventure', 'Frogmen', 'ML'),
(122, 'Adventure', 'Boy and the Eagle', 'ML'),
(123, 'Adventure', 'Bozkurtlarin intikami', 'ML'),
(124, 'Adventure', 'Mozzman Episode 3: Ladymozz and the Death of Earth', 'ML'),
(125, 'Adventure', 'Mahasati Savitri', 'ML'),
(126, 'Adventure', 'The Aaron James Special Video Compilation', 'ML'),
(127, 'Adventure', 'Phoenix Hall', 'ML'),
(128, 'Adventure', 'T.I.R.', 'ML'),
(129, 'Adventure', 'Rembrandt 7 antwortet nicht...', 'ML'),
(130, 'Adventure', 'Cassie Sheridan, Celebrity', 'ML'),
(131, 'Adventure', 'A Slight Detour', 'ML'),
(132, 'Adventure', 'Stones of Megiddo', 'ML'),
(133, 'Adventure', 'The Young Cleopatra', 'ML'),
(134, 'Adventure', 'Happy Birthday Maisy', 'ML'),
(135, 'Adventure', 'Daglar bulutlu efem', 'ML'),
(136, 'Adventure', 'The Minds Wood', 'ML'),
(137, 'Adventure', 'Captive Girl', 'ML'),
(138, 'Adventure', 'Put oko sveta', 'ML'),
(139, 'Adventure', 'Ancient Tomorrow', 'ML'),
(140, 'Adventure', 'Anitas Fantasy', 'ML'),
(141, 'Adventure', 'The Codes', 'ML'),
(142, 'Adventure', 'Lost on Mars', 'ML'),
(143, 'Adventure', 'Con la muerte a la espalda', 'ML'),
(144, 'Adventure', 'Storm and Sorrow', 'ML'),
(145, 'Adventure', 'Soul Purpose', 'ML'),
(146, 'Adventure', 'Stocking and Pantyhose Conspiracy', 'ML'),
(147, 'Adventure', 'Tightbound', 'ML'),
(148, 'Adventure', 'Huck and the King of Hearts', 'ML'),
(149, 'Adventure', 'Sidewalk Wars', 'ML'),
(150, 'Adventure', 'The Boy Who Turned Yellow', 'ML'),
(151, 'Adventure', 'The House Without a Key', 'ML'),
(152, 'Adventure', 'The New Exploits of Elaine', 'ML'),
(153, 'Adventure', 'The House of Naked Captives', 'ML'),
(154, 'Adventure', 'Bondage Stories 3', 'ML'),
(155, 'Adventure', 'Intrepid Journeys 2', 'ML'),
(156, 'Adventure', 'The Runaway Summer', 'ML'),
(157, 'Adventure', 'Taz Wanted', 'ML'),
(158, 'Adventure', 'Potop', 'ML'),
(159, 'Adventure', 'Beatrice Fairfax', 'ML'),
(160, 'Adventure', 'SoulBringer', 'ML'),
(161, 'Adventure', 'El correo del rey', 'ML'),
(162, 'Adventure', 'Luka und der verborgene Schatz', 'ML'),
(163, 'Adventure', 'The Wolf and His Mate', 'ML'),
(164, 'Adventure', 'Snuf de hond en de ijsvogel', 'ML'),
(165, 'Adventure', 'Yim & Yoyo', 'ML'),
(166, 'Adventure', 'Fastest Way', 'ML'),
(167, 'Adventure', 'Free Willy: Escape from Pirates Cove', 'ML'),
(168, 'Adventure', 'Cuatro contra el imperio', 'ML'),
(169, 'Adventure', 'Alive! With Adventure Aaron', 'ML'),
(170, 'Adventure', 'Il jockey della morte', 'ML'),
(171, 'Adventure', 'Natura contro', 'ML'),
(172, 'Adventure', 'Song of the Land', 'ML'),
(173, 'Adventure', 'Lost Island', 'ML'),
(174, 'Adventure', 'GiFTPiA', 'ML'),
(175, 'Adventure', 'The Only Real Game', 'ML'),
(176, 'Adventure', 'Broken Nation', 'ML'),
(177, 'Adventure', 'Nikkis Return', 'ML'),
(178, 'Adventure', 'Kankan v angliyskom parke', 'ML'),
(179, 'Adventure', 'On korkusuz kadin', 'ML'),
(180, 'Adventure', 'Shine - Die Angst hat einen Namen', 'ML'),
(181, 'Adventure', 'Good Night, Irene', 'ML'),
(182, 'Adventure', 'Zivot i smrt porno bande', 'ML'),
(183, 'Adventure', 'Sledopyt', 'ML'),
(184, 'Adventure', 'Epic DJ', 'ML'),
(185, 'Adventure', 'Dangerous Sirens', 'ML'),
(186, 'Adventure', 'Cleric', 'ML'),
(187, 'Adventure', 'El reporte', 'ML'),
(188, 'Adventure', 'Cattle Raiders', 'ML'),
(189, 'Adventure', 'Chelyuskintsy', 'ML'),
(190, 'Adventure', 'Templar Nation', 'ML'),
(191, 'Adventure', 'Closed Set 2', 'ML'),
(192, 'Adventure', 'Pantyhose Pixies', 'ML'),
(193, 'Adventure', 'The Cowboy', 'ML'),
(194, 'Adventure', 'Saturday Island', 'ML'),
(195, 'Adventure', 'The LXD: The Secrets of the Ra', 'ML'),
(196, 'Adventure', 'The Wind That Blows', 'ML'),
(197, 'Adventure', 'Eragon', 'ML'),
(198, 'Adventure', 'Smith', 'ML'),
(199, 'Adventure', 'Privateer', 'ML'),
(200, 'Adventure', 'Don Winslow of the Navy', 'ML'),
(201, 'Adventure', 'Ol Hag', 'ML'),
(202, 'Adventure', 'Dead Eye', 'ML'),
(203, 'Adventure', 'The Last Sun', 'ML'),
(204, 'Adventure', 'I conquistatori', 'ML'),
(205, 'Adventure', 'Border Rangers', 'ML'),
(206, 'Adventure', 'Eye of the Future', 'ML'),
(207, 'Adventure', 'Seytan sofrasi', 'ML'),
(208, 'Adventure', 'The 99 Unbound', 'ML'),
(209, 'Adventure', 'End of History', 'ML'),
(210, 'Adventure', 'Of Superhuman Bondage', 'ML'),
(211, 'Adventure', 'Darla in Danger', 'ML'),
(212, 'Adventure', 'Idiocracy', 'ML'),
(213, 'Adventure', 'No-appointment Gals Olympos', 'ML'),
(214, 'Adventure', 'John Carter', 'ML'),
(215, 'Adventure', 'Siete chacales', 'ML'),
(216, 'Adventure', 'Jesse James Rides Again', 'ML'),
(217, 'Adventure', 'Costumed, Bound and Gagged!', 'ML'),
(218, 'Adventure', 'Fable', 'ML'),
(219, 'Adventure', 'Shuang qiang Wang Ba Mei', 'ML'),
(220, 'Adventure', 'The the the', 'ML'),
(221, 'Adventure', 'Quest for Scion', 'ML'),
(222, 'Adventure', 'Sicak saatler', 'ML'),
(223, 'Adventure', 'Mondos Search for the Sun', 'ML'),
(224, 'Adventure', 'Essabet el Nissae', 'ML'),
(225, 'Adventure', 'Slinky Fingers', 'ML'),
(226, 'Adventure', 'TKKG 3 - Der Schatz der Maya', 'ML'),
(227, 'Adventure', 'Class Struggle', 'ML'),
(228, 'Adventure', 'The Blue Lagoon', 'ML'),
(229, 'Adventure', 'Ok, Enough, Goodbye', 'ML'),
(230, 'Adventure', 'Star Traveller', 'ML'),
(231, 'Adventure', 'Magister Maesius', 'ML'),
(232, 'Adventure', 'Bering Sea Gold: Back to the Dredge', 'ML'),
(233, 'Adventure', 'Jungle Shuffle', 'ML'),
(234, 'Adventure', 'The Adventures of Young Indiana Jones: Hollywood Follies', 'ML'),
(235, 'Adventure', 'At Last, Okemah!', 'ML'),
(236, 'Adventure', 'Neon City', 'ML'),
(237, 'Adventure', 'Adventure E: The Golden Apple', 'ML'),
(238, 'Adventure', 'Postimiehen varjo', 'ML'),
(239, 'Adventure', 'Tokyo no omisoka', 'ML'),
(240, 'Adventure', 'Duo ming dao', 'ML'),
(241, 'Adventure', 'Shree Ganesh', 'ML'),
(242, 'Adventure', 'Tom Sawyer Aeronaut', 'ML'),
(243, 'Adventure', 'Buzz!Buzz!Buzz!', 'ML'),
(244, 'Adventure', 'Route 66', 'ML'),
(245, 'Adventure', 'Zoids: Chaotic Century', 'ML'),
(246, 'Adventure', 'Sailing All Seas', 'ML'),
(247, 'Adventure', 'Melon Snatch', 'ML'),
(248, 'Adventure', 'Planet X', 'ML'),
(249, 'Adventure', 'Santa Paws 2: The Santa Pups', 'ML'),
(250, 'Adventure', 'Krentz Presentz: Tyrannosaurus Rex!', 'ML'),
(251, 'Adventure', 'Bad Times for Good Girls!', 'ML'),
(252, 'Adventure', 'Kiralik katiller', 'ML'),
(253, 'Adventure', 'Meet Me at Dawn', 'ML'),
(254, 'Adventure', 'Her Secret Life', 'ML'),
(255, 'Adventure', 'Motherload', 'ML'),
(256, 'Adventure', 'Porsche: Its a Magical Life', 'ML'),
(257, 'Adventure', 'Di shi da lao', 'ML'),
(258, 'Adventure', 'Jungle King', 'ML'),
(259, 'Adventure', 'Those Contentious Contestants', 'ML'),
(260, 'Adventure', 'MegaFault', 'ML'),
(261, 'Adventure', 'Special Agent Oso', 'ML'),
(262, 'Adventure', 'Run with Me', 'ML'),
(263, 'Adventure', 'Za rekoy, granitsa', 'ML'),
(264, 'Adventure', 'Silah arkadaslari', 'ML'),
(265, 'Adventure', 'Hornblower: The Frogs and the Lobsters', 'ML'),
(266, 'Adventure', 'Long men san jian ke', 'ML'),
(267, 'Adventure', 'Roar of the Rails', 'ML'),
(268, 'Adventure', 'Ostatni swiadek', 'ML'),
(269, 'Adventure', 'The Black Wolf', 'ML'),
(270, 'Adventure', 'Bad Girls Love Chloro!', 'ML'),
(271, 'Adventure', 'Das Ende des Abenteurers Paolo de Caspado', 'ML'),
(272, 'Adventure', 'Surprised and Helpless!', 'ML'),
(273, 'Adventure', 'Star Trek V: The Final Frontier', 'ML'),
(274, 'Adventure', '72 Hours', 'ML'),
(275, 'Adventure', 'Darwinia', 'ML'),
(276, 'Adventure', 'Savage Land', 'ML'),
(277, 'Adventure', 'Danger Island', 'ML'),
(278, 'Adventure', 'Strange Places', 'ML'),
(279, 'Adventure', 'The Road to Nasiriyah', 'ML'),
(280, 'Adventure', 'Dragon Ball Z 54: Ginyu Assault', 'ML'),
(281, 'Adventure', 'Chair Tied', 'ML'),
(282, 'Adventure', 'The Kid from Amarillo', 'ML'),
(283, 'Adventure', 'Black Tide', 'ML'),
(284, 'Adventure', 'Maharal - tajemstvi talismanu', 'ML'),
(285, 'Adventure', 'Agente S 03: Operazione Atlantide', 'ML'),
(286, 'Adventure', 'Spirit of the Eagle', 'ML'),
(287, 'Adventure', 'Courageous Captives of Callous Crooks!', 'ML'),
(288, 'Adventure', 'Secretaries Needed', 'ML'),
(289, 'Adventure', 'Bis an die Grenze', 'ML'),
(290, 'Adventure', 'Maligayang Pasko', 'ML'),
(291, 'Adventure', 'Fra Diavolo', 'ML'),
(292, 'Adventure', 'Untitled Glen Heggstad Project', 'ML'),
(293, 'Adventure', 'Furtuna in Pacific', 'ML'),
(294, 'Adventure', 'Il segreto del Sahara', 'ML'),
(295, 'Adventure', 'No Rest for the Wicked: A Basil & Moebius Adventure', 'ML'),
(296, 'Adventure', 'Watson In LA', 'ML'),
(297, 'Adventure', 'Sly 2: Band of Thieves', 'ML'),
(298, 'Adventure', 'Bound for Betrayal!', 'ML'),
(299, 'Adventure', 'Las calles no se siembran', 'ML'),
(300, 'Adventure', 'The Bugs Bunny Crazy Castle', 'ML'),
(301, 'Adventure', 'Cache Quest', 'ML'),
(302, 'Adventure', 'Wuxia Knight', 'ML'),
(303, 'Adventure', 'The Avaricious Monk', 'ML'),
(304, 'Adventure', 'Sira sende yosmam', 'ML'),
(305, 'Adventure', '1492: Conquest of Paradise', 'ML'),
(306, 'Adventure', 'Valley Maker', 'ML'),
(307, 'Adventure', 'Buzzkill: Is There Life After Coffee?', 'ML'),
(308, 'Adventure', 'The Dark Star', 'ML'),
(309, 'Adventure', 'Imported Affairs', 'ML'),
(310, 'Adventure', 'The Veils of Bagdad', 'ML'),
(311, 'Adventure', 'Geroy nashego vremeni', 'ML'),
(312, 'Adventure', 'El aventurero misterioso', 'ML'),
(313, 'Adventure', 'Edens Mountain', 'ML'),
(314, 'Adventure', 'Gotham Tonight', 'ML'),
(315, 'Adventure', 'Ying hung chut siu nin', 'ML'),
(316, 'Adventure', 'Farewell to the Planet of the Apes', 'ML'),
(317, 'Adventure', 'Planet Snowkite', 'ML'),
(318, 'Adventure', 'High School Reunion', 'ML'),
(319, 'Adventure', 'A Second Face', 'ML'),
(320, 'Adventure', 'Semesterferien', 'ML'),
(321, 'Adventure', 'Stratusphere', 'ML'),
(322, 'Adventure', 'The Baptism of Fire', 'ML'),
(323, 'Adventure', 'Inherit the Rope', 'ML'),
(324, 'Adventure', 'Altin tabancali ajan', 'ML'),
(325, 'Adventure', 'Mahindra Thar - AC', 'ML'),
(326, 'Adventure', 'Voyage of the Unicorn', 'ML'),
(327, 'Adventure', 'Ercole sfida Sansone', 'ML'),
(328, 'Adventure', 'Priklyucheniya printsa Florizelya', 'ML'),
(329, 'Adventure', 'Boating & Beyond', 'ML'),
(330, 'Adventure', 'La certosa di Parma', 'ML'),
(331, 'Adventure', 'Urutoraman Tiga', 'ML'),
(332, 'Adventure', 'Fu hu bang', 'ML'),
(333, 'Adventure', 'Danger Bay', 'ML'),
(334, 'Adventure', 'The Fashion Laboratory', 'ML'),
(335, 'Adventure', 'Rogue Saints', 'ML'),
(336, 'Adventure', 'Tony Runs Wild', 'ML'),
(337, 'Adventure', 'Law or Loyalty', 'ML'),
(338, 'Adventure', 'The Animals of Farthing Wood', 'ML'),
(339, 'Adventure', 'Clay Soldiers', 'ML'),
(340, 'Adventure', 'Casus kardesler', 'ML'),
(341, 'Adventure', 'Gumball 3000: LDN 2 NYC', 'ML'),
(342, 'Adventure', 'Shukran Morocco', 'ML'),
(343, 'Adventure', 'G.I. Joe: The Rise of Cobra', 'ML'),
(344, 'Adventure', 'Mowgli: The New Adventures of the Jungle Book', 'ML'),
(345, 'Adventure', 'La spada imbattibile', 'ML'),
(346, 'Adventure', 'The Iron Glove', 'ML'),
(347, 'Adventure', 'Hirsiz polis', 'ML'),
(348, 'Adventure', 'Toros canavari', 'ML'),
(349, 'Adventure', 'The School for Superheroines and Other Tales', 'ML'),
(350, 'Adventure', 'The Black Cauldron', 'ML'),
(351, 'Adventure', 'Hedefte imzam var', 'ML'),
(352, 'Adventure', 'Naked Girls in Tight Trouble', 'ML'),
(353, 'Adventure', 'West of Shanghai', 'ML'),
(354, 'Adventure', 'Daglarin aslani Ali Efe', 'ML'),
(355, 'Adventure', 'Conquest: Frontier Wars', 'ML'),
(356, 'Adventure', 'Mannequin Dream', 'ML'),
(357, 'Adventure', 'Mexican Conspiracy Outgeneraled', 'ML'),
(358, 'Adventure', 'Night Traveler', 'ML'),
(359, 'Adventure', 'Pridelands', 'ML'),
(360, 'Adventure', 'Rescue at Pine Ridge', 'ML'),
(361, 'Adventure', 'Gangbound 6', 'ML'),
(362, 'Adventure', 'Gods of Egypt', 'ML'),
(363, 'Adventure', 'Martwy wezel', 'ML'),
(364, 'Adventure', 'Wizards', 'ML'),
(365, 'Adventure', 'Africa Speaks!', 'ML'),
(366, 'Adventure', 'ProStars', 'ML'),
(367, 'Adventure', 'Walk Into Paradise', 'ML'),
(368, 'Adventure', 'Lescadron blanc', 'ML'),
(369, 'Adventure', 'Bound and Gagged Cheerleaders!', 'ML'),
(370, 'Adventure', 'Hercules and Xena - The Animated Movie: The Battle for Mount Olympus', 'ML'),
(371, 'Adventure', 'Curse of Kilimanjaro', 'ML'),
(372, 'Adventure', 'Courageous Crustaceans', 'ML'),
(373, 'Adventure', 'The Yellow Cameo', 'ML'),
(374, 'Adventure', 'Hinky Punks', 'ML'),
(375, 'Adventure', 'Monster in My Pocket', 'ML'),
(376, 'Adventure', 'Al-wadi al-asfar', 'ML'),
(377, 'Adventure', 'Wu qing dao', 'ML'),
(378, 'Adventure', 'The Flight of the Phoenix', 'ML'),
(379, 'Adventure', 'Mr. Garlund', 'ML'),
(380, 'Adventure', 'Captain from Castile', 'ML'),
(381, 'Adventure', 'Cassidys Love Bondage Weekend', 'ML'),
(382, 'Adventure', 'Mistress Absolute and a Slave Called Lewis', 'ML'),
(383, 'Adventure', 'Drums of Africa', 'ML'),
(384, 'Adventure', 'Deli Yusuf', 'ML'),
(385, 'Adventure', 'Cezmi Band 007.5', 'ML'),
(386, 'Adventure', 'Cubby and Friends', 'ML'),
(387, 'Adventure', 'Los caballeros de La antorcha', 'ML'),
(388, 'Adventure', 'The Great Race', 'ML'),
(389, 'Adventure', 'Chloroform Tricks', 'ML'),
(390, 'Adventure', 'Iz pesinde', 'ML'),
(391, 'Adventure', 'Comet Impact', 'ML'),
(392, 'Adventure', 'Scooby-Doo! Unmasked', 'ML'),
(393, 'Adventure', 'Extreme World Records', 'ML'),
(394, 'Adventure', 'Naked Damsels in Distress!', 'ML'),
(395, 'Adventure', 'The Law of the Snow Country', 'ML'),
(396, 'Adventure', 'Gorgeous Chloroformed Women!', 'ML'),
(397, 'Adventure', 'Dos rancheros en Acapulco', 'ML'),
(398, 'Adventure', 'Bang That Black Bitch White Boy', 'ML'),
(399, 'Adventure', 'Sidewalk Symphony', 'ML'),
(400, 'Adventure', 'Sen blain', 'ML'),
(401, 'Adventure', 'Flight Squad', 'ML'),
(402, 'Adventure', 'Yasamak hakkimdir', 'ML'),
(403, 'Adventure', 'Fishing Wild', 'ML'),
(404, 'Adventure', 'Missione natura: Il grande bianco', 'ML'),
(405, 'Adventure', 'Hei lu', 'ML'),
(406, 'Adventure', 'Truck 20s Location', 'ML'),
(407, 'Adventure', 'Dolphin Cove', 'ML'),
(408, 'Adventure', 'The Gaucho', 'ML'),
(409, 'Adventure', 'Kursun yagmuru', 'ML'),
(410, 'Adventure', 'Dune II: The Building of a Dynasty', 'ML'),
(411, 'Adventure', 'Kursunlarin kanunu', 'ML'),
(412, 'Adventure', 'Missione natura: La risata della iena', 'ML'),
(413, 'Adventure', '3 op Reis', 'ML'),
(414, 'Adventure', 'Hercules: The Thracian Wars', 'ML'),
(415, 'Adventure', 'Assassins Creed', 'ML'),
(416, 'Adventure', 'The Green Archer', 'ML'),
(417, 'Adventure', 'Il mantello rosso', 'ML'),
(418, 'Adventure', 'Am See', 'ML'),
(419, 'Adventure', 'Inspector Eagle', 'ML'),
(420, 'Adventure', 'Wallaby Jim of the Islands', 'ML'),
(421, 'Adventure', 'Stand Well Back', 'ML'),
(422, 'Adventure', 'Atlantis Evolution', 'ML'),
(423, 'Adventure', 'Mumbai Musical', 'ML'),
(424, 'Adventure', 'Kim Possible 2: Drakkens Demise', 'ML'),
(425, 'Adventure', 'Trois de Saint-Cyr', 'ML'),
(426, 'Adventure', 'Born to Explore', 'ML'),
(427, 'Adventure', 'The Dawson Patrol', 'ML'),
(428, 'Adventure', 'Devoted to the Dark Side', 'ML'),
(429, 'Adventure', 'The Poseidon Adventure', 'ML'),
(430, 'Adventure', 'Primal', 'ML'),
(431, 'Adventure', 'Restaurant Heist', 'ML'),
(432, 'Adventure', 'Interstate 76 Nitro Pack', 'ML'),
(433, 'Adventure', 'Tania la bella salvaje', 'ML'),
(434, 'Adventure', 'Silenced Secretaries', 'ML'),
(435, 'Adventure', 'Das Geheimnis der Falkenburg', 'ML'),
(436, 'Adventure', 'Mercenaries 2: World in Flames', 'ML'),
(437, 'Adventure', 'DinoZaurs', 'ML'),
(438, 'Adventure', 'A Border Story', 'ML'),
(439, 'Adventure', 'SEVEN: Quest for Spectrum Collusion', 'ML'),
(440, 'Adventure', 'Ironing Board Sams Tenth', 'ML'),
(441, 'Adventure', 'Christa', 'ML'),
(442, 'Adventure', 'Seiken densetsu 4', 'ML'),
(443, 'Adventure', 'Il corsaro nero', 'ML'),
(444, 'Adventure', 'ChalkZone', 'ML'),
(445, 'Adventure', 'Define: Solidarity', 'ML'),
(446, 'Adventure', 'Med Air', 'ML'),
(447, 'Adventure', 'The First 70', 'ML'),
(448, 'Adventure', 'Lipad, Darna, lipad!', 'ML'),
(449, 'Adventure', 'Sword of Wood', 'ML'),
(450, 'Adventure', 'Trapped in Her Thoughts & Other Tales', 'ML'),
(451, 'Adventure', 'Sehrazat', 'ML'),
(452, 'Adventure', 'Stolen Kisses and Ballerina Dreams', 'ML'),
(453, 'Adventure', 'Linchiesta', 'ML'),
(454, 'Adventure', 'She Would Never Be Missed', 'ML'),
(455, 'Adventure', 'Zorro Reborn', 'ML'),
(456, 'Adventure', 'Lose Those Shoes Sweet Betty Lane', 'ML'),
(457, 'Adventure', 'Sha shou fen hong zuan', 'ML'),
(458, 'Adventure', 'Navigatori dello spazio', 'ML'),
(459, 'Adventure', 'The Audition & the Competition', 'ML'),
(460, 'Adventure', 'Rayman 2', 'ML'),
(461, 'Adventure', 'Teenage Mutant Ninja Turtles: Fall of the Foot Clan', 'ML'),
(462, 'Adventure', 'The High Crusade', 'ML'),
(463, 'Adventure', 'Arcade Party Pak', 'ML'),
(464, 'Adventure', 'The Bondage Shop & Other Tales', 'ML'),
(465, 'Adventure', 'TKKG 15 - Verfolgt!', 'ML'),
(466, 'Adventure', 'Birthdays', 'ML'),
(467, 'Adventure', 'M.O.V.I.E.', 'ML'),
(468, 'Adventure', 'The Adventures of Lady Linda Bound Volume 2', 'ML'),
(469, 'Adventure', 'Iki gemi yan yana', 'ML'),
(470, 'Adventure', 'Decompression', 'ML'),
(471, 'Adventure', 'The Foreman Went to France', 'ML'),
(472, 'Adventure', 'Twilight on the Rio Grande', 'ML'),
(473, 'Adventure', 'Bondage Collaboration', 'ML'),
(474, 'Adventure', 'Hou wang da zhan tian bing tian jiang', 'ML'),
(475, 'Adventure', 'Lost Land of the Jaguar', 'ML'),
(476, 'Adventure', 'Tight Ropes and Stiff Nipples!', 'ML'),
(477, 'Adventure', 'I dieci gladiatori', 'ML'),
(478, 'Adventure', 'Forests of Mystery', 'ML'),
(479, 'Adventure', 'Tlamictihquetl', 'ML'),
(480, 'Adventure', 'Aci yol', 'ML'),
(481, 'Adventure', 'Time Crisis 4', 'ML'),
(482, 'Adventure', 'Mutiny on the Blackhawk', 'ML'),
(483, 'Adventure', 'Goin Downtown', 'ML'),
(484, 'Adventure', 'For Gwens Sake', 'ML'),
(485, 'Adventure', 'Zirkus Renz', 'ML'),
(486, 'Adventure', 'Pretty Girls in Hogtied Trouble!', 'ML'),
(487, 'Adventure', 'Action Night', 'ML'),
(488, 'Adventure', 'The Iditarod: Beyond the Race', 'ML'),
(489, 'Adventure', 'Nancy Drew: Ransom of the Seven Ships', 'ML'),
(490, 'Adventure', 'Tied Up with a Pretty Girl', 'ML'),
(491, 'Adventure', 'Fortunes of Captain Blood', 'ML'),
(492, 'Adventure', 'Ma jia gou', 'ML'),
(493, 'Adventure', 'The Tattoo Chase', 'ML'),
(494, 'Adventure', 'Bondage Showdown: Jennifer West Meets Darla Crane', 'ML'),
(495, 'Adventure', 'Slot Marsepeinstein', 'ML'),
(496, 'Adventure', 'The Clock Without a Face', 'ML'),
(497, 'Adventure', 'Ashour kalb el assad', 'ML'),
(498, 'Adventure', 'Come Midnight Monday', 'ML'),
(499, 'Adventure', 'Free Willy', 'ML'),
(500, 'Adventure', 'Fitz and Bones', 'ML'),
(501, 'Adventure', 'Firefall: An Epic Family Adventure', 'ML'),
(502, 'Adventure', 'Die Hard: Nakatomi Plaza', 'ML'),
(503, 'Adventure', 'Yahoo Current Traveler', 'ML'),
(504, 'Adventure', 'Tang', 'ML'),
(505, 'Adventure', 'Bared, Bound and Tickled All Over', 'ML'),
(506, 'Adventure', 'The Garbage Pail Kids Movie', 'ML'),
(507, 'Adventure', 'Ballet-Boot Bondage Training', 'ML'),
(508, 'Adventure', 'Bondage Showgirls', 'ML'),
(509, 'Adventure', 'Lola and Colette: Cravings & Confessions', 'ML'),
(510, 'Adventure', 'Beyond the Caribbean', 'ML'),
(511, 'Adventure', 'Merlin and the Dragons', 'ML'),
(512, 'Adventure', 'Diver Dan', 'ML'),
(513, 'Adventure', 'Il gladiatore di Roma', 'ML'),
(514, 'Adventure', 'Syphon Filter: The Omega Strain', 'ML'),
(515, 'Adventure', 'Bondage from the Attic', 'ML'),
(516, 'Adventure', 'European Eye', 'ML'),
(517, 'Adventure', 'Business Beauties Imprisoned in Bondage', 'ML'),
(518, 'Adventure', 'Zhoro, Sharo i Mara - Bolniyat Sharo', 'ML'),
(519, 'Adventure', 'Live Bondage, Volume Three', 'ML'),
(520, 'Adventure', 'Surcouf', 'ML'),
(521, 'Adventure', 'Ultima VII Part Two: Serpent Isle', 'ML'),
(522, 'Adventure', 'Cehennemde bos yer yok', 'ML'),
(523, 'Adventure', 'The Road to Tubby Dog', 'ML'),
(524, 'Adventure', 'Xiang gang guo ke', 'ML'),
(525, 'Adventure', 'The Fifth Musketeer', 'ML'),
(526, 'Adventure', 'Gate 38', 'ML'),
(527, 'Adventure', 'Wings in the Dark', 'ML'),
(528, 'Adventure', 'Teen Sau Din Ke Baad', 'ML'),
(529, 'Adventure', 'La guerra dei robot', 'ML'),
(530, 'Adventure', 'Cifrato speciale', 'ML'),
(531, 'Adventure', 'Chujeok', 'ML'),
(532, 'Adventure', 'The Adventures of Martin Eden', 'ML'),
(533, 'Adventure', 'White Pongo', 'ML'),
(534, 'Adventure', 'Exploring Costa Rica and Cocos Island', 'ML'),
(535, 'Adventure', 'Explorestentialism', 'ML'),
(536, 'Adventure', 'Amelia', 'ML'),
(537, 'Adventure', 'Water for Mulobere', 'ML'),
(538, 'Adventure', 'Oddworld Adventures', 'ML'),
(539, 'Adventure', 'Virtua Fighter Kids', 'ML'),
(540, 'Adventure', 'G.I. Joe: Retaliation', 'ML'),
(541, 'Adventure', 'Fuck Quest', 'ML'),
(542, 'Adventure', 'Slim-Bot', 'ML'),
(543, 'Adventure', 'Masters of the Gridiron', 'ML'),
(544, 'Adventure', 'Bound and Gagged Beauties', 'ML'),
(545, 'Adventure', 'The Fetish Fetish', 'ML'),
(546, 'Adventure', 'The City Beyond Moonrise', 'ML'),
(547, 'Adventure', 'Athina - Konstadinoupoli', 'ML'),
(548, 'Adventure', 'Australian Maid', 'ML'),
(549, 'Adventure', 'Big Waves', 'ML'),
(550, 'Adventure', 'Blak Mama', 'ML'),
(551, 'Adventure', 'Spider-Man: The Dragons Challenge', 'ML'),
(552, 'Adventure', 'Dragon Age: Origins', 'ML'),
(553, 'Adventure', 'King Tigermore In Strawberry Fields', 'ML'),
(554, 'Adventure', 'Heimweh nach Deutschland', 'ML'),
(555, 'Adventure', 'La rivolta degli schiavi', 'ML'),
(556, 'Adventure', 'Passeurs dor', 'ML'),
(557, 'Adventure', 'G-Men from Hell', 'ML'),
(558, 'Adventure', 'One Canvas', 'ML'),
(559, 'Adventure', 'Skattejakten', 'ML'),
(560, 'Adventure', 'Huo shao shao lin men', 'ML'),
(561, 'Adventure', 'Spriggan', 'ML'),
(562, 'Adventure', 'Reality Check: The Musical', 'ML'),
(563, 'Adventure', 'Settle the Score with a .44', 'ML'),
(564, 'Adventure', 'DeathSpank', 'ML'),
(565, 'Adventure', 'Campfire', 'ML'),
(566, 'Adventure', 'Sharks Treasure', 'ML'),
(567, 'Adventure', 'Oliver Bumps Birthday', 'ML'),
(568, 'Adventure', 'Strana muhomorov', 'ML'),
(569, 'Adventure', 'Gagged and Gift-Wrapped!', 'ML'),
(570, 'Adventure', 'Oum le dauphin blanc', 'ML'),
(571, 'Adventure', 'Hagane no renkinjutsushi', 'ML'),
(572, 'Adventure', 'Rita James and the Race to Shangri La', 'ML'),
(573, 'Adventure', 'Ankh 3: Battle of the Gods', 'ML'),
(574, 'Adventure', 'Police Reporter', 'ML'),
(575, 'Adventure', 'Hulk and the Agents of S.M.A.S.H.', 'ML'),
(576, 'Adventure', 'Firildak Naci', 'ML'),
(577, 'Adventure', 'De schat van de zeerover', 'ML'),
(578, 'Adventure', 'Sengoku basara 3', 'ML'),
(579, 'Adventure', 'Tarzan and the Four OClock Army', 'ML'),
(580, 'Adventure', 'Roughrider', 'ML'),
(581, 'Adventure', 'Xue feng mo nu', 'ML'),
(582, 'Adventure', 'La captura de Chucho el Roto', 'ML'),
(583, 'Adventure', 'Lighthouses of the Outer Banks', 'ML'),
(584, 'Adventure', 'Metal Gear: Ghost Babel', 'ML'),
(585, 'Adventure', 'Brother of the Wind', 'ML'),
(586, 'Adventure', 'White Knuckle Ride', 'ML'),
(587, 'Adventure', 'A Cure for the Fantastic', 'ML'),
(588, 'Adventure', 'Devil Goddess', 'ML'),
(589, 'Adventure', 'Das Wunder von Lengede', 'ML'),
(590, 'Adventure', 'They Tied Me Topless', 'ML'),
(591, 'Adventure', 'Leisure Suit Larry in the Land of the Lounge Lizards: Reloaded', 'ML'),
(592, 'Adventure', 'Kill Buljo: The Movie', 'ML'),
(593, 'Adventure', 'Mondo candido', 'ML'),
(594, 'Adventure', 'Il figlio del corsaro nero', 'ML'),
(595, 'Adventure', 'Venta de Vargas', 'ML'),
(596, 'Adventure', 'Anahit', 'ML'),
(597, 'Adventure', 'Byte-Sized', 'ML'),
(598, 'Adventure', 'Naked Bondage Temptations', 'ML'),
(599, 'Adventure', 'Dao bing fu', 'ML'),
(600, 'Adventure', 'A Clowns Vision', 'ML'),
(601, 'Adventure', 'Koh-Lanta pacifique', 'ML'),
(602, 'Adventure', 'Twilight of the Mississippi', 'ML'),
(603, 'Adventure', 'Les Kiki Tronic', 'ML'),
(604, 'Adventure', 'Kara Ben Nemsi Effendi', 'ML'),
(605, 'Adventure', 'Whitewater Sam', 'ML'),
(606, 'Adventure', 'The Sorcerer of Stonehenge School', 'ML'),
(607, 'Adventure', 'Il bianco il giallo il nero', 'ML'),
(608, 'Adventure', 'The Kidnapping of Three Beautiful Women', 'ML'),
(609, 'Adventure', 'Home Office Hostages', 'ML'),
(610, 'Adventure', 'Reseda Blvd', 'ML'),
(611, 'Adventure', 'Meikyu Kumikyoku: Milon no Daiboken', 'ML'),
(612, 'Adventure', 'Savage Sam', 'ML'),
(613, 'Adventure', 'Harry Black', 'ML'),
(614, 'Adventure', 'A Highwaymans Honour', 'ML'),
(615, 'Adventure', 'Sleep Forever', 'ML'),
(616, 'Adventure', 'Hotlines', 'ML'),
(617, 'Adventure', 'An Uncontrollable Desire', 'ML'),
(618, 'Adventure', 'Eskiya kani', 'ML'),
(619, 'Adventure', 'Die Hochbahnkatastrophe', 'ML'),
(620, 'Adventure', 'Eye of the Eagle 2: Inside the Enemy', 'ML'),
(621, 'Adventure', 'The Red Elephants', 'ML'),
(622, 'Adventure', 'Hello Betty', 'ML'),
(623, 'Adventure', 'Superheroine Tales', 'ML'),
(624, 'Adventure', 'Wyoming', 'ML'),
(625, 'Adventure', 'Patoruzito: La gran aventura', 'ML'),
(626, 'Adventure', 'Spy vs Spy III: Arctic Antics', 'ML'),
(627, 'Adventure', 'Super Ranger Kids', 'ML'),
(628, 'Adventure', 'Planet Hulk', 'ML'),
(629, 'Adventure', 'Ljepotica i Zvijer', 'ML'),
(630, 'Adventure', 'Helpless Naked Bondage Girls!', 'ML'),
(631, 'Adventure', 'Stacy Burke, P.I.', 'ML'),
(632, 'Adventure', 'Bokura wa minna ikiteiru', 'ML'),
(633, 'Adventure', 'Wicked Hogties!', 'ML'),
(634, 'Adventure', 'Sniff: The Dog Movie', 'ML'),
(635, 'Adventure', 'On the Use of a Syrinx', 'ML'),
(636, 'Adventure', 'Tie and Gag the Bare-Skinned Girls!', 'ML'),
(637, 'Adventure', 'Blunderkind', 'ML'),
(638, 'Adventure', 'Los hermanos del viento', 'ML'),
(639, 'Adventure', 'Drive to the Border', 'ML'),
(640, 'Adventure', 'Chloro the Girls, Then Tie Em Up!', 'ML'),
(641, 'Adventure', 'The Lone Wolf in Mexico', 'ML'),
(642, 'Adventure', 'The Great Romance', 'ML'),
(643, 'Adventure', 'Selkie', 'ML'),
(644, 'Adventure', 'How to Get Lost', 'ML'),
(645, 'Adventure', 'Tie shan shen jian', 'ML'),
(646, 'Adventure', 'Il ladro di Damasco', 'ML'),
(647, 'Adventure', 'Che fanno i nostri supermen tra le vergini della giungla?', 'ML'),
(648, 'Adventure', 'Adventurers Club', 'ML'),
(649, 'Adventure', 'Quickies', 'ML'),
(650, 'Adventure', 'Provinces', 'ML'),
(651, 'Adventure', 'Space Cowboys', 'ML'),
(652, 'Adventure', 'Shira: The Vampire Samurai', 'ML'),
(653, 'Adventure', 'Mr Mjukis', 'ML'),
(654, 'Adventure', 'Ivory Hunters', 'ML'),
(655, 'Adventure', 'Iby Knill: An Auschwitz Promise', 'ML'),
(656, 'Adventure', 'La main noire', 'ML'),
(657, 'Adventure', 'Koekeloere', 'ML'),
(658, 'Adventure', 'Keep Em Quiet', 'ML'),
(659, 'Adventure', 'Petrogradskiye Gavroshi', 'ML'),
(660, 'Adventure', 'Der Paradiesvogel', 'ML'),
(661, 'Adventure', 'Mystery Mansion', 'ML'),
(662, 'Adventure', 'Scotty Chase: 2075', 'ML'),
(663, 'Adventure', 'Billy Owens and the Secret of the Runes', 'ML'),
(664, 'Adventure', 'J.J. Starbuck', 'ML'),
(665, 'Adventure', 'La tour du monde de Colargol', 'ML'),
(666, 'Adventure', 'The Agony of De Feet', 'ML'),
(667, 'Adventure', 'Repentance, Remission', 'ML'),
(668, 'Adventure', 'Priklyucheniya pingvinenka Lolo', 'ML'),
(669, 'Adventure', 'Family Union', 'ML'),
(670, 'Adventure', 'Zelda: The Wand of Gamelon', 'ML'),
(671, 'Adventure', 'Survival Chinese', 'ML'),
(672, 'Adventure', 'Travolti da un insolito destino nellazzurro mare dagosto', 'ML'),
(673, 'Adventure', 'Drifter', 'ML'),
(674, 'Adventure', 'Bound and Bare Breasted Businesswomen', 'ML'),
(675, 'Adventure', 'Cosmic Fantasy 2', 'ML'),
(676, 'Adventure', 'Les marins perdus', 'ML'),
(677, 'Adventure', 'Cesta do praveku', 'ML'),
(678, 'Adventure', 'Damiens Quest', 'ML'),
(679, 'Adventure', 'Something Made Me Do It...', 'ML'),
(680, 'Adventure', 'Ta hronia tis orgis', 'ML'),
(681, 'Adventure', 'Bao en dao', 'ML'),
(682, 'Adventure', 'La isla de los hombres solos', 'ML'),
(683, 'Adventure', 'The Mighty Duo vs. Vice', 'ML'),
(684, 'Adventure', 'Becky, Ya Got Yer Space, Babe...', 'ML'),
(685, 'Adventure', 'Cooee and the Echo', 'ML'),
(686, 'Adventure', 'Perils of the Jungle', 'ML'),
(687, 'Adventure', 'Yukonic!', 'ML'),
(688, 'Adventure', 'The Men in White Coats', 'ML'),
(689, 'Adventure', 'Yu pu tuan II: Yu nu xin jing', 'ML'),
(690, 'Adventure', 'Mazi sou', 'ML'),
(691, 'Adventure', 'Zool', 'ML'),
(692, 'Adventure', 'Official Selection', 'ML'),
(693, 'Adventure', 'Startled Into Restraint', 'ML'),
(694, 'Adventure', 'Now, Voyeur', 'ML'),
(695, 'Adventure', 'Il cavaliere del castello maledetto', 'ML'),
(696, 'Adventure', 'Flowers for the butcher', 'ML'),
(697, 'Adventure', 'The Perils of Natasha', 'ML'),
(698, 'Adventure', 'The Camp', 'ML'),
(699, 'Adventure', 'A.P.E. #9', 'ML'),
(700, 'Adventure', 'A High Wind in Jamaica', 'ML'),
(701, 'Adventure', 'Lamp of Aladdin', 'ML'),
(702, 'Adventure', 'Ensalada mixta', 'ML'),
(703, 'Adventure', 'Forgotten Realms: Icewind Dale', 'ML'),
(704, 'Adventure', 'The New Adventures of Beans Baxter', 'ML'),
(705, 'Adventure', 'Manhunt in the Jungle', 'ML'),
(706, 'Adventure', 'Cheerleaders in Trouble 2', 'ML'),
(707, 'Adventure', 'Ghosts of the California Sun', 'ML'),
(708, 'Adventure', 'BT X', 'ML'),
(709, 'Adventure', 'Glutnitzata', 'ML'),
(710, 'Adventure', 'In Search of a Golden Sky', 'ML'),
(711, 'Adventure', 'Hedefte vurusanlar', 'ML'),
(712, 'Adventure', 'Zorba', 'ML'),
(713, 'Adventure', 'Latex Files: Dreambound', 'ML'),
(714, 'Adventure', 'Tickle Time', 'ML'),
(715, 'Adventure', 'Ursus nella valle dei leoni', 'ML'),
(716, 'Adventure', 'The Rainbow Serpent Project', 'ML'),
(717, 'Adventure', 'The Lost Jungle', 'ML'),
(718, 'Adventure', 'Mezarini hazirla', 'ML'),
(719, 'Adventure', 'Amazon Journey', 'ML'),
(720, 'Adventure', 'The Fall of the Cougar', 'ML'),
(721, 'Adventure', 'Fugitivos de las islas del sur', 'ML'),
(722, 'Adventure', 'TKKG 1 - Katjas Geheimnis', 'ML'),
(723, 'Adventure', 'Environne: Life of a Pear', 'ML'),
(724, 'Adventure', 'Road Hockey Rumble', 'ML'),
(725, 'Adventure', 'Back in Business', 'ML'),
(726, 'Adventure', 'Break in at FM', 'ML'),
(727, 'Adventure', 'The Far Flung Star', 'ML'),
(728, 'Adventure', 'Heia Tufte!', 'ML'),
(729, 'Adventure', 'CosWorld 2', 'ML'),
(730, 'Adventure', 'La ciudad sagrada', 'ML'),
(731, 'Adventure', 'Master of Orion', 'ML'),
(732, 'Adventure', 'Police Quest: In Pursuit of the Death Angel', 'ML'),
(733, 'Adventure', 'Tesouro Perdido', 'ML'),
(734, 'Adventure', 'Bana kursun islemez', 'ML'),
(735, 'Adventure', 'Bondage Rendezvous', 'ML'),
(736, 'Adventure', 'Three Perfect Days', 'ML'),
(737, 'Adventure', 'Kamaitachi no yoru', 'ML'),
(738, 'Adventure', 'Riding on Air', 'ML'),
(739, 'Adventure', 'Double Bondage Pleasure', 'ML'),
(740, 'Adventure', 'Operation Mongoose.', 'ML'),
(741, 'Adventure', 'Ji di huang ling', 'ML'),
(742, 'Adventure', 'Arabian Knights', 'ML'),
(743, 'Adventure', 'Super Monkey Ball 2', 'ML'),
(744, 'Adventure', 'Ba xian du hai sao yao mo', 'ML'),
(745, 'Adventure', 'Undercover Boss: Nina Hartley', 'ML'),
(746, 'Adventure', 'Train Arriving at Bombay Station', 'ML'),
(747, 'Adventure', 'Catwoman: The Game', 'ML'),
(748, 'Adventure', 'Heretic II', 'ML'),
(749, 'Adventure', 'Wild Recon', 'ML'),
(750, 'Adventure', 'Adventure Time: Hey Ice King! Whyd You Steal Our Garbage?!!', 'ML'),
(751, 'Adventure', 'Legendary: Tomb of the Dragon', 'ML'),
(752, 'Adventure', 'Barbie Riding Club', 'ML'),
(753, 'Adventure', 'Bleach', 'ML'),
(754, 'Adventure', 'Dynamic Duo', 'ML'),
(755, 'Adventure', 'De Avonturen van Buck & Tommy op Skopelos', 'ML'),
(756, 'Adventure', 'California Dreaming: surfisti di una provincia senza mare', 'ML'),
(757, 'Adventure', 'The Jungle Trail', 'ML'),
(758, 'Adventure', 'The Penniless Millionaire', 'ML'),
(759, 'Adventure', 'High-Heeled Harmony', 'ML'),
(760, 'Adventure', 'Tilki Selim', 'ML'),
(761, 'Adventure', 'Atraco en la jungla', 'ML'),
(762, 'Adventure', 'Die Pferdebande und der falsche Ritter', 'ML'),
(763, 'Adventure', 'H.C. Andersens eventyrlige verden: Rejsekammeraten', 'ML'),
(764, 'Adventure', 'Costume Girls Captured on Film', 'ML'),
(765, 'Adventure', 'Shuang quan do', 'ML'),
(766, 'Adventure', 'The Fighting Peacemaker', 'ML'),
(767, 'Adventure', 'Stargunner', 'ML'),
(768, 'Adventure', 'Isabella, duchessa dei diavoli', 'ML'),
(769, 'Adventure', 'Urutoraman Kosumosu: The First Contact', 'ML'),
(770, 'Adventure', 'The Colors Between', 'ML'),
(771, 'Adventure', 'Final Ransom', 'ML'),
(772, 'Adventure', 'Lekarstwo na milosc', 'ML'),
(773, 'Adventure', 'Long hu kong shou dao', 'ML'),
(774, 'Adventure', 'Quel treno per Budapest', 'ML'),
(775, 'Adventure', 'Miss Nobody', 'ML'),
(776, 'Adventure', 'Chelseas House Guest', 'ML'),
(777, 'Adventure', 'Saved by the Sun', 'ML'),
(778, 'Adventure', 'Die Abenteuer des Huck Finn', 'ML'),
(779, 'Adventure', 'Avenue Flo Special Delivery', 'ML'),
(780, 'Adventure', 'Pals in Paradise', 'ML'),
(781, 'Adventure', 'Beyond Oasis', 'ML'),
(782, 'Adventure', 'Anino', 'ML'),
(783, 'Adventure', 'Charognard & Cie', 'ML'),
(784, 'Adventure', 'West Hollywood La Serie', 'ML'),
(785, 'Adventure', 'Fearbound', 'ML'),
(786, 'Adventure', 'Tales of Eternia', 'ML'),
(787, 'Adventure', 'Takkari Donga', 'ML'),
(788, 'Adventure', 'Tian tang qi yu', 'ML'),
(789, 'Adventure', 'Dust Up', 'ML'),
(790, 'Adventure', 'Medieval Games', 'ML'),
(791, 'Adventure', 'Restrained Assistant', 'ML'),
(792, 'Adventure', 'Pancho Villa y la Valentina', 'ML'),
(793, 'Adventure', 'Under Your Hat', 'ML'),
(794, 'Adventure', 'La ley de la frontera', 'ML'),
(795, 'Adventure', 'Pale Dragonfly', 'ML'),
(796, 'Adventure', 'Historien om en mor', 'ML'),
(797, 'Adventure', 'Imagine Him Happy', 'ML'),
(798, 'Adventure', 'Gojira vs. Mosura', 'ML'),
(799, 'Adventure', 'The Adventures of Don Coyote', 'ML'),
(800, 'Adventure', 'Boi de Prata', 'ML'),
(801, 'Adventure', 'Agent Cody Banks', 'ML'),
(802, 'Adventure', 'Peraanmai', 'ML'),
(803, 'Adventure', 'Space Patrol', 'ML'),
(804, 'Adventure', 'Hood', 'ML'),
(805, 'Adventure', 'The Claw Chronicles', 'ML'),
(806, 'Adventure', 'Red Quivering Bottoms', 'ML'),
(807, 'Adventure', 'Le chevalier de Pardaillan', 'ML'),
(808, 'Adventure', 'Bondage Tribute', 'ML'),
(809, 'Adventure', 'The Young Rebels', 'ML'),
(810, 'Adventure', 'Sluzhu Otechestvu!', 'ML'),
(811, 'Adventure', 'Famous Monsters', 'ML'),
(812, 'Adventure', 'Storm Over Wyoming', 'ML'),
(813, 'Adventure', 'Mangchi', 'ML'),
(814, 'Adventure', 'Nessa no wakusei - Jokouankan: Kate', 'ML'),
(815, 'Adventure', 'Sahara', 'ML'),
(816, 'Adventure', 'Snow Dog', 'ML'),
(817, 'Adventure', 'Will Molly Lose Her Shoes?', 'ML'),
(818, 'Adventure', 'Planescape: Torment', 'ML'),
(819, 'Adventure', 'El trailer asesino', 'ML'),
(820, 'Adventure', 'The NewZealand Story', 'ML'),
(821, 'Adventure', 'A Slip Back in Time', 'ML'),
(822, 'Adventure', 'Space Bites', 'ML'),
(823, 'Adventure', 'Under Pressure: A Story of Microscopic Stakes', 'ML'),
(824, 'Adventure', 'Emmanuelle 2000', 'ML'),
(825, 'Adventure', 'Fable II', 'ML'),
(826, 'Adventure', 'Delta Force: Black Hawk Down', 'ML'),
(827, 'Adventure', 'AXN Shakedown', 'ML'),
(828, 'Adventure', 'Nice Girls Tied Naked', 'ML'),
(829, 'Adventure', 'Orphan Train', 'ML'),
(830, 'Adventure', 'Glacial Balance', 'ML'),
(831, 'Adventure', 'Slipstream', 'ML'),
(832, 'Adventure', 'Witness to a Kill', 'ML'),
(833, 'Adventure', 'Sexy Execs Bound for Success', 'ML'),
(834, 'Adventure', 'Insan avcilari', 'ML'),
(835, 'Adventure', 'Babylon 5: The Gathering', 'ML'),
(836, 'Adventure', 'Adventures in Africa', 'ML'),
(837, 'Adventure', 'Julies Revenge', 'ML'),
(838, 'Adventure', 'Desperate Struggles of Nude Captives!', 'ML'),
(839, 'Adventure', 'Outlaws of Santa Fe', 'ML'),
(840, 'Adventure', 'Sacagawea', 'ML'),
(841, 'Adventure', 'Eco Challenge New Zealand', 'ML'),
(842, 'Adventure', 'Cross-Dressed and Punished', 'ML'),
(843, 'Adventure', 'Tropeiro Velho', 'ML'),
(844, 'Adventure', 'The Odd Couple II', 'ML'),
(845, 'Adventure', 'The Girly Ghosthunters', 'ML'),
(846, 'Adventure', 'Yonayona pengin', 'ML'),
(847, 'Adventure', 'Burn Em Up Barnes', 'ML'),
(848, 'Adventure', 'The Self-Made Heroine and Other Tales', 'ML'),
(849, 'Adventure', 'Fang Shiyu rou bo Hong Xiguan', 'ML'),
(850, 'Adventure', 'Riderless', 'ML'),
(851, 'Adventure', 'Uma Aventura', 'ML'),
(852, 'Adventure', 'New Super Mario Bros.', 'ML'),
(853, 'Adventure', 'Kloset Klaw & Lingerie', 'ML'),
(854, 'Adventure', 'Dva kapitana', 'ML'),
(855, 'Adventure', 'Lovers Knot Dating', 'ML'),
(856, 'Adventure', 'Business Beauties Work to Get Free', 'ML'),
(857, 'Adventure', 'Die Story von Monty Spinnerratz', 'ML'),
(858, 'Adventure', 'Mrs. Rupert: Adventure Librarian', 'ML'),
(859, 'Adventure', 'Good Girls Bound by Wicked Women', 'ML'),
(860, 'Adventure', 'Bozkirlar sahini Targan', 'ML'),
(861, 'Adventure', 'Turok 3: Shadow of Oblivion', 'ML'),
(862, 'Adventure', 'Hititya Madalyonun Sirri', 'ML'),
(863, 'Adventure', 'Sluchay v vulkane', 'ML'),
(864, 'Adventure', 'Oru Kutty Chodyam', 'ML'),
(865, 'Adventure', 'Chandu on the Magic Island', 'ML'),
(866, 'Adventure', 'Le palais des mille et une nuits', 'ML'),
(867, 'Adventure', 'Last Exile', 'ML'),
(868, 'Adventure', 'Young Wild West Trapping a Tricky Rustler', 'ML'),
(869, 'Adventure', 'The Expedition', 'ML'),
(870, 'Adventure', 'Pogonya v stepi', 'ML'),
(871, 'Adventure', 'Ying wu chuang qi', 'ML'),
(872, 'Adventure', 'Rustom-E-Baghdad', 'ML'),
(873, 'Adventure', 'Kaibutsu-kun: Episode 0', 'ML'),
(874, 'Adventure', 'G.I. Combat: Episode 1 - Battle of Normandy', 'ML'),
(875, 'Adventure', 'From Kilimanjaro with Love', 'ML'),
(876, 'Adventure', 'Who Are You', 'ML'),
(877, 'Adventure', 'El viaje hacia el mar', 'ML'),
(878, 'Adventure', 'Last Paradise', 'ML'),
(879, 'Adventure', 'Mask of the Avenger', 'ML'),
(880, 'Adventure', 'No Escape for Captured Couples', 'ML'),
(881, 'Adventure', 'La nouvelle malle des Indes', 'ML'),
(882, 'Adventure', 'Madame Katashas Love Potion', 'ML'),
(883, 'Adventure', 'El circo de Capulina', 'ML'),
(884, 'Adventure', 'Urban Angel', 'ML'),
(885, 'Adventure', 'Kings Quest III: To Heir Is Human', 'ML'),
(886, 'Adventure', 'Penguins of Madagascar: Dr. Blowhole Returns - Again', 'ML'),
(887, 'Adventure', 'Hugo II: Whodunit?', 'ML'),
(888, 'Adventure', 'Daininjutsu eiga Watari', 'ML'),
(889, 'Adventure', 'Small Villains & Wannabe Heroines', 'ML'),
(890, 'Adventure', 'Shen jian you long', 'ML'),
(891, 'Adventure', 'Sam and the White Tiger', 'ML'),
(892, 'Adventure', 'Cannibal Attack', 'ML'),
(893, 'Adventure', 'Prince of Pirates', 'ML'),
(894, 'Adventure', 'When Kumi Met Julie', 'ML'),
(895, 'Adventure', 'Meeting Ellen', 'ML'),
(896, 'Adventure', 'Los enamorados', 'ML'),
(897, 'Adventure', 'The Master of Merripit', 'ML'),
(898, 'Adventure', 'Bind and Gag the Topless Girls!', 'ML'),
(899, 'Adventure', 'Broken Sword II: The Smoking Mirror', 'ML'),
(900, 'Adventure', 'Quest 64', 'ML'),
(901, 'Adventure', 'Ercole contro i tiranni di Babilonia', 'ML'),
(902, 'Adventure', 'Serdtsa tryokh', 'ML'),
(903, 'Adventure', 'Jungle Boy', 'ML'),
(904, 'Adventure', 'The Kidnapping of Maya Gates!', 'ML'),
(905, 'Adventure', 'The Adventures of Marco & Gina', 'ML'),
(906, 'Adventure', 'Halb so wild', 'ML'),
(907, 'Adventure', 'Rinaldo Rinaldini', 'ML'),
(908, 'Adventure', 'La vuelta de El Coyote', 'ML'),
(909, 'Adventure', 'Brandy: Inescapably Bound & Mummified', 'ML'),
(910, 'Adventure', 'The Plan Will Work If Shes Bound and Gagged!', 'ML'),
(911, 'Adventure', 'The Real Nepal: Journey to the Top', 'ML'),
(912, 'Adventure', 'Four Frightened People', 'ML'),
(913, 'Adventure', 'Jedan ujak Hojan', 'ML'),
(914, 'Adventure', 'Drongo', 'ML'),
(915, 'Adventure', 'Jeremiah Johnson', 'ML'),
(916, 'Adventure', 'Lara Croft and the Guardian of Light', 'ML'),
(917, 'Adventure', 'Beyond the Next Mountain', 'ML'),
(918, 'Adventure', 'Lisola del tesoro', 'ML'),
(919, 'Adventure', 'James Pond: Underwater Agent', 'ML'),
(920, 'Adventure', 'Rapi Roum', 'ML'),
(921, 'Adventure', 'Barocco', 'ML'),
(922, 'Adventure', 'Etheria: Ang ikalimang kaharian ng encantadia', 'ML'),
(923, 'Adventure', 'Teenage Cave Man', 'ML'),
(924, 'Adventure', 'UniversalCentury.Net Gundam Online', 'ML'),
(925, 'Adventure', 'The Return of Captain Nemo', 'ML'),
(926, 'Adventure', 'Super Deform Snatcher', 'ML'),
(927, 'Adventure', 'Kursun yarasi', 'ML'),
(928, 'Adventure', 'The Magic Catalogue', 'ML'),
(929, 'Adventure', 'To Have and to Hold', 'ML'),
(930, 'Adventure', 'Los pajarracos', 'ML'),
(931, 'Adventure', 'Andrius', 'ML'),
(932, 'Adventure', 'Pod severnym siyaniyem', 'ML'),
(933, 'Adventure', 'Sugar Creek Gang: Revival Villains', 'ML'),
(934, 'Adventure', 'Dragon Ball: Raging Blast 2', 'ML'),
(935, 'Adventure', 'Dear Esther', 'ML'),
(936, 'Adventure', 'Kong: King of Skull Island', 'ML'),
(937, 'Adventure', 'Outside Candy', 'ML'),
(938, 'Adventure', 'The Persuaders!', 'ML'),
(939, 'Adventure', 'The Running Dead', 'ML'),
(940, 'Adventure', 'Darna and the Giants', 'ML'),
(941, 'Adventure', 'Da quan mo gui', 'ML'),
(942, 'Adventure', 'VeggieTales: Moe and the Big Exit', 'ML'),
(943, 'Adventure', 'David and July in the Month of May', 'ML'),
(944, 'Adventure', 'Tao of the Traveller', 'ML'),
(945, 'Adventure', 'Gorgopotamos', 'ML'),
(946, 'Adventure', 'I tre diavoli', 'ML'),
(947, 'Adventure', 'Anshi Bala', 'ML'),
(948, 'Adventure', 'The Romance of Tarzan', 'ML'),
(949, 'Adventure', 'Xiao Li fei dao zi Fei dao wai chuan', 'ML'),
(950, 'Adventure', 'Sword of the Avenger', 'ML'),
(951, 'Adventure', 'Bir tugra kaftancioglu filmi', 'ML'),
(952, 'Adventure', 'Adopt Me', 'ML'),
(953, 'Adventure', 'Roaring Westward', 'ML'),
(954, 'Adventure', 'Mystica', 'ML'),
(955, 'Adventure', 'The Ghost of Cypress Swamp', 'ML'),
(956, 'Adventure', 'Sexy! Silenced! Wrapped!', 'ML'),
(957, 'Adventure', 'Awesome Life Promotion', 'ML'),
(958, 'Adventure', 'Shes No Policewoman!', 'ML'),
(959, 'Adventure', 'Killers of Kilimanjaro', 'ML'),
(960, 'Adventure', 'Look Not at the Mountains!', 'ML'),
(961, 'Adventure', 'In the Great Northwest', 'ML'),
(962, 'Adventure', 'Smashing Through', 'ML'),
(963, 'Adventure', 'The Ribald Tales of Robin Hood', 'ML'),
(964, 'Adventure', 'LittleBigPlanet 2 Toy Story', 'ML'),
(965, 'Adventure', 'Raven Roped', 'ML'),
(966, 'Adventure', 'Mad Max 2', 'ML'),
(967, 'Adventure', 'Footskating 101', 'ML'),
(968, 'Adventure', 'Hamilton Mattress', 'ML'),
(969, 'Adventure', 'Half Way to Shanghai', 'ML'),
(970, 'Adventure', 'Most Terrifying Places in America 2', 'ML'),
(971, 'Adventure', 'Hizli yasayanlar', 'ML'),
(972, 'Adventure', 'El mundo del los muertos', 'ML'),
(973, 'Adventure', 'Dar Radeh payeh Che', 'ML'),
(974, 'Adventure', 'On the Mark', 'ML'),
(975, 'Adventure', 'Grizzly Falls', 'ML'),
(976, 'Adventure', 'Angel Square', 'ML'),
(977, 'Adventure', 'Ceux du viking', 'ML'),
(978, 'Adventure', 'Hogties & Other Bondage Stories', 'ML'),
(979, 'Adventure', 'Nu gui sheng si lian', 'ML'),
(980, 'Adventure', 'Chin Kei Bin 2 - Fa Tou Tai Kam', 'ML'),
(981, 'Adventure', 'Journey in the Red Sea', 'ML'),
(982, 'Adventure', 'The Way to Santiago', 'ML'),
(983, 'Adventure', 'The Unbreakable Sword', 'ML'),
(984, 'Adventure', 'Tales from the B & G Company', 'ML'),
(985, 'Adventure', 'De zee die denkt', 'ML'),
(986, 'Adventure', 'Savage Planet', 'ML'),
(987, 'Adventure', 'Jeffie Was Here', 'ML'),
(988, 'Adventure', 'Gli avventurieri dei tropici', 'ML'),
(989, 'Adventure', 'Irisu no atorie: Guran fuantazumu', 'ML'),
(990, 'Adventure', 'Bacalar', 'ML'),
(991, 'Adventure', 'Gigantic Drive', 'ML'),
(992, 'Adventure', 'Z-Man', 'ML'),
(993, 'Adventure', 'Burai zenkan', 'ML'),
(994, 'Adventure', 'Tomb Raider: Legend', 'ML'),
(995, 'Adventure', 'Zhi zun wei long', 'ML'),
(996, 'Adventure', 'Shadow Divers', 'ML'),
(997, 'Adventure', 'Breath of Fire', 'ML'),
(998, 'Adventure', 'Mosquito Hell', 'ML'),
(999, 'Adventure', 'Safakta Vurusanlar', 'ML'),
(1000, 'Adventure', 'Nipwitz: Russia', 'ML'),
(1001, 'Adventure', 'Beach of Dreams', 'ML'),
(1002, 'Adventure', 'Jungle Manhunt', 'ML'),
(1003, 'Adventure', 'Kanli bugday', 'ML'),
(1004, 'Adventure', 'This Is Life 2012', 'ML'),
(1005, 'Adventure', 'Kartal yavrusu Hamido', 'ML'),
(1006, 'Adventure', 'Bombmeister', 'ML'),
(1007, 'Adventure', 'Il raggio infernale', 'ML'),
(1008, 'Adventure', 'Jungle Cavalcade', 'ML'),
(1009, 'Adventure', 'A Knight in Camelot', 'ML'),
(1010, 'Adventure', 'Tarzan hanguke oda', 'ML'),
(1011, 'Adventure', 'Across Town', 'ML'),
(1012, 'Adventure', 'Wide-Eyed and Tied', 'ML'),
(1013, 'Adventure', 'Da meng long', 'ML'),
(1014, 'Adventure', 'Lisola dei famosi 2', 'ML'),
(1015, 'Adventure', 'Sticky Situation for Helpless Girls', 'ML'),
(1016, 'Adventure', 'O Vigilante Contra o Crime', 'ML'),
(1017, 'Adventure', 'Scoub 2', 'ML'),
(1018, 'Adventure', 'Yu shi zi', 'ML'),
(1019, 'Adventure', 'Monsterpocalypse', 'ML'),
(1020, 'Adventure', 'Ant-Man', 'ML'),
(1021, 'Adventure', 'Gei wo yi zhi mao', 'ML'),
(1022, 'Adventure', 'A Walk for Sunshine Appalachian Trail Show', 'ML'),
(1023, 'Adventure', 'Kara atmaca', 'ML'),
(1024, 'Adventure', 'Eco-Challenge Fiji Islands', 'ML'),
(1025, 'Adventure', 'White Wolves III: Cry of the White Wolf', 'ML'),
(1026, 'Adventure', 'La venida del rey Olmos', 'ML'),
(1027, 'Adventure', 'Le avventure di Laura Storm', 'ML'),
(1028, 'Adventure', 'Leif Erickson, Discoverer of North America', 'ML'),
(1029, 'Adventure', 'The Camera', 'ML'),
(1030, 'Adventure', 'Chest imeyu', 'ML'),
(1031, 'Adventure', 'Telokhranitel', 'ML'),
(1032, 'Adventure', 'Command & Conquer: Generals', 'ML'),
(1033, 'Adventure', 'Zhuang shi duan bi', 'ML'),
(1034, 'Adventure', 'Dadnapped', 'ML'),
(1035, 'Adventure', 'Burr', 'ML'),
(1036, 'Adventure', 'Sapphire vs. Spellbinder', 'ML'),
(1037, 'Adventure', 'The Good, the Bad and the Coyote', 'ML'),
(1038, 'Adventure', 'Cynthia of the Minute', 'ML'),
(1039, 'Adventure', 'Les aventures de Michel Vaillant', 'ML'),
(1040, 'Adventure', 'Lunatic at Large', 'ML'),
(1041, 'Adventure', 'I lancieri neri', 'ML'),
(1042, 'Adventure', 'Valley of the Giants', 'ML'),
(1043, 'Adventure', 'Dulcinea del Toboso', 'ML'),
(1044, 'Adventure', 'Poker dAs', 'ML'),
(1045, 'Adventure', 'The Mouth of Truth', 'ML'),
(1046, 'Adventure', 'CO2', 'ML'),
(1047, 'Adventure', '3rd Eye Open', 'ML'),
(1048, 'Adventure', 'The Platoon of Power Squadron, Part VI: Barrier', 'ML'),
(1049, 'Adventure', 'The Feynman Chronicles', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(1050, 'Adventure', 'The Continuum Project', 'ML'),
(1051, 'Adventure', 'Night at the Library', 'ML'),
(1052, 'Adventure', 'Xue zhan ba da dao', 'ML'),
(1053, 'Adventure', 'Bula Quo!', 'ML'),
(1054, 'Adventure', 'The Ruffians', 'ML'),
(1055, 'Adventure', 'Ve silahlara veda', 'ML'),
(1056, 'Adventure', 'Hugos House of Horrors', 'ML'),
(1057, 'Adventure', 'Confined and Silenced!', 'ML'),
(1058, 'Adventure', 'Sen to Chihiro no kamikakushi', 'ML'),
(1059, 'Adventure', 'Tantalus Theatre', 'ML'),
(1060, 'Adventure', 'Still Life 2', 'ML'),
(1061, 'Adventure', 'White Fang', 'ML'),
(1062, 'Adventure', 'CosWorld: The Beginning', 'ML'),
(1063, 'Adventure', 'Xiang long fu hu', 'ML'),
(1064, 'Adventure', 'Creation of the Gods', 'ML'),
(1065, 'Adventure', 'Ye du Yuan Yang Jiang', 'ML'),
(1066, 'Adventure', 'The Bashful Elephant', 'ML'),
(1067, 'Adventure', 'Morgan il pirata', 'ML'),
(1068, 'Adventure', 'Mexico: The Bad, the Great and the Ugly', 'ML'),
(1069, 'Adventure', 'The Rocketeer', 'ML'),
(1070, 'Adventure', 'The Kings Thief', 'ML'),
(1071, 'Adventure', 'The Voice on the Wire', 'ML'),
(1072, 'Adventure', 'Janji Joni', 'ML'),
(1073, 'Adventure', 'The Log of the Black Pearl', 'ML'),
(1074, 'Adventure', 'Agent', 'ML'),
(1075, 'Adventure', 'The Last Road', 'ML'),
(1076, 'Adventure', 'Common Ave.', 'ML'),
(1077, 'Adventure', 'Around the World in 80 Days', 'ML'),
(1078, 'Adventure', 'The Chrysanthemum Throne', 'ML'),
(1079, 'Adventure', 'De zwarte ruiter', 'ML'),
(1080, 'Adventure', 'Bondage Is Serious Business', 'ML'),
(1081, 'Adventure', 'Silas', 'ML'),
(1082, 'Adventure', 'Primal Quest Utah', 'ML'),
(1083, 'Adventure', 'Pretty Little Packages', 'ML'),
(1084, 'Adventure', 'Spirit Warriors: The Shortcut', 'ML'),
(1085, 'Adventure', 'Sam and Max Hit the Road', 'ML'),
(1086, 'Adventure', 'Arizona Rangers', 'ML'),
(1087, 'Adventure', 'Innocent Heroines Stripped and Bound', 'ML'),
(1088, 'Adventure', 'Spartacus: Blood and Sand', 'ML'),
(1089, 'Adventure', 'The Miners Mascot', 'ML'),
(1090, 'Adventure', 'Los temibles', 'ML'),
(1091, 'Adventure', 'Teenage Mutant Ninja Turtles 3: Mutant Nightmare', 'ML'),
(1092, 'Adventure', 'Full Metal Panic! Come Make My Day', 'ML'),
(1093, 'Adventure', 'Shirgo', 'ML'),
(1094, 'Adventure', 'Moment of Clarity', 'ML'),
(1095, 'Adventure', 'The Adventures of Long John Silver', 'ML'),
(1096, 'Adventure', 'Ring of the Musketeers', 'ML'),
(1097, 'Adventure', 'Code Black', 'ML'),
(1098, 'Adventure', 'Hwarang-V samchongsa', 'ML'),
(1099, 'Adventure', 'Khroniki tarr: Strazhi pogranichya', 'ML'),
(1100, 'Adventure', 'Antihero', 'ML'),
(1101, 'Adventure', 'God of the Machine', 'ML'),
(1102, 'Adventure', 'The Ring of the Buddha', 'ML'),
(1103, 'Adventure', 'Prometheus 2', 'ML'),
(1104, 'Adventure', 'Some Sunny Days', 'ML'),
(1105, 'Adventure', 'Eunha-haebang-jeonseon', 'ML'),
(1106, 'Adventure', 'Murphys Guide', 'ML'),
(1107, 'Adventure', 'The Chronicles of a Daft Man', 'ML'),
(1108, 'Adventure', 'Hoshi no Kirby: Yume no izumi no monogatari', 'ML'),
(1109, 'Adventure', 'Hank Danger and the Riddle Mountain Curse!', 'ML'),
(1110, 'Adventure', 'Gack', 'ML'),
(1111, 'Adventure', 'Troubleshooters', 'ML'),
(1112, 'Adventure', 'Dragonfly Red', 'ML'),
(1113, 'Adventure', 'Le orientali', 'ML'),
(1114, 'Adventure', 'Larga distancia', 'ML'),
(1115, 'Adventure', 'Emil und die Detektive', 'ML'),
(1116, 'Adventure', 'Un colpo da mille miliardi', 'ML'),
(1117, 'Adventure', 'Battlestar Galactica Online', 'ML'),
(1118, 'Adventure', 'X2', 'ML'),
(1119, 'Adventure', 'Shawn Is on the Trail', 'ML'),
(1120, 'Adventure', 'Kabouter Plop en de toverstaf', 'ML'),
(1121, 'Adventure', 'Real Life Adventure in Peru', 'ML'),
(1122, 'Adventure', 'Good Girls Get Gagged', 'ML'),
(1123, 'Adventure', 'The Face of the Serpent', 'ML'),
(1124, 'Adventure', 'Sixteen Fathoms Deep', 'ML'),
(1125, 'Adventure', 'Las pistolas no son para el verano', 'ML'),
(1126, 'Adventure', 'Ankh', 'ML'),
(1127, 'Adventure', 'Dual Survival', 'ML'),
(1128, 'Adventure', 'Adventures of Louanna Lee Episode Three', 'ML'),
(1129, 'Adventure', 'Dragonball Evolution', 'ML'),
(1130, 'Adventure', 'Mail Order Monster', 'ML'),
(1131, 'Adventure', 'Hedefte iki kisi', 'ML'),
(1132, 'Adventure', 'Why Am I Tied?', 'ML'),
(1133, 'Adventure', 'Sevimli kabadayi', 'ML'),
(1134, 'Adventure', 'One Piece: Episode of Alabaster - Sabaku no Ojou to Kaizoku Tachi', 'ML'),
(1135, 'Adventure', 'Passport to Danger', 'ML'),
(1136, 'Adventure', 'The Railroad Raiders', 'ML'),
(1137, 'Adventure', 'Legends of the Superheroes', 'ML'),
(1138, 'Adventure', 'La piste du sud', 'ML'),
(1140, 'Adventure', 'Mujeres insumisas', 'ML'),
(1141, 'Adventure', 'Target: Sea of China', 'ML'),
(1142, 'Adventure', 'Let Me Out!', 'ML'),
(1143, 'Adventure', 'Dance Hall Racket', 'ML'),
(1144, 'Adventure', 'Tomei kenshi', 'ML'),
(1145, 'Adventure', 'Terraformers', 'ML'),
(1146, 'Adventure', 'Smugglers Gold', 'ML'),
(1147, 'Adventure', 'The Unafraid', 'ML'),
(1148, 'Adventure', 'Naughty MIBs Subdued', 'ML'),
(1149, 'Adventure', 'Off the Rails in India', 'ML'),
(1150, 'Adventure', 'North Sea Hijack', 'ML'),
(1151, 'Adventure', 'Lalla vinner!', 'ML'),
(1152, 'Adventure', 'Flying Cadets', 'ML'),
(1153, 'Adventure', 'The Black Secret', 'ML'),
(1154, 'Adventure', 'Tatiana Is Missing', 'ML'),
(1155, 'Adventure', 'The Viking', 'ML'),
(1156, 'Adventure', 'Zork: Nemesis', 'ML'),
(1157, 'Adventure', 'The 13 Ghosts of Scooby-Doo', 'ML'),
(1158, 'Adventure', 'Star Ocean: The Second Story', 'ML'),
(1159, 'Adventure', 'Monica', 'ML'),
(1160, 'Adventure', 'Bare-Skinned New Girls Scary Bondage Surprise!', 'ML'),
(1161, 'Adventure', 'A Damsel in Disguise', 'ML'),
(1162, 'Adventure', 'The Lone Climber', 'ML'),
(1163, 'Adventure', 'The Wilderness Woman', 'ML'),
(1164, 'Adventure', 'S.O.S. Perils of the Sea', 'ML'),
(1165, 'Adventure', 'Kefenin cebi yok', 'ML'),
(1166, 'Adventure', 'The Stand', 'ML'),
(1167, 'Adventure', 'Birdboy', 'ML'),
(1168, 'Adventure', 'Cyrano et dArtagnan', 'ML'),
(1169, 'Adventure', 'Lady Laws Ordeal/They Call Me Trouble!', 'ML'),
(1170, 'Adventure', 'Supermodels Bound and Silenced', 'ML'),
(1171, 'Adventure', 'Interbang', 'ML'),
(1172, 'Adventure', 'Bolly the Little Girl Who Saved Christmas', 'ML'),
(1173, 'Adventure', 'Bat Men of Africa', 'ML'),
(1174, 'Adventure', 'Yoshis Island DS', 'ML'),
(1175, 'Adventure', 'The Royal Mounted Patrol', 'ML'),
(1176, 'Adventure', 'God of Time', 'ML'),
(1177, 'Adventure', 'Dag kanunu', 'ML'),
(1178, 'Adventure', 'Paranoia, Inc.', 'ML'),
(1179, 'Adventure', 'Tanken Driland', 'ML'),
(1180, 'Adventure', 'The Connecticut Kid', 'ML'),
(1181, 'Adventure', 'Captain David Grief', 'ML'),
(1182, 'Adventure', 'Dudley Town', 'ML'),
(1183, 'Adventure', 'Power Rangers Super Samurai', 'ML'),
(1184, 'Adventure', 'One Piece Film Z', 'ML'),
(1185, 'Adventure', 'Studio of Humiliation', 'ML'),
(1186, 'Adventure', 'Goldies Initiation & Other Scenes', 'ML'),
(1187, 'Adventure', 'Le avventure di Mandrin', 'ML'),
(1188, 'Adventure', 'Kolobar', 'ML'),
(1189, 'Adventure', 'Killing caniler krali', 'ML'),
(1190, 'Adventure', 'Rear Admiral', 'ML'),
(1191, 'Adventure', 'Alibaba and 40 Thieves', 'ML'),
(1192, 'Adventure', 'Marrakech Express', 'ML'),
(1193, 'Adventure', 'Demolition Kingdom', 'ML'),
(1194, 'Adventure', 'Little Red Cheerleader', 'ML'),
(1195, 'Adventure', 'The Mercenaries', 'ML'),
(1196, 'Adventure', 'Jungle Queen', 'ML'),
(1197, 'Adventure', 'Kamenolom', 'ML'),
(1198, 'Adventure', 'Shounen tanteidan BD7', 'ML'),
(1199, 'Adventure', 'The Book of Masters', 'ML'),
(1200, 'Adventure', 'Jachetele galbene', 'ML'),
(1201, 'Adventure', 'Sonsuz gece', 'ML'),
(1202, 'Adventure', 'Americatown', 'ML'),
(1203, 'Adventure', 'Seven Sealed', 'ML'),
(1204, 'Adventure', 'Apollo Thorne', 'ML'),
(1205, 'Adventure', 'The Kidnapping of Sandy Summers', 'ML'),
(1206, 'Adventure', 'Road to Rio', 'ML'),
(1207, 'Adventure', 'On Witches Hill', 'ML'),
(1208, 'Adventure', 'Lei dian tian xian jian', 'ML'),
(1209, 'Adventure', 'Underwater Warrior', 'ML'),
(1210, 'Adventure', 'Il signor Rossi al mare', 'ML'),
(1211, 'Adventure', 'Banjo-Tooie', 'ML'),
(1212, 'Adventure', 'Le marchand deau', 'ML'),
(1213, 'Adventure', 'Heat Lightning', 'ML'),
(1214, 'Adventure', 'Wallace & Gromit in Project Zoo', 'ML'),
(1215, 'Adventure', 'Super Mario World', 'ML'),
(1216, 'Adventure', 'Tie dan shen long', 'ML'),
(1217, 'Adventure', 'Spiffy Friends Weekend III: The Shock-U-Mentary', 'ML'),
(1218, 'Adventure', 'Jie huo hong lian shang ji', 'ML'),
(1219, 'Adventure', 'La cama de piedra', 'ML'),
(1220, 'Adventure', 'Adventure Story', 'ML'),
(1221, 'Adventure', '...Und Exitus', 'ML'),
(1222, 'Adventure', 'In the Sultans Power', 'ML'),
(1223, 'Adventure', 'Rub-a-Duck', 'ML'),
(1224, 'Adventure', 'Hey, This Is My House!', 'ML'),
(1225, 'Adventure', 'Polis dosyasi', 'ML'),
(1226, 'Adventure', 'Into Oblivion', 'ML'),
(1227, 'Adventure', 'Untitled Willie Block/Jake Emanuel Project', 'ML'),
(1228, 'Adventure', 'IGN Originals', 'ML'),
(1229, 'Adventure', 'House Hostages', 'ML'),
(1230, 'Adventure', 'Cloud Dancer', 'ML'),
(1231, 'Adventure', 'Destination Tennis', 'ML'),
(1232, 'Adventure', 'The Goddess and the Gardener', 'ML'),
(1233, 'Adventure', 'Finding Genghis', 'ML'),
(1234, 'Adventure', 'The Replacement Damsels', 'ML'),
(1235, 'Adventure', 'North Hollywood Confidential', 'ML'),
(1236, 'Adventure', 'Sphinx', 'ML'),
(1237, 'Adventure', 'Sheriff of Sage Valley', 'ML'),
(1238, 'Adventure', 'Torchy Runs for Mayor', 'ML'),
(1239, 'Adventure', 'The Brigand of Kandahar', 'ML'),
(1240, 'Adventure', 'The Comet', 'ML'),
(1241, 'Adventure', 'Roughnecks: The Starship Troopers Chronicles', 'ML'),
(1242, 'Adventure', 'Cascadeur', 'ML'),
(1243, 'Adventure', 'Transformers: Revenge of the Fallen', 'ML'),
(1244, 'Adventure', 'Civilization III: Play the World', 'ML'),
(1245, 'Adventure', 'Jo-Jo', 'ML'),
(1246, 'Adventure', 'Impolex', 'ML'),
(1247, 'Adventure', 'Hunger for the Wild', 'ML'),
(1248, 'Adventure', 'Hinaragi densetsu', 'ML'),
(1249, 'Adventure', 'Allegheny Uprising', 'ML'),
(1250, 'Adventure', 'The Children of the New Forest', 'ML'),
(1251, 'Adventure', 'Pilotos de combate', 'ML'),
(1252, 'Adventure', 'Lego: The Beverly Hillbillies', 'ML'),
(1253, 'Adventure', 'Abrakadabra', 'ML'),
(1254, 'Adventure', 'Hodri meydan', 'ML'),
(1255, 'Adventure', 'Hot Wheels: Velocity X', 'ML'),
(1256, 'Adventure', 'Zork III', 'ML'),
(1257, 'Adventure', 'Verekivi', 'ML'),
(1258, 'Adventure', 'Sabre Wulf', 'ML'),
(1259, 'Adventure', 'Samantha Ryans Naked Peril!', 'ML'),
(1260, 'Adventure', 'The Bondage Among Us', 'ML'),
(1261, 'Adventure', 'Special Edition Desk: Stephen', 'ML'),
(1262, 'Adventure', 'James Prescott and the Legend of Parker Rose', 'ML'),
(1263, 'Adventure', 'The Magic Balloon', 'ML'),
(1264, 'Adventure', 'The Revenge of the Crooked Claw', 'ML'),
(1265, 'Adventure', 'Kaze no tani no Naushika', 'ML'),
(1266, 'Adventure', 'Assault on Agathon', 'ML'),
(1267, 'Adventure', 'Young Hercules', 'ML'),
(1268, 'Adventure', 'Welcome to the Throne Room', 'ML'),
(1269, 'Adventure', 'Roped Trouble for Captured Couples', 'ML'),
(1270, 'Adventure', 'IK1 - Touristen in Gefahr', 'ML'),
(1271, 'Adventure', 'U.S. Catman: Lethal Track', 'ML'),
(1272, 'Adventure', 'Run to the High Country', 'ML'),
(1273, 'Adventure', 'Untitled Kidrobot Project', 'ML'),
(1274, 'Adventure', '240-Robert', 'ML'),
(1275, 'Adventure', 'Persistence', 'ML'),
(1276, 'Adventure', 'I Like to Chloroform Girls!', 'ML'),
(1277, 'Adventure', 'The Particular Fetishist', 'ML'),
(1278, 'Adventure', 'Ali derler adima', 'ML'),
(1279, 'Adventure', 'Under the Hood', 'ML'),
(1280, 'Adventure', 'Ox Films Collection', 'ML'),
(1281, 'Adventure', 'Raid and Aid', 'ML'),
(1282, 'Adventure', 'Ji tian jian piao xiang', 'ML'),
(1283, 'Adventure', 'Lure of the Islands', 'ML'),
(1284, 'Adventure', 'Wipeout HD', 'ML'),
(1285, 'Adventure', 'Aviatrix', 'ML'),
(1286, 'Adventure', 'Instinto de supervivencia', 'ML'),
(1287, 'Adventure', 'Le crabe aux pinces dor', 'ML'),
(1288, 'Adventure', 'Kolsuz kahraman', 'ML'),
(1289, 'Adventure', 'Pororoca: Surfing the Amazon', 'ML'),
(1290, 'Adventure', 'Speeding Teens', 'ML'),
(1291, 'Adventure', 'On the Wings of Eagle', 'ML'),
(1292, 'Adventure', 'Corazones de cristal', 'ML'),
(1293, 'Adventure', 'Age of Empires III', 'ML'),
(1294, 'Adventure', 'Into the Zone: The Story of the Cacophony Society', 'ML'),
(1295, 'Adventure', 'Fall Flight', 'ML'),
(1296, 'Adventure', 'Spiderbabe', 'ML'),
(1297, 'Adventure', 'Mistress of the Apes', 'ML'),
(1298, 'Adventure', 'Little Big Adventure', 'ML'),
(1299, 'Adventure', 'Tarkan Viking kani', 'ML'),
(1300, 'Adventure', 'The Gnome-Mobile', 'ML'),
(1301, 'Adventure', 'Change of Ties', 'ML'),
(1302, 'Adventure', 'The Empire of Illusion', 'ML'),
(1303, 'Adventure', 'The Landloper', 'ML'),
(1304, 'Adventure', 'Odisea: en busca del escarabajo dorado', 'ML'),
(1305, 'Adventure', 'It Happened Out West', 'ML'),
(1306, 'Adventure', 'The Peril of the Plains', 'ML'),
(1307, 'Adventure', 'Der Monte Christo von Prag', 'ML'),
(1308, 'Adventure', 'Tummy', 'ML'),
(1309, 'Adventure', 'Malaika', 'ML'),
(1310, 'Adventure', 'What Would Bear Do?', 'ML'),
(1311, 'Adventure', 'Fei yan nu xia', 'ML'),
(1312, 'Adventure', 'The Birdhouse', 'ML'),
(1313, 'Adventure', 'Gangbound 5', 'ML'),
(1314, 'Adventure', 'Venganza de bestia', 'ML'),
(1315, 'Adventure', 'Tarzan and the Golden Lion', 'ML'),
(1316, 'Adventure', 'Lo mejor de California', 'ML'),
(1317, 'Adventure', 'Quem Tem Medo de Lobisomem?', 'ML'),
(1318, 'Adventure', 'Les Zinvincibles', 'ML'),
(1319, 'Adventure', 'Hills Beyond the Smoke', 'ML'),
(1320, 'Adventure', 'Isle of Forgotten Sins', 'ML'),
(1321, 'Adventure', 'Biciklo - Supercykeln', 'ML'),
(1322, 'Adventure', 'What Price Swimming', 'ML'),
(1323, 'Adventure', 'Bouket zvezdi', 'ML'),
(1324, 'Adventure', 'The Legend of Ghostwolf', 'ML'),
(1325, 'Adventure', 'The Smugglers Revenge', 'ML'),
(1326, 'Adventure', 'Maciste contre la reine des Amazones', 'ML'),
(1327, 'Adventure', 'Carmen, a cigana', 'ML'),
(1328, 'Adventure', 'Genghis Khan', 'ML'),
(1329, 'Adventure', 'Caribbean Vibes with Chef Gavin Kearney', 'ML'),
(1330, 'Adventure', 'Mathilda', 'ML'),
(1331, 'Adventure', 'Kids World', 'ML'),
(1332, 'Adventure', 'Can We Be Happy Now', 'ML'),
(1333, 'Adventure', 'Son of the Guardsman', 'ML'),
(1334, 'Adventure', 'Kommissar X - Drei gelbe Katzen', 'ML'),
(1335, 'Adventure', 'Hellboy 3', 'ML'),
(1336, 'Adventure', 'Agent Emes and the Sofer Situation', 'ML'),
(1337, 'Adventure', 'Justine: Crazy Love', 'ML'),
(1338, 'Adventure', 'Priklyucheniya Toma Soyera i Geklberri Finna', 'ML'),
(1339, 'Adventure', 'Imminent Danger', 'ML'),
(1340, 'Adventure', 'Golden Ivory', 'ML'),
(1341, 'Adventure', 'E Mei ba dao', 'ML'),
(1342, 'Adventure', 'The Lord of the G-Strings: The Femaleship of the String', 'ML'),
(1343, 'Adventure', 'The Black Parachute', 'ML'),
(1344, 'Adventure', 'Circles in a Forest', 'ML'),
(1345, 'Adventure', 'Teixeirinha a 7 provas', 'ML'),
(1346, 'Adventure', 'Oi thisavroi tis vermacht', 'ML'),
(1347, 'Adventure', 'Oddworld: Strangers Wrath', 'ML'),
(1348, 'Adventure', 'Karl-May-Spiele: Old Surehand', 'ML'),
(1349, 'Adventure', 'Zor Hedef', 'ML'),
(1350, 'Adventure', 'Thirst for Life', 'ML'),
(1351, 'Adventure', 'Tai-Pan', 'ML'),
(1352, 'Adventure', 'Art Elimination Project', 'ML'),
(1353, 'Adventure', 'Doctor Who: Dreamland', 'ML'),
(1354, 'Adventure', 'Luomo che sognava con le aquile', 'ML'),
(1355, 'Adventure', 'The Alien Boy', 'ML'),
(1356, 'Adventure', 'The Mystery of the Million Dollar Hockey Puck', 'ML'),
(1357, 'Adventure', 'No Mountain Too High', 'ML'),
(1358, 'Adventure', 'Hell of Borneo', 'ML'),
(1359, 'Adventure', 'Commandos 3: Destination Berlin', 'ML'),
(1360, 'Adventure', 'And All in Between', 'ML'),
(1361, 'Adventure', 'Oil + Water', 'ML'),
(1362, 'Adventure', 'Aliens vs. Predator: Requiem', 'ML'),
(1363, 'Adventure', 'Hoshi no Kirby: Yume no izumi deluxe', 'ML'),
(1364, 'Adventure', 'The Picnic', 'ML'),
(1365, 'Adventure', 'Aladdin Aur Jadui Chirag', 'ML'),
(1366, 'Adventure', 'Sharpes Peril', 'ML'),
(1367, 'Adventure', 'The Ruby Ring', 'ML'),
(1368, 'Adventure', 'The Down Grade', 'ML'),
(1369, 'Adventure', 'Jim Knopf und die wilde 13', 'ML'),
(1370, 'Adventure', 'Maugli. Bitva', 'ML'),
(1371, 'Adventure', 'Wild California', 'ML'),
(1372, 'Adventure', 'Dao huang ling', 'ML'),
(1373, 'Adventure', 'Molly and Nicolette: Bared and Bound', 'ML'),
(1374, 'Adventure', 'I katara tis mannas', 'ML'),
(1375, 'Adventure', 'Buxom Girls in Bondage', 'ML'),
(1376, 'Adventure', 'Corridor', 'ML'),
(1377, 'Adventure', 'Tied for First Place', 'ML'),
(1378, 'Adventure', 'Almost Alpine', 'ML'),
(1379, 'Adventure', 'The Last of the Smugglers', 'ML'),
(1380, 'Adventure', 'Costume Bondage Dreams', 'ML'),
(1381, 'Adventure', 'Knocked Out Blondes!', 'ML'),
(1382, 'Adventure', 'Lettres de la mer rouge', 'ML'),
(1383, 'Adventure', 'The Widows Adventures', 'ML'),
(1384, 'Adventure', 'Return to Red Jade', 'ML'),
(1385, 'Adventure', 'Four Damsels Bound for Pleasure', 'ML'),
(1386, 'Adventure', 'The Savage Girl', 'ML'),
(1387, 'Adventure', 'Tie quan', 'ML'),
(1388, 'Adventure', 'Gagged and Trussed Costume Captives', 'ML'),
(1389, 'Adventure', 'Los Totenwackers', 'ML'),
(1390, 'Adventure', 'Lafina', 'ML'),
(1391, 'Adventure', 'Mark of the Renegade', 'ML'),
(1392, 'Adventure', 'Medal of Honor: European Assault', 'ML'),
(1393, 'Adventure', 'Kelly Ashton: Fantasy and Reality', 'ML'),
(1394, 'Adventure', 'Born to the Wind', 'ML'),
(1395, 'Adventure', 'Hogtied Hard', 'ML'),
(1396, 'Adventure', 'Northwords', 'ML'),
(1397, 'Adventure', 'Dick Turpin', 'ML'),
(1398, 'Adventure', 'Mario Party 9', 'ML'),
(1399, 'Adventure', 'Boisu paradaisu', 'ML'),
(1400, 'Adventure', 'Lacrima cerului', 'ML'),
(1401, 'Adventure', 'Imperial Conquest', 'ML'),
(1402, 'Adventure', 'Damsels in Bondage 8', 'ML'),
(1403, 'Adventure', 'The Walking Dead: The Game - Episode 3: Long Road Ahead', 'ML'),
(1404, 'Adventure', 'Tang Ji Ke De', 'ML'),
(1405, 'Adventure', 'Anywhere, TX', 'ML'),
(1406, 'Adventure', 'Internet Detectives: Net Bandits', 'ML'),
(1407, 'Adventure', 'Pretty in Bondage', 'ML'),
(1408, 'Adventure', 'La isla del diablo', 'ML'),
(1409, 'Adventure', 'Toshinden sha shou Hao', 'ML'),
(1410, 'Adventure', 'Persona 3', 'ML'),
(1411, 'Adventure', 'KLA Travels Through Time', 'ML'),
(1412, 'Adventure', 'Timberwolf', 'ML'),
(1413, 'Adventure', 'Tarzan and the Green Goddess', 'ML'),
(1414, 'Adventure', 'Tickle Em Til They Squeal', 'ML'),
(1415, 'Adventure', 'Fantastic Voyage', 'ML'),
(1416, 'Adventure', 'La grande avventura di Scaramouche', 'ML'),
(1417, 'Adventure', 'Murieron a la mitad del rio', 'ML'),
(1418, 'Adventure', 'The Talent Agent', 'ML'),
(1419, 'Adventure', 'The One Who Made It Rain', 'ML'),
(1420, 'Adventure', 'Instruments for Change', 'ML'),
(1421, 'Adventure', 'The Legend of King Arthur', 'ML'),
(1422, 'Adventure', 'Milieu', 'ML'),
(1423, 'Adventure', 'The Young Indiana Jones Chronicles', 'ML'),
(1424, 'Adventure', 'Sagarmatha', 'ML'),
(1425, 'Adventure', 'Muhomatsu no issho', 'ML'),
(1426, 'Adventure', 'Nattseilere', 'ML'),
(1427, 'Adventure', 'Bakusou Kyoudai Lets & Go', 'ML'),
(1428, 'Adventure', 'Winter White', 'ML'),
(1429, 'Adventure', 'Tarzan and the Slave Girl', 'ML'),
(1430, 'Adventure', 'Aquaman: Battle for Atlantis', 'ML'),
(1431, 'Adventure', 'Tape Bound, Volume 12', 'ML'),
(1432, 'Adventure', 'Las aventuras de Enrique y Ana', 'ML'),
(1433, 'Adventure', 'Yellow Rose of Savona', 'ML'),
(1434, 'Adventure', 'Dnieper Line: Love and War', 'ML'),
(1435, 'Adventure', 'Izgori, za da svetish', 'ML'),
(1436, 'Adventure', 'Kumcu Ali Yasar', 'ML'),
(1437, 'Adventure', 'Flash Gordon Conquers the Universe', 'ML'),
(1438, 'Adventure', 'Chris Crudellis Fight Club', 'ML'),
(1439, 'Adventure', 'Laffare Beckett', 'ML'),
(1440, 'Adventure', 'Daydream', 'ML'),
(1441, 'Adventure', 'KAA: 50.50.50.', 'ML'),
(1442, 'Adventure', '2 canbaz', 'ML'),
(1443, 'Adventure', 'Tighter Variations', 'ML'),
(1444, 'Adventure', 'Storia di arcieri, pugni e occhi neri', 'ML'),
(1445, 'Adventure', 'Carnival Boat', 'ML'),
(1446, 'Adventure', 'X-Men Origins: Wolverine', 'ML'),
(1447, 'Adventure', 'Scarecrow and Mrs. King', 'ML'),
(1448, 'Adventure', 'Altin tabancali adam', 'ML'),
(1449, 'Adventure', 'Nasty Neighbor', 'ML'),
(1450, 'Adventure', 'The Great Fall', 'ML'),
(1451, 'Adventure', 'The Seeker: The Dark Is Rising', 'ML'),
(1452, 'Adventure', 'Jangan pandang-pandang', 'ML'),
(1453, 'Adventure', 'Aslan Bey', 'ML'),
(1454, 'Adventure', 'Wiedzmin', 'ML'),
(1455, 'Adventure', 'The Wanderers', 'ML'),
(1456, 'Adventure', 'Shaytan al-Sahra', 'ML'),
(1457, 'Adventure', 'The Romance of Elaine', 'ML'),
(1458, 'Adventure', 'Nazha sheshan jiu mu', 'ML'),
(1459, 'Adventure', 'The Crocodile Hunter Diaries', 'ML'),
(1460, 'Adventure', 'Yellow Men and Gold', 'ML'),
(1461, 'Adventure', 'The Eagle of the Sea', 'ML'),
(1462, 'Adventure', 'The Firefighter Combat Challenge', 'ML'),
(1463, 'Adventure', 'Alma Sertaneja', 'ML'),
(1464, 'Adventure', 'Bondage Athletics', 'ML'),
(1465, 'Adventure', 'Il cacciatore di squali', 'ML'),
(1466, 'Adventure', 'Simon the Sorcerer', 'ML'),
(1467, 'Adventure', 'Capcana mercenarilor', 'ML'),
(1468, 'Adventure', 'The Further Adventures of the Musketeers', 'ML'),
(1469, 'Adventure', 'Sen de bizdensin', 'ML'),
(1470, 'Adventure', 'Lord of the Rings: Battle for Middle Earth II - Rise of the Witch King', 'ML'),
(1471, 'Adventure', 'Contrato', 'ML'),
(1472, 'Adventure', 'Animales en peligro', 'ML'),
(1473, 'Adventure', 'O Bar da TV', 'ML'),
(1474, 'Adventure', 'Blondes in Bondage', 'ML'),
(1475, 'Adventure', 'Abeltje', 'ML'),
(1476, 'Adventure', 'Code Name: Aida and Other Tales', 'ML'),
(1477, 'Adventure', 'The Ewok Adventure', 'ML'),
(1478, 'Adventure', 'X-Men: First Class', 'ML'),
(1479, 'Adventure', 'Rotating: The Movie', 'ML'),
(1480, 'Adventure', 'Photon', 'ML'),
(1481, 'Adventure', 'Miracle Investigators', 'ML'),
(1482, 'Adventure', 'Conquests of Camelot: The Search for the Grail', 'ML'),
(1483, 'Adventure', 'Silahlarin sesi', 'ML'),
(1484, 'Adventure', 'TKKG 12 - Alarm in der Geisterbahn', 'ML'),
(1485, 'Adventure', 'Hogtied by Heather', 'ML'),
(1486, 'Adventure', 'Tangsir', 'ML'),
(1487, 'Adventure', 'Castle Dracula', 'ML'),
(1488, 'Adventure', 'The Lawless Rider', 'ML'),
(1489, 'Adventure', '16 Stones', 'ML'),
(1490, 'Adventure', 'Completely Helpless', 'ML'),
(1491, 'Adventure', 'Shark Tagging: Bahamas', 'ML'),
(1492, 'Adventure', 'La banda del Pecas', 'ML'),
(1493, 'Adventure', 'Chouans!', 'ML'),
(1494, 'Adventure', 'Ms. Caras Peril', 'ML'),
(1495, 'Adventure', 'Raiders of the Desert', 'ML'),
(1496, 'Adventure', 'Rigid Bondage Packages Part Two', 'ML'),
(1497, 'Adventure', 'Untitled Elric Saga Project', 'ML'),
(1498, 'Adventure', 'A Thousand and One Nights', 'ML'),
(1499, 'Adventure', 'Dangerous Partners', 'ML'),
(1500, 'Adventure', 'Cecile and Cecilie', 'ML'),
(1501, 'Adventure', 'Encantado', 'ML'),
(1502, 'Adventure', 'Fire from Below', 'ML'),
(1503, 'Adventure', 'Il re fantasma', 'ML'),
(1504, 'Adventure', 'Karate Cops', 'ML'),
(1505, 'Adventure', 'Inara, the Jungle Girl', 'ML'),
(1506, 'Adventure', 'King of Kings: The Early Years', 'ML'),
(1507, 'Adventure', 'Magee and the Lady', 'ML'),
(1508, 'Adventure', 'Kings Quest II: Romancing the Stones', 'ML'),
(1509, 'Adventure', 'Put Through Her Paces', 'ML'),
(1510, 'Adventure', 'Mother Lode', 'ML'),
(1511, 'Adventure', 'Maximum Suspensions', 'ML'),
(1512, 'Adventure', 'Taras Waist Training', 'ML'),
(1513, 'Adventure', 'Mitos y leyendas: La nueva alianza', 'ML'),
(1514, 'Adventure', 'Gordons War', 'ML'),
(1515, 'Adventure', 'The Impossible Place', 'ML'),
(1516, 'Adventure', 'Tarzans Savage Fury', 'ML'),
(1517, 'Adventure', 'Bare Breasted Bondage Peril', 'ML'),
(1518, 'Adventure', 'The End of History', 'ML'),
(1519, 'Adventure', 'Dangerous Diva Does Hollywood', 'ML'),
(1520, 'Adventure', 'Onegai! Samia don', 'ML'),
(1521, 'Adventure', 'Radium', 'ML'),
(1522, 'Adventure', 'Expeditie Robinson', 'ML'),
(1523, 'Adventure', 'Les enfants du naufrageur', 'ML'),
(1524, 'Adventure', 'Runaway: A Road Adventure', 'ML'),
(1525, 'Adventure', 'Time to Be Tied!', 'ML'),
(1526, 'Adventure', 'Adventure Guides', 'ML'),
(1527, 'Adventure', 'Sam and Max: Night of the Raving Dead', 'ML'),
(1528, 'Adventure', 'Xiao fei xia', 'ML'),
(1529, 'Adventure', 'Cumartesi senin pazar benim', 'ML'),
(1530, 'Adventure', 'Bloody Night', 'ML'),
(1531, 'Adventure', 'Dolphins and Whales 3D: Tribes of the Ocean', 'ML'),
(1532, 'Adventure', 'Zombies Ate My Neighbors', 'ML'),
(1533, 'Adventure', 'Andrea Verite', 'ML'),
(1534, 'Adventure', 'Im Namen der Gerechtigkeit', 'ML'),
(1535, 'Adventure', 'Marine Mammal', 'ML'),
(1536, 'Adventure', 'Miyamoto Musashi', 'ML'),
(1537, 'Adventure', 'Ang ibong Adarna', 'ML'),
(1538, 'Adventure', 'Delicesine', 'ML'),
(1539, 'Adventure', 'The Adventures of Tugboat Annie', 'ML'),
(1540, 'Adventure', 'The Hope Diamond Mystery', 'ML'),
(1541, 'Adventure', 'Las andadas con el Mochis', 'ML'),
(1542, 'Adventure', 'Shrek Forever After: The Game', 'ML'),
(1543, 'Adventure', 'Kanli para', 'ML'),
(1544, 'Adventure', 'The Guinness Book of World Records', 'ML'),
(1545, 'Adventure', 'Shocktroop', 'ML'),
(1546, 'Adventure', 'Father Time', 'ML'),
(1547, 'Adventure', 'Great Lakes Expedition', 'ML'),
(1548, 'Adventure', 'Duo or Dare!', 'ML'),
(1549, 'Adventure', 'Tom Sawyer & Huckleberry Finn', 'ML'),
(1550, 'Adventure', 'Bu yumruk sana', 'ML'),
(1551, 'Adventure', 'Bi luo hong chen shang ji', 'ML'),
(1552, 'Adventure', 'Inferno in Paradise', 'ML'),
(1553, 'Adventure', 'Wrapped Up Tight!', 'ML'),
(1554, 'Adventure', 'A Little Chloroform Should Do the Trick!', 'ML'),
(1555, 'Adventure', 'Skum Quixote', 'ML'),
(1556, 'Adventure', 'Dangerous Divas Bondage Holiday', 'ML'),
(1557, 'Adventure', 'Man of La Mancha', 'ML'),
(1558, 'Adventure', 'The Bandits of Corsica', 'ML'),
(1559, 'Adventure', 'Du mo', 'ML'),
(1560, 'Adventure', 'This Marriage Business', 'ML'),
(1561, 'Adventure', 'Super Princess Peach', 'ML'),
(1562, 'Adventure', 'Fantastic Dinosaurs of the Movies', 'ML'),
(1563, 'Adventure', 'The Woman from Tangier', 'ML'),
(1564, 'Adventure', 'Enas Germanos sta Kalavryta', 'ML'),
(1565, 'Adventure', 'Spy/Counterspy', 'ML'),
(1566, 'Adventure', 'The Best Ranger Challenge', 'ML'),
(1567, 'Adventure', 'Long men fei jia', 'ML'),
(1568, 'Adventure', 'Jeralshny reis', 'ML'),
(1569, 'Adventure', 'Long hu feng yun', 'ML'),
(1570, 'Adventure', 'God Hand', 'ML'),
(1571, 'Adventure', 'Alone We Stand', 'ML'),
(1572, 'Adventure', 'Goodbye, Galaxy! Episode IV: Secret of the Oracle', 'ML'),
(1573, 'Adventure', 'Ambers Adventure', 'ML'),
(1574, 'Adventure', 'Thorn', 'ML'),
(1575, 'Adventure', 'Jan-Gel, the Beast from the East', 'ML'),
(1576, 'Adventure', 'OSS 77 - Operazione fior di loto', 'ML'),
(1577, 'Adventure', 'Corrida pour un espion', 'ML'),
(1578, 'Adventure', 'Sebastians Adventure', 'ML'),
(1579, 'Adventure', 'Topal', 'ML'),
(1580, 'Adventure', 'The Unsolved', 'ML'),
(1581, 'Adventure', 'The Revenge of Yamashita', 'ML'),
(1582, 'Adventure', 'Shang fang bao jian', 'ML'),
(1583, 'Adventure', 'Call of the Rockies', 'ML'),
(1584, 'Adventure', 'Bare Knuckle', 'ML'),
(1585, 'Adventure', 'Dune 7', 'ML'),
(1586, 'Adventure', 'Anuk - Der Weg des Kriegers', 'ML'),
(1587, 'Adventure', 'Fearbound 2: Still Afraid', 'ML'),
(1588, 'Adventure', 'Adventures in the Far North', 'ML'),
(1589, 'Adventure', '600 kilos dor pur', 'ML'),
(1590, 'Adventure', 'Nims Island, Our World: A Reel Thinking Event', 'ML'),
(1591, 'Adventure', 'Caught in the Moment', 'ML'),
(1592, 'Adventure', 'Sachis Quest', 'ML'),
(1593, 'Adventure', 'Thunder TV', 'ML'),
(1594, 'Adventure', 'Generic Girl', 'ML'),
(1595, 'Adventure', 'Naked Tickle Passion', 'ML'),
(1596, 'Adventure', 'Lal Pari', 'ML'),
(1597, 'Adventure', 'Daring Dilemmas for Helpless Girls', 'ML'),
(1598, 'Adventure', 'The Indian in the Cupboard', 'ML'),
(1599, 'Adventure', 'Gawain and the Green Knight', 'ML'),
(1600, 'Adventure', 'Last Seen', 'ML'),
(1601, 'Adventure', 'Les aventuriers du Val dOr', 'ML'),
(1602, 'Adventure', 'Another Way', 'ML'),
(1603, 'Adventure', 'RV', 'ML'),
(1604, 'Adventure', 'Valami Amerika', 'ML'),
(1605, 'Adventure', 'The Night Tourist', 'ML'),
(1606, 'Adventure', 'Demonat na imperiyata', 'ML'),
(1607, 'Adventure', 'Super Solvers: Gizmos & Gadgets!', 'ML'),
(1608, 'Adventure', 'Heroes of Might and Magic IV: Winds of War', 'ML'),
(1609, 'Adventure', 'The Dukes of Hazzard: Reunion!', 'ML'),
(1610, 'Adventure', 'Das Stundenglas', 'ML'),
(1611, 'Adventure', 'Gizli emir', 'ML'),
(1612, 'Adventure', 'Strongmen', 'ML'),
(1613, 'Adventure', 'Kalahari', 'ML'),
(1614, 'Adventure', 'Rescue Me from My Wrappings', 'ML'),
(1615, 'Adventure', 'Il moschettiere fantasma', 'ML'),
(1616, 'Adventure', 'The Call of the Wild: Dog of the Yukon', 'ML'),
(1617, 'Adventure', 'Alma Mater High', 'ML'),
(1618, 'Adventure', 'The Call of the Savage', 'ML'),
(1619, 'Adventure', 'Marvel vs Capcom: Clash of the Super Heroes', 'ML'),
(1620, 'Adventure', 'The Son of Robin Hood', 'ML'),
(1621, 'Adventure', 'Sandra princesse rebelle', 'ML'),
(1622, 'Adventure', 'Way of the Ocean: Australia', 'ML'),
(1623, 'Adventure', 'Kilians Chronicle: The Magic Stone', 'ML'),
(1624, 'Adventure', 'Dr. Scorpion', 'ML'),
(1625, 'Adventure', 'Advent Rising', 'ML'),
(1626, 'Adventure', 'The Magicians Assistant and Abducted Secretary', 'ML'),
(1627, 'Adventure', 'The Desert River Bends', 'ML'),
(1628, 'Adventure', 'Professor Majiga', 'ML'),
(1629, 'Adventure', 'Davy Crockett and the River Pirates', 'ML'),
(1630, 'Adventure', 'Guys and Girls: Ropes and Gags', 'ML'),
(1631, 'Adventure', 'Secret of Mako Island', 'ML'),
(1632, 'Adventure', 'Das Afrika-Abenteuer', 'ML'),
(1633, 'Adventure', 'Mayan Blue', 'ML'),
(1634, 'Adventure', 'Bizarro Superman', 'ML'),
(1635, 'Adventure', 'The Great Elephant Escape', 'ML'),
(1636, 'Adventure', 'Le avventure di Mary Read', 'ML'),
(1637, 'Adventure', 'Take Off to Pattaya', 'ML'),
(1638, 'Adventure', 'I avgi tou thriamvou', 'ML'),
(1639, 'Adventure', 'In Old Missouri', 'ML'),
(1640, 'Adventure', 'Dalai Mongol', 'ML'),
(1641, 'Adventure', 'Surprised, Hogtied and Struggling!', 'ML'),
(1642, 'Adventure', 'Sekretny farvater', 'ML'),
(1643, 'Adventure', 'Great Chicken Wing Hunt', 'ML'),
(1644, 'Adventure', 'Ang pagbabalik ni Pedro Penduko', 'ML'),
(1645, 'Adventure', 'Mathilda West and the Bushrangers Ransom', 'ML'),
(1646, 'Adventure', 'Ainak Wala Jin', 'ML'),
(1647, 'Adventure', 'Creatures the World Forgot', 'ML'),
(1648, 'Adventure', 'Dhyanu Bhagat', 'ML'),
(1649, 'Adventure', 'Kelsies Concern', 'ML'),
(1650, 'Adventure', 'Frenemy of the State', 'ML'),
(1651, 'Adventure', 'Lappblod', 'ML'),
(1652, 'Adventure', 'Raiders of Ghost City', 'ML'),
(1653, 'Adventure', 'Indiana Jones and the Last Crusade', 'ML'),
(1654, 'Adventure', 'Tough Guys Tightly Tied!', 'ML'),
(1655, 'Adventure', 'Chu Liu Xiang chuan qi', 'ML'),
(1656, 'Adventure', 'Black Salt', 'ML'),
(1657, 'Adventure', 'Die Vampirschwestern', 'ML'),
(1658, 'Adventure', 'Burglars Hideout', 'ML'),
(1659, 'Adventure', 'Rebyata s kanonerskogo', 'ML'),
(1660, 'Adventure', 'The Dragon Angel', 'ML'),
(1661, 'Adventure', 'Alla ricerca dellimpero sepolto', 'ML'),
(1662, 'Adventure', 'Flying Over Everest', 'ML'),
(1663, 'Adventure', 'Blue Bulleteer: Captured by the Cloak', 'ML'),
(1664, 'Adventure', 'Intertect', 'ML'),
(1665, 'Adventure', 'The Lion of Africa', 'ML'),
(1666, 'Adventure', 'Slaves of Babylon', 'ML'),
(1667, 'Adventure', 'Craigslist Joe', 'ML'),
(1668, 'Adventure', 'High Hell', 'ML'),
(1669, 'Adventure', 'The Stranglers of Bombay', 'ML'),
(1670, 'Adventure', 'Fuck Quest 2: Romancing the Bone', 'ML'),
(1671, 'Adventure', 'Prescription for Peril', 'ML'),
(1672, 'Adventure', 'La noche de San Juan: Santo en Oro negro', 'ML'),
(1673, 'Adventure', 'Street of a Thousand Pleasures', 'ML'),
(1674, 'Adventure', 'Margaritas on the Road', 'ML'),
(1675, 'Adventure', 'Destined for Bondage!', 'ML'),
(1676, 'Adventure', 'Expats', 'ML'),
(1677, 'Adventure', 'Max Q', 'ML'),
(1678, 'Adventure', 'Green Arrow Fan Film', 'ML'),
(1679, 'Adventure', 'Buck ai confini del cielo', 'ML'),
(1681, 'Adventure', 'Electra Elf: The Beginning Parts One & Two', 'ML'),
(1682, 'Adventure', 'The City That Never Sleeps', 'ML'),
(1683, 'Adventure', 'Karaoglan - Bayboranin oglu', 'ML'),
(1684, 'Adventure', 'Tamanrasset', 'ML'),
(1685, 'Adventure', 'Sur la piste du Marsupilami', 'ML'),
(1686, 'Adventure', 'The Three Stooges', 'ML'),
(1687, 'Adventure', 'Tromas War', 'ML'),
(1688, 'Adventure', 'Banco de Prince', 'ML'),
(1689, 'Adventure', 'Deadly Species', 'ML'),
(1690, 'Adventure', 'Shao Lin san shi liu fang', 'ML'),
(1691, 'Adventure', 'The Dangerous Days of Daniel X', 'ML'),
(1692, 'Adventure', 'Final Fantasy Mystic Quest', 'ML'),
(1693, 'Adventure', 'Gone with the Brick', 'ML'),
(1694, 'Adventure', 'WildFlower Webseries', 'ML'),
(1695, 'Adventure', 'Widows Broom', 'ML'),
(1696, 'Adventure', 'Sunday Afternoon Games', 'ML'),
(1697, 'Adventure', 'Club Goa', 'ML'),
(1698, 'Adventure', 'Brandy: Hogtied for a Whole Day', 'ML'),
(1699, 'Adventure', 'The Watcher in the Woods', 'ML'),
(1700, 'Adventure', 'The Epic Adventures of Lakegirl', 'ML'),
(1701, 'Adventure', 'A Bundle of Blondes', 'ML'),
(1702, 'Adventure', 'La Magdalena', 'ML'),
(1703, 'Adventure', 'All About Eve Ellis', 'ML'),
(1704, 'Adventure', 'Dayo', 'ML'),
(1705, 'Adventure', 'Nude Bondage Maid', 'ML'),
(1706, 'Adventure', 'Shah Nameh: The Book of Kings', 'ML'),
(1707, 'Adventure', 'Turbulent Flow', 'ML'),
(1708, 'Adventure', 'Les indiens', 'ML'),
(1709, 'Adventure', 'Tamam mi devam mi?', 'ML'),
(1710, 'Adventure', 'Kynigimenoi erastes', 'ML'),
(1711, 'Adventure', 'La nave delle donne maledette', 'ML'),
(1712, 'Adventure', 'Die Frau ohne Nerven', 'ML'),
(1713, 'Adventure', 'More Than It Is', 'ML'),
(1714, 'Adventure', 'Highlander: The Raven', 'ML'),
(1715, 'Adventure', 'Za rasuto batoru', 'ML'),
(1716, 'Adventure', 'Coke', 'ML'),
(1717, 'Adventure', 'The Art of Flight', 'ML'),
(1718, 'Adventure', 'Invisible Interloper', 'ML'),
(1719, 'Adventure', 'Tarzans Jungle Rebellion', 'ML'),
(1720, 'Adventure', 'Ewanatiia: The God of Mischief', 'ML'),
(1721, 'Adventure', 'Son of the Sahara', 'ML'),
(1722, 'Adventure', 'Salut champion', 'ML'),
(1723, 'Adventure', 'Seikkailija Saku', 'ML'),
(1724, 'Adventure', 'Spade senza bandiera', 'ML'),
(1725, 'Adventure', 'Mister Jerico', 'ML'),
(1726, 'Adventure', 'Uuliin Tumur', 'ML'),
(1727, 'Adventure', 'Gong fen dong jiang hu', 'ML'),
(1728, 'Adventure', 'Zudora', 'ML'),
(1729, 'Adventure', 'Sisfits', 'ML'),
(1730, 'Adventure', 'Putty Squad', 'ML'),
(1731, 'Adventure', 'Dangerous Divas Revenge!', 'ML'),
(1732, 'Adventure', 'Gerhard Reinkes Wanderlust', 'ML'),
(1733, 'Adventure', 'Cabbage Patch Kids: Wheres My Pony?', 'ML'),
(1734, 'Adventure', 'What Stays the Same', 'ML'),
(1735, 'Adventure', 'The Adventures of Dawdle the Donkey', 'ML'),
(1736, 'Adventure', 'Journey to Fuerte Valley', 'ML'),
(1737, 'Adventure', 'Depth of Field', 'ML'),
(1738, 'Adventure', 'Cutthroat Island', 'ML'),
(1739, 'Adventure', 'Adventure B: Inca Curse', 'ML'),
(1740, 'Adventure', 'Only When I Larf', 'ML'),
(1741, 'Adventure', 'Treasure of the Golden Condor', 'ML'),
(1742, 'Adventure', 'FestQuest', 'ML'),
(1743, 'Adventure', 'Do przerwy 0:1', 'ML'),
(1744, 'Adventure', 'Five Bold Women', 'ML'),
(1745, 'Adventure', 'Captain Blood', 'ML'),
(1746, 'Adventure', 'Diversidad: A Road Trip to Deconstruct Diner', 'ML'),
(1747, 'Adventure', 'Office Hostages', 'ML'),
(1748, 'Adventure', 'The Apogee', 'ML'),
(1749, 'Adventure', 'Down Channel', 'ML'),
(1750, 'Adventure', 'Crash Bandits', 'ML'),
(1751, 'Adventure', 'Pretty Girls Wrapped Like Presents', 'ML'),
(1752, 'Adventure', 'Space Strikers', 'ML'),
(1753, 'Adventure', 'The Boy with the X-Ray Eyes', 'ML'),
(1754, 'Adventure', 'New Place', 'ML'),
(1755, 'Adventure', 'Da di yong shi', 'ML'),
(1756, 'Adventure', 'Final Stab', 'ML'),
(1757, 'Adventure', 'Looney Tunes: Back in Action', 'ML'),
(1758, 'Adventure', 'Long hu hui feng yun', 'ML'),
(1759, 'Adventure', 'The Golden Horde', 'ML'),
(1760, 'Adventure', 'Qing ye zi', 'ML'),
(1761, 'Adventure', 'Airboss II: Preemptive Strike', 'ML'),
(1762, 'Adventure', 'Le canard en fer blanc', 'ML'),
(1763, 'Adventure', 'Tayna Zelyonogo ostrova', 'ML'),
(1764, 'Adventure', 'Tightly Bound Babes', 'ML'),
(1765, 'Adventure', 'The Stolen Story', 'ML'),
(1766, 'Adventure', 'The Kidnapping of Randy Moore: Supermodel Subjugation', 'ML'),
(1767, 'Adventure', 'Tight Ropes, Bare Skin', 'ML'),
(1768, 'Adventure', 'Sex with the Jones', 'ML'),
(1769, 'Adventure', 'Sherlock Holmes: Secret of the Silver Earring', 'ML'),
(1770, 'Adventure', 'Sexy Bondage Games', 'ML'),
(1771, 'Adventure', 'Baldurs Gate', 'ML'),
(1772, 'Adventure', 'Kanan Rhodes: Unkillable Servant of Justice', 'ML'),
(1773, 'Adventure', 'Fort Boyard: Ultimate Challenge', 'ML'),
(1774, 'Adventure', 'Hrvatsko Vodeno Blago', 'ML'),
(1775, 'Adventure', 'You Cant Escape My Ropes!', 'ML'),
(1776, 'Adventure', 'Sherman and Pacifico', 'ML'),
(1777, 'Adventure', 'Hog Tie Hell', 'ML'),
(1778, 'Adventure', 'Doggu Deizu', 'ML'),
(1779, 'Adventure', 'The Sinner', 'ML'),
(1780, 'Adventure', 'The Marvelous Mis-Adventures of Maximillian Gunn & Jewel Cassidy', 'ML'),
(1781, 'Adventure', 'Agents of Change', 'ML'),
(1782, 'Adventure', 'Naked Bondage Toys', 'ML'),
(1783, 'Adventure', 'Tom Soyer', 'ML'),
(1784, 'Adventure', 'Bondage Is Bad for Business!', 'ML'),
(1785, 'Adventure', 'Justine: Wild Nights', 'ML'),
(1786, 'Adventure', 'Stockinged Footage', 'ML'),
(1787, 'Adventure', 'I mongoli', 'ML'),
(1788, 'Adventure', 'Wynter Dark', 'ML'),
(1789, 'Adventure', 'Les chants de Mandrin', 'ML'),
(1790, 'Adventure', 'The Great Speedwell Caper', 'ML'),
(1791, 'Adventure', 'Siren of Atlantis', 'ML'),
(1792, 'Adventure', 'Poohs Grand Adventure: The Search for Christopher Robin', 'ML'),
(1793, 'Adventure', 'Sea Divers', 'ML'),
(1794, 'Adventure', 'Treasure of Matecumbe', 'ML'),
(1795, 'Adventure', 'Kultainen salama', 'ML'),
(1796, 'Adventure', 'Project London', 'ML'),
(1797, 'Adventure', 'Wild ARMs: Twilight Venom', 'ML'),
(1798, 'Adventure', 'The Enemies Club', 'ML'),
(1799, 'Adventure', 'Yugo and Lala', 'ML'),
(1800, 'Adventure', 'Secrets in the Closet', 'ML'),
(1801, 'Adventure', 'Boy Who Caught a Crook', 'ML'),
(1802, 'Adventure', 'Jess', 'ML'),
(1803, 'Adventure', 'Jackman', 'ML'),
(1804, 'Adventure', 'Bearcats!', 'ML'),
(1805, 'Adventure', 'Nomad: The Two Worlds', 'ML'),
(1806, 'Adventure', 'Legend of Kay', 'ML'),
(1807, 'Adventure', 'Back in Nam', 'ML'),
(1808, 'Adventure', 'The Outback', 'ML'),
(1809, 'Adventure', 'Stocker', 'ML'),
(1810, 'Adventure', 'Salmon Theory', 'ML'),
(1811, 'Adventure', 'Xue shou guan yin', 'ML'),
(1812, 'Adventure', 'Dans van die Flamink', 'ML'),
(1813, 'Adventure', 'Escape of the Artful Dodger', 'ML'),
(1814, 'Adventure', 'Jonny rettet Nebrador', 'ML'),
(1815, 'Adventure', 'Born to Be Bound', 'ML'),
(1816, 'Adventure', 'The Sword of Ali Baba', 'ML'),
(1817, 'Adventure', 'Where Is Tatiana?', 'ML'),
(1818, 'Adventure', 'Topless Angels Tied', 'ML'),
(1819, 'Adventure', 'Dressed-Up Damsels', 'ML'),
(1820, 'Adventure', 'Batman Forever', 'ML'),
(1821, 'Adventure', 'Forbidden Women', 'ML'),
(1822, 'Adventure', 'Sakura: Blue-Eyed Samurai', 'ML'),
(1823, 'Adventure', 'Nono, het Zigzag Kind', 'ML'),
(1824, 'Adventure', 'The Secrets of Atlantis', 'ML'),
(1825, 'Adventure', 'Scarab', 'ML'),
(1826, 'Adventure', 'The Sangraal', 'ML'),
(1827, 'Adventure', 'Maya Bazaar', 'ML'),
(1828, 'Adventure', 'Desert Legion', 'ML'),
(1829, 'Adventure', 'His Majesty, the Scarecrow of Oz', 'ML'),
(1830, 'Adventure', 'Courage Colorado', 'ML'),
(1831, 'Adventure', 'University Coeds 37', 'ML'),
(1832, 'Adventure', 'A Tangled Plot & Other Tales', 'ML'),
(1833, 'Adventure', 'Dykkerne', 'ML'),
(1834, 'Adventure', 'Mysterious Doctor Satan', 'ML'),
(1835, 'Adventure', 'Bondage Rarities', 'ML'),
(1836, 'Adventure', 'Hokuto no ken: Ankoku no hokuto', 'ML'),
(1837, 'Adventure', 'Witches', 'ML'),
(1838, 'Adventure', 'Egreta de fildes', 'ML'),
(1839, 'Adventure', 'The Girl from B-162', 'ML'),
(1840, 'Adventure', 'La perla', 'ML'),
(1841, 'Adventure', 'Bart Simpsons Escape from Camp Deadly', 'ML'),
(1842, 'Adventure', 'La furia dei barbari', 'ML'),
(1843, 'Adventure', 'Sam the Super Sticky', 'ML'),
(1844, 'Adventure', 'Girl/Girl Bondage 1', 'ML'),
(1845, 'Adventure', 'Animal Exploration with Jarod Miller', 'ML'),
(1846, 'Adventure', 'The Simpsons: Night of the Living Treehouse of Horror', 'ML'),
(1847, 'Adventure', 'Luan shi er nu', 'ML'),
(1848, 'Adventure', 'My Prisoner in Bondage: Eden Wells', 'ML'),
(1849, 'Adventure', 'This Is Poetry', 'ML'),
(1850, 'Adventure', 'The Thief Lord', 'ML'),
(1851, 'Adventure', 'Abenteuer Alpencross', 'ML'),
(1852, 'Adventure', 'Lieutenant Rose and the Gunrunners', 'ML'),
(1853, 'Adventure', 'Fires of Fate', 'ML'),
(1854, 'Adventure', 'Oliver Maass', 'ML'),
(1855, 'Adventure', 'Palm Harbor Vice', 'ML'),
(1856, 'Adventure', 'Zombieland', 'ML'),
(1857, 'Adventure', 'The Sasquatch and the Girl', 'ML'),
(1858, 'Adventure', 'Bwana Devil', 'ML'),
(1859, 'Adventure', 'Topless Helpless Bondage Toys!', 'ML'),
(1860, 'Adventure', 'La regina delle Amazzoni', 'ML'),
(1861, 'Adventure', 'Battle of the Hogtied Maids', 'ML'),
(1862, 'Adventure', 'Harmony House Rules', 'ML'),
(1863, 'Adventure', 'Jesus Video 3D', 'ML'),
(1864, 'Adventure', 'Emblas hemlighet', 'ML'),
(1865, 'Adventure', 'Yalis, la vergine del roncador', 'ML'),
(1866, 'Adventure', 'Existence 2.0', 'ML'),
(1867, 'Adventure', 'The PTA', 'ML'),
(1868, 'Adventure', 'Birds on a Wire', 'ML'),
(1869, 'Adventure', 'Dead Union', 'ML'),
(1870, 'Adventure', 'Sehitler kalesi', 'ML'),
(1871, 'Adventure', 'Glamour Model Detectives', 'ML'),
(1872, 'Adventure', 'Unavventura di Salvator Rosa', 'ML'),
(1873, 'Adventure', 'Ultimate Reality', 'ML'),
(1874, 'Adventure', 'Hej-Rup!', 'ML'),
(1875, 'Adventure', 'Sammy Going South', 'ML'),
(1876, 'Adventure', 'Boa... Nguu yak!', 'ML'),
(1877, 'Adventure', 'Lasca of the Rio Grande', 'ML'),
(1878, 'Adventure', 'Storm Surfers 3D', 'ML'),
(1879, 'Adventure', 'Iki kizgin adam', 'ML'),
(1880, 'Adventure', 'Shen tan yi hao', 'ML'),
(1881, 'Adventure', 'Il segreto dello sparviero nero', 'ML'),
(1882, 'Adventure', 'House of Angels', 'ML'),
(1883, 'Adventure', 'The Macomber Affair', 'ML'),
(1884, 'Adventure', 'The Devious Ms. Devine', 'ML'),
(1885, 'Adventure', 'Hu tu fu xing chuang jiang hu', 'ML'),
(1886, 'Adventure', 'A Soldier of the Legion', 'ML'),
(1887, 'Adventure', 'Heung Gong wun fung kwong', 'ML'),
(1888, 'Adventure', 'ReBoot', 'ML'),
(1889, 'Adventure', 'Yagyu bugeicho - Ninjitsu', 'ML'),
(1890, 'Adventure', 'Top Sergeant Mulligan', 'ML'),
(1891, 'Adventure', 'Sengoku 2', 'ML'),
(1892, 'Adventure', 'Honky Holocaust', 'ML'),
(1893, 'Adventure', 'Deux ans de vacances', 'ML'),
(1894, 'Adventure', 'Farkas', 'ML'),
(1895, 'Adventure', 'The Adventures of Buckaroo Banzai Across the 8th Dimension', 'ML'),
(1896, 'Adventure', 'Tarzan and the Lost Safari', 'ML'),
(1897, 'Adventure', 'Katran bebek', 'ML'),
(1898, 'Adventure', 'Wild Hogs', 'ML'),
(1899, 'Adventure', 'Annas Quest: Volume 1 - Winfriedes Tower', 'ML'),
(1900, 'Adventure', 'Nancy Drew: The Secret of Shadow Ranch', 'ML'),
(1901, 'Adventure', 'Pan Kleks w kosmosie', 'ML'),
(1902, 'Adventure', 'Blood Diamond', 'ML'),
(1903, 'Adventure', 'Conspiracies', 'ML'),
(1904, 'Adventure', 'Yilmayan adam', 'ML'),
(1905, 'Adventure', 'Indiana Jones in the Lost Kingdom', 'ML'),
(1906, 'Adventure', 'Terror in the Jungle', 'ML'),
(1907, 'Adventure', 'The Villikon Chronicles: Return to Mayhem', 'ML'),
(1908, 'Adventure', 'Super Monkey Ball: Banana Blitz', 'ML'),
(1909, 'Adventure', 'Power Rangers Zeo: Zeo Quest', 'ML'),
(1910, 'Adventure', 'Holly Hype', 'ML'),
(1911, 'Adventure', 'Mission: Dawn Patrol', 'ML'),
(1912, 'Adventure', 'Helpless Hog-Tied Prisioners', 'ML'),
(1913, 'Adventure', '1812. Ulanskaya ballada', 'ML'),
(1914, 'Adventure', 'Scooby-Doo and the Cyber Chase', 'ML'),
(1915, 'Adventure', 'King Arthur, the Young Warlord', 'ML'),
(1916, 'Adventure', 'Road Rash 3: Tour De Force', 'ML'),
(1917, 'Adventure', 'Proving Ground', 'ML'),
(1918, 'Adventure', 'Los blues de la calle Pop', 'ML'),
(1919, 'Adventure', 'The Pharaoh Project', 'ML'),
(1920, 'Adventure', 'Lotus Eaters', 'ML'),
(1921, 'Adventure', 'Star Fox Adventures', 'ML'),
(1922, 'Adventure', 'Helpless, Naked Strugglers', 'ML'),
(1923, 'Adventure', 'The Urban Grocer', 'ML'),
(1924, 'Adventure', 'Bound and Ball Gagged', 'ML'),
(1925, 'Adventure', 'The Oakdale Affair', 'ML'),
(1926, 'Adventure', 'Il vecchio testamento', 'ML'),
(1927, 'Adventure', 'Diexodos', 'ML'),
(1928, 'Adventure', 'Jilet kazim', 'ML'),
(1929, 'Adventure', 'Sick Birds Die Easy', 'ML'),
(1930, 'Adventure', 'Tight Club', 'ML'),
(1931, 'Adventure', 'The Brigand', 'ML'),
(1932, 'Adventure', 'Summer Rental', 'ML'),
(1933, 'Adventure', 'The Loch Ness Horror', 'ML'),
(1934, 'Adventure', 'Lheureuse aventure', 'ML'),
(1935, 'Adventure', 'Halloween Tricksters Trussed', 'ML'),
(1936, 'Adventure', 'Flying with Byrd', 'ML'),
(1937, 'Adventure', 'The Sweep and Other Unbelievable Occurrences', 'ML'),
(1938, 'Adventure', 'Swiss Honeymoon', 'ML'),
(1939, 'Adventure', 'Bondage Surprise', 'ML'),
(1940, 'Adventure', 'Berlinger', 'ML'),
(1941, 'Adventure', 'Maria Pentagiotissa', 'ML'),
(1942, 'Adventure', 'The Adventures of Whitey and Smokey', 'ML'),
(1943, 'Adventure', 'Discovering China: The Extraordinary Locations of The Forbidden Kingdom', 'ML'),
(1944, 'Adventure', 'The Secret Life of Ian Fleming', 'ML'),
(1945, 'Adventure', 'No Tracks Home', 'ML'),
(1946, 'Adventure', 'Dangerous Diva Strikes!', 'ML'),
(1947, 'Adventure', 'Captain Gallant of the Foreign Legion', 'ML'),
(1948, 'Adventure', 'The Fighting Edge', 'ML'),
(1949, 'Adventure', 'Henji wa iranai', 'ML'),
(1950, 'Adventure', 'Bi xue si yin qiang', 'ML'),
(1951, 'Adventure', 'El bandido generoso', 'ML'),
(1952, 'Adventure', 'City Boy', 'ML'),
(1953, 'Adventure', 'Je suis en retard', 'ML'),
(1954, 'Adventure', 'Crane', 'ML'),
(1955, 'Adventure', 'Argonavty', 'ML'),
(1956, 'Adventure', 'Halloween Bondage Ball', 'ML'),
(1957, 'Adventure', 'Equestrienne Competition', 'ML'),
(1958, 'Adventure', 'Kinnected', 'ML'),
(1959, 'Adventure', 'Canaima', 'ML'),
(1960, 'Adventure', 'Haci Murat geliyor', 'ML'),
(1961, 'Adventure', 'Fit to Fly?', 'ML'),
(1962, 'Adventure', 'V dalnem plavanii', 'ML'),
(1963, 'Adventure', 'Razes Hell', 'ML'),
(1964, 'Adventure', 'The White Giraffe', 'ML'),
(1965, 'Adventure', 'Tape Bound, Volume 7', 'ML'),
(1966, 'Adventure', 'Knack', 'ML'),
(1967, 'Adventure', 'Il corsaro', 'ML'),
(1968, 'Adventure', 'Assignment Vienna', 'ML'),
(1969, 'Adventure', 'The Jungle Goddess', 'ML'),
(1970, 'Adventure', 'Ying xiong you lei', 'ML'),
(1971, 'Adventure', 'Stripped, Bound and Helpless!', 'ML'),
(1972, 'Adventure', 'The Adventures of Young Jack Sparrow', 'ML'),
(1973, 'Adventure', 'The Mortal Instruments: City of Bones', 'ML'),
(1974, 'Adventure', 'No Direction Known', 'ML'),
(1975, 'Adventure', 'High Mountain Rangers', 'ML'),
(1976, 'Adventure', 'Godiva x Two', 'ML'),
(1977, 'Adventure', 'Lions Among Men', 'ML'),
(1978, 'Adventure', 'Unlimited Nordic Skiing', 'ML'),
(1979, 'Adventure', 'Tales of the Incubus', 'ML'),
(1980, 'Adventure', 'Sangre en la barranca', 'ML'),
(1981, 'Adventure', 'The Diamond Brothers', 'ML'),
(1982, 'Adventure', 'Mochila al hombro', 'ML'),
(1983, 'Adventure', 'Gladius', 'ML'),
(1984, 'Adventure', 'Driver 2', 'ML'),
(1985, 'Adventure', 'Epicenter', 'ML'),
(1986, 'Adventure', 'The Great Giana Sisters', 'ML'),
(1987, 'Adventure', 'Bondage Stories 6', 'ML'),
(1988, 'Adventure', 'Kevin of the North', 'ML'),
(1989, 'Adventure', 'Sergeant Murphy', 'ML'),
(1990, 'Adventure', 'Kiran kirana', 'ML'),
(1991, 'Adventure', 'Fantasy Festival 2005', 'ML'),
(1992, 'Adventure', 'Fuuin no tsurugi', 'ML'),
(1993, 'Adventure', 'The Dog Island', 'ML'),
(1994, 'Adventure', 'Imparator Atillanin demir yumrugu', 'ML'),
(1995, 'Adventure', 'Bad Bosses in Bondage', 'ML'),
(1996, 'Adventure', 'Klusownik', 'ML'),
(1997, 'Adventure', 'Skorpion sreshtu Daga', 'ML'),
(1998, 'Adventure', 'Earthling', 'ML'),
(1999, 'Adventure', 'Editing', 'ML'),
(2000, 'Adventure', 'Kunoichi', 'ML'),
(2001, 'Adventure', 'Glos pustyni', 'ML'),
(2002, 'Adventure', 'Van Helsing', 'ML'),
(2003, 'Adventure', 'Fronteiras do Inferno', 'ML'),
(2004, 'Adventure', 'Undersea Kingdom', 'ML'),
(2005, 'Adventure', 'Daytime Burglars in a Bind', 'ML'),
(2006, 'Adventure', 'She Loves to Bind Breasts!', 'ML'),
(2007, 'Adventure', 'Yadhtrib', 'ML'),
(2008, 'Adventure', 'Das Geheimnis von St. Ambrose', 'ML'),
(2009, 'Adventure', 'Arctic Dreams', 'ML'),
(2010, 'Adventure', 'The Lost Castle in Darkmist', 'ML'),
(2011, 'Adventure', 'Lara Croft: Tomb Raider', 'ML'),
(2012, 'Adventure', 'Little Marines', 'ML'),
(2013, 'Adventure', 'Sexy Topless Strugglers', 'ML'),
(2014, 'Adventure', 'Tokyo Mew Mew', 'ML'),
(2015, 'Adventure', 'Deathmaze', 'ML'),
(2016, 'Adventure', 'The Flight of the Heron', 'ML'),
(2017, 'Adventure', 'Sharpes Sword', 'ML'),
(2018, 'Adventure', 'Meng long fu xing', 'ML'),
(2019, 'Adventure', 'Order of the Eagle', 'ML'),
(2020, 'Adventure', 'Demekingu', 'ML'),
(2021, 'Adventure', 'Wrap Em Tight', 'ML'),
(2022, 'Adventure', 'Twenty Tied', 'ML'),
(2023, 'Adventure', 'Heavy Metal', 'ML'),
(2024, 'Adventure', 'Skydancer', 'ML'),
(2025, 'Adventure', 'The Skull of Enlightenment', 'ML'),
(2026, 'Adventure', 'The Delivery 2010', 'ML'),
(2027, 'Adventure', 'The Wicked Waltz', 'ML'),
(2028, 'Adventure', 'Kiba okaminosuke', 'ML'),
(2029, 'Adventure', 'Dreaming About Tulum: A Tribute to Federico Fellini', 'ML'),
(2030, 'Adventure', 'Les vacances de lamour', 'ML'),
(2031, 'Adventure', 'Lost Treasure of Dos Santos', 'ML'),
(2032, 'Adventure', 'Mario Kart 7', 'ML'),
(2033, 'Adventure', 'Baaz', 'ML'),
(2034, 'Adventure', 'Everything That Rises', 'ML'),
(2035, 'Adventure', 'Rare Books', 'ML'),
(2036, 'Adventure', 'Wild Man', 'ML'),
(2037, 'Adventure', 'Lego Star Wars: The Video Game', 'ML'),
(2038, 'Adventure', 'Chloroformed Sexpots!', 'ML'),
(2039, 'Adventure', '7 Kingdoms Conquest', 'ML'),
(2040, 'Adventure', 'The Dark Redemption', 'ML'),
(2041, 'Adventure', 'Carritos', 'ML'),
(2042, 'Adventure', 'Les nouvelles aventures de Vidocq', 'ML'),
(2043, 'Adventure', 'Scooby-Doo! Curse of the Lake Monster', 'ML'),
(2044, 'Adventure', 'Ercole contro i figli del sole', 'ML'),
(2045, 'Adventure', 'China Bigfoot: Legend of the Yeren', 'ML'),
(2046, 'Adventure', 'Bez tryokh minut rovno', 'ML'),
(2047, 'Adventure', 'Viper: Out-Numbered', 'ML'),
(2048, 'Adventure', 'Nancy Drew: The Haunting of Castle Malloy', 'ML'),
(2049, 'Adventure', 'True Tilda', 'ML'),
(2050, 'Adventure', 'Sequoia - der Film', 'ML'),
(2051, 'Adventure', 'Jora Jatt', 'ML'),
(2052, 'Adventure', 'Trash Town', 'ML'),
(2053, 'Adventure', 'Destination Getaway', 'ML'),
(2054, 'Adventure', 'Jungle Siren', 'ML'),
(2055, 'Adventure', 'The Ancient Highway', 'ML'),
(2056, 'Adventure', 'Bird Brains', 'ML'),
(2057, 'Adventure', 'Elephant Stampede', 'ML'),
(2058, 'Adventure', 'Rune Legend', 'ML'),
(2059, 'Adventure', 'Jungle Woman', 'ML'),
(2060, 'Adventure', 'My Roommate Kai', 'ML'),
(2061, 'Adventure', 'Hoppys Holiday', 'ML'),
(2062, 'Adventure', 'Panty Hose Head', 'ML'),
(2063, 'Adventure', 'In Step with Tight Bondage', 'ML'),
(2064, 'Adventure', 'The Grim Game', 'ML'),
(2065, 'Adventure', 'Appointment in Honduras', 'ML'),
(2066, 'Adventure', 'Kasimpasali Recep', 'ML'),
(2067, 'Adventure', 'Captured Beauty', 'ML'),
(2068, 'Adventure', 'La vida de Chucho el Roto', 'ML'),
(2069, 'Adventure', 'Kameleon 2', 'ML'),
(2070, 'Adventure', 'De scheepsjongens van Bontekoe', 'ML'),
(2071, 'Adventure', 'Kun pan', 'ML'),
(2072, 'Adventure', 'The Phantom Submarine', 'ML'),
(2073, 'Adventure', 'Ninja Assassins', 'ML'),
(2074, 'Adventure', 'Avanta Kemal Torpido Yilmaza karsi', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(2075, 'Adventure', 'Shi fu chu ma', 'ML'),
(2076, 'Adventure', 'Holiday Maker', 'ML'),
(2077, 'Adventure', 'Shen bian xia', 'ML'),
(2078, 'Adventure', 'Add a Gag', 'ML'),
(2079, 'Adventure', 'Facebook Revolution', 'ML'),
(2080, 'Adventure', 'When Dinosaurs Ruled the Earth', 'ML'),
(2081, 'Adventure', 'The Emerald Forest', 'ML'),
(2082, 'Adventure', 'Postales', 'ML'),
(2083, 'Adventure', 'The Case of the Fine Fettered Friend', 'ML'),
(2084, 'Adventure', 'Blindfolded Beauty', 'ML'),
(2085, 'Adventure', 'Bomberman Hero', 'ML'),
(2086, 'Adventure', 'Indiana Tim and the Temple of Talocan', 'ML'),
(2087, 'Adventure', 'Rootbound', 'ML'),
(2088, 'Adventure', 'Live Bondage, Volume Five', 'ML'),
(2089, 'Adventure', 'Yaadgaar', 'ML'),
(2090, 'Adventure', 'Mangalita', 'ML'),
(2091, 'Adventure', 'Prisoners of the Lost Universe', 'ML'),
(2092, 'Adventure', 'Smok i malysh', 'ML'),
(2093, 'Adventure', 'Rayman Raving Rabbids', 'ML'),
(2094, 'Adventure', 'Sindra vs. the Black Widow', 'ML'),
(2095, 'Adventure', 'Kabeela', 'ML'),
(2096, 'Adventure', 'De reiskoffer', 'ML'),
(2097, 'Adventure', 'The Fire Detective', 'ML'),
(2098, 'Adventure', 'The Last Days of a Civilian', 'ML'),
(2099, 'Adventure', 'Bondage Stories 2', 'ML'),
(2100, 'Adventure', 'Arrest Bulldog Drummond', 'ML'),
(2101, 'Adventure', 'The Kiosk', 'ML'),
(2102, 'Adventure', 'Dungeon Siege III', 'ML'),
(2103, 'Adventure', 'Alaska Kid', 'ML'),
(2104, 'Adventure', 'Smoke Bellew', 'ML'),
(2105, 'Adventure', 'The Harbortown Bobber', 'ML'),
(2106, 'Adventure', 'Zombie Jesus', 'ML'),
(2107, 'Adventure', 'Star Trek: Renegades', 'ML'),
(2108, 'Adventure', 'EverQuest II: Sentinels Fate', 'ML'),
(2109, 'Adventure', 'Trailblazers', 'ML'),
(2110, 'Adventure', 'Santo contra los zombies', 'ML'),
(2111, 'Adventure', 'Xin xi you ji', 'ML'),
(2112, 'Adventure', 'Filthy Rich: Cattle Drive', 'ML'),
(2113, 'Adventure', 'Shal', 'ML'),
(2114, 'Adventure', 'Home Sweet Post-It', 'ML'),
(2115, 'Adventure', 'Keith Famies Adventures', 'ML'),
(2116, 'Adventure', 'De Avonturen van Buck en Tommy in Vietnam', 'ML'),
(2117, 'Adventure', 'Novel-Ties', 'ML'),
(2118, 'Adventure', 'Wolf Blood', 'ML'),
(2119, 'Adventure', 'I tre corsari', 'ML'),
(2120, 'Adventure', 'Sword of Justice', 'ML'),
(2121, 'Adventure', 'Wu qing jie', 'ML'),
(2122, 'Adventure', 'Pirates of Tripoli', 'ML'),
(2123, 'Adventure', 'Passion in the Desert', 'ML'),
(2124, 'Adventure', 'Banduk', 'ML'),
(2125, 'Adventure', 'Spicy Wrap Girls', 'ML'),
(2126, 'Adventure', 'Stuart Little', 'ML'),
(2127, 'Adventure', 'Merdoglu', 'ML'),
(2128, 'Adventure', 'Trail Angels', 'ML'),
(2129, 'Adventure', 'Batoru rowaiaru', 'ML'),
(2130, 'Adventure', 'Kizil maske', 'ML'),
(2131, 'Adventure', 'The Bondage Ranch', 'ML'),
(2132, 'Adventure', 'Shekhvedra', 'ML'),
(2133, 'Adventure', 'Tie ma yin ling', 'ML'),
(2134, 'Adventure', 'Trapped and Tied!', 'ML'),
(2135, 'Adventure', 'Dead Team', 'ML'),
(2136, 'Adventure', 'Business Women in Bondage II', 'ML'),
(2137, 'Adventure', 'Day Trips', 'ML'),
(2138, 'Adventure', 'Brett', 'ML'),
(2139, 'Adventure', 'Ketch My Drift: Channel Islands', 'ML'),
(2140, 'Adventure', 'Hedef Ankara', 'ML'),
(2141, 'Adventure', 'Sizzle', 'ML'),
(2142, 'Adventure', 'Midnite Spares', 'ML'),
(2143, 'Adventure', 'Absinthe Drinker', 'ML'),
(2144, 'Adventure', 'Le tour de France par deux enfants', 'ML'),
(2145, 'Adventure', 'Call of the Sea', 'ML'),
(2146, 'Adventure', 'Men from Atlantis', 'ML'),
(2147, 'Adventure', 'Twisted Tales of Bondage', 'ML'),
(2148, 'Adventure', 'O Feiticeiro e a Escrivaninha', 'ML'),
(2149, 'Adventure', 'Mallorys Bondage Ball', 'ML'),
(2150, 'Adventure', 'Vendredi ou un autre jour', 'ML'),
(2151, 'Adventure', 'Shin hikari shinwa: Parutena no kagami', 'ML'),
(2152, 'Adventure', 'Hawkeye and the Last of the Mohicans', 'ML'),
(2153, 'Adventure', 'Takkar', 'ML'),
(2154, 'Adventure', 'The Soul of the Cities', 'ML'),
(2155, 'Adventure', 'Waiting Chairs', 'ML'),
(2156, 'Adventure', 'Beauty and Warrior', 'ML'),
(2157, 'Adventure', 'Empire III: Armageddon', 'ML'),
(2158, 'Adventure', 'Noa e Xoana', 'ML'),
(2159, 'Adventure', 'Ascent: The Story of Hugh Herr', 'ML'),
(2160, 'Adventure', 'Kamen Raidaa: Sekai ni kakeru', 'ML'),
(2161, 'Adventure', 'Night of the Howling Dogs', 'ML'),
(2162, 'Adventure', 'Shao Lin gong fu', 'ML'),
(2163, 'Adventure', 'En plo', 'ML'),
(2164, 'Adventure', 'Proshchalnye gastroli', 'ML'),
(2165, 'Adventure', 'Heir', 'ML'),
(2166, 'Adventure', 'Tonight We Fly', 'ML'),
(2167, 'Adventure', 'Girls Like to Tie Girls', 'ML'),
(2168, 'Adventure', 'Guangdong hao han', 'ML'),
(2169, 'Adventure', 'Magic circus', 'ML'),
(2170, 'Adventure', 'Stoked and Broke', 'ML'),
(2171, 'Adventure', 'Momotaro', 'ML'),
(2172, 'Adventure', 'La regina dei Caraibi', 'ML'),
(2173, 'Adventure', 'Rudolph, the Red-Nosed Reindeer', 'ML'),
(2174, 'Adventure', 'The Brothers Grimm', 'ML'),
(2175, 'Adventure', 'The Midnight Express', 'ML'),
(2176, 'Adventure', '2002 Subaru Primal Quest', 'ML'),
(2177, 'Adventure', 'Evil of Two Sisters', 'ML'),
(2178, 'Adventure', 'Kings Quest VII: The Princeless Bride', 'ML'),
(2179, 'Adventure', 'Star Trek: Voyager - The Arcade Game', 'ML'),
(2180, 'Adventure', 'Mens Journal', 'ML'),
(2181, 'Adventure', 'The Adventures of Robinson Crusoe', 'ML'),
(2182, 'Adventure', 'Jungle Goddess', 'ML'),
(2183, 'Adventure', 'Fairies the Movie: Particle Accelerator', 'ML'),
(2184, 'Adventure', 'Master Plan: O Grande Mestre', 'ML'),
(2185, 'Adventure', 'A Ilha do Amor', 'ML'),
(2186, 'Adventure', 'Asambhav', 'ML'),
(2187, 'Adventure', 'Tales of Robin Hood', 'ML'),
(2188, 'Adventure', 'Stylish Bondage Captives', 'ML'),
(2189, 'Adventure', 'Bratan', 'ML'),
(2190, 'Adventure', 'The French Executioner', 'ML'),
(2191, 'Adventure', 'Suspens. Sever-yug', 'ML'),
(2192, 'Adventure', 'Wild Arms', 'ML'),
(2193, 'Adventure', 'The AIDA Syndrome', 'ML'),
(2194, 'Adventure', 'Star Wars Galaxies: Jump to Lightspeed', 'ML'),
(2195, 'Adventure', 'Bombay Skies', 'ML'),
(2196, 'Adventure', 'Madeline', 'ML'),
(2197, 'Adventure', 'Amazing Ariele', 'ML'),
(2198, 'Adventure', 'Dinosaurus!', 'ML'),
(2199, 'Adventure', 'Sullivans Empire', 'ML'),
(2200, 'Adventure', 'Beyond Mombasa', 'ML'),
(2201, 'Adventure', 'Biff Baker, U.S.A.', 'ML'),
(2202, 'Adventure', 'Sexy Sadie', 'ML'),
(2203, 'Adventure', 'Feng lu qi nu zi', 'ML'),
(2204, 'Adventure', 'One Piece: Oounabara ni hirake! Dekkai dekkai chichi no yume!', 'ML'),
(2205, 'Adventure', 'Barrier Reef', 'ML'),
(2206, 'Adventure', 'Gagged and Gorgeous', 'ML'),
(2207, 'Adventure', 'Le Dernier Soir', 'ML'),
(2208, 'Adventure', 'The Magical Adventures of Quasimodo', 'ML'),
(2209, 'Adventure', 'Mahasati Tulsi', 'ML'),
(2210, 'Adventure', 'Sasquatch: The Legend of Bigfoot', 'ML'),
(2211, 'Adventure', 'Sandy Summers: Costume Bondage Superstar', 'ML'),
(2212, 'Adventure', 'Condottieri', 'ML'),
(2213, 'Adventure', 'Wee Willie Winkie', 'ML'),
(2214, 'Adventure', 'Dark Oz', 'ML'),
(2215, 'Adventure', 'Dungeons & Dragons: Tactics', 'ML'),
(2216, 'Adventure', 'Shamu Believe', 'ML'),
(2217, 'Adventure', 'Mzungu: A Strangers Dream in Africa', 'ML'),
(2218, 'Adventure', 'Lethal Cowboy', 'ML'),
(2219, 'Adventure', 'Treehouse Gang', 'ML'),
(2220, 'Adventure', 'Disk Hunt', 'ML'),
(2221, 'Adventure', 'Alti olu var/Ipsala cinayeti', 'ML'),
(2222, 'Adventure', 'The Great Kimberley Diamond Robbery', 'ML'),
(2223, 'Adventure', 'Zvavta mkhareshi', 'ML'),
(2224, 'Adventure', 'Now Get Out of That', 'ML'),
(2225, 'Adventure', 'The Magic Shoe', 'ML'),
(2226, 'Adventure', 'Way of a Gaucho', 'ML'),
(2227, 'Adventure', 'Fountain of Dreams', 'ML'),
(2228, 'Adventure', 'Seiken densetsu 3', 'ML'),
(2229, 'Adventure', 'The Vanishing Shadow', 'ML'),
(2230, 'Adventure', 'Pirate Islands: The Lost Treasure of Fiji', 'ML'),
(2231, 'Adventure', 'Masks and Capes, Ropes and Gags!', 'ML'),
(2232, 'Adventure', 'Arthurs Ladies', 'ML'),
(2233, 'Adventure', 'Arthur of the Britons', 'ML'),
(2234, 'Adventure', 'Who Is Darla Crane', 'ML'),
(2235, 'Adventure', 'Sharpes Company', 'ML'),
(2236, 'Adventure', 'Africa: Texas Style', 'ML'),
(2237, 'Adventure', 'The Iron Trail', 'ML'),
(2238, 'Adventure', 'The Phantom Creeps', 'ML'),
(2239, 'Adventure', 'Trapped Couples', 'ML'),
(2240, 'Adventure', 'Portrait Regards de Zarah Whites', 'ML'),
(2241, 'Adventure', 'Pearl of the South Pacific', 'ML'),
(2242, 'Adventure', 'Wild Events', 'ML'),
(2243, 'Adventure', 'Uniformed Damsels', 'ML'),
(2244, 'Adventure', 'Missione natura: La stagione dei cuccioli', 'ML'),
(2245, 'Adventure', 'Isobar', 'ML'),
(2246, 'Adventure', 'De Witte Weduwe', 'ML'),
(2247, 'Adventure', 'The House of the Spaniard', 'ML'),
(2248, 'Adventure', 'Jungle Man', 'ML'),
(2249, 'Adventure', 'The Walking Hills', 'ML'),
(2250, 'Adventure', 'DArtagnan', 'ML'),
(2251, 'Adventure', 'Qiang long e kou', 'ML'),
(2252, 'Adventure', 'The Insane Actors Studio', 'ML'),
(2253, 'Adventure', 'AskiBoyz', 'ML'),
(2254, 'Adventure', 'Volsebniot voz', 'ML'),
(2255, 'Adventure', 'Toughest Cowboy', 'ML'),
(2256, 'Adventure', 'The Extraordinary Adventures of Alfred Kropp', 'ML'),
(2257, 'Adventure', 'Lovers Tied in Knots', 'ML'),
(2258, 'Adventure', 'The Adventuress in Green', 'ML'),
(2259, 'Adventure', 'A Lesson Well Learned', 'ML'),
(2260, 'Adventure', 'Du hang da biao ke', 'ML'),
(2261, 'Adventure', 'The Swan Princess Christmas', 'ML'),
(2262, 'Adventure', 'Sarutobi sansei', 'ML'),
(2263, 'Adventure', 'Sacred Rings', 'ML'),
(2264, 'Adventure', 'Digital Man', 'ML'),
(2265, 'Adventure', 'Eye of the Bennu', 'ML'),
(2266, 'Adventure', 'Brendon Chase', 'ML'),
(2267, 'Adventure', 'Bens Vortex', 'ML'),
(2268, 'Adventure', 'Bitirimler sosyetede', 'ML'),
(2269, 'Adventure', 'Qing xia qing chou', 'ML'),
(2270, 'Adventure', 'When Vikings Attack!', 'ML'),
(2271, 'Adventure', 'Tales of Adventure', 'ML'),
(2272, 'Adventure', 'Winning Streaks', 'ML'),
(2273, 'Adventure', 'Lichnyy nomer', 'ML'),
(2274, 'Adventure', 'Girl Gangbound 2', 'ML'),
(2275, 'Adventure', 'Soulcalibur', 'ML'),
(2276, 'Adventure', 'Ando volando bajo', 'ML'),
(2277, 'Adventure', 'Cui ping shan', 'ML'),
(2278, 'Adventure', 'Mission: Impossible III', 'ML'),
(2279, 'Adventure', '3D Ant Attack', 'ML'),
(2280, 'Adventure', 'Honor of the West', 'ML'),
(2281, 'Adventure', 'Maniac Mansion Deluxe', 'ML'),
(2282, 'Adventure', 'TKKG 9 - Voodoozauber', 'ML'),
(2283, 'Adventure', 'Il magnifico gladiatore', 'ML'),
(2284, 'Adventure', 'How the States Got Their Shapes', 'ML'),
(2285, 'Adventure', 'La princesse du rail', 'ML'),
(2286, 'Adventure', 'Through Fire and Water', 'ML'),
(2287, 'Adventure', 'Girl Gangbound', 'ML'),
(2288, 'Adventure', 'Cyber Meltdown', 'ML'),
(2289, 'Adventure', 'In Gold We Trust', 'ML'),
(2290, 'Adventure', 'The Colour of Magic', 'ML'),
(2291, 'Adventure', 'Nautilus the Next Generation', 'ML'),
(2292, 'Adventure', 'Ultima Underworld II: Labyrinth of Worlds', 'ML'),
(2293, 'Adventure', 'G2', 'ML'),
(2294, 'Adventure', 'Primo Baby', 'ML'),
(2295, 'Adventure', 'Batman: The Dark Knight', 'ML'),
(2296, 'Adventure', 'Belalilar sehri', 'ML'),
(2297, 'Adventure', 'Beyond the Reef', 'ML'),
(2298, 'Adventure', 'Long wang zi', 'ML'),
(2299, 'Adventure', 'Pests from Hell', 'ML'),
(2300, 'Adventure', 'The Overseer', 'ML'),
(2301, 'Adventure', 'The Indian Mutiny', 'ML'),
(2302, 'Adventure', 'Sonic the Hedgehog Genesis', 'ML'),
(2303, 'Adventure', 'The Color Country Chute-Out 2002', 'ML'),
(2304, 'Adventure', 'Six Days Seven Nights', 'ML'),
(2305, 'Adventure', 'Ultra Tight Club', 'ML'),
(2306, 'Adventure', 'The Silver Brumby', 'ML'),
(2307, 'Adventure', 'El tesoro de Makuba', 'ML'),
(2308, 'Adventure', 'Chanoc en el circo union', 'ML'),
(2309, 'Adventure', 'Bound to Work!', 'ML'),
(2310, 'Adventure', 'The Grand Rescue', 'ML'),
(2311, 'Adventure', 'Bamazon', 'ML'),
(2312, 'Adventure', 'The Feud Maker', 'ML'),
(2313, 'Adventure', 'Words of a Poetaster', 'ML'),
(2314, 'Adventure', 'Box of Delights', 'ML'),
(2315, 'Adventure', 'Evertales', 'ML'),
(2316, 'Adventure', 'Besouro', 'ML'),
(2317, 'Adventure', 'Diary of a Superhero', 'ML'),
(2318, 'Adventure', 'Maciste e la regina di Samar', 'ML'),
(2319, 'Adventure', 'Gli invincibili tre', 'ML'),
(2320, 'Adventure', 'Battalgazi destani', 'ML'),
(2321, 'Adventure', 'He nan Song shan Shao Lin Si', 'ML'),
(2322, 'Adventure', 'Nomads Land - Sur les traces de Nicolas Bouvier', 'ML'),
(2323, 'Adventure', 'Very Helpless Heroines', 'ML'),
(2324, 'Adventure', 'Knight Without Armour', 'ML'),
(2325, 'Adventure', 'Herodias', 'ML'),
(2326, 'Adventure', 'Tardes de sol', 'ML'),
(2327, 'Adventure', 'Due gocce dacqua salata', 'ML'),
(2328, 'Adventure', 'Tiger Team - Der Berg der 1000 Drachen', 'ML'),
(2329, 'Adventure', 'Santo vs. la hija de Frankestein', 'ML'),
(2330, 'Adventure', 'Surfing 28 States: India', 'ML'),
(2331, 'Adventure', 'Thames Tug', 'ML'),
(2332, 'Adventure', 'Luck of the Draw', 'ML'),
(2333, 'Adventure', 'Sacred Underworld', 'ML'),
(2334, 'Adventure', 'Kidnapped by Pirates', 'ML'),
(2335, 'Adventure', 'Bicentenario, un viaje a caballo por Argentina', 'ML'),
(2336, 'Adventure', 'Alto riesgo', 'ML'),
(2337, 'Adventure', 'These Little Ladies Are All Wrapped Up!', 'ML'),
(2338, 'Adventure', 'Shadowland, the Legend', 'ML'),
(2339, 'Adventure', 'Quick Before They Catch Us', 'ML'),
(2340, 'Adventure', 'Smokelore', 'ML'),
(2341, 'Adventure', 'Terrore della maschera rossa', 'ML'),
(2342, 'Adventure', 'Squirrel Boy', 'ML'),
(2343, 'Adventure', 'Riviera: The Promised Land', 'ML'),
(2344, 'Adventure', 'Tarzans New York Adventure', 'ML'),
(2345, 'Adventure', 'Animal Party', 'ML'),
(2346, 'Adventure', 'King of the Royal Mounted', 'ML'),
(2347, 'Adventure', 'El comandante Furia', 'ML'),
(2348, 'Adventure', 'Tangerine Dream', 'ML'),
(2349, 'Adventure', 'The Protectors', 'ML'),
(2350, 'Adventure', 'To nisi tis amartias', 'ML'),
(2351, 'Adventure', 'Telluride: Time Crosses Over', 'ML'),
(2352, 'Adventure', 'Indians Leaving Bald Mountain', 'ML'),
(2353, 'Adventure', 'Larry Ravioli', 'ML'),
(2354, 'Adventure', 'The Demoore Frequency', 'ML'),
(2355, 'Adventure', 'Kahreden kursun', 'ML'),
(2356, 'Adventure', 'Koltso iz Amsterdama', 'ML'),
(2357, 'Adventure', 'Le hussard sur le toit', 'ML'),
(2358, 'Adventure', 'El Norte', 'ML'),
(2359, 'Adventure', 'Mode', 'ML'),
(2360, 'Adventure', 'Anastasa', 'ML'),
(2361, 'Adventure', 'Sorcery', 'ML'),
(2362, 'Adventure', 'Tour de Seward', 'ML'),
(2363, 'Adventure', 'Airboss', 'ML'),
(2364, 'Adventure', 'Dorakyura Densetsu II', 'ML'),
(2365, 'Adventure', 'Thunder Over Reno', 'ML'),
(2366, 'Adventure', 'The Houseplants Picnic', 'ML'),
(2367, 'Adventure', 'Fly by Night', 'ML'),
(2368, 'Adventure', 'I Married Adventure', 'ML'),
(2369, 'Adventure', 'Casino', 'ML'),
(2370, 'Adventure', 'Midnight Son', 'ML'),
(2371, 'Adventure', 'The Awesome Hour', 'ML'),
(2372, 'Adventure', 'Back on the Street', 'ML'),
(2373, 'Adventure', 'Lego Universe', 'ML'),
(2374, 'Adventure', 'Vera, nadezhda, lyubov', 'ML'),
(2375, 'Adventure', 'Avontuur op het strand van Oostende', 'ML'),
(2376, 'Adventure', 'Meet Mortimer', 'ML'),
(2377, 'Adventure', 'Dr. Syn, Alias the Scarecrow', 'ML'),
(2378, 'Adventure', 'Tough Times for Tender Talents!', 'ML'),
(2379, 'Adventure', 'Manoa, la ciudad de oro', 'ML'),
(2380, 'Adventure', 'Visions: Ubuntu', 'ML'),
(2381, 'Adventure', 'Baltimore, or The Steadfast Tin Soldier and the Vampire', 'ML'),
(2382, 'Adventure', 'The Tender Warrior', 'ML'),
(2383, 'Adventure', 'Voile: Sails in the Desert', 'ML'),
(2384, 'Adventure', 'Legend of the God Print', 'ML'),
(2385, 'Adventure', 'ZDF Expedition - Tropenfieber', 'ML'),
(2386, 'Adventure', 'Dont Quit Your Daydream', 'ML'),
(2387, 'Adventure', 'The Temple of Elemental Evil: A Classic Greyhawk Adventure', 'ML'),
(2388, 'Adventure', 'Adventures Abroad', 'ML'),
(2389, 'Adventure', 'Candidate Kid', 'ML'),
(2390, 'Adventure', 'Charlie Pepper', 'ML'),
(2391, 'Adventure', 'Vay', 'ML'),
(2392, 'Adventure', 'Many Moods of Bondage', 'ML'),
(2393, 'Adventure', 'The Coyotes Moon', 'ML'),
(2394, 'Adventure', 'King of the Wind', 'ML'),
(2395, 'Adventure', 'Taste for Adventure', 'ML'),
(2396, 'Adventure', 'Le sette sfide', 'ML'),
(2397, 'Adventure', 'I cavalieri del deserto', 'ML'),
(2398, 'Adventure', 'Command & Conquer', 'ML'),
(2399, 'Adventure', 'Na vseki kilometar - II', 'ML'),
(2400, 'Adventure', 'Intimately Yours', 'ML'),
(2401, 'Adventure', 'Maten a Jesus Perez', 'ML'),
(2402, 'Adventure', 'The Adventures of Pei Pei and Maxx', 'ML'),
(2403, 'Adventure', 'Silent Nature', 'ML'),
(2404, 'Adventure', 'Avenue Flo', 'ML'),
(2405, 'Adventure', 'Isadoras Request', 'ML'),
(2406, 'Adventure', 'Kniga masterov', 'ML'),
(2407, 'Adventure', 'Dancing on Dangerous Ground', 'ML'),
(2408, 'Adventure', 'Nakhvamdis', 'ML'),
(2409, 'Adventure', 'Gymni himaira', 'ML'),
(2410, 'Adventure', 'Rescued by Lifeboat', 'ML'),
(2411, 'Adventure', 'Im Dschungel ist der Teufel los', 'ML'),
(2412, 'Adventure', 'Cowboy in Africa', 'ML'),
(2413, 'Adventure', 'Syphon Filter', 'ML'),
(2414, 'Adventure', 'In Fast Company', 'ML'),
(2415, 'Adventure', 'Mister Radio', 'ML'),
(2416, 'Adventure', 'Bigfoot Lives', 'ML'),
(2417, 'Adventure', 'Latina Escape Artistes', 'ML'),
(2418, 'Adventure', 'Hayabusa', 'ML'),
(2419, 'Adventure', 'Blood Fight', 'ML'),
(2420, 'Adventure', 'City of Ember', 'ML'),
(2421, 'Adventure', 'Doctor Who: The Adventure Games - The Gunpowder Plot', 'ML'),
(2422, 'Adventure', 'Cyclotrode X', 'ML'),
(2423, 'Adventure', 'Under det sorte Flag', 'ML'),
(2424, 'Adventure', 'Bound Girls in Big Trouble!', 'ML'),
(2425, 'Adventure', 'The Little Waif and the Captains Daughter', 'ML'),
(2426, 'Adventure', 'On the Isle of Samoa', 'ML'),
(2427, 'Adventure', 'Helal olsun Ali abi', 'ML'),
(2428, 'Adventure', 'El Burrito', 'ML'),
(2429, 'Adventure', 'Sept hommes et une garce', 'ML'),
(2430, 'Adventure', 'Great Cruises: Freedom of the Seas with Samantha Brown', 'ML'),
(2431, 'Adventure', 'Rimba panas', 'ML'),
(2432, 'Adventure', 'Khronika Satany mladshego', 'ML'),
(2433, 'Adventure', 'Sinbad of the Seven Seas', 'ML'),
(2434, 'Adventure', 'Kakushi-toride no san-akunin', 'ML'),
(2435, 'Adventure', 'Uma Semana em Madrid', 'ML'),
(2436, 'Adventure', 'Maurin des maures', 'ML'),
(2437, 'Adventure', 'Star Trek: Armada', 'ML'),
(2438, 'Adventure', 'Code 72', 'ML'),
(2439, 'Adventure', 'Duo ming yan luo', 'ML'),
(2440, 'Adventure', 'Evil on Queen Street', 'ML'),
(2441, 'Adventure', 'Troopers Three', 'ML'),
(2442, 'Adventure', 'Meet the Biospherians', 'ML'),
(2443, 'Adventure', 'Sinbad: The Battle of the Dark Knights', 'ML'),
(2444, 'Adventure', 'Naked Beauties Held in Bondage', 'ML'),
(2445, 'Adventure', 'Knightriders', 'ML'),
(2446, 'Adventure', 'Lao hu ya', 'ML'),
(2447, 'Adventure', 'Markos Magic Football', 'ML'),
(2448, 'Adventure', 'I mercenari raccontano', 'ML'),
(2449, 'Adventure', 'The Impossible River Journey', 'ML'),
(2450, 'Adventure', 'Lingerie Bondage Boudoir', 'ML'),
(2451, 'Adventure', 'Langostino', 'ML'),
(2452, 'Adventure', 'Cinched Chiaroscuro', 'ML'),
(2453, 'Adventure', 'El mil usos II', 'ML'),
(2454, 'Adventure', 'Vendredi ou la vie sauvage', 'ML'),
(2455, 'Adventure', 'From Dust', 'ML'),
(2456, 'Adventure', 'Flirting with Fate', 'ML'),
(2457, 'Adventure', 'Das Blutgeld', 'ML'),
(2458, 'Adventure', 'Life on Death Beach', 'ML'),
(2459, 'Adventure', 'Aloma of the South Seas', 'ML'),
(2460, 'Adventure', 'Killing Clovis Dardentor', 'ML'),
(2461, 'Adventure', 'Moon Cakes', 'ML'),
(2462, 'Adventure', 'American Flyer', 'ML'),
(2463, 'Adventure', 'Le vacanze del signor Rossi', 'ML'),
(2464, 'Adventure', 'Amasan: Women of the Sea', 'ML'),
(2465, 'Adventure', 'Six Struggling Starlets', 'ML'),
(2466, 'Adventure', 'Meine Freundin Sybille', 'ML'),
(2467, 'Adventure', 'Black Leather & Bikinis', 'ML'),
(2468, 'Adventure', 'The Batman Superman Movie: Worlds Finest', 'ML'),
(2469, 'Adventure', 'Gopal - Krishna', 'ML'),
(2470, 'Adventure', 'Opus: The Last Christmas', 'ML'),
(2471, 'Adventure', 'Grid', 'ML'),
(2472, 'Adventure', 'O Vigilante e os Cinco Valentes', 'ML'),
(2473, 'Adventure', 'Star Wars: Jedi Starfighter', 'ML'),
(2474, 'Adventure', 'Goin Home', 'ML'),
(2475, 'Adventure', 'Batang Z', 'ML'),
(2476, 'Adventure', 'De zevensprong', 'ML'),
(2477, 'Adventure', 'Prayers of Desperation', 'ML'),
(2478, 'Adventure', 'Betty and the Buccaneers', 'ML'),
(2479, 'Adventure', 'Lucky Red', 'ML'),
(2480, 'Adventure', 'U-253', 'ML'),
(2481, 'Adventure', 'Deti kapitana Granta', 'ML'),
(2482, 'Adventure', 'The Mysterious Island', 'ML'),
(2483, 'Adventure', 'Tigre og tatoveringer', 'ML'),
(2484, 'Adventure', 'Shadow Complex', 'ML'),
(2485, 'Adventure', 'Into Thin Air: Death on Everest', 'ML'),
(2486, 'Adventure', 'Fuerza de los humildes', 'ML'),
(2487, 'Adventure', 'Pier 5, Havana', 'ML'),
(2488, 'Adventure', 'Freddy unter fremden Sternen', 'ML'),
(2489, 'Adventure', 'The Otherworldly Adventures of Tyler Washburn', 'ML'),
(2490, 'Adventure', 'Hulihin si... Nardong Toothpick', 'ML'),
(2491, 'Adventure', 'H2indO', 'ML'),
(2492, 'Adventure', 'Gag-Talk', 'ML'),
(2493, 'Adventure', 'Jolanda, la figlia del corsaro nero', 'ML'),
(2494, 'Adventure', 'Super Bowl XXIX Half Time Show: Indiana Jones and the Temple of the Forbidden Eye', 'ML'),
(2495, 'Adventure', 'Thong-Tied', 'ML'),
(2496, 'Adventure', 'Ransom Complications', 'ML'),
(2497, 'Adventure', 'Kanima kan isterim', 'ML'),
(2498, 'Adventure', 'Los extermineitors', 'ML'),
(2499, 'Adventure', 'De vilde svaner', 'ML'),
(2500, 'Adventure', 'Bravo Sierra', 'ML'),
(2501, 'Adventure', 'Gli amori di Angelica', 'ML'),
(2502, 'Adventure', 'The American Badger', 'ML'),
(2503, 'Adventure', 'Play It Sweet', 'ML'),
(2504, 'Adventure', 'The Man from Sunken City', 'ML'),
(2505, 'Adventure', 'Businesswomen Surrender to Bondage', 'ML'),
(2506, 'Adventure', 'Freedom 50/50', 'ML'),
(2507, 'Adventure', 'Aqua Hazard', 'ML'),
(2508, 'Adventure', 'The Last Mamo', 'ML'),
(2509, 'Adventure', 'Le mummie siete voi', 'ML'),
(2510, 'Adventure', 'Last of the Trysts', 'ML'),
(2511, 'Adventure', 'The Vanishing Frontier', 'ML'),
(2512, 'Adventure', 'Short Order', 'ML'),
(2513, 'Adventure', 'Fisher-Price Imaginext: Pirate Raider', 'ML'),
(2514, 'Adventure', 'To frourio ton athanaton', 'ML'),
(2515, 'Adventure', 'The Outlaw Emmett Deemus & Willy Jones', 'ML'),
(2516, 'Adventure', 'Metal Slug', 'ML'),
(2517, 'Adventure', 'Bassie en Adriaan en de verzonken stad', 'ML'),
(2518, 'Adventure', 'The 1,001 Quest of Sheherzade', 'ML'),
(2519, 'Adventure', 'Ancient Secrets: Mystery of the Vanishing Bride', 'ML'),
(2520, 'Adventure', 'Ring of the Nibelungs', 'ML'),
(2521, 'Adventure', 'The Worlds Greatest SuperFriends', 'ML'),
(2522, 'Adventure', 'Air Australia', 'ML'),
(2523, 'Adventure', 'Nancy Drew: The Final Scene', 'ML'),
(2524, 'Adventure', 'A Man, Eight Girls', 'ML'),
(2525, 'Adventure', 'Emanuelle e gli ultimi cannibali', 'ML'),
(2526, 'Adventure', 'Prester John', 'ML'),
(2527, 'Adventure', 'Angels in Restraint', 'ML'),
(2528, 'Adventure', 'Paskareissu', 'ML'),
(2529, 'Adventure', 'Yang Zi Jiang te yi hao', 'ML'),
(2530, 'Adventure', 'Dustys Trail: Summit of Borneo', 'ML'),
(2531, 'Adventure', 'Sustainable Beer Ride', 'ML'),
(2532, 'Adventure', 'The Crimson Skull', 'ML'),
(2533, 'Adventure', 'Bondage Fantasy', 'ML'),
(2534, 'Adventure', 'Fast Lane to Vegas', 'ML'),
(2535, 'Adventure', 'Bruna, formosa, cerca superdotato per tango a Milano', 'ML'),
(2536, 'Adventure', 'Lego Star Wars II: The Original Trilogy', 'ML'),
(2537, 'Adventure', 'Tre giorni ai tropici', 'ML'),
(2538, 'Adventure', 'Woody Woodpecker: Escape from Buzz Buzzard Park', 'ML'),
(2539, 'Adventure', 'Nils Holgerssons underbara resa', 'ML'),
(2540, 'Adventure', 'The Tailor', 'ML'),
(2541, 'Adventure', 'Faces of Myth', 'ML'),
(2542, 'Adventure', 'Wiggle Room', 'ML'),
(2543, 'Adventure', 'Crimes of Circumstance', 'ML'),
(2544, 'Adventure', 'Airblade', 'ML'),
(2545, 'Adventure', 'The Road to Reality', 'ML'),
(2546, 'Adventure', 'Dainasoa', 'ML'),
(2547, 'Adventure', 'Walter Was Here', 'ML'),
(2548, 'Adventure', 'Flight of Colombia', 'ML'),
(2549, 'Adventure', 'The Sixth Directive and Other Tales', 'ML'),
(2550, 'Adventure', 'Estreme', 'ML'),
(2551, 'Adventure', 'May I Have Another Gag Please', 'ML'),
(2552, 'Adventure', 'The Secret Disk Caper', 'ML'),
(2553, 'Adventure', 'Tip-Off Girls', 'ML'),
(2554, 'Adventure', 'Dial A for Alphaman', 'ML'),
(2555, 'Adventure', 'Long quan hu zhua dou diao shou', 'ML'),
(2556, 'Adventure', 'Morgen gebeurt het', 'ML'),
(2557, 'Adventure', 'Yukon Men', 'ML'),
(2558, 'Adventure', 'Stawiam na Tolka Banana', 'ML'),
(2559, 'Adventure', 'Shams and Delusions', 'ML'),
(2560, 'Adventure', 'The Little River Canyon', 'ML'),
(2561, 'Adventure', 'Fish Warrior', 'ML'),
(2562, 'Adventure', 'Decklin and the Dentist', 'ML'),
(2563, 'Adventure', '1421: The Year China Discovered the World', 'ML'),
(2564, 'Adventure', 'Space Quest 6: The Spinal Frontier', 'ML'),
(2565, 'Adventure', 'Glacier Express', 'ML'),
(2566, 'Adventure', 'Blue Seed', 'ML'),
(2567, 'Adventure', 'Hells Angels', 'ML'),
(2568, 'Adventure', 'Garry Halliday and the Secret of Omar Khayyam', 'ML'),
(2569, 'Adventure', 'Avventure di mare e di costa', 'ML'),
(2570, 'Adventure', 'Yin yang xie di zi', 'ML'),
(2571, 'Adventure', 'Savcinin karisi', 'ML'),
(2572, 'Adventure', 'Son kizgin adam', 'ML'),
(2573, 'Adventure', 'Ripleys Believe It or Not!', 'ML'),
(2574, 'Adventure', 'On Mont Blanc with Don Planner', 'ML'),
(2575, 'Adventure', 'The Siege of Golden Hill', 'ML'),
(2576, 'Adventure', 'Sandokan alla riscossa', 'ML'),
(2577, 'Adventure', 'Wallace & Gromits Grand Adventures: Muzzled!', 'ML'),
(2578, 'Adventure', 'T.G.I.S.: The Movie', 'ML'),
(2579, 'Adventure', 'Moon Diver', 'ML'),
(2580, 'Adventure', 'Defunct', 'ML'),
(2581, 'Adventure', 'Merry Christmas: Youre Bound and Gagged', 'ML'),
(2582, 'Adventure', 'The Splendid Spur', 'ML'),
(2583, 'Adventure', 'Sim City Enhanced CD-ROM', 'ML'),
(2584, 'Adventure', 'Nic and Pic', 'ML'),
(2585, 'Adventure', 'Spandex Disco Queens in Bondage', 'ML'),
(2586, 'Adventure', 'Paperboy 2', 'ML'),
(2587, 'Adventure', 'Caxambu!', 'ML'),
(2588, 'Adventure', 'Doragon kuesuto', 'ML'),
(2589, 'Adventure', 'Richard: The Lionheart', 'ML'),
(2590, 'Adventure', 'Airman', 'ML'),
(2591, 'Adventure', 'Shinseiki evangelion: Koutetsu no girlfriend', 'ML'),
(2592, 'Adventure', 'Catalytic', 'ML'),
(2593, 'Adventure', 'Sobreviviendo Guazapa', 'ML'),
(2594, 'Adventure', 'Blood Omen II: Legacy of Kain', 'ML'),
(2595, 'Adventure', 'The Arizonian', 'ML'),
(2596, 'Adventure', 'Killing the Dog', 'ML'),
(2597, 'Adventure', 'Zlota Mahmudia', 'ML'),
(2598, 'Adventure', 'The Name of the Game', 'ML'),
(2599, 'Adventure', 'Super Dingo vs the Hippies', 'ML'),
(2600, 'Adventure', 'Gaiola da Morte', 'ML'),
(2601, 'Adventure', 'Kings Quest V: Absence Makes the Heart Go Yonder', 'ML'),
(2602, 'Adventure', 'Electric Blue 21', 'ML'),
(2603, 'Adventure', 'The Man from Downing Street', 'ML'),
(2604, 'Adventure', 'Legend of the Magic Arch', 'ML'),
(2605, 'Adventure', 'Oi gennaioi pethainoun dyo fores', 'ML'),
(2606, 'Adventure', 'Girl/Girl Bondage 2', 'ML'),
(2607, 'Adventure', 'Aramiza kan girdi', 'ML'),
(2608, 'Adventure', 'We Are Water', 'ML'),
(2609, 'Adventure', '...Into the Cave', 'ML'),
(2610, 'Adventure', 'Godzilla', 'ML'),
(2611, 'Adventure', 'Softporn Adventure', 'ML'),
(2612, 'Adventure', 'The Silent Cross', 'ML'),
(2613, 'Adventure', 'Sous le signe de Monte-Cristo', 'ML'),
(2614, 'Adventure', 'Picture Brides', 'ML'),
(2615, 'Adventure', 'Ashley in a Bind', 'ML'),
(2616, 'Adventure', 'Ms. Mausers Misery', 'ML'),
(2617, 'Adventure', 'Excalibur', 'ML'),
(2618, 'Adventure', 'Seytanin oglu', 'ML'),
(2619, 'Adventure', 'Order of the Asp', 'ML'),
(2620, 'Adventure', 'Self-Bondages and Secure Ties', 'ML'),
(2621, 'Adventure', 'Kinect Adventures!', 'ML'),
(2622, 'Adventure', 'Pin ming niang zi', 'ML'),
(2623, 'Adventure', 'Vnimaniye, tsunami!', 'ML'),
(2624, 'Adventure', 'The Salvage Gang', 'ML'),
(2625, 'Adventure', 'Erase Una Vez En Durango', 'ML'),
(2626, 'Adventure', 'Belades gia dyo', 'ML'),
(2627, 'Adventure', 'The Prisoner of Zenda', 'ML'),
(2628, 'Adventure', 'Gan Lian Zhu dai po hong lian si', 'ML'),
(2629, 'Adventure', 'Haunted Island', 'ML'),
(2630, 'Adventure', 'Cobra Verde', 'ML'),
(2631, 'Adventure', 'The Clan of the Cave Bear', 'ML'),
(2632, 'Adventure', 'Petes Dragon', 'ML'),
(2633, 'Adventure', 'Perils of the Coast Guard', 'ML'),
(2634, 'Adventure', 'Amansiz takip', 'ML'),
(2635, 'Adventure', 'Ha-Mivtzar', 'ML'),
(2636, 'Adventure', 'Kabouter Plop', 'ML'),
(2637, 'Adventure', 'Army Men: Air Attack 2', 'ML'),
(2638, 'Adventure', 'Sjaak the World', 'ML'),
(2639, 'Adventure', 'Jimmy Neutron: Boy Genius', 'ML'),
(2640, 'Adventure', 'Ripping Yarns', 'ML'),
(2641, 'Adventure', 'Binding Miss Thomas', 'ML'),
(2642, 'Adventure', 'Yi feng qing bao bai wan bing', 'ML'),
(2643, 'Adventure', 'Desert Sands', 'ML'),
(2644, 'Adventure', 'Sukai kurora', 'ML'),
(2645, 'Adventure', 'Jack Hunter and the Lost Treasure of Ugarit', 'ML'),
(2646, 'Adventure', 'Strong Bads Cool Game for Attractive People', 'ML'),
(2647, 'Adventure', 'Inside Central Florida Show', 'ML'),
(2648, 'Adventure', 'Les Six Saisons', 'ML'),
(2649, 'Adventure', 'Trussed Up Eve', 'ML'),
(2650, 'Adventure', 'Samurai Champloo', 'ML'),
(2651, 'Adventure', 'Untitled J.J. Abrams/Billy Ray Project', 'ML'),
(2652, 'Adventure', 'Leily Ba Man Ast', 'ML'),
(2653, 'Adventure', 'Bee Movie', 'ML'),
(2654, 'Adventure', 'Escape in the Sun', 'ML'),
(2655, 'Adventure', 'Korepiku', 'ML'),
(2656, 'Adventure', 'Immortal Island', 'ML'),
(2657, 'Adventure', 'Discovery Jones Expeditions', 'ML'),
(2658, 'Adventure', 'Rescue Dawn', 'ML'),
(2659, 'Adventure', 'The Scarlet Blade', 'ML'),
(2660, 'Adventure', 'Alone in the Wild: Tanya Streeter & Amy Williams', 'ML'),
(2661, 'Adventure', 'Il gigante di Metropolis', 'ML'),
(2662, 'Adventure', 'Le chevalier DEon', 'ML'),
(2663, 'Adventure', 'The Jungle Book: Mowglis Story', 'ML'),
(2664, 'Adventure', 'The Return of Chandu', 'ML'),
(2665, 'Adventure', 'The Next in Command', 'ML'),
(2666, 'Adventure', 'Tobys Rocket Ship', 'ML'),
(2667, 'Adventure', 'Rockfish', 'ML'),
(2668, 'Adventure', 'Yoko', 'ML'),
(2669, 'Adventure', 'Gumby 1', 'ML'),
(2670, 'Adventure', 'Rupan sansei: Sage of the pyramid', 'ML'),
(2671, 'Adventure', 'Valley of Head Hunters', 'ML'),
(2672, 'Adventure', 'Jaws of the Jungle', 'ML'),
(2673, 'Adventure', 'Jungle Jim', 'ML'),
(2674, 'Adventure', 'A White Mans Chance', 'ML'),
(2675, 'Adventure', 'Il gioiello di Khama', 'ML'),
(2676, 'Adventure', 'Bibifoc', 'ML'),
(2677, 'Adventure', 'Scam City', 'ML'),
(2678, 'Adventure', 'Passport to Adventure', 'ML'),
(2679, 'Adventure', 'Bound in Stockings', 'ML'),
(2680, 'Adventure', 'Babanin sucu', 'ML'),
(2681, 'Adventure', 'True Spirit', 'ML'),
(2682, 'Adventure', 'Poketto monsuta: Besutouisshu', 'ML'),
(2683, 'Adventure', 'Ambermoon', 'ML'),
(2684, 'Adventure', 'Gold of the Amazon Women', 'ML'),
(2685, 'Adventure', 'Stealing Hollywood', 'ML'),
(2686, 'Adventure', 'Batman Begins', 'ML'),
(2687, 'Adventure', 'Agapi grammeni me aima', 'ML'),
(2688, 'Adventure', 'Adventures of an Earthling', 'ML'),
(2689, 'Adventure', 'Dropping Like Flies', 'ML'),
(2690, 'Adventure', 'Lady Boss Means Business', 'ML'),
(2691, 'Adventure', 'The Adventure of Cohollyingwood Black Prince', 'ML'),
(2692, 'Adventure', 'The Sims: Bustin Out', 'ML'),
(2693, 'Adventure', 'Words Worth', 'ML'),
(2694, 'Adventure', 'Oath of Vengeance', 'ML'),
(2695, 'Adventure', 'Call of the Klondike', 'ML'),
(2696, 'Adventure', 'Magical Oberland', 'ML'),
(2697, 'Adventure', 'Saat Hindustani', 'ML'),
(2698, 'Adventure', 'Rab ember fiai', 'ML'),
(2699, 'Adventure', 'Dr. Oscuro', 'ML'),
(2700, 'Adventure', 'Live Bondage, Volume Four', 'ML'),
(2701, 'Adventure', 'El siete vidas', 'ML'),
(2702, 'Adventure', 'Brandy: Leather Laced & Locked', 'ML'),
(2703, 'Adventure', 'Mang nu jin jian', 'ML'),
(2704, 'Adventure', 'Pi li quan', 'ML'),
(2705, 'Adventure', 'Simon les nuages', 'ML'),
(2706, 'Adventure', 'Schastye moe', 'ML'),
(2707, 'Adventure', 'Cehennemde senlik var', 'ML'),
(2708, 'Adventure', 'King of the Bandits', 'ML'),
(2709, 'Adventure', 'For All Mankind', 'ML'),
(2710, 'Adventure', 'Man-Eater of Kumaon', 'ML'),
(2711, 'Adventure', 'Hinter Gittern 2', 'ML'),
(2712, 'Adventure', 'The Little Patriot', 'ML'),
(2713, 'Adventure', 'The Last Dinosaur', 'ML'),
(2714, 'Adventure', 'Maugli. Vozvrashchenie k lyudyam', 'ML'),
(2715, 'Adventure', 'Silaklar susmasin', 'ML'),
(2716, 'Adventure', 'Tarzan and the Great River', 'ML'),
(2717, 'Adventure', 'Creative Control', 'ML'),
(2718, 'Adventure', 'Spectacles', 'ML'),
(2719, 'Adventure', 'Escuela de campeones', 'ML'),
(2720, 'Adventure', 'Minutes to Midnite', 'ML'),
(2721, 'Adventure', 'Imagining Africa', 'ML'),
(2722, 'Adventure', 'Le triomphe de Michel Strogoff', 'ML'),
(2723, 'Adventure', 'Billie: Girl of the Future', 'ML'),
(2724, 'Adventure', 'Princ a chudas', 'ML'),
(2725, 'Adventure', 'Barbapapa autour du monde', 'ML'),
(2726, 'Adventure', 'Life of a Soda Can', 'ML'),
(2727, 'Adventure', 'Bloodrayne', 'ML'),
(2728, 'Adventure', 'Adouloti ratsa', 'ML'),
(2729, 'Adventure', 'X-Ray-Mona', 'ML'),
(2730, 'Adventure', 'Inglorious Bumblers', 'ML'),
(2731, 'Adventure', 'Sam and Max: Culture Shock', 'ML'),
(2732, 'Adventure', 'The Evil Eye of Kalinor', 'ML'),
(2733, 'Adventure', 'Freundschaft auf Zeit', 'ML'),
(2734, 'Adventure', 'Mongolian Death Worm', 'ML'),
(2735, 'Adventure', 'I topi grigi', 'ML'),
(2736, 'Adventure', 'Neveroyatnye priklyucheniya italyantsev v Rossii', 'ML'),
(2737, 'Adventure', 'Zagor', 'ML'),
(2738, 'Adventure', 'Gangbound', 'ML'),
(2739, 'Adventure', 'The Haggis-on-Whey World of Unbelievable Brilliance', 'ML'),
(2740, 'Adventure', 'Beyond the Summit', 'ML'),
(2741, 'Adventure', 'The Elder Scrolls II: Daggerfall', 'ML'),
(2742, 'Adventure', 'Green Jelly: Cereal Killer', 'ML'),
(2743, 'Adventure', 'Dirty Split', 'ML'),
(2744, 'Adventure', 'Justine: In the Heat of Passion', 'ML'),
(2745, 'Adventure', 'Sport Fishing Adventures', 'ML'),
(2746, 'Adventure', 'GMac Big Wave Attack: North Canyon', 'ML'),
(2747, 'Adventure', 'Full Moon Fever', 'ML'),
(2748, 'Adventure', 'Knightmare', 'ML'),
(2749, 'Adventure', 'La Tour, prends garde!', 'ML'),
(2750, 'Adventure', 'Day of the Witches', 'ML'),
(2751, 'Adventure', 'No mas muertes en la frontera', 'ML'),
(2752, 'Adventure', 'Ultima Underworld: The Stygian Abyss', 'ML'),
(2753, 'Adventure', 'The Resistance Map of Navarone', 'ML'),
(2754, 'Adventure', 'Buna', 'ML'),
(2755, 'Adventure', 'Dalton: Code of Vengeance II', 'ML'),
(2756, 'Adventure', 'Bors', 'ML'),
(2757, 'Adventure', 'The Legend of Pork Pie', 'ML'),
(2758, 'Adventure', 'The Dark Warrior', 'ML'),
(2759, 'Adventure', 'Paddle Pop Adventures 2: Journey Into the Kingdom', 'ML'),
(2760, 'Adventure', 'Meridiano X', 'ML'),
(2761, 'Adventure', 'Out Law', 'ML'),
(2762, 'Adventure', 'Female Bonding', 'ML'),
(2763, 'Adventure', 'Mink Liberation Front', 'ML'),
(2764, 'Adventure', 'Smogovci', 'ML'),
(2765, 'Adventure', 'Book It: Southern Style', 'ML'),
(2766, 'Adventure', 'Hogis Family ...eine total stachelige Angelegenheit', 'ML'),
(2767, 'Adventure', 'A Grand Day Out with Wallace and Gromit', 'ML'),
(2768, 'Adventure', 'Du bei dao wang', 'ML'),
(2769, 'Adventure', 'The Secret Ways', 'ML'),
(2770, 'Adventure', 'I giganti della Tessaglia', 'ML'),
(2771, 'Adventure', 'The Adventures of Young Indiana Jones: Travels with Father', 'ML'),
(2772, 'Adventure', '15 North', 'ML'),
(2773, 'Adventure', 'Si Prinsipe Abante at ang Lihim ng Ibong Adarna', 'ML'),
(2774, 'Adventure', 'Renegade', 'ML'),
(2775, 'Adventure', 'Perilous Professions', 'ML'),
(2776, 'Adventure', 'El enmascarado de plata', 'ML'),
(2777, 'Adventure', 'The Silver Lining: Episode 2 - Two Households', 'ML'),
(2778, 'Adventure', 'La vendetta di Spartacus', 'ML'),
(2779, 'Adventure', 'Wolf Call', 'ML'),
(2780, 'Adventure', 'A Great and Terrible Beauty', 'ML'),
(2781, 'Adventure', 'The Long Duel', 'ML'),
(2782, 'Adventure', 'Shen yong tu ji dui', 'ML'),
(2783, 'Adventure', 'La isla de Rarotonga', 'ML'),
(2784, 'Adventure', 'Fallout 2: A Post-Nuclear Role-Playing Game', 'ML'),
(2785, 'Adventure', 'Costume Party Peril', 'ML'),
(2786, 'Adventure', 'Pass the Parcel', 'ML'),
(2787, 'Adventure', 'Istanbul macerasi', 'ML'),
(2788, 'Adventure', 'Chips Challenge', 'ML'),
(2789, 'Adventure', 'Software Piracy', 'ML'),
(2790, 'Adventure', 'Life Is Good in Ak', 'ML'),
(2791, 'Adventure', 'Midnight Mysteries: The Edgar Allan Poe Conspiracy', 'ML'),
(2792, 'Adventure', 'Karaoglan - Camokanin intikami', 'ML'),
(2793, 'Adventure', 'Charter Pilot', 'ML'),
(2794, 'Adventure', 'El tesoro de Morgan', 'ML'),
(2795, 'Adventure', 'Colorado Front Range Cyclocross 2010', 'ML'),
(2796, 'Adventure', 'Slow Motion Addict', 'ML'),
(2797, 'Adventure', 'Titlee', 'ML'),
(2798, 'Adventure', 'Une histoire de brigands', 'ML'),
(2799, 'Adventure', 'Kid Crimson and the Bearded Wonder', 'ML'),
(2800, 'Adventure', 'Sobri, ponyvafilm', 'ML'),
(2801, 'Adventure', 'Love Wrecked', 'ML'),
(2802, 'Adventure', 'Secrets of the Pirates Inn', 'ML'),
(2803, 'Adventure', 'Cadillac Ranch', 'ML'),
(2804, 'Adventure', 'Xia zhong xia', 'ML'),
(2805, 'Adventure', 'Anji', 'ML'),
(2806, 'Adventure', 'The High and the Mighty', 'ML'),
(2807, 'Adventure', 'Barok Goes to Hong Kong', 'ML'),
(2808, 'Adventure', 'S pagonite na dyavola', 'ML'),
(2809, 'Adventure', 'Secret Submission', 'ML'),
(2810, 'Adventure', 'Hono no tokyuji Dodge Danpei', 'ML'),
(2811, 'Adventure', 'Untitled Treasure Hunt Project', 'ML'),
(2812, 'Adventure', 'E.T. the Extra-Terrestrial', 'ML'),
(2813, 'Adventure', 'Les doigts croches', 'ML'),
(2814, 'Adventure', 'Triple Summits', 'ML'),
(2815, 'Adventure', 'Bala de Plata', 'ML'),
(2816, 'Adventure', 'Dance for Your Daddy', 'ML'),
(2817, 'Adventure', 'Circle of Influence', 'ML'),
(2818, 'Adventure', 'Las momias de Guanajuato', 'ML'),
(2819, 'Adventure', 'La sombra de Cruz Diablo', 'ML'),
(2820, 'Adventure', 'Ships of Hate', 'ML'),
(2821, 'Adventure', 'The Adventures of Young Indiana Jones: Attack of the Hawkmen', 'ML'),
(2822, 'Adventure', 'Spy Game and Other Tales', 'ML'),
(2823, 'Adventure', 'Soldiers of Fortune', 'ML'),
(2824, 'Adventure', 'Custom of the Sea', 'ML'),
(2825, 'Adventure', 'Castel: India * Kashmir', 'ML'),
(2826, 'Adventure', 'A Tale of Honor and Glory', 'ML'),
(2827, 'Adventure', 'Land Beyond the Law', 'ML'),
(2828, 'Adventure', 'Bondage Confessional', 'ML'),
(2829, 'Adventure', 'A Proper Tea', 'ML'),
(2830, 'Adventure', 'Lanka Dahan', 'ML'),
(2831, 'Adventure', 'The Road to Nkunda', 'ML'),
(2832, 'Adventure', 'Wife Missing', 'ML'),
(2833, 'Adventure', 'To Tie and Be Tied', 'ML'),
(2834, 'Adventure', '3 Girls and the Golden Cocoon', 'ML'),
(2835, 'Adventure', 'Cultures - Das achte Weltwunder', 'ML'),
(2836, 'Adventure', 'My Side of the Mountain', 'ML'),
(2837, 'Adventure', 'China Corsair', 'ML'),
(2838, 'Adventure', 'We Made It!', 'ML'),
(2839, 'Adventure', 'Rosaleen Dhu', 'ML'),
(2840, 'Adventure', 'Ramblin Round', 'ML'),
(2841, 'Adventure', 'Dying for Franjibelle', 'ML'),
(2842, 'Adventure', 'Stranger Adventures: The Kings Parque', 'ML'),
(2843, 'Adventure', 'Mujin wakusei Survive', 'ML'),
(2844, 'Adventure', 'Love Potion 99', 'ML'),
(2845, 'Adventure', 'Point Blanc', 'ML'),
(2846, 'Adventure', 'Rogues Regiment', 'ML'),
(2847, 'Adventure', 'A Dogs Tale', 'ML'),
(2848, 'Adventure', 'The Snorks: A Concert for Creatures', 'ML'),
(2849, 'Adventure', 'Night People', 'ML'),
(2850, 'Adventure', 'Les mondes engloutis', 'ML'),
(2851, 'Adventure', 'Il segno del coyote', 'ML'),
(2852, 'Adventure', 'Rio 2', 'ML'),
(2853, 'Adventure', 'Volshebnik Izumrudnogo goroda', 'ML'),
(2854, 'Adventure', 'Discovery of Bodies', 'ML'),
(2855, 'Adventure', 'Welcome to Bondage', 'ML'),
(2856, 'Adventure', 'South of Northern Lights', 'ML'),
(2857, 'Adventure', 'Remolino', 'ML'),
(2858, 'Adventure', 'Revenge of the Stolen Stars', 'ML'),
(2859, 'Adventure', 'Gagged by Greed!', 'ML'),
(2860, 'Adventure', 'Jurassic Park: Prime Survival', 'ML'),
(2861, 'Adventure', 'Taking the Wrap: The Ultimate Mummification Tape', 'ML'),
(2862, 'Adventure', 'Homage to Heather', 'ML'),
(2863, 'Adventure', 'The World Wheel Journeys: One Womans Quest for Peace', 'ML'),
(2864, 'Adventure', 'Den vita stenen', 'ML'),
(2865, 'Adventure', 'Close Combat: A Bridge Too Far', 'ML'),
(2866, 'Adventure', 'The House of Terror', 'ML'),
(2867, 'Adventure', 'The Great Escapist', 'ML'),
(2868, 'Adventure', 'El ojo del tiburon', 'ML'),
(2869, 'Adventure', 'If Darla Had Modeled for Irving', 'ML'),
(2870, 'Adventure', 'Bound and Gagged Business Girls!', 'ML'),
(2871, 'Adventure', 'Petimata ot Mobi Dik', 'ML'),
(2872, 'Adventure', 'Night Express', 'ML'),
(2873, 'Adventure', 'Robby', 'ML'),
(2874, 'Adventure', 'Northeast of Seoul', 'ML'),
(2875, 'Adventure', 'Azurik: Rise of Perathia', 'ML'),
(2876, 'Adventure', 'Return to the Forest', 'ML'),
(2877, 'Adventure', 'Academy of Doom', 'ML'),
(2878, 'Adventure', 'Pirates of Tortuga', 'ML'),
(2879, 'Adventure', 'Memory Sculptor', 'ML'),
(2880, 'Adventure', 'Cest si bon', 'ML'),
(2881, 'Adventure', 'La canaglia di Parigi', 'ML'),
(2882, 'Adventure', 'Ma Lan fei ren', 'ML'),
(2883, 'Adventure', 'Spotlight America', 'ML'),
(2884, 'Adventure', 'Dont Cha Wish Your Girlfriend Was Hot Like Her?', 'ML'),
(2885, 'Adventure', 'Bratz Rock Angelz', 'ML'),
(2886, 'Adventure', 'The Hidden Spring', 'ML'),
(2887, 'Adventure', 'Dila mshvidobisa', 'ML'),
(2888, 'Adventure', 'Turrican II: The Final Fight', 'ML'),
(2889, 'Adventure', 'Spacehunter: Adventures in the Forbidden Zone', 'ML'),
(2890, 'Adventure', 'Railroad Tycoon 2', 'ML'),
(2891, 'Adventure', 'A God That No Longer Shelters', 'ML'),
(2892, 'Adventure', 'Karaoglan - Yesil ejder', 'ML'),
(2893, 'Adventure', 'Urban Chaos', 'ML'),
(2894, 'Adventure', 'Coming Home Alive', 'ML'),
(2895, 'Adventure', 'Thunder Chance', 'ML'),
(2896, 'Adventure', 'Wind on Water', 'ML'),
(2897, 'Adventure', 'Los piratas', 'ML'),
(2898, 'Adventure', 'Jewel Quest Mysteries: The Seventh Gate', 'ML'),
(2899, 'Adventure', 'El secreto de los 24 escalones', 'ML'),
(2900, 'Adventure', 'Cataclysmo and the Battle for Earth', 'ML'),
(2901, 'Adventure', 'California Fever', 'ML'),
(2902, 'Adventure', 'Look at My Naked Captive', 'ML'),
(2903, 'Adventure', 'Cassidys Darling Debut', 'ML'),
(2904, 'Adventure', 'Frei nach Mark Twain', 'ML'),
(2905, 'Adventure', 'Tarkan: Altin madalyon', 'ML'),
(2906, 'Adventure', 'Humans vs Zombies: A Documentary', 'ML'),
(2907, 'Adventure', 'Doragon kuesuto VIII: Sora no daichi to norowareshi himegimi', 'ML'),
(2908, 'Adventure', 'The Not-So-Great Escape', 'ML'),
(2909, 'Adventure', 'The Last Man Out', 'ML'),
(2910, 'Adventure', 'Zheng He xia xi yang', 'ML'),
(2911, 'Adventure', 'Voltereta', 'ML'),
(2912, 'Adventure', 'NZ Xpress', 'ML'),
(2913, 'Adventure', 'One Step at a Time', 'ML'),
(2914, 'Adventure', 'Mahabali Hanuman', 'ML'),
(2915, 'Adventure', 'Muerte Salvaje', 'ML'),
(2916, 'Adventure', 'Vanishing Point', 'ML'),
(2917, 'Adventure', 'Rogue Raiders', 'ML'),
(2918, 'Adventure', 'Cilali Ibo zoraki baba', 'ML'),
(2919, 'Adventure', 'Akihabara@Deep', 'ML'),
(2920, 'Adventure', 'Sports Reporter in a Bind', 'ML'),
(2921, 'Adventure', 'Hand Maid May', 'ML'),
(2922, 'Adventure', 'Lhomme de Rio', 'ML'),
(2923, 'Adventure', 'Pierre the Pickpocket', 'ML'),
(2924, 'Adventure', 'Ask ve tabanca', 'ML'),
(2925, 'Adventure', 'Solimano il conquistatore', 'ML'),
(2926, 'Adventure', 'Tian ya ke', 'ML'),
(2927, 'Adventure', 'Visual Bondage', 'ML'),
(2928, 'Adventure', 'Karanlikta kosanlar', 'ML'),
(2929, 'Adventure', 'Odin shans iz tysyachi', 'ML'),
(2930, 'Adventure', 'No Dice', 'ML'),
(2931, 'Adventure', 'Rangle River', 'ML'),
(2932, 'Adventure', 'The Adventures of Gorilla Bob: Bokato Attacks!', 'ML'),
(2933, 'Adventure', 'A Yank in Indo-China', 'ML'),
(2934, 'Adventure', 'Isabelles Boss', 'ML'),
(2935, 'Adventure', 'Ascending the Giants', 'ML'),
(2936, 'Adventure', 'La fuga', 'ML'),
(2937, 'Adventure', 'El hombre de Caracas', 'ML'),
(2938, 'Adventure', 'Sihirbazlar Krali Mandrake Killingin pesinde', 'ML'),
(2939, 'Adventure', 'Once Upon a Time in 1972', 'ML'),
(2940, 'Adventure', 'Silver Dollar', 'ML'),
(2941, 'Adventure', 'Jenni Czechs Triple Jeopardy', 'ML'),
(2942, 'Adventure', 'Tom Sawyer', 'ML'),
(2943, 'Adventure', 'Thibaud', 'ML'),
(2944, 'Adventure', 'Cuba and the Night', 'ML'),
(2945, 'Adventure', 'Survivor Ellada-Tourkia', 'ML'),
(2946, 'Adventure', 'Sahra', 'ML'),
(2947, 'Adventure', 'Bordertown', 'ML'),
(2948, 'Adventure', 'Virgin of the Secret Service', 'ML'),
(2949, 'Adventure', 'Till There Was You', 'ML'),
(2950, 'Adventure', 'James Bond 007: A View to a Kill', 'ML'),
(2951, 'Adventure', 'Native Boy', 'ML'),
(2952, 'Adventure', 'Star Wars: Rebel Assault II - the Hidden Empire', 'ML'),
(2953, 'Adventure', 'No Escape for Topless Captives', 'ML'),
(2954, 'Adventure', 'Atlantis: The Last Days of Kaptara', 'ML'),
(2955, 'Adventure', 'Elephant Tales', 'ML'),
(2956, 'Adventure', 'Forgotten City of the Planet of the Apes', 'ML'),
(2957, 'Adventure', 'Alina', 'ML'),
(2958, 'Adventure', 'Best of the Best: Without Warning', 'ML'),
(2959, 'Adventure', 'Sweet Sabrina Smartly Ensnared', 'ML'),
(2960, 'Adventure', 'Bo ming chan dao duo ming qiang', 'ML'),
(2961, 'Adventure', 'Phantasy Star II', 'ML'),
(2962, 'Adventure', 'Rock-a-bye Road Cinema Thrills', 'ML'),
(2963, 'Adventure', 'Gunsight Ridge', 'ML'),
(2964, 'Adventure', 'Snow Many Possibilities', 'ML'),
(2965, 'Adventure', 'La bestia negra', 'ML'),
(2966, 'Adventure', 'Robinsonekspedisjonen', 'ML'),
(2967, 'Adventure', 'Flint & Silver', 'ML'),
(2968, 'Adventure', 'Roommate for Sale and Other Tales', 'ML'),
(2969, 'Adventure', 'Um Diamante e Cinco Balas', 'ML'),
(2970, 'Adventure', 'Familiar Waters', 'ML'),
(2971, 'Adventure', 'Endurance Traveler', 'ML'),
(2972, 'Adventure', 'Dzhungli', 'ML'),
(2973, 'Adventure', '1724 Gibangnandongsageon', 'ML'),
(2974, 'Adventure', 'Indiana Joai: Elephant Cemetery', 'ML'),
(2975, 'Adventure', 'Man-Maid Bondage', 'ML'),
(2976, 'Adventure', 'Allahaismarladik katil', 'ML'),
(2977, 'Adventure', 'El ring y sus titanes', 'ML'),
(2978, 'Adventure', 'Uncas, el fin de una raza', 'ML'),
(2979, 'Adventure', 'Po sledu vlastelina', 'ML'),
(2980, 'Adventure', 'Tea for Three', 'ML'),
(2981, 'Adventure', 'Naked! Bound! Helpless!', 'ML'),
(2982, 'Adventure', 'Swift', 'ML'),
(2983, 'Adventure', '9:25. Przygoda jednej nocy', 'ML'),
(2984, 'Adventure', 'Sinanoglu', 'ML'),
(2985, 'Adventure', 'Finding Sandler', 'ML'),
(2986, 'Adventure', 'Leisure Suit Larry 4: The Case of the Missing Floppies', 'ML'),
(2987, 'Adventure', 'Paradise Walk', 'ML'),
(2988, 'Adventure', 'Bare Breasted Bondage', 'ML'),
(2989, 'Adventure', 'Jungsfeuer', 'ML'),
(2990, 'Adventure', 'Lets Shop', 'ML'),
(2991, 'Adventure', 'Fred op zee', 'ML'),
(2992, 'Adventure', 'The White Archer', 'ML'),
(2993, 'Adventure', 'Nuclear', 'ML'),
(2994, 'Adventure', 'Quack Pack', 'ML'),
(2995, 'Adventure', 'Garasu no kantai', 'ML'),
(2996, 'Adventure', 'Blackhawk: Fearless Champion of Freedom', 'ML'),
(2997, 'Adventure', 'Paddle to the Sea', 'ML'),
(2998, 'Adventure', 'Untracked', 'ML'),
(2999, 'Adventure', 'Mithra', 'ML'),
(3000, 'Adventure', 'Desert Killer', 'ML'),
(3001, 'Adventure', 'Love Stairs', 'ML'),
(3002, 'Adventure', 'Rugrats Go Wild', 'ML'),
(3003, 'Adventure', 'Into the Woods', 'ML'),
(3004, 'Adventure', 'Girls Kick Ass', 'ML'),
(3005, 'Adventure', 'Secret of Stamboul', 'ML'),
(3006, 'Adventure', 'Her Need for Speed', 'ML'),
(3007, 'Adventure', 'Enon varjo', 'ML'),
(3008, 'Adventure', 'The Windsurfing Movie', 'ML'),
(3009, 'Adventure', 'Meitantei Conan: Seiki matsu no majutsushi', 'ML'),
(3010, 'Adventure', 'I pirati della costa', 'ML'),
(3011, 'Adventure', 'Les aventures de Casanova', 'ML'),
(3012, 'Adventure', 'The Adventures of Moby Dick', 'ML'),
(3013, 'Adventure', 'The Search for Lorelei', 'ML'),
(3014, 'Adventure', 'Pan Samochodzik i praskie tajemnice', 'ML'),
(3015, 'Adventure', 'Tall Ship Chronicles', 'ML'),
(3016, 'Adventure', 'CosWorld 3', 'ML'),
(3017, 'Adventure', 'The Tom Swift and Linda Craig Mystery Hour', 'ML'),
(3018, 'Adventure', 'Brenno il nemico di Roma', 'ML'),
(3019, 'Adventure', 'Thomas en Senior op het spoor van Brute Berend', 'ML'),
(3020, 'Adventure', 'Panzer Dragoon Orta', 'ML'),
(3021, 'Adventure', 'Racing school', 'ML'),
(3022, 'Adventure', 'Bucking the Truth', 'ML'),
(3023, 'Adventure', 'Rockman X Command Mission', 'ML'),
(3024, 'Adventure', 'Heavens Rage', 'ML'),
(3025, 'Adventure', 'Alexander: Hero of Heroes', 'ML'),
(3026, 'Adventure', 'Toklat', 'ML'),
(3027, 'Adventure', 'Wrap-Happy Model Captors!', 'ML'),
(3028, 'Adventure', 'The Omega Code', 'ML'),
(3029, 'Adventure', 'Chloroform Adventures', 'ML'),
(3030, 'Adventure', 'California Adventure', 'ML'),
(3031, 'Adventure', 'Atash-e jonoob', 'ML'),
(3032, 'Adventure', 'Double Damsels', 'ML'),
(3033, 'Adventure', 'Search and Rescue', 'ML'),
(3034, 'Adventure', 'The Legend of Hells Gate: An American Conspiracy', 'ML'),
(3035, 'Adventure', 'Reporter in Peril', 'ML'),
(3036, 'Adventure', 'Chu Liu Xiang da jie ju', 'ML'),
(3037, 'Adventure', 'Rock and Roll Will Never Die, Act I: Judgment Daze', 'ML'),
(3038, 'Adventure', 'Hogtied Captives of Dangerous Diva', 'ML'),
(3039, 'Adventure', 'The Fighting Prince of Donegal', 'ML'),
(3040, 'Adventure', 'The Savage Wild', 'ML'),
(3041, 'Adventure', 'Password: Uccidete agente Gordon', 'ML'),
(3042, 'Adventure', 'Liza of Lambeth', 'ML'),
(3043, 'Adventure', 'If It Isnt Tight, It Isnt Right', 'ML'),
(3044, 'Adventure', 'The Camerons', 'ML'),
(3045, 'Adventure', 'Tie Me, Tie You', 'ML'),
(3046, 'Adventure', 'Flight of the Amazon Queen', 'ML'),
(3047, 'Adventure', 'Jax of Heart', 'ML'),
(3048, 'Adventure', 'Die Reiter von Padola', 'ML'),
(3049, 'Adventure', 'Zolotaya tsep', 'ML'),
(3050, 'Adventure', 'Talihsizler', 'ML'),
(3051, 'Adventure', 'Daglar bizimdir', 'ML'),
(3052, 'Adventure', 'Brandy: A Pile of Gags', 'ML'),
(3053, 'Adventure', 'Bando dos Quatro', 'ML'),
(3054, 'Adventure', 'Project Eternity', 'ML'),
(3055, 'Adventure', 'The Carpet from Bagdad', 'ML'),
(3056, 'Adventure', 'Simon the Sorcerer 3D', 'ML'),
(3057, 'Adventure', 'Pirates of the White Sand', 'ML'),
(3058, 'Adventure', 'EverQuest II: Rise of Kunark', 'ML'),
(3059, 'Adventure', 'Barefoot Beauties All Bound Up', 'ML'),
(3060, 'Adventure', 'Command & Conquer: Red Alert', 'ML'),
(3061, 'Adventure', 'Alone in the Wild: Aron Ralston', 'ML'),
(3062, 'Adventure', 'I Can Wrap You Like a Mummy', 'ML'),
(3063, 'Adventure', 'Il lupo dei mari', 'ML'),
(3064, 'Adventure', 'Playing with the Plumber', 'ML'),
(3065, 'Adventure', 'The Creators Game', 'ML'),
(3066, 'Adventure', 'Shirvanskaias danashauli', 'ML'),
(3067, 'Adventure', 'Shaft in Africa', 'ML'),
(3068, 'Adventure', 'To the Moon', 'ML'),
(3069, 'Adventure', 'The Return of the Riddle Rider', 'ML'),
(3070, 'Adventure', 'SpyHunter 2', 'ML'),
(3071, 'Adventure', 'Through the Magic Pyramid', 'ML'),
(3072, 'Adventure', 'Bijo to touzoku', 'ML'),
(3073, 'Adventure', 'Taku', 'ML'),
(3074, 'Adventure', 'Journey on the Wild Coast', 'ML'),
(3075, 'Adventure', 'Isko: Adventures in Animasia', 'ML'),
(3076, 'Adventure', 'Bound Feet & Gagged Faces', 'ML'),
(3077, 'Adventure', 'Digest the Second Movie', 'ML'),
(3078, 'Adventure', 'De Johnsons', 'ML'),
(3079, 'Adventure', 'Jan Mayen Ski and Sail Adventure', 'ML'),
(3080, 'Adventure', 'Adrenaline', 'ML'),
(3081, 'Adventure', 'Shocking Bondage Captivity for Sexy Execs!', 'ML'),
(3082, 'Adventure', 'Man vs. Wild', 'ML'),
(3083, 'Adventure', 'Billy Candies Revenge', 'ML'),
(3084, 'Adventure', 'O Brother, Where Art Thou?', 'ML'),
(3085, 'Adventure', 'Zork I: The Great Underground Empire', 'ML'),
(3086, 'Adventure', 'Throwdown Fishing', 'ML'),
(3087, 'Adventure', 'The Seventh Scene', 'ML'),
(3088, 'Adventure', 'Bliss!', 'ML'),
(3089, 'Adventure', 'The Snow Falcon 2', 'ML'),
(3090, 'Adventure', 'The Electric Kool-Aid Acid Test', 'ML'),
(3091, 'Adventure', 'The Kings of Appletown', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(3092, 'Adventure', 'Hardi Pardaillan!', 'ML'),
(3093, 'Adventure', 'Peace Child', 'ML'),
(3094, 'Adventure', 'Lady in the Iron Mask', 'ML'),
(3095, 'Adventure', 'Aventures dans le Grand Nord', 'ML'),
(3096, 'Adventure', 'Finding Francis', 'ML'),
(3097, 'Adventure', 'Manila Gold', 'ML'),
(3098, 'Adventure', 'Balls of Steel', 'ML'),
(3099, 'Adventure', 'The Young Jacobites', 'ML'),
(3100, 'Adventure', 'Red Ninja: End of Honor', 'ML'),
(3101, 'Adventure', 'The Lion, the Witch, & the Wardrobe', 'ML'),
(3102, 'Adventure', 'Angels Over Broadway', 'ML'),
(3103, 'Adventure', 'Wang shi si xia', 'ML'),
(3104, 'Adventure', 'The Crocodile Hunter: Collision Course', 'ML'),
(3105, 'Adventure', 'Attache ta tuque!', 'ML'),
(3106, 'Adventure', 'Donato Akakdang bato', 'ML'),
(3107, 'Adventure', 'Three Bullets... for a Long Gun', 'ML'),
(3108, 'Adventure', 'Konforlu Necla', 'ML'),
(3109, 'Adventure', 'Kenkyaku Ibunroku yomigaerishi soukou no yaiba samurai spirits shinshou', 'ML'),
(3110, 'Adventure', 'Candleshoe', 'ML'),
(3111, 'Adventure', 'Cloak and Gag Er', 'ML'),
(3112, 'Adventure', 'Cerebral Print: The Secret Files', 'ML'),
(3113, 'Adventure', 'Morir mil muertes', 'ML'),
(3114, 'Adventure', 'Land of Lost Things', 'ML'),
(3115, 'Adventure', 'A Journey to Calnali', 'ML'),
(3116, 'Adventure', '007: Nightfire', 'ML'),
(3117, 'Adventure', 'Ceville', 'ML'),
(3118, 'Adventure', 'Eve Ellis: Equestrienne', 'ML'),
(3119, 'Adventure', 'Bee Movie Game', 'ML'),
(3120, 'Adventure', 'Unique ID', 'ML'),
(3121, 'Adventure', 'Shipwrecked II', 'ML'),
(3122, 'Adventure', 'Girls Wrap Girls', 'ML'),
(3123, 'Adventure', 'Back to Saint-Tropez', 'ML'),
(3124, 'Adventure', 'Guns, Hookers & a Pound of Coke', 'ML'),
(3125, 'Adventure', 'Valente Quintero', 'ML'),
(3126, 'Adventure', 'Air Derby Classic', 'ML'),
(3127, 'Adventure', 'Shaitan Mujrim', 'ML'),
(3128, 'Adventure', 'Spider-Man: Mysterios Menace', 'ML'),
(3129, 'Adventure', 'Blowback 2', 'ML'),
(3130, 'Adventure', 'Pegando no Tranco', 'ML'),
(3131, 'Adventure', 'Costumed Heroines in a Bind', 'ML'),
(3132, 'Adventure', 'La route de lOuest', 'ML'),
(3133, 'Adventure', 'Costume Bondage Masquerade', 'ML'),
(3134, 'Adventure', 'Take Me Away Fast', 'ML'),
(3135, 'Adventure', 'Dialog', 'ML'),
(3136, 'Adventure', 'K2', 'ML'),
(3137, 'Adventure', 'Robin Hood, linvincibile arciere', 'ML'),
(3138, 'Adventure', 'Die unfreiwilligen Reisen des Moritz August Benjowski', 'ML'),
(3139, 'Adventure', 'Skatergirl', 'ML'),
(3140, 'Adventure', 'Da li xiao shui shou', 'ML'),
(3141, 'Adventure', 'Tangier Cop', 'ML'),
(3142, 'Adventure', 'TKKG 8 - Das geheimnisvolle Testament', 'ML'),
(3143, 'Adventure', 'The Vultures Prey', 'ML'),
(3144, 'Adventure', 'The Garage Hoppers', 'ML'),
(3145, 'Adventure', 'Carl Mays Adventures: The Blood Brothers', 'ML'),
(3146, 'Adventure', 'Katy, la oruga', 'ML'),
(3147, 'Adventure', 'Blazing Barriers', 'ML'),
(3148, 'Adventure', 'Adventure Pinball: Forgotten Island', 'ML'),
(3149, 'Adventure', 'Xuxa e o Tesouro da Cidade Perdida', 'ML'),
(3150, 'Adventure', 'St. Ives', 'ML'),
(3151, 'Adventure', 'The Bay of St. Michel', 'ML'),
(3152, 'Adventure', 'Kamoyi verjin skhranqe', 'ML'),
(3153, 'Adventure', 'AKA: Bound', 'ML'),
(3154, 'Adventure', 'Lultimo squalo', 'ML'),
(3155, 'Adventure', 'Madagascar', 'ML'),
(3156, 'Adventure', '102 Dalmatians: Puppies to the Rescue', 'ML'),
(3157, 'Adventure', 'Silahina sarilan adam', 'ML'),
(3158, 'Adventure', 'Marios Picross', 'ML'),
(3159, 'Adventure', 'Le paradis de Satan', 'ML'),
(3160, 'Adventure', 'Adventures of Captain Kettle', 'ML'),
(3161, 'Adventure', 'Heart of the Rio Grande', 'ML'),
(3162, 'Adventure', 'Odisseya Kapitana Blada', 'ML'),
(3163, 'Adventure', 'Where in Europe Is Carmen Sandiego?', 'ML'),
(3164, 'Adventure', 'Il tesoro di Damasco', 'ML'),
(3165, 'Adventure', 'A Kid in Aladdins Palace', 'ML'),
(3166, 'Adventure', 'El viaje de Teo', 'ML'),
(3167, 'Adventure', 'Ultimo mondo cannibale', 'ML'),
(3168, 'Adventure', 'Mtsvervali', 'ML'),
(3169, 'Adventure', 'Wind Girl', 'ML'),
(3170, 'Adventure', 'The Secret of St. Ives', 'ML'),
(3171, 'Adventure', 'Die Abenteuer eines Ermordeten - 2. Der Smaragd des Badjah von Panlanzur', 'ML'),
(3172, 'Adventure', 'Postcards from Lahore', 'ML'),
(3173, 'Adventure', 'White Slippers', 'ML'),
(3174, 'Adventure', 'Le cavalier noir', 'ML'),
(3175, 'Adventure', 'El Zorro', 'ML'),
(3176, 'Adventure', 'Home Care', 'ML'),
(3177, 'Adventure', 'El tesoro de Chucho el Roto', 'ML'),
(3178, 'Adventure', 'Affedimeyenler', 'ML'),
(3179, 'Adventure', 'Kampf um Rom II - Der Verrat', 'ML'),
(3180, 'Adventure', 'El cometa', 'ML'),
(3181, 'Adventure', 'Big Trouble for Costumed Beauties', 'ML'),
(3182, 'Adventure', 'Perilous Journeys', 'ML'),
(3183, 'Adventure', 'Tony Tough and the Night of Roasted Moths', 'ML'),
(3184, 'Adventure', 'Vincennes', 'ML'),
(3185, 'Adventure', 'Ocean Hunters Extreme', 'ML'),
(3186, 'Adventure', 'Best. Trip. Ever.', 'ML'),
(3187, 'Adventure', 'From the Westbahnhof', 'ML'),
(3188, 'Adventure', 'Ships of the Night', 'ML'),
(3189, 'Adventure', 'Year of the Comet', 'ML'),
(3190, 'Adventure', 'Undiscovered Winter', 'ML'),
(3191, 'Adventure', 'Kiddy Grade: Ignition', 'ML'),
(3192, 'Adventure', 'Youma Ninpou Chou', 'ML'),
(3193, 'Adventure', 'Naked Girls Resist Rope Restraint!', 'ML'),
(3194, 'Adventure', 'El hijo de Juan Charrasquedo', 'ML'),
(3195, 'Adventure', 'Kanikuly strogogo rezhima', 'ML'),
(3196, 'Adventure', 'Mega Man: Dr. Wilys Revenge', 'ML'),
(3197, 'Adventure', 'Barakuda', 'ML'),
(3198, 'Adventure', 'Active Stealth', 'ML'),
(3199, 'Adventure', 'The Red Chalk', 'ML'),
(3200, 'Adventure', 'The Boy Who Talked to Badgers', 'ML'),
(3201, 'Adventure', 'El rey de Sierra Morena', 'ML'),
(3202, 'Adventure', 'Mark of the Gorilla', 'ML'),
(3203, 'Adventure', 'El hombre que vino del odio', 'ML'),
(3204, 'Adventure', 'Zwischen Hamburg und Haiti', 'ML'),
(3205, 'Adventure', 'Azel: Panzer Dragoon RPG', 'ML'),
(3206, 'Adventure', 'Narok', 'ML'),
(3207, 'Adventure', 'Tortoise and Hippo', 'ML'),
(3208, 'Adventure', 'Cowboy Bebop', 'ML'),
(3209, 'Adventure', 'Dangerous Divas Bound and Gagged Nudes', 'ML'),
(3210, 'Adventure', 'Les jumeaux du bout du monde', 'ML'),
(3211, 'Adventure', 'Across the Ice: The Greenland Victory March', 'ML'),
(3212, 'Adventure', 'Cilali Ibo casuslar arasinda', 'ML'),
(3213, 'Adventure', 'Believe the Magic', 'ML'),
(3214, 'Adventure', 'Un certain dimanche', 'ML'),
(3215, 'Adventure', 'Maciste contro i Mongoli', 'ML'),
(3216, 'Adventure', 'A Mexican Warrior', 'ML'),
(3217, 'Adventure', 'Les trafiquants de la mer', 'ML'),
(3218, 'Adventure', 'Ce Soir Il Conclut', 'ML'),
(3219, 'Adventure', 'Whispers in the Wind', 'ML'),
(3220, 'Adventure', 'Beyond Nevermore: The Ballad of Jefferson Waller', 'ML'),
(3221, 'Adventure', 'Rope Magic', 'ML'),
(3222, 'Adventure', 'Climbing Great Buildings', 'ML'),
(3223, 'Adventure', 'Diana and the Demon Hunter', 'ML'),
(3224, 'Adventure', 'Bharosa', 'ML'),
(3225, 'Adventure', 'Ace Drummond', 'ML'),
(3226, 'Adventure', 'Mutiny Ahead', 'ML'),
(3227, 'Adventure', 'Tak 3: The Great Juju Challenge', 'ML'),
(3228, 'Adventure', 'Kennys Ladies', 'ML'),
(3229, 'Adventure', 'The Adventures of Andy Clark', 'ML'),
(3230, 'Adventure', 'Old Surehand', 'ML'),
(3231, 'Adventure', 'Erik the Viking', 'ML'),
(3232, 'Adventure', 'Relative', 'ML'),
(3233, 'Adventure', 'Man Friday', 'ML'),
(3234, 'Adventure', 'The Old Man and the Sea', 'ML'),
(3235, 'Adventure', 'Real Bondage', 'ML'),
(3236, 'Adventure', 'The Wife of Monte Cristo', 'ML'),
(3237, 'Adventure', 'Die Hosen des Ritters Bredow', 'ML'),
(3238, 'Adventure', 'Project Altered Beast', 'ML'),
(3239, 'Adventure', 'Trapped in Time 3D!', 'ML'),
(3240, 'Adventure', 'Bitter Jester', 'ML'),
(3241, 'Adventure', 'The Longest Way', 'ML'),
(3242, 'Adventure', 'Humilitating Bondage for Office Heroines', 'ML'),
(3243, 'Adventure', 'Il decamerone nero', 'ML'),
(3244, 'Adventure', 'Amber', 'ML'),
(3245, 'Adventure', 'Mountain Lying Down', 'ML'),
(3246, 'Adventure', 'Tales of the Red Caboose', 'ML'),
(3247, 'Adventure', 'Altar', 'ML'),
(3248, 'Adventure', 'Scarf Jack', 'ML'),
(3249, 'Adventure', 'The Story of Doctor Who', 'ML'),
(3250, 'Adventure', 'Relic Hunter', 'ML'),
(3251, 'Adventure', 'Come rubare un quintale di diamanti in Russia', 'ML'),
(3252, 'Adventure', 'Tana a Dva Pistolnici', 'ML'),
(3253, 'Adventure', 'La tigre venuta dal fiume Kwai', 'ML'),
(3254, 'Adventure', 'Eight Cylinder Love', 'ML'),
(3255, 'Adventure', 'Change Machine', 'ML'),
(3256, 'Adventure', 'CR: Back to the Future', 'ML'),
(3257, 'Adventure', 'Roar of the Wild', 'ML'),
(3258, 'Adventure', 'Upper Truckee Wild and Scenic', 'ML'),
(3259, 'Adventure', 'A Tale of Two Kingdoms', 'ML'),
(3260, 'Adventure', 'Quake Quake Shit', 'ML'),
(3261, 'Adventure', 'Gagged and Bound Nudes', 'ML'),
(3262, 'Adventure', 'The Sea Hornet', 'ML'),
(3263, 'Adventure', 'The Boy Scout', 'ML'),
(3264, 'Adventure', 'Poznan 56', 'ML'),
(3265, 'Adventure', 'The Jensen Code', 'ML'),
(3266, 'Adventure', 'Ikenie no yoru', 'ML'),
(3267, 'Adventure', 'Hostile Holiday Hostages', 'ML'),
(3268, 'Adventure', 'Asi kabadayi', 'ML'),
(3269, 'Adventure', 'O Saci', 'ML'),
(3270, 'Adventure', 'Rani', 'ML'),
(3271, 'Adventure', 'An Immortal Tale', 'ML'),
(3272, 'Adventure', 'Fire Down Below', 'ML'),
(3273, 'Adventure', 'Kazachya byl', 'ML'),
(3274, 'Adventure', 'Star Trek: The Next Generation - A XXX Parody', 'ML'),
(3275, 'Adventure', 'Laughter Fills the Air', 'ML'),
(3276, 'Adventure', 'Iron Storm', 'ML'),
(3277, 'Adventure', 'Estambul 65', 'ML'),
(3278, 'Adventure', 'Yat gim ching', 'ML'),
(3279, 'Adventure', 'Busted: Christmas for Everyone', 'ML'),
(3280, 'Adventure', 'Dressing Room Domination', 'ML'),
(3281, 'Adventure', 'An American Gentleman', 'ML'),
(3282, 'Adventure', 'Kodiak', 'ML'),
(3283, 'Adventure', 'Diegos Moonlight Rescue', 'ML'),
(3284, 'Adventure', 'De Schaduw van Bonifatius', 'ML'),
(3285, 'Adventure', 'Olentzero eta Oparien Ordua', 'ML'),
(3286, 'Adventure', 'Der Flug um den Erdball, 1. Teil - Paris bis Ceylon', 'ML'),
(3287, 'Adventure', 'Les globe-trotters', 'ML'),
(3288, 'Adventure', 'Predicaments 3: Nerve Endings', 'ML'),
(3289, 'Adventure', 'Efelerin efesi', 'ML'),
(3290, 'Adventure', 'Hollywood Bondage Vacation: Part 2', 'ML'),
(3291, 'Adventure', 'A Long Haul', 'ML'),
(3292, 'Adventure', 'Sliders', 'ML'),
(3293, 'Adventure', 'Castle of Owl', 'ML'),
(3294, 'Adventure', 'Cristallo di rocca', 'ML'),
(3295, 'Adventure', 'Malicias Predicament', 'ML'),
(3296, 'Adventure', 'Operatsiya Trest', 'ML'),
(3297, 'Adventure', 'The Day the World Stopped', 'ML'),
(3298, 'Adventure', 'Top Chef Romania', 'ML'),
(3299, 'Adventure', 'From B Movie to Cult Film: Horror Film', 'ML'),
(3300, 'Adventure', 'Surprise: Youre Helpless', 'ML'),
(3301, 'Adventure', 'Sansonette amazzone dellaria', 'ML'),
(3302, 'Adventure', 'Blondes, Brunettes and Redheads', 'ML'),
(3303, 'Adventure', 'The Big One', 'ML'),
(3304, 'Adventure', 'The Sea Hound', 'ML'),
(3305, 'Adventure', 'Dai tozoku', 'ML'),
(3306, 'Adventure', 'The Bravo Duke', 'ML'),
(3307, 'Adventure', 'Pa shan hu', 'ML'),
(3308, 'Adventure', 'Arsena Kachagi', 'ML'),
(3309, 'Adventure', 'Destination Extreme', 'ML'),
(3310, 'Adventure', 'The Chipmunk Adventure', 'ML'),
(3311, 'Adventure', 'Sonic to himitsu no ringu', 'ML'),
(3312, 'Adventure', 'The Lempke Brothers', 'ML'),
(3313, 'Adventure', 'Open Wide & Say Mmph!', 'ML'),
(3314, 'Adventure', '4D Ontario', 'ML'),
(3315, 'Adventure', 'Joanna Francesa', 'ML'),
(3316, 'Adventure', 'The Brute Breaker', 'ML'),
(3317, 'Adventure', 'The Great Battles of Alexander', 'ML'),
(3318, 'Adventure', 'Banners Angels', 'ML'),
(3319, 'Adventure', 'Costume Bondage Conflicts!', 'ML'),
(3320, 'Adventure', 'Thrillmasters: Behind Enemy Lines', 'ML'),
(3321, 'Adventure', 'San shi liu jian shou', 'ML'),
(3322, 'Adventure', 'Beautiful Wave', 'ML'),
(3323, 'Adventure', 'Braving Alaska', 'ML'),
(3324, 'Adventure', 'Marley Africa Roadtrip', 'ML'),
(3325, 'Adventure', 'Crossed Signals', 'ML'),
(3326, 'Adventure', 'Vuelve Pancho Villa', 'ML'),
(3327, 'Adventure', 'Walking the Kings High Ways', 'ML'),
(3328, 'Adventure', 'Tomb Raider: Underworld', 'ML'),
(3329, 'Adventure', 'Riusciranno i nostri eroi a ritrovare lamico misteriosamente scomparso in Africa?', 'ML'),
(3330, 'Adventure', 'Chyornaya chayka', 'ML'),
(3331, 'Adventure', '1906', 'ML'),
(3332, 'Adventure', 'The Weightless Traveler', 'ML'),
(3333, 'Adventure', 'Ninja Blade', 'ML'),
(3334, 'Adventure', 'Perilous Plight of Bound and Gagged Beauties!', 'ML'),
(3335, 'Adventure', 'The Karate Killers', 'ML'),
(3336, 'Adventure', 'Een spannend avontuur van Clown Bassie: De speurtocht naar Charly', 'ML'),
(3337, 'Adventure', 'Hombres del aire', 'ML'),
(3338, 'Adventure', 'The Second Ending', 'ML'),
(3339, 'Adventure', 'Damsels in Bondage 9', 'ML'),
(3340, 'Adventure', 'Romancing SaGa 2', 'ML'),
(3341, 'Adventure', 'Sexy Secretaries Struggle and Squeal', 'ML'),
(3342, 'Adventure', 'Descent Into Bondage', 'ML'),
(3343, 'Adventure', 'Sjors en Sjimmie in het Land der Reuzen', 'ML'),
(3344, 'Adventure', 'Max Steel Camp', 'ML'),
(3345, 'Adventure', 'The Great Gamble', 'ML'),
(3346, 'Adventure', 'The Troubled Production of PRK and the Weasel King', 'ML'),
(3347, 'Adventure', 'When Scouting Won', 'ML'),
(3348, 'Adventure', 'Nu xia mai ren tou', 'ML'),
(3349, 'Adventure', 'Alone in the Dark', 'ML'),
(3350, 'Adventure', 'Ram Vanwas', 'ML'),
(3351, 'Adventure', 'Ball Gagged and Barefoot', 'ML'),
(3352, 'Adventure', 'Untitled Ben 10 Project', 'ML'),
(3353, 'Adventure', 'Super Stacy', 'ML'),
(3354, 'Adventure', 'Shes Trapped in Tape!', 'ML'),
(3355, 'Adventure', 'A Dogs Day Afternoon', 'ML'),
(3356, 'Adventure', 'Hayalet', 'ML'),
(3357, 'Adventure', 'Il boia di Venezia', 'ML'),
(3358, 'Adventure', 'The Black Watch', 'ML'),
(3359, 'Adventure', 'Driving Sports', 'ML'),
(3360, 'Adventure', 'Sampo', 'ML'),
(3361, 'Adventure', 'Cobra Woman', 'ML'),
(3362, 'Adventure', 'Emerarudo doragon', 'ML'),
(3363, 'Adventure', 'The Forever Tree', 'ML'),
(3364, 'Adventure', 'Armengola', 'ML'),
(3365, 'Adventure', 'The Way', 'ML'),
(3366, 'Adventure', 'Banners Bondagettes', 'ML'),
(3367, 'Adventure', 'Hit and Run History: The Columbia Expedition Summer Shorts', 'ML'),
(3368, 'Adventure', 'Sandokan in Sicilia', 'ML'),
(3369, 'Adventure', 'Nu biao shi', 'ML'),
(3370, 'Adventure', 'Suns kurs prata dziedat', 'ML'),
(3371, 'Adventure', 'DArtacan y los tres mosqueperros', 'ML'),
(3372, 'Adventure', 'Chercheurs dor', 'ML'),
(3373, 'Adventure', 'Naked Bondage Prisoners!', 'ML'),
(3374, 'Adventure', 'Sonic Advance', 'ML'),
(3375, 'Adventure', 'Sinbad: Legend of the Seven Seas', 'ML'),
(3376, 'Adventure', 'En Swasa Katre', 'ML'),
(3377, 'Adventure', 'Local Soul', 'ML'),
(3378, 'Adventure', 'Demon Attack', 'ML'),
(3379, 'Adventure', 'Hassel Unleashed', 'ML'),
(3380, 'Adventure', 'Shaolin Legend Live', 'ML'),
(3381, 'Adventure', 'A la caza del tesoro', 'ML'),
(3382, 'Adventure', 'Butch Cassidy and the Sundance Kid', 'ML'),
(3383, 'Adventure', 'Minty: The Assassin', 'ML'),
(3384, 'Adventure', 'Public Emily', 'ML'),
(3385, 'Adventure', 'La tigre dei sette mari', 'ML'),
(3386, 'Adventure', 'Terms of Employment', 'ML'),
(3387, 'Adventure', 'A Kid in King Arthurs Court', 'ML'),
(3388, 'Adventure', 'Umi no kingyo', 'ML'),
(3389, 'Adventure', 'Sternensommer', 'ML'),
(3390, 'Adventure', 'College Road Trip', 'ML'),
(3391, 'Adventure', 'Battle of the Superheroines', 'ML'),
(3392, 'Adventure', 'About Those Two...', 'ML'),
(3393, 'Adventure', 'Man-Eater', 'ML'),
(3394, 'Adventure', 'Miracle in the Wilderness', 'ML'),
(3395, 'Adventure', 'Wheels of Fire', 'ML'),
(3396, 'Adventure', 'The Kings Guard', 'ML'),
(3397, 'Adventure', 'Angry Birds Rio', 'ML'),
(3398, 'Adventure', 'Rapid Exchange', 'ML'),
(3399, 'Adventure', 'Aventuras Vascas', 'ML'),
(3400, 'Adventure', 'Shandra: The Jungle Girl', 'ML'),
(3401, 'Adventure', 'Le chevalier dHarmental', 'ML'),
(3402, 'Adventure', 'Taking Flight', 'ML'),
(3403, 'Adventure', 'Kiss of Fire', 'ML'),
(3404, 'Adventure', 'Mashehu Totali', 'ML'),
(3405, 'Adventure', 'Pagbabalik ng Panday', 'ML'),
(3406, 'Adventure', 'La palomilla al rescate', 'ML'),
(3407, 'Adventure', 'Highlander: The Last of the MacLeods', 'ML'),
(3408, 'Adventure', 'La feria de las flores', 'ML'),
(3409, 'Adventure', 'Uganda Man', 'ML'),
(3410, 'Adventure', 'Dantes Inferno 1906 San Francisco.', 'ML'),
(3411, 'Adventure', 'Agi Murad il diavolo bianco', 'ML'),
(3412, 'Adventure', 'Way of Life', 'ML'),
(3413, 'Adventure', 'Somewhere in Arizona', 'ML'),
(3414, 'Adventure', 'Master Mosquiton', 'ML'),
(3415, 'Adventure', 'Lord of the Flies', 'ML'),
(3416, 'Adventure', 'Tickle Mania', 'ML'),
(3417, 'Adventure', 'Destination Gobi', 'ML'),
(3418, 'Adventure', 'Where the Yellowstone Goes', 'ML'),
(3419, 'Adventure', 'Yume Tairiku adobencha', 'ML'),
(3420, 'Adventure', 'Young Wild West on the Border', 'ML'),
(3421, 'Adventure', 'Echo Ranch', 'ML'),
(3422, 'Adventure', 'BeyWheelz', 'ML'),
(3423, 'Adventure', 'Flashpoint Africa', 'ML'),
(3424, 'Adventure', 'Les diamants de Palinos', 'ML'),
(3425, 'Adventure', 'Doctor Who: Evacuation Earth', 'ML'),
(3426, 'Adventure', 'Shadow of the Bear', 'ML'),
(3427, 'Adventure', 'Jamaica Inn', 'ML'),
(3428, 'Adventure', 'Auf Achse', 'ML'),
(3429, 'Adventure', 'The Seventh Scroll', 'ML'),
(3430, 'Adventure', 'Ikisi de cesurdu', 'ML'),
(3431, 'Adventure', 'Casey of the Coast Guard', 'ML'),
(3432, 'Adventure', 'Magi', 'ML'),
(3433, 'Adventure', 'Dzentzaghikner yev Edelveysner', 'ML'),
(3434, 'Adventure', 'Ashanti', 'ML'),
(3435, 'Adventure', 'Invisible Kids', 'ML'),
(3436, 'Adventure', 'The Mysterious Pearl', 'ML'),
(3438, 'Adventure', 'Billy & Chuck', 'ML'),
(3439, 'Adventure', '3D Frog Man', 'ML'),
(3440, 'Adventure', 'Celebrity Liam Stone and Bella the Movie Dog Candid Travels', 'ML'),
(3441, 'Adventure', 'Oldworld', 'ML'),
(3442, 'Adventure', 'The Doll Project', 'ML'),
(3443, 'Adventure', 'Kung Fu Exorcist', 'ML'),
(3444, 'Adventure', 'Lighter on the Planet', 'ML'),
(3445, 'Adventure', 'KKND2: Krossfire', 'ML'),
(3446, 'Adventure', 'New Girls in Bare Skinned Bondage', 'ML'),
(3447, 'Adventure', 'Damsels in Bondage 6', 'ML'),
(3448, 'Adventure', 'Freedom Planet', 'ML'),
(3449, 'Adventure', 'The Crimson Mask: Directors Cut', 'ML'),
(3450, 'Adventure', 'Davy Crockett, Indian Scout', 'ML'),
(3451, 'Adventure', 'This Can Grow on You', 'ML'),
(3452, 'Adventure', 'Untitled Matt Cirulnick/McG Project', 'ML'),
(3453, 'Adventure', 'Land of No Return', 'ML'),
(3454, 'Adventure', 'La congiura dei dieci', 'ML'),
(3455, 'Adventure', 'The Homerun', 'ML'),
(3456, 'Adventure', 'The Sunshine Shop', 'ML'),
(3457, 'Adventure', 'The Wedding Race', 'ML'),
(3458, 'Adventure', 'Creature Tech', 'ML'),
(3459, 'Adventure', 'Silahlar affetmez', 'ML'),
(3460, 'Adventure', 'Crossway', 'ML'),
(3461, 'Adventure', 'Novacorp', 'ML'),
(3462, 'Adventure', 'The Favorite Models of Simone Devon', 'ML'),
(3463, 'Adventure', 'Secret of the Incas', 'ML'),
(3464, 'Adventure', 'East of Sumatra', 'ML'),
(3465, 'Adventure', 'The Dark Knight Project', 'ML'),
(3466, 'Adventure', 'Katiller', 'ML'),
(3467, 'Adventure', 'Harmonys Jewell', 'ML'),
(3468, 'Adventure', 'Hands of a Murderer', 'ML'),
(3469, 'Adventure', 'The Adventure Hunter', 'ML'),
(3471, 'Adventure', 'Pathways to Peril!', 'ML'),
(3472, 'Adventure', 'The Royal Knowledge', 'ML'),
(3473, 'Adventure', 'Northwest Adventure', 'ML'),
(3474, 'Adventure', 'La diosa salvaje', 'ML'),
(3475, 'Adventure', 'Abbys Groovy Getaways', 'ML'),
(3476, 'Adventure', 'Thieves of Baghdad', 'ML'),
(3477, 'Adventure', 'Patima', 'ML'),
(3478, 'Adventure', 'Na srebrnym globie', 'ML'),
(3479, 'Adventure', 'Ikland', 'ML'),
(3480, 'Adventure', 'Isle of Sunken Gold', 'ML'),
(3481, 'Adventure', 'Die Liebesbriefe einer portugiesischen Nonne', 'ML'),
(3482, 'Adventure', 'Oscar Night', 'ML'),
(3483, 'Adventure', 'Dans ma peau ou Les principes secrets', 'ML'),
(3484, 'Adventure', 'Apocalypse, CA', 'ML'),
(3485, 'Adventure', 'Naked Girls Are Bound to Be Fondled', 'ML'),
(3486, 'Adventure', 'Adventure in Iraq', 'ML'),
(3487, 'Adventure', 'Buddha Eyes', 'ML'),
(3488, 'Adventure', 'Insects from Hell', 'ML'),
(3489, 'Adventure', 'Sagarana, o Duelo', 'ML'),
(3490, 'Adventure', 'Saturday Morning Bondage', 'ML'),
(3491, 'Adventure', 'Scarab of Ra', 'ML'),
(3492, 'Adventure', 'Whisper Island', 'ML'),
(3493, 'Adventure', 'Bongshin Bang', 'ML'),
(3494, 'Adventure', 'Ferocious Planet', 'ML'),
(3495, 'Adventure', 'High Sierra: A Journey on the John Muir Trail', 'ML'),
(3496, 'Adventure', 'Oro per i Cesari', 'ML'),
(3497, 'Adventure', 'La gran aventura del Zorro', 'ML'),
(3498, 'Adventure', 'Bear Grylls Wild Weekends', 'ML'),
(3499, 'Adventure', 'The Lost Gold of Khan', 'ML'),
(3500, 'Adventure', 'Heroines in Jeopardy!', 'ML'),
(3501, 'Adventure', 'Sentinel 2099', 'ML'),
(3502, 'Adventure', 'Indoor/Outdoor Klaw', 'ML'),
(3503, 'Adventure', 'Severed Ways: The Norse Discovery of America', 'ML'),
(3504, 'Adventure', 'Patrician III', 'ML'),
(3505, 'Adventure', 'Mean Girls Tickle Torment', 'ML'),
(3506, 'Adventure', 'Civilization II', 'ML'),
(3507, 'Adventure', 'Struggle Pretty Captive', 'ML'),
(3508, 'Adventure', 'Speargun Hunter', 'ML'),
(3509, 'Adventure', 'The Surrender Syndrome', 'ML'),
(3510, 'Adventure', 'Onimusha 2', 'ML'),
(3511, 'Adventure', 'Hogtied Businesswomen!', 'ML'),
(3512, 'Adventure', 'Pull It Tighter', 'ML'),
(3513, 'Adventure', 'Dangerous Divas Dastardly Deeds', 'ML'),
(3514, 'Adventure', 'Mortal Kombat: Special Forces', 'ML'),
(3515, 'Adventure', 'Liane, die Tochter des Dschungels', 'ML'),
(3516, 'Adventure', 'El Mina Jebel Serj a Mysterious World', 'ML'),
(3517, 'Adventure', 'Musashiden II: Blade Master', 'ML'),
(3518, 'Adventure', 'The Voyagers', 'ML'),
(3519, 'Adventure', 'Chto skazal pokoynik', 'ML'),
(3520, 'Adventure', 'Kizil tehlike', 'ML'),
(3521, 'Adventure', 'Gas House Kids Go West', 'ML'),
(3522, 'Adventure', 'Planet X: The Frozen Moon', 'ML'),
(3523, 'Adventure', 'Maria Bonita', 'ML'),
(3524, 'Adventure', 'Pirates!', 'ML'),
(3525, 'Adventure', 'Luxor', 'ML'),
(3526, 'Adventure', 'Pi li long quan', 'ML'),
(3527, 'Adventure', 'Dancing Pirate', 'ML'),
(3528, 'Adventure', 'Secret Agent George', 'ML'),
(3529, 'Adventure', 'Beyond Your Doorstep', 'ML'),
(3530, 'Adventure', 'The Adventures of Kitty Cobb', 'ML'),
(3531, 'Adventure', 'War Paint', 'ML'),
(3532, 'Adventure', 'A Touch of Greece', 'ML'),
(3533, 'Adventure', 'I Help You Kill Yourself', 'ML'),
(3534, 'Adventure', 'Sin Sister', 'ML'),
(3535, 'Adventure', 'Chloroformed Assassin!', 'ML'),
(3536, 'Adventure', 'Chumpae', 'ML'),
(3537, 'Adventure', 'How My Next Door Neighbour Discovered Life on Mars', 'ML'),
(3538, 'Adventure', 'Love on the Run', 'ML'),
(3539, 'Adventure', 'Big Zapper', 'ML'),
(3540, 'Adventure', 'The Adventures of Captain Pugwash', 'ML'),
(3541, 'Adventure', 'Fairlight', 'ML'),
(3542, 'Adventure', 'Kuiba', 'ML'),
(3543, 'Adventure', 'Exils', 'ML'),
(3544, 'Adventure', 'Malaventura', 'ML'),
(3545, 'Adventure', 'Jones Boys Amazon Adventure', 'ML'),
(3546, 'Adventure', 'The Adventures of Dude and Bro', 'ML'),
(3547, 'Adventure', 'Bachelor Party Vegas', 'ML'),
(3548, 'Adventure', 'Violet to Earth', 'ML'),
(3549, 'Adventure', 'Jukebox Motel', 'ML'),
(3550, 'Adventure', 'Sovsem propashchiy', 'ML'),
(3551, 'Adventure', 'Heads Up', 'ML'),
(3552, 'Adventure', 'Stock Car', 'ML'),
(3553, 'Adventure', 'Tales from the Manse: The Marked Woman and Whats My Gag', 'ML'),
(3554, 'Adventure', 'Azrail pesimizde', 'ML'),
(3555, 'Adventure', 'Johnny English Reborn', 'ML'),
(3556, 'Adventure', 'Tomb Raider II', 'ML'),
(3557, 'Adventure', 'Blackbeard', 'ML'),
(3558, 'Adventure', 'Il corsaro della tortue', 'ML'),
(3559, 'Adventure', 'The Hurricane Express', 'ML'),
(3560, 'Adventure', 'Due selvaggi a corte', 'ML'),
(3561, 'Adventure', 'Haracima dokunma', 'ML'),
(3562, 'Adventure', 'Gray Area', 'ML'),
(3563, 'Adventure', 'O Menino da Porteira', 'ML'),
(3564, 'Adventure', 'Canyoneering the Colorado Plateau: An Introduction to the Sport', 'ML'),
(3565, 'Adventure', 'Ti-Jean caribou', 'ML'),
(3566, 'Adventure', 'Who Dunit?', 'ML'),
(3567, 'Adventure', 'Galidor: Defenders of the Outer Dimension', 'ML'),
(3568, 'Adventure', '222 nolu Dosya', 'ML'),
(3569, 'Adventure', 'Patagonia Spirit', 'ML'),
(3570, 'Adventure', 'Unmasking the Idol', 'ML'),
(3571, 'Adventure', 'Courage of Lassie', 'ML'),
(3572, 'Adventure', 'Ride of Passage', 'ML'),
(3573, 'Adventure', 'Laventurier', 'ML'),
(3574, 'Adventure', 'The Urbz: Sims in the City', 'ML'),
(3575, 'Adventure', 'Doc of the Drakes/Hit em Again Doc!', 'ML'),
(3576, 'Adventure', 'DIberville', 'ML'),
(3577, 'Adventure', 'Ouray Ice Climbing', 'ML'),
(3578, 'Adventure', 'Restrained by Sinister Persons!', 'ML'),
(3579, 'Adventure', 'Kolla kendini bebek', 'ML'),
(3580, 'Adventure', 'Northern Code', 'ML'),
(3581, 'Adventure', 'Carmela, salvata dai filibustieri', 'ML'),
(3582, 'Adventure', 'The 4ce', 'ML'),
(3583, 'Adventure', 'Souliotes', 'ML'),
(3584, 'Adventure', 'Zanna Bianca nel west', 'ML'),
(3585, 'Adventure', 'Mitka Lelyuk', 'ML'),
(3586, 'Adventure', 'I haravgi tis nikis', 'ML'),
(3587, 'Adventure', 'Business Women in Bondage', 'ML'),
(3588, 'Adventure', 'Taskmaster', 'ML'),
(3589, 'Adventure', 'Codename: Panzers, Phase Two', 'ML'),
(3590, 'Adventure', 'Assignment Foreign Legion', 'ML'),
(3591, 'Adventure', 'Sacred Gold', 'ML'),
(3592, 'Adventure', 'Le portrait de lamiral', 'ML'),
(3593, 'Adventure', 'Geist', 'ML'),
(3594, 'Adventure', 'The Kidnapping of Sue Diamond', 'ML'),
(3595, 'Adventure', 'Thayers Quest', 'ML'),
(3596, 'Adventure', 'Lone Tiger', 'ML'),
(3597, 'Adventure', 'Zodiac Prophecies', 'ML'),
(3598, 'Adventure', 'Simon the Sorcerer - Wer will schon Kontakt?', 'ML'),
(3599, 'Adventure', 'The Coral Tiger', 'ML'),
(3600, 'Adventure', 'Operation Patch', 'ML'),
(3601, 'Adventure', 'Letreinte', 'ML'),
(3602, 'Adventure', 'Frightened Topless Captives', 'ML'),
(3603, 'Adventure', 'Tu fei', 'ML'),
(3604, 'Adventure', 'Das Geheimnis der Anden', 'ML'),
(3605, 'Adventure', 'Kanunsuz daglar', 'ML'),
(3606, 'Adventure', 'Mario Kart Arcade GP', 'ML'),
(3607, 'Adventure', 'The Guns of Navarone: World War 2 in the Greek Islands', 'ML'),
(3608, 'Adventure', 'The Legend of Parker Rose', 'ML'),
(3609, 'Adventure', 'High Seas', 'ML'),
(3610, 'Adventure', 'C.K. dezerterzy', 'ML'),
(3611, 'Adventure', 'Das Blut der Templer', 'ML'),
(3612, 'Adventure', 'Molemate', 'ML'),
(3613, 'Adventure', 'San da ming bu hui jing shi', 'ML'),
(3614, 'Adventure', 'Teiruzu obu shinfonia: The animation', 'ML'),
(3615, 'Adventure', 'Iron Fist: The Dragon Unleashed', 'ML'),
(3616, 'Adventure', 'Daughter of Don Q', 'ML'),
(3617, 'Adventure', 'Open Access', 'ML'),
(3618, 'Adventure', 'Wild-Oltrenatura', 'ML'),
(3619, 'Adventure', 'Elebits', 'ML'),
(3620, 'Adventure', 'Uncharted: Eye of Indra', 'ML'),
(3621, 'Adventure', 'Flow Johnson', 'ML'),
(3622, 'Adventure', 'Struggling Starlets Bondage Peril', 'ML'),
(3623, 'Adventure', 'F-Zero GP Legend', 'ML'),
(3624, 'Adventure', 'Exorcistas', 'ML'),
(3625, 'Adventure', 'Syberia', 'ML'),
(3626, 'Adventure', 'Squirm, Squirm, My Darling', 'ML'),
(3627, 'Adventure', 'Battle B-Daman', 'ML'),
(3628, 'Adventure', 'Virtua Fighter 2', 'ML'),
(3629, 'Adventure', 'The Simpsons: Barts Nightmare', 'ML'),
(3630, 'Adventure', 'Run for the Sun', 'ML'),
(3631, 'Adventure', 'Sva cuda sveta', 'ML'),
(3632, 'Adventure', 'Low Battery', 'ML'),
(3633, 'Adventure', 'Eleftheria i thanatos', 'ML'),
(3634, 'Adventure', 'SOS Gletscherpilot', 'ML'),
(3635, 'Adventure', 'Adventure Quest', 'ML'),
(3636, 'Adventure', 'Fei yan shuang jiao', 'ML'),
(3637, 'Adventure', 'Milady', 'ML'),
(3638, 'Adventure', 'Der gefesselte Polo', 'ML'),
(3639, 'Adventure', 'Travis McGee', 'ML'),
(3640, 'Adventure', 'Exosquad', 'ML'),
(3641, 'Adventure', 'Evil of the Vampires', 'ML'),
(3642, 'Adventure', 'Stunt Pilot', 'ML'),
(3643, 'Adventure', 'La roche du diable', 'ML'),
(3644, 'Adventure', 'Jack, Sam and Pete', 'ML'),
(3645, 'Adventure', 'From Time to Time', 'ML'),
(3646, 'Adventure', 'Paddy OHara', 'ML'),
(3647, 'Adventure', 'The Witchdoctor Will See You Now', 'ML'),
(3648, 'Adventure', 'Official Detective', 'ML'),
(3649, 'Adventure', 'Terre indigo', 'ML'),
(3650, 'Adventure', 'Bound to Sell', 'ML'),
(3651, 'Adventure', 'Vrak', 'ML'),
(3652, 'Adventure', 'Goldfathers', 'ML'),
(3653, 'Adventure', 'Das Totenschiff', 'ML'),
(3654, 'Adventure', 'Skylanders: Giants', 'ML'),
(3655, 'Adventure', 'USA: Desired & Despised', 'ML'),
(3656, 'Adventure', 'Ratchet & Clank: Going Commando', 'ML'),
(3657, 'Adventure', 'Aydedeye gidiyoruz', 'ML'),
(3658, 'Adventure', 'Axel Von Fersen', 'ML'),
(3659, 'Adventure', 'The City of Lights', 'ML'),
(3660, 'Adventure', 'Yigit yarali olur', 'ML'),
(3661, 'Adventure', 'The Taming of Julie Simone', 'ML'),
(3662, 'Adventure', 'Konchuu monogatari Mitsubachi Hacchi: Yuuki no merodi', 'ML'),
(3663, 'Adventure', 'Eagle Eye Mysteries', 'ML'),
(3664, 'Adventure', 'Mr. Magoo', 'ML'),
(3665, 'Adventure', 'Il paese del sesso selvaggio', 'ML'),
(3666, 'Adventure', 'Hurricane Island', 'ML'),
(3667, 'Adventure', 'Subaru Primal Quest, San Juan Islands', 'ML'),
(3668, 'Adventure', 'San sha ben tan xiao fu xing', 'ML'),
(3669, 'Adventure', 'Darna: The Movie', 'ML'),
(3670, 'Adventure', 'Buco', 'ML'),
(3671, 'Adventure', 'La hermana Trinquete', 'ML'),
(3672, 'Adventure', 'Absconding', 'ML'),
(3673, 'Adventure', 'J.C.', 'ML'),
(3674, 'Adventure', 'Antarctica Crossing', 'ML'),
(3675, 'Adventure', 'Theodore', 'ML'),
(3676, 'Adventure', 'The Fall Guy', 'ML'),
(3677, 'Adventure', 'Parthenes stous valtous', 'ML'),
(3678, 'Adventure', 'Hogtie Heaven', 'ML'),
(3679, 'Adventure', 'In Sand and Blood', 'ML'),
(3680, 'Adventure', 'One Mans War', 'ML'),
(3681, 'Adventure', 'Prapancha Pash', 'ML'),
(3682, 'Adventure', 'Blinx: The Time Sweeper', 'ML'),
(3683, 'Adventure', 'Ride the Divide', 'ML'),
(3684, 'Adventure', 'The Northern Star', 'ML'),
(3685, 'Adventure', 'Back to the Future: The Game - Episode 5, Outatime', 'ML'),
(3686, 'Adventure', 'Life Through the Lens', 'ML'),
(3687, 'Adventure', 'Manfish', 'ML'),
(3688, 'Adventure', 'Tie yan', 'ML'),
(3689, 'Adventure', 'El ogro', 'ML'),
(3690, 'Adventure', 'Lighthouse Hill', 'ML'),
(3691, 'Adventure', 'On the Waters Edge', 'ML'),
(3692, 'Adventure', 'Hermoso ideal', 'ML'),
(3693, 'Adventure', 'The Learning Lab', 'ML'),
(3694, 'Adventure', 'Film Camp', 'ML'),
(3695, 'Adventure', 'Barbados Quest', 'ML'),
(3696, 'Adventure', 'Frank and the Rabbit', 'ML'),
(3697, 'Adventure', 'Mrs P', 'ML'),
(3698, 'Adventure', 'Hells Cargo', 'ML'),
(3699, 'Adventure', 'Time & Tied and Other Tales', 'ML'),
(3700, 'Adventure', 'Hraniteli seti', 'ML'),
(3701, 'Adventure', 'Superheroine Double Feature 2', 'ML'),
(3702, 'Adventure', 'The Holy Road', 'ML'),
(3703, 'Adventure', 'The Silver Lining: Episode 1 - What Is Decreed Must Be', 'ML'),
(3704, 'Adventure', 'The Dreaded Tube', 'ML'),
(3705, 'Adventure', 'Lego Star Wars: Bible Stories', 'ML'),
(3706, 'Adventure', 'The Queen Street Gang', 'ML'),
(3707, 'Adventure', 'Heavy Metal Strawberry Pickers', 'ML'),
(3708, 'Adventure', 'Baboona', 'ML'),
(3709, 'Adventure', 'The Great Waldo Pepper', 'ML'),
(3710, 'Adventure', 'The Rocket II', 'ML'),
(3711, 'Adventure', 'Fury River', 'ML'),
(3712, 'Adventure', 'Robin Hood nunca muere', 'ML'),
(3713, 'Adventure', 'Der Reiter ohne Kopf, 1. Teil - Die Todesfalle', 'ML'),
(3714, 'Adventure', 'Neraida tis Manis', 'ML'),
(3715, 'Adventure', 'Argonauts', 'ML'),
(3716, 'Adventure', 'Samhyeon yukgak', 'ML'),
(3717, 'Adventure', 'Judgement for the Plaintiff, Bondage by the Defendant', 'ML'),
(3718, 'Adventure', 'Ghosts of the Pacific', 'ML'),
(3719, 'Adventure', 'Lava', 'ML'),
(3720, 'Adventure', 'Q.', 'ML'),
(3721, 'Adventure', 'Capitaine Singrid', 'ML'),
(3722, 'Adventure', 'Samson Chin', 'ML'),
(3723, 'Adventure', 'Sosni shumyat', 'ML'),
(3724, 'Adventure', 'Resistance: Untold Stories of Jewish Partisans', 'ML'),
(3725, 'Adventure', 'Unearthly', 'ML'),
(3726, 'Adventure', 'Rot wie das Blut', 'ML'),
(3727, 'Adventure', 'The Outsiders', 'ML'),
(3728, 'Adventure', 'Diddy Kong Racing DS', 'ML'),
(3729, 'Adventure', 'Saboteur II', 'ML'),
(3730, 'Adventure', 'Shes Bound to Remember', 'ML'),
(3731, 'Adventure', 'The Jungle Book 2', 'ML'),
(3732, 'Adventure', 'In the Navy', 'ML'),
(3733, 'Adventure', 'Rio Loco', 'ML'),
(3734, 'Adventure', 'Robinson Crusoe of Mystery Island', 'ML'),
(3735, 'Adventure', 'The Legend of Calamity Jane', 'ML'),
(3736, 'Adventure', 'Curse: The Eye of Isis', 'ML'),
(3737, 'Adventure', 'Tape Bound, Volume 4', 'ML'),
(3738, 'Adventure', 'The Explorers Guild', 'ML'),
(3739, 'Adventure', '6 Bucks and a Bottle of Water', 'ML'),
(3740, 'Adventure', 'Zhuo yao zhan mo', 'ML'),
(3741, 'Adventure', 'Dark Life', 'ML'),
(3742, 'Adventure', 'O Cavaleiro de Pardaillan', 'ML'),
(3743, 'Crime', 'The XYY Man', 'ML'),
(3744, 'Crime', 'Oh-Mathilde', 'ML'),
(3745, 'Crime', 'The Crime of Helen Stanley', 'ML'),
(3746, 'Crime', 'Ministro', 'ML'),
(3747, 'Crime', 'Potpis zlocina', 'ML'),
(3748, 'Crime', 'Der Fuchs', 'ML'),
(3749, 'Crime', 'Sample People', 'ML'),
(3750, 'Crime', 'Feme', 'ML'),
(3751, 'Crime', 'The Fatal Formula', 'ML'),
(3752, 'Crime', 'Nancy Drew: Danger by Design', 'ML'),
(3753, 'Crime', 'Il mostro dellautostrada Napoli-Roma', 'ML'),
(3754, 'Crime', 'Zeit der Bullen', 'ML'),
(3755, 'Crime', 'Paradise Canyon', 'ML'),
(3756, 'Crime', 'The Case of the Howling Dog', 'ML'),
(3757, 'Crime', 'Dot.Kill', 'ML'),
(3758, 'Crime', 'Queen of the Mob', 'ML'),
(3759, 'Crime', 'Zwei Profis', 'ML'),
(3760, 'Crime', 'Ein Mann steht auf', 'ML'),
(3761, 'Crime', 'Sem kabinok', 'ML'),
(3762, 'Crime', 'Revenge or Forgiveness', 'ML'),
(3763, 'Crime', 'Gezocht: Lieve vader en moeder', 'ML'),
(3764, 'Crime', 'Einstein Mega Shotgun', 'ML'),
(3765, 'Crime', 'Himmerland', 'ML'),
(3766, 'Crime', 'The Filmmaker Dead or Alive', 'ML'),
(3767, 'Crime', 'Mob Rule', 'ML'),
(3768, 'Crime', 'Penthouse de la muerte', 'ML'),
(3769, 'Crime', 'Todesengel', 'ML'),
(3770, 'Crime', 'Die Teufelsspur', 'ML'),
(3771, 'Crime', 'Win Lose or Die', 'ML'),
(3772, 'Crime', 'Ab Tak Chhappan', 'ML'),
(3773, 'Crime', 'Kocie slady', 'ML'),
(3774, 'Crime', 'Mohimma Saaba', 'ML'),
(3775, 'Crime', 'Farewell Performance', 'ML'),
(3776, 'Crime', 'Escapada final', 'ML'),
(3777, 'Crime', 'Haute Torture', 'ML'),
(3778, 'Crime', 'The Sword of Damocles', 'ML'),
(3779, 'Crime', 'Bernies McGuffin', 'ML'),
(3780, 'Crime', 'Le bel horizon', 'ML'),
(3781, 'Crime', 'Zolotaya mina', 'ML'),
(3782, 'Crime', 'The Scots Detective', 'ML'),
(3783, 'Crime', 'The Walter Winchell File', 'ML'),
(3784, 'Crime', '10 Sharp', 'ML'),
(3785, 'Crime', 'Agrafos nomos', 'ML'),
(3786, 'Crime', 'Kill Peter, Pay Paul', 'ML'),
(3787, 'Crime', 'Fatherhood', 'ML'),
(3788, 'Crime', 'Desejo violento', 'ML'),
(3789, 'Crime', 'Trafficked', 'ML'),
(3790, 'Crime', 'Cozy Cool', 'ML'),
(3791, 'Crime', 'Sin Riesgos', 'ML'),
(3792, 'Crime', 'El espectro de la novia', 'ML'),
(3793, 'Crime', 'Shadow of Justice', 'ML'),
(3794, 'Crime', 'Razzia in St. Pauli', 'ML'),
(3795, 'Crime', 'Five Loose Women', 'ML'),
(3796, 'Crime', 'The Thundercloud', 'ML'),
(3797, 'Crime', 'O kyklos tis anomalias', 'ML'),
(3798, 'Crime', 'Velvet Smooth', 'ML'),
(3799, 'Crime', 'Pengenes magt', 'ML'),
(3800, 'Crime', 'Yellow Sky', 'ML'),
(3801, 'Crime', 'Hideout in the Sun', 'ML'),
(3802, 'Crime', 'Paslepes', 'ML'),
(3803, 'Crime', 'White Rush', 'ML'),
(3804, 'Crime', 'Paul Sleuth and the Mystic Seven', 'ML'),
(3805, 'Crime', 'Svadba Barbi', 'ML'),
(3806, 'Crime', 'Iste hayat', 'ML'),
(3807, 'Crime', 'Best Served Cold', 'ML'),
(3808, 'Crime', 'Die malayische Dschonke', 'ML'),
(3809, 'Crime', 'Seinpost Den Haag', 'ML'),
(3810, 'Crime', 'Shadow Phantom', 'ML'),
(3811, 'Crime', 'Devar', 'ML'),
(3812, 'Crime', 'No Strings 2: Playtime in Hell', 'ML'),
(3813, 'Crime', 'Ein klarer Fall', 'ML'),
(3814, 'Crime', 'Veera', 'ML'),
(3815, 'Crime', 'Yup Yup Man', 'ML'),
(3816, 'Crime', 'Polizeiakte 909', 'ML'),
(3817, 'Crime', 'Orgia das Taras', 'ML'),
(3818, 'Crime', 'Na Forma da Lei', 'ML'),
(3819, 'Crime', 'Double Agent', 'ML'),
(3820, 'Crime', 'Gone in Sixty Seconds', 'ML'),
(3821, 'Crime', 'Rollin: The Decline of the Auto Industry and Rise of the Drug Economy in Detroit', 'ML'),
(3822, 'Crime', 'I due mafiosi', 'ML'),
(3823, 'Crime', 'Kabuslar evi - Hayal-i cihan', 'ML'),
(3824, 'Crime', 'Bloodline', 'ML'),
(3825, 'Crime', 'Oom Henk', 'ML'),
(3826, 'Crime', 'The Purple Gang', 'ML'),
(3827, 'Crime', 'Paris Precinct', 'ML'),
(3828, 'Crime', 'Formol marg', 'ML'),
(3829, 'Crime', 'Inspektor bez orazhie', 'ML'),
(3830, 'Crime', 'Lock n Load', 'ML'),
(3831, 'Crime', 'Who Is Chelsey Hood?', 'ML'),
(3832, 'Crime', 'El naas makamat', 'ML'),
(3833, 'Crime', 'Anubhav: An Experience', 'ML'),
(3834, 'Crime', 'Anatomy of a Homicide: Life on the Street', 'ML'),
(3835, 'Crime', 'Dos pintores pintorescos', 'ML'),
(3836, 'Crime', 'Gesucht wird Majora', 'ML'),
(3837, 'Crime', 'Dr. G: Americas Most Shocking Cases', 'ML'),
(3838, 'Crime', 'Kennwort Schmetterling', 'ML'),
(3839, 'Crime', 'Laberinto', 'ML'),
(3840, 'Crime', 'Buffalo Bill Rides Again', 'ML'),
(3841, 'Crime', 'Akseleratka', 'ML'),
(3842, 'Crime', 'The Skeleptica Effect', 'ML'),
(3843, 'Crime', 'Shadows Run Black', 'ML'),
(3844, 'Crime', 'Criminals Within', 'ML'),
(3845, 'Crime', 'Der Sexbaron von St. Pauli', 'ML'),
(3846, 'Crime', 'Liebe im Schatten des Drachen', 'ML'),
(3847, 'Crime', 'White Other', 'ML'),
(3848, 'Crime', 'Nakia', 'ML'),
(3849, 'Crime', 'Harde Strenger', 'ML'),
(3850, 'Crime', 'La piovra 4', 'ML'),
(3851, 'Crime', 'Cheut ai kup gei', 'ML'),
(3852, 'Crime', 'Broke Even', 'ML'),
(3853, 'Crime', 'Jinzu burusu: Asu naki furaiha', 'ML'),
(3854, 'Crime', 'An Island Calling', 'ML'),
(3855, 'Crime', 'Poodle Springs', 'ML'),
(3856, 'Crime', 'Sidste chance', 'ML'),
(3857, 'Crime', 'Au coeur de la loi', 'ML'),
(3858, 'Crime', 'The People vs. Jean Harris', 'ML'),
(3859, 'Crime', 'The Lawless Woman', 'ML'),
(3860, 'Crime', 'The Risk Pool', 'ML'),
(3861, 'Crime', 'Super Cops', 'ML'),
(3862, 'Crime', 'Point of Death', 'ML'),
(3863, 'Crime', 'Three Black Bags', 'ML'),
(3864, 'Crime', 'Tanners letzte Chance', 'ML'),
(3865, 'Crime', '3 Milagros', 'ML'),
(3866, 'Crime', 'Sleepy', 'ML'),
(3867, 'Crime', 'Istanbulun kizlari', 'ML'),
(3868, 'Crime', 'Killing Mark Twain', 'ML'),
(3869, 'Crime', 'Kalicharan', 'ML'),
(3870, 'Crime', 'Crackdown 2', 'ML'),
(3871, 'Crime', 'Cinq tulipes rouges', 'ML'),
(3872, 'Crime', 'Poupoupidou', 'ML'),
(3873, 'Crime', 'The Devils Teardrop', 'ML'),
(3874, 'Crime', 'The Viewing', 'ML'),
(3875, 'Crime', 'Hitman: Contracts', 'ML'),
(3876, 'Crime', 'Paper Soldiers', 'ML'),
(3877, 'Crime', 'The Days of Vengeance', 'ML'),
(3878, 'Crime', 'A Mans Shadow', 'ML'),
(3879, 'Crime', 'Office Paranormal', 'ML'),
(3880, 'Crime', 'The Steele Project', 'ML'),
(3881, 'Crime', 'Derzkie dni', 'ML'),
(3882, 'Crime', 'Supravietuitorul', 'ML'),
(3883, 'Crime', 'The Darkside', 'ML'),
(3884, 'Crime', 'Bold', 'ML'),
(3885, 'Crime', 'The Goddaughter', 'ML'),
(3886, 'Crime', 'The Lady from Nowhere', 'ML'),
(3887, 'Crime', 'La barriera della legge', 'ML'),
(3888, 'Crime', 'Haiti Cherie: Wind of Hope', 'ML'),
(3889, 'Crime', 'Stashed Away: The Silex Code', 'ML'),
(3890, 'Crime', 'Drame au VeldHiv', 'ML'),
(3891, 'Crime', 'The Legacy: Murder & Media, Politics & Prisons', 'ML'),
(3892, 'Crime', 'Suramis tsikhe', 'ML'),
(3893, 'Crime', 'Doppelter Einsatz', 'ML'),
(3894, 'Crime', 'The Fatal Image', 'ML'),
(3895, 'Crime', 'Rasa', 'ML'),
(3896, 'Crime', 'Wachtmeister Studer', 'ML'),
(3897, 'Crime', 'Table Six', 'ML'),
(3898, 'Crime', 'Coup dur', 'ML'),
(3899, 'Crime', 'Jane Austens Mafia!', 'ML'),
(3900, 'Crime', 'Slave of Pleasure', 'ML'),
(3901, 'Crime', 'Taaqat', 'ML'),
(3902, 'Crime', 'Sti zougla tis Athinas', 'ML'),
(3903, 'Crime', 'Scarface', 'ML'),
(3904, 'Crime', 'Ostatatzi', 'ML'),
(3905, 'Crime', 'Rodrigo D: No futuro', 'ML'),
(3906, 'Crime', 'The Killing Boys', 'ML'),
(3907, 'Crime', 'Bugs', 'ML'),
(3908, 'Crime', 'Der Frosch mit der Maske', 'ML'),
(3909, 'Crime', 'Kingdom of Ends', 'ML'),
(3910, 'Crime', 'O Crime da Mala', 'ML'),
(3911, 'Crime', 'Rubber Racketeers', 'ML'),
(3912, 'Crime', 'Stark Mad', 'ML'),
(3913, 'Crime', 'Big Man: 395 dollari loncia', 'ML'),
(3914, 'Crime', 'Love, Alice', 'ML'),
(3915, 'Crime', 'El Padrino II: Border Intrusion', 'ML'),
(3916, 'Crime', 'Peristsvaleba', 'ML'),
(3917, 'Crime', 'Vom Ende der Eiszeit', 'ML'),
(3918, 'Crime', 'French Connexion', 'ML'),
(3919, 'Crime', 'In the Blink of an Eye', 'ML'),
(3920, 'Crime', 'Consequences of Violence', 'ML'),
(3921, 'Crime', 'Inspektor ugolovnogo rozyska', 'ML'),
(3922, 'Crime', 'Parels & zwijnen', 'ML'),
(3923, 'Crime', 'Via Padova 46', 'ML'),
(3924, 'Crime', 'Demon Cop', 'ML'),
(3925, 'Crime', 'The Third Clue', 'ML'),
(3926, 'Crime', 'The Runner', 'ML'),
(3927, 'Crime', 'Nihon ansatsu hiroku', 'ML'),
(3928, 'Crime', 'Lombre sur le mur', 'ML'),
(3929, 'Crime', 'Bridge mit Onkel Tom', 'ML'),
(3930, 'Crime', 'Modesty Blaise', 'ML'),
(3931, 'Crime', 'The True Story of Killing Pablo', 'ML'),
(3932, 'Crime', 'Lieutenant Rose and the Royal Visit', 'ML'),
(3933, 'Crime', 'La huella del crimen: El crimen de la calle Fuencarral', 'ML'),
(3934, 'Crime', 'King of the Coral Sea', 'ML'),
(3935, 'Crime', 'Ever After: Resurrection', 'ML'),
(3936, 'Crime', 'Travel Channel Uncut: Bloopers and Wrong Turns', 'ML'),
(3937, 'Crime', 'Der Amateur', 'ML'),
(3938, 'Crime', 'Corpus Delicti: Tale of Joe Ball the Alligator Man', 'ML'),
(3939, 'Crime', 'Palach', 'ML'),
(3940, 'Crime', 'Itan no natsu', 'ML'),
(3941, 'Crime', 'Meanest Man in the World', 'ML'),
(3942, 'Crime', 'Almost Partners', 'ML'),
(3943, 'Crime', 'Everybody Sins', 'ML'),
(3944, 'Crime', 'Day Night Day Night', 'ML'),
(3945, 'Crime', 'For You I Die', 'ML'),
(3946, 'Crime', 'Le veilleur', 'ML'),
(3947, 'Crime', 'Life Debt', 'ML'),
(3948, 'Crime', 'La mala vida', 'ML'),
(3949, 'Crime', 'Not for Publication', 'ML'),
(3950, 'Crime', 'Hunkeler macht Sachen', 'ML'),
(3951, 'Crime', 'Le collier du grand duc', 'ML'),
(3952, 'Crime', 'Der Henker von London', 'ML'),
(3953, 'Crime', 'Bleak House', 'ML'),
(3954, 'Crime', 'A Boy of the Streets', 'ML'),
(3955, 'Crime', 'The Midnight Mail', 'ML'),
(3956, 'Crime', 'Nakovalnya ili chuk', 'ML'),
(3957, 'Crime', 'Heroic Man', 'ML'),
(3958, 'Crime', 'Jagd auf den Flammenmann', 'ML'),
(3959, 'Crime', 'Pratisodha Aparadh Nuhen', 'ML'),
(3960, 'Crime', 'Skin 893', 'ML'),
(3961, 'Crime', 'Toryu-den 2', 'ML'),
(3962, 'Crime', 'Callboys - Jede Lust hat ihren Preis', 'ML'),
(3963, 'Crime', 'Ningyo densetsu', 'ML'),
(3964, 'Crime', 'The Lone Wolf Spy Hunt', 'ML'),
(3965, 'Crime', 'Mapantsula', 'ML'),
(3966, 'Crime', 'Las violentas', 'ML'),
(3967, 'Crime', 'Ubiystvo na Zhdanovskoy', 'ML'),
(3968, 'Crime', 'A Small Town in Texas', 'ML'),
(3969, 'Crime', 'Holding His Rabbits', 'ML'),
(3970, 'Crime', 'Bonecas da Noite', 'ML'),
(3971, 'Crime', 'Roland Hassel polis - Slavhandlarna', 'ML'),
(3972, 'Crime', 'Faccia dangelo', 'ML'),
(3973, 'Crime', 'The Pawn', 'ML'),
(3974, 'Crime', 'Kursunla selamlarim', 'ML'),
(3975, 'Crime', 'The Woman of the Iron Bracelets', 'ML'),
(3976, 'Crime', 'La Casa de Caronte', 'ML'),
(3977, 'Crime', 'A Crooked Romance', 'ML'),
(3978, 'Crime', 'Le temps des loups', 'ML'),
(3979, 'Crime', 'Double Face', 'ML'),
(3980, 'Crime', 'Se les pelo Baltazar', 'ML'),
(3981, 'Crime', 'Last To Know', 'ML'),
(3982, 'Crime', 'Yeojaga bameul dulyeowohalya', 'ML'),
(3983, 'Crime', 'Mr. Ricco', 'ML'),
(3984, 'Crime', 'The Picture Thieves', 'ML'),
(3985, 'Crime', 'Just a Grand', 'ML'),
(3986, 'Crime', 'Three Card Monte', 'ML'),
(3987, 'Crime', 'Jemima Shore Investigates', 'ML'),
(3988, 'Crime', 'Fahndung mit Musik', 'ML'),
(3989, 'Crime', 'The Painted City', 'ML'),
(3990, 'Crime', 'Sexton Blake v Baron Kettler', 'ML'),
(3991, 'Crime', 'Listeia stin Athina', 'ML'),
(3992, 'Crime', 'Law of the Tong', 'ML'),
(3993, 'Crime', 'Sheng gang qi bing', 'ML'),
(3994, 'Crime', 'Popytka k begstvu', 'ML'),
(3995, 'Crime', 'Bao li xing jing', 'ML'),
(3996, 'Crime', 'Zodiaco', 'ML'),
(3997, 'Crime', 'Lamico del padrino', 'ML'),
(3998, 'Crime', 'Illtown', 'ML'),
(3999, 'Crime', 'At Ground Zero', 'ML'),
(4000, 'Crime', 'Roll Call: Looking Back on Hill Street Blues', 'ML'),
(4001, 'Crime', 'Rupan Sansei: Nenriki chin sakusen', 'ML'),
(4002, 'Crime', 'Da zui xia', 'ML'),
(4003, 'Crime', 'Da di shuang ying', 'ML'),
(4004, 'Crime', 'Les bas-fonds', 'ML'),
(4005, 'Crime', 'On the Case with Paula Zahn', 'ML'),
(4006, 'Crime', 'D.Town', 'ML'),
(4007, 'Crime', 'All Roads Lead', 'ML'),
(4008, 'Crime', 'Blood, Lies and Alibis', 'ML'),
(4009, 'Crime', 'Brazilska melodiya', 'ML'),
(4010, 'Crime', 'Sinyata lampa', 'ML'),
(4011, 'Crime', 'El secuestro de Lola', 'ML'),
(4012, 'Crime', 'Les amants maudits', 'ML'),
(4013, 'Crime', 'Taco und Kaninchen', 'ML'),
(4014, 'Crime', 'Simple 2000 Series, Vol. 16: The Sniper 2', 'ML'),
(4015, 'Crime', 'Hell High', 'ML'),
(4016, 'Crime', 'Die xue jie tou', 'ML'),
(4017, 'Crime', 'Red Rock West', 'ML'),
(4018, 'Crime', 'Qui squadra mobile', 'ML'),
(4019, 'Crime', 'Medium Gray', 'ML'),
(4020, 'Crime', 'A Mothers Nightmare', 'ML'),
(4021, 'Crime', 'Afganskiy prizrak', 'ML'),
(4022, 'Crime', 'Mad Money', 'ML'),
(4023, 'Crime', 'Richter Alexander Hold', 'ML'),
(4024, 'Crime', 'Los leones del ring contra la Cosa Nostra', 'ML'),
(4025, 'Crime', 'Where in the U.S.A. Is Carmen Sandiego?', 'ML'),
(4026, 'Crime', 'Brillianty dlya diktatury proletariata', 'ML'),
(4027, 'Crime', 'Mosajal khatar', 'ML'),
(4028, 'Crime', 'The Accidental Assassin', 'ML'),
(4029, 'Crime', 'Wicked Pleasures', 'ML'),
(4030, 'Crime', 'Kappert 1: Die Briefmarke - Das Remake', 'ML'),
(4031, 'Crime', 'Basag ang pula', 'ML'),
(4032, 'Crime', 'Outbreak of Murder', 'ML'),
(4033, 'Crime', 'O thanatos tou Timotheou Konsta', 'ML'),
(4034, 'Crime', 'Black Russian', 'ML'),
(4035, 'Crime', 'After the Honeymoon', 'ML'),
(4036, 'Crime', 'To gymno kormi tis gia doloma', 'ML'),
(4037, 'Crime', 'Pesadilla mortal', 'ML'),
(4038, 'Crime', 'Hyena', 'ML'),
(4039, 'Crime', 'Shi qi shi dai', 'ML'),
(4040, 'Crime', 'Bab el hadid', 'ML'),
(4041, 'Crime', 'Zhan. gu', 'ML'),
(4042, 'Crime', 'Passion', 'ML'),
(4043, 'Crime', 'Coupable', 'ML'),
(4044, 'Crime', 'Die Rosenheim-Cops', 'ML'),
(4045, 'Crime', 'Radar Secret Service', 'ML'),
(4046, 'Crime', 'Ice Blues', 'ML'),
(4047, 'Crime', 'Savdhaan India @11, Crime Alert', 'ML'),
(4048, 'Crime', 'Sexton Blake', 'ML'),
(4049, 'Crime', 'Stable House', 'ML'),
(4050, 'Crime', 'The Houseboat Mystery', 'ML'),
(4051, 'Crime', 'The Scallawag', 'ML'),
(4052, 'Crime', 'La Mariposa', 'ML'),
(4053, 'Crime', 'Shoot First: A Cops Vengeance', 'ML'),
(4054, 'Crime', 'Remington Steele', 'ML'),
(4055, 'Crime', 'Working the Scene: A Look Behind the Scenes of Criminal Minds Season 4', 'ML'),
(4056, 'Crime', 'School for Girls', 'ML'),
(4057, 'Crime', 'Posledniyat rund', 'ML'),
(4058, 'Crime', 'The Double Standard', 'ML'),
(4059, 'Crime', 'Den glemsomme Professor', 'ML'),
(4060, 'Crime', 'Za prekrasnykh dam!', 'ML'),
(4061, 'Crime', 'Skeptic', 'ML'),
(4062, 'Crime', 'Das zweite Erwachen der Christa Klages', 'ML'),
(4063, 'Crime', 'Das Handicap der Liebe', 'ML'),
(4064, 'Crime', 'Las joyas del diablo', 'ML'),
(4065, 'Crime', 'La ragazza di Bube', 'ML'),
(4066, 'Crime', 'Abschnitt 40', 'ML'),
(4067, 'Crime', 'Angel in Distress', 'ML'),
(4068, 'Crime', 'A Dark Adapted Eye', 'ML'),
(4069, 'Crime', 'On Target with Emily Blunt', 'ML'),
(4070, 'Crime', 'Aatank Hi Aatank', 'ML'),
(4071, 'Crime', 'Mean Parents Suck', 'ML'),
(4072, 'Crime', 'De strop', 'ML'),
(4073, 'Crime', 'O Contrabando', 'ML'),
(4074, 'Crime', 'Brooklyn Bound', 'ML'),
(4075, 'Crime', 'Khozyain taygi', 'ML'),
(4076, 'Crime', 'Marie Brand und die Dame im Spiel', 'ML'),
(4077, 'Crime', 'Snapped', 'ML'),
(4078, 'Crime', 'Blekingegade', 'ML'),
(4079, 'Crime', 'Zunz Tujhi Majhi', 'ML'),
(4080, 'Crime', 'Ivy League Killers', 'ML'),
(4081, 'Crime', 'Gnadenlos - Zur Prostitution gezwungen', 'ML'),
(4082, 'Crime', 'Eine etwas sonderbare Dame', 'ML'),
(4083, 'Crime', 'Cocaine Blues', 'ML'),
(4084, 'Crime', 'Pisutoru opera', 'ML'),
(4085, 'Crime', 'Unpunished the Movie', 'ML'),
(4086, 'Crime', 'The Submarine Plans', 'ML'),
(4087, 'Crime', 'Macht der Finsternis', 'ML'),
(4088, 'Crime', 'Kaum zu glauben', 'ML'),
(4089, 'Crime', 'China Cat', 'ML'),
(4090, 'Crime', 'A Killing on Brighton Beach', 'ML'),
(4091, 'Crime', 'Bring Me the Head of Alfredo Garcia', 'ML'),
(4092, 'Crime', 'Heldt', 'ML'),
(4093, 'Crime', 'Im Going to Get You... Elliot Boy', 'ML'),
(4094, 'Crime', 'Les eaux dormantes', 'ML'),
(4095, 'Crime', 'A Fei jingjyuhn', 'ML'),
(4096, 'Crime', '1 911 Jak Boyz', 'ML'),
(4097, 'Crime', 'Emboscada de federales', 'ML'),
(4098, 'Crime', 'Yeokjeon chulshin Yong-pali', 'ML'),
(4099, 'Crime', 'Man with the Football', 'ML'),
(4100, 'Crime', 'Unerwartet verschied...', 'ML'),
(4101, 'Crime', 'Dome Project', 'ML'),
(4102, 'Crime', 'The Last Holiday', 'ML'),
(4103, 'Crime', 'Cardillac', 'ML'),
(4104, 'Crime', 'Der Tod meiner Schwester', 'ML'),
(4105, 'Crime', 'Crime Scene Photographers', 'ML'),
(4106, 'Crime', 'Cameroon Connection', 'ML'),
(4107, 'Crime', 'The Last Turn', 'ML'),
(4108, 'Crime', 'Oi batsoi poulane tin iroini 2', 'ML'),
(4109, 'Crime', 'Malak al rahma', 'ML'),
(4110, 'Crime', 'Sergil chez les filles', 'ML'),
(4111, 'Crime', 'La stirpe di Caino', 'ML'),
(4112, 'Crime', 'Osen, Chertanovo...', 'ML'),
(4113, 'Crime', 'Disorganized Crime', 'ML'),
(4114, 'Crime', 'Martas Suitcase', 'ML'),
(4115, 'Crime', 'Strange Days', 'ML'),
(4116, 'Crime', 'A Gun for Jennifer', 'ML'),
(4117, 'Crime', 'Bablo', 'ML'),
(4118, 'Crime', 'Narco Terror Wars: Tales of the D.E.A', 'ML'),
(4119, 'Crime', 'Black Girl', 'ML'),
(4120, 'Crime', 'Quando arriva il giudice', 'ML'),
(4121, 'Crime', 'A Cop Between', 'ML'),
(4122, 'Crime', 'Suburban Secrets', 'ML'),
(4123, 'Crime', 'Bouquet garni', 'ML'),
(4124, 'Crime', 'Girl in Trouble', 'ML'),
(4125, 'Crime', 'Fei tian xia', 'ML'),
(4126, 'Crime', 'Ouro Sangrento', 'ML'),
(4127, 'Crime', 'Muerte de el federal de camiones', 'ML'),
(4128, 'Crime', 'I Love That Man', 'ML'),
(4129, 'Crime', 'A Gun in His Hand', 'ML'),
(4130, 'Crime', 'The Man in the Back Seat', 'ML'),
(4131, 'Crime', 'Click: The Calendar Girl Killer', 'ML'),
(4132, 'Crime', 'Na Senda do Crime', 'ML'),
(4133, 'Crime', 'Freddy, die Gitarre und das Meer', 'ML'),
(4134, 'Crime', 'Black Barbie', 'ML'),
(4135, 'Crime', 'Hectic', 'ML'),
(4136, 'Crime', 'Dokufu Takahashi Oden', 'ML'),
(4137, 'Crime', 'Dark Blue', 'ML'),
(4138, 'Crime', 'Hei bai ren jian', 'ML'),
(4139, 'Crime', 'Seg/me/nts', 'ML'),
(4140, 'Crime', 'Beijing Blues', 'ML'),
(4141, 'Crime', 'Mujeres asesinas', 'ML'),
(4142, 'Crime', 'Murder.com', 'ML'),
(4143, 'Crime', 'Shen long meng hu', 'ML'),
(4144, 'Crime', 'The Golden Dawn', 'ML'),
(4145, 'Crime', 'The Great Plane Robbery', 'ML'),
(4146, 'Crime', 'The Murder of Fred Hampton', 'ML'),
(4147, 'Crime', 'Lukas und Sohn', 'ML'),
(4148, 'Crime', 'Morgue: A Love Story with Guts', 'ML'),
(4149, 'Crime', 'Super Hyphy', 'ML'),
(4150, 'Crime', 'The Blue Carbuncle', 'ML'),
(4151, 'Crime', 'The Bronze Idol', 'ML'),
(4152, 'Crime', 'Haasil', 'ML'),
(4153, 'Crime', 'Furyo bancho okuri ookami', 'ML'),
(4154, 'Crime', 'Under Investigation: Mansions, Murder & Mystery', 'ML'),
(4155, 'Crime', 'Twelve Crowded Hours', 'ML'),
(4156, 'Crime', 'The Advocate', 'ML'),
(4157, 'Crime', 'Tri Alberti a slecna Matylda', 'ML'),
(4158, 'Crime', 'Scotty Weeds Alibi', 'ML'),
(4159, 'Crime', 'Placas', 'ML'),
(4160, 'Crime', 'Tu voulais me dire quelque chose? Opus 01', 'ML'),
(4161, 'Crime', 'Lulu & Leon', 'ML'),
(4162, 'Crime', 'The Paperhangers', 'ML'),
(4163, 'Crime', 'Decoyed', 'ML'),
(4164, 'Crime', 'Ariadni', 'ML'),
(4165, 'Crime', 'Va mourire', 'ML'),
(4166, 'Crime', 'Criminal Life', 'ML'),
(4167, 'Crime', 'Lalpagueur', 'ML'),
(4168, 'Crime', 'Lost Revolution', 'ML'),
(4169, 'Crime', 'Wajh Al Akhar Lil Hub', 'ML'),
(4170, 'Crime', 'Tocaia no Asfalto', 'ML'),
(4171, 'Crime', 'The Amorous Milkman', 'ML'),
(4172, 'Crime', 'Bedardi', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(4173, 'Crime', 'Yeolhyeol-nama', 'ML'),
(4174, 'Crime', 'Cage of Evil', 'ML'),
(4175, 'Crime', 'Die Protokolle des Herrn M', 'ML'),
(4176, 'Crime', 'Lhorloger de Saint-Paul', 'ML'),
(4177, 'Crime', 'Kane & Lynch 2: Dog Days', 'ML'),
(4178, 'Crime', 'Staying Safe', 'ML'),
(4179, 'Crime', 'The Phantom of Crestwood', 'ML'),
(4180, 'Crime', 'City of Hope', 'ML'),
(4181, 'Crime', 'V poslednyuyu ochered', 'ML'),
(4182, 'Crime', 'Cheongchun sanmaek', 'ML'),
(4183, 'Crime', 'Baccara', 'ML'),
(4184, 'Crime', 'Nothing Comes Easy', 'ML'),
(4185, 'Crime', 'Les petits meurtres dAgatha Christie', 'ML'),
(4186, 'Crime', 'Dian zhi bing bing', 'ML'),
(4187, 'Crime', 'Carla Cametti PD', 'ML'),
(4188, 'Crime', 'Killshot', 'ML'),
(4189, 'Crime', 'Nebo i zemlya', 'ML'),
(4190, 'Crime', 'Carabas', 'ML'),
(4191, 'Crime', 'The Mugger', 'ML'),
(4192, 'Crime', 'Batom', 'ML'),
(4193, 'Crime', 'Alles Paletti', 'ML'),
(4194, 'Crime', 'Gift im Zoo', 'ML'),
(4195, 'Crime', 'Assassination Tango', 'ML'),
(4196, 'Crime', 'Yo te amo Catalina', 'ML'),
(4197, 'Crime', 'The General Died at Dawn', 'ML'),
(4198, 'Crime', 'Yukhyeolpo kangdodan', 'ML'),
(4199, 'Crime', 'Drawing the Line', 'ML'),
(4200, 'Crime', '1 A.M.', 'ML'),
(4201, 'Crime', 'American Nightmare', 'ML'),
(4202, 'Crime', 'Bluebeard', 'ML'),
(4203, 'Crime', 'Hot News', 'ML'),
(4204, 'Crime', 'Powerful as God: The Childrens Aid Societies of Ontario', 'ML'),
(4205, 'Crime', 'Odjuret', 'ML'),
(4206, 'Crime', 'Stanton Breckenridge', 'ML'),
(4207, 'Crime', 'The Forced Confession', 'ML'),
(4208, 'Crime', 'Chelsea Story', 'ML'),
(4209, 'Crime', 'Los kalatrava contra el imperio del karate', 'ML'),
(4210, 'Crime', 'Gauri Ganesha', 'ML'),
(4211, 'Crime', 'On gde-to zdes', 'ML'),
(4212, 'Crime', 'Las aventuras de Pepe Carvalho', 'ML'),
(4213, 'Crime', 'Echoes of Thoughts', 'ML'),
(4214, 'Crime', '419', 'ML'),
(4215, 'Crime', 'Qiji Shijie', 'ML'),
(4216, 'Crime', 'Opio', 'ML'),
(4217, 'Crime', 'Arsenicum en oude kant', 'ML'),
(4218, 'Crime', 'Main Courante', 'ML'),
(4219, 'Crime', 'Eurogang', 'ML'),
(4220, 'Crime', 'Crime Connections', 'ML'),
(4221, 'Crime', 'The Depraved', 'ML'),
(4222, 'Crime', 'Tur-Mohel: ELE Performance Review', 'ML'),
(4223, 'Crime', 'Reich', 'ML'),
(4224, 'Crime', 'Kal Kissne Dekha', 'ML'),
(4225, 'Crime', 'Underground President', 'ML'),
(4226, 'Crime', 'Dead in 5 Heartbeats', 'ML'),
(4227, 'Crime', 'Pathamudayam', 'ML'),
(4228, 'Crime', 'All Gone Extreme Clean', 'ML'),
(4229, 'Crime', 'Gaol Break', 'ML'),
(4230, 'Crime', 'Silver Bears', 'ML'),
(4231, 'Crime', 'Inspektor Barbarotti - Verachtung', 'ML'),
(4232, 'Crime', 'Identity Kills', 'ML'),
(4233, 'Crime', 'Le fils du requin', 'ML'),
(4234, 'Crime', 'Der Bulle und das Landei', 'ML'),
(4235, 'Crime', 'The Dummy', 'ML'),
(4236, 'Crime', 'Quick Stop', 'ML'),
(4237, 'Crime', 'Golden Rendezvous', 'ML'),
(4238, 'Crime', 'Spycraft: The Great Game', 'ML'),
(4239, 'Crime', 'Denninger - Der Tod des Paparazzo', 'ML'),
(4240, 'Crime', 'De Ridder', 'ML'),
(4241, 'Crime', 'Zenka onna: koroshi-bushi', 'ML'),
(4242, 'Crime', 'Glassjaw Origins: Backfire', 'ML'),
(4243, 'Crime', 'Larcangelo', 'ML'),
(4244, 'Crime', 'Vampiyaz', 'ML'),
(4245, 'Crime', 'Diestrammenoi apo tin genna tous', 'ML'),
(4246, 'Crime', 'Scorned: Love Kills', 'ML'),
(4247, 'Crime', 'Devils Cargo', 'ML'),
(4248, 'Crime', 'Fly Now, Pay Later', 'ML'),
(4249, 'Crime', 'Inspector Gadgets Last Case: Claws Revenge', 'ML'),
(4250, 'Crime', 'Rome Express', 'ML'),
(4251, 'Crime', 'Khiabane Bisto Chahar', 'ML'),
(4252, 'Crime', 'Tiger Bay', 'ML'),
(4253, 'Crime', 'Al-nasabin', 'ML'),
(4254, 'Crime', 'Cleaverville', 'ML'),
(4255, 'Crime', 'The Lindbergh Kidnapping Case', 'ML'),
(4256, 'Crime', 'The Hand at the Window', 'ML'),
(4257, 'Crime', 'Strange Triangle', 'ML'),
(4258, 'Crime', 'Karagah', 'ML'),
(4259, 'Crime', 'Canicule', 'ML'),
(4260, 'Crime', 'Obvinyayutsya v ubiystve', 'ML'),
(4261, 'Crime', 'The Counterfeit Killer', 'ML'),
(4262, 'Crime', 'Do tretego vystrela', 'ML'),
(4263, 'Crime', 'A Smart Set', 'ML'),
(4264, 'Crime', 'Dexter: Blood Spatter 101', 'ML'),
(4265, 'Crime', 'Harbour Lights', 'ML'),
(4266, 'Crime', 'Wildcard', 'ML'),
(4267, 'Crime', 'Loves Prisoner', 'ML'),
(4268, 'Crime', 'Gang Smashers', 'ML'),
(4269, 'Crime', 'Even as Eve', 'ML'),
(4270, 'Crime', 'Polizeiruf 110', 'ML'),
(4271, 'Crime', 'Beg!', 'ML'),
(4272, 'Crime', 'Hollywood Harry', 'ML'),
(4273, 'Crime', 'Sonderdezernat K1', 'ML'),
(4274, 'Crime', 'Le Mozart des pickpockets', 'ML'),
(4275, 'Crime', 'O Dia do Gato', 'ML'),
(4276, 'Crime', 'Gridiron Gang', 'ML'),
(4277, 'Crime', 'Ramarajyamlo Rakthapasam', 'ML'),
(4278, 'Crime', 'Early Retirement', 'ML'),
(4279, 'Crime', 'Bitter Circle', 'ML'),
(4280, 'Crime', 'Gorod soblaznov', 'ML'),
(4281, 'Crime', 'Jack Ford: Courtside', 'ML'),
(4282, 'Crime', 'The Kiss Off', 'ML'),
(4283, 'Crime', 'In a Prolonged Moment', 'ML'),
(4284, 'Crime', 'Le secret dAlta Rocca', 'ML'),
(4285, 'Crime', 'Die unsterblichen Methoden des Franz Josef Wanninger', 'ML'),
(4286, 'Crime', 'Appointment', 'ML'),
(4287, 'Crime', 'Strakh vysoty', 'ML'),
(4288, 'Crime', 'The Guest of the Evening', 'ML'),
(4289, 'Crime', 'The Taking of Savannah', 'ML'),
(4290, 'Crime', 'Gumshoe', 'ML'),
(4291, 'Crime', 'Adikkurippu', 'ML'),
(4292, 'Crime', 'The Night of the Generals', 'ML'),
(4293, 'Crime', 'Rocambole', 'ML'),
(4294, 'Crime', 'Extensions', 'ML'),
(4295, 'Crime', 'Sapphire', 'ML'),
(4296, 'Crime', 'Campeones del ring', 'ML'),
(4297, 'Crime', 'Snarled', 'ML'),
(4298, 'Crime', 'Lucilla', 'ML'),
(4299, 'Crime', 'Crown v. Stevens', 'ML'),
(4300, 'Crime', 'The Wild Pair', 'ML'),
(4301, 'Crime', 'The Resistance', 'ML'),
(4302, 'Crime', 'Sem dney posle ubiystva', 'ML'),
(4303, 'Crime', 'Duo shuai', 'ML'),
(4304, 'Crime', 'Scarlet Web', 'ML'),
(4305, 'Crime', 'Dinozavr', 'ML'),
(4306, 'Crime', 'Eine Frau verschwindet', 'ML'),
(4307, 'Crime', 'Austin Powers: International Man of Mystery', 'ML'),
(4308, 'Crime', 'Three Steps to the Gallows', 'ML'),
(4309, 'Crime', 'The Family Rico', 'ML'),
(4310, 'Crime', 'Gnana Oli', 'ML'),
(4311, 'Crime', 'Mord im Pfarrhaus', 'ML'),
(4312, 'Crime', 'Edin naivnik na sredna vazrast', 'ML'),
(4313, 'Crime', 'Dateline on ID', 'ML'),
(4314, 'Crime', 'Hudsons Law', 'ML'),
(4315, 'Crime', 'Jotai', 'ML'),
(4316, 'Crime', 'Code 0044', 'ML'),
(4317, 'Crime', 'Rote Sonne', 'ML'),
(4318, 'Crime', 'Aus dem Schwarzbuch eines Polizeikommissars, 2. Teil: Verbrechen aus Leidenschaft', 'ML'),
(4319, 'Crime', 'The Great Dome Robbery', 'ML'),
(4320, 'Crime', 'Alarm am See', 'ML'),
(4321, 'Crime', 'Unit One', 'ML'),
(4322, 'Crime', 'Listen to My Story', 'ML'),
(4323, 'Crime', 'Der Gorilla von Soho', 'ML'),
(4324, 'Crime', 'Neues vom Wixxer', 'ML'),
(4325, 'Crime', 'Anastasia mio fratello ovvero il presunto capo dellAnonima Assassini', 'ML'),
(4326, 'Crime', 'The Way of All Flesh', 'ML'),
(4327, 'Crime', 'Cidade Despida', 'ML'),
(4328, 'Crime', 'El justiciero', 'ML'),
(4329, 'Crime', 'The Best Man for the Job', 'ML'),
(4330, 'Crime', 'Bungo torimono ezu - Harikomi', 'ML'),
(4331, 'Crime', 'Stop, Rewind', 'ML'),
(4332, 'Crime', 'Daredevils of the Red Circle', 'ML'),
(4333, 'Crime', 'Istanbul kan aglarken', 'ML'),
(4334, 'Crime', 'Rat Bastard', 'ML'),
(4335, 'Crime', 'Alisa i bukinist', 'ML'),
(4336, 'Crime', 'Behind Prison Gates', 'ML'),
(4337, 'Crime', 'Der Weg ins Nichts', 'ML'),
(4338, 'Crime', 'Gonin', 'ML'),
(4339, 'Crime', 'Skytten', 'ML'),
(4340, 'Crime', 'Glassjaw Origins: The Solution', 'ML'),
(4341, 'Crime', 'The Mystery at Castle House', 'ML'),
(4342, 'Crime', 'Die Hard: Vendetta', 'ML'),
(4343, 'Crime', 'Acid Bath', 'ML'),
(4344, 'Crime', 'Scream for Help', 'ML'),
(4345, 'Crime', 'Percentage', 'ML'),
(4346, 'Crime', 'Das Strafgericht', 'ML'),
(4347, 'Crime', 'State Street Sadie', 'ML'),
(4348, 'Crime', 'Jopog manura 2: Dolaon jeonseol', 'ML'),
(4349, 'Crime', 'Le dernier tunnel', 'ML'),
(4350, 'Crime', 'Jack Reed: A Killer Among Us', 'ML'),
(4351, 'Crime', 'Une poule sur un mur', 'ML'),
(4352, 'Crime', 'Wenn Tote sprechen', 'ML'),
(4353, 'Crime', 'Atacama', 'ML'),
(4354, 'Crime', 'Hotel Vendetta', 'ML'),
(4355, 'Crime', 'Night of the Wilding', 'ML'),
(4356, 'Crime', 'Vizit k Minotavru', 'ML'),
(4357, 'Crime', 'The Hideout', 'ML'),
(4358, 'Crime', 'Model Culture: Midnight Diaries', 'ML'),
(4359, 'Crime', 'M.E.T.R.O. - Ein Team auf Leben und Tod', 'ML'),
(4360, 'Crime', 'Before the Devil Knows Youre Dead', 'ML'),
(4361, 'Crime', 'The Diamond', 'ML'),
(4362, 'Crime', 'Mikkai no yado 3: Kitakamakura Shitto to furin satsujin', 'ML'),
(4363, 'Crime', 'Law & Order: Legacies', 'ML'),
(4364, 'Crime', 'Sitsilyanskaya zashchita', 'ML'),
(4365, 'Crime', 'M for Markus', 'ML'),
(4366, 'Crime', 'Cera una volta un gangster', 'ML'),
(4367, 'Crime', 'Smart Girls Dont Talk', 'ML'),
(4368, 'Crime', 'Oi apanthropoi', 'ML'),
(4369, 'Crime', 'Shopping Mall Jihad', 'ML'),
(4370, 'Crime', 'Yarali kurt', 'ML'),
(4371, 'Crime', 'Yu Solve', 'ML'),
(4372, 'Crime', 'Oru Sindoora Pottinte Ormaykku', 'ML'),
(4373, 'Crime', 'Um neun kommt Harald', 'ML'),
(4374, 'Crime', '999 wo shi xiong shou', 'ML'),
(4375, 'Crime', 'Dioskuri', 'ML'),
(4376, 'Crime', 'Aiju: aku no hana', 'ML'),
(4377, 'Crime', 'Jatt Jeona Mour', 'ML'),
(4378, 'Crime', 'Kronvittnet', 'ML'),
(4379, 'Crime', 'Emptiness', 'ML'),
(4380, 'Crime', 'Anthonsen', 'ML'),
(4381, 'Crime', 'Noite Escura', 'ML'),
(4382, 'Crime', 'Frauen ohne Unschuld', 'ML'),
(4383, 'Crime', 'La scorta', 'ML'),
(4384, 'Crime', 'California Fire and Life', 'ML'),
(4385, 'Crime', 'Adeului shimpan', 'ML'),
(4386, 'Crime', 'Proof of Innocence', 'ML'),
(4387, 'Crime', 'The Preppie Murder', 'ML'),
(4388, 'Crime', 'Apenas un delincuente', 'ML'),
(4389, 'Crime', 'Paraxeni sinantissi', 'ML'),
(4390, 'Crime', 'Luke Echo, Detective', 'ML'),
(4391, 'Crime', 'Rampage: The Hillside Strangler Murders', 'ML'),
(4392, 'Crime', 'Seishun hakaba', 'ML'),
(4393, 'Crime', 'Perry Mason: The Case of the Poisoned Pen', 'ML'),
(4394, 'Crime', 'Payment', 'ML'),
(4395, 'Crime', 'Paranoid Park', 'ML'),
(4396, 'Crime', 'Krik tishiny', 'ML'),
(4397, 'Crime', 'O Outro Lado do Crime', 'ML'),
(4398, 'Crime', 'Unmade Man', 'ML'),
(4399, 'Crime', 'Mafia Doctor', 'ML'),
(4400, 'Crime', 'La vacante', 'ML'),
(4401, 'Crime', 'Fanny Pelopaja', 'ML'),
(4402, 'Crime', 'Die letzte Chance', 'ML'),
(4403, 'Crime', 'Hustler Platinum: Brazilian Snake', 'ML'),
(4404, 'Crime', 'The Asphalt Cowboy', 'ML'),
(4405, 'Crime', 'Hitman', 'ML'),
(4406, 'Crime', 'Psychic Witness', 'ML'),
(4407, 'Crime', 'La cura del gorilla', 'ML'),
(4408, 'Crime', 'Tatort Calw - Die Hollywoodmorde', 'ML'),
(4409, 'Crime', 'Den mystiske selskabsdame', 'ML'),
(4410, 'Crime', 'The Snakehead', 'ML'),
(4411, 'Crime', 'A Munition Girls Romance', 'ML'),
(4412, 'Crime', 'Santa Lucia', 'ML'),
(4413, 'Crime', 'A Conversation with Norman', 'ML'),
(4414, 'Crime', 'Auf Teufel komm raus', 'ML'),
(4415, 'Crime', 'WXIII: Patlabor the Movie 3', 'ML'),
(4416, 'Crime', 'Janam', 'ML'),
(4417, 'Crime', 'Sans sommation', 'ML'),
(4418, 'Crime', '10:43', 'ML'),
(4419, 'Crime', 'Herregaards-Mysteriet', 'ML'),
(4420, 'Crime', 'Point mort', 'ML'),
(4421, 'Crime', 'Call It Luck', 'ML'),
(4422, 'Crime', 'The Killing of a Chinese Bookie', 'ML'),
(4423, 'Crime', 'Das ewige Leben', 'ML'),
(4424, 'Crime', 'Intrigue', 'ML'),
(4425, 'Crime', 'Gideons Way', 'ML'),
(4426, 'Crime', 'Straw Man', 'ML'),
(4427, 'Crime', 'Yasugoro desse', 'ML'),
(4428, 'Crime', 'Going Crooked', 'ML'),
(4429, 'Crime', 'Once Upon a Body', 'ML'),
(4430, 'Crime', 'The Big Slice', 'ML'),
(4431, 'Crime', 'Le retour de Martin Guerre', 'ML'),
(4432, 'Crime', 'Klassenkameraden', 'ML'),
(4433, 'Crime', 'Lady in the Death House', 'ML'),
(4434, 'Crime', 'The Death of Hollywood', 'ML'),
(4435, 'Crime', 'Mutt', 'ML'),
(4436, 'Crime', 'Racing Blood', 'ML'),
(4437, 'Crime', 'The House of the Arrow', 'ML'),
(4438, 'Crime', 'The Murder at the Vicarage', 'ML'),
(4439, 'Crime', '22-2000 Cidade Aberta', 'ML'),
(4440, 'Crime', 'Crime on the Hill', 'ML'),
(4441, 'Crime', 'Veronica Guerin', 'ML'),
(4442, 'Crime', 'Tama minami sho keiji Chikamatsu Heikichi 4: Hosoi akai ito', 'ML'),
(4443, 'Crime', 'Stolen Hearts', 'ML'),
(4444, 'Crime', 'Wenn es Nacht wird auf der Reeperbahn', 'ML'),
(4445, 'Crime', 'A byl li Karotin', 'ML'),
(4446, 'Crime', 'Devon Mein Dev Shanidev', 'ML'),
(4447, 'Crime', 'Balls Deep', 'ML'),
(4448, 'Crime', 'The 13th Apostle', 'ML'),
(4449, 'Crime', 'Shade of Blue', 'ML'),
(4450, 'Crime', 'Life in Danger', 'ML'),
(4451, 'Crime', 'Files from Scotland Yard', 'ML'),
(4452, 'Crime', 'Close & True', 'ML'),
(4453, 'Crime', 'Undoing', 'ML'),
(4454, 'Crime', 'Personal Trainer', 'ML'),
(4455, 'Crime', 'Chattamtho Porattam', 'ML'),
(4456, 'Crime', 'Nihon jokyo-den: tekka geisha', 'ML'),
(4457, 'Crime', 'Knockaround Guys', 'ML'),
(4458, 'Crime', 'Acar kardesler', 'ML'),
(4459, 'Crime', 'Gunn Highway', 'ML'),
(4460, 'Crime', 'Los agentes del quinto grupo', 'ML'),
(4461, 'Crime', 'Cadet', 'ML'),
(4462, 'Crime', 'Police Under Fire', 'ML'),
(4463, 'Crime', 'Falcone', 'ML'),
(4464, 'Crime', 'Jing nu chu zheng', 'ML'),
(4465, 'Crime', 'Gamblers All', 'ML'),
(4466, 'Crime', 'Cruel Train', 'ML'),
(4467, 'Crime', 'Dirty Red', 'ML'),
(4468, 'Crime', 'Bloedband', 'ML'),
(4469, 'Crime', 'Der Fehler des Piloten', 'ML'),
(4470, 'Crime', 'Okhota na lis', 'ML'),
(4471, 'Crime', 'Die vier Spezialisten', 'ML'),
(4472, 'Crime', '90 Ghanta', 'ML'),
(4473, 'Crime', 'Dnevnik ubiytsy', 'ML'),
(4474, 'Crime', 'Het geheim dat bloed zag', 'ML'),
(4475, 'Crime', 'Charlie Irish', 'ML'),
(4476, 'Crime', 'Wangan ni kieta onna', 'ML'),
(4477, 'Crime', 'Xiang Gang qi an zhi si Miao Jie huang hou', 'ML'),
(4478, 'Crime', 'Como Nos Livrar do Saco', 'ML'),
(4479, 'Crime', 'Fuga in Francia', 'ML'),
(4480, 'Crime', 'The Lazarus Affair', 'ML'),
(4481, 'Crime', 'The Locksmith', 'ML'),
(4482, 'Crime', 'The Blackmailers', 'ML'),
(4483, 'Crime', 'The Infamous Exploits of Jack West', 'ML'),
(4484, 'Crime', 'Hart to Hart: Two Harts in 3/4 Time', 'ML'),
(4485, 'Crime', 'Nanny and the Professional', 'ML'),
(4486, 'Crime', 'Medium Straight', 'ML'),
(4487, 'Crime', 'Roma laltra faccia della violenza', 'ML'),
(4488, 'Crime', 'Rupan sansei: Umi ni kieta hihou', 'ML'),
(4489, 'Crime', 'Divlji andjeli', 'ML'),
(4490, 'Crime', 'Death Croons the Blues', 'ML'),
(4491, 'Crime', 'The Red Spider', 'ML'),
(4492, 'Crime', 'Traffick-King', 'ML'),
(4493, 'Crime', 'Ujala', 'ML'),
(4494, 'Crime', 'Hassel - De giriga', 'ML'),
(4495, 'Crime', 'Visakha Express', 'ML'),
(4496, 'Crime', 'Tilinteko', 'ML'),
(4497, 'Crime', 'Criminal Law', 'ML'),
(4498, 'Crime', 'Mein Freund, der Bulle', 'ML'),
(4499, 'Crime', 'Operations', 'ML'),
(4500, 'Crime', 'Satsujinsha - Uragiri no kyoudan', 'ML'),
(4501, 'Crime', 'The In-Laws', 'ML'),
(4502, 'Crime', 'Craig & Bentley: Joint Enterprise', 'ML'),
(4503, 'Crime', 'Tokyo Mafia: Yakuza Blood', 'ML'),
(4504, 'Crime', 'Steig ein und stirb', 'ML'),
(4505, 'Crime', 'Behind the Badge', 'ML'),
(4506, 'Crime', 'The Train', 'ML'),
(4507, 'Crime', 'Die Engel von St. Pauli', 'ML'),
(4508, 'Crime', 'El vigilador', 'ML'),
(4509, 'Crime', 'The Power of Ninjitsu', 'ML'),
(4510, 'Crime', 'Defending Casey Anthony', 'ML'),
(4511, 'Crime', 'Braco', 'ML'),
(4512, 'Crime', 'The Peoples Detective', 'ML'),
(4513, 'Crime', 'Odpadnik', 'ML'),
(4514, 'Crime', 'Ein Fremder klopft an', 'ML'),
(4515, 'Crime', 'Small Time Crooks', 'ML'),
(4516, 'Crime', 'Music Behind Bars', 'ML'),
(4517, 'Crime', 'A Man, a Woman and a Bank', 'ML'),
(4518, 'Crime', 'Lieutenant Rose and the Sealed Orders', 'ML'),
(4519, 'Crime', 'Doramundo', 'ML'),
(4520, 'Crime', 'Il bandito dagli occhi azzurri', 'ML'),
(4521, 'Crime', 'Cabrillo Highway', 'ML'),
(4522, 'Crime', 'La melodia dellinganno', 'ML'),
(4523, 'Crime', 'Naeilgajineun malhaji mara', 'ML'),
(4524, 'Crime', 'Das Phantom - Die Jagd nach Dagobert', 'ML'),
(4525, 'Crime', 'Kucch Luv Jaisaa', 'ML'),
(4526, 'Crime', 'Walk the Dark Street', 'ML'),
(4527, 'Crime', 'Flying from Justice', 'ML'),
(4528, 'Crime', 'Spitzen', 'ML'),
(4529, 'Crime', 'It Takes All Kinds', 'ML'),
(4530, 'Crime', 'Deviant Passions', 'ML'),
(4531, 'Crime', 'Fasulye', 'ML'),
(4532, 'Crime', 'Nannha Farishta', 'ML'),
(4533, 'Crime', 'Die Antwort kennt nur der Wind', 'ML'),
(4534, 'Crime', 'The Mafia at War', 'ML'),
(4535, 'Crime', 'Ladies of the Mob', 'ML'),
(4536, 'Crime', 'Dirty Pretty Things', 'ML'),
(4537, 'Crime', 'Behind the Curtain', 'ML'),
(4538, 'Crime', 'In the Hands of London Crooks', 'ML'),
(4539, 'Crime', 'Tulivesi', 'ML'),
(4540, 'Crime', 'This World, Then the Fireworks', 'ML'),
(4541, 'Crime', 'The Interrupters', 'ML'),
(4542, 'Crime', 'Mickey Spillanes Mike Hammer!', 'ML'),
(4543, 'Crime', 'American Murder', 'ML'),
(4544, 'Crime', 'They Never Learn', 'ML'),
(4545, 'Crime', 'A Gata Devassa', 'ML'),
(4546, 'Crime', 'Carmen Sandiego Math Detective', 'ML'),
(4547, 'Crime', 'Prigovoryonnyy', 'ML'),
(4548, 'Crime', 'Lan gui yu che tou', 'ML'),
(4549, 'Crime', 'Mong kok gaam yuk', 'ML'),
(4550, 'Crime', 'Dansei No. 1', 'ML'),
(4551, 'Crime', 'Apartado de correos 1001', 'ML'),
(4552, 'Crime', 'The Mike King Story', 'ML'),
(4553, 'Crime', 'Unlikely Friends', 'ML'),
(4554, 'Crime', 'Two Minutes Ago', 'ML'),
(4555, 'Crime', 'Scouts to the Rescue', 'ML'),
(4556, 'Crime', 'The Hollywood Detective', 'ML'),
(4557, 'Crime', 'Raw Hell', 'ML'),
(4558, 'Crime', 'The Voice of the City', 'ML'),
(4559, 'Crime', 'Der Solist - Niemandsland', 'ML'),
(4560, 'Crime', 'Charlie Chan in Rio', 'ML'),
(4561, 'Crime', 'I guappi non si toccano', 'ML'),
(4562, 'Crime', 'Bomber Jackets', 'ML'),
(4563, 'Crime', 'SOKO 5113', 'ML'),
(4564, 'Crime', 'Misled', 'ML'),
(4565, 'Crime', 'Perry Mason: The Case of the Defiant Daughter', 'ML'),
(4566, 'Crime', 'Amadas e Violentadas', 'ML'),
(4567, 'Crime', 'Dice of Destiny', 'ML'),
(4568, 'Crime', 'Tarao Bannai: Kimen mura no sangeki', 'ML'),
(4569, 'Crime', 'Quattro Formaggi', 'ML'),
(4570, 'Crime', 'Hama no kodakara sensei 24 ji: Satsui no ubugoe', 'ML'),
(4571, 'Crime', 'Lirkod', 'ML'),
(4572, 'Crime', 'Tatters, a Tale of the Slums', 'ML'),
(4573, 'Crime', 'Lieutenant Daring Avenges an Insult to the Union Jack', 'ML'),
(4574, 'Crime', 'The White Dove', 'ML'),
(4575, 'Crime', 'The Desert Raven', 'ML'),
(4576, 'Crime', 'As Amantes de Um Canalha', 'ML'),
(4577, 'Crime', 'Jacotte', 'ML'),
(4578, 'Crime', 'Dial 999', 'ML'),
(4579, 'Crime', 'The Investigators: The Tell-Tale Bomb', 'ML'),
(4580, 'Crime', 'To megalo kolpo', 'ML'),
(4581, 'Crime', 'Dokter Gerbrand', 'ML'),
(4582, 'Crime', 'The Lone Wolf Strikes', 'ML'),
(4583, 'Crime', 'The Cartier Affair', 'ML'),
(4584, 'Crime', 'Store Run', 'ML'),
(4585, 'Crime', 'Une femme aux abois', 'ML'),
(4586, 'Crime', 'My Korea', 'ML'),
(4587, 'Crime', 'Hunting Elephants', 'ML'),
(4588, 'Crime', 'Rosa Roth', 'ML'),
(4589, 'Crime', 'Traveller', 'ML'),
(4590, 'Crime', 'Shantazh', 'ML'),
(4591, 'Crime', 'Office Space', 'ML'),
(4592, 'Crime', 'Rendezvous mit Unbekannt', 'ML'),
(4593, 'Crime', 'Phantoms, Inc.', 'ML'),
(4594, 'Crime', 'Pronto', 'ML'),
(4595, 'Crime', 'Bombay to Goa', 'ML'),
(4596, 'Crime', 'Dojeognom', 'ML'),
(4597, 'Crime', 'The B-Side', 'ML'),
(4598, 'Crime', 'Wu syu', 'ML'),
(4599, 'Crime', 'The Marigold Murders', 'ML'),
(4600, 'Crime', 'The Tip Off', 'ML'),
(4601, 'Crime', 'The Sunchaser', 'ML'),
(4602, 'Crime', 'Kaution', 'ML'),
(4603, 'Crime', 'E venne il giorno dei limoni neri', 'ML'),
(4604, 'Crime', 'Uahan segye', 'ML'),
(4605, 'Crime', 'The Stoyanova Incident', 'ML'),
(4606, 'Crime', 'Santo contra los secuestradores', 'ML'),
(4607, 'Crime', 'Operazione Kebab', 'ML'),
(4608, 'Crime', 'Big Mommas House', 'ML'),
(4609, 'Crime', 'Villa', 'ML'),
(4610, 'Crime', 'Diane, femme flic', 'ML'),
(4611, 'Crime', 'Motten im Licht', 'ML'),
(4612, 'Crime', 'Boondock II: All Saints Day', 'ML'),
(4613, 'Crime', 'Heller als der Mond', 'ML'),
(4614, 'Crime', 'Paper Moon', 'ML'),
(4615, 'Crime', 'Girl with a Gun', 'ML'),
(4616, 'Crime', '11:14', 'ML'),
(4617, 'Crime', 'Vim, ze jsi vrah', 'ML'),
(4618, 'Crime', 'The River Bridge', 'ML'),
(4619, 'Crime', 'The Strangers Kiss', 'ML'),
(4620, 'Crime', 'Where Is Amy Pressman?', 'ML'),
(4621, 'Crime', 'Between Truth and Lies', 'ML'),
(4622, 'Crime', 'Ging chat goo si', 'ML'),
(4623, 'Crime', 'The Flaw', 'ML'),
(4624, 'Crime', '60 Minuten Todesangst', 'ML'),
(4625, 'Crime', 'Eran trece', 'ML'),
(4626, 'Crime', 'Come Across', 'ML'),
(4627, 'Crime', 'Il Sepolcro - Il Collezionista', 'ML'),
(4628, 'Crime', 'Variant Zombi', 'ML'),
(4629, 'Crime', 'Chicle', 'ML'),
(4630, 'Crime', 'Batman: The Line', 'ML'),
(4631, 'Crime', 'Gehetzt - Der Tod im Sucher', 'ML'),
(4632, 'Crime', 'Contra Todos', 'ML'),
(4633, 'Crime', 'Deadly Appearances', 'ML'),
(4634, 'Crime', 'Crime of the Century', 'ML'),
(4635, 'Crime', 'City of Gold - Mumbai 1982: Ek Ankahee Kahani', 'ML'),
(4636, 'Crime', 'Dastha-ye aloode', 'ML'),
(4637, 'Crime', 'Holiday in Handcuffs', 'ML'),
(4638, 'Crime', 'Countdown - Die Jagd beginnt', 'ML'),
(4639, 'Crime', 'Behind the Heist', 'ML'),
(4640, 'Crime', 'Les eaux troubles', 'ML'),
(4641, 'Crime', 'Kovanaama', 'ML'),
(4642, 'Crime', 'Proxies', 'ML'),
(4643, 'Crime', 'Sengo Saidai no Toba', 'ML'),
(4644, 'Crime', 'The November Plan', 'ML'),
(4645, 'Crime', 'Dead Doornails', 'ML'),
(4646, 'Crime', 'Traffik', 'ML'),
(4647, 'Crime', 'Brutal Reality', 'ML'),
(4648, 'Crime', 'West 11', 'ML'),
(4649, 'Crime', 'Lo sgarbo', 'ML'),
(4650, 'Crime', 'Striker', 'ML'),
(4651, 'Crime', 'Trial Without Jury', 'ML'),
(4652, 'Crime', 'From Hell', 'ML'),
(4653, 'Crime', 'Yaju no fukkatsu', 'ML'),
(4654, 'Crime', 'The Alternates', 'ML'),
(4655, 'Crime', 'El aura', 'ML'),
(4656, 'Crime', 'Looking Over the Dragon', 'ML'),
(4657, 'Crime', 'La soga', 'ML'),
(4658, 'Crime', 'Felino', 'ML'),
(4659, 'Crime', 'Lucky Jordan', 'ML'),
(4660, 'Crime', 'Kings of Boston', 'ML'),
(4661, 'Crime', 'Los Cartel', 'ML'),
(4662, 'Crime', 'Mikel', 'ML'),
(4663, 'Crime', 'Women on Death Row 4', 'ML'),
(4664, 'Crime', 'Tayna chyornykh drozdov', 'ML'),
(4665, 'Crime', 'The Big Operator', 'ML'),
(4666, 'Crime', 'The Assassination Bureau', 'ML'),
(4667, 'Crime', 'New York', 'ML'),
(4668, 'Crime', 'Eglima stin Omonoia', 'ML'),
(4669, 'Crime', 'Snoken', 'ML'),
(4670, 'Crime', 'Lefki apeili', 'ML'),
(4671, 'Crime', 'Na-Insaafi', 'ML'),
(4672, 'Crime', 'Koubanji', 'ML'),
(4673, 'Crime', 'A Nannys Secret', 'ML'),
(4674, 'Crime', 'Ill Get You for This', 'ML'),
(4675, 'Crime', 'Interdit aux moins de 13 ans', 'ML'),
(4676, 'Crime', 'Interrogation Room', 'ML'),
(4677, 'Crime', 'La grotte aux loups', 'ML'),
(4678, 'Crime', 'Midnight Life', 'ML'),
(4679, 'Crime', 'The Making of Charlie Valentine: Behind the Scenes with Michael Weatherly', 'ML'),
(4680, 'Crime', 'Mentiroso', 'ML'),
(4681, 'Crime', 'Tecnica di una spia', 'ML'),
(4682, 'Crime', 'Batman', 'ML'),
(4683, 'Crime', 'The Dead Talk Back', 'ML'),
(4684, 'Crime', 'The Crews', 'ML'),
(4685, 'Crime', 'The Return of Jimmy Valentine', 'ML'),
(4686, 'Crime', 'Once Fallen', 'ML'),
(4687, 'Crime', 'Eine Frau sucht Liebe', 'ML'),
(4688, 'Crime', 'Le spectre', 'ML'),
(4689, 'Crime', 'Dr. Wongs Virtual Hell', 'ML'),
(4690, 'Crime', 'Valley of the Redwoods', 'ML'),
(4691, 'Crime', 'Satans Bed', 'ML'),
(4692, 'Crime', 'Sessiz harp', 'ML'),
(4693, 'Crime', 'Mann im Schatten', 'ML'),
(4694, 'Crime', 'Naga Phasa', 'ML'),
(4695, 'Crime', 'The Specialists', 'ML'),
(4696, 'Crime', 'Requital', 'ML'),
(4697, 'Crime', '90 Degrees in the Shade', 'ML'),
(4698, 'Crime', 'Reprisal', 'ML'),
(4699, 'Crime', 'Honour in Pawn', 'ML'),
(4700, 'Crime', 'Drowning by Numbers', 'ML'),
(4701, 'Crime', 'Y Pris', 'ML'),
(4702, 'Crime', 'Its a Criminal World', 'ML'),
(4703, 'Crime', 'Dekkariaika', 'ML'),
(4704, 'Crime', 'Insadong seukaendeul', 'ML'),
(4705, 'Crime', 'Ocho malditos', 'ML'),
(4706, 'Crime', 'Bulldog Drummond', 'ML'),
(4707, 'Crime', 'Drop Dead Sexy', 'ML'),
(4708, 'Crime', 'Tod in der Kurve', 'ML'),
(4709, 'Crime', 'Der Richter und sein Henker', 'ML'),
(4710, 'Crime', 'CSI: 3 Dimensions of Murder', 'ML'),
(4711, 'Crime', 'Bes v rebro', 'ML'),
(4712, 'Crime', 'Runaway Railway', 'ML'),
(4713, 'Crime', 'Plastic Boy and the Jokers', 'ML'),
(4714, 'Crime', 'Pocivali u miru', 'ML'),
(4715, 'Crime', 'Panopta III', 'ML'),
(4716, 'Crime', 'Alaska: Ice Cold Killers', 'ML'),
(4717, 'Crime', 'The Burglar and the Child', 'ML'),
(4718, 'Crime', 'Mallaki Iskandariya', 'ML'),
(4719, 'Crime', 'Foodland', 'ML'),
(4720, 'Crime', 'The Choirboys', 'ML'),
(4721, 'Crime', 'Dak ging 90', 'ML'),
(4722, 'Crime', '10 Grams', 'ML'),
(4723, 'Crime', 'Os Depravados', 'ML'),
(4724, 'Crime', 'To minutter for sent', 'ML'),
(4725, 'Crime', 'The Missing Man', 'ML'),
(4726, 'Crime', 'Track 16', 'ML'),
(4727, 'Crime', 'Jacques Mesrine: profession ennemi public', 'ML'),
(4728, 'Crime', 'Death Hunt', 'ML'),
(4729, 'Crime', 'Bullseye!', 'ML'),
(4730, 'Crime', 'Anatomie des Verbrechens', 'ML'),
(4731, 'Crime', 'Joseph', 'ML'),
(4732, 'Crime', 'O.D. Overdose Digital', 'ML'),
(4733, 'Crime', 'Schwarz Rot Gold', 'ML'),
(4734, 'Crime', 'Cue', 'ML'),
(4735, 'Crime', 'The Laramie Project', 'ML'),
(4736, 'Crime', 'Muhan', 'ML'),
(4737, 'Crime', 'Tod im Feuer', 'ML'),
(4738, 'Crime', 'Two Rooms', 'ML'),
(4739, 'Crime', 'One Good Cop', 'ML'),
(4740, 'Crime', 'The Kings Minister', 'ML'),
(4741, 'Crime', 'Held for Ransom', 'ML'),
(4742, 'Crime', 'Supermen ponevole ili eroticheskiy mutant', 'ML'),
(4743, 'Crime', 'Llamadas obscenas', 'ML'),
(4744, 'Crime', 'Anytime Anyplace', 'ML'),
(4745, 'Crime', 'Holdup of the Rocky Mountain Express', 'ML'),
(4746, 'Crime', 'A Shot in the Face', 'ML'),
(4747, 'Crime', 'A 2nd Chance', 'ML'),
(4748, 'Crime', 'Nine Grounds', 'ML'),
(4749, 'Crime', 'Boefje', 'ML'),
(4750, 'Crime', 'Svoy', 'ML'),
(4751, 'Crime', 'Big Shamus, Little Shamus', 'ML'),
(4752, 'Crime', 'Trzeci oficer', 'ML'),
(4753, 'Crime', 'Zi shou de ai', 'ML'),
(4754, 'Crime', 'A Broken Life', 'ML'),
(4755, 'Crime', 'Spotswood', 'ML'),
(4756, 'Crime', 'Gaplangva', 'ML'),
(4757, 'Crime', 'The Ministers', 'ML'),
(4758, 'Crime', 'Lottery', 'ML'),
(4759, 'Crime', 'O Filme do Filme Roubado do Roubo da Loja de Filme', 'ML'),
(4760, 'Crime', 'Den som frykter ulven', 'ML'),
(4761, 'Crime', 'Le pharmacien de garde', 'ML'),
(4762, 'Crime', 'Fe', 'ML'),
(4763, 'Crime', 'Before Morning', 'ML'),
(4764, 'Crime', 'One of the Bravest', 'ML'),
(4765, 'Crime', 'Die Chefin', 'ML'),
(4766, 'Crime', 'Atrapados en la venganza', 'ML'),
(4767, 'Crime', 'Crna hronika', 'ML'),
(4768, 'Crime', 'Schwarze Seide', 'ML'),
(4769, 'Crime', 'Rikospoliisi ei laula', 'ML'),
(4770, 'Crime', 'Nowa', 'ML'),
(4771, 'Crime', 'Martin Paris', 'ML'),
(4772, 'Crime', 'Hand Gun', 'ML'),
(4773, 'Crime', 'Honor Thy Father and Mother: The True Story of the Menendez Murders', 'ML'),
(4774, 'Crime', 'Beyond Cruel', 'ML'),
(4775, 'Crime', 'Time Trax', 'ML'),
(4776, 'Crime', 'Die Bande des Schreckens', 'ML'),
(4777, 'Crime', 'Denninger - Der Mann mit den zwei Gesichtern', 'ML'),
(4778, 'Crime', 'The Lightning Express', 'ML'),
(4779, 'Crime', 'The Man in the Wood', 'ML'),
(4780, 'Crime', 'True Believer', 'ML'),
(4781, 'Crime', 'Srok davnosti', 'ML'),
(4782, 'Crime', 'Lansky', 'ML'),
(4783, 'Crime', 'Haie an Bord', 'ML'),
(4784, 'Crime', 'Caged', 'ML'),
(4785, 'Crime', 'Podvod s Rubensem', 'ML'),
(4786, 'Crime', 'The Remnant', 'ML'),
(4787, 'Crime', 'The Good Thief', 'ML'),
(4788, 'Crime', 'Maweed maa maghoul', 'ML'),
(4789, 'Crime', 'Trapped in Tradition: Rivaaz', 'ML'),
(4790, 'Crime', 'Lovers, Partners & Spies', 'ML'),
(4791, 'Crime', 'Doberuman deka', 'ML'),
(4792, 'Crime', 'Kanaillen', 'ML'),
(4793, 'Crime', 'Border Lords 2', 'ML'),
(4794, 'Crime', 'The Jokers', 'ML'),
(4795, 'Crime', 'Nighthawks', 'ML'),
(4796, 'Crime', 'Paradiset', 'ML'),
(4797, 'Crime', 'Cambriolage en auto', 'ML'),
(4798, 'Crime', 'Outlaw Bikers', 'ML'),
(4799, 'War', 'Allies Official War Review, No. 3', 'ML'),
(4800, 'War', '1920. Wojna i milosc', 'ML'),
(4801, 'War', 'Modern-Day Slavery', 'ML'),
(4802, 'War', 'August 5th', 'ML'),
(4803, 'War', 'Berong Bulag', 'ML'),
(4804, 'War', 'The Cruel Sea', 'ML'),
(4805, 'War', 'Mighty Mo: The Battleship USS Missouri', 'ML'),
(4806, 'War', 'The Wars', 'ML'),
(4807, 'War', 'Desert Hell', 'ML'),
(4808, 'War', 'Mosquito Squadron', 'ML'),
(4809, 'War', 'Chocchan monogatari', 'ML'),
(4810, 'War', 'Prayers for Peace', 'ML'),
(4811, 'War', 'Mayaguez', 'ML'),
(4812, 'War', 'Sheltered Lives', 'ML'),
(4813, 'War', 'La voz dormida', 'ML'),
(4814, 'War', 'Ilocano Scouts Charging the Enemys Entrenchments', 'ML'),
(4815, 'War', 'Kriegslabor', 'ML'),
(4816, 'War', 'Reconstruction', 'ML'),
(4817, 'War', 'Rooban-e ghermez', 'ML'),
(4818, 'War', 'Major Dundee', 'ML'),
(4819, 'War', 'The Dirty Dozen: Next Mission', 'ML'),
(4820, 'War', 'Farewell Baghdad', 'ML'),
(4821, 'War', 'Geheime Spuren', 'ML'),
(4822, 'War', 'The Cockpit', 'ML'),
(4823, 'War', 'V sozvezdii byka', 'ML'),
(4824, 'War', 'The Jewel in the Crown', 'ML'),
(4825, 'War', 'Jordan Valley Blues', 'ML'),
(4826, 'War', 'At zije Republika', 'ML'),
(4827, 'War', 'Fighting for Life', 'ML'),
(4828, 'War', 'Luomo della legione', 'ML'),
(4829, 'War', 'Every Mother Should Know', 'ML'),
(4830, 'War', 'Battle Cry', 'ML'),
(4831, 'War', 'Prikaz: ogon ne otkryvat', 'ML'),
(4832, 'War', 'The Caine Mutiny Court-Martial', 'ML'),
(4833, 'War', 'Lili Marleen', 'ML'),
(4834, 'War', 'Off to War', 'ML'),
(4835, 'War', 'Red Runs the River', 'ML'),
(4836, 'War', 'Hornblower: The Examination for Lieutenant', 'ML'),
(4837, 'War', 'About Face! Reenacting War in a Time of War', 'ML'),
(4838, 'War', 'Teukgongdaewa dolaoji anhneun haebyeong', 'ML'),
(4839, 'War', 'Dvadtsat dney bez voyny', 'ML'),
(4840, 'War', 'The Heart of No Place', 'ML'),
(4841, 'War', '10 Years On: Afghanistan & Pakistan', 'ML'),
(4842, 'War', 'Chistilishche', 'ML'),
(4843, 'War', 'Bomber Boys: The Fighting Lancaster', 'ML'),
(4844, 'War', 'Legacy of Torture: The War Against the Black Liberation Movement', 'ML'),
(4845, 'War', 'Ege kahramanlari', 'ML'),
(4846, 'War', 'Soldados campesinos', 'ML'),
(4847, 'War', 'Battles of Saratoga', 'ML'),
(4848, 'War', 'The Secret War of Harry Frigg', 'ML'),
(4849, 'War', 'La mujer y la guerra', 'ML'),
(4850, 'War', 'Yoshitsune', 'ML'),
(4851, 'War', 'La frontiera', 'ML'),
(4852, 'War', 'The Boer War and Other Colonial Adventures', 'ML'),
(4853, 'War', 'Codename: Rapture', 'ML'),
(4854, 'War', '831, voyage incertain', 'ML'),
(4855, 'War', 'Sky Destroyer', 'ML'),
(4856, 'War', 'Eva Braun: Her Life with Adolf Hitler', 'ML'),
(4857, 'War', 'A Ship Is Born', 'ML'),
(4858, 'War', 'One Nation Under', 'ML'),
(4859, 'War', 'Lihim na bayani', 'ML'),
(4860, 'War', 'Ai ren tong zhi', 'ML'),
(4861, 'War', 'Melancholian 3 huonetta', 'ML'),
(4862, 'War', 'The Hour Before the Dawn', 'ML'),
(4863, 'War', 'Actors in War', 'ML'),
(4864, 'War', 'Terrain Difficulties in the East, Winter and Spring', 'ML'),
(4865, 'War', 'Salute John Citizen', 'ML'),
(4866, 'War', 'Imya', 'ML'),
(4867, 'War', 'Jatkosota', 'ML'),
(4868, 'War', 'In Desperate Battle: Normandy 1944', 'ML'),
(4869, 'War', 'Halik sa bandila', 'ML'),
(4870, 'War', 'Mission Inferno', 'ML'),
(4871, 'War', 'Nema problema', 'ML'),
(4872, 'War', 'Afghan Memento', 'ML'),
(4873, 'War', 'Na bezymyannoy vysote', 'ML'),
(4874, 'War', 'Candlelight in Algeria', 'ML'),
(4875, 'War', 'Ekzamen na bessmertie', 'ML'),
(4876, 'War', 'Baozi wan zhan dou', 'ML'),
(4877, 'War', 'Eeva Maria Kustaava', 'ML'),
(4878, 'War', 'Hvidsten gruppen', 'ML'),
(4879, 'War', 'Army Surgeon', 'ML'),
(4880, 'War', 'Fourth Infantry, U.S. Regulars', 'ML'),
(4881, 'War', 'Time Capsule: WW II - War in Europe', 'ML'),
(4882, 'War', 'Bare Digar Khaterati Ke Doost Midashtam', 'ML'),
(4883, 'War', 'The Brass Menagerie', 'ML'),
(4884, 'War', 'The Battle of Jutland', 'ML'),
(4885, 'War', 'Good Luck, Mr. Yates', 'ML'),
(4886, 'War', 'The Gentle Sex', 'ML'),
(4887, 'War', 'Izhorskiy batalyon', 'ML'),
(4888, 'War', 'Sortez vos culs de ma commode', 'ML'),
(4889, 'War', 'Adios al septimo de linea', 'ML'),
(4890, 'War', 'Quel caldo maledetto giorno di fuoco', 'ML'),
(4891, 'War', 'Pieces for Peace', 'ML'),
(4892, 'War', 'Zle pare', 'ML'),
(4893, 'War', 'GI JOE: Silent Killers', 'ML'),
(4894, 'War', 'BattleCell: BattleFeed', 'ML'),
(4895, 'War', '43', 'ML'),
(4896, 'War', 'El compadre Mendoza', 'ML'),
(4897, 'War', 'The Longest Hundred Miles', 'ML'),
(4898, 'War', 'Gesprengte Gitter', 'ML'),
(4899, 'War', 'Marai no tora', 'ML'),
(4900, 'War', 'Love Company: Reflections of the Korean War', 'ML'),
(4901, 'War', 'La prise de Tournavos', 'ML'),
(4902, 'War', 'Into Forgetfulness', 'ML'),
(4903, 'War', 'Bodyguard of Lies', 'ML'),
(4904, 'War', 'In My Lifetime: A Presentation of the Nuclear World Project', 'ML'),
(4905, 'War', 'Zlowah eyyeth layow', 'ML'),
(4906, 'War', 'Haidari, ora 3.30 - Apodrasate', 'ML'),
(4907, 'War', '1914 All Out', 'ML'),
(4908, 'War', 'A Bridge Too Far', 'ML'),
(4909, 'War', 'A Second Chance', 'ML'),
(4910, 'War', 'Forgotten War: The Struggle for North America', 'ML'),
(4911, 'War', 'Asboobs: Asal bobo', 'ML'),
(4912, 'War', 'Hell in the Pacific', 'ML'),
(4913, 'War', 'Wars', 'ML'),
(4914, 'War', 'I giorni dellinferno', 'ML'),
(4915, 'War', 'Major Movie Star', 'ML'),
(4916, 'War', 'Roscovanul', 'ML'),
(4917, 'War', 'The Road to Guantanamo', 'ML'),
(4918, 'War', 'Battleship Texas: The Lone Star Ship', 'ML'),
(4919, 'War', 'Saints and Soldiers: Airborne Creed', 'ML'),
(4920, 'War', 'Salut', 'ML'),
(4921, 'War', 'The Battles of Plattsburgh', 'ML'),
(4922, 'War', 'The Frozen Inferno', 'ML'),
(4923, 'War', 'Den komandira divizii', 'ML'),
(4924, 'War', 'Red Rubber Boots', 'ML'),
(4925, 'War', 'Oldest Living Confederate Widow Tells All', 'ML'),
(4926, 'War', 'Hogans Heroes', 'ML'),
(4927, 'War', 'Daitoa senso to kokusai saiban', 'ML'),
(4928, 'War', 'Chico', 'ML'),
(4929, 'War', 'La casa colorada', 'ML'),
(4930, 'War', 'The Manzanar Fishing Club', 'ML'),
(4931, 'War', 'In Their Boots: When He Came Home', 'ML'),
(4932, 'War', 'The Captive Heart', 'ML'),
(4933, 'War', 'The 400 Million', 'ML'),
(4934, 'War', 'A noi piace freddo...!', 'ML'),
(4935, 'War', 'Otryad', 'ML'),
(4936, 'War', 'La putain du roi', 'ML'),
(4937, 'War', 'Lagnese va a morire', 'ML'),
(4938, 'War', 'Baraka', 'ML'),
(4939, 'War', 'No Denying: Delawareans Bear Witness to the Holocaust, Liberators', 'ML'),
(4940, 'War', 'Wrecking an Armoured Train', 'ML'),
(4941, 'War', 'Grand Deception', 'ML'),
(4942, 'War', '442nd', 'ML'),
(4943, 'War', 'I kathodos ton 9', 'ML'),
(4944, 'War', 'Remember Belgium', 'ML'),
(4945, 'War', 'John McCraes War: In Flanders Fields', 'ML'),
(4946, 'War', 'Duishou', 'ML'),
(4947, 'War', 'Gibel eskadry', 'ML'),
(4948, 'War', 'Nevidni bataljon', 'ML'),
(4949, 'War', 'Morskoy batalion', 'ML'),
(4950, 'War', 'Radiostacioni', 'ML'),
(4951, 'War', 'Operation Inchon', 'ML'),
(4952, 'War', 'Beta Som', 'ML'),
(4953, 'War', 'Zhdu i nadeyus', 'ML'),
(4954, 'War', 'Dikiy myod', 'ML'),
(4955, 'War', 'Serata', 'ML'),
(4956, 'War', 'Area 88', 'ML'),
(4957, 'War', 'El tesoro de Pancho Villa', 'ML'),
(4958, 'War', 'Muggins, V.C.', 'ML'),
(4959, 'War', 'If Only Everyone', 'ML'),
(4960, 'War', 'The Riverbed', 'ML'),
(4961, 'War', 'You, John Jones!', 'ML'),
(4962, 'War', 'Blood of the Nation', 'ML'),
(4963, 'War', 'Otpisani', 'ML'),
(4964, 'War', 'Pyatyorka otvazhnykh', 'ML'),
(4965, 'War', 'Telegram Boy', 'ML'),
(4966, 'War', 'Deafening Silence: Burma Inside/Out', 'ML'),
(4967, 'War', '442: Live with Honor, Die with Dignity', 'ML'),
(4968, 'War', 'Fortunat', 'ML'),
(4969, 'War', 'Red Clay', 'ML'),
(4970, 'War', 'Hooligans at War', 'ML'),
(4971, 'War', 'Vietnam! Vietnam!', 'ML'),
(4972, 'War', 'Boadicea', 'ML'),
(4973, 'War', 'Gwiazdzista eskadra', 'ML'),
(4974, 'War', 'The Man Left Behind', 'ML'),
(4975, 'War', 'Surface to Air', 'ML'),
(4976, 'War', 'Unbroken Circle', 'ML'),
(4977, 'War', 'Wunderland', 'ML'),
(4978, 'War', 'We the Young', 'ML'),
(4979, 'War', 'Nationalkommitee Freies Deutschland', 'ML'),
(4980, 'War', 'Modern Combat Sandstorm', 'ML'),
(4981, 'War', 'Want allen hebben gezondigd', 'ML'),
(4982, 'War', 'All the Sins of the Past', 'ML'),
(4983, 'War', 'Ovog puta ne mozemo reci da nismo znali', 'ML'),
(4984, 'War', 'Bethune: The Making of a Hero', 'ML'),
(4985, 'War', 'Horseshoes and Hand Grenades', 'ML'),
(4986, 'War', 'Kowels Voice', 'ML'),
(4987, 'War', '103 McGraw Place', 'ML'),
(4988, 'War', 'Salvage with a Smile', 'ML'),
(4989, 'War', 'Forty Days of Musa Dagh', 'ML'),
(4990, 'War', 'The Last Days', 'ML'),
(4991, 'War', 'Admiral Deweys Flagship Olympia in Action at Manila', 'ML'),
(4992, 'War', 'Von Ryans Express', 'ML'),
(4993, 'War', 'Tropa Guripa', 'ML'),
(4994, 'War', 'Untitled Gad Beck Biopic', 'ML'),
(4995, 'War', 'A Soldier Comes Home', 'ML'),
(4996, 'War', 'Das Dritte Reich - In Farbe', 'ML'),
(4997, 'War', 'Ill-Fated Whom Time Longst Did Frown', 'ML'),
(4998, 'War', 'Nasza wojna', 'ML'),
(4999, 'War', 'Sumorna jesen', 'ML'),
(5000, 'War', 'Huanghe juelian', 'ML'),
(5001, 'War', 'Rome: Total War - Alexander', 'ML'),
(5002, 'War', 'If No War?', 'ML'),
(5003, 'War', 'The Battle of the Alamo', 'ML'),
(5004, 'War', 'Tri kralove', 'ML'),
(5005, 'War', 'The Battle of the Somme', 'ML'),
(5006, 'War', 'Story of Our Time', 'ML'),
(5007, 'War', 'Da ji qin lue zhe', 'ML'),
(5008, 'War', 'The Cinder Path', 'ML'),
(5009, 'War', 'Cannibal Mercenary', 'ML'),
(5010, 'War', 'Marwa', 'ML'),
(5011, 'War', 'Devils Dance the New Burlesque', 'ML'),
(5012, 'War', 'Killing Hitler', 'ML'),
(5013, 'War', 'Au coeur de la vie', 'ML'),
(5014, 'War', 'Du nageune', 'ML'),
(5015, 'War', 'All the Kings Men', 'ML'),
(5016, 'War', 'Wiping Something Off the Slate', 'ML'),
(5017, 'War', 'Hell and Back Again', 'ML'),
(5018, 'War', 'Novgorodtsy', 'ML'),
(5019, 'War', 'Brothers at War', 'ML'),
(5020, 'War', 'Sorte Shara', 'ML'),
(5021, 'War', 'Qaisy & Laila', 'ML'),
(5022, 'War', 'Situation Kroatien', 'ML'),
(5023, 'War', 'Saving Private Ryan', 'ML'),
(5024, 'War', 'Second to None', 'ML'),
(5025, 'War', 'Quiet at Dawn', 'ML'),
(5026, 'War', 'Gaza Shield', 'ML'),
(5027, 'War', 'The Rights of Man: A Story of Wars Red Blotch', 'ML'),
(5028, 'War', 'Coronation Street Extra: Garys Army Diaries', 'ML'),
(5029, 'War', 'W.I.A. Wounded in Action', 'ML'),
(5030, 'War', 'Through the Enemys Lines', 'ML'),
(5031, 'War', 'The Nuremberg Trial: War Crimes on Trial', 'ML'),
(5032, 'War', 'Hornblower: The Duchess and the Devil', 'ML'),
(5033, 'War', 'In Times of War: Ray Parkers Story', 'ML'),
(5034, 'War', 'The Profiteer', 'ML'),
(5035, 'War', 'When Sherman Marched to the Sea', 'ML'),
(5036, 'War', 'Drums in the Deep South', 'ML'),
(5037, 'War', 'Opium War', 'ML'),
(5038, 'War', 'S.S. Kronprinz Wilhelm Meeting S.S. Aller Off Sandy Hook', 'ML'),
(5039, 'War', 'Hong gao liang', 'ML'),
(5040, 'War', 'Inner Battle', 'ML'),
(5041, 'War', 'Original War', 'ML'),
(5042, 'War', 'None But the Brave', 'ML'),
(5043, 'War', 'An Affair of Outposts', 'ML'),
(5044, 'War', 'Cobra Mission', 'ML'),
(5045, 'War', 'The Red Beret', 'ML'),
(5046, 'War', 'The Spirit of 76', 'ML'),
(5047, 'War', 'La justice des hommes', 'ML'),
(5048, 'War', 'Veter', 'ML'),
(5049, 'War', 'Tsutisopeli', 'ML'),
(5050, 'War', 'Shelter for the Fighting Troops or Those in Rest Areas', 'ML'),
(5051, 'War', 'Nebesnyy tikhokhod', 'ML'),
(5052, 'War', 'Yellow Earth', 'ML'),
(5053, 'War', 'Casablanca Express', 'ML'),
(5054, 'War', 'The First Days', 'ML'),
(5055, 'War', 'Langelus de la victoire', 'ML'),
(5056, 'War', 'The Light of Victory', 'ML'),
(5057, 'War', 'This Mad World', 'ML'),
(5058, 'War', 'August 39 - Elf Tage zwischen Frieden und Krieg', 'ML'),
(5059, 'War', 'Da tou bing shang zhan chang: Za pai jun', 'ML'),
(5060, 'War', 'To kokkino treno', 'ML'),
(5061, 'War', 'Thule', 'ML'),
(5062, 'War', 'Villa des roses', 'ML'),
(5063, 'War', 'Enemy Image', 'ML'),
(5064, 'War', 'Ha-Pritza Hagdola', 'ML'),
(5065, 'War', 'Antsyali ardzaganqnere', 'ML'),
(5066, 'War', '300', 'ML'),
(5067, 'War', 'Epiheirisis Doureios Ippos', 'ML'),
(5068, 'War', 'Gardens of Stone', 'ML'),
(5069, 'War', 'Soldier, Sailor', 'ML'),
(5070, 'War', 'Biruma no tategoto', 'ML'),
(5071, 'War', 'Seulpeumeun jeobyeoldeulegedo', 'ML'),
(5072, 'War', 'Oorlog en vrede - 1914', 'ML'),
(5073, 'War', 'Stalingradskaya bitva I', 'ML'),
(5074, 'War', 'A Walk in the Sun', 'ML'),
(5075, 'War', '3 Hours', 'ML'),
(5076, 'War', 'Isang araw walang Diyos', 'ML'),
(5077, 'War', 'The Escape from Andersonville', 'ML'),
(5078, 'War', 'Katya', 'ML'),
(5079, 'War', 'Chichi kara no tegami', 'ML'),
(5080, 'War', 'A Catastrophic Success', 'ML'),
(5081, 'War', 'Jue zhan zhi hou', 'ML'),
(5082, 'War', 'Rebuilding Hope', 'ML'),
(5083, 'War', 'Ruins of the Reich', 'ML'),
(5084, 'War', 'Partizani', 'ML'),
(5085, 'War', 'Jageun yeonmot', 'ML'),
(5086, 'War', 'Bozic u Becu', 'ML'),
(5087, 'War', 'Gwishinjabneun haebyeong', 'ML'),
(5088, 'War', 'Les bidasses en folie', 'ML'),
(5089, 'War', 'Beyrouth 2012', 'ML'),
(5090, 'War', 'Balkanica LTD', 'ML'),
(5091, 'War', 'Jue sha', 'ML'),
(5092, 'War', 'W te dni przedwiosenne', 'ML'),
(5093, 'War', '55/95', 'ML'),
(5094, 'War', 'Stawka wieksza niz zycie', 'ML'),
(5095, 'War', 'Phantom Soldiers', 'ML'),
(5096, 'War', 'Khakestar-e sabz', 'ML'),
(5097, 'War', 'Mesl-e yek ghesse', 'ML'),
(5098, 'War', 'Hermann der Cherusker - Die Schlacht im Teutoburger Wald', 'ML'),
(5099, 'War', 'Standing Down', 'ML'),
(5100, 'War', 'Warriors from Hell', 'ML'),
(5101, 'War', 'Achtung! Banditi!', 'ML'),
(5102, 'War', 'Bolscevismo!', 'ML'),
(5103, 'War', 'Jian hou chang cheng dong', 'ML'),
(5104, 'War', 'Midnight Days', 'ML'),
(5105, 'War', 'The Right Way', 'ML'),
(5106, 'War', 'My Italian Story', 'ML'),
(5107, 'War', 'Na yasniy ogon', 'ML'),
(5108, 'War', 'The Favorite Son', 'ML'),
(5109, 'War', 'Mihai Viteazul', 'ML'),
(5110, 'War', 'An Indecent Obsession', 'ML'),
(5111, 'War', 'Ashk-e sarma', 'ML'),
(5112, 'War', 'Sexual Politics of War', 'ML'),
(5113, 'War', 'The White Cliffs of Dover', 'ML'),
(5114, 'War', 'Menzies and Churchill at War', 'ML'),
(5115, 'War', 'Ghost Pilots', 'ML'),
(5116, 'War', 'Las troyanas', 'ML'),
(5117, 'War', 'The Battle of Midway', 'ML'),
(5118, 'War', 'Rough Riders at Guantanamo', 'ML'),
(5119, 'War', 'Soldiers of Necker', 'ML'),
(5120, 'War', '71st N.Y. Volunteers Embarking for Santiago', 'ML'),
(5121, 'War', 'Diligin mo ng dugo', 'ML'),
(5122, 'War', 'Z dnia na dzien', 'ML'),
(5123, 'War', 'The Rest of the World', 'ML'),
(5124, 'War', 'Off We Go', 'ML'),
(5125, 'War', 'Death March of Bataan', 'ML'),
(5126, 'War', 'Tojos War', 'ML'),
(5127, 'War', 'Iran!', 'ML'),
(5128, 'War', 'A Rebels Cry', 'ML'),
(5129, 'War', 'The Draft Horse', 'ML'),
(5130, 'War', 'Olenya okhota', 'ML'),
(5131, 'War', 'Battle of the V-1', 'ML'),
(5132, 'War', 'Krasnaya kapella', 'ML'),
(5133, 'War', 'Fumar, matar, morir', 'ML'),
(5134, 'War', 'Jeok-gwa-eui Dong-chim', 'ML'),
(5135, 'War', 'Uprising44: The Silent Shadows', 'ML'),
(5136, 'War', 'Kazhdyy tretiy', 'ML'),
(5137, 'War', 'Miss Jackie of the Army', 'ML'),
(5138, 'War', 'Worlds in Turmoil', 'ML'),
(5139, 'War', 'Vox Populi, Methods of Manipulation', 'ML'),
(5140, 'War', 'Blood & Iron: The Story of the German War Machine', 'ML'),
(5141, 'War', 'Forgotten Heroes', 'ML'),
(5142, 'War', 'Radical Rifle Icon', 'ML'),
(5143, 'War', 'Thailand', 'ML'),
(5144, 'War', 'Oni byli pervymi', 'ML'),
(5145, 'War', 'Hitlers Germany', 'ML'),
(5146, 'War', 'Seven Thunders', 'ML'),
(5147, 'War', 'Parashuty na derevyakh', 'ML'),
(5148, 'War', 'Zvezdite na 42-ta', 'ML'),
(5149, 'War', 'Force of Arms', 'ML'),
(5150, 'War', 'Kad mrtvi zapjevaju', 'ML'),
(5151, 'War', 'Haleema', 'ML'),
(5152, 'War', 'Ischeznuvshie', 'ML'),
(5153, 'War', 'Santiago!', 'ML'),
(5154, 'War', 'Ace of Aces', 'ML'),
(5155, 'War', 'Qing cheng zhi lian', 'ML'),
(5156, 'War', 'Westfront 1918', 'ML'),
(5157, 'War', 'Rote Rosen, rote Lippen, roter Wein', 'ML'),
(5158, 'War', 'Americas Atomic Bomb Tests: At Ground Zero', 'ML'),
(5159, 'War', 'Jvartsmuli kundzuli', 'ML'),
(5160, 'War', 'Der Vordere Platz', 'ML'),
(5161, 'War', 'Flat Top', 'ML'),
(5162, 'War', 'Der Vater', 'ML'),
(5163, 'War', 'Advance Wars', 'ML'),
(5164, 'War', 'Mui co chay', 'ML'),
(5165, 'War', 'Sand Queen', 'ML'),
(5166, 'War', 'Outlawed: Extraordinary Rendition, Torture and Disappearances in the War on Terror', 'ML'),
(5167, 'War', 'The African Queen', 'ML'),
(5168, 'War', 'Abuna Messias', 'ML'),
(5169, 'War', 'Kill or Be Killed', 'ML'),
(5170, 'War', 'Stormrise', 'ML'),
(5171, 'War', 'Finding Our Voices: Stories of American Dissent', 'ML'),
(5172, 'War', 'Soldiers: Heroes of World War II', 'ML'),
(5173, 'War', 'Desert Victory', 'ML'),
(5174, 'War', 'Der Tag des Spatzen', 'ML'),
(5175, 'War', 'Dambusters', 'ML'),
(5176, 'War', 'I Wont Play', 'ML'),
(5177, 'War', 'Eine Armee Gretchen', 'ML'),
(5178, 'War', 'Sharpes Siege', 'ML'),
(5179, 'War', 'Zhi qu wei hu shan', 'ML'),
(5180, 'War', 'Le facteur sen va-t-en guerre', 'ML'),
(5181, 'War', 'The Evacuees', 'ML'),
(5182, 'War', 'Stejar, extrema urgenta', 'ML'),
(5183, 'War', 'Voices Against Them', 'ML'),
(5184, 'War', 'Defensive Battle in Winter', 'ML'),
(5185, 'War', 'Monsignor', 'ML'),
(5186, 'War', 'The Heroes of Desert Storm', 'ML'),
(5187, 'War', 'Djanki Guriashi', 'ML'),
(5188, 'War', 'Nancy Wake Codename: The White Mouse', 'ML'),
(5189, 'War', 'Diary from the Revolution', 'ML'),
(5190, 'War', 'Toraoji annun haebyong', 'ML'),
(5191, 'War', 'The War Zone', 'ML'),
(5192, 'War', 'School for Secrets', 'ML'),
(5193, 'War', 'Sudden Noises', 'ML'),
(5194, 'War', 'I sogni muoiono allalba', 'ML'),
(5195, 'War', 'Kuroi ame', 'ML'),
(5196, 'War', 'Soy soldado', 'ML'),
(5197, 'War', 'Otoko-tachi no Yamato', 'ML'),
(5198, 'War', 'Slozna braca', 'ML'),
(5199, 'War', 'Denied Entry', 'ML'),
(5200, 'War', 'Sanggeommu', 'ML'),
(5201, 'War', 'Les soeurs ennemies', 'ML'),
(5202, 'War', 'Katusha', 'ML'),
(5203, 'War', 'Sgt. Villapando: AWOL', 'ML'),
(5204, 'War', 'True Heaven', 'ML'),
(5205, 'War', '(Feinde)', 'ML'),
(5206, 'War', 'Moja wojna - moja milosc', 'ML'),
(5207, 'War', 'Ironclads', 'ML'),
(5208, 'War', 'WARdisease', 'ML'),
(5209, 'War', 'Le grand cirque', 'ML'),
(5210, 'War', 'Poliorkia', 'ML'),
(5211, 'War', 'All Night Long', 'ML'),
(5212, 'War', 'Castilla se liberta', 'ML'),
(5213, 'War', 'Beneath the Wheel', 'ML'),
(5214, 'War', 'Paratroop Command', 'ML'),
(5215, 'War', 'V-1: The Robot Bomb', 'ML'),
(5216, 'War', 'Gyeolsadae jagjeon', 'ML'),
(5217, 'War', 'A Continental Girl', 'ML'),
(5218, 'War', 'Molodaya gvardiya', 'ML'),
(5219, 'War', 'Missing: Prisoner of Iraq?', 'ML'),
(5220, 'War', 'Division Brandenburg', 'ML'),
(5221, 'War', 'Dirty Dozen', 'ML'),
(5222, 'War', 'The Digger', 'ML'),
(5223, 'War', 'The Kingdom of Women', 'ML'),
(5224, 'War', 'Hasharsheret Shel Pesya', 'ML'),
(5225, 'War', 'De stilte der zee', 'ML'),
(5226, 'War', 'The Forgotten Defenders', 'ML'),
(5227, 'War', 'Changement: lHistoire a travers les yeux des guineens', 'ML'),
(5228, 'War', 'V 26-go ne strelyat', 'ML'),
(5229, 'War', 'Food Fight', 'ML'),
(5230, 'War', 'Safar be Chazabeh', 'ML'),
(5231, 'War', 'Zalongo, to kastro tis lefterias', 'ML'),
(5232, 'War', 'Donne e soldati', 'ML'),
(5233, 'War', 'Ubiytsy vykhodyat na dorogu', 'ML'),
(5234, 'War', 'American Guerrilla in the Philippines', 'ML'),
(5235, 'War', 'Lost Battalion', 'ML'),
(5236, 'War', 'Policing the Pacific', 'ML'),
(5237, 'War', 'Walang piring ang katarungan', 'ML'),
(5238, 'War', 'Gonin no totsugeki tai', 'ML'),
(5239, 'War', 'Fortress of the Dead', 'ML'),
(5240, 'War', 'Gallipoli', 'ML'),
(5241, 'War', 'Across the Waves', 'ML'),
(5242, 'War', 'The Glory Brigade', 'ML'),
(5243, 'War', 'ArmA: Armed Assault', 'ML'),
(5244, 'War', 'Hans Kloss. Stawka wieksza niz smierc', 'ML'),
(5245, 'War', 'Maim Soarim', 'ML'),
(5246, 'War', 'To imerologio tis katohis', 'ML'),
(5247, 'War', 'The ABCs of Happiness', 'ML'),
(5248, 'War', 'Occupation', 'ML'),
(5249, 'War', 'Eight Iron Men', 'ML'),
(5250, 'War', 'Pod isto nebo', 'ML'),
(5251, 'War', 'Querido Camilo', 'ML'),
(5252, 'War', 'Warheads', 'ML'),
(5253, 'War', 'Nihyakusan kouchi', 'ML'),
(5254, 'War', 'Safe Delivery: Traditional Birth Attendants in Liberia', 'ML'),
(5255, 'War', 'Admiral Beattys Fleet in Action', 'ML'),
(5256, 'War', 'The Exiles', 'ML'),
(5257, 'War', 'Botelya', 'ML'),
(5258, 'War', 'The Looters of Liege', 'ML'),
(5259, 'War', 'Freedom Radio', 'ML'),
(5260, 'War', 'Nie ma powrotu Johnny', 'ML'),
(5261, 'War', 'Recon 7 Down', 'ML'),
(5262, 'War', 'Tour of Duty', 'ML'),
(5263, 'War', 'Captive Hearts', 'ML'),
(5264, 'War', 'In de schaduw van de overwinning', 'ML'),
(5265, 'War', 'Prisoners of War: Stolen Freedom', 'ML'),
(5266, 'War', 'The Lady in Ermine', 'ML'),
(5267, 'War', 'The Hammer and the Locksmith', 'ML'),
(5268, 'War', 'Jungle Drums', 'ML'),
(5269, 'War', 'Im Kampf gegen den Weltfeind: Deutsche Freiwillige in Spanien', 'ML'),
(5270, 'War', 'Putovanje tamnom polutkom', 'ML'),
(5271, 'War', 'Podvig Odessy', 'ML'),
(5272, 'War', 'Yuki Yukite shingun', 'ML'),
(5273, 'War', 'Giarabub', 'ML'),
(5274, 'War', 'Yamato', 'ML'),
(5275, 'War', 'D-Day: The Total Story', 'ML'),
(5276, 'War', 'Liberation of Rome', 'ML'),
(5277, 'War', 'A Face of War', 'ML'),
(5278, 'War', 'This Above All', 'ML'),
(5279, 'War', 'Rorkes Drift', 'ML'),
(5280, 'War', 'Tunelul', 'ML'),
(5281, 'War', 'Jing zhong bao guo', 'ML'),
(5282, 'War', 'Jericho', 'ML'),
(5283, 'War', 'Standing on Common Ground', 'ML'),
(5284, 'War', 'Volca noc', 'ML'),
(5285, 'War', 'Kiki+Tiger', 'ML'),
(5286, 'War', 'The Broken Chain', 'ML'),
(5287, 'War', 'Deutschstunde', 'ML'),
(5288, 'War', 'Mail Call', 'ML'),
(5289, 'War', 'Civil War Minutes: Union', 'ML'),
(5290, 'War', 'La bataille du rail', 'ML'),
(5291, 'War', 'Les gaz', 'ML'),
(5292, 'War', 'Briton and Boer', 'ML'),
(5293, 'War', 'The War of Wars; Or, The Franco-German Invasion', 'ML'),
(5294, 'War', 'A Promise Fulfilled', 'ML'),
(5295, 'War', 'Front za liniey fronta', 'ML'),
(5296, 'War', 'Osma vrata', 'ML'),
(5297, 'War', 'Pedon merkki', 'ML'),
(5298, 'War', 'Dont Ask Me, Ask God', 'ML'),
(5299, 'War', 'Nebo Moskvy', 'ML'),
(5300, 'War', '...Un ami viendra ce soir...', 'ML'),
(5301, 'War', 'Death March', 'ML'),
(5302, 'War', 'The War in China', 'ML'),
(5303, 'War', 'Combat Killers', 'ML'),
(5304, 'War', 'Discovering the Buffalo', 'ML'),
(5305, 'War', 'Kibris sehitleri', 'ML'),
(5306, 'War', 'En dansker i Hitlers Tyskland', 'ML'),
(5307, 'War', 'Varians War', 'ML'),
(5308, 'War', 'The World at War', 'ML'),
(5309, 'War', 'Madame Spy', 'ML'),
(5310, 'War', 'Seongwoong Lee Sun-shin', 'ML'),
(5311, 'War', 'Adversaires invisibles', 'ML'),
(5312, 'War', 'Lebenverse: Living Video Memory', 'ML'),
(5313, 'War', 'One Family in Gaza', 'ML'),
(5314, 'War', 'Milosevic on Trial', 'ML'),
(5315, 'War', 'Diversant 2: Konets voyny', 'ML'),
(5316, 'War', 'A Day with Lowkey & Shadia', 'ML'),
(5317, 'War', 'Britons Awake!', 'ML'),
(5318, 'War', 'Decisive Battles', 'ML'),
(5319, 'War', 'Jedna polovina dana', 'ML'),
(5320, 'War', 'Behold a Pale Horse', 'ML'),
(5321, 'War', 'The Grey Parasol', 'ML'),
(5322, 'War', 'When Hitler Invaded Britain', 'ML'),
(5323, 'War', 'Cuatro desertores', 'ML'),
(5324, 'War', 'Pelak', 'ML'),
(5325, 'War', 'Reichshauptstadt privat', 'ML'),
(5326, 'War', 'Anzacs in Action', 'ML'),
(5327, 'War', 'Restrepo', 'ML'),
(5328, 'War', 'Paygah-e jahannami', 'ML'),
(5329, 'War', 'Soldaat van Oranje', 'ML'),
(5330, 'War', 'Bai yi zhan shi', 'ML'),
(5331, 'War', 'Laiglonne', 'ML'),
(5332, 'War', 'Healing Voices', 'ML'),
(5333, 'War', 'Stauffenberg', 'ML'),
(5334, 'War', 'Sacrifice on the Ante', 'ML'),
(5335, 'War', 'Vozvrashchenie v A', 'ML'),
(5336, 'War', 'Caesar and Cleopatra', 'ML'),
(5337, 'War', 'Di dao zhan', 'ML'),
(5338, 'War', 'Shogun: Total War - The Mongol Invasion', 'ML'),
(5339, 'War', 'Sadomaster', 'ML'),
(5340, 'War', 'A Southern Girls Heroism', 'ML'),
(5341, 'War', 'W.V.S.', 'ML'),
(5342, 'War', 'State Department: File 649', 'ML'),
(5343, 'War', 'The Cockney Spirit in the War No. 3', 'ML'),
(5344, 'War', 'Hell to Eternity', 'ML'),
(5345, 'War', 'Libertys Triumph', 'ML'),
(5346, 'War', 'The Reluctant Heroes', 'ML'),
(5347, 'War', 'Norden i flammer', 'ML'),
(5348, 'War', 'Daleko je sunce', 'ML'),
(5349, 'War', 'Macak pod sljemom', 'ML'),
(5350, 'War', 'How I Won the VC', 'ML'),
(5351, 'War', 'Hui min zhi dui', 'ML'),
(5352, 'War', 'The Russians Are Coming the Russians Are Coming', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(5353, 'War', 'Death Squad', 'ML'),
(5354, 'War', 'So Proudly We Hail!', 'ML'),
(5355, 'War', 'SkyKid', 'ML'),
(5356, 'War', 'Canciones de Madrid', 'ML'),
(5357, 'War', 'Der Flieger von Goerz', 'ML'),
(5358, 'War', 'Beachhead', 'ML'),
(5359, 'War', 'La carica degli eroi', 'ML'),
(5360, 'War', 'Battle of Manila Bay', 'ML'),
(5361, 'War', 'Suicide Attack', 'ML'),
(5362, 'War', 'Primavere a Sarajevo - Larte della rinascita', 'ML'),
(5363, 'War', 'Play Dirty', 'ML'),
(5364, 'War', 'Seul', 'ML'),
(5365, 'War', 'Call of Duty: Modern Warfare: Mobilized', 'ML'),
(5366, 'War', 'Bosko the Doughboy', 'ML'),
(5367, 'War', 'Seas Beneath', 'ML'),
(5368, 'War', 'Running Free', 'ML'),
(5369, 'War', 'Mazrae-ye pedari', 'ML'),
(5370, 'War', 'A Dash with the Despatch', 'ML'),
(5371, 'War', 'Khronika pikiruyushchego bombardirovshchika', 'ML'),
(5372, 'War', 'Going After Cacciato', 'ML'),
(5373, 'War', 'Wan shui qian shan', 'ML'),
(5374, 'War', 'Sizdah 59', 'ML'),
(5375, 'War', 'They Were Expendable', 'ML'),
(5376, 'War', 'The Desert Rats', 'ML'),
(5377, 'War', 'Crossbone Territory', 'ML'),
(5378, 'War', 'Sajaseong', 'ML'),
(5379, 'War', 'Black Hawk Down', 'ML'),
(5380, 'War', 'Orgoglio', 'ML'),
(5381, 'War', 'Beautiful War', 'ML'),
(5382, 'War', 'Red White and Boo', 'ML'),
(5383, 'War', 'Target for Today', 'ML'),
(5384, 'War', 'Good Morning, Vietnam', 'ML'),
(5385, 'War', 'Dead of Ardennes', 'ML'),
(5386, 'War', 'Album polski', 'ML'),
(5387, 'War', 'Les enfants du diable', 'ML'),
(5388, 'War', 'Regret to Inform', 'ML'),
(5389, 'War', 'A Soldiers Peace', 'ML'),
(5390, 'War', 'Der Teufel spielte Balalaika', 'ML'),
(5391, 'War', 'Come on In', 'ML'),
(5392, 'War', 'Amakusa shiro tokisada', 'ML'),
(5393, 'War', 'The Heart of Maryland', 'ML'),
(5394, 'War', 'Green Cards for Al Qaeda', 'ML'),
(5395, 'War', 'Mann ohne Namen', 'ML'),
(5396, 'War', 'Meensel-Kiezegem 44', 'ML'),
(5397, 'War', 'Widespread Panic: The Earth Will Swallow You', 'ML'),
(5398, 'War', 'Subteranul', 'ML'),
(5399, 'War', 'Tsuchi to heitai', 'ML'),
(5400, 'War', 'A True War Story', 'ML'),
(5401, 'War', 'To nisi ton gennaion', 'ML'),
(5402, 'War', 'Bez prava na proval', 'ML'),
(5403, 'War', 'The Claws of the Hun', 'ML'),
(5404, 'War', 'Feu!', 'ML'),
(5405, 'War', 'Tom Clancys Ghost Recon 2', 'ML'),
(5406, 'War', 'Boetie Gaan Border Toe!', 'ML'),
(5407, 'War', 'On to Tokyo', 'ML'),
(5408, 'War', 'Rekvijem', 'ML'),
(5409, 'War', 'The Negro Soldier', 'ML'),
(5410, 'War', 'Battle of Mortimers Cross', 'ML'),
(5411, 'War', 'Na voyne, kak na voyne', 'ML'),
(5412, 'War', 'Mersedes ukhodit ot pogoni', 'ML'),
(5413, 'War', 'Operacija Teodor', 'ML'),
(5414, 'War', 'From Here to Eternity', 'ML'),
(5415, 'War', 'Here Comes Mr. Zerk', 'ML'),
(5416, 'War', 'Zero Dark Dirty', 'ML'),
(5417, 'War', 'Battles BC', 'ML'),
(5418, 'War', 'Zone Troopers', 'ML'),
(5419, 'War', 'Dolgaya pamyat', 'ML'),
(5420, 'War', 'Prisoners of Hope', 'ML'),
(5421, 'War', 'Sablazan', 'ML'),
(5422, 'War', 'Bashi-Achuki', 'ML'),
(5423, 'War', 'The Little Reb', 'ML'),
(5424, 'War', 'Kendini kurtaran sehir', 'ML'),
(5425, 'War', 'In the Presence of Mine Enemies', 'ML'),
(5426, 'War', 'The Sea Shall Not Have Them', 'ML'),
(5427, 'War', 'Britain at War', 'ML'),
(5428, 'War', 'Decision Before Dawn', 'ML'),
(5429, 'War', 'Vrijeme za...', 'ML'),
(5430, 'War', 'Iron Angel', 'ML'),
(5431, 'War', 'Good Cop', 'ML'),
(5432, 'War', 'El vals sin fin', 'ML'),
(5433, 'War', 'The Ancient Art of War at Sea', 'ML'),
(5434, 'War', 'El centauro Pancho Villa', 'ML'),
(5435, 'War', 'John Bulls Own Island', 'ML'),
(5436, 'War', 'No More a Coward Than You or I', 'ML'),
(5437, 'War', 'I floga tis eleftherias', 'ML'),
(5438, 'War', 'Rodnaya krov', 'ML'),
(5439, 'War', 'Mtsvervalta dampkrobni', 'ML'),
(5440, 'War', 'Portrait of a Peacekeeper', 'ML'),
(5441, 'War', 'Nobi', 'ML'),
(5442, 'War', 'Vet', 'ML'),
(5443, 'War', 'Con la vida hicieron fuego', 'ML'),
(5444, 'War', 'The One That Got Away', 'ML'),
(5445, 'War', 'Carlas Song', 'ML'),
(5446, 'War', 'Bialystok Brooklyn', 'ML'),
(5447, 'War', 'Sussurri e grida', 'ML'),
(5448, 'War', 'Bombardment of Colenso by 4.7 Guns of H.M.S. Terrible', 'ML'),
(5449, 'War', 'Schweiks New Adventures', 'ML'),
(5450, 'War', 'Westerling', 'ML'),
(5451, 'War', 'A Thursday Night with Code Pink', 'ML'),
(5452, 'War', 'Vacances royales', 'ML'),
(5453, 'War', 'Flying with Prudence', 'ML'),
(5454, 'War', 'Battle History of the U.S. Army', 'ML'),
(5455, 'War', 'Blekitny krzyz', 'ML'),
(5456, 'War', 'Bez vesti propavshiy', 'ML'),
(5457, 'War', 'D-Day, 6th June 1944: The Official Story', 'ML'),
(5458, 'War', 'Bijeg', 'ML'),
(5459, 'War', 'Crveni cvet', 'ML'),
(5460, 'War', 'La toma de la Plaza', 'ML'),
(5461, 'War', 'King & Country', 'ML'),
(5462, 'War', 'Combat Sergeant', 'ML'),
(5463, 'War', 'Singa kerawang bekasi', 'ML'),
(5464, 'War', 'Rapresent', 'ML'),
(5465, 'War', 'Rabbi Israel J. Gerber: A Remarkable Mans Journey', 'ML'),
(5466, 'War', 'Lebanon Summer 2006', 'ML'),
(5467, 'War', 'Razgrom Yaponii', 'ML'),
(5468, 'War', 'Grace and Danger', 'ML'),
(5469, 'War', 'A Man Called Sarge', 'ML'),
(5470, 'War', 'Jetfighter IV: Fortress America', 'ML'),
(5471, 'War', 'The Men Who Sailed the Liberty Ships', 'ML'),
(5472, 'War', 'Englands Menace', 'ML'),
(5473, 'War', 'Sutjeska', 'ML'),
(5474, 'War', 'Sandhya Deeper Sikha', 'ML'),
(5475, 'War', 'McHales Navy', 'ML'),
(5476, 'War', 'Ji mao xin', 'ML'),
(5477, 'War', 'Ding tian li di', 'ML'),
(5478, 'War', 'War Camp', 'ML'),
(5479, 'War', 'Fighting Norway', 'ML'),
(5480, 'War', 'Air Battle Force', 'ML'),
(5481, 'War', 'I tre sergenti del Bengala', 'ML'),
(5482, 'War', 'Nuclear Tango: Why a Hero Fell from Grace', 'ML'),
(5483, 'War', 'Ljubezen', 'ML'),
(5484, 'War', 'Un soir de joie', 'ML'),
(5485, 'War', 'War Investment Seminar', 'ML'),
(5486, 'War', 'Battlefield', 'ML'),
(5487, 'War', 'Objective, Burma!', 'ML'),
(5488, 'War', 'Me tin lampsi sta matia', 'ML'),
(5489, 'War', 'Hell Is for Heroes', 'ML'),
(5490, 'War', 'Shangani Patrol', 'ML'),
(5491, 'War', 'Escape from Colditz', 'ML'),
(5492, 'War', 'My Father, My Son', 'ML'),
(5493, 'War', 'Huangqiao jue zhan', 'ML'),
(5494, 'War', 'Svjedoci', 'ML'),
(5495, 'War', 'Cast Lead', 'ML'),
(5496, 'War', 'Indianapolis', 'ML'),
(5497, 'War', 'Acht', 'ML'),
(5498, 'War', 'Nasi se putovi razilaze', 'ML'),
(5499, 'War', 'Saoirse?', 'ML'),
(5500, 'War', 'Vietcong', 'ML'),
(5501, 'War', '1971', 'ML'),
(5502, 'War', '15 Amore', 'ML'),
(5503, 'War', 'Assault on the Wayne', 'ML'),
(5504, 'War', 'The War Profiteers', 'ML'),
(5505, 'War', 'Black Fox: The True Story of Adolf Hitler', 'ML'),
(5506, 'War', 'Booby Traps', 'ML'),
(5507, 'War', 'The Little Black Book: The Benning Family', 'ML'),
(5508, 'War', 'Druzya', 'ML'),
(5509, 'War', 'Snow Hill', 'ML'),
(5510, 'War', 'Why Didnt Anybody Tell Me It Would Become This Bad in Afghanistan', 'ML'),
(5511, 'War', 'Ghosts of Abu Ghraib', 'ML'),
(5512, 'War', 'Den, ktory neumrie', 'ML'),
(5513, 'War', 'Lebak membara', 'ML'),
(5514, 'War', 'The Nazis: Blitzkrieg', 'ML'),
(5515, 'War', 'Piagol', 'ML'),
(5516, 'War', 'Flandres', 'ML'),
(5517, 'War', 'When Willie Comes Marching Home', 'ML'),
(5518, 'War', 'Jirisanui seongnan toggideul', 'ML'),
(5519, 'War', 'Jabidah Massacre', 'ML'),
(5520, 'War', 'From Hell to Victory', 'ML'),
(5521, 'War', 'Infamy', 'ML'),
(5522, 'War', 'War Torn', 'ML'),
(5523, 'War', 'Yavuz Sultan Selim agliyor', 'ML'),
(5524, 'War', 'The Time Is... Now', 'ML'),
(5525, 'War', 'Blondie for Victory', 'ML'),
(5526, 'War', 'Territorio Comanche', 'ML'),
(5527, 'War', 'Samarat Prithviraj Chauvan', 'ML'),
(5528, 'War', 'Gholle-ye donya', 'ML'),
(5529, 'War', 'Bing lin jue jing', 'ML'),
(5530, 'War', 'Jack, the Balkans & I', 'ML'),
(5531, 'War', 'Una cruz en el infierno', 'ML'),
(5532, 'War', 'Tampico', 'ML'),
(5533, 'War', 'Magsingdugo', 'ML'),
(5534, 'War', 'Zastihla me noc', 'ML'),
(5535, 'War', 'Przeor Kordecki - obronca Czestochowy', 'ML'),
(5536, 'War', 'Boyevoy kinosbornik 1', 'ML'),
(5537, 'War', 'Private War', 'ML'),
(5538, 'War', 'Battle of Guantanomo', 'ML'),
(5539, 'War', 'Top Gun: Hard Lock', 'ML'),
(5540, 'War', 'Genkai-nada', 'ML'),
(5541, 'War', 'The Trials of Muhammad Ali', 'ML'),
(5542, 'War', 'R.V.S.', 'ML'),
(5543, 'War', 'My First War', 'ML'),
(5544, 'War', 'The Shell House Raid', 'ML'),
(5545, 'War', 'SAS: The Soldiers Story', 'ML'),
(5546, 'War', 'Nishizumi senshacho-den', 'ML'),
(5547, 'War', 'Bombay Clipper', 'ML'),
(5548, 'War', 'The Invisible World', 'ML'),
(5550, 'War', 'The Vamp', 'ML'),
(5551, 'War', 'Wardogs', 'ML'),
(5552, 'War', 'De la guerre', 'ML'),
(5553, 'War', 'Kadihan', 'ML'),
(5554, 'War', 'The Thursday Club', 'ML'),
(5555, 'War', 'WMD: Weapon of Mass Destruction', 'ML'),
(5556, 'War', 'Shimsulgakhe', 'ML'),
(5557, 'War', 'Stairwell C', 'ML'),
(5558, 'War', 'Braveheart Reloaded', 'ML'),
(5559, 'War', 'Georgian: Warrior of Honor', 'ML'),
(5560, 'War', 'Osvobozhdenie: Napravleniye glavnogo udara', 'ML'),
(5561, 'War', 'Den zverya', 'ML'),
(5562, 'War', 'A Fighter Pilots Story', 'ML'),
(5563, 'War', 'War Diary', 'ML'),
(5564, 'War', 'Columna de hierro', 'ML'),
(5565, 'War', 'Running Scenarios', 'ML'),
(5566, 'War', 'The Mexican-American War', 'ML'),
(5567, 'War', 'Svyaz vremyon', 'ML'),
(5568, 'War', 'Aftershock: Beyond the Civil War', 'ML'),
(5569, 'War', 'Forgotten Peace', 'ML'),
(5570, 'War', 'Hu Tou Yao Sai: Xi Jun', 'ML'),
(5571, 'War', 'Le jour de gloire', 'ML'),
(5572, 'War', 'Die Somme', 'ML'),
(5573, 'War', 'Stop-Loss', 'ML'),
(5574, 'War', 'Alia: A Bosniac Rhapsody', 'ML'),
(5575, 'War', 'Prikaz: pereyti granitsu', 'ML'),
(5576, 'War', 'Infiltration', 'ML'),
(5577, 'War', 'Screaming Eagles', 'ML'),
(5578, 'War', 'Dragoon', 'ML'),
(5579, 'War', 'The English Patient', 'ML'),
(5580, 'War', 'Mutiny on the Western Front', 'ML'),
(5581, 'War', 'Frente de Teruel', 'ML'),
(5582, 'War', '49th Parallel', 'ML'),
(5583, 'War', 'Through the Eye of the Needle', 'ML'),
(5584, 'War', 'Britains Bulwarks, No. 11: The Canadians on the Western Front', 'ML'),
(5585, 'War', 'Shu guang', 'ML'),
(5586, 'War', 'Odysseus in America', 'ML'),
(5587, 'War', 'Hamase-ye majnoon', 'ML'),
(5588, 'War', 'Fantasmi del mare', 'ML'),
(5589, 'War', 'The Fight for the Sky', 'ML'),
(5590, 'War', 'Maquisard', 'ML'),
(5591, 'War', 'Dolina miru', 'ML'),
(5592, 'War', 'Dads Army', 'ML'),
(5593, 'War', 'Operation Secret', 'ML'),
(5594, 'War', 'At Thy Call', 'ML'),
(5595, 'War', 'In the Name of the Prince of Peace', 'ML'),
(5596, 'War', 'Deadly Nam', 'ML'),
(5597, 'War', 'Nihonkai daikaisen: Umi yukaba', 'ML'),
(5598, 'War', 'Zbrane pro Prahu', 'ML'),
(5599, 'War', 'Generation Kill', 'ML'),
(5600, 'War', 'Allegiance', 'ML'),
(5601, 'War', 'Taejo wanggun', 'ML'),
(5602, 'War', 'Afganistan - The last war bus', 'ML'),
(5603, 'War', 'Pour lAlsace', 'ML'),
(5604, 'War', 'Keerthi Chakra', 'ML'),
(5605, 'War', 'Beklenen bomba', 'ML'),
(5606, 'War', 'A Pizza Story', 'ML'),
(5607, 'War', 'Na svoji zemlji', 'ML'),
(5608, 'War', 'Hopeaa rajan takaa', 'ML'),
(5609, 'War', 'Ici et ailleurs', 'ML'),
(5610, 'War', 'Paren iz nashego goroda', 'ML'),
(5611, 'War', 'Reach for the Sky', 'ML'),
(5612, 'War', 'Cinderella on the Left', 'ML'),
(5613, 'War', 'Yellow Ribbon', 'ML'),
(5614, 'War', 'Mohajer', 'ML'),
(5615, 'War', 'Rajalla', 'ML'),
(5616, 'War', 'Hopsi Topsi Land', 'ML'),
(5617, 'War', 'Ob etom zabyvat nelzya', 'ML'),
(5618, 'War', 'Koraci kroz magle', 'ML'),
(5619, 'War', 'Noam Chomsky: Rebel Without a Pause', 'ML'),
(5620, 'War', 'Zivot je cudo', 'ML'),
(5621, 'War', 'The Crossed Flags', 'ML'),
(5622, 'War', 'Batka', 'ML'),
(5623, 'War', 'Il disertore', 'ML'),
(5624, 'War', '1942', 'ML'),
(5625, 'War', 'Daepyeongwon', 'ML'),
(5626, 'War', 'Silent Hunter 4', 'ML'),
(5627, 'War', 'Holocaust: A Music Memorial Film', 'ML'),
(5628, 'War', 'From Mills River to Babylon and Back: The Jimmy Massey Story', 'ML'),
(5630, 'War', 'Up Front', 'ML'),
(5631, 'War', 'The Early Morning Attack', 'ML'),
(5632, 'War', 'My Four Years in Germany', 'ML'),
(5633, 'War', 'Chin Music', 'ML'),
(5634, 'War', 'The Panda Monster', 'ML'),
(5635, 'War', 'Los caudillos', 'ML'),
(5636, 'War', 'Lord Wolseley', 'ML'),
(5637, 'War', 'Seongnan doksoli', 'ML'),
(5638, 'War', 'The Birdman of Tamworth', 'ML'),
(5639, 'War', 'Manoeuvres by British Bluejackets, Afloat and Ashore', 'ML'),
(5640, 'War', 'Polski ruch podziemny', 'ML'),
(5641, 'War', 'Oh, uomo', 'ML'),
(5642, 'War', 'Zhuang zhi ling yun', 'ML'),
(5643, 'War', 'Nebo sateliti', 'ML'),
(5644, 'War', 'Palilo jeonya', 'ML'),
(5645, 'War', 'Hangon motista Vienan kanavalle', 'ML'),
(5646, 'War', 'The Norwegian Solution', 'ML'),
(5647, 'War', 'Il cielo cade', 'ML'),
(5648, 'War', 'Victory and Peace', 'ML'),
(5649, 'War', 'Operation Snatch', 'ML'),
(5650, 'War', 'The Flying Despatch', 'ML'),
(5651, 'War', 'Stories of Sevdah-the Balkan Blues', 'ML'),
(5652, 'War', 'Sti skia tou polemou', 'ML'),
(5653, 'War', 'Lost in Flanders', 'ML'),
(5654, 'War', 'The Good and the Bad: Memories of a Merchant Seaman', 'ML'),
(5655, 'War', 'Bombardier', 'ML'),
(5656, 'War', 'The Knight Committee', 'ML'),
(5657, 'War', 'Haft gozargah', 'ML'),
(5658, 'War', 'Return of Company D', 'ML'),
(5659, 'War', 'Odessa in fiamme', 'ML'),
(5660, 'War', 'Mrs Henderson Presents', 'ML'),
(5661, 'War', 'Gjakova 726', 'ML'),
(5662, 'War', 'JGSDF Combat Maneuvers', 'ML'),
(5663, 'War', 'Twilight of the Gods', 'ML'),
(5664, 'War', '08/15 - Zweiter Teil', 'ML'),
(5665, 'War', 'Tehran Backyard', 'ML'),
(5666, 'War', 'Prices Unlimited', 'ML'),
(5667, 'War', 'Dobri stari pianino', 'ML'),
(5668, 'War', 'Banyeok', 'ML'),
(5669, 'War', 'Report to Judy', 'ML'),
(5670, 'War', 'Red Border', 'ML'),
(5671, 'War', 'Unpublished Story', 'ML'),
(5672, 'War', 'Quiet Nights of Blood and Pain', 'ML'),
(5673, 'War', '5inui haebyeong', 'ML'),
(5674, 'War', 'Slavica', 'ML'),
(5675, 'War', 'Un soldat inconnu', 'ML'),
(5676, 'War', 'Algona', 'ML'),
(5677, 'War', 'Vapautusliikkeet vedenjakajalla', 'ML'),
(5678, 'War', 'Iron Coffins', 'ML'),
(5679, 'War', 'War Is Sell', 'ML'),
(5680, 'War', 'The Siege of Firebase Gloria', 'ML'),
(5681, 'War', 'Godzina W', 'ML'),
(5682, 'War', 'Sharpes Gold', 'ML'),
(5683, 'War', 'Field of Spears', 'ML'),
(5684, 'War', 'Midway', 'ML'),
(5685, 'War', 'Drei Tage auf Leben und Tod - aus dem Logbuch der U.C.1', 'ML'),
(5686, 'War', 'Tea and Destiny', 'ML'),
(5687, 'War', 'Five Ways of Seeing Iraq', 'ML'),
(5688, 'War', 'Merah Putih', 'ML'),
(5689, 'War', 'Forgotten Men: The War as It Was', 'ML'),
(5690, 'War', 'Entre bien et mal', 'ML'),
(5691, 'War', 'Kim jest ten czlowiek?', 'ML'),
(5692, 'War', 'A u nas byla tishina...', 'ML'),
(5693, 'War', 'An American Revolution', 'ML'),
(5694, 'War', 'Immortal Sergeant', 'ML'),
(5695, 'War', 'La neve cade dai monti', 'ML'),
(5696, 'War', 'Afghanistan, Land of Wonders', 'ML'),
(5697, 'War', 'Telefootlers', 'ML'),
(5698, 'War', 'Silent Wings: The American Glider Pilots of World War II', 'ML'),
(5699, 'War', 'Vetar je stao pred zoru', 'ML'),
(5700, 'War', 'Drei Kriege - 2. Teil: Hinter den Fronten', 'ML'),
(5701, 'War', 'Hibakusha', 'ML'),
(5702, 'War', 'Osvobozhdyonnaya zemlya', 'ML'),
(5703, 'War', 'Camp Victory, Afghanistan', 'ML'),
(5704, 'War', 'Ziarno zroszone krwia', 'ML'),
(5705, 'War', 'Krigskorrespondenter', 'ML'),
(5706, 'War', 'Stalag Luft', 'ML'),
(5707, 'War', 'Day at the Beach', 'ML'),
(5708, 'War', 'Enemy Aliens', 'ML'),
(5709, 'War', 'Desant', 'ML'),
(5710, 'War', 'The Keeper of the Bees', 'ML'),
(5711, 'War', 'Windhorse', 'ML'),
(5712, 'War', 'Das zweite Gleis', 'ML'),
(5713, 'War', 'Echolot', 'ML'),
(5714, 'War', 'Troye sutok posle bessmertiya', 'ML'),
(5715, 'War', 'Der gelbe Stern', 'ML'),
(5716, 'War', 'Heart at War', 'ML'),
(5717, 'War', 'Hot Shots! Part Deux', 'ML'),
(5718, 'War', 'Boxers Sacking a Mission Station', 'ML'),
(5719, 'War', 'Iron and Butterfly', 'ML'),
(5720, 'War', 'Hollywood Goes to War', 'ML'),
(5721, 'War', 'Sisters of War', 'ML'),
(5722, 'War', 'Deedeh-Ban', 'ML'),
(5723, 'War', 'Si zheng', 'ML'),
(5724, 'War', 'Pibada', 'ML'),
(5725, 'War', 'Day of Infamy', 'ML'),
(5726, 'War', 'Chevalier', 'ML'),
(5727, 'War', 'Von Waldersee Reviewing Cossacks', 'ML'),
(5728, 'War', 'The Ghost of Morris Horn', 'ML'),
(5729, 'War', 'Socom 4: U.S. Navy Seals', 'ML'),
(5730, 'War', 'Det.', 'ML'),
(5731, 'War', 'Ravished Armenia', 'ML'),
(5732, 'War', 'The Battle of the Bulge... The Brave Rifles', 'ML'),
(5733, 'War', 'Taistelujen tie', 'ML'),
(5734, 'War', 'Casus', 'ML'),
(5735, 'War', 'Sivi kamion crvene boje', 'ML'),
(5736, 'War', 'Zhivoy', 'ML'),
(5737, 'War', 'Horror Safari', 'ML'),
(5738, 'War', 'Gayaui jib', 'ML'),
(5739, 'War', 'The Green Berets', 'ML'),
(5740, 'War', 'Underexposure', 'ML'),
(5741, 'War', 'Front bez flangov', 'ML'),
(5742, 'War', 'Guernika', 'ML'),
(5743, 'War', 'The Losers', 'ML'),
(5744, 'War', 'Kampf um Norwegen. Feldzug', 'ML'),
(5745, 'War', 'Were in the Navy Now', 'ML'),
(5746, 'War', 'The Hunt for Eagle One', 'ML'),
(5747, 'War', 'Glenn Millers Last Flight', 'ML'),
(5748, 'War', 'Hornblower: Loyalty', 'ML'),
(5749, 'War', 'Oorlogsgeheimen', 'ML'),
(5750, 'War', 'Journey Together', 'ML'),
(5751, 'War', 'The Relief of Ladysmith', 'ML'),
(5752, 'War', 'Jap Versus Russian', 'ML'),
(5753, 'War', 'Battlefront', 'ML'),
(5754, 'War', 'Seqtemberi', 'ML'),
(5755, 'War', 'Who Was the Other Man?', 'ML'),
(5756, 'War', 'Feng huo', 'ML'),
(5757, 'War', 'Sealed Cargo', 'ML'),
(5758, 'War', 'The Violent Kind', 'ML'),
(5759, 'War', 'The Last Bastion', 'ML'),
(5760, 'War', 'Man at Large', 'ML'),
(5761, 'War', 'A Web of War', 'ML'),
(5762, 'War', 'Black & White', 'ML'),
(5763, 'War', 'O teleftaios ton komitatzidon', 'ML'),
(5764, 'War', 'Barkhatnyy sezon', 'ML'),
(5765, 'War', 'Citizen Soldiers', 'ML'),
(5766, 'War', 'Silnye dukhom', 'ML'),
(5767, 'War', 'Soldati fara uniforma', 'ML'),
(5768, 'War', 'Hajduk', 'ML'),
(5769, 'War', 'He Long jun zhang', 'ML'),
(5770, 'War', 'Peaceful Thoughts', 'ML'),
(5771, 'War', 'The Key to Rebecca', 'ML'),
(5772, 'War', 'The Wars of Other Men', 'ML'),
(5773, 'War', 'Sensuikan I-57 kofuku sezu', 'ML'),
(5774, 'War', 'Das letzte U-Boot', 'ML'),
(5775, 'War', '1973 revoluciones por minuto', 'ML'),
(5776, 'War', 'Tu po Wu jiang', 'ML'),
(5777, 'War', 'The Adventures of Young Indiana Jones: The Phantom Train of Doom', 'ML'),
(5778, 'War', 'As Vapour', 'ML'),
(5779, 'War', 'Unruhige Nacht', 'ML'),
(5780, 'War', 'Mummoni ja Mannerheim', 'ML'),
(5781, 'War', 'Desert Storm: The War Begins', 'ML'),
(5782, 'War', 'They Turned Our Desert Into Fire', 'ML'),
(5783, 'War', 'Battlefield Britain', 'ML'),
(5784, 'War', 'G. I. Stories', 'ML'),
(5785, 'War', 'La patrulla', 'ML'),
(5786, 'War', 'Balgan mahura', 'ML'),
(5787, 'War', 'Cuban Ambush', 'ML'),
(5788, 'War', 'Wings Up', 'ML'),
(5789, 'War', 'The Little American', 'ML'),
(5790, 'War', 'You Tell Me', 'ML'),
(5791, 'War', 'Yadon ilaheyya', 'ML'),
(5792, 'War', 'Army Men 3D', 'ML'),
(5793, 'War', 'Freedom2speak v2.0', 'ML'),
(5794, 'War', 'Il grande appello', 'ML'),
(5795, 'War', 'Vivan los hombres libres', 'ML'),
(5796, 'War', 'The Caine Mutiny', 'ML'),
(5797, 'War', 'Kapetan Lesi', 'ML'),
(5798, 'War', 'Dni i nochi', 'ML'),
(5799, 'War', 'Mutchan no uta', 'ML'),
(5800, 'War', 'NoMore', 'ML'),
(5801, 'War', 'Gitmo Titmo', 'ML'),
(5802, 'War', 'The Boys in Company C', 'ML'),
(5803, 'War', 'Q Planes', 'ML'),
(5804, 'War', 'Once a Nazi...', 'ML'),
(5805, 'War', 'Gavre Princip - Himmel unter Steinen', 'ML'),
(5806, 'War', 'Sangre derramada', 'ML'),
(5807, 'War', 'X-25 javlja', 'ML'),
(5808, 'War', 'Johnny Got His Gun', 'ML'),
(5809, 'War', 'Raid on Rommel', 'ML'),
(5810, 'War', 'The American Soldier in Love and War: Number 2', 'ML'),
(5811, 'War', 'Act of Reprisal', 'ML'),
(5812, 'War', 'Last Bullet', 'ML'),
(5813, 'War', 'Nu hai qing qi', 'ML'),
(5814, 'War', 'Die Befreiung von Auschwitz', 'ML'),
(5815, 'War', 'Hadashi no Gen', 'ML'),
(5816, 'War', 'Ingiliz Kemal Lawrense karsi', 'ML'),
(5817, 'War', 'Sentencia', 'ML'),
(5818, 'War', 'V ogne broda net', 'ML'),
(5819, 'War', 'An Examination of Exhibits A1 Thru E5', 'ML'),
(5820, 'War', 'Romans, Armenians and the Coming of the Messiah', 'ML'),
(5821, 'War', 'Journeys End', 'ML'),
(5822, 'War', 'Celsius 41.11: The Temperature at Which the Brain... Begins to Die', 'ML'),
(5823, 'War', 'Madness of War', 'ML'),
(5824, 'War', 'Lager Nis', 'ML'),
(5825, 'War', 'When He Came Home', 'ML'),
(5826, 'War', 'Zhan zheng tong yao', 'ML'),
(5827, 'War', 'Valeriy Chkalov', 'ML'),
(5828, 'War', 'Desyat strok na pervuyu polosu', 'ML'),
(5829, 'War', 'Maudite soit la guerre', 'ML'),
(5830, 'War', 'Verdun, visions dhistoire', 'ML'),
(5831, 'War', 'Rose of the Tenements', 'ML'),
(5832, 'War', 'The World According to Sesame Street', 'ML'),
(5833, 'War', 'Saulabi', 'ML'),
(5834, 'War', 'T.A.N.K.', 'ML'),
(5835, 'War', 'Yuan Qu De Fei Ying', 'ML'),
(5836, 'War', 'Once vatan', 'ML'),
(5837, 'War', 'Busses Roar', 'ML'),
(5838, 'War', 'Iron Eagle', 'ML'),
(5839, 'War', 'Kippur', 'ML'),
(5840, 'War', 'Storm on the Horizon', 'ML'),
(5841, 'War', 'Die dritte Minute', 'ML'),
(5842, 'War', 'A Son of Mars', 'ML'),
(5843, 'War', 'Con quella faccia da straniera - Il viaggio di Maria Occhipinti', 'ML'),
(5844, 'War', 'The Second Shot', 'ML'),
(5845, 'War', 'Return to the Land of Wonders', 'ML'),
(5846, 'War', 'Letters from Iwo Jima', 'ML'),
(5847, 'War', 'Cuatro Horas En Chatila', 'ML'),
(5848, 'War', 'Mercenari dellapocalisse', 'ML'),
(5849, 'War', 'Dulce et decorum est', 'ML'),
(5850, 'War', 'Black Dragons', 'ML'),
(5851, 'War', 'Jerusalem S.O.S.', 'ML'),
(5852, 'War', 'Yuan dong jian die zhan', 'ML'),
(5853, 'War', 'The Sporting Lover', 'ML'),
(5854, 'War', 'You yi', 'ML'),
(5855, 'War', 'Naresuan', 'ML'),
(5856, 'War', 'Vstrecha na Elbe', 'ML'),
(5857, 'War', 'Sodan ja rauhan miehet', 'ML'),
(5858, 'War', 'Mister Roberts', 'ML'),
(5859, 'War', 'Armadillo', 'ML'),
(5861, 'War', 'Byeongsaneun jukeoseo malhanda', 'ML'),
(5862, 'War', 'The Call of the Motherland', 'ML'),
(5863, 'War', 'Submarine Raider', 'ML'),
(5864, 'War', 'Korengal', 'ML'),
(5865, 'War', 'Hatfields & McCoys', 'ML'),
(5866, 'War', 'Home at Last: Hmong People of the Ozarks', 'ML'),
(5867, 'War', 'Po xi zhan', 'ML'),
(5868, 'War', 'The Last Cause', 'ML'),
(5869, 'War', 'Cenata na gradot', 'ML'),
(5870, 'War', 'The Wall That Heals', 'ML'),
(5871, 'War', 'A Man from Wyoming', 'ML'),
(5872, 'War', 'The Whip Hand', 'ML'),
(5873, 'War', 'Los de abajo', 'ML'),
(5874, 'War', 'The Hot Sand', 'ML'),
(5875, 'War', 'Osoboye podrazdeleniye', 'ML'),
(5876, 'War', 'Jetfighter 2015', 'ML'),
(5877, 'War', 'La caduta di Troia', 'ML'),
(5878, 'War', 'Imperium: Nerone', 'ML'),
(5879, 'War', 'Boyevoy kinosbornik 5', 'ML'),
(5880, 'War', 'Cadetes de la naval', 'ML'),
(5881, 'War', 'Ushchelye Alamasov', 'ML'),
(5882, 'War', 'Egataleipsi', 'ML'),
(5883, 'War', 'If You Pull North', 'ML'),
(5884, 'War', 'Tsubasa no gaika', 'ML'),
(5885, 'War', 'Pour Sacha', 'ML'),
(5886, 'War', '124 gunbudae', 'ML'),
(5887, 'War', 'Naga bonar', 'ML'),
(5888, 'War', 'General Rakhimov', 'ML'),
(5889, 'War', 'The Last Blitzkrieg', 'ML'),
(5890, 'War', 'Olimpius Inferno', 'ML'),
(5891, 'War', 'Het bittere kruid', 'ML'),
(5892, 'War', 'Hands Across the Sea in 76', 'ML'),
(5893, 'War', 'Hoyat gwan tsoi loi', 'ML'),
(5894, 'War', 'Puppets of War', 'ML'),
(5895, 'War', 'Messager', 'ML'),
(5896, 'War', 'One Hero Remembered', 'ML'),
(5897, 'War', 'Marie Curie: More Than Meets the Eye', 'ML'),
(5898, 'War', 'Hajka', 'ML'),
(5899, 'War', 'Bonhoeffer', 'ML'),
(5900, 'War', 'Pervaya konnaya', 'ML'),
(5901, 'War', 'Hell in the Heavens', 'ML'),
(5902, 'War', 'Arctic Christmas', 'ML'),
(5903, 'War', 'Land and Live in the Jungle', 'ML'),
(5904, 'War', 'Los jinetes del alba', 'ML'),
(5905, 'War', 'Secret Zionist Conspiracies Throughout History That You Should Know About Because You May Be Next!!!!!', 'ML'),
(5906, 'War', 'Indio 2 - La rivolta', 'ML'),
(5907, 'War', 'Cuchillos en el cielo', 'ML'),
(5908, 'War', 'I Am Legion', 'ML'),
(5909, 'War', 'Phone Calls', 'ML'),
(5910, 'War', 'Blaze o Glory', 'ML'),
(5911, 'War', 'Az Karkheh ta Rhein', 'ML'),
(5912, 'War', 'War Hunt', 'ML'),
(5913, 'War', 'Deutschland, Mai 1945', 'ML'),
(5914, 'War', 'Operation Dance Sensation', 'ML'),
(5915, 'War', 'Ziua Z', 'ML'),
(5916, 'War', 'The Beast of War', 'ML'),
(5917, 'War', 'The Making of The Road to Freedom', 'ML'),
(5918, 'War', 'Dachnaya poezdka serzhanta Tsybuli', 'ML'),
(5919, 'War', 'The French Bridge, Tien-Tsin', 'ML'),
(5920, 'War', 'Baise qi yi', 'ML'),
(5921, 'War', 'Nepobedimye', 'ML'),
(5922, 'War', 'Hitlers Geld', 'ML'),
(5923, 'War', 'Have You Ever Heard About Vukovar?', 'ML'),
(5924, 'War', 'The Cross of Lorraine', 'ML'),
(5925, 'War', 'Vaghe stelle dellOrsa...', 'ML'),
(5926, 'War', 'Kufferten', 'ML'),
(5927, 'War', 'Tude necemo svoje ne damo', 'ML'),
(5928, 'War', 'Italys Flaming Front', 'ML'),
(5929, 'War', 'Tunisian Victory', 'ML'),
(5930, 'War', 'Hongui janggun', 'ML'),
(5931, 'War', 'None Shall Escape', 'ML'),
(5932, 'War', 'Remember Love', 'ML'),
(5934, 'War', 'Benjamin Britten: War Requiem', 'ML'),
(5935, 'War', 'Desperate Journey', 'ML'),
(5936, 'War', 'The Crimson Wing', 'ML'),
(5937, 'War', 'U-Boat Prisoner', 'ML'),
(5938, 'War', 'Southern Command', 'ML'),
(5939, 'War', 'Nanking', 'ML'),
(5940, 'War', 'The Victory Bombers: The B-24: Target Nazi Europe', 'ML'),
(5941, 'War', 'Flammes sur lAdriatique', 'ML'),
(5942, 'War', 'Captured!', 'ML'),
(5943, 'War', 'Shalom Kitah Allef', 'ML'),
(5944, 'War', 'Langya shan wu zhuang shi', 'ML'),
(5945, 'War', 'Las tres pelonas', 'ML'),
(5946, 'War', 'Virgin Forest', 'ML'),
(5947, 'War', 'Hyeon Hae-taneun algo itda', 'ML'),
(5948, 'War', 'Battle Force', 'ML'),
(5949, 'War', 'The Fog of War', 'ML'),
(5950, 'War', 'Le Petit Vietnam', 'ML'),
(5951, 'War', 'Les Milles', 'ML'),
(5952, 'War', 'For Defense for Freedom for Humanity', 'ML'),
(5953, 'War', 'Warrior POV', 'ML'),
(5954, 'War', 'Le scarpe al sole', 'ML'),
(5955, 'War', 'Shootout!', 'ML'),
(5956, 'War', 'Yi ge ming de ming yi', 'ML'),
(5957, 'War', 'Stunde Null', 'ML'),
(5958, 'War', 'The Grey Zone', 'ML'),
(5959, 'War', 'Gewissen in Aufruhr', 'ML'),
(5960, 'War', 'Lost Love', 'ML'),
(5961, 'War', 'Health at War', 'ML'),
(5962, 'War', 'Songs That Won the War', 'ML'),
(5963, 'War', 'Snipers', 'ML'),
(5964, 'War', 'Na kievskom napravlyenii', 'ML'),
(5965, 'War', 'Canyon War: The Untold Story', 'ML'),
(5966, 'War', 'Vietnam - The Chopper War', 'ML'),
(5967, 'War', 'A Case of Honor', 'ML'),
(5968, 'War', 'Mayor muzyki', 'ML'),
(5969, 'War', 'Young Briton Foils the Enemy', 'ML'),
(5970, 'War', 'Surviving Salvation', 'ML'),
(5971, 'War', 'The Hamburg Cell', 'ML'),
(5972, 'War', 'Guadalcanal Diary', 'ML'),
(5973, 'War', 'The Adventures of Young Indiana Jones: Oganga, the Giver and Taker of Life', 'ML'),
(5974, 'War', 'O.K.', 'ML'),
(5975, 'War', 'Dat Kho', 'ML'),
(5976, 'War', 'O prodotis', 'ML'),
(5977, 'War', 'Kapisa', 'ML'),
(5978, 'War', 'No Bullet Soldier', 'ML'),
(5979, 'War', 'Eleni', 'ML'),
(5980, 'War', 'Ces enfants dailleurs', 'ML'),
(5981, 'War', 'Darling Lili', 'ML'),
(5982, 'War', 'Underground Agent', 'ML'),
(5983, 'War', 'The First World War', 'ML'),
(5984, 'War', 'Endstation Heimat', 'ML'),
(5985, 'War', 'Hmoob Blood for Freedom', 'ML'),
(5986, 'War', 'Close Combat Trilogy', 'ML'),
(5987, 'War', 'Unbroken', 'ML'),
(5988, 'War', 'Thick', 'ML'),
(5989, 'War', 'Lieutenant Rose in the China Seas', 'ML'),
(5990, 'War', 'The Spirit of the Red Cross', 'ML'),
(5991, 'War', 'Panmunjeom doggisalin', 'ML'),
(5992, 'War', 'American Commissary Wagons Landing on Cuban Soil', 'ML'),
(5993, 'War', 'Skvoz ogon', 'ML'),
(5994, 'War', 'Sisters in Arms', 'ML'),
(5995, 'War', 'Battle of the Upper Tugela', 'ML'),
(5996, 'War', 'Port-Arthur', 'ML'),
(5997, 'War', 'Noga', 'ML'),
(5998, 'War', 'Bruce Gentry', 'ML'),
(5999, 'War', 'Orlovi rano lete', 'ML'),
(6000, 'War', 'A Soldiers Wedding', 'ML'),
(6001, 'War', 'Britains Bulwarks, No. 3: Hardships of the British Army on Its Way to Bagdad', 'ML'),
(6002, 'War', 'Pastorale heroica', 'ML'),
(6003, 'War', 'Night Vision', 'ML'),
(6004, 'War', 'Le soleil et la mort voyagent ensemble', 'ML'),
(6005, 'War', 'Prtljag', 'ML'),
(6006, 'War', 'Love Is a Many-Splendored Thing', 'ML'),
(6007, 'War', 'Potpisani - Telefonska centrala', 'ML'),
(6008, 'War', 'Millions Like Us', 'ML'),
(6009, 'War', 'Mugunghwaggoti pieotseubnida', 'ML'),
(6010, 'War', 'Voices of the Veterans', 'ML'),
(6011, 'War', 'Brother Against Brother: The American Civil War', 'ML'),
(6012, 'War', 'December 7th', 'ML'),
(6013, 'War', 'The Guerrilla', 'ML'),
(6014, 'War', 'Ty dolzhen zhit', 'ML'),
(6015, 'War', 'War Times in a Modern World', 'ML'),
(6016, 'War', 'Pimpernel Smith', 'ML'),
(6017, 'War', 'Eternal Memory: Voices from the Great Terror', 'ML'),
(6018, 'War', 'The Camp on Blood Island', 'ML'),
(6019, 'War', 'Yossi & Jagger', 'ML'),
(6020, 'War', 'Counter-Attack', 'ML'),
(6021, 'War', 'Haetnim wangjawa dalnim gongju', 'ML'),
(6022, 'War', 'Shyol chetvyortyy god voyny', 'ML'),
(6023, 'War', 'Loss of Innocence: War & Peace in the 21st Century', 'ML'),
(6024, 'War', 'Veliki i mali', 'ML'),
(6025, 'War', 'Abel', 'ML'),
(6026, 'War', 'Posledniye zalpy', 'ML'),
(6027, 'War', 'The Big Red One: The Reconstruction', 'ML'),
(6028, 'War', 'Everymans War', 'ML'),
(6029, 'War', 'Crash Commando', 'ML'),
(6030, 'War', 'Jedini izlaz', 'ML'),
(6031, 'War', 'Manila, Open City', 'ML'),
(6032, 'War', 'Legion of Ghosts', 'ML'),
(6033, 'War', 'Hogs of War', 'ML'),
(6034, 'War', 'The Sea Wolves', 'ML'),
(6035, 'War', 'Comrades; or, Two Lads and a Lass', 'ML'),
(6036, 'War', 'Man in the Middle', 'ML'),
(6037, 'War', 'The Quiet Builders: John and Shige', 'ML'),
(6038, 'War', 'Shoah', 'ML'),
(6039, 'War', 'Flying for Freedom', 'ML'),
(6040, 'War', 'The Enemy Inside', 'ML'),
(6041, 'War', 'A Couple of 100%', 'ML'),
(6042, 'War', 'Bazdashtgah', 'ML'),
(6043, 'War', 'The Windmill', 'ML'),
(6044, 'War', 'Hammer & Sickle', 'ML'),
(6045, 'War', 'Young Jesse James', 'ML'),
(6046, 'War', 'Keshet Beanan', 'ML'),
(6047, 'War', 'The New Spirit', 'ML'),
(6048, 'War', 'Beyond the Walls', 'ML'),
(6049, 'War', 'The Panty Sniper', 'ML'),
(6050, 'War', 'Ah kaiten tokubetsu kogetikai', 'ML'),
(6051, 'War', 'Posledniy gaiduk', 'ML'),
(6052, 'War', 'The Little Yank', 'ML'),
(6053, 'War', 'Puraido: Unmei no toki', 'ML'),
(6054, 'War', 'War Death', 'ML'),
(6055, 'War', 'K sobytiyam v Zakavkazye', 'ML'),
(6056, 'War', 'Puleun ossomae', 'ML'),
(6057, 'War', 'On the Homefront: WW II in Jasper County', 'ML'),
(6058, 'War', 'Svolochi', 'ML'),
(6059, 'War', 'Dragon Seed', 'ML'),
(6060, 'War', 'The Observation of Johnathan Rhode', 'ML'),
(6061, 'War', 'The Retreat from Moscow', 'ML'),
(6062, 'War', 'The Franco-Prussian War 1870-1871', 'ML'),
(6063, 'War', 'My Child: Mothers of War', 'ML'),
(6064, 'War', 'Thunder Rock', 'ML'),
(6065, 'War', 'Skazka O Malchishe-Kibalchishe', 'ML'),
(6066, 'War', 'Five Days of Fire', 'ML'),
(6067, 'War', 'Panmunjeom milyuname jakjeon', 'ML'),
(6068, 'War', 'Awesomenauts', 'ML'),
(6069, 'War', 'Skriti spomin Angele Vode', 'ML'),
(6070, 'War', 'Tikhaya zastava', 'ML'),
(6071, 'War', 'Red vs. Blue: Recreation', 'ML'),
(6072, 'War', 'Nepobezhdennye', 'ML'),
(6073, 'War', 'Film ist a Girl & a Gun', 'ML'),
(6074, 'War', 'Sarajevski atentat', 'ML'),
(6075, 'War', 'The Confederate Flag Still Flies in the South', 'ML'),
(6076, 'War', 'Hotel Sunja', 'ML'),
(6077, 'War', 'Not Another Mistake', 'ML'),
(6078, 'War', 'Northwest Passage', 'ML'),
(6079, 'War', 'Potraga', 'ML'),
(6080, 'War', 'Homefront Heroines: The WAVES of World War II', 'ML'),
(6081, 'War', 'The Back Streets', 'ML'),
(6082, 'War', 'Snipers Alley', 'ML'),
(6083, 'War', 'Its All Luck: WWII Memories with Grandpa Moe', 'ML'),
(6084, 'War', 'Paaizeb', 'ML'),
(6085, 'War', 'The Battle of Ripcord', 'ML'),
(6086, 'War', 'Khelaghor', 'ML'),
(6087, 'War', 'Tarzan Triumphs', 'ML'),
(6088, 'War', 'The Dust Settles', 'ML'),
(6089, 'War', 'Tempi di guerra', 'ML'),
(6090, 'War', 'Ying hung boon sik III jik yeung ji gor', 'ML'),
(6091, 'War', 'In Our Name', 'ML'),
(6092, 'War', 'Papilio', 'ML'),
(6093, 'War', 'Squadron 992', 'ML'),
(6094, 'War', 'War Poet', 'ML'),
(6095, 'War', 'Goyas Ghosts', 'ML'),
(6096, 'War', 'PT 109', 'ML'),
(6097, 'War', 'Watch on the Rhine', 'ML'),
(6098, 'War', 'Diversant', 'ML'),
(6099, 'War', 'Go-ji-jeon', 'ML'),
(6100, 'War', 'Sluju Sovetskomu Souzy!', 'ML'),
(6101, 'War', 'The Wall', 'ML'),
(6102, 'War', 'Heroic Mission', 'ML'),
(6103, 'War', 'The Rats of Tobruk', 'ML'),
(6104, 'War', 'Letovi koji se pamte', 'ML'),
(6105, 'War', 'Troxlers Truckers: Memories of Vietnam', 'ML'),
(6106, 'War', 'The Trouble with Waiting', 'ML'),
(6107, 'War', 'Oh, Saigon', 'ML'),
(6108, 'War', 'Riel', 'ML'),
(6109, 'War', 'Jeongbokja', 'ML'),
(6110, 'War', 'Kronika wojenna nr 1', 'ML'),
(6111, 'War', 'Baghdad 4.13 p.m.', 'ML'),
(6112, 'War', 'Submarine Seahawk', 'ML'),
(6113, 'War', 'The Best of Allo Allo!', 'ML'),
(6114, 'War', 'Neynava', 'ML'),
(6115, 'War', 'La reina ha muerto', 'ML'),
(6116, 'War', 'The Nine Million', 'ML'),
(6117, 'War', 'The Death Match', 'ML'),
(6118, 'War', 'La sangre de un valiente', 'ML'),
(6119, 'War', 'The Nun and the Sergeant', 'ML'),
(6120, 'War', 'The Fight to Forgive', 'ML'),
(6121, 'War', 'Hearts of Cold Stone', 'ML'),
(6122, 'War', 'Le salopard', 'ML'),
(6123, 'War', 'Sayeha-ye hojum', 'ML'),
(6124, 'War', 'Siluri umani', 'ML'),
(6125, 'War', 'Si Adelita se fuera con otro', 'ML'),
(6126, 'War', 'Rengo kantai', 'ML'),
(6127, 'War', 'Return from the River Kwai', 'ML'),
(6128, 'War', 'Xiao hua', 'ML'),
(6129, 'War', 'Nothing for Granted: The Story of the Navys Test and Evaluation Force', 'ML'),
(6130, 'War', 'The Somme', 'ML'),
(6131, 'War', 'Blinding', 'ML'),
(6132, 'War', 'Call of Duty: Modern Warfare 3', 'ML'),
(6133, 'War', 'Tank Klim Voroshilov-2', 'ML'),
(6134, 'War', 'Kampen om tungtvannet', 'ML'),
(6135, 'War', 'Facing the Past', 'ML'),
(6136, 'War', 'Wien im Krieg', 'ML'),
(6137, 'War', 'Pearl Harbor Boy', 'ML'),
(6138, 'War', 'W cieniu nienawisci', 'ML'),
(6139, 'War', 'Tanoor', 'ML'),
(6140, 'War', 'Daresalam', 'ML'),
(6141, 'War', 'Najeun moksori', 'ML'),
(6142, 'War', 'Fair Is Fair', 'ML'),
(6143, 'War', 'Konvoy PQ-17', 'ML'),
(6144, 'War', 'Feindbilder', 'ML'),
(6145, 'War', 'Nguoi chien si tre', 'ML'),
(6146, 'War', 'Bunso: Isinilang kang palaban!', 'ML'),
(6147, 'War', 'D III 38', 'ML'),
(6148, 'War', 'Sir! No Sir!', 'ML'),
(6149, 'War', 'Kite Falling', 'ML'),
(6150, 'War', 'Beit HaShoter', 'ML'),
(6151, 'War', 'The Fall of the Warrior King', 'ML'),
(6152, 'War', 'Sergeant Mike', 'ML'),
(6153, 'War', 'Scorpion 5', 'ML'),
(6154, 'War', 'The Great Red War', 'ML'),
(6155, 'War', 'The Boy and the Officer', 'ML'),
(6156, 'War', 'Collateral Childhoods', 'ML'),
(6157, 'War', 'The Battle of Pussy Willow Creek', 'ML'),
(6158, 'War', 'Recall to Honor', 'ML'),
(6159, 'War', 'Two Days Til Iraq', 'ML'),
(6160, 'War', 'The Man Nobody Knew: In Search of My Father, CIA Spymaster William Colby', 'ML'),
(6161, 'War', 'From This Day', 'ML'),
(6162, 'War', 'The Kolaborator', 'ML'),
(6163, 'War', 'Dog Tag Runners', 'ML'),
(6164, 'War', 'Didedebi da shvilishvilebi', 'ML'),
(6165, 'War', 'The Frogmen', 'ML'),
(6166, 'War', 'My Japanese Niece', 'ML'),
(6167, 'War', 'Capture of the Panama', 'ML'),
(6168, 'War', 'Saligolui shinhwa', 'ML'),
(6169, 'War', 'Dark Journey', 'ML'),
(6170, 'War', 'John Smith Wakes Up', 'ML'),
(6171, 'War', 'Corvette K-225', 'ML'),
(6172, 'War', 'Admiral Cervera and Officers of the Spanish Fleet Leaving the St. Louis', 'ML'),
(6173, 'War', 'Kapyong', 'ML'),
(6174, 'War', 'Meet Alex', 'ML'),
(6175, 'War', 'Page blanche', 'ML'),
(6176, 'War', 'The Inner Wounds of War', 'ML'),
(6177, 'War', 'Di hou wu gong dui', 'ML'),
(6178, 'War', 'Pohwasogeuro', 'ML'),
(6179, 'War', 'Zoia Rukhadze', 'ML'),
(6180, 'War', 'La lengua de las mariposas', 'ML'),
(6181, 'War', 'Tenali Ramakrishna', 'ML'),
(6182, 'War', 'Arousi-ye Khouban', 'ML'),
(6183, 'War', 'Moabitskaya tetrad', 'ML'),
(6184, 'War', 'Sri Krishnarjuna Yudham', 'ML'),
(6185, 'War', 'Night Train to Munich', 'ML'),
(6186, 'War', 'Kolumbowie', 'ML'),
(6187, 'War', 'Malakhov kurgan', 'ML'),
(6188, 'War', 'Ha er bin zhi ye', 'ML'),
(6189, 'War', 'Ba nu tou jiang', 'ML'),
(6190, 'War', 'Kameraden auf See', 'ML'),
(6191, 'War', 'Company of Heroes: Tales of Valor', 'ML'),
(6192, 'War', 'Toyi ke nemishenakhtamat', 'ML'),
(6193, 'War', 'La gran victoria de Teruel', 'ML'),
(6194, 'War', 'Dead Presidents', 'ML'),
(6195, 'War', 'Au royaume des cendres', 'ML'),
(6196, 'War', 'Padayottam', 'ML'),
(6197, 'War', 'La v enfrenta a la Blitzkrieg', 'ML'),
(6198, 'War', 'Prkosna delta', 'ML'),
(6199, 'War', 'Xi chu bawang', 'ML'),
(6200, 'War', 'Christmas at War', 'ML'),
(6201, 'War', 'Ore wa, kimi no tame ni koso shini ni iku', 'ML'),
(6202, 'War', 'They Were Not Divided', 'ML'),
(6203, 'War', 'Khaspush', 'ML'),
(6204, 'War', 'The Blue and the Gray', 'ML'),
(6205, 'War', 'Lion of the Desert', 'ML'),
(6206, 'War', 'Daejiui jibaeja', 'ML'),
(6207, 'War', 'Moya granitsa', 'ML'),
(6208, 'War', 'Razgrom nemetskikh voysk pod Moskvoy', 'ML'),
(6209, 'War', 'Dla ciebie, Polsko', 'ML'),
(6210, 'War', 'Bryzgi shampanskogo', 'ML'),
(6211, 'War', 'Our Bridge of Ships', 'ML'),
(6212, 'War', 'Atesten damla', 'ML'),
(6213, 'War', 'Safe Haven: The Warsaw Zoo', 'ML'),
(6214, 'War', 'Mykoin PH 510', 'ML'),
(6215, 'War', 'Hiroshima, mon amour', 'ML'),
(6216, 'War', 'Eye to Eye with Ivan and the Ice Curtain', 'ML'),
(6217, 'War', 'Strafbataillon 999', 'ML'),
(6218, 'War', 'Dobra Ojca', 'ML'),
(6219, 'War', 'Apokalypse Vietnam', 'ML'),
(6220, 'War', 'Silent Service: U-Boats of WW II', 'ML'),
(6221, 'War', 'Anatema', 'ML'),
(6222, 'War', 'Mussolini: Ultimo atto', 'ML'),
(6223, 'War', 'Kad cujes zvona', 'ML'),
(6224, 'War', 'Operation Mad Ball', 'ML'),
(6225, 'War', 'Lettere dalla Palestina', 'ML'),
(6226, 'War', 'Uzicka Republika', 'ML'),
(6227, 'War', 'Ahen senso', 'ML'),
(6228, 'War', 'Pod zemlyoy', 'ML'),
(6229, 'War', 'Vesna na Odere', 'ML'),
(6230, 'War', 'The Still Hour', 'ML'),
(6231, 'War', 'Het Bombardement', 'ML'),
(6232, 'War', 'Zakon velikoy lyubvi', 'ML'),
(6233, 'War', 'The Call of the Pipes', 'ML'),
(6234, 'War', 'Stand by for Action', 'ML'),
(6235, 'War', 'Axis of War: Night Raid', 'ML'),
(6236, 'War', 'Boj na Kosovu', 'ML'),
(6237, 'War', 'Nan zheng bei zhan', 'ML'),
(6238, 'War', 'Napoleons Campaigns 1813 and 1815', 'ML'),
(6239, 'War', 'Lennemi', 'ML'),
(6240, 'War', 'Outbreak of Hostilities', 'ML'),
(6241, 'War', 'Hero Commandos', 'ML'),
(6242, 'War', 'Les murs de sable', 'ML'),
(6243, 'War', 'Hei qi te shi', 'ML'),
(6244, 'War', 'Hindi ako susuko', 'ML'),
(6245, 'War', 'Mission 1325', 'ML'),
(6246, 'War', 'La campana di San Giusto', 'ML'),
(6247, 'War', 'The One Who Builds', 'ML'),
(6248, 'War', 'Marathon Beirut, for the Love of Lebanon', 'ML'),
(6249, 'War', 'Private Potter', 'ML'),
(6250, 'War', 'Jakob the Liar', 'ML'),
(6251, 'War', 'Aguila', 'ML'),
(6252, 'War', 'Posledniy bronepoezd', 'ML'),
(6253, 'War', 'I Am Soldier', 'ML'),
(6254, 'War', 'De enclave', 'ML'),
(6255, 'War', 'Arwaah', 'ML'),
(6256, 'War', 'Women at War', 'ML'),
(6257, 'War', 'Carriers: A History of United States Aircraft Carriers', 'ML'),
(6258, 'War', 'Circus Fantasticus', 'ML'),
(6259, 'War', 'Forbidden Ground', 'ML'),
(6260, 'War', 'Vernymi ostanemsya', 'ML'),
(6261, 'War', 'De iJssalon', 'ML'),
(6262, 'War', 'Quella dannata pattuglia', 'ML'),
(6263, 'War', 'Bravo Kilties!', 'ML'),
(6264, 'War', 'Goya en Burdeos', 'ML'),
(6265, 'War', 'Delta Force 2: The Colombian Connection', 'ML'),
(6266, 'War', 'Englands Call', 'ML'),
(6267, 'War', 'Indio Black, sai che ti dico: Sei un gran figlio di...', 'ML'),
(6268, 'War', 'Observation of Johnathan Rhode', 'ML'),
(6269, 'War', 'Un secret', 'ML'),
(6270, 'War', 'Koreden geliyorum', 'ML'),
(6271, 'War', 'News from the Art War Front: Conflict Theory', 'ML'),
(6272, 'War', 'Tu bo guo ji si wang xian', 'ML'),
(6273, 'War', 'Queens Messengers', 'ML'),
(6274, 'War', 'A Torn Page of Glory', 'ML'),
(6275, 'War', 'Wavells 30,000', 'ML'),
(6276, 'War', 'Skirmish by the Cycle Corps', 'ML'),
(6277, 'War', 'The Cause of the Great European War', 'ML'),
(6278, 'War', 'Filipinos Retreat from Trenches', 'ML'),
(6279, 'War', 'Thrilling Feats of the Royal Flying Corps', 'ML'),
(6280, 'War', 'La battaglia di Maratona', 'ML'),
(6281, 'War', 'Buried in the Sand: The Deception of America', 'ML'),
(6282, 'War', 'Amagleba', 'ML'),
(6283, 'War', 'Frozen Souls', 'ML'),
(6284, 'War', 'Drying up Palestine', 'ML'),
(6285, 'War', 'Aleksa Dundic', 'ML'),
(6286, 'War', 'Velikiy perelom', 'ML'),
(6287, 'War', 'Vietnam War Story: The Last Days', 'ML'),
(6288, 'War', 'YMS-504 subyeong', 'ML'),
(6289, 'War', 'Branko', 'ML'),
(6290, 'War', 'Tayna Chingis Khaana', 'ML'),
(6291, 'War', 'Cat Shit One', 'ML'),
(6292, 'War', 'Eden Shattered', 'ML'),
(6293, 'War', 'Tokyo Rose', 'ML'),
(6294, 'War', 'Shao nu fu lu ying', 'ML'),
(6295, 'War', 'Sengoku basara', 'ML'),
(6296, 'War', 'U okruzenju II', 'ML'),
(6297, 'War', 'The Battle of Long Tan', 'ML'),
(6298, 'War', 'Blood and Oil: The Middle East in World War I', 'ML'),
(6299, 'War', 'Beneath Hill 60', 'ML'),
(6300, 'War', 'Shao Lin si shi ba tung ren', 'ML'),
(6301, 'War', 'Za nami Moskva', 'ML'),
(6302, 'War', 'The Last P.O.W.? The Bobby Garwood Story', 'ML'),
(6303, 'War', 'Yi ge mei guo fei xing yuan', 'ML'),
(6304, 'War', 'Ijzerfront 1914-1918', 'ML'),
(6305, 'War', 'Xue zhan Luohun qiao', 'ML'),
(6306, 'War', 'The Mascot of Troop C', 'ML'),
(6307, 'War', 'Memoirs of a Plague', 'ML'),
(6308, 'War', 'Nae kohyang', 'ML'),
(6309, 'War', 'Teine tulemine', 'ML'),
(6310, 'War', 'Japanese Bravery: An Incident in the War', 'ML'),
(6311, 'War', 'Bashan er nu', 'ML'),
(6312, 'War', 'Two Thousand Women', 'ML'),
(6313, 'War', 'Rifle Hill Signal Outpost', 'ML'),
(6314, 'War', 'Its a Digital World!', 'ML'),
(6315, 'War', 'Stage Door Canteen', 'ML'),
(6316, 'War', 'Filipino Veterans: The Debate Over Their Rights', 'ML'),
(6317, 'War', 'Border', 'ML'),
(6318, 'War', 'Boyevoy kinosbornik 3', 'ML'),
(6319, 'War', 'Stay the Course', 'ML'),
(6320, 'War', 'Jinsha jiang pan', 'ML'),
(6321, 'War', 'Hiroshima: The Decision to Drop the Bomb', 'ML'),
(6322, 'War', 'Womanhood, the Glory of the Nation', 'ML'),
(6323, 'War', 'Auschwitz: The Nazis and the Final Solution', 'ML'),
(6324, 'War', 'The Chaos Factor', 'ML'),
(6325, 'War', 'Gazi kadin', 'ML'),
(6326, 'War', 'Che Guevara', 'ML'),
(6327, 'War', 'Great Balls of Fire', 'ML'),
(6328, 'War', 'D-Day the Sixth of June', 'ML'),
(6329, 'War', 'War Zone', 'ML'),
(6330, 'War', 'Habibi', 'ML'),
(6331, 'War', 'Momotaro no umiwashi', 'ML'),
(6332, 'War', 'Qing shen shen yu meng meng', 'ML'),
(6333, 'War', 'The Patriot', 'ML'),
(6334, 'War', 'Post Oak Bluff', 'ML'),
(6335, 'War', 'Param Vir Chakra', 'ML'),
(6336, 'War', 'Saving the Colours', 'ML'),
(6337, 'War', 'Pierwsze dni', 'ML'),
(6338, 'War', '6 Little Jungle Boys', 'ML'),
(6339, 'War', 'Klamek ji bo Beko', 'ML'),
(6340, 'War', 'Fifties British War Films: Days of Glory', 'ML'),
(6341, 'War', 'Chantecoq', 'ML'),
(6342, 'War', 'Oseka', 'ML'),
(6343, 'War', 'Kako je poceo rat na mom otoku', 'ML'),
(6344, 'War', '12 OClock High', 'ML'),
(6345, 'War', 'Harvard Beats Yale 29-29', 'ML'),
(6346, 'War', 'The Silver Fleet', 'ML'),
(6347, 'War', 'Map of the Human Heart', 'ML'),
(6348, 'War', 'Harrys War', 'ML'),
(6349, 'War', 'North and South', 'ML'),
(6350, 'War', 'Fort-du-fou', 'ML'),
(6351, 'War', 'From Hell to Here', 'ML'),
(6352, 'War', 'Hill 677', 'ML'),
(6353, 'War', 'Women in Defense', 'ML'),
(6354, 'War', 'Remembering a Cool September: Gay Men and Post-9/11 Patriotism', 'ML'),
(6355, 'War', 'An Ungentlemanly Act', 'ML'),
(6356, 'War', 'The Man Who Was Afraid', 'ML'),
(6357, 'War', 'Nesluzhebnoe zadanie 2: Vzryv na rassvete', 'ML'),
(6358, 'War', 'Yeojajeong shindae', 'ML'),
(6359, 'War', 'Submarine X-1', 'ML'),
(6360, 'War', 'Axis of War: The First of August', 'ML'),
(6361, 'War', 'Crusade in the Pacific', 'ML'),
(6362, 'War', 'Farzande khak', 'ML'),
(6363, 'War', 'The Day of the Trumpet', 'ML'),
(6364, 'War', 'Solomon and Sheba', 'ML'),
(6365, 'War', 'If I Am Your Mirror', 'ML'),
(6366, 'War', 'I Dont Talk Service No More', 'ML'),
(6367, 'War', 'U-Krieg', 'ML'),
(6368, 'War', 'Waldheim-KGB Agent Kurt', 'ML'),
(6369, 'War', 'Battlefield 3', 'ML'),
(6370, 'War', 'For Glory Cried', 'ML'),
(6371, 'War', 'Salangwa jugeumui meali', 'ML'),
(6372, 'War', 'Nesluzhebnoe zadanie', 'ML'),
(6373, 'War', 'Kike wadatsumi no koe: Nippon senbotsu gakusei shuki', 'ML'),
(6374, 'War', 'Die Stunde der Offiziere', 'ML'),
(6375, 'War', 'Drei Kriege - 3. Teil: In Berlin', 'ML'),
(6376, 'War', 'Sweetheart of the Doomed', 'ML'),
(6377, 'War', 'Gyeoktoe: Urineun ireohge sawatda', 'ML'),
(6378, 'War', 'Austeria', 'ML'),
(6379, 'War', 'Nepokoreni grad', 'ML'),
(6380, 'War', 'War Comes to America', 'ML'),
(6381, 'War', 'The Devils Whore', 'ML'),
(6382, 'War', 'Xiang Gang lun xian', 'ML'),
(6383, 'War', 'Akcija stadion', 'ML'),
(6384, 'War', 'Swing It Soldier', 'ML'),
(6385, 'War', 'Rasputin - Orgien am Zarenhof', 'ML'),
(6386, 'War', 'Hitler, Schindler and the Holocaust', 'ML'),
(6387, 'War', 'The Rack', 'ML'),
(6388, 'War', 'Ypres', 'ML'),
(6389, 'War', 'The Mark of Cain', 'ML'),
(6390, 'War', 'Quel giorno Dio non cera', 'ML'),
(6391, 'War', 'Sono niente', 'ML'),
(6392, 'War', 'The Battle of Mons', 'ML'),
(6393, 'War', 'Die Abenteuer des Werner Holt', 'ML'),
(6394, 'War', 'Independent Intervention', 'ML'),
(6395, 'War', 'The Angel of Maryes Heights', 'ML'),
(6396, 'War', 'The Berlin Airlift: First Battle of the Cold War', 'ML'),
(6397, 'War', 'Slunjska brda - zivot ili smrt', 'ML'),
(6398, 'War', 'Vojnik', 'ML'),
(6399, 'War', 'The American Insurrecto', 'ML'),
(6400, 'War', 'Nebeska udica', 'ML'),
(6401, 'War', 'Scorched Summer: The Second Lebanon War Through Civilian Eyes', 'ML'),
(6402, 'War', 'Britannic', 'ML'),
(6403, 'War', 'Adventurous Youth', 'ML'),
(6404, 'War', 'Soldati di pace', 'ML'),
(6405, 'War', 'Bat*21', 'ML'),
(6406, 'War', 'Zhazhda', 'ML'),
(6407, 'War', 'Black Market Rustlers', 'ML'),
(6408, 'War', 'Gods House', 'ML'),
(6409, 'War', 'Postaraysya ostatsya zhivym', 'ML'),
(6410, 'War', 'War Without End', 'ML'),
(6411, 'War', 'The Long and the Short and the Tall', 'ML'),
(6412, 'War', 'War & Love', 'ML'),
(6413, 'War', 'Final Reprisal', 'ML'),
(6414, 'War', 'Search for the Lost Fighter Plane', 'ML'),
(6415, 'War', 'Immigrant Soldier', 'ML'),
(6416, 'War', 'Who Goes Next?', 'ML'),
(6417, 'War', 'Tornarem', 'ML'),
(6418, 'War', 'Le puits', 'ML'),
(6419, 'War', 'Massoud, lAfghan', 'ML'),
(6420, 'War', 'Gen. Meades Fighting Days', 'ML'),
(6421, 'War', 'Nel segno di Roma', 'ML'),
(6422, 'War', 'Toys', 'ML'),
(6423, 'War', 'Restare Uniti', 'ML'),
(6424, 'War', 'Champs dhonneur', 'ML'),
(6425, 'War', 'Third on a Match', 'ML'),
(6426, 'War', 'The Field of Red', 'ML'),
(6427, 'War', 'Boyevoy kinosbornik 12', 'ML'),
(6428, 'War', 'One Door Opens', 'ML'),
(6429, 'War', 'Fireflies at El Mozote', 'ML'),
(6430, 'War', 'Tryasina', 'ML'),
(6431, 'War', 'Si wang ji zhong ying', 'ML'),
(6432, 'War', 'Max and Helen', 'ML'),
(6433, 'War', 'Legion Condor', 'ML'),
(6434, 'War', 'Women of Valor', 'ML'),
(6435, 'War', 'Crne ptice', 'ML'),
(6436, 'War', 'Les grandes batailles: La bataille dItalie', 'ML'),
(6437, 'War', 'La Fayette', 'ML'),
(6438, 'War', 'Battle of the Coral Sea', 'ML'),
(6439, 'War', 'Slavers', 'ML'),
(6440, 'War', 'My Friend Rashed', 'ML'),
(6441, 'War', 'Dadu he', 'ML'),
(6442, 'War', 'Les soldats', 'ML'),
(6443, 'War', 'Unfit; or, The Strength of the Weak', 'ML'),
(6444, 'War', 'Blackadder Goes Forth', 'ML'),
(6445, 'War', 'Glorious 39', 'ML'),
(6446, 'War', 'Nasmas Pigeons', 'ML'),
(6447, 'War', 'Sekunda na podvig', 'ML'),
(6448, 'War', 'Tankisty', 'ML'),
(6449, 'War', 'P-51 Dragon Fighter', 'ML'),
(6450, 'War', 'Hitler in Colour', 'ML'),
(6451, 'War', 'Muthina Hara', 'ML'),
(6452, 'War', 'Hannaneh', 'ML'),
(6453, 'War', 'Facing the Mirror', 'ML'),
(6454, 'War', 'Il gobbo', 'ML'),
(6455, 'War', 'Ballad of a Soldier', 'ML'),
(6456, 'War', 'Storm at Daybreak', 'ML'),
(6457, 'War', 'V dvukh shagakh ot Raya', 'ML'),
(6458, 'War', 'Prvi dan mira', 'ML'),
(6459, 'War', 'Star Spangled Blues', 'ML'),
(6460, 'War', 'Pearl Harbor Payback', 'ML'),
(6461, 'War', 'Terminator: The Last Battle', 'ML'),
(6462, 'War', 'Otryad osobogo naznacheniya', 'ML'),
(6463, 'War', 'Gier', 'ML'),
(6464, 'War', 'Double Target', 'ML'),
(6465, 'War', 'Gospodin velikiy Novgorod', 'ML'),
(6466, 'War', 'Kadin kahramanlarimiz', 'ML'),
(6467, 'War', 'Living with Strangers', 'ML'),
(6468, 'War', 'Iraqi Short Films', 'ML'),
(6469, 'War', 'Children of 9/11', 'ML'),
(6470, 'War', 'Mamluqi', 'ML'),
(6471, 'War', 'Gharibeh', 'ML'),
(6472, 'War', 'Eli Sjursdotter', 'ML'),
(6473, 'War', 'The Tillman Story', 'ML'),
(6474, 'War', 'A Veterans Story', 'ML'),
(6475, 'War', 'Heroes and Villains', 'ML'),
(6476, 'War', 'The Greatest Adventure of My Life', 'ML'),
(6477, 'War', 'Eollugmunwiui sanai', 'ML'),
(6478, 'War', 'Tsinaparta mitsa', 'ML'),
(6479, 'War', 'Vertikal', 'ML'),
(6480, 'War', 'Embajadores en el infierno', 'ML'),
(6481, 'War', 'Rosenstrasse', 'ML'),
(6482, 'War', 'La grande guerra europea', 'ML'),
(6483, 'War', 'Brahmanda', 'ML'),
(6484, 'War', 'The Assisi Underground', 'ML'),
(6485, 'War', 'Divisione Folgore', 'ML'),
(6486, 'War', 'Napoleons Charm', 'ML'),
(6487, 'War', 'Sailors Without Uniform', 'ML'),
(6488, 'War', 'Sha chang lei', 'ML'),
(6489, 'War', 'Jack Simpson: A Willesee Documentary', 'ML'),
(6490, 'War', 'Haetbit sodajineun beolpan', 'ML'),
(6491, 'War', 'Away All Boats', 'ML'),
(6492, 'War', 'Rangers attacco ora X', 'ML'),
(6493, 'War', 'Unternehmen V2', 'ML'),
(6494, 'War', 'Xinhai geming', 'ML'),
(6495, 'War', 'O xenos tis nyhtas', 'ML'),
(6496, 'War', '5 Branded Women', 'ML'),
(6497, 'War', 'Kontrybucja', 'ML'),
(6498, 'War', 'Apocalypse Now', 'ML'),
(6499, 'War', 'Held Hostage in Colombia', 'ML'),
(6500, 'War', 'Variant Omega', 'ML'),
(6501, 'War', 'The Line of Departure', 'ML'),
(6502, 'War', 'Destruction of Silence', 'ML'),
(6503, 'War', 'Resistance', 'ML'),
(6504, 'War', 'Berlin Diaries, 1940-45', 'ML'),
(6505, 'War', 'Majimak pyeonji', 'ML'),
(6506, 'War', 'The Spanish Earth', 'ML'),
(6507, 'War', 'Beach Head II: The Dictator Strikes Back', 'ML'),
(6508, 'War', 'Tripoli', 'ML'),
(6509, 'War', 'The Tanks Are Coming', 'ML'),
(6510, 'War', 'War Dogs: Americas Forgotten Heroes', 'ML'),
(6511, 'War', 'Franz + Polina', 'ML'),
(6512, 'War', 'Domov', 'ML'),
(6513, 'War', 'Carbon Dated', 'ML'),
(6514, 'War', 'The Battle of Britain', 'ML'),
(6515, 'War', 'Jiokui 49il', 'ML'),
(6516, 'War', 'V trudnyy chas', 'ML'),
(6517, 'War', 'Lorelei', 'ML'),
(6518, 'War', 'Prisoner 32,232', 'ML'),
(6519, 'War', 'Kalagh', 'ML'),
(6520, 'War', 'Operation Flashpoint: Red River', 'ML'),
(6521, 'War', 'Xue lu xue lu', 'ML'),
(6522, 'War', 'Heaven Knows, Mr. Allison', 'ML'),
(6523, 'War', 'Zon 261', 'ML'),
(6524, 'War', 'X-Ray Man', 'ML'),
(6525, 'War', 'The American War', 'ML'),
(6526, 'War', 'Les enfants de France et de la guerre', 'ML'),
(6527, 'War', 'Si ge bu ping fan de shao nian', 'ML'),
(6528, 'War', 'Private Benjamin', 'ML'),
(6529, 'War', 'Tank Convoy', 'ML'),
(6530, 'War', 'Serdtse vraga', 'ML'),
(6531, 'War', 'Un cazador de zombis', 'ML'),
(6532, 'War', 'Dogfights', 'ML'),
(6533, 'War', 'Wallers letzter Gang', 'ML'),
(6534, 'War', 'Trenches 2', 'ML'),
(6535, 'War', 'Delta Company', 'ML'),
(6536, 'War', 'The Great Victory, Wilson or the Kaiser? The Fall of the Hohenzollerns', 'ML'),
(6537, 'War', 'Lyubov i yarost', 'ML'),
(6538, 'War', 'Prisoner of Paradise', 'ML'),
(6539, 'War', 'Pentru patrie', 'ML'),
(6540, 'War', 'Chat noir', 'ML'),
(6541, 'War', 'Who Cares', 'ML'),
(6542, 'War', 'All Forgotten', 'ML'),
(6543, 'War', 'Dear America: Letters Home from Vietnam', 'ML'),
(6544, 'War', 'Het slagveld bij de Ijzer', 'ML'),
(6545, 'War', 'All the Queens Men', 'ML'),
(6546, 'War', 'The Medic', 'ML'),
(6547, 'War', 'Spy Sorge', 'ML'),
(6548, 'War', 'Jinan zhan yi', 'ML'),
(6549, 'War', 'Sol en llamas', 'ML'),
(6550, 'War', 'White Flag Treachery', 'ML'),
(6551, 'War', 'Quelques jours en septembre', 'ML'),
(6552, 'War', 'Yan he zhan huo', 'ML'),
(6553, 'War', 'I Deal in Danger', 'ML'),
(6554, 'War', 'The Small Ones', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(6555, 'War', 'Nejatyaftegan', 'ML'),
(6556, 'War', 'Dying to Tell the Story', 'ML'),
(6557, 'War', 'Medal of Honor: Allied Assault - Spearhead', 'ML'),
(6558, 'War', 'Who Died?', 'ML'),
(6559, 'War', 'Consigna: matar al comandante en jefe', 'ML'),
(6560, 'War', 'Le ruisseau des singes', 'ML'),
(6561, 'War', 'First Op', 'ML'),
(6562, 'War', 'Target Tokyo', 'ML'),
(6563, 'War', 'London Can Take It!', 'ML'),
(6564, 'War', 'The Longest Bridge', 'ML'),
(6565, 'War', 'Kraj rata', 'ML'),
(6566, 'War', 'Parades End', 'ML'),
(6567, 'War', 'HaMaatzama HaShviit', 'ML'),
(6568, 'War', 'Commando Select', 'ML'),
(6569, 'War', 'Unsung Heroes of WWII', 'ML'),
(6570, 'War', '1941: Counter Attack', 'ML'),
(6571, 'War', 'Hitler - ein Film aus Deutschland', 'ML'),
(6572, 'War', 'Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb', 'ML'),
(6573, 'War', 'Shooting the Truth', 'ML'),
(6574, 'War', 'Majuba: Heuwel van Duiwe', 'ML'),
(6575, 'War', 'Al Entisar: Lod nadeje', 'ML'),
(6576, 'War', 'Taistelun tie', 'ML'),
(6577, 'War', 'Britains Battling Bulldogs', 'ML'),
(6578, 'War', 'Plava grobnica', 'ML'),
(6579, 'War', 'Dance in the Shelter', 'ML'),
(6580, 'War', 'Martial Law 9/11: Rise of the Police State', 'ML'),
(6581, 'War', 'Shock Troop', 'ML'),
(6582, 'War', 'The Victors', 'ML'),
(6583, 'War', '1700% Project: Mistaken for Muslim', 'ML'),
(6584, 'War', 'Sevani dzknorsnere', 'ML'),
(6585, 'War', 'Legend of Jie Zhenguo', 'ML'),
(6586, 'War', 'Il principe di Homburg', 'ML'),
(6587, 'War', 'The Marines Come Thru', 'ML'),
(6588, 'War', 'Refugee: The Long Journey of Anar Usubov', 'ML'),
(6589, 'War', 'Battle of El Caney', 'ML'),
(6590, 'War', 'Jeonjaenggwa sarang', 'ML'),
(6591, 'War', 'Jack Tar', 'ML'),
(6592, 'War', 'Lang ya kou', 'ML'),
(6593, 'War', 'Ankeui yeongungdeul', 'ML'),
(6594, 'War', 'Il mio ultimo giorno di guerra', 'ML'),
(6595, 'War', 'Marinai senza stelle', 'ML'),
(6596, 'War', 'The Reprieve', 'ML'),
(6597, 'War', 'Daughter from Danang', 'ML'),
(6598, 'War', 'On the Sunny Side', 'ML'),
(6599, 'War', 'Every Time We Say Goodbye', 'ML'),
(6600, 'War', 'Krivina', 'ML'),
(6601, 'War', 'Iraq', 'ML'),
(6602, 'War', '1920 Bitwa Warszawska', 'ML'),
(6603, 'War', 'Indian Country', 'ML'),
(6604, 'War', 'Pohwasokui shibjaga', 'ML'),
(6605, 'War', 'Komando samber nyawa', 'ML'),
(6606, 'War', 'Sotapoika', 'ML'),
(6607, 'War', 'Giornale della guerra dItalia: N. 4', 'ML'),
(6608, 'War', 'How Tommy Won the Victoria Cross', 'ML'),
(6609, 'War', 'A Flame to the Phoenix', 'ML'),
(6610, 'War', 'Katadromi sto Aigaion', 'ML'),
(6611, 'War', 'Through the Firing Line', 'ML'),
(6612, 'War', 'Brothers in Arms', 'ML'),
(6613, 'War', 'Kriza Haidari', 'ML'),
(6614, 'War', 'Voluntad - Falange en la Argentina', 'ML'),
(6615, 'War', 'Silent Victory: The Story of F/51st LRP', 'ML'),
(6616, 'War', 'The Americans in the Bulge', 'ML'),
(6617, 'War', 'Flight 208', 'ML'),
(6618, 'War', 'Desire Me', 'ML'),
(6619, 'War', 'Beirut... Hide & Seek', 'ML'),
(6620, 'War', 'Untold Stories of World War II', 'ML'),
(6621, 'War', 'On the Russian Frontier', 'ML'),
(6622, 'War', 'Hindustan Ki Kasam', 'ML'),
(6623, 'War', 'Head in the Clouds', 'ML'),
(6624, 'War', 'The Ally', 'ML'),
(6625, 'War', 'Gallant Bess', 'ML'),
(6626, 'War', 'Wo de mei li xiang chou', 'ML'),
(6627, 'War', 'New York Journals War Issue', 'ML'),
(6628, 'War', 'Vtorzheniye', 'ML'),
(6629, 'War', 'Attention, Says Moscow', 'ML'),
(6630, 'War', 'The Adventures of Smilin Jack', 'ML'),
(6631, 'War', 'Lord Dundonalds Cavalry Seizing a Kopje in Spion Kop', 'ML'),
(6632, 'War', 'Silent Service: Tracking the Enemy', 'ML'),
(6633, 'War', 'The Percy Harris Story', 'ML'),
(6634, 'War', 'Where Hands Touch', 'ML'),
(6635, 'War', 'Piec kobiet na tle morza', 'ML'),
(6636, 'War', 'Mlodosc Chopina', 'ML'),
(6637, 'War', 'Subway to Ground Zero', 'ML'),
(6638, 'War', 'A Hero to Me', 'ML'),
(6639, 'War', 'Half Good Killer', 'ML'),
(6640, 'War', 'Help Your People or Legalise Assisted Suicide', 'ML'),
(6641, 'War', 'D-Day: Canadas 24 Hours of Destiny', 'ML'),
(6642, 'War', 'Atlantic Trawler', 'ML'),
(6643, 'War', 'The Peacekeeper', 'ML'),
(6644, 'War', 'Sakay', 'ML'),
(6645, 'War', 'Osobo vazhnoye zadaniye', 'ML'),
(6646, 'War', 'Minnesota Clay', 'ML'),
(6647, 'War', 'Ghame Afghan', 'ML'),
(6648, 'War', 'A Time of Destiny', 'ML'),
(6649, 'War', 'I nikto na svete...', 'ML'),
(6650, 'War', 'To Speak or Not to Speak', 'ML'),
(6651, 'War', 'Al-Rasasa la tazalu fe gaibi', 'ML'),
(6652, 'War', 'The Presence of Arnost Lustig', 'ML'),
(6653, 'War', 'Yugoslavia: The Avoidable War', 'ML'),
(6654, 'War', 'Headquarters', 'ML'),
(6655, 'War', 'World Empire', 'ML'),
(6656, 'War', 'Bugs & Daffy: The Wartime Cartoons', 'ML'),
(6657, 'War', 'Patrouille de choc', 'ML'),
(6658, 'War', 'What Did You Do in the War, Daddy?', 'ML'),
(6659, 'War', 'Magyar sasok', 'ML'),
(6660, 'War', 'La Sargento Matacho', 'ML'),
(6661, 'War', 'American Meme', 'ML'),
(6662, 'War', 'Rock01', 'ML'),
(6663, 'War', 'Marszalek Pilsudski', 'ML'),
(6664, 'War', 'The Zulu', 'ML'),
(6665, 'War', 'No Neutral Ground', 'ML'),
(6666, 'War', 'One Flu North', 'ML'),
(6667, 'War', 'The Way of an Eagle', 'ML'),
(6668, 'War', 'Nederland valt aan', 'ML'),
(6669, 'War', 'Medal for the General', 'ML'),
(6670, 'War', 'The Battle of Green Spring', 'ML'),
(6671, 'War', 'The Goodbye Plane', 'ML'),
(6672, 'War', 'Die Fremde', 'ML'),
(6673, 'War', 'Ferry Command: The Forgotten Flyers of WWII', 'ML'),
(6674, 'War', 'Prisoners of War', 'ML'),
(6675, 'War', 'Australians at War', 'ML'),
(6676, 'War', 'Krepost', 'ML'),
(6677, 'War', 'Korpus generala Shubnikova', 'ML'),
(6678, 'War', 'Wielki tydzien', 'ML'),
(6679, 'War', 'Now It Can Be Told', 'ML'),
(6680, 'War', 'To the Last Drop', 'ML'),
(6681, 'War', 'Liwayway ng kalayaan', 'ML'),
(6682, 'War', 'Wo de tuan chang wo de tuan', 'ML'),
(6683, 'War', 'Jizhan Wuming chuan', 'ML'),
(6684, 'War', 'Pobeda na Pravoberezhnoi Ukraine i izgnaniye nemetsikh zakhvatchikov za predeli Ukrainskikh sovietskikh zemel', 'ML'),
(6685, 'War', 'A Different Kind of Christmas', 'ML'),
(6686, 'War', 'Dva boytsa', 'ML'),
(6687, 'War', 'Dokugan-ryu Masamune', 'ML'),
(6688, 'War', 'Alfa Tau!', 'ML'),
(6689, 'War', 'Went the Day Well?', 'ML'),
(6690, 'War', 'Flammen & Citronen', 'ML'),
(6691, 'War', 'Den Postapokalyptiske Sandkasse', 'ML'),
(6692, 'War', 'Zarya nad Karpatami', 'ML'),
(6693, 'War', 'Persian Wars', 'ML'),
(6694, 'War', 'Secret Journey', 'ML'),
(6695, 'War', 'VJ Day & Homecoming', 'ML'),
(6696, 'War', 'Ulamek istnienia', 'ML'),
(6697, 'War', 'Stukas', 'ML'),
(6698, 'War', 'Lager SSadis Kastrat Kommandantur', 'ML'),
(6699, 'War', 'El prisionero 13', 'ML'),
(6700, 'War', 'The Girl Scout: or, The Canadian Contingent in the Boer War', 'ML'),
(6701, 'War', 'El cerco de Huesca', 'ML'),
(6702, 'War', 'Shooting Captured Insurgents', 'ML'),
(6703, 'War', 'The Victoria Cross: For Valour', 'ML'),
(6704, 'War', 'Il cielo brucia', 'ML'),
(6705, 'War', 'Hearts of the World', 'ML'),
(6706, 'War', 'Florian', 'ML'),
(6707, 'War', 'Medal of Valor: Lt. Jack Moreno - Habang nasusugatan lalong tumatapang', 'ML'),
(6708, 'War', 'Koordinaty neizvestny', 'ML'),
(6709, 'War', 'You wo wu di', 'ML'),
(6710, 'War', 'A Time Out of War', 'ML'),
(6711, 'War', 'Tujuh wanita dalam tugas rahasia', 'ML'),
(6712, 'War', 'School for Danger', 'ML'),
(6713, 'War', 'Skirmish Between Russian and Japanese Advance Guards', 'ML'),
(6714, 'War', 'Cinco de Mayo: The Battle', 'ML'),
(6715, 'War', 'Blue Devils: Marine Aviation Squadron VMF-451', 'ML'),
(6716, 'War', 'The Many Faces of Death, Part 5', 'ML'),
(6717, 'War', 'Nisei Stories of Wartime Japan', 'ML'),
(6718, 'War', 'Shoshurei', 'ML'),
(6719, 'War', 'Hosting Withdrawal', 'ML'),
(6720, 'War', 'Kill Joy', 'ML'),
(6721, 'War', 'Operation Diamond', 'ML'),
(6722, 'War', 'In Vlaamse Velden', 'ML'),
(6723, 'War', 'Blood-Stained Russia', 'ML'),
(6724, 'War', 'Stonewall Jacksons Way', 'ML'),
(6725, 'War', 'Moments of Truth with Stephen Ambrose', 'ML'),
(6726, 'War', 'Qin lue zhe', 'ML'),
(6727, 'War', 'Mare Nostrum', 'ML'),
(6728, 'War', 'Karer', 'ML'),
(6729, 'War', 'La legione dei dannati', 'ML'),
(6730, 'War', 'Fall of Tyranny', 'ML'),
(6731, 'War', 'Ping yuan you ji dui', 'ML'),
(6732, 'War', 'Edeke xue jiu', 'ML'),
(6733, 'War', 'The War at Home', 'ML'),
(6734, 'War', 'Med dobbelt bunn - Odvar Nordli forteller', 'ML'),
(6735, 'War', 'Golemata voda', 'ML'),
(6736, 'War', 'Mars in Aries', 'ML'),
(6737, 'War', 'Moja Sarajeva Prijateljica', 'ML'),
(6738, 'War', 'Opadly liscie z drzew', 'ML'),
(6739, 'War', 'Porcelain Unicorn', 'ML'),
(6740, 'War', 'Brutal Glory', 'ML'),
(6741, 'War', 'My, russkiy narod', 'ML'),
(6742, 'War', 'The Bridge on the River Kwai', 'ML'),
(6743, 'War', 'Tutur tinular', 'ML'),
(6744, 'War', 'Enrique Enriquez-Tarology', 'ML'),
(6745, 'War', 'Nelson', 'ML'),
(6746, 'War', '2009: A True Story', 'ML'),
(6747, 'War', 'Shin heitai yakuza: Kasen', 'ML'),
(6748, 'War', '29.08.1942', 'ML'),
(6749, 'War', 'Nambugun', 'ML'),
(6751, 'War', 'Civil War Combat: Americas Bloodiest Battles', 'ML'),
(6752, 'War', 'Military Husband', 'ML'),
(6753, 'War', 'The Daring Young Man', 'ML'),
(6754, 'War', 'Hideko', 'ML'),
(6755, 'War', 'When TV Goes to War', 'ML'),
(6756, 'War', 'Vostochny koridor', 'ML'),
(6757, 'War', 'Shao Lin shi san gun seng', 'ML'),
(6758, 'War', 'General Sir Redvers Buller, and Staff, Landing at Cape Town, South Africa', 'ML'),
(6759, 'War', 'Desantura', 'ML'),
(6760, 'War', 'Hit & Stay', 'ML'),
(6761, 'War', 'Der Krieg meines Vaters', 'ML'),
(6762, 'War', 'Un branco di vigliacchi', 'ML'),
(6763, 'War', 'The Battle for Land', 'ML'),
(6764, 'War', 'For King and Empire', 'ML'),
(6765, 'War', 'Marthe', 'ML'),
(6766, 'War', 'Windtalkers', 'ML'),
(6767, 'War', 'Sharpes Waterloo', 'ML'),
(6768, 'War', 'World War 1: American Legacy', 'ML'),
(6769, 'War', 'Short Memory', 'ML'),
(6770, 'War', 'Welcome, Mr. Washington', 'ML'),
(6771, 'War', 'Valter brani Sarajevo', 'ML'),
(6772, 'War', 'Tigers of the Sea', 'ML'),
(6773, 'War', 'Prisioneros de guerra', 'ML'),
(6774, 'War', 'Patton 360', 'ML'),
(6775, 'War', 'Pryzhok na zare', 'ML'),
(6776, 'War', 'Volochayevskiye dni', 'ML'),
(6777, 'War', 'La bataille', 'ML'),
(6778, 'War', 'Warring Factions', 'ML'),
(6779, 'War', 'The Revisited Journey', 'ML'),
(6780, 'War', 'Missing Jane', 'ML'),
(6781, 'War', 'Enemy of Women', 'ML'),
(6782, 'War', 'Kitteh Kitteh Double Feature', 'ML'),
(6783, 'War', 'Hollow Shell Casing', 'ML'),
(6784, 'War', 'Beware!', 'ML'),
(6785, 'War', 'Hells End', 'ML'),
(6786, 'War', 'Vsegda so mnoyu', 'ML'),
(6787, 'War', 'The Naked and the Dead', 'ML'),
(6788, 'War', 'Bing lin cheng xia', 'ML'),
(6789, 'War', 'Fedailer mangasi', 'ML'),
(6790, 'War', 'Passport to Destiny', 'ML'),
(6791, 'War', 'Hellcats of the Navy', 'ML'),
(6792, 'War', 'How Lieutenant Rose RN Spiked the Enemys Guns', 'ML'),
(6793, 'War', 'Herr Iwan', 'ML'),
(6794, 'War', 'Unternehmen Schlafsack', 'ML'),
(6795, 'War', 'Herbstmilch', 'ML'),
(6796, 'War', 'A Sudden Alarm', 'ML'),
(6797, 'War', 'Castelul condamnatilor', 'ML'),
(6798, 'War', 'Mr Lincolns Army: Fighting Brigades of the Army of the Potomac', 'ML'),
(6799, 'War', 'The Year of the Abyss', 'ML'),
(6800, 'War', 'Los actores del conflicto', 'ML'),
(6801, 'War', 'Tutti a casa', 'ML'),
(6802, 'War', 'Ill Remember April', 'ML'),
(6803, 'War', 'Gdzie jest general?', 'ML'),
(6804, 'War', 'Coward', 'ML'),
(6805, 'War', 'The Bugle Sounds', 'ML'),
(6806, 'War', 'Etorofu harukanari', 'ML'),
(6807, 'War', 'Virgin Red', 'ML'),
(6808, 'War', 'Shanhai rikusentai', 'ML'),
(6809, 'War', 'Posledniy shag', 'ML'),
(6810, 'War', 'Tracking the Zeppelin Raiders', 'ML'),
(6811, 'War', 'Serangan fajar', 'ML'),
(6812, 'War', 'The Face of Me', 'ML'),
(6813, 'War', 'Take the High Ground!', 'ML'),
(6814, 'War', 'Merrills Marauders', 'ML'),
(6815, 'War', 'Naznachayeshsya vnuchkoy', 'ML'),
(6816, 'War', 'Postcard from Auschwitz', 'ML'),
(6817, 'War', 'Herrenpartie', 'ML'),
(6818, 'War', 'To Empower Women: The Fourth U.N. Conference - Beijing, 1995', 'ML'),
(6819, 'War', 'Il figlio di Spartacus', 'ML'),
(6820, 'War', 'Marco Polo: Haperek Haaharon', 'ML'),
(6821, 'War', 'Uncommon Valor', 'ML'),
(6822, 'War', 'Antartes ton poleon', 'ML'),
(6823, 'War', 'Diez fusiles esperan', 'ML'),
(6824, 'War', 'The Lions of Al-Rassan', 'ML'),
(6825, 'War', 'Shonenki', 'ML'),
(6826, 'War', 'Haebyeong teukgongdae', 'ML'),
(6827, 'War', 'Julie and April', 'ML'),
(6828, 'War', 'Who is the Boogeyman', 'ML'),
(6829, 'War', 'Homenaje a las Brigadas de Navarra', 'ML'),
(6830, 'War', 'Bringing in the Wounded During the Battle of Groblers Kloof', 'ML'),
(6831, 'War', 'War of the Gods', 'ML'),
(6832, 'War', 'Feng ye qing', 'ML'),
(6833, 'War', 'First Yank Into Tokyo', 'ML'),
(6834, 'War', 'Nacht vor Augen', 'ML'),
(6835, 'War', 'Eroi dellinferno', 'ML'),
(6836, 'War', 'Count Five and Die', 'ML'),
(6837, 'War', 'To xypolito tagma', 'ML'),
(6838, 'War', 'Ya budu pomnit', 'ML'),
(6839, 'War', 'Nan dao feng yun', 'ML'),
(6840, 'War', 'Texas Trail', 'ML'),
(6841, 'War', 'Zhan Shanghai', 'ML'),
(6842, 'War', 'Bitva za nashu Sovetskuyu Ukrainu', 'ML'),
(6843, 'War', 'Joe Maddisons War', 'ML'),
(6844, 'War', 'Kreiser Varyag', 'ML'),
(6845, 'War', 'Dragonfly Squadron', 'ML'),
(6846, 'War', 'Life in a War Zone: Montgomery County during the Civil War', 'ML'),
(6847, 'War', 'American Valor', 'ML'),
(6848, 'War', 'The Great Wars', 'ML'),
(6849, 'War', 'Inflammatory', 'ML'),
(6850, 'War', 'Lounas', 'ML'),
(6851, 'War', 'Meng shi', 'ML'),
(6852, 'War', 'Stari pisker', 'ML'),
(6853, 'War', 'Progon', 'ML'),
(6854, 'War', '49je', 'ML'),
(6855, 'War', 'Das Tagebuch', 'ML'),
(6856, 'War', 'On the Railway', 'ML'),
(6857, 'War', 'I exodos tou Mesolongiou', 'ML'),
(6858, 'War', 'Yun Bong-kil wisa', 'ML'),
(6859, 'War', 'The Bells of Frankenberg', 'ML'),
(6860, 'War', 'Prvi splitski odred', 'ML'),
(6861, 'War', 'How Kitchener Was Betrayed', 'ML'),
(6862, 'War', 'The Gallant Hours', 'ML'),
(6863, 'War', 'Takaya dlinnaya, dlinnaya doroga', 'ML'),
(6864, 'War', 'Somewhere on Leave', 'ML'),
(6865, 'War', 'Figli dellodio', 'ML'),
(6866, 'War', 'Burden of Desire', 'ML'),
(6867, 'War', 'The Big Lift', 'ML'),
(6868, 'War', 'War Magician', 'ML'),
(6869, 'War', 'The Fringe of War', 'ML'),
(6870, 'War', 'Il generale della Rovere', 'ML'),
(6871, 'War', 'For Greater Glory: The True Story of Cristiada', 'ML'),
(6872, 'War', 'King of Watts: Keep Ur Ear', 'ML'),
(6873, 'War', 'Svidetel', 'ML'),
(6874, 'War', 'A Circle of Deception', 'ML'),
(6875, 'War', 'Showdown: Air Combat', 'ML'),
(6876, 'War', 'Night Plane from Chungking', 'ML'),
(6877, 'War', 'Edelweisspiraten', 'ML'),
(6878, 'War', 'Moments Like These', 'ML'),
(6879, 'War', 'Privates on Parade', 'ML'),
(6880, 'War', 'To Hell with the Kaiser!', 'ML'),
(6881, 'War', 'North of Shanghai', 'ML'),
(6882, 'War', 'Taiheiyo no tsubasa', 'ML'),
(6883, 'War', 'Sonce na dlanka', 'ML'),
(6884, 'War', 'Inja Shahreh Man Bood', 'ML'),
(6885, 'War', 'Massacre Harbor', 'ML'),
(6886, 'War', 'Prace', 'ML'),
(6887, 'War', 'Jeonjaenggwa noin', 'ML'),
(6888, 'War', 'Fair Stood the Wind for France', 'ML'),
(6889, 'War', 'Bailout', 'ML'),
(6890, 'War', 'Winter Soldier', 'ML'),
(6891, 'War', 'Soul Mechanic', 'ML'),
(6892, 'War', 'The Only One Who Knows Youre Afraid', 'ML'),
(6893, 'War', 'Guaguasi', 'ML'),
(6894, 'War', 'Punishment Park', 'ML'),
(6895, 'War', 'Ihanmom doli dweo', 'ML'),
(6896, 'War', 'Parvaz dar shab', 'ML'),
(6897, 'War', 'Jutro', 'ML'),
(6898, 'War', 'Let George Do It!', 'ML'),
(6899, 'War', 'Sashka', 'ML'),
(6900, 'War', 'Ying xiong er nu', 'ML'),
(6901, 'War', 'Bloody Wednesday: The Battle of Tahrir Sq', 'ML'),
(6902, 'War', 'The Longest War', 'ML'),
(6903, 'War', 'La patru pasi de infinit', 'ML'),
(6904, 'War', 'Shock... Not Awe', 'ML'),
(6905, 'War', 'Men of Valor', 'ML'),
(6906, 'War', 'Fire Over England', 'ML'),
(6907, 'War', 'Road of the World', 'ML'),
(6908, 'War', 'Smrt si rika Engelchen', 'ML'),
(6909, 'War', 'Dalu', 'ML'),
(6910, 'War', 'Tenchi wo Kurau', 'ML'),
(6911, 'War', 'The Marriage of Muggins VC and a Further Exploit', 'ML'),
(6912, 'War', 'Pe aici nu se trece', 'ML'),
(6913, 'War', 'Uncovered: The War on Iraq', 'ML'),
(6914, 'War', 'Het dagboek van Anne Frank', 'ML'),
(6915, 'War', 'Moonstrike', 'ML'),
(6916, 'War', 'Defense or Tribute?', 'ML'),
(6917, 'War', 'Tren', 'ML'),
(6918, 'War', 'Ferry Pilot', 'ML'),
(6919, 'War', 'V tiha vecher', 'ML'),
(6920, 'War', 'Bangrajan', 'ML'),
(6921, 'War', 'Der letzte Akt', 'ML'),
(6922, 'War', '1950nyeon 4shi', 'ML'),
(6923, 'War', 'Ballada o bombere', 'ML'),
(6924, 'War', 'Der Frontgockel', 'ML'),
(6925, 'War', 'The Nihilist', 'ML'),
(6926, 'War', 'Po zovu serdtsa', 'ML'),
(6927, 'War', 'Flying the Secret Sky: The Story of the RAF Ferry Command', 'ML'),
(6928, 'War', 'City of Tears', 'ML'),
(6929, 'War', 'Voskhozhdeniye', 'ML'),
(6930, 'War', 'The Nations Peril', 'ML'),
(6931, 'War', 'Silpheed: The Lost Planet', 'ML'),
(6932, 'War', 'Sajdeh bar ab', 'ML'),
(6933, 'War', 'Bless Em All', 'ML'),
(6934, 'War', 'Antikhrist', 'ML'),
(6935, 'War', 'Untitled Morgan Freeman WWII Project', 'ML'),
(6936, 'War', 'Sky Commando', 'ML'),
(6937, 'War', 'The Person Down the Street', 'ML'),
(6938, 'War', 'The Cazalets', 'ML'),
(6939, 'War', 'Dolgie vyorsty voyny', 'ML'),
(6940, 'War', 'Yokiro', 'ML'),
(6941, 'War', 'War Dance', 'ML'),
(6942, 'War', 'Charge of the Rough Riders at El Caney', 'ML'),
(6943, 'War', 'Johnny Doesnt Live Here Any More', 'ML'),
(6944, 'War', 'Hai shang sheng ying', 'ML'),
(6945, 'War', 'Master and Commander: The Far Side of the World', 'ML'),
(6946, 'War', 'Ztracenci', 'ML'),
(6947, 'War', 'Wings Over the Pacific', 'ML'),
(6948, 'War', 'Dandan-e-mar', 'ML'),
(6949, 'War', 'Yu xue jiang cheng', 'ML'),
(6950, 'War', 'Lady from Chungking', 'ML'),
(6951, 'War', 'Kumander Kris', 'ML'),
(6952, 'War', 'All for the Love of a Geisha', 'ML'),
(6953, 'War', '1943 elokuu', 'ML'),
(6954, 'War', 'Bomb Patrol Afganistan', 'ML'),
(6955, 'War', 'A Hero in Heaven', 'ML'),
(6956, 'War', 'Battlestations: Pacific', 'ML'),
(6957, 'War', 'Dark River', 'ML'),
(6958, 'War', 'French Colonial Troops', 'ML'),
(6959, 'War', 'Kinooperator', 'ML'),
(6960, 'War', 'Shi man qing nian shi wan jun', 'ML'),
(6961, 'War', 'Loeil de Vichy', 'ML'),
(6962, 'War', 'Devils Dice', 'ML'),
(6963, 'War', 'Pad Italije', 'ML'),
(6964, 'War', 'Mr. Pip', 'ML'),
(6965, 'War', 'The Flag-Bearer', 'ML'),
(6966, 'War', 'Jeanne, Marie et les autres', 'ML'),
(6967, 'War', 'En familie i krig', 'ML'),
(6968, 'War', 'Vincent Valdez: Excerpts for John', 'ML'),
(6969, 'War', 'Takoy bolshoy malchik', 'ML'),
(6970, 'War', 'To the Shores of Tripoli', 'ML'),
(6971, 'War', 'Battle Stations', 'ML'),
(6972, 'War', 'Iron Thunder', 'ML'),
(6973, 'War', 'Nihon no ichiban nagai hi', 'ML'),
(6974, 'War', 'Pequenas voces 3d', 'ML'),
(6975, 'War', 'Pestalozzis Berg', 'ML'),
(6976, 'War', 'Chips, the War Dog', 'ML'),
(6977, 'War', 'Just One Big Mess: The Halifax Explosion, 1917', 'ML'),
(6978, 'War', 'Toy Soldier', 'ML'),
(6979, 'War', 'Storm Over the Nile', 'ML'),
(6980, 'War', 'Hayan chonjaeng', 'ML'),
(6981, 'War', 'Kingdom Strange', 'ML'),
(6982, 'War', 'Hua zhi qiao', 'ML'),
(6983, 'War', 'Les cerfs-volants', 'ML'),
(6984, 'War', 'Vodil poyezda mashinist', 'ML'),
(6985, 'War', 'Razmatchakati hamar', 'ML'),
(6986, 'War', 'De Wets Spoor', 'ML'),
(6987, 'War', 'Choihui daegyeol', 'ML'),
(6988, 'War', 'Gruz 300', 'ML'),
(6989, 'War', 'I Kypros stis floges', 'ML'),
(6990, 'War', 'Tuntematon sotilas', 'ML'),
(6991, 'War', 'Diario di un italiano', 'ML'),
(6992, 'War', 'Christine: War My Love', 'ML'),
(6993, 'War', 'Charlie Bravo', 'ML'),
(6994, 'War', 'Yamadakun no futon', 'ML'),
(6995, 'War', 'The Man Who Captured Eichmann', 'ML'),
(6996, 'War', 'John Huston War Stories', 'ML'),
(6997, 'War', 'The Killer of a Cafe Owner', 'ML'),
(6998, 'War', 'The Man Who Went', 'ML'),
(6999, 'War', 'El rayo del sur', 'ML'),
(7000, 'War', 'Kriegsgericht', 'ML'),
(7001, 'War', 'Doroga v tysyachu verst', 'ML'),
(7002, 'War', 'Tserodena raindebi', 'ML'),
(7003, 'War', 'The Story of Submarine Warfare in the Pacific', 'ML'),
(7004, 'War', 'Rise and Fall of Idi Amin', 'ML'),
(7005, 'War', 'Love and Honor', 'ML'),
(7006, 'War', 'Jim Sheridan: Film and Family', 'ML'),
(7007, 'War', 'Chi bi', 'ML'),
(7008, 'War', 'Den yparhoun lipotaktes', 'ML'),
(7009, 'War', 'Sauneun sajadeul', 'ML'),
(7010, 'War', 'Trinadtsat', 'ML'),
(7011, 'War', 'Kwiecien', 'ML'),
(7012, 'War', 'Eto mi, Gospodi...', 'ML'),
(7013, 'War', 'Baramui Fighter', 'ML'),
(7014, 'War', 'Debatik', 'ML'),
(7015, 'War', 'Senkan Yamato', 'ML'),
(7016, 'War', 'Arms from Scrap', 'ML'),
(7017, 'War', 'Empire Warriors', 'ML'),
(7018, 'War', 'The Heroes', 'ML'),
(7019, 'War', 'Last Act', 'ML'),
(7020, 'War', 'Povest o nastoyashchem cheloveke', 'ML'),
(7021, 'War', 'Den pobedy', 'ML'),
(7022, 'War', 'Le contrabandier', 'ML'),
(7023, 'War', 'Bolshaya zemlya', 'ML'),
(7024, 'War', 'Generale - Anatomie der Marneschlacht', 'ML'),
(7025, 'War', 'Waiting for NESARA', 'ML'),
(7026, 'War', 'Samil hyeokmyeonggi', 'ML'),
(7027, 'War', 'Nobody Passes Perfectly', 'ML'),
(7028, 'War', 'Worker and Warfront No. 8', 'ML'),
(7029, 'War', 'Dikiy veter', 'ML'),
(7030, 'War', 'Women of War', 'ML'),
(7031, 'War', 'Anne Frank Remembered', 'ML'),
(7032, 'War', '40,000 Horsemen', 'ML'),
(7033, 'War', 'Defeat at Waterloo: Napolean vs. Wellington', 'ML'),
(7034, 'War', 'The Last Atomic Bomb', 'ML'),
(7035, 'War', 'Provereno nema mina', 'ML'),
(7036, 'War', 'Blood on the Sun', 'ML'),
(7037, 'War', 'This England', 'ML'),
(7038, 'War', 'Germans', 'ML'),
(7039, 'War', 'Afghan Hound', 'ML'),
(7040, 'War', 'Ferdinand Magellan: The Presidential Pullman', 'ML'),
(7041, 'War', 'The Ash Can Fleet', 'ML'),
(7042, 'War', 'Sniper Patrol', 'ML'),
(7043, 'War', 'Servants of War', 'ML'),
(7044, 'War', 'Ranny w lesie', 'ML'),
(7045, 'War', 'Da jie', 'ML'),
(7046, 'War', 'Devyat zhizney Nestora Makhno', 'ML'),
(7047, 'War', 'Atomic Mom', 'ML'),
(7048, 'War', 'Nami janggun', 'ML'),
(7049, 'War', 'Desert Command', 'ML'),
(7050, 'War', 'Love Camp 7', 'ML'),
(7051, 'War', 'Grunts', 'ML'),
(7052, 'War', 'First to Fight', 'ML'),
(7053, 'War', 'Ruz-e-sevom', 'ML'),
(7054, 'War', 'Bless Me, Ultima', 'ML'),
(7055, 'War', 'The Tuskegee Airmen', 'ML'),
(7056, 'War', 'Missing Silence', 'ML'),
(7057, 'War', 'Razboiul nostru sfant', 'ML'),
(7058, 'War', 'Beyond Barbed Wire', 'ML'),
(7059, 'War', 'Galya', 'ML'),
(7060, 'War', 'The Letter', 'ML'),
(7061, 'War', 'Orkestar jedne mladosti', 'ML'),
(7062, 'War', 'The New Saint', 'ML'),
(7063, 'War', 'Report from the Front', 'ML'),
(7064, 'War', 'Besmrtna mladost', 'ML'),
(7065, 'War', 'Silent Quarry', 'ML'),
(7066, 'War', 'Jun lie sha chu zhong wei', 'ML'),
(7067, 'War', 'Silent Scars', 'ML'),
(7068, 'War', 'In the Telling', 'ML'),
(7069, 'War', 'The Secret Code', 'ML'),
(7070, 'War', 'Reinhard Heydrich - Manager des Terrors', 'ML'),
(7071, 'War', 'Glineni golub', 'ML'),
(7072, 'War', 'Zastava Zhilina', 'ML'),
(7073, 'War', 'Baa Baa Black Sheep', 'ML'),
(7074, 'War', 'Good Morning Kandahar', 'ML'),
(7075, 'War', 'La Adelita', 'ML'),
(7076, 'War', 'Into the Storm', 'ML'),
(7077, 'War', 'Neath Brooklyn Bridge', 'ML'),
(7078, 'War', 'Weekend z dziewczyna', 'ML'),
(7079, 'War', 'Uchinari Jani', 'ML'),
(7080, 'War', 'Hidden Wounds of War', 'ML'),
(7081, 'War', 'Son of a Rich Man', 'ML'),
(7082, 'War', 'A Night of Heroes: The Sun Military Awards', 'ML'),
(7083, 'War', 'The G.I.', 'ML'),
(7084, 'War', 'Kimia', 'ML'),
(7085, 'War', 'Jornadas de victoria: Teruel', 'ML'),
(7086, 'War', 'Breakthrough', 'ML'),
(7087, 'War', 'Tertium non datur', 'ML'),
(7088, 'War', 'One of Millions', 'ML'),
(7089, 'War', 'Private Peat', 'ML'),
(7090, 'War', 'A Soldiers Story', 'ML'),
(7091, 'War', 'In Memoriam: New York City', 'ML'),
(7092, 'War', 'E la nave va', 'ML'),
(7093, 'War', 'Manila Calling', 'ML'),
(7094, 'War', 'Epitafios gia ehthrous kai filous', 'ML'),
(7095, 'War', 'These Are the Men', 'ML'),
(7096, 'War', 'Nine Men', 'ML'),
(7097, 'War', 'The Veiled Commodity', 'ML'),
(7098, 'War', '25 Words', 'ML'),
(7099, 'War', 'Kolberg', 'ML'),
(7100, 'War', 'My Lai Four', 'ML'),
(7101, 'War', 'Densetsu kyojin ideon', 'ML'),
(7102, 'War', 'Der var engang en krig', 'ML'),
(7103, 'War', 'To vlemma tou Odyssea', 'ML'),
(7104, 'War', 'Stuffer', 'ML'),
(7105, 'War', 'La resistenza nella provincia di Roma', 'ML'),
(7106, 'War', 'Zhan di ying hao', 'ML'),
(7108, 'War', 'U 9 Weddigen', 'ML'),
(7109, 'War', 'Guerra in Tripolitania', 'ML'),
(7110, 'War', 'Buenos Aires, Here We Come', 'ML'),
(7112, 'War', 'Tex Mess Age', 'ML'),
(7113, 'War', 'Covjek sa fotografije', 'ML'),
(7114, 'War', 'An Innocent Traitor', 'ML'),
(7115, 'War', 'Als Martin vierzehn war', 'ML'),
(7116, 'War', 'Exploring Japantown', 'ML'),
(7117, 'War', 'La grande quercia', 'ML'),
(7118, 'War', 'Beauty in Chaos', 'ML'),
(7119, 'War', 'Makedonskiot del od pekolot', 'ML'),
(7120, 'War', 'Bolotnye soldaty', 'ML'),
(7121, 'War', 'Operatsia Vunderlandi', 'ML'),
(7122, 'War', '16 Hours', 'ML'),
(7123, 'War', 'Under the German Yoke', 'ML'),
(7124, 'War', 'Mission: Africa', 'ML'),
(7125, 'War', 'Imitation General', 'ML'),
(7126, 'War', 'The Heroes of the Blue and Gray', 'ML'),
(7127, 'War', 'The Prime Minister', 'ML'),
(7128, 'War', 'Kaja, ubit cu te!', 'ML'),
(7129, 'War', 'Porufi no nagai tabi', 'ML'),
(7130, 'War', 'Mission of the Shark: The Saga of the U.S.S. Indianapolis', 'ML'),
(7131, 'War', 'Apres lorage', 'ML'),
(7132, 'War', 'Hot Shots!', 'ML'),
(7133, 'War', 'Ultimatum alla vita', 'ML'),
(7134, 'War', 'Po zakonam voyennogo vremeni', 'ML'),
(7135, 'War', 'Tora tora, bang bang bang', 'ML'),
(7136, 'War', 'Lesbanese', 'ML'),
(7137, 'War', 'El Alamein', 'ML'),
(7138, 'War', 'Coeurs belges', 'ML'),
(7139, 'War', 'Gomer Pyle: USMC', 'ML'),
(7140, 'War', 'Autos-canons sur le front de bataille', 'ML'),
(7141, 'War', 'Manufacturing Consent: Noam Chomsky and the Media', 'ML'),
(7142, 'War', 'To bloko', 'ML'),
(7143, 'War', 'Ne se obrashtay nazad', 'ML'),
(7144, 'War', 'A Brunette Kiss', 'ML'),
(7145, 'War', 'Submarine Base', 'ML'),
(7146, 'War', 'In War They Come', 'ML'),
(7147, 'War', 'Neighbours Under Fire', 'ML'),
(7148, 'War', 'Field of Lost Shoes', 'ML'),
(7149, 'War', 'The End of Something', 'ML'),
(7150, 'War', 'Rostro al mar', 'ML'),
(7151, 'War', 'Villa Rides', 'ML'),
(7152, 'War', 'The Flemish Farm', 'ML'),
(7153, 'War', 'Earthworks', 'ML'),
(7154, 'War', 'Ge zi shu', 'ML'),
(7155, 'War', 'Kroz granje nebo', 'ML'),
(7156, 'War', 'The Noble Advance', 'ML'),
(7157, 'War', 'Shoot on Sight: The Ongoing Military Junta Offensive Against Civilians in Eastern Burma', 'ML'),
(7158, 'War', 'Men of Our Time: Mussolini', 'ML'),
(7159, 'War', 'The Plainsman', 'ML'),
(7160, 'War', 'V iyune 41-go', 'ML'),
(7161, 'War', 'Shellshock', 'ML'),
(7162, 'War', 'Moje mordeh', 'ML'),
(7163, 'War', 'Kraljevski voz', 'ML'),
(7164, 'War', 'Grammos', 'ML'),
(7165, 'War', 'Marraines de France', 'ML'),
(7166, 'War', 'Bilyy ptakh z chornoyu vidznakoyu', 'ML'),
(7167, 'War', 'Bonne chance Frenchie', 'ML'),
(7168, 'War', 'Il figlio di Cleopatra', 'ML'),
(7169, 'War', 'The Texas, Naval Parade', 'ML'),
(7170, 'War', 'Italiani brava gente', 'ML'),
(7171, 'War', 'Khleb detstva moyego', 'ML'),
(7172, 'War', 'Squadriglia bianca', 'ML'),
(7173, 'War', '14 Days of Creation', 'ML'),
(7174, 'War', 'Vietnam: A Television History', 'ML'),
(7175, 'War', 'Patak', 'ML'),
(7176, 'War', 'Carry on, Sergeant!', 'ML'),
(7177, 'War', 'El cobarde', 'ML'),
(7178, 'War', 'The Soldiers Story', 'ML'),
(7179, 'War', 'Byl jednou jeden dum', 'ML'),
(7180, 'War', 'Capas', 'ML'),
(7181, 'War', 'Vietnam: Combat Hell 1965-1969', 'ML'),
(7182, 'War', 'Cuba: The 40 Years War', 'ML'),
(7183, 'War', 'Europa: In the Shadow of the Reich', 'ML'),
(7184, 'War', 'Postman Pat Magical Christmas', 'ML'),
(7185, 'War', 'Ba dao lou zi', 'ML'),
(7186, 'War', 'A Falcon, a Revolution', 'ML'),
(7187, 'War', 'Mr. Proudfoot Shows a Light', 'ML'),
(7188, 'War', 'Sretni umiru dvaput', 'ML'),
(7189, 'War', 'Honor militar', 'ML'),
(7190, 'War', 'The Gulf War', 'ML'),
(7191, 'War', 'Mademoiselle from Armentieres', 'ML'),
(7192, 'War', 'Murderers Among Us: The Simon Wiesenthal Story', 'ML'),
(7193, 'War', 'Mussolini and I', 'ML'),
(7194, 'War', 'Shogun to sambo to hei', 'ML'),
(7195, 'War', 'Tiempo negro', 'ML'),
(7196, 'War', 'The Last Bullet', 'ML'),
(7197, 'War', 'Battle of Mafeking', 'ML'),
(7198, 'War', 'Guadalcanal: The Island of Death', 'ML'),
(7199, 'War', 'Utu', 'ML'),
(7200, 'War', 'Colli di cuoio', 'ML'),
(7201, 'War', 'Voyna i mir III: 1812 god', 'ML'),
(7202, 'War', 'Kto vernyotsa, dolyubit', 'ML'),
(7203, 'War', 'Johan Ulfstjerna', 'ML'),
(7204, 'War', 'Die letzte Patrone', 'ML'),
(7205, 'War', 'Battle Rats', 'ML'),
(7206, 'War', 'Maharana Pratap: The First Freedom Fighter', 'ML'),
(7207, 'War', 'Friendly Fire', 'ML'),
(7208, 'War', 'Nimed marmortahvlil', 'ML'),
(7209, 'War', 'The Enforcers: Military Police', 'ML'),
(7210, 'War', 'American Civil War', 'ML'),
(7211, 'War', 'Arcade Soldiers', 'ML'),
(7212, 'War', 'Michtavim Milevanon', 'ML'),
(7213, 'War', 'Gamani', 'ML'),
(7214, 'War', 'Yorgun savasci', 'ML'),
(7215, 'War', 'Sterne', 'ML'),
(7216, 'War', 'The Medal', 'ML'),
(7217, 'War', 'Eat the Rich & Save the Whales', 'ML'),
(7218, 'War', 'Army of Two: The Devils Cartel', 'ML'),
(7219, 'War', 'Het meisje met het rode haar', 'ML'),
(7220, 'War', 'Les femmes de lombre', 'ML'),
(7221, 'War', 'Ultima noapte de dragoste', 'ML'),
(7222, 'War', 'Maengho jakjeon', 'ML'),
(7223, 'War', 'Dugo ng Bataan', 'ML'),
(7224, 'War', 'The 10 Conditions of Love', 'ML'),
(7225, 'War', 'Charge at Las Guasimas, Where Capron and Fish Were Killed', 'ML'),
(7226, 'War', 'Set-to Between John Bull and Paul Kruger', 'ML'),
(7227, 'War', 'Siroko je lisce', 'ML'),
(7228, 'War', 'Zihao ba, muqin!', 'ML'),
(7229, 'War', 'Fuga sul Kenya', 'ML'),
(7230, 'War', 'Klyas Law', 'ML'),
(7231, 'War', 'Shooting Grunts', 'ML'),
(7232, 'War', 'Monsignor Renard', 'ML'),
(7233, 'War', 'A Wave, a WAC and a Marine', 'ML'),
(7234, 'War', 'Captured Zero Fighters', 'ML'),
(7235, 'War', 'Dogface', 'ML'),
(7236, 'War', 'Goryachiy sneg', 'ML'),
(7237, 'War', 'La mascotte dei diavoli blu', 'ML'),
(7238, 'War', 'Yue jia xiao jang', 'ML'),
(7239, 'War', 'Een vrouw tussen hond en wolf', 'ML'),
(7240, 'War', 'Without Remorse', 'ML'),
(7241, 'War', 'Hanmanheun daedonggang', 'ML'),
(7242, 'War', 'Seongbyeokeul ddulgo', 'ML'),
(7243, 'War', 'I Kriti stis floges', 'ML'),
(7244, 'War', 'Janur kuning', 'ML'),
(7245, 'War', 'Mirko i Slavko', 'ML'),
(7246, 'War', '1812', 'ML'),
(7247, 'War', 'U nikh yest rodina', 'ML'),
(7248, 'War', 'Flukten fra Dakar', 'ML'),
(7249, 'War', 'The Rhinemann Exchange', 'ML'),
(7250, 'War', 'Eis frei', 'ML'),
(7251, 'War', 'Fighting Along the Piave', 'ML'),
(7252, 'War', 'Beau Geste', 'ML'),
(7253, 'War', 'Ghosts of Les Cheris', 'ML'),
(7254, 'War', 'Contempt of Conscience', 'ML'),
(7255, 'War', 'Ergens in Nederland', 'ML'),
(7256, 'War', 'Jill & Jack', 'ML'),
(7257, 'War', 'Duga mracna noc', 'ML'),
(7258, 'War', 'Njih dvojica', 'ML'),
(7259, 'War', 'Uncivil Warriors', 'ML'),
(7260, 'War', 'Sos Laribiancos - I dimenticati', 'ML'),
(7261, 'War', 'A Soldier and a Man', 'ML'),
(7262, 'War', 'A Soldiers Tale', 'ML'),
(7263, 'War', 'Code of live', 'ML'),
(7264, 'War', 'Zen and War', 'ML'),
(7265, 'War', 'Aera! Aera! Aera!', 'ML'),
(7266, 'War', '3 Points', 'ML'),
(7267, 'War', 'Sorry About Tomorrow', 'ML'),
(7268, 'War', 'Los cristeros', 'ML'),
(7269, 'War', 'Aegis Destroyer Kongo', 'ML'),
(7270, 'War', 'Steiner - Das Eiserne Kreuz, 2. Teil', 'ML'),
(7271, 'War', 'The Clouded Dawn', 'ML'),
(7272, 'War', 'Jinnah', 'ML'),
(7273, 'War', 'The Houses Are Full of Smoke', 'ML'),
(7274, 'War', '5 sibuto 5 sikkaji', 'ML'),
(7275, 'War', 'Behind Enemy Lines II: Axis of Evil', 'ML'),
(7276, 'War', 'Charlie Has a Face', 'ML'),
(7277, 'War', 'Moryaki', 'ML'),
(7278, 'War', 'A Farewell to Arms', 'ML'),
(7279, 'War', 'Who Will Stand', 'ML'),
(7280, 'War', 'Shtrafbat', 'ML'),
(7281, 'War', 'Konets i nachalo', 'ML'),
(7282, 'War', 'Soldiers All', 'ML'),
(7283, 'War', 'Una sporca guerra', 'ML'),
(7284, 'War', 'Warfare in the Skies', 'ML'),
(7285, 'War', 'Le 7eme jour de Saint-Malo', 'ML'),
(7286, 'War', 'Cities at War', 'ML'),
(7287, 'War', 'The Storks Holiday', 'ML'),
(7288, 'War', 'Ei koskaan yksin - Nie allein!', 'ML'),
(7289, 'War', 'M.O.A.B.', 'ML'),
(7290, 'War', 'Nakba', 'ML'),
(7291, 'War', 'Crvena zemlja', 'ML'),
(7292, 'War', 'Solidaridad humana', 'ML'),
(7293, 'War', 'A Letter to the Prime Minister', 'ML'),
(7294, 'War', 'Other Kingdoms', 'ML'),
(7295, 'War', 'I Met the Walrus', 'ML'),
(7296, 'War', 'Neskorenyy', 'ML'),
(7297, 'War', 'MASH', 'ML'),
(7298, 'War', 'Blu notte', 'ML'),
(7299, 'War', 'Winter Rose', 'ML'),
(7300, 'War', 'Uberstein - Secrets of the Wehrmacht', 'ML'),
(7301, 'War', 'Ambrose Bierce: Civil War Stories', 'ML'),
(7302, 'War', 'El congreso Internacional de los escritores en defensa de la Cultura', 'ML'),
(7303, 'War', 'Le sang des autres', 'ML'),
(7304, 'War', 'Tengo Miedo', 'ML'),
(7305, 'War', 'The Border Wireless', 'ML'),
(7306, 'War', 'The Battle of Vimy Ridge - Part 1: Setting the Stage', 'ML'),
(7307, 'War', 'A Bell for Adano', 'ML'),
(7308, 'War', 'A, zerosen', 'ML'),
(7309, 'War', 'The Next of Kin', 'ML'),
(7310, 'War', 'Bearing Witness: The Voices of Our Survivors', 'ML'),
(7311, 'War', 'Sotamies Jokisen vihkiloma', 'ML'),
(7312, 'War', 'Margritli und dSoldate - Ernstes und Heiteres aus der Grenzbesetzung, S 1940', 'ML'),
(7313, 'War', 'Glowy pelne gwiazd', 'ML'),
(7314, 'War', 'Commando Elite', 'ML'),
(7315, 'War', 'Harts War', 'ML'),
(7316, 'War', 'The Pride of the South', 'ML'),
(7317, 'War', 'Racconti dell Italia di ieri - La paura', 'ML'),
(7318, 'War', 'Time Machine: A Complete History of the Green Berets', 'ML'),
(7319, 'War', 'Cultured Pearl: Voices of Uganda', 'ML'),
(7320, 'War', 'Inside the Lines', 'ML'),
(7321, 'War', 'Harmony Lane', 'ML'),
(7322, 'War', 'Rogues March', 'ML'),
(7323, 'War', 'Alive & Well', 'ML'),
(7324, 'War', 'Szalency', 'ML'),
(7325, 'War', 'Demony wojny wedlug Goi', 'ML'),
(7326, 'War', 'Geheimkommando Bumerang', 'ML'),
(7327, 'War', 'The Searching Wind', 'ML'),
(7328, 'War', 'Les miracles nont lieu quune fois', 'ML'),
(7329, 'War', 'American Slaves', 'ML'),
(7330, 'War', 'How I Won the War', 'ML'),
(7331, 'War', 'News Girl', 'ML'),
(7332, 'War', 'El rumor de la arena', 'ML'),
(7333, 'War', 'Padashe sokoot', 'ML'),
(7334, 'War', 'Gears of War', 'ML'),
(7335, 'War', 'Building 173', 'ML'),
(7336, 'War', 'Tell England', 'ML'),
(7337, 'War', 'The Saboteur', 'ML'),
(7338, 'War', 'The Battle of Russia', 'ML'),
(7339, 'War', 'The Egg-Yegg', 'ML'),
(7340, 'War', 'Bettone', 'ML'),
(7341, 'War', 'Sota ilman voittoa', 'ML'),
(7342, 'War', 'The Battle of the Ancre and the Advance of the Tanks', 'ML'),
(7343, 'War', 'Zmiana', 'ML'),
(7344, 'War', 'Poets War', 'ML'),
(7345, 'War', 'LAlsace attendait...', 'ML'),
(7346, 'War', 'Samek', 'ML'),
(7347, 'War', 'Zhong Hua nu er', 'ML'),
(7348, 'War', 'Escape from Hong Kong', 'ML'),
(7349, 'War', 'Lettow-Vorbeck: Der deutsch-ostafrikanische Imperativ', 'ML'),
(7350, 'War', 'Tretiy udar', 'ML'),
(7351, 'War', 'Malvinas, alerta roja', 'ML'),
(7352, 'War', 'Zoon van het oude volk', 'ML'),
(7353, 'War', 'Pilot #5', 'ML'),
(7354, 'War', 'Hostages', 'ML'),
(7355, 'War', 'Sti mahi tis Kritis', 'ML'),
(7356, 'War', 'War Requiem', 'ML'),
(7357, 'War', 'Krasno solnyshko', 'ML'),
(7358, 'War', 'Road No. 1', 'ML'),
(7359, 'War', 'The Red Bear', 'ML'),
(7360, 'War', 'Anastasiya Slutskaya', 'ML'),
(7361, 'War', 'Sense of Enlightenment', 'ML'),
(7362, 'War', 'A Healing', 'ML'),
(7363, 'War', 'Face in the Rain', 'ML'),
(7364, 'War', 'Click... a Nam War Flick', 'ML'),
(7365, 'War', 'Au coeur de lorage', 'ML'),
(7366, 'War', 'Pod sumnjom', 'ML'),
(7367, 'War', 'Hillbilly Blitzkrieg', 'ML'),
(7368, 'War', 'I cinque del Condor', 'ML'),
(7369, 'War', 'Westerplatte', 'ML'),
(7370, 'War', 'Citizens Army', 'ML'),
(7371, 'War', 'Pirveli korneti Streshniovi', 'ML'),
(7372, 'War', 'Hei shan zu ji zhan', 'ML'),
(7373, 'War', '20,13', 'ML'),
(7374, 'War', 'Three Russian Girls', 'ML'),
(7375, 'War', 'Malaki: Scent of an Angel', 'ML'),
(7376, 'War', 'Vietnam Requiem', 'ML'),
(7377, 'War', 'Soldaten', 'ML'),
(7378, 'War', 'La notte di San Lorenzo', 'ML'),
(7379, 'War', 'Men in War', 'ML'),
(7380, 'War', 'Music as a Universal Language', 'ML'),
(7381, 'War', 'Per pochi dollari ancora', 'ML'),
(7382, 'War', 'El crucero Baleares', 'ML'),
(7383, 'War', 'Make a Movie Like Spike', 'ML'),
(7384, 'War', 'Piccolo alpino', 'ML'),
(7385, 'War', '3. November 1918', 'ML'),
(7386, 'War', 'Rikugun hayabusa sentotai', 'ML'),
(7387, 'War', 'Parallel Salvation', 'ML'),
(7388, 'War', 'Suchwiin bulmyeong', 'ML'),
(7389, 'War', 'Back to Bataan', 'ML'),
(7390, 'War', 'Background to Danger', 'ML'),
(7391, 'War', 'Crnci', 'ML'),
(7392, 'War', 'Construction of Positions', 'ML'),
(7393, 'War', 'Senza confini', 'ML'),
(7394, 'War', 'Welcome Home Hero', 'ML'),
(7395, 'War', 'Kultur', 'ML'),
(7396, 'War', 'Operation: Ruthless', 'ML'),
(7397, 'War', 'The State Within', 'ML'),
(7398, 'War', 'Zhdi menya, Anna', 'ML'),
(7399, 'War', 'Den sidste vinter', 'ML'),
(7400, 'War', 'Racing Patriots', 'ML'),
(7401, 'War', 'Within the Eye of the Storm', 'ML'),
(7402, 'War', 'My Mothers Courage', 'ML'),
(7403, 'War', 'V gorakh Yugoslavii', 'ML'),
(7404, 'War', 'Romeo, Julia a tma', 'ML'),
(7405, 'War', 'Okovani soferi', 'ML'),
(7406, 'War', 'Pani Mariya', 'ML'),
(7407, 'War', 'The Battle of Chickamauga', 'ML'),
(7408, 'War', 'Bad Company 2: Vietnam', 'ML'),
(7409, 'War', 'Fight to the Death', 'ML'),
(7410, 'War', 'Futility', 'ML'),
(7411, 'War', 'Zhi qu Huashan', 'ML'),
(7412, 'War', 'Malvinas: La guerra intima', 'ML'),
(7413, 'War', 'Tjoet Nja Dhien', 'ML'),
(7414, 'War', 'The Filthy War', 'ML'),
(7415, 'War', 'Mayskie zvyozdy', 'ML'),
(7416, 'War', 'Veille darmes', 'ML'),
(7417, 'War', 'Welcome to Baghdad', 'ML'),
(7418, 'War', 'Brothers War', 'ML'),
(7419, 'War', 'The Battle of Chemulpo', 'ML'),
(7420, 'War', 'Song of the Lodz Ghetto', 'ML'),
(7421, 'War', 'Cry of Battle', 'ML'),
(7422, 'War', 'The Rough Riders', 'ML'),
(7423, 'War', 'Shan zai huo zhong', 'ML'),
(7424, 'War', 'Le rose del deserto', 'ML'),
(7425, 'War', 'Heeva', 'ML'),
(7426, 'War', 'The Sound Barrier', 'ML'),
(7427, 'War', 'Zhan dou li cheng zhang', 'ML'),
(7428, 'War', 'Um Filme Falado', 'ML'),
(7429, 'War', 'Yi yu', 'ML'),
(7430, 'War', 'Reportaje del movimiento revolucionario en Barcelona', 'ML'),
(7431, 'War', 'The Sea Ghost', 'ML'),
(7432, 'War', 'The Girl Philippa', 'ML'),
(7433, 'War', 'La pajarera', 'ML'),
(7434, 'War', 'Allons petits enfants', 'ML'),
(7435, 'War', 'Wolves of Chechnya', 'ML'),
(7436, 'War', 'The Kid Who Couldnt Miss', 'ML'),
(7437, 'War', 'Locker Room Politics', 'ML'),
(7438, 'War', 'Battle History of the Air Force', 'ML'),
(7439, 'War', 'The Battle of Bloody Ford', 'ML'),
(7440, 'War', 'Tokyo saiban', 'ML'),
(7441, 'War', 'Beans, Bullets, and Black Oil', 'ML'),
(7442, 'War', 'Otryad Trubachyova srazhayetsya', 'ML'),
(7443, 'War', 'Into the Belly of the Whale', 'ML'),
(7444, 'War', 'Scherzo', 'ML'),
(7445, 'War', '13se sonyeon', 'ML'),
(7446, 'War', 'Balkan Rhapsodies: 78 Measures of War', 'ML'),
(7447, 'War', 'Za tekh kto v more', 'ML'),
(7448, 'War', 'Parrot Unit', 'ML'),
(7449, 'War', 'Notre cavalerie dAfrique au front', 'ML'),
(7450, 'War', 'Cast a Giant Shadow', 'ML'),
(7451, 'War', 'Bridge to the Sun', 'ML'),
(7452, 'War', 'Preventive Warriors', 'ML'),
(7453, 'War', 'Konets Saturna', 'ML'),
(7454, 'War', 'Making Choices: The Dutch Resistance During World War II', 'ML'),
(7455, 'War', 'Flags of Our Fathers', 'ML'),
(7456, 'War', 'Karl May', 'ML'),
(7457, 'War', 'Fu xiao qian de bao zha', 'ML'),
(7458, 'War', 'The Children of Chabannes', 'ML'),
(7459, 'War', 'Hana no ran', 'ML'),
(7460, 'War', 'Women in War', 'ML'),
(7461, 'War', 'U tvoyego poroga', 'ML'),
(7462, 'War', 'Kannathil Muthamittal', 'ML'),
(7463, 'War', 'International Rescue', 'ML'),
(7464, 'War', 'The Impersonation', 'ML'),
(7465, 'War', 'General', 'ML'),
(7466, 'War', 'Los ojos perdidos', 'ML'),
(7467, 'War', 'Napoleon and Love', 'ML'),
(7468, 'War', 'For King and Country', 'ML'),
(7469, 'War', 'Bataan', 'ML'),
(7470, 'War', 'The Boy from Stalingrad', 'ML'),
(7471, 'War', 'Lincoln', 'ML'),
(7472, 'War', 'Lupaus', 'ML'),
(7473, 'War', 'Thank You for Your Service', 'ML'),
(7474, 'War', 'Misija majora Atertona', 'ML'),
(7475, 'War', 'Shir Eres', 'ML'),
(7476, 'War', 'Empire of the Sun', 'ML'),
(7477, 'War', 'The War in China -- The Evacuation of Pekin', 'ML'),
(7478, 'War', 'The Rape of the Samburu Women', 'ML'),
(7479, 'War', 'Last Man Home', 'ML'),
(7480, 'War', 'Dvazhdy rozhdyonnyy', 'ML'),
(7481, 'War', 'Remember Me: A Memorial Day Tribute', 'ML'),
(7482, 'War', 'Resistencia en Levante', 'ML'),
(7483, 'War', 'Ang alamat', 'ML'),
(7484, 'War', 'Silence Before Me', 'ML'),
(7485, 'War', 'Blue Horizon', 'ML'),
(7486, 'War', 'Women in the Night', 'ML'),
(7487, 'War', 'Flattest', 'ML'),
(7488, 'War', 'Return to Them', 'ML'),
(7489, 'War', 'The Rising: Ballad of Mangal Pandey', 'ML'),
(7490, 'War', 'The Highest Honor', 'ML'),
(7491, 'War', 'Musa', 'ML'),
(7492, 'War', 'Batalyony prosyat ognya', 'ML'),
(7493, 'War', 'Oznamuje se laskam vasim', 'ML'),
(7494, 'War', 'Too Late the Hero', 'ML'),
(7495, 'War', 'Tuman', 'ML'),
(7496, 'War', 'Answer the Call', 'ML'),
(7497, 'War', 'I See a Dark Stranger', 'ML'),
(7498, 'War', 'Me davbrundebi', 'ML'),
(7499, 'War', 'The Cherry', 'ML'),
(7500, 'War', 'Krishna Arjun Yudh', 'ML'),
(7501, 'War', 'Uccidete Rommel', 'ML'),
(7502, 'War', 'Andranik', 'ML'),
(7503, 'War', 'Emergency Landing', 'ML'),
(7504, 'War', 'Saints and Soldiers', 'ML'),
(7505, 'War', 'La maleta mexicana', 'ML'),
(7506, 'War', 'A Short Film About Guns', 'ML'),
(7507, 'War', 'Fourth Wall', 'ML'),
(7508, 'War', 'Lone Soldiers', 'ML'),
(7509, 'War', 'All Quiet on the Western Front', 'ML'),
(7510, 'War', 'Osvobozhdenie', 'ML'),
(7511, 'War', 'Battle History of the Navy', 'ML'),
(7512, 'War', 'Henry Dunant: Du rouge sur la croix', 'ML'),
(7513, 'War', 'Ladies Courageous', 'ML'),
(7514, 'War', 'USS VD: Ship of Shame', 'ML'),
(7515, 'War', 'Gochin', 'ML'),
(7516, 'War', 'Boyevoy kinosbornik 4', 'ML'),
(7517, 'War', 'The Eternal Sea', 'ML'),
(7518, 'War', 'I Was Montys Double', 'ML'),
(7519, 'War', 'My Home: Your War', 'ML'),
(7520, 'War', 'Church and State: A Perspective', 'ML'),
(7521, 'War', 'Fei hu dui', 'ML'),
(7522, 'War', 'Qala-i-Jangi Fortress', 'ML'),
(7523, 'War', 'Ikinuita 16 nen: Saigo no nippon-hei', 'ML'),
(7524, 'War', 'Gwangyaui horangi', 'ML'),
(7525, 'War', 'Malchishku zvali kapitanom', 'ML'),
(7526, 'War', 'The Strange Death of Adolf Hitler', 'ML'),
(7527, 'War', 'Return to Dakto', 'ML'),
(7528, 'War', 'Hula and Natan', 'ML'),
(7529, 'War', 'Shen feng wei long', 'ML'),
(7530, 'War', 'Sands of Iwo Jima', 'ML'),
(7531, 'War', 'Aa, kaigun', 'ML'),
(7532, 'War', 'Peace with Honour', 'ML'),
(7533, 'War', 'Tie dao you ji dui', 'ML'),
(7534, 'War', 'Der Feuerteufel', 'ML'),
(7535, 'War', 'Lepa sela lepo gore', 'ML'),
(7536, 'War', 'Hill 606: The Infantry Platoon in Attack', 'ML'),
(7537, 'War', 'The Ancient Art of War', 'ML'),
(7538, 'War', 'Battle for China', 'ML'),
(7539, 'War', 'Hermans historia', 'ML'),
(7540, 'War', 'Zero no tsukaima: Futatsuki no kishi', 'ML'),
(7541, 'War', 'Under Fire: Personal Stories from the Scorched Summer of 2006', 'ML'),
(7542, 'War', 'Kibrisin belasi kizil EOKA', 'ML'),
(7543, 'War', 'Christmas Eve 45', 'ML'),
(7544, 'War', 'Ofitsery 2: Vsyo budet khorosho', 'ML'),
(7545, 'War', 'Il ladro di Venezia', 'ML'),
(7546, 'War', 'Casabianca', 'ML'),
(7547, 'War', 'As Linhas de Torres Vedras', 'ML'),
(7548, 'War', 'Torrepartida', 'ML'),
(7549, 'War', 'Pod livnem pul', 'ML'),
(7550, 'War', 'Urduja', 'ML'),
(7551, 'War', 'A paso de cojo', 'ML'),
(7552, 'War', 'Hai jun tu ji dui', 'ML'),
(7553, 'War', 'Hidden & Dangerous', 'ML'),
(7554, 'War', 'Women Arent Angels', 'ML'),
(7555, 'War', '1864', 'ML'),
(7556, 'War', 'PopUp-Windows', 'ML'),
(7557, 'War', 'Till I Come Back to You', 'ML'),
(7558, 'War', 'Mrs. Miniver', 'ML'),
(7559, 'War', 'What Sebastian Dreamt', 'ML'),
(7560, 'War', 'The Incredible Mr. Limpet', 'ML'),
(7561, 'War', 'Not in Our Name!', 'ML'),
(7562, 'War', 'Barzan', 'ML'),
(7563, 'War', 'First Kill', 'ML'),
(7564, 'War', 'La grande guerra', 'ML'),
(7565, 'War', 'Darah garuda - Merah putih II', 'ML'),
(7566, 'War', 'Jet Attack', 'ML'),
(7567, 'War', 'Zarki', 'ML'),
(7568, 'War', 'Sixth U.S. Cavalry, Skirmish Line', 'ML'),
(7569, 'War', 'Seduction of the Will', 'ML'),
(7570, 'War', 'Sora yukaba', 'ML'),
(7571, 'War', 'On the Brink: Doomsday', 'ML'),
(7572, 'War', 'Mrtvi se ne vracaju', 'ML'),
(7573, 'War', 'Hushang de douzheng', 'ML'),
(7574, 'War', 'Rih al awras', 'ML'),
(7575, 'War', 'Lieutenant Rose and the Chinese Pirates', 'ML'),
(7576, 'War', 'Besatzung Dora', 'ML'),
(7577, 'War', 'Survivors of the Holocaust', 'ML'),
(7578, 'War', 'Rebelde ng Mindanao', 'ML'),
(7579, 'War', 'Poisoning the Well', 'ML'),
(7580, 'War', 'Gody molodye', 'ML'),
(7581, 'War', 'Combat Shock', 'ML'),
(7582, 'War', 'Afganistan: Effetti collaterali', 'ML'),
(7583, 'War', 'The Cripple of Ypres', 'ML'),
(7584, 'War', 'La guerra sul fronte Est', 'ML'),
(7585, 'War', 'Oi teleftaioi tou Rupel', 'ML'),
(7586, 'War', 'Lhomme qui ment', 'ML'),
(7587, 'War', 'Earl Roberts and Staff', 'ML'),
(7588, 'War', 'Nurse Edith Cavell', 'ML'),
(7589, 'War', 'The Palace', 'ML'),
(7590, 'War', 'Canteen on Wheels', 'ML'),
(7591, 'War', 'Pink Floyd The Wall Redux', 'ML'),
(7592, 'War', 'Den 8. himmel', 'ML'),
(7593, 'War', 'Keep Em Flying', 'ML'),
(7594, 'War', 'The Sound of Glory', 'ML'),
(7595, 'War', 'Jean la Poudre', 'ML'),
(7596, 'War', 'To trito Stefani', 'ML'),
(7597, 'War', 'La battaglia di Algeri', 'ML'),
(7598, 'War', 'The Lost Children of Berlin', 'ML'),
(7599, 'War', 'Flying Tiger Heroes', 'ML'),
(7600, 'War', 'Train of Freedom', 'ML'),
(7601, 'War', 'Gibraltar', 'ML'),
(7602, 'War', 'The Life and Times of Rosie the Riveter', 'ML'),
(7603, 'War', 'El moderno Barba Azul', 'ML'),
(7604, 'War', 'Xue zhan Taierzhuang', 'ML'),
(7605, 'War', 'MV22: An Advanced MAGTF', 'ML'),
(7606, 'War', 'La historia oficial', 'ML'),
(7607, 'War', 'Saraband for Dead Lovers', 'ML'),
(7608, 'War', 'The Verge of Greatness', 'ML'),
(7609, 'War', 'A Woman in Love and War: Vera Brittain', 'ML'),
(7610, 'War', 'Vozmezdiye', 'ML'),
(7611, 'War', 'The Adventures of Young Indiana Jones: Daredevils of the Desert', 'ML'),
(7612, 'War', 'Rock Star: Kosovar', 'ML'),
(7613, 'War', 'Yu Gwan-sun', 'ML'),
(7614, 'War', 'Qi san yi da kui tao', 'ML'),
(7615, 'War', 'De sejlede bare...', 'ML'),
(7616, 'War', 'Raider Platoon', 'ML'),
(7617, 'War', 'Revisiting PTSD Through the Eyes of a Vietnam Combat Veteran: The Frank Campbell and Ann Tran Interview', 'ML'),
(7618, 'War', 'Always Another Dawn', 'ML'),
(7619, 'War', 'Changpai shan zhi zhan', 'ML'),
(7620, 'War', 'The Complete History of U.S. Wars 1700-2004', 'ML'),
(7621, 'War', 'Three Kings', 'ML'),
(7622, 'War', 'Manto Mavrogenous', 'ML'),
(7623, 'War', 'Sharpes Battle', 'ML'),
(7624, 'War', 'The Chosin Few', 'ML'),
(7625, 'War', 'Un pilota ritorna', 'ML'),
(7626, 'War', 'Zhil otvazhnyy kapitan', 'ML'),
(7627, 'War', 'Transcending War', 'ML'),
(7628, 'War', 'Kara Fatma', 'ML'),
(7629, 'War', 'Attack by Infantry and Armor Against a Village', 'ML'),
(7630, 'War', 'Standing Army', 'ML'),
(7631, 'War', 'Passeurs dhommes', 'ML'),
(7632, 'War', 'Target Unknown', 'ML'),
(7633, 'War', 'Ships with Wings', 'ML'),
(7634, 'War', 'Khleb - imya sushchestvitelnoe', 'ML'),
(7635, 'War', 'Nim-eun-meon-go-sae', 'ML'),
(7636, 'War', 'Szwadron', 'ML'),
(7637, 'War', 'La guerra continua', 'ML'),
(7638, 'War', 'Desert Weeds', 'ML'),
(7639, 'War', 'Prisoner of Tehran', 'ML'),
(7640, 'War', 'For Your Freedom and Ours', 'ML'),
(7641, 'War', 'Comando al infierno', 'ML'),
(7642, 'War', 'Apocalypse Now: The Workprint', 'ML'),
(7643, 'War', 'Eagle Commandos', 'ML'),
(7644, 'War', '639 kai mia nyhtes', 'ML'),
(7645, 'War', 'Red Rose of Normandy', 'ML'),
(7646, 'War', 'The Year That Trembled', 'ML'),
(7647, 'War', 'Freedom Is Not Free', 'ML'),
(7648, 'War', 'To Have and Have Not', 'ML'),
(7649, 'War', 'Face of the Enemy', 'ML'),
(7650, 'War', 'Incident at Cu Chi', 'ML'),
(7651, 'War', 'The Faithful City', 'ML'),
(7652, 'War', 'La bataille de France', 'ML'),
(7653, 'War', 'Joey Boy', 'ML'),
(7654, 'War', 'Sibiriada', 'ML'),
(7655, 'War', 'Apel', 'ML'),
(7656, 'War', 'Yeongho jeokjeon', 'ML'),
(7657, 'War', 'Oszolomienie', 'ML'),
(7658, 'War', 'The Last Command', 'ML'),
(7659, 'War', 'Clash of Warriors', 'ML'),
(7660, 'War', 'Going West', 'ML'),
(7661, 'War', 'Within an Ace', 'ML'),
(7662, 'War', 'Last Castle on the Edge of Forever', 'ML'),
(7663, 'War', 'Tap Roots', 'ML'),
(7664, 'War', 'Redacted', 'ML'),
(7665, 'War', 'Wolnamjeonseon isangeobtda', 'ML'),
(7666, 'War', 'U.S. Troops and Red Cross in the Trenches Before Calcoocan [P.I.]', 'ML'),
(7667, 'War', 'Yerku gisher', 'ML'),
(7668, 'War', 'Le peuple et ses fusils', 'ML'),
(7669, 'War', 'Attaque dun poste anglais', 'ML'),
(7670, 'War', 'Tom Clancys HAWX 2', 'ML'),
(7671, 'War', 'Beaufort', 'ML'),
(7672, 'War', '36 Hours', 'ML'),
(7673, 'War', 'Paths of Glory', 'ML'),
(7674, 'War', 'Okhota na Vervolfa', 'ML'),
(7675, 'War', 'Kibrista vurusanlar', 'ML'),
(7676, 'War', 'Zeppelins Over London', 'ML'),
(7677, 'War', 'Hei se shan dian', 'ML'),
(7678, 'War', 'Voor een verloren soldaat', 'ML'),
(7679, 'War', 'More About Nostradamus', 'ML'),
(7680, 'War', 'Yong bu xiao shi de dian bo', 'ML'),
(7681, 'War', 'Jarzebina czerwona', 'ML'),
(7682, 'War', 'Tina in Mexico', 'ML'),
(7683, 'War', 'A Partnership for Prosperity', 'ML'),
(7684, 'War', 'Major Wilsons Last Stand', 'ML'),
(7685, 'War', 'Historys Raiders: Royal Swordfish Take Taranto', 'ML'),
(7686, 'War', 'Too Young to Know', 'ML'),
(7687, 'War', 'Collinsville', 'ML'),
(7688, 'War', 'Sabotage at Sea', 'ML'),
(7690, 'War', 'Opasni put', 'ML'),
(7691, 'War', 'Voces inocentes', 'ML'),
(7692, 'War', 'Command Decision', 'ML'),
(7693, 'War', 'Aktsiya', 'ML'),
(7694, 'War', 'Sharq', 'ML'),
(7695, 'War', 'The Firebird Conspiracy', 'ML'),
(7696, 'War', 'Matterhorn', 'ML'),
(7697, 'War', 'The War Magician', 'ML'),
(7698, 'War', 'Kontrudar', 'ML'),
(7699, 'War', 'Abeceda straha', 'ML'),
(7700, 'War', 'Land Girl', 'ML'),
(7701, 'War', 'High Card Trumps', 'ML'),
(7702, 'War', 'Ketili adamianebi', 'ML'),
(7703, 'War', 'Chelovek voyny', 'ML'),
(7704, 'War', 'Australias Peril', 'ML'),
(7705, 'War', 'Fishermen in Exile', 'ML'),
(7706, 'War', 'Heroes of the Alamo', 'ML'),
(7707, 'War', 'Lhonneur dun capitaine', 'ML'),
(7708, 'War', 'Countdown to War', 'ML'),
(7709, 'War', 'Once upon a Strike', 'ML'),
(7710, 'War', 'Fewer the Proud', 'ML'),
(7711, 'War', 'Les hommes libres', 'ML'),
(7712, 'War', 'Road to Nanking', 'ML'),
(7713, 'War', 'Battle Zone', 'ML'),
(7714, 'War', 'Expeditionary Force 343', 'ML'),
(7715, 'War', 'Churchill: The Hollywood Years', 'ML'),
(7716, 'War', 'Blockhead', 'ML'),
(7717, 'War', 'Journey for Margaret', 'ML'),
(7718, 'War', 'The Wild Blue Yonder', 'ML'),
(7719, 'War', 'Whos Afraid of the Big Black Wolf?', 'ML'),
(7720, 'War', 'Resolute', 'ML'),
(7721, 'War', 'Desert Dons', 'ML'),
(7722, 'War', 'Radio London Movie', 'ML'),
(7723, 'War', 'Yu xue hong ma che', 'ML'),
(7724, 'War', 'Hiroshima no pika', 'ML'),
(7725, 'War', 'As You Were', 'ML'),
(7726, 'War', 'I Dreamed About Pol Pot', 'ML'),
(7727, 'War', 'Fighter Squadron', 'ML'),
(7728, 'War', 'Fury Over Spain', 'ML'),
(7729, 'War', '633 Squadron', 'ML'),
(7730, 'War', 'Laube du monde', 'ML'),
(7731, 'War', 'An Unsigned Agreement', 'ML'),
(7732, 'War', 'Luo ying xia', 'ML'),
(7733, 'War', 'Malet me blerim mbuluar', 'ML'),
(7734, 'War', 'Bidari-e Royaha', 'ML'),
(7735, 'War', 'V boy idut odni stariki', 'ML'),
(7736, 'War', 'Second Squad, Sixth U.S. Cavalry', 'ML'),
(7737, 'War', 'The Model Father', 'ML'),
(7738, 'War', 'Friends and Foes', 'ML'),
(7739, 'War', 'Sand Castle', 'ML'),
(7740, 'War', 'Nouvelle-France', 'ML'),
(7741, 'War', 'Panje dar khak', 'ML'),
(7742, 'War', 'Cold Mountain', 'ML'),
(7743, 'War', 'Tank Battle', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(7744, 'War', 'Marines, Lets Go', 'ML'),
(7745, 'War', 'Humor at the Front', 'ML'),
(7746, 'War', 'The Unreturned', 'ML'),
(7747, 'War', 'A Farewell to Fools', 'ML'),
(7748, 'War', 'Un dorado de Pancho Villa', 'ML'),
(7749, 'War', 'The Ghost of War', 'ML'),
(7750, 'War', 'Historia Kowalskich', 'ML'),
(7751, 'War', 'Adoulotoi sklavoi', 'ML'),
(7752, 'War', 'Churchill and the Generals', 'ML'),
(7753, 'War', 'Dosolsan choihui nal', 'ML'),
(7754, 'War', 'The Last Volunteer', 'ML'),
(7755, 'War', 'Que je vive en paix', 'ML'),
(7756, 'War', 'Molodini', 'ML'),
(7757, 'War', 'Cudoviti prah', 'ML'),
(7758, 'War', 'Panna', 'ML'),
(7759, 'War', 'Nguoi tinh khong chan dung', 'ML'),
(7760, 'War', 'Pearl Harbor', 'ML'),
(7761, 'War', 'When the Lights Go on Again', 'ML'),
(7762, 'War', 'Byeong jeongnim', 'ML'),
(7764, 'War', 'La guerre est finie', 'ML'),
(7765, 'War', 'My iz Kronshtadta', 'ML'),
(7766, 'War', 'Tell It to the Marines', 'ML'),
(7767, 'War', 'Guns: The Evolution of Firearms', 'ML'),
(7768, 'War', 'Visions from the Inferno', 'ML'),
(7769, 'War', 'Baza na Dunavu', 'ML'),
(7770, 'War', 'Galoogah-e Sheytan', 'ML'),
(7771, 'War', 'Linhas de Wellington', 'ML'),
(7772, 'War', '1809 Andreas Hofer - Die Freiheit des Adlers', 'ML'),
(7773, 'War', 'Beyond All Boundaries', 'ML'),
(7774, 'War', 'Dimri i fundit', 'ML'),
(7775, 'War', 'Air Force', 'ML'),
(7776, 'War', 'Le regard', 'ML'),
(7777, 'War', 'Rendezvous with Annie', 'ML'),
(7778, 'War', 'Into the Arms of Strangers: Stories of the Kindertransport', 'ML'),
(7779, 'War', 'La factionnaire de lempereur, mars 1815', 'ML'),
(7780, 'War', 'Yser', 'ML'),
(7781, 'War', 'Korea Patrol', 'ML'),
(7782, 'War', 'Gunat mbi tela', 'ML'),
(7783, 'War', 'Heroes II: The Return', 'ML'),
(7784, 'War', 'Aakraman', 'ML'),
(7785, 'War', 'The Fighting Strain of Old England', 'ML'),
(7786, 'War', 'Margery Booth: The Spy in the Eagles Nest', 'ML'),
(7787, 'War', 'The Boy with No Face', 'ML'),
(7788, 'War', 'Za vlast sovetov', 'ML'),
(7789, 'War', 'Kursanty', 'ML'),
(7790, 'War', 'Paris Calling', 'ML'),
(7791, 'War', 'Espionage', 'ML'),
(7792, 'War', 'Pojat', 'ML'),
(7793, 'War', 'The Secret of Santa Vittoria', 'ML'),
(7794, 'War', 'Dugo ng katipunan', 'ML'),
(7795, 'War', 'The Letter from Pearl Harbor', 'ML'),
(7796, 'War', 'Untitled Balkan War Drama', 'ML'),
(7797, 'War', '1984: A Sikh Story', 'ML'),
(7798, 'War', 'Under the Black Eagle', 'ML'),
(7799, 'War', 'Jeremy Clarkson: Greatest Raid of All Time', 'ML'),
(7800, 'War', 'Return from Jarama Valley', 'ML'),
(7801, 'War', 'Waltzing', 'ML'),
(7802, 'War', 'Les monts en flammes', 'ML'),
(7803, 'War', 'The Bugler of Algiers', 'ML'),
(7804, 'War', 'Venok sonetov', 'ML'),
(7805, 'War', 'Xia nu hei mei gui', 'ML'),
(7806, 'War', 'Another World Is Possible: Volume 1 - War', 'ML'),
(7807, 'War', 'La batalla del Ebro', 'ML'),
(7808, 'War', 'Quand la guerre sera loin', 'ML'),
(7809, 'War', 'Letters from the Dead', 'ML'),
(7810, 'War', 'En la brecha', 'ML'),
(7811, 'War', 'Songwriting with Soldiers: Scott', 'ML'),
(7812, 'War', 'Jurgais pari', 'ML'),
(7813, 'War', 'Nasvidenje v naslednji vojni', 'ML'),
(7814, 'War', 'Obrechyonnye na voynu', 'ML'),
(7815, 'War', 'Women Beyond War: A World March in Africa', 'ML'),
(7816, 'War', 'Deserters', 'ML'),
(7817, 'War', 'Zaproszenie', 'ML'),
(7818, 'War', 'Seljacka buna 1573', 'ML'),
(7819, 'War', 'Beathe', 'ML'),
(7820, 'War', 'Synovya', 'ML'),
(7821, 'War', 'Quando suona la campana', 'ML'),
(7822, 'War', 'Karnan', 'ML'),
(7823, 'War', 'Hollow Men', 'ML'),
(7824, 'War', 'Heroes All', 'ML'),
(7825, 'War', 'Una vita venduta', 'ML'),
(7826, 'War', 'Mizar', 'ML'),
(7827, 'War', 'Soldats sans uniforme', 'ML'),
(7828, 'War', 'Psyhi vathia', 'ML'),
(7829, 'War', 'Rug si flacara', 'ML'),
(7830, 'War', 'April 1865', 'ML'),
(7831, 'War', 'Buried Secrets', 'ML'),
(7832, 'War', 'Amaru', 'ML'),
(7833, 'War', 'The Bridges at Toko-Ri', 'ML'),
(7834, 'War', 'The Second Battle of London', 'ML'),
(7835, 'War', 'Lipstick on Your Collar', 'ML'),
(7836, 'War', 'Warkill', 'ML'),
(7837, 'War', 'Menace on the Mountain', 'ML'),
(7838, 'War', 'Battleship Maine', 'ML'),
(7839, 'War', 'Amor chinaco', 'ML'),
(7840, 'War', 'Brestskaya krepost', 'ML'),
(7841, 'War', 'A Positive End', 'ML'),
(7842, 'War', 'Western Approaches', 'ML'),
(7843, 'War', 'Strictly G.I.', 'ML'),
(7844, 'War', 'Leto 43-go goda', 'ML'),
(7845, 'War', 'Off for the Boer War', 'ML'),
(7846, 'War', '39/40 The War Through a Lens', 'ML'),
(7847, 'War', 'Polumgla', 'ML'),
(7848, 'War', 'The Bugler of Battery B', 'ML'),
(7849, 'War', 'Evadarea', 'ML'),
(7850, 'War', 'Britains Bulwarks, No. 10: With the Policemen of the Allies on the North Sea', 'ML'),
(7851, 'War', 'Pearl Harbor: Two Hours That Changed the World', 'ML'),
(7852, 'War', 'Dvoboj za juznu prugu', 'ML'),
(7853, 'War', 'Drie kameraden', 'ML'),
(7854, 'War', 'Le grand complot', 'ML'),
(7855, 'War', 'Little Gods', 'ML'),
(7856, 'War', 'Win or Die - Voices from the Libyan Revolution', 'ML'),
(7857, 'War', 'Inglourious Basterds', 'ML'),
(7858, 'War', 'Tau ming chong', 'ML'),
(7859, 'War', 'Britains Home Front: When the Lights Go on Again', 'ML'),
(7860, 'War', 'O teleftaios aihmalotos', 'ML'),
(7861, 'War', 'Land and Freedom', 'ML'),
(7862, 'War', 'Ammunition Smuggling on the Mexican Border: Incidents of the Mexican Revolution', 'ML'),
(7863, 'War', 'Marriage Is a Private Affair', 'ML'),
(7864, 'War', 'Segundo noticiario intercontinental', 'ML'),
(7865, 'War', 'Wo Du hin gehst...', 'ML'),
(7866, 'War', 'Korea: The Unknown War', 'ML'),
(7867, 'War', 'Storming Juno', 'ML'),
(7868, 'War', 'Vielleicht in einem anderen Leben', 'ML'),
(7869, 'War', 'When Cultures Collide: From Perry to Pearl Harbor', 'ML'),
(7870, 'War', 'The Echoes of Empire', 'ML'),
(7871, 'War', 'Rout of the Filipinos', 'ML'),
(7872, 'War', 'Defensa de Madrid', 'ML'),
(7873, 'War', 'Empire: Total War', 'ML'),
(7874, 'War', 'Pandora and the Deception of the Gods', 'ML'),
(7875, 'War', 'Dictee', 'ML'),
(7876, 'War', 'Dzis w nocy umrze miasto', 'ML'),
(7877, 'War', 'Bodljikavo Prase', 'ML'),
(7878, 'War', 'Hearts of Love', 'ML'),
(7879, 'War', 'Srebrena lisica', 'ML'),
(7880, 'War', 'Torpedonostsy', 'ML'),
(7881, 'War', 'Hayazaki no hana', 'ML'),
(7882, 'War', 'Unit 731: Nightmare in Manchuria', 'ML'),
(7883, 'War', 'Across the Mexican Line', 'ML'),
(7884, 'War', 'Exormisis', 'ML'),
(7885, 'War', 'Our Girl', 'ML'),
(7886, 'War', 'Krwawy terror', 'ML'),
(7887, 'War', 'Fur Hat', 'ML'),
(7888, 'War', 'Bohaterstwo polskiego skauta', 'ML'),
(7889, 'War', 'The Borinqueneers', 'ML'),
(7890, 'War', 'Matomena Hristougenna', 'ML'),
(7891, 'War', 'Alfred Schreyer z Drohobycza', 'ML'),
(7892, 'War', 'The War Game', 'ML'),
(7893, 'War', 'Obyknovennyy fashizm', 'ML'),
(7894, 'War', 'Housewife in the Heart of Darkness', 'ML'),
(7895, 'War', 'Cafwa', 'ML'),
(7896, 'War', 'Daughters of Abraham', 'ML'),
(7897, 'War', 'Mutter Courage und ihre Kinder', 'ML'),
(7898, 'War', 'Khirbet Hizaa', 'ML'),
(7899, 'War', 'Killing Memories', 'ML'),
(7900, 'War', 'Rwanda: Beyond the Deadly Pit', 'ML'),
(7901, 'War', 'Midnight Sun', 'ML'),
(7902, 'War', 'Les bidasses sen vont en guerre', 'ML'),
(7903, 'War', 'Manatsu no Orion', 'ML'),
(7904, 'War', 'Hiljaisuus', 'ML'),
(7905, 'War', 'Konjuh planinom', 'ML'),
(7906, 'War', 'Safar-e sorkh', 'ML'),
(7907, 'War', 'One of Us', 'ML'),
(7908, 'War', 'Begegnungen', 'ML'),
(7909, 'War', 'Zhan di zhi xing', 'ML'),
(7910, 'War', 'Ogniomistrz Kalen', 'ML'),
(7911, 'War', 'Rome', 'ML'),
(7912, 'War', 'Operacja Himmler', 'ML'),
(7913, 'War', 'Taynaya progulka', 'ML'),
(7914, 'War', 'Slum Noir', 'ML'),
(7915, 'War', 'Krzyz Walecznych', 'ML'),
(7916, 'War', 'Pack Up Your Troubles', 'ML'),
(7917, 'War', 'La nostra artigilieria da campagna', 'ML'),
(7918, 'War', 'The Heart of Humanity', 'ML'),
(7919, 'War', 'Iwo Jima: Red Blood, Black Sand', 'ML'),
(7920, 'War', 'Zhan Zheng Zi Wu Xian', 'ML'),
(7921, 'War', 'The American Navy in Vietnam', 'ML'),
(7922, 'War', 'The Lost Squadron', 'ML'),
(7923, 'War', 'Liniya Mannergeyma', 'ML'),
(7924, 'War', 'The Lighthorsemen', 'ML'),
(7925, 'War', 'Watashi wa kai ni naritai', 'ML'),
(7926, 'War', 'Marcha triunfal', 'ML'),
(7927, 'War', '15 Hours Before War', 'ML'),
(7928, 'War', 'Hong se niang zi jun', 'ML'),
(7929, 'War', 'Monash: The Forgotten Anzac', 'ML'),
(7930, 'War', 'To End All Wars', 'ML'),
(7931, 'War', 'La grande speranza', 'ML'),
(7932, 'War', 'The Authorized Biography of Crazy Horse and His Family Part Two: Defending the Homeland Prior to the 1868 Treaty', 'ML'),
(7933, 'War', 'Sharpe: The Legend', 'ML'),
(7934, 'War', 'Now the Hell Will Start', 'ML'),
(7935, 'War', 'Hubal', 'ML'),
(7936, 'War', 'Les enfants de la nuit', 'ML'),
(7937, 'War', 'Alamo: The Price of Freedom', 'ML'),
(7938, 'War', 'Fallen Soldier', 'ML'),
(7939, 'War', 'Poppies of Flanders', 'ML'),
(7940, 'War', 'Talchul myeongryeong', 'ML'),
(7941, 'War', 'Hermeneutics', 'ML'),
(7942, 'War', 'The Rebel and the Soldier', 'ML'),
(7943, 'War', 'Guang dao nian ba', 'ML'),
(7944, 'War', 'Ying xiong lie nu', 'ML'),
(7945, 'War', 'Der kroatische Faust', 'ML'),
(7946, 'War', 'Sane Like Me Short Film', 'ML'),
(7947, 'War', 'Hidden & Dangerous 2', 'ML'),
(7948, 'War', 'Sri Krishnarjuna Vijayam', 'ML'),
(7949, 'War', 'Four Saints', 'ML'),
(7950, 'War', 'Dubya Tee Eff', 'ML'),
(7951, 'War', 'Geschwader Fledermaus', 'ML'),
(7952, 'War', 'Sportsmanlike Driving', 'ML'),
(7953, 'War', 'Come si fa la nostra guerra', 'ML'),
(7954, 'War', 'Occupation: Dreamland', 'ML'),
(7955, 'War', 'Where Is Iraq?', 'ML'),
(7956, 'War', 'Pistolet typu Walter P-38', 'ML'),
(7957, 'War', 'International Lady', 'ML'),
(7958, 'War', 'The Story of One', 'ML'),
(7959, 'War', 'Andorra. Entre el torb i la Gestapo', 'ML'),
(7960, 'War', 'Once Upon a Time in the West Bank', 'ML'),
(7961, 'War', 'Shchors', 'ML'),
(7962, 'War', 'The King of the White Elephant', 'ML'),
(7963, 'War', 'Ye yan', 'ML'),
(7964, 'War', 'Meet the Spartans', 'ML'),
(7966, 'War', 'Arn', 'ML'),
(7967, 'War', 'Kaaskoppen & waterlanders', 'ML'),
(7968, 'War', 'Divers at Work on the Wreck of the Maine', 'ML'),
(7969, 'War', 'O dromos ton iroon', 'ML'),
(7970, 'War', 'Heroes Die Young', 'ML'),
(7971, 'War', 'Awaiting Time', 'ML'),
(7972, 'War', 'I litaneia ton iroon', 'ML'),
(7973, 'War', 'Valor with Honor', 'ML'),
(7974, 'War', 'Stand By All Networks', 'ML'),
(7975, 'War', 'Mosbys Combat Operations in Fairfax County, Virginia', 'ML'),
(7976, 'War', 'Karo', 'ML'),
(7977, 'War', 'Heartbreak Ridge', 'ML'),
(7978, 'War', 'Faktas', 'ML'),
(7979, 'War', 'Nezhnyy vozrast', 'ML'),
(7980, 'War', 'Nelson Stepanyan', 'ML'),
(7981, 'War', 'Five Graves to Cairo', 'ML'),
(7982, 'War', 'El caudillo', 'ML'),
(7983, 'War', 'WWII in HD: The Air War', 'ML'),
(7984, 'War', 'Far from Afghanistan', 'ML'),
(7985, 'War', 'War and Peace', 'ML'),
(7986, 'War', 'Lessons Lost', 'ML'),
(7987, 'War', 'Malenkiy chelovek v bolshoy voyne', 'ML'),
(7988, 'War', 'Non mi avete convinto', 'ML'),
(7989, 'War', 'Un posto allinferno', 'ML'),
(7990, 'War', 'Legions of Rome: The Roman Invasions of Britain', 'ML'),
(7991, 'War', 'V. 1', 'ML'),
(7992, 'War', 'Guerre aux Indes', 'ML'),
(7993, 'War', 'Defendemos nuestra tierra', 'ML'),
(7994, 'War', 'Oborona Tsaritsyna', 'ML'),
(7995, 'War', 'Madareh Sefr Darajeh', 'ML'),
(7996, 'War', 'Im Glad My Boy Grew Up to Be a Soldier', 'ML'),
(7997, 'War', 'Proti vsem', 'ML'),
(7998, 'War', 'Liberty! The American Revolution', 'ML'),
(7999, 'War', 'Barba Zvane', 'ML'),
(8000, 'War', 'Johnny', 'ML'),
(8001, 'War', 'The Last Grenade', 'ML'),
(8002, 'War', 'Porokh', 'ML'),
(8003, 'War', 'Fire in the Heartland: Kent State, May 4, and Student Protest in America', 'ML'),
(8004, 'War', 'Nasa', 'ML'),
(8005, 'War', 'A Soldiers Choice', 'ML'),
(8006, 'War', 'Un ponte per linferno', 'ML'),
(8007, 'War', 'Berge in Flammen', 'ML'),
(8008, 'War', 'The Refugee', 'ML'),
(8009, 'War', 'Hitlers Britain', 'ML'),
(8010, 'War', 'After Iraq', 'ML'),
(8011, 'War', '3 jours en juin', 'ML'),
(8012, 'War', 'Legions of Rome: The Gallic Wars', 'ML'),
(8013, 'War', 'Geheimkommando Spree', 'ML'),
(8014, 'War', '1628', 'ML'),
(8015, 'War', 'Champagner aus dem Knobelbecher', 'ML'),
(8016, 'War', 'The Last to Remember', 'ML'),
(8017, 'War', 'Ba bai zhuang shi', 'ML'),
(8018, 'War', 'The Road to Calais', 'ML'),
(8019, 'War', 'Zhong hua ying xiong', 'ML'),
(8020, 'War', 'Flying Tigers', 'ML'),
(8021, 'War', 'By the Sword Divided', 'ML'),
(8022, 'War', 'St. Nazaire', 'ML'),
(8023, 'War', 'Aleksandr Parkhomenko', 'ML'),
(8024, 'War', 'Beiderseits der Rollbahn, II. Teil', 'ML'),
(8025, 'War', 'Between the End', 'ML'),
(8026, 'War', 'Rice & Honey: Sri Lanka, Children in War', 'ML'),
(8027, 'War', 'Slawna jak Sarajewo', 'ML'),
(8028, 'War', 'Marcia o crepa', 'ML'),
(8029, 'War', 'In Search of Peace', 'ML'),
(8030, 'War', 'Akcja pod Arsenalem', 'ML'),
(8031, 'War', 'Approaching Midnight', 'ML'),
(8032, 'War', 'Torture', 'ML'),
(8033, 'War', 'Submarines: Sharks of Steel', 'ML'),
(8034, 'War', 'The Guns of Fort Petticoat', 'ML'),
(8035, 'War', 'Welcome to Sarajevo', 'ML'),
(8036, 'War', 'Abrokanga malhara', 'ML'),
(8037, 'War', 'Bravo 5', 'ML'),
(8038, 'War', 'Istiklal madalyasi', 'ML'),
(8039, 'War', 'The Pale of Settlement', 'ML'),
(8040, 'War', 'The Private Navy of Sgt. OFarrell', 'ML'),
(8041, 'War', 'Sons of War', 'ML'),
(8042, 'War', 'The Ritchie Boys', 'ML'),
(8043, 'War', 'Areumdawoon sheejul', 'ML'),
(8044, 'War', 'Deguchi no nai umi', 'ML'),
(8045, 'War', 'Orzel', 'ML'),
(8046, 'War', 'War, Kisses... Starfish!', 'ML'),
(8047, 'War', 'Rendezvous 24', 'ML'),
(8048, 'War', 'The Conscientious Objector', 'ML'),
(8049, 'War', 'La Valentina', 'ML'),
(8050, 'War', 'After the Battle', 'ML'),
(8051, 'War', 'Qi xia si 1937', 'ML'),
(8052, 'War', 'Diao Chan', 'ML'),
(8053, 'War', 'Shetskvetili simgera', 'ML'),
(8054, 'War', 'Ombre su Trieste', 'ML'),
(8055, 'War', 'Wrota Europy', 'ML'),
(8056, 'War', 'Guests of the Nation', 'ML'),
(8057, 'War', 'The Great German North Sea Tunnel', 'ML'),
(8058, 'War', 'David Bek', 'ML'),
(8059, 'War', 'Die Ehe der Maria Braun', 'ML'),
(8060, 'War', 'LOC: Kargil', 'ML'),
(8061, 'War', 'Color of Truth', 'ML'),
(8062, 'War', 'Black Warrior', 'ML'),
(8063, 'War', 'Luciano Serra pilota', 'ML'),
(8064, 'War', 'Battleship Iowa', 'ML'),
(8065, 'War', 'Nam 71', 'ML'),
(8066, 'War', 'Hoor dar atash', 'ML'),
(8067, 'War', 'September- December 1968', 'ML'),
(8068, 'War', 'Medieval II: Total War', 'ML'),
(8069, 'War', 'A Second Knock at the Door', 'ML'),
(8070, 'War', 'Il caimano del Piave', 'ML'),
(8071, 'War', 'Das Schilfrohr', 'ML'),
(8072, 'War', 'Jimmy Murakami: Non-Alien', 'ML'),
(8073, 'War', 'Happy Wars', 'ML'),
(8074, 'War', 'Das Schweigen des Meeres', 'ML'),
(8075, 'War', 'Lie ri nu wa zi', 'ML'),
(8076, 'War', 'Zhdi menya', 'ML'),
(8077, 'War', 'Namja ilsaeng', 'ML'),
(8078, 'War', 'Shocking Jerry', 'ML'),
(8079, 'War', 'Under en steinhimmel', 'ML'),
(8080, 'War', 'A Woman at War', 'ML'),
(8081, 'War', 'A Soldiers Plaything', 'ML'),
(8082, 'War', 'Cry Havoc', 'ML'),
(8083, 'War', 'August Moon, Safe Light', 'ML'),
(8084, 'War', 'Soldyer!', 'ML'),
(8085, 'War', 'War of Horrors', 'ML'),
(8086, 'War', 'Kangamba', 'ML'),
(8087, 'War', 'A Yank in Korea', 'ML'),
(8088, 'War', 'Tam za lesem', 'ML'),
(8089, 'War', 'Der letzte Zug', 'ML'),
(8090, 'War', 'Criminales de guerra', 'ML'),
(8091, 'War', 'Rangers in the Wrong War', 'ML'),
(8092, 'War', 'The Great War and the Shaping of the 20th Century', 'ML'),
(8093, 'War', 'King Rat', 'ML'),
(8094, 'War', 'The Afghan Solution', 'ML'),
(8095, 'War', 'Dude', 'ML'),
(8096, 'War', 'Escuadrilla', 'ML'),
(8097, 'War', 'World of Death', 'ML'),
(8098, 'War', 'The Howards of Virginia', 'ML'),
(8099, 'War', 'Hawai Mare oki kaisen', 'ML'),
(8100, 'War', 'Confessions of a German Soldier', 'ML'),
(8101, 'War', 'Seeds of Freedom', 'ML'),
(8102, 'War', 'Dreams of Liberty', 'ML'),
(8103, 'War', 'Swiadectwo urodzenia', 'ML'),
(8104, 'War', 'My Old Mans Place', 'ML'),
(8105, 'War', 'Torpedo Boat', 'ML'),
(8106, 'War', 'In Vermilion', 'ML'),
(8107, 'War', 'Here Is Germany', 'ML'),
(8108, 'War', 'Bomba u 10 i 10', 'ML'),
(8109, 'War', 'Hasenjagd', 'ML'),
(8110, 'War', 'Grand Wheel', 'ML'),
(8111, 'War', 'The Moon and the Stars', 'ML'),
(8112, 'War', 'Pozegnanie z Maria', 'ML'),
(8113, 'War', 'Americans in Pyongyang', 'ML'),
(8114, 'War', 'The 7th Dawn', 'ML'),
(8115, 'War', 'MIS Human Secret Weapon', 'ML'),
(8116, 'War', 'God Forgive', 'ML'),
(8117, 'War', 'Nepal, in the Mountains Shadow', 'ML'),
(8118, 'War', 'A Midnight Clear', 'ML'),
(8119, 'War', 'Tonights the Night', 'ML'),
(8120, 'War', 'Reportazh s linii ognya', 'ML'),
(8121, 'War', 'El camino de la paz', 'ML'),
(8122, 'War', 'Marakat Taqraft', 'ML'),
(8123, 'War', 'Gun gun hong chen', 'ML'),
(8124, 'War', 'Kurtulus', 'ML'),
(8125, 'War', 'To Iraq and Back: Bob Woodruff Reports', 'ML'),
(8126, 'War', 'Powermonger', 'ML'),
(8127, 'War', 'Laviva', 'ML'),
(8128, 'War', 'Ostatnia eskapada', 'ML'),
(8129, 'War', 'Morgenrot', 'ML'),
(8130, 'War', 'Americas Longest War', 'ML'),
(8131, 'War', 'Code-Breakers: Bletchley Parks Lost Heroes', 'ML'),
(8132, 'War', 'Vyzyvaem ogon na sebya', 'ML'),
(8133, 'War', 'My War', 'ML'),
(8134, 'War', 'They Speak of Hope: The Church in El Salvador', 'ML'),
(8135, 'War', 'Les morfalous', 'ML'),
(8136, 'War', 'Lamour de Montparnasse', 'ML'),
(8137, 'War', 'The Confederate Ironclad', 'ML'),
(8138, 'War', 'Taegukgi hwinalrimyeo', 'ML'),
(8140, 'War', 'Mugra', 'ML'),
(8141, 'War', 'The Second Lieutenant', 'ML'),
(8142, 'War', 'Iraq for Sale: The War Profiteers', 'ML'),
(8143, 'War', 'The Magnitude of the Continental Divides', 'ML'),
(8144, 'War', 'Untamed Women', 'ML'),
(8145, 'War', 'Hitlers Irishman: The Story of Lord Haw-Haw', 'ML'),
(8146, 'War', 'Home by Christmas', 'ML'),
(8147, 'War', 'Winslow Homer: An American Original', 'ML'),
(8148, 'War', 'Lelejska gora', 'ML'),
(8149, 'War', 'La lunga ombra del lupo', 'ML'),
(8150, 'War', 'Breaker Morant', 'ML'),
(8151, 'War', 'Ingiliz Kemal', 'ML'),
(8152, 'War', 'Der Arzt von Stalingrad', 'ML'),
(8153, 'War', 'Ky uc Dien Bien', 'ML'),
(8154, 'War', 'Das Kriminalgericht', 'ML'),
(8155, 'War', 'River Styx', 'ML'),
(8156, 'War', 'Captain Battle: Legacy War', 'ML'),
(8157, 'War', 'Mountains Troops Battle for a Town', 'ML'),
(8158, 'War', 'No joke', 'ML'),
(8159, 'War', 'Keeper of the Flag', 'ML'),
(8160, 'War', 'Good Will to Men', 'ML'),
(8161, 'War', 'Operation Kabul', 'ML'),
(8162, 'War', 'The Cu Chi Tunnels', 'ML'),
(8163, 'War', 'Kanzo sensei', 'ML'),
(8164, 'War', 'Po wlasnym pogrzebie', 'ML'),
(8165, 'War', 'Kavkazskaya ruletka', 'ML'),
(8166, 'War', 'Wielka droga', 'ML'),
(8167, 'War', 'Servicio en la mar', 'ML'),
(8168, 'War', 'Bombs Over Burma', 'ML'),
(8169, 'War', 'Wartorn: 1861-2010', 'ML'),
(8170, 'War', 'The Spirit of Independence', 'ML'),
(8171, 'War', 'Doroga k zvyozdam', 'ML'),
(8172, 'War', 'Sergeant Hassan', 'ML'),
(8173, 'War', 'Target for Tonight', 'ML'),
(8174, 'War', 'In Their Own Words: Return to Vietnam', 'ML'),
(8175, 'War', 'I cacciatori del cobra doro', 'ML'),
(8176, 'War', 'Eight Seasons', 'ML'),
(8177, 'War', 'Hei tai yang 731', 'ML'),
(8178, 'War', 'Replay Revenge: Game of Survival', 'ML'),
(8179, 'War', 'Ode to Victory', 'ML'),
(8180, 'War', 'Afganskiy izlom', 'ML'),
(8181, 'War', 'Pust svetit', 'ML'),
(8182, 'War', 'Nikto, krome nas...', 'ML'),
(8183, 'War', 'Walang ititirang buhay', 'ML'),
(8184, 'War', 'La defensa de Madrid', 'ML'),
(8185, 'War', 'Bush for Peace', 'ML'),
(8186, 'War', 'Winning Your Wings', 'ML'),
(8187, 'War', 'Savage Attack and Repulse', 'ML'),
(8188, 'War', 'Flying Leathernecks', 'ML'),
(8189, 'War', 'Guns n Moses', 'ML'),
(8190, 'War', 'Germaniki peripolos stin Kriti', 'ML'),
(8191, 'War', 'Eine Handvoll Helden', 'ML'),
(8192, 'War', '911: Dust and Deceit at the World Trade Center', 'ML'),
(8193, 'War', 'Up from the Beach', 'ML'),
(8194, 'War', 'Norman 68616', 'ML'),
(8195, 'War', 'Eshelon', 'ML'),
(8196, 'War', 'Detente', 'ML'),
(8197, 'War', 'Karl Marxui jejadeul', 'ML'),
(8198, 'War', 'Combat Squad', 'ML'),
(8199, 'War', 'Chinese Commandos', 'ML'),
(8200, 'War', 'Mission of the War Chest', 'ML'),
(8201, 'War', 'The Dirty Dozen: The Fatal Mission', 'ML'),
(8202, 'War', 'Transparent Black', 'ML'),
(8203, 'War', 'Second in Command', 'ML'),
(8204, 'War', 'Dag basini duman almis', 'ML'),
(8205, 'War', 'Berga: Soldiers of Another War', 'ML'),
(8206, 'War', 'Operation Bottleneck', 'ML'),
(8207, 'War', 'The Blockhouse', 'ML'),
(8208, 'War', 'Fury in the Pacific', 'ML'),
(8209, 'War', 'Tiger Fangs', 'ML'),
(8210, 'War', 'The Forgotten Promise', 'ML'),
(8211, 'War', 'The Quick and the Dead', 'ML'),
(8212, 'War', 'The Steel Bayonet', 'ML'),
(8213, 'War', 'The Battle of Waterloo', 'ML'),
(8214, 'War', 'The Aryan Couple', 'ML'),
(8215, 'War', 'Unholy War', 'ML'),
(8216, 'War', 'Vent de galerne', 'ML'),
(8217, 'War', 'April Morning', 'ML'),
(8218, 'War', 'Schulter an Schulter', 'ML'),
(8219, 'War', 'Battle Report', 'ML'),
(8220, 'War', 'Magazyn filmowy nr 3', 'ML'),
(8221, 'War', 'English Without Tears', 'ML'),
(8222, 'War', 'Los gusanos', 'ML'),
(8223, 'War', 'Frihedens pris', 'ML'),
(8224, 'War', 'Saints and Soldiers: The Void', 'ML'),
(8225, 'War', 'Not Forgotten', 'ML'),
(8226, 'War', 'Snipers Ridge', 'ML'),
(8227, 'War', 'Aleksandr malenkiy', 'ML'),
(8228, 'War', 'Sons of Virginia', 'ML'),
(8229, 'War', 'Nieznany', 'ML'),
(8230, 'War', 'Der Schusternazi', 'ML'),
(8231, 'War', 'Prita', 'ML'),
(8232, 'War', 'AFG', 'ML'),
(8233, 'War', 'The Last Barricade', 'ML'),
(8234, 'War', 'Remnants of a War', 'ML'),
(8235, 'War', 'Un giorno nella vita', 'ML'),
(8236, 'War', 'Last of the Mohicans', 'ML'),
(8237, 'War', 'Shli soldaty', 'ML'),
(8238, 'War', 'JetFighter II: Advanced Tactical Fighter', 'ML'),
(8239, 'War', 'Tabl-e bozorg zir-e pai-e chap', 'ML'),
(8240, 'War', 'Abrek Zaur', 'ML'),
(8241, 'War', 'Okraina', 'ML'),
(8242, 'War', 'Moghavemat', 'ML'),
(8243, 'War', 'Then There Were Three', 'ML'),
(8244, 'War', 'Dressage de chiens sentinelles', 'ML'),
(8245, 'War', 'Wenn alle Deutschen schlafen', 'ML'),
(8246, 'War', 'Xi meng ren sheng', 'ML'),
(8247, 'War', 'U.S. Infantry Supported by Rough Riders at El Caney', 'ML'),
(8248, 'War', 'Children in War', 'ML'),
(8249, 'War', 'Krvavi put', 'ML'),
(8250, 'War', 'Eine Handvoll Hoffnung', 'ML'),
(8251, 'War', 'Surveillances', 'ML'),
(8252, 'War', 'Podvodnaya lodka T-9', 'ML'),
(8253, 'War', 'Kore gazileri', 'ML'),
(8254, 'War', 'American Passport', 'ML'),
(8255, 'War', 'Voices of Iraq', 'ML'),
(8256, 'War', 'Guerra italo-turca', 'ML'),
(8257, 'War', 'Bella non piangere!', 'ML'),
(8258, 'War', 'Ozhidanie polkovnika Shalygina', 'ML'),
(8259, 'War', 'Colour of War: The ANZACs', 'ML'),
(8260, 'War', 'Het vertrek van de laatste Duitsers', 'ML'),
(8261, 'War', 'No Internet', 'ML'),
(8262, 'War', 'The Killing Ground', 'ML'),
(8263, 'War', 'Lieutenant Rose and the Moorish Raiders', 'ML'),
(8264, 'War', 'Crveniot konj', 'ML'),
(8265, 'War', 'Cassino to Korea', 'ML'),
(8266, 'War', 'The Hunley', 'ML'),
(8267, 'War', 'Attack on a China Mission', 'ML'),
(8268, 'War', 'Henker - Der Tod hat ein Gesicht', 'ML'),
(8269, 'War', 'The War Tapes', 'ML'),
(8270, 'War', 'Pramen zivota', 'ML'),
(8271, 'War', 'Jazol', 'ML'),
(8272, 'War', 'Bordel SS', 'ML'),
(8273, 'War', 'Evasion', 'ML'),
(8274, 'War', 'The Language of Victory: American Indian Code Talkers of World War I and World War II', 'ML'),
(8275, 'War', 'Koordinaty smerti', 'ML'),
(8276, 'War', 'An Honourable Day', 'ML'),
(8277, 'War', 'The Island on Bird Street', 'ML'),
(8278, 'War', 'National Boomerang', 'ML'),
(8279, 'War', 'Giugno 44 - Sbarcheremo in Normandia', 'ML'),
(8280, 'War', 'Among Thieves', 'ML'),
(8281, 'War', 'Xin du bi dao', 'ML'),
(8282, 'War', 'Tyrant of the Sea', 'ML'),
(8284, 'War', 'The Tail Gunner', 'ML'),
(8285, 'War', 'Kaddisch nach einem Lebenden', 'ML'),
(8286, 'War', 'The Silent Invasion', 'ML'),
(8287, 'War', '13 Men and a Gun', 'ML'),
(8288, 'War', 'Force 10 from Navarone', 'ML'),
(8289, 'War', 'Pozo de zorro', 'ML'),
(8290, 'War', 'Dawn', 'ML'),
(8291, 'War', 'Sengadal', 'ML'),
(8292, 'War', 'Garrisons Gorillas', 'ML'),
(8293, 'War', 'Appartamento ad Atene', 'ML'),
(8294, 'War', 'Zimovanje u Jakobsfeldu', 'ML'),
(8295, 'War', 'Dolaon sahyeongsu', 'ML'),
(8296, 'War', 'En los altos de Jalisco', 'ML'),
(8297, 'War', 'Seungriui ddeul', 'ML'),
(8298, 'War', 'Prometej', 'ML'),
(8299, 'War', 'Escape to Mindanao', 'ML'),
(8300, 'War', 'Charge of the Macabebe Scouts', 'ML'),
(8301, 'War', 'The Art of Death', 'ML'),
(8302, 'War', 'The Battle of Vimy Ridge - Part 3: The Battle Looms', 'ML'),
(8303, 'War', 'Soldats', 'ML'),
(8304, 'War', 'The Attic: The Hiding of Anne Frank', 'ML'),
(8305, 'War', 'Kansas Raiders', 'ML'),
(8306, 'War', 'Die xue Jialing jiang', 'ML'),
(8307, 'War', 'Eien no zero', 'ML'),
(8308, 'War', 'Britain Prepared', 'ML'),
(8309, 'War', 'Aerial Gunner', 'ML'),
(8310, 'War', 'Hunjangeun nokseulji anhneunda', 'ML'),
(8311, 'War', 'Salvatore Giuliano', 'ML'),
(8312, 'War', 'The Road to Freedom', 'ML'),
(8313, 'War', 'Allah Akbar Win or Die', 'ML'),
(8314, 'War', 'Sharpes Challenge', 'ML'),
(8315, 'War', 'Linvasion 1775...1975', 'ML'),
(8316, 'War', 'Kamurjner moratsutyan vrayov', 'ML'),
(8317, 'War', 'Mary Sillimans War', 'ML'),
(8318, 'War', 'Grigoris Afxentiou - enas iroas me to mnimoskopio', 'ML'),
(8319, 'War', 'Proverka na dorogakh', 'ML'),
(8320, 'War', 'A Night of Ferocious Joy', 'ML'),
(8321, 'War', 'With the Fighting Forces of Europe', 'ML'),
(8322, 'War', 'Loin du Vietnam', 'ML'),
(8323, 'War', 'Der 3. Weltkrieg', 'ML'),
(8324, 'War', 'Dear America: A Line in the Sand', 'ML'),
(8325, 'War', 'Geheimkommando Ciupaga', 'ML'),
(8326, 'War', 'The Judge of Mountains', 'ML'),
(8327, 'War', 'The Battle of Shiloh', 'ML'),
(8328, 'War', 'Mata Hari, agent H21', 'ML'),
(8329, 'War', 'Des Teufels General', 'ML'),
(8330, 'War', 'Operation Retour', 'ML'),
(8331, 'War', '24 Carat', 'ML'),
(8332, 'War', 'Ah, yokaren', 'ML'),
(8333, 'War', 'Khatt-e atash', 'ML'),
(8334, 'War', 'Sams Circus', 'ML'),
(8335, 'War', 'Stolen Orders', 'ML'),
(8336, 'War', 'Reagan: Lets Finish the Job', 'ML'),
(8337, 'War', 'Flying Hero', 'ML'),
(8338, 'War', 'Aerial Invasion Frustrated', 'ML'),
(8339, 'War', 'Wer ist der Teufel?', 'ML'),
(8340, 'War', 'Dung fong tuk ying', 'ML'),
(8341, 'War', 'Felipa Sanchez, la soldadera', 'ML'),
(8342, 'War', 'Nikoletina Bursac', 'ML'),
(8343, 'War', 'Something of Value', 'ML'),
(8344, 'War', 'Pastasciutta nel deserto', 'ML'),
(8345, 'War', 'An Interview with Max Ernst', 'ML'),
(8346, 'War', 'Sousto', 'ML'),
(8347, 'War', 'I Am You', 'ML'),
(8348, 'War', 'Devils Bible', 'ML'),
(8349, 'War', 'Les fragments dAntonin', 'ML'),
(8350, 'War', 'Back to the Front', 'ML'),
(8351, 'War', 'Dang doi lai ming', 'ML'),
(8352, 'War', 'Sotaerakko', 'ML'),
(8353, 'War', 'Giuseppe w Warszawie', 'ML'),
(8354, 'War', 'Les enfants de France', 'ML'),
(8355, 'War', 'Song of Russia', 'ML'),
(8356, 'War', 'S.S. Ionian', 'ML'),
(8357, 'War', 'Memoirs of a Sikh Soldier', 'ML'),
(8358, 'War', 'The Desperate', 'ML'),
(8359, 'War', 'Summer Camp', 'ML'),
(8360, 'War', 'Call of Duty 3', 'ML'),
(8361, 'War', 'Drei Kriege - 1. Teil: Tauroggen', 'ML'),
(8362, 'War', 'Beasts of the East', 'ML'),
(8363, 'War', 'Salut Germain', 'ML'),
(8364, 'War', 'Billfish', 'ML'),
(8365, 'War', 'Letters on a Record Home', 'ML'),
(8366, 'War', 'Tie xue Kunlun guan', 'ML'),
(8367, 'War', 'Col. E.D. Baker, 1st California', 'ML'),
(8368, 'War', 'The Snows of Kilimanjaro', 'ML'),
(8369, 'War', 'Xing xing yue liang tai yang', 'ML'),
(8370, 'War', 'Get Some', 'ML'),
(8371, 'War', 'Fighting in the Transvaal', 'ML'),
(8372, 'War', 'Tonight We Raid Calais', 'ML'),
(8373, 'War', 'Court-Martial', 'ML'),
(8374, 'War', 'Sand Serpents', 'ML'),
(8375, 'War', 'Guo ren su xing', 'ML'),
(8376, 'War', 'Between Iraq and a Hard Place', 'ML'),
(8377, 'War', 'World War II: G.I. Diary', 'ML'),
(8378, 'War', 'Untitled Hunter Scott Project', 'ML'),
(8379, 'War', 'Yellow Market', 'ML'),
(8380, 'War', 'Despertaferro', 'ML'),
(8381, 'War', 'Unknown Love', 'ML'),
(8382, 'War', 'Sky of an Archangel', 'ML'),
(8383, 'War', 'Two Souls Indivisible', 'ML'),
(8384, 'War', 'Pipo', 'ML'),
(8385, 'War', 'To the Shores of Iwo Jima', 'ML'),
(8386, 'War', 'Gu-Ga', 'ML'),
(8387, 'War', 'To Love Is to Let Go?', 'ML'),
(8388, 'War', 'The Birth of Patriotism', 'ML'),
(8389, 'War', 'The U.S.-Mexican War', 'ML'),
(8390, 'War', 'Atunci i-am condamnat pe toti la moarte', 'ML'),
(8391, 'War', 'Memphis Belle', 'ML'),
(8392, 'War', 'Confederate Spy', 'ML'),
(8393, 'War', 'La vita estrema - Frammenti di guerra partigiana', 'ML'),
(8394, 'War', 'Ognennye versty', 'ML'),
(8395, 'War', 'Revolt at Fort Laramie', 'ML'),
(8396, 'War', 'I Farens Stund', 'ML'),
(8397, 'War', 'Iraq: The Cameramans Story', 'ML'),
(8398, 'War', 'Min zu hun', 'ML'),
(8399, 'War', 'El derecho y el deber', 'ML'),
(8400, 'War', 'No True Glory: Battle for Fallujah', 'ML'),
(8401, 'War', 'Incident in Shanghai', 'ML'),
(8402, 'War', 'Pacific Inferno', 'ML'),
(8403, 'War', 'Heil Hitler, das Schwein ist tot! - Humor unterm Hakenkreuz', 'ML'),
(8404, 'War', 'Art/Film/Revolution', 'ML'),
(8405, 'War', 'Tonto Basin Outlaws', 'ML'),
(8406, 'War', 'Dreams Deferred: The Struggle for Peace and Justice in Israel and Palestine', 'ML'),
(8407, 'War', 'Mother of Normandy: The Story of Simone Renaud', 'ML'),
(8408, 'War', 'Chasing the Deer', 'ML'),
(8409, 'War', 'Sixth U.S. Cavalry Charging', 'ML'),
(8410, 'War', 'Funeral of Hiram Cronk', 'ML'),
(8411, 'War', 'Omi da Qortsili', 'ML'),
(8412, 'War', 'La battaglia del deserto', 'ML'),
(8413, 'War', 'Song of the Blind Girl', 'ML'),
(8414, 'War', 'Kafkas sahini', 'ML'),
(8415, 'War', 'Rule of Law: Justiz im Kosovo', 'ML'),
(8416, 'War', 'Chicogrande', 'ML'),
(8417, 'War', 'Unoccupied Zone: The Impossible Life of Simone Weil', 'ML'),
(8418, 'War', 'Fleets of Strenth', 'ML'),
(8419, 'War', 'They Marched Into Sunlight', 'ML'),
(8420, 'War', 'Manchester Took It, Too', 'ML'),
(8421, 'War', 'Beware of Time', 'ML'),
(8422, 'War', 'Avanti popolo', 'ML'),
(8423, 'War', 'See It Through', 'ML'),
(8424, 'War', 'Beowulf', 'ML'),
(8425, 'War', 'The Century of Warfare', 'ML'),
(8426, 'War', 'Krvava bajka', 'ML'),
(8427, 'War', 'Juan soldado', 'ML'),
(8428, 'War', 'Do pobedata i po nea', 'ML'),
(8429, 'War', 'Resisting Enemy Interrogation', 'ML'),
(8430, 'War', 'Tabor', 'ML'),
(8431, 'War', 'Na puti v Berlin', 'ML'),
(8432, 'War', 'Iluminados por el fuego', 'ML'),
(8433, 'War', 'Meine Stunde Null', 'ML'),
(8434, 'War', 'Heroes of Iwo Jima', 'ML'),
(8435, 'War', 'Moy boevoy rashchyot', 'ML'),
(8436, 'War', 'Airborne Lifeboat', 'ML'),
(8437, 'War', 'Commandos 2: Men of Courage', 'ML'),
(8438, 'War', 'Fort Saganne', 'ML'),
(8439, 'War', 'The Battle of the River Plate', 'ML'),
(8440, 'War', 'De guerre lasse', 'ML'),
(8441, 'War', 'Den osynliga muren', 'ML'),
(8442, 'War', 'Its Murder', 'ML'),
(8443, 'War', 'Bushisms', 'ML'),
(8444, 'War', 'Ouranos', 'ML'),
(8445, 'War', 'Age of Heroes', 'ML'),
(8446, 'War', 'Ghost Mountain: An Experiment in Primitive Living', 'ML'),
(8447, 'War', 'Valentin Armienta el vengador', 'ML'),
(8448, 'War', 'Guerrilla Girl', 'ML'),
(8449, 'War', 'Issa miayad', 'ML'),
(8450, 'War', 'Kamiya Etsuko no seishun', 'ML'),
(8451, 'War', 'Daitoa senso', 'ML'),
(8452, 'War', 'Vultur 101', 'ML'),
(8453, 'War', 'How Britain Prepared', 'ML'),
(8454, 'War', 'Regulus: The First Nuclear Missile Submarines', 'ML'),
(8455, 'War', '.303', 'ML'),
(8456, 'War', '9 Maya. Lichnoe otnoshenie', 'ML'),
(8457, 'War', 'Top je bio vreo', 'ML'),
(8458, 'War', 'Dig', 'ML'),
(8459, 'War', 'My Last Day in Lebanon', 'ML'),
(8460, 'War', 'Belleau Wood', 'ML'),
(8461, 'War', 'U opasnoy cherty', 'ML'),
(8462, 'War', 'La vie et rien dautre', 'ML'),
(8463, 'War', 'Max Schmeling', 'ML'),
(8464, 'War', 'Dong jin xuqu', 'ML'),
(8465, 'War', 'The Language of War', 'ML'),
(8466, 'War', 'Carters Army', 'ML'),
(8467, 'War', 'To olokaftoma', 'ML'),
(8468, 'War', 'Das fantastische Nacht', 'ML'),
(8469, 'War', 'Essential Jobs', 'ML'),
(8470, 'War', 'Os Imortais', 'ML'),
(8471, 'War', 'Los muertos y los sordos', 'ML'),
(8472, 'War', 'Tanha', 'ML'),
(8473, 'War', 'Sheshet Hayamim', 'ML'),
(8474, 'War', 'Kontakt!', 'ML'),
(8475, 'War', 'A Yank in Viet-Nam', 'ML'),
(8476, 'War', 'Sheoeyin Kenna', 'ML'),
(8477, 'War', 'Adam Resurrected', 'ML'),
(8478, 'War', 'A Man Called Intrepid', 'ML'),
(8479, 'War', 'Nemici dinfanzia', 'ML'),
(8480, 'War', 'The Deer Hunter', 'ML'),
(8481, 'War', 'No Way Through', 'ML'),
(8482, 'War', 'Iron Eagle II', 'ML'),
(8483, 'War', '1870-1871', 'ML'),
(8484, 'War', 'Sundown Valley', 'ML'),
(8485, 'War', 'The Return of Rusty', 'ML'),
(8486, 'War', 'Murphy of Anzac', 'ML'),
(8487, 'War', 'Step Down', 'ML'),
(8488, 'War', 'La hora de los valientes', 'ML'),
(8489, 'War', 'Obchod na korze', 'ML'),
(8490, 'War', 'Egy asszony elindul', 'ML'),
(8491, 'War', 'The Sherwood Foresters', 'ML'),
(8492, 'War', 'Attack on a Japanese Convoy', 'ML'),
(8493, 'War', 'Fighter Attack', 'ML'),
(8494, 'War', 'Washing a Boer Prisoner in Camp', 'ML'),
(8495, 'War', 'Testa di sbarco per otto implacabili', 'ML'),
(8496, 'War', 'Christmas and the Civil War', 'ML'),
(8497, 'War', 'Posledniy poezd', 'ML'),
(8498, 'War', 'Prisoner of Japan', 'ML'),
(8499, 'War', 'Peccavisti', 'ML'),
(8500, 'War', 'Battle Flame', 'ML'),
(8501, 'War', 'Shkurta', 'ML'),
(8502, 'War', 'This Is America Series No. 33-101: Private Smith of the U.S.A.', 'ML'),
(8503, 'War', 'Grozovye vorota', 'ML'),
(8504, 'War', 'Vozvrashchenie s pobedoy', 'ML'),
(8505, 'War', 'Il Conte', 'ML'),
(8506, 'War', 'Prelude to War', 'ML'),
(8507, 'War', 'Ar Daijero, Rom agar var', 'ML'),
(8508, 'War', 'Et lite stykke Norge', 'ML'),
(8509, 'War', 'Winds of Sand', 'ML'),
(8510, 'War', 'Quand je serai parti... vous vivrez encore', 'ML'),
(8511, 'War', 'Zennar el nar', 'ML'),
(8512, 'War', 'The Last Tattoo', 'ML'),
(8513, 'War', 'Canon Cheong-jin gongjak', 'ML'),
(8514, 'War', 'Mahin', 'ML'),
(8515, 'War', 'Tridtsataya vesna pobedy', 'ML'),
(8516, 'War', 'Carmen fra i rossi', 'ML'),
(8517, 'War', 'Senjo ni nagareru uta', 'ML'),
(8518, 'War', 'White Night', 'ML'),
(8519, 'War', 'La battaglia dellultimo panzer', 'ML'),
(8520, 'War', 'Changgonge sanda', 'ML'),
(8521, 'War', 'Ofogh', 'ML'),
(8522, 'War', 'Esli dorog tebe tvoy dom...', 'ML'),
(8523, 'War', 'Wounded Healers', 'ML'),
(8524, 'War', 'Si du Chishui', 'ML'),
(8525, 'War', 'The Broken Sixpence', 'ML'),
(8526, 'War', 'America Goes Over', 'ML'),
(8527, 'War', 'God Afton, Herr Wallenberg', 'ML'),
(8528, 'War', '1944', 'ML'),
(8529, 'War', 'The Mountain Road', 'ML'),
(8530, 'War', 'Rome: Total War', 'ML'),
(8531, 'War', 'Ljubljana je ljubljena', 'ML'),
(8532, 'War', 'A Savage Christmas: The Fall of Hong Kong', 'ML'),
(8533, 'War', 'Daanveer Karna', 'ML'),
(8534, 'War', 'America Under Fire', 'ML'),
(8535, 'War', 'Road to Palestine', 'ML'),
(8536, 'War', 'High Threat Scenario', 'ML'),
(8537, 'War', 'Ayyildiz fedaileri', 'ML'),
(8538, 'War', 'Pontoneros', 'ML'),
(8539, 'War', 'Allo Allo!', 'ML'),
(8540, 'War', 'Kuihua jie', 'ML'),
(8541, 'War', 'Shakeys Coffee', 'ML'),
(8542, 'War', 'Der kom en dag', 'ML'),
(8543, 'War', 'Ike: Countdown to D-Day', 'ML'),
(8544, 'War', 'Der Jahrhundertkrieg', 'ML'),
(8545, 'War', 'Carrying the Load: British Railways at War', 'ML'),
(8546, 'War', 'Die Herren des Krieges', 'ML'),
(8547, 'War', 'Zoya', 'ML'),
(8548, 'War', 'UnderGod', 'ML'),
(8549, 'War', 'Rape: A Crime of War', 'ML'),
(8550, 'War', 'Kessen', 'ML'),
(8551, 'War', 'Razgrom Yudenicha', 'ML'),
(8552, 'War', 'The Magic Face', 'ML'),
(8553, 'War', 'Schatten des Krieges', 'ML'),
(8554, 'War', 'Leaves from a Mothers Album', 'ML'),
(8555, 'War', 'O.S.S.', 'ML'),
(8556, 'War', 'A Hero of the Trenches', 'ML'),
(8557, 'War', 'The Heretic', 'ML'),
(8558, 'War', 'Fatahillah', 'ML'),
(8559, 'War', 'Between Earth & Sky', 'ML'),
(8560, 'War', 'Ya - Khortitsa', 'ML'),
(8561, 'War', '27', 'ML'),
(8562, 'War', 'Our Russian Front', 'ML'),
(8563, 'War', 'Auslandseinsatz', 'ML'),
(8564, 'War', 'Diar-e asheghan', 'ML'),
(8565, 'War', 'The Blood of Our Brothers', 'ML'),
(8566, 'War', 'Civil War: Englands Fight for Freedom', 'ML'),
(8567, 'War', 'Wartime Wanderers', 'ML'),
(8568, 'War', 'Gettysburg', 'ML'),
(8569, 'War', 'Tristans Story', 'ML'),
(8570, 'War', 'Le mariage de Fanny', 'ML'),
(8571, 'War', 'Swans on the Vltava', 'ML'),
(8572, 'War', 'Stalingrad', 'ML'),
(8573, 'War', 'Devetnaest djevojaka i jedan mornar', 'ML'),
(8574, 'War', 'Bambaziis samotxe', 'ML'),
(8575, 'War', 'Hen. Gregorio del Pilar', 'ML'),
(8576, 'War', 'Hitler - Beast of Berlin', 'ML'),
(8577, 'War', 'Last Plane Out', 'ML'),
(8578, 'War', 'Operation Pastorius', 'ML'),
(8579, 'War', 'Corrispondenza cinematografica dal teatro della guerra italo-turca', 'ML'),
(8580, 'War', 'Yu dao nu chao', 'ML'),
(8581, 'War', 'Nashestviye', 'ML'),
(8582, 'War', 'What Did You Do in the Great War Daddy?', 'ML'),
(8583, 'War', 'Boyevoy kinosbornik 10', 'ML'),
(8584, 'War', 'Balkanski vitezovi', 'ML'),
(8585, 'War', 'The Exploits of the Emden', 'ML'),
(8586, 'War', 'Lobby Lobster', 'ML'),
(8587, 'Fantasy', 'Twilight Zone: Rod Serlings Lost Classics', 'ML'),
(8588, 'Fantasy', 'Deathbone', 'ML'),
(8589, 'Fantasy', 'Caged Bird', 'ML'),
(8590, 'Fantasy', 'In Deep with the Devil', 'ML'),
(8591, 'Fantasy', 'Growing Leo', 'ML'),
(8592, 'Fantasy', 'The CBC: Vol. 2', 'ML'),
(8593, 'Fantasy', 'EverQuest: Prophecy of Ro', 'ML'),
(8594, 'Fantasy', 'Musunahi', 'ML'),
(8595, 'Fantasy', 'Drop Dead Fred', 'ML'),
(8596, 'Fantasy', 'Gabriel: Sins of the Father', 'ML'),
(8597, 'Fantasy', 'The Adventures of Sir Murphy and Molak', 'ML'),
(8598, 'Fantasy', 'Distant Echoes', 'ML'),
(8599, 'Fantasy', 'Timesweep', 'ML'),
(8600, 'Fantasy', 'Thicker Than Water: The Vampire Diaries Part 1', 'ML'),
(8601, 'Fantasy', 'EverQuest II: Echoes of Faydwer', 'ML'),
(8602, 'Fantasy', 'The New Serpentine and Fire Dance', 'ML'),
(8603, 'Fantasy', 'Lovelorn', 'ML'),
(8604, 'Fantasy', 'This Evenings Discourse', 'ML'),
(8605, 'Fantasy', 'Tripping the Rift', 'ML'),
(8606, 'Fantasy', '86.400 - The Day After?', 'ML'),
(8607, 'Fantasy', 'Con el cuerpo prestado', 'ML'),
(8608, 'Fantasy', 'Lockstep', 'ML'),
(8609, 'Fantasy', '#spiritmastertoopenfortheflaminglips', 'ML'),
(8610, 'Fantasy', '3.14...', 'ML'),
(8611, 'Fantasy', 'The City Under the Sea', 'ML'),
(8612, 'Fantasy', 'Victor - Der Schutzengel', 'ML'),
(8613, 'Fantasy', 'LieLand', 'ML'),
(8614, 'Fantasy', 'When Pencils Fly', 'ML'),
(8615, 'Fantasy', 'Leander', 'ML'),
(8616, 'Fantasy', 'The Adventures of the Prince and the Pauper', 'ML'),
(8617, 'Fantasy', 'Jet Moto 2', 'ML'),
(8618, 'Fantasy', 'Flat Love', 'ML'),
(8619, 'Fantasy', 'Harry Potter and the Deathly Hallows: Part II', 'ML'),
(8620, 'Fantasy', 'Die Tapferen Haende im Chaos der Zeit', 'ML'),
(8621, 'Fantasy', 'Felix the Cat: The Movie', 'ML'),
(8622, 'Fantasy', 'The Wind in the Tree', 'ML'),
(8623, 'Fantasy', 'Looking Glass', 'ML'),
(8624, 'Fantasy', 'Super Meat Boy', 'ML'),
(8625, 'Fantasy', 'Magic Touch 2', 'ML'),
(8626, 'Fantasy', 'Mi adorada Clementina', 'ML'),
(8627, 'Fantasy', 'Rushya Shringa', 'ML'),
(8628, 'Fantasy', 'Lleva la llave', 'ML'),
(8629, 'Fantasy', 'Starlight', 'ML'),
(8630, 'Fantasy', 'Field of Dreams', 'ML'),
(8631, 'Fantasy', 'SOS befana', 'ML'),
(8632, 'Fantasy', 'A World Assembled', 'ML'),
(8633, 'Fantasy', 'Don Juan Tenorio', 'ML'),
(8634, 'Fantasy', 'Hellcats in High Heels 3', 'ML'),
(8635, 'Fantasy', 'Tommy and the Ghost', 'ML'),
(8636, 'Fantasy', 'Maid to Order', 'ML'),
(8637, 'Fantasy', 'Genesis 2009', 'ML'),
(8638, 'Fantasy', 'Dino Dreams On', 'ML'),
(8639, 'Fantasy', 'Kunoichi ninpo: hyakka manji-garami', 'ML'),
(8640, 'Fantasy', 'The Magic Fountain', 'ML'),
(8641, 'Fantasy', 'Sex Files: Erotic Possessions', 'ML'),
(8642, 'Fantasy', 'Red vs. Blue: The Blood Gulch Chronicles', 'ML'),
(8643, 'Fantasy', 'Black City', 'ML'),
(8644, 'Fantasy', 'The Believers Heaven', 'ML'),
(8645, 'Fantasy', 'PornoMation 3', 'ML'),
(8646, 'Fantasy', 'Tasher Desh', 'ML'),
(8647, 'Fantasy', 'Tengu gaiden', 'ML'),
(8648, 'Fantasy', 'Ramayana: The Legend of Prince Rama', 'ML'),
(8649, 'Fantasy', 'Gaja Gamini', 'ML'),
(8650, 'Fantasy', 'El jinete de la muerte', 'ML'),
(8651, 'Fantasy', 'Berkeley Square', 'ML'),
(8652, 'Fantasy', 'The Clone and the Tree of Life', 'ML'),
(8653, 'Fantasy', 'Surrender the Town', 'ML'),
(8654, 'Fantasy', 'Je ne connais pas dAlice', 'ML'),
(8655, 'Fantasy', 'Baksy', 'ML'),
(8656, 'Fantasy', 'Falosny princ', 'ML'),
(8657, 'Fantasy', 'The Mysterious Trunk', 'ML'),
(8658, 'Fantasy', 'The Colony', 'ML'),
(8659, 'Fantasy', 'Kalpana', 'ML'),
(8660, 'Fantasy', 'Happy Smekday!', 'ML'),
(8661, 'Fantasy', 'Dreams That Money Can Buy', 'ML'),
(8662, 'Fantasy', 'Zeruda no densetsu: Mujura no kamen', 'ML'),
(8663, 'Fantasy', 'Lanno mille', 'ML'),
(8664, 'Fantasy', 'Off to See the Wizard', 'ML'),
(8665, 'Fantasy', 'Il giorno del porco', 'ML'),
(8666, 'Fantasy', 'Bodacious Beauties', 'ML'),
(8667, 'Fantasy', 'Colmillos', 'ML'),
(8668, 'Fantasy', 'You Have Been Killed', 'ML'),
(8669, 'Fantasy', 'Blame It on the Blues', 'ML'),
(8670, 'Fantasy', 'Amazing Stories', 'ML'),
(8671, 'Fantasy', 'Dreams of Glory', 'ML'),
(8672, 'Fantasy', 'Superstitious?', 'ML'),
(8673, 'Fantasy', 'Dream 1 Weird Wedding', 'ML'),
(8674, 'Fantasy', 'Deveras me atrapaste', 'ML'),
(8675, 'Fantasy', 'Bells Ring, Mr. King', 'ML'),
(8676, 'Fantasy', 'What Happened to the Rabbit?', 'ML'),
(8677, 'Fantasy', 'Betty Ray 2080', 'ML'),
(8678, 'Fantasy', 'The Making of Need for Speed the Run', 'ML'),
(8679, 'Fantasy', 'Totally Street Fighter!', 'ML'),
(8680, 'Fantasy', 'The Lord of the Rings: War in the North', 'ML'),
(8681, 'Fantasy', 'The Puzzle Place', 'ML'),
(8682, 'Fantasy', 'Pullover', 'ML'),
(8683, 'Fantasy', 'La vendetta di Ercole', 'ML'),
(8684, 'Fantasy', 'The Wing Eater', 'ML'),
(8685, 'Fantasy', 'Fleur de jeunesse', 'ML'),
(8686, 'Fantasy', 'Skull & Crossbones', 'ML'),
(8687, 'Fantasy', 'Red and Cyan', 'ML'),
(8688, 'Fantasy', 'Amore e morte nel giardino degli dei', 'ML'),
(8689, 'Fantasy', '1301: The Circle of Life', 'ML'),
(8690, 'Fantasy', 'Klub samoubica', 'ML'),
(8691, 'Fantasy', 'Kali Yug, la dea della vendetta', 'ML'),
(8692, 'Fantasy', 'Do It with Your Brain', 'ML'),
(8693, 'Fantasy', 'Noirville', 'ML'),
(8694, 'Fantasy', 'Atanarjuat', 'ML'),
(8695, 'Fantasy', 'Atashkar', 'ML'),
(8696, 'Fantasy', 'Nymphomania', 'ML'),
(8697, 'Fantasy', 'Total Annihilation: Kingdoms', 'ML'),
(8698, 'Fantasy', 'Guest House', 'ML'),
(8699, 'Fantasy', 'Lo que cuento al viento', 'ML'),
(8700, 'Fantasy', 'Princess Ai', 'ML'),
(8701, 'Fantasy', 'John Dough and the Cherub', 'ML'),
(8702, 'Fantasy', 'Swimming Away', 'ML'),
(8703, 'Fantasy', 'To gymno koritsi', 'ML'),
(8704, 'Fantasy', 'Demonic Toys', 'ML'),
(8705, 'Fantasy', 'Santas Night Out', 'ML'),
(8706, 'Fantasy', 'Tim and Eric Nite Live', 'ML'),
(8707, 'Fantasy', 'Lempreinte de lange', 'ML'),
(8708, 'Fantasy', 'God Is on Their Side', 'ML'),
(8709, 'Fantasy', 'The Godyssey', 'ML'),
(8710, 'Fantasy', 'Hong kil dong', 'ML'),
(8711, 'Fantasy', 'Tal', 'ML'),
(8712, 'Fantasy', 'Corto King', 'ML'),
(8713, 'Fantasy', 'Daughter of Sindbad', 'ML'),
(8714, 'Fantasy', 'Mario Tennis GC', 'ML'),
(8715, 'Fantasy', 'Refraction', 'ML'),
(8716, 'Fantasy', 'DuUuUuH!', 'ML'),
(8717, 'Fantasy', 'Escape from Monkey Island', 'ML'),
(8718, 'Fantasy', 'Schatten im Zenit', 'ML'),
(8719, 'Fantasy', 'Blood-C: The Last Dark', 'ML'),
(8720, 'Fantasy', 'Myrihandes', 'ML'),
(8721, 'Fantasy', 'I Like You More Than I Like Painting', 'ML'),
(8722, 'Fantasy', 'Professor Puddenheads Patents: The Electric Enlarger', 'ML'),
(8723, 'Fantasy', 'Here Comes the Grump', 'ML'),
(8724, 'Fantasy', 'Galax, omul papuse', 'ML'),
(8725, 'Fantasy', 'Kuutamoprinssi', 'ML'),
(8726, 'Fantasy', 'Walk-In', 'ML'),
(8727, 'Fantasy', 'The Lucky Charm', 'ML'),
(8728, 'Fantasy', 'The Last Templar', 'ML'),
(8729, 'Fantasy', 'The Marauder', 'ML'),
(8730, 'Fantasy', 'San tou mo wang', 'ML'),
(8731, 'Fantasy', 'Bone', 'ML'),
(8732, 'Fantasy', 'Uncle Hymies Funeral', 'ML'),
(8733, 'Fantasy', 'Kak Ivanushka-durachok za chudom khodil', 'ML'),
(8734, 'Fantasy', 'Aufruhr im Schlaraffenland', 'ML'),
(8735, 'Fantasy', 'Au banquet des loups...', 'ML'),
(8736, 'Fantasy', 'Disenchantment', 'ML'),
(8737, 'Fantasy', 'Forgotten Calm Days', 'ML'),
(8738, 'Fantasy', 'My Name Is Pity', 'ML'),
(8739, 'Fantasy', 'Ba xian guo hai', 'ML'),
(8740, 'Fantasy', 'Romancing SaGa: Minstrel Song', 'ML'),
(8741, 'Fantasy', 'Teatro de misterio', 'ML'),
(8742, 'Fantasy', 'Ingenue', 'ML'),
(8743, 'Fantasy', 'Het dak van de Walvis', 'ML'),
(8744, 'Fantasy', 'Harpya', 'ML'),
(8745, 'Fantasy', 'Otogi-jushi Akazukin', 'ML'),
(8746, 'Fantasy', 'Daemonica', 'ML'),
(8747, 'Fantasy', 'Bellum Lucis', 'ML'),
(8748, 'Fantasy', 'Monas plen', 'ML'),
(8749, 'Fantasy', 'Paper Girl', 'ML'),
(8750, 'Fantasy', 'Dark-Hunter', 'ML'),
(8751, 'Fantasy', 'Kamen gakuen', 'ML'),
(8752, 'Fantasy', 'De lordre des rouages et des ombres', 'ML'),
(8753, 'Fantasy', 'End of Story', 'ML'),
(8754, 'Fantasy', 'Eyrie', 'ML'),
(8755, 'Fantasy', 'Giulietta degli spiriti', 'ML'),
(8756, 'Fantasy', 'Shadowland: The Legend', 'ML'),
(8757, 'Fantasy', 'Sugar Spice Short Tail', 'ML'),
(8758, 'Fantasy', 'Casting 2015', 'ML'),
(8759, 'Fantasy', 'Shazam!', 'ML'),
(8760, 'Fantasy', 'Night Life of the Gods', 'ML'),
(8761, 'Fantasy', 'Secrets, Dreams, Faith and Wonder: Mass for the New Millennium', 'ML'),
(8762, 'Fantasy', 'Ilyuzia', 'ML'),
(8763, 'Fantasy', 'Running Out of Luck', 'ML'),
(8764, 'Fantasy', 'Lhallucination de lalchimiste', 'ML'),
(8765, 'Fantasy', 'Ernie and the Moon', 'ML'),
(8766, 'Fantasy', 'Tonyong Bayawak', 'ML'),
(8767, 'Fantasy', 'WaterWings', 'ML'),
(8768, 'Fantasy', 'Raveena and the Vampire', 'ML'),
(8769, 'Fantasy', 'Dinner', 'ML'),
(8770, 'Fantasy', 'Fathishandhuvaruge Feshun 3D', 'ML'),
(8771, 'Fantasy', 'Early Edition', 'ML'),
(8772, 'Fantasy', 'Soulful Photos', 'ML'),
(8773, 'Fantasy', 'Ded Moroz i seryy volk. Novogodnyaya skazka.', 'ML'),
(8774, 'Fantasy', 'Wound', 'ML'),
(8775, 'Fantasy', 'As Aventuras sexuals de Ulysses', 'ML'),
(8776, 'Fantasy', 'Seven Lanterns', 'ML'),
(8777, 'Fantasy', 'Anatinus', 'ML'),
(8778, 'Fantasy', 'Modos: The Prophecy of Armageddon', 'ML'),
(8779, 'Fantasy', 'La bella y la bestia', 'ML'),
(8780, 'Fantasy', 'Puthisen Neang Kongrey', 'ML'),
(8781, 'Fantasy', 'Scooby Doo in Wheres My Mummy?', 'ML'),
(8782, 'Fantasy', 'The Bell-Ringer of the Abbey', 'ML'),
(8783, 'Fantasy', 'Chloe and Attie', 'ML'),
(8784, 'Fantasy', 'Saor Sinn o Olc', 'ML'),
(8785, 'Fantasy', 'Ra pyuseru: Hikari no seijo densetsu', 'ML'),
(8786, 'Fantasy', 'The Two Little Bears', 'ML'),
(8787, 'Fantasy', 'Dijitaru debiru saaga: Abataaru teyuunaa', 'ML'),
(8788, 'Fantasy', 'In This Style', 'ML'),
(8789, 'Fantasy', 'Best Dream Ever', 'ML'),
(8790, 'Fantasy', 'The World Is Big and Theres Room for a Lad Like You', 'ML'),
(8791, 'Fantasy', 'Nazty Nuisance', 'ML'),
(8792, 'Fantasy', '*batteries not included', 'ML'),
(8793, 'Fantasy', 'Nagavalli', 'ML'),
(8794, 'Fantasy', 'Calling for a Voice', 'ML'),
(8795, 'Fantasy', 'Princess Pat', 'ML'),
(8796, 'Fantasy', 'Monsterwolf', 'ML'),
(8797, 'Fantasy', 'The Lion, the Witch and the Wardrobe', 'ML'),
(8798, 'Fantasy', 'Yuki', 'ML'),
(8799, 'Fantasy', 'Har Har Mahadev', 'ML'),
(8800, 'Fantasy', 'Yamadonga', 'ML'),
(8801, 'Fantasy', 'My Friend, Oscar.', 'ML'),
(8802, 'Fantasy', 'Morgane et ses nymphes', 'ML'),
(8803, 'Fantasy', 'Hugs Are Better Than Winning the Lottery', 'ML'),
(8804, 'Fantasy', 'Cult: Making of the Cure', 'ML'),
(8805, 'Fantasy', 'Christmas on Ice', 'ML'),
(8806, 'Fantasy', 'Fear Girls: Volume One', 'ML'),
(8807, 'Fantasy', 'El horrible ser nunca visto', 'ML'),
(8808, 'Fantasy', 'The Hunters Apprentice', 'ML'),
(8809, 'Fantasy', 'The One Armed Hero', 'ML'),
(8810, 'Fantasy', 'Blue Confessions', 'ML'),
(8811, 'Fantasy', 'The Boy Who Could Fly', 'ML'),
(8812, 'Fantasy', 'Mandrake', 'ML'),
(8813, 'Fantasy', 'Dnevnoy dozor', 'ML'),
(8814, 'Fantasy', 'Flaming Ears', 'ML'),
(8815, 'Fantasy', 'Wishful Things', 'ML'),
(8816, 'Fantasy', 'Ancient Alien', 'ML'),
(8817, 'Fantasy', 'Tales of Destiny', 'ML'),
(8818, 'Fantasy', 'Chal Diye', 'ML'),
(8819, 'Fantasy', 'Layers of Flesh', 'ML'),
(8820, 'Fantasy', 'New Wave Hookers 6', 'ML'),
(8821, 'Fantasy', 'The Divine Emerald', 'ML'),
(8822, 'Fantasy', 'Of Anna and Dreams', 'ML'),
(8823, 'Fantasy', 'Mazes and Monsters', 'ML'),
(8824, 'Fantasy', 'Debiruman: Tanjou hen', 'ML'),
(8825, 'Fantasy', 'Death Interrupted', 'ML'),
(8826, 'Fantasy', 'Daemos Rising', 'ML'),
(8827, 'Fantasy', 'DemonWars', 'ML'),
(8828, 'Fantasy', 'Milenio, el principio del fin', 'ML'),
(8829, 'Fantasy', 'Shower of Stars', 'ML'),
(8830, 'Fantasy', 'Rachels Angels', 'ML'),
(8831, 'Fantasy', 'RoboCop 3', 'ML'),
(8832, 'Fantasy', 'The Mermaids Ballet', 'ML'),
(8833, 'Fantasy', 'Schmetterling', 'ML'),
(8834, 'Fantasy', 'The Healing of Mary Brown', 'ML'),
(8835, 'Fantasy', 'Emmanuelle 2000: Emmanuelle in Paradise', 'ML'),
(8836, 'Fantasy', 'Cliche', 'ML'),
(8837, 'Fantasy', 'Discworld II: Missing Presumed...!?', 'ML'),
(8838, 'Fantasy', 'Vaarwel', 'ML'),
(8839, 'Fantasy', 'Mermaid Chronicles Part 1: She Creature', 'ML'),
(8840, 'Fantasy', 'Poketto Monsuta Ekkusu', 'ML'),
(8841, 'Fantasy', 'The Book of Lost Things', 'ML'),
(8842, 'Fantasy', 'O poveste ca-n basme', 'ML'),
(8843, 'Fantasy', 'Seis de Seis', 'ML'),
(8844, 'Fantasy', 'The Wishful', 'ML'),
(8845, 'Fantasy', 'Sodomu no Ichi', 'ML'),
(8846, 'Fantasy', 'Mephisto and the Maiden', 'ML'),
(8847, 'Fantasy', 'Romancing SaGa', 'ML'),
(8848, 'Fantasy', 'Neamoenia', 'ML'),
(8849, 'Fantasy', 'Ich gegen den Erdkern', 'ML'),
(8850, 'Fantasy', 'Die Lothland Saga', 'ML'),
(8851, 'Fantasy', 'Fu rong xian zi', 'ML'),
(8852, 'Fantasy', 'M Dimension', 'ML'),
(8853, 'Fantasy', 'Ferryman', 'ML'),
(8854, 'Fantasy', 'A Thousand Dead Roses', 'ML'),
(8855, 'Fantasy', 'Living with Dinosaurs', 'ML'),
(8856, 'Fantasy', 'The Darkness Within', 'ML'),
(8857, 'Fantasy', 'Ganbare! Robokon', 'ML'),
(8858, 'Fantasy', 'Kings Quest: Quest for the Crown', 'ML'),
(8859, 'Fantasy', 'Foxfur', 'ML'),
(8860, 'Fantasy', 'Karwa Chouth', 'ML'),
(8861, 'Fantasy', 'The Devil in Miss Jones', 'ML'),
(8862, 'Fantasy', 'Eu e Meu Guarda-Chuva', 'ML'),
(8863, 'Fantasy', 'Iros', 'ML'),
(8864, 'Fantasy', 'The Thief of Baghdad', 'ML'),
(8865, 'Fantasy', 'Squeezebox', 'ML'),
(8866, 'Fantasy', 'The Magic Pony', 'ML'),
(8867, 'Fantasy', 'Spirit-ED', 'ML'),
(8868, 'Fantasy', 'Wraiths of Roanoke', 'ML'),
(8869, 'Fantasy', 'Maha Puja', 'ML'),
(8870, 'Fantasy', 'Black Magick', 'ML'),
(8871, 'Fantasy', 'Patience Is...', 'ML'),
(8872, 'Fantasy', 'Por arte de magia', 'ML'),
(8873, 'Fantasy', 'The Far Side of Laughter', 'ML'),
(8874, 'Fantasy', 'Blast Off', 'ML'),
(8875, 'Fantasy', 'Super Street Fighter II X: Grand Master Challenge', 'ML'),
(8876, 'Fantasy', 'Ry', 'ML'),
(8877, 'Fantasy', 'I, the Other', 'ML'),
(8878, 'Fantasy', 'Saga: The Shadow Cabal', 'ML'),
(8879, 'Fantasy', 'Discount Medium', 'ML'),
(8880, 'Fantasy', 'DragonMan: The Adventures of Luke Starr', 'ML'),
(8881, 'Fantasy', 'The Pondering Box', 'ML'),
(8882, 'Fantasy', 'Good Morning Rabbit', 'ML'),
(8883, 'Fantasy', 'Pandoras Mirror', 'ML'),
(8884, 'Fantasy', 'The Balloon', 'ML'),
(8885, 'Fantasy', 'Hobitit', 'ML'),
(8886, 'Fantasy', 'Planet Outlaws', 'ML'),
(8887, 'Fantasy', 'The Snow Queen', 'ML'),
(8888, 'Fantasy', 'Die Herrin von Atlantis', 'ML'),
(8889, 'Fantasy', 'ZsaZsa Zaturnnah Ze Moveeh', 'ML'),
(8890, 'Fantasy', 'Mimo', 'ML'),
(8891, 'Fantasy', 'MOON: Prologue in Dreams', 'ML'),
(8892, 'Fantasy', 'Border Guardians of Ackernon', 'ML'),
(8893, 'Fantasy', 'O Lucky Man', 'ML'),
(8894, 'Fantasy', 'Kunt u mij de weg naar Hamelen vertellen, mijnheer?', 'ML'),
(8895, 'Fantasy', 'Sorrows Lost', 'ML'),
(8896, 'Fantasy', 'Bashtata na yaytzeto', 'ML'),
(8897, 'Fantasy', 'Hunters of the Kahri', 'ML'),
(8898, 'Fantasy', 'A Nightmare of a Dream', 'ML'),
(8899, 'Fantasy', 'Onion Skin', 'ML'),
(8900, 'Fantasy', 'Sweet Illusion', 'ML'),
(8901, 'Fantasy', 'Carte Blanche: The Question Mark', 'ML'),
(8902, 'Fantasy', 'My Name Is Dragonmanx', 'ML'),
(8903, 'Fantasy', 'El Elfo y el Lobo', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(8904, 'Fantasy', 'Cafe on a Staircase', 'ML'),
(8905, 'Fantasy', 'La haine de la fille', 'ML'),
(8906, 'Fantasy', 'Gariba no uchu ryoko', 'ML'),
(8907, 'Fantasy', 'Patric', 'ML'),
(8908, 'Fantasy', 'Erik of het klein insekten boek', 'ML'),
(8909, 'Fantasy', 'The Sobering Adventures of Captain Awesome!', 'ML'),
(8910, 'Fantasy', 'Tales of Graces f', 'ML'),
(8911, 'Fantasy', 'Intel Ultrabook: Egypt', 'ML'),
(8912, 'Fantasy', 'Raging Ball', 'ML'),
(8913, 'Fantasy', 'Dessine moi un Bouton', 'ML'),
(8914, 'Fantasy', 'Tsubasa: Toukyou Bakuro', 'ML'),
(8915, 'Fantasy', 'Sarpele', 'ML'),
(8916, 'Fantasy', 'Marionetas', 'ML'),
(8917, 'Fantasy', 'Im Alright Now', 'ML'),
(8918, 'Fantasy', 'The Magical Dish Mender', 'ML'),
(8919, 'Fantasy', 'Catching an Early Train', 'ML'),
(8920, 'Fantasy', 'A Very Unlucky Leprechaun', 'ML'),
(8921, 'Fantasy', 'Goriong butete', 'ML'),
(8922, 'Fantasy', 'The Magician King', 'ML'),
(8923, 'Fantasy', 'Spyro: Enter the Dragonfly', 'ML'),
(8924, 'Fantasy', 'Mommas Little Baby', 'ML'),
(8925, 'Fantasy', 'The Man in the Mirror', 'ML'),
(8926, 'Fantasy', 'Er was eens in december', 'ML'),
(8927, 'Fantasy', 'The Sleeping Deep', 'ML'),
(8928, 'Fantasy', 'Africa Straight on Ice', 'ML'),
(8929, 'Fantasy', 'O Grande Slam', 'ML'),
(8930, 'Fantasy', 'Aaryamaan', 'ML'),
(8931, 'Fantasy', 'Burn Baby Burn', 'ML'),
(8932, 'Fantasy', 'Ranpo jigoku', 'ML'),
(8933, 'Fantasy', 'Galgenlieder: The Gallows Songs', 'ML'),
(8934, 'Fantasy', 'Numb', 'ML'),
(8935, 'Fantasy', 'Une histoire triste', 'ML'),
(8936, 'Fantasy', 'Near Life', 'ML'),
(8937, 'Fantasy', 'Old Man Radiohead', 'ML'),
(8938, 'Fantasy', 'Tekken 5', 'ML'),
(8939, 'Fantasy', 'Goet iik thii tawng mii theu', 'ML'),
(8940, 'Fantasy', 'Makdee', 'ML'),
(8941, 'Fantasy', 'O pokladech', 'ML'),
(8942, 'Fantasy', 'The Runelords', 'ML'),
(8943, 'Fantasy', 'En vikingafilm', 'ML'),
(8944, 'Fantasy', 'El proyecto Fenix', 'ML'),
(8945, 'Fantasy', 'Drakensang - Am Fluss der Zeit', 'ML'),
(8946, 'Fantasy', 'Senhor X', 'ML'),
(8947, 'Fantasy', 'Tres ojos', 'ML'),
(8948, 'Fantasy', 'Wolfys Journey', 'ML'),
(8949, 'Fantasy', 'Miss Lucifer!', 'ML'),
(8950, 'Fantasy', 'Iguana no musume', 'ML'),
(8951, 'Fantasy', 'Nebojsa', 'ML'),
(8952, 'Fantasy', 'Shanks', 'ML'),
(8953, 'Fantasy', 'La isla', 'ML'),
(8954, 'Fantasy', 'Red King', 'ML'),
(8955, 'Fantasy', 'Into Another World', 'ML'),
(8956, 'Fantasy', 'The Taker', 'ML'),
(8957, 'Fantasy', 'Cigarette Girl', 'ML'),
(8958, 'Fantasy', '33 Meadow Lane', 'ML'),
(8959, 'Fantasy', '42 One Dream Rush', 'ML'),
(8960, 'Fantasy', 'Sprockett', 'ML'),
(8961, 'Fantasy', 'Predator Prey', 'ML'),
(8962, 'Fantasy', 'Slave#13', 'ML'),
(8963, 'Fantasy', 'Partgah', 'ML'),
(8964, 'Fantasy', 'The Strike Zone', 'ML'),
(8965, 'Fantasy', 'Bhagwat Mahima', 'ML'),
(8966, 'Fantasy', 'When We Fell', 'ML'),
(8967, 'Fantasy', 'Phantasy Star IV: The End of the Millennium', 'ML'),
(8968, 'Fantasy', 'Overlords, Incorporated', 'ML'),
(8969, 'Fantasy', 'Jacks Last Fandango', 'ML'),
(8970, 'Fantasy', 'El rey se divierte', 'ML'),
(8971, 'Fantasy', 'Back to the Movies', 'ML'),
(8972, 'Fantasy', 'Giagonan o varvaros', 'ML'),
(8973, 'Fantasy', '3am Night Lights', 'ML'),
(8974, 'Fantasy', 'Saint Seiya Rebirth', 'ML'),
(8975, 'Fantasy', 'Tunga: God of Love & Lust', 'ML'),
(8976, 'Fantasy', 'Cengiz hanin fedaisi', 'ML'),
(8977, 'Fantasy', 'The Fairys Sword', 'ML'),
(8978, 'Fantasy', 'Around June', 'ML'),
(8979, 'Fantasy', 'Make Love Stay', 'ML'),
(8980, 'Fantasy', 'Phra-dek-seua-kai-wawk', 'ML'),
(8981, 'Fantasy', 'Puto', 'ML'),
(8982, 'Fantasy', 'The Legend of Paul Bunyan', 'ML'),
(8983, 'Fantasy', 'Through the Woods, Alice', 'ML'),
(8984, 'Fantasy', 'Genesi: La creazione e il diluvio', 'ML'),
(8985, 'Fantasy', 'Progulka po eshafotu', 'ML'),
(8986, 'Fantasy', 'Holes on a Round', 'ML'),
(8987, 'Fantasy', 'Slumbers Kiss', 'ML'),
(8988, 'Fantasy', 'Babes in Toyland', 'ML'),
(8989, 'Fantasy', 'Homo Boulderiens', 'ML'),
(8990, 'Fantasy', 'Lose, Love & Pop', 'ML'),
(8991, 'Fantasy', 'Mormon Temple Film', 'ML'),
(8992, 'Fantasy', 'Wish Wizard', 'ML'),
(8993, 'Fantasy', 'Les apparitions fugitives', 'ML'),
(8994, 'Fantasy', 'Borrowed Hearts', 'ML'),
(8995, 'Fantasy', 'Tous les hommes sappellent Robert', 'ML'),
(8996, 'Fantasy', 'Mar brava', 'ML'),
(8997, 'Fantasy', 'Deeply', 'ML'),
(8998, 'Fantasy', 'Justice Be Damned', 'ML'),
(8999, 'Fantasy', 'Das Geheimnis des Sagala', 'ML'),
(9000, 'Fantasy', 'Nevando voy', 'ML'),
(9001, 'Fantasy', 'Mahabharat', 'ML'),
(9002, 'Fantasy', 'Shadow and Bone', 'ML'),
(9003, 'Fantasy', 'Texas Summer', 'ML'),
(9004, 'Fantasy', 'Warhammer Online: Age of Reckoning', 'ML'),
(9005, 'Fantasy', 'The Innkeepers Song', 'ML'),
(9006, 'Fantasy', 'So Long Mister Monore', 'ML'),
(9007, 'Fantasy', 'Blade of Darkness', 'ML'),
(9008, 'Fantasy', 'Fantastic Man', 'ML'),
(9009, 'Fantasy', 'Cedra', 'ML'),
(9010, 'Fantasy', 'Hakkutsu! Aruaru daijiten', 'ML'),
(9011, 'Fantasy', 'Mage Knight: Destinys Soldier', 'ML'),
(9012, 'Fantasy', 'Otogi', 'ML'),
(9013, 'Fantasy', 'Black Plum', 'ML'),
(9014, 'Fantasy', 'Le lac des cygnes', 'ML'),
(9015, 'Fantasy', 'Interference 94', 'ML'),
(9016, 'Fantasy', 'Chimera Tribe: The Rakai', 'ML'),
(9017, 'Fantasy', 'Magdalena', 'ML'),
(9018, 'Fantasy', 'La muerte de Otilia Ruiz', 'ML'),
(9019, 'Fantasy', 'Onder spiritistischen dwang', 'ML'),
(9020, 'Fantasy', 'Interior-Noche', 'ML'),
(9021, 'Fantasy', 'Mario Kart: Super Circuit', 'ML'),
(9022, 'Fantasy', 'Shallow Hal', 'ML'),
(9023, 'Fantasy', 'Todays Headline', 'ML'),
(9024, 'Fantasy', 'Shatterglit', 'ML'),
(9025, 'Fantasy', 'Michael and the Techni-Colored Brain Coat', 'ML'),
(9026, 'Fantasy', 'The Passing Drummers', 'ML'),
(9027, 'Fantasy', 'The Kaleidoscope', 'ML'),
(9028, 'Fantasy', 'Rosewood Avenue', 'ML'),
(9029, 'Fantasy', 'Ceaseless Sound', 'ML'),
(9030, 'Fantasy', 'Danny and the Mermaid', 'ML'),
(9031, 'Fantasy', 'Light Years Away', 'ML'),
(9032, 'Fantasy', 'Dis-caract', 'ML'),
(9033, 'Fantasy', 'A Moving Picture', 'ML'),
(9034, 'Fantasy', 'La rocamascota', 'ML'),
(9035, 'Fantasy', 'Rapunzel: The Final Chapter', 'ML'),
(9036, 'Fantasy', 'A Long Distance Relationship', 'ML'),
(9037, 'Fantasy', 'The 4 Dreams of Miss X', 'ML'),
(9038, 'Fantasy', 'Biyuuteifuru katamari damashii', 'ML'),
(9039, 'Fantasy', 'In Dreamy Jungletown', 'ML'),
(9040, 'Fantasy', 'Road to Bali', 'ML'),
(9041, 'Fantasy', '100 Cupboards', 'ML'),
(9042, 'Fantasy', 'The Automatic Motorist', 'ML'),
(9043, 'Fantasy', 'In weiter Ferne, so nah!', 'ML'),
(9044, 'Fantasy', 'Brother Bear', 'ML'),
(9045, 'Fantasy', 'Queer Tales', 'ML'),
(9046, 'Fantasy', 'Six Swans', 'ML'),
(9047, 'Fantasy', 'Populous: The Beginning', 'ML'),
(9048, 'Fantasy', 'Chew Chew Land; or, The Adventures of Dolly and Jim', 'ML'),
(9049, 'Fantasy', 'The Buddies', 'ML'),
(9050, 'Fantasy', 'Ala tareeq', 'ML'),
(9051, 'Fantasy', 'Rehov Herzl 48', 'ML'),
(9052, 'Fantasy', 'The Ban-Sidhe', 'ML'),
(9053, 'Fantasy', 'I Am Jesus Christ', 'ML'),
(9054, 'Fantasy', 'The Mystical Adventures of Billy Owens', 'ML'),
(9055, 'Fantasy', 'Warriors of Virtue: The Return to Tao', 'ML'),
(9056, 'Fantasy', 'The Mighty Kong', 'ML'),
(9057, 'Fantasy', 'Irish Myths', 'ML'),
(9058, 'Fantasy', 'Oh, God! You Devil', 'ML'),
(9059, 'Fantasy', 'Pandavapuram', 'ML'),
(9060, 'Fantasy', 'Putnik', 'ML'),
(9061, 'Fantasy', 'The Erotic Witch Project', 'ML'),
(9062, 'Fantasy', 'Prep & Landing', 'ML'),
(9063, 'Fantasy', 'The Happy Children', 'ML'),
(9064, 'Fantasy', 'Dragon Spirit', 'ML'),
(9065, 'Fantasy', 'Cayendo el muerto soltando el llanto', 'ML'),
(9066, 'Fantasy', 'Eskapop', 'ML'),
(9067, 'Fantasy', 'Vanished Acres', 'ML'),
(9068, 'Fantasy', 'Canopy', 'ML'),
(9069, 'Fantasy', 'Yellow Submarine', 'ML'),
(9070, 'Fantasy', 'Elven Legacy', 'ML'),
(9071, 'Fantasy', 'Boy with the Wet Thumb', 'ML'),
(9072, 'Fantasy', 'Yuet gwong bo hup', 'ML'),
(9073, 'Fantasy', 'Der var engang', 'ML'),
(9074, 'Fantasy', 'The Princess and the Dwarf', 'ML'),
(9075, 'Fantasy', 'The Meteor Man', 'ML'),
(9076, 'Fantasy', 'Soreike! Anpanman', 'ML'),
(9077, 'Fantasy', 'Wavelengths', 'ML'),
(9078, 'Fantasy', 'Magic in the Forest', 'ML'),
(9079, 'Fantasy', 'Play/House', 'ML'),
(9080, 'Fantasy', 'Meet a Witch', 'ML'),
(9081, 'Fantasy', 'A Water Tale', 'ML'),
(9082, 'Fantasy', 'Nei Boppe', 'ML'),
(9083, 'Fantasy', 'Fabel', 'ML'),
(9084, 'Fantasy', 'Squirrel Tale', 'ML'),
(9085, 'Fantasy', 'Our Lady Divine', 'ML'),
(9086, 'Fantasy', 'Yesterdays Colours', 'ML'),
(9087, 'Fantasy', 'Tamu tengah malam', 'ML'),
(9088, 'Fantasy', 'The Storyteller: Greek Myths', 'ML'),
(9089, 'Fantasy', 'Beasts of the Southern Wild', 'ML'),
(9090, 'Fantasy', 'Code 4: Security Officer on Duty', 'ML'),
(9091, 'Fantasy', 'The Ledger of Fate', 'ML'),
(9092, 'Fantasy', 'Wish Me Luck', 'ML'),
(9093, 'Fantasy', 'Coma White', 'ML'),
(9094, 'Fantasy', 'Gawain', 'ML'),
(9095, 'Fantasy', 'Arcana Heart', 'ML'),
(9096, 'Fantasy', 'Zoe Short Cut', 'ML'),
(9097, 'Fantasy', 'Tales of Beatrix Potter', 'ML'),
(9098, 'Fantasy', 'Woman of the Wolf', 'ML'),
(9099, 'Fantasy', 'Things That Go Bump', 'ML'),
(9100, 'Fantasy', 'Cantor Dust Man', 'ML'),
(9101, 'Fantasy', 'Spider-Man', 'ML'),
(9102, 'Fantasy', 'Mystic Zone', 'ML'),
(9103, 'Fantasy', 'O Efeito Ilha', 'ML'),
(9104, 'Fantasy', 'Ribbon', 'ML'),
(9105, 'Fantasy', 'Archon Defender', 'ML'),
(9106, 'Fantasy', 'Robert Koch: Glassdrops', 'ML'),
(9107, 'Fantasy', 'Super Dude', 'ML'),
(9108, 'Fantasy', 'Sugo', 'ML'),
(9109, 'Fantasy', 'Dream Casserole', 'ML'),
(9110, 'Fantasy', 'Tum Yeh Kehtay Ho Ab Koee Charah Nahin', 'ML'),
(9111, 'Fantasy', 'Soreyuke Marine-chan', 'ML'),
(9112, 'Fantasy', 'Altitude 3.200', 'ML'),
(9113, 'Fantasy', 'O Combate', 'ML'),
(9114, 'Fantasy', 'The Complete Works of God', 'ML'),
(9115, 'Fantasy', 'Jai Ganesh Deva', 'ML'),
(9116, 'Fantasy', 'Call Baker', 'ML'),
(9117, 'Fantasy', 'Slapjack', 'ML'),
(9118, 'Fantasy', 'Wizards of the Lost Kingdom II', 'ML'),
(9119, 'Fantasy', 'Jason and the Argonauts: The Kingdom of Hades', 'ML'),
(9120, 'Fantasy', 'Izumo: Takeki Tsurugi no Senki', 'ML'),
(9121, 'Fantasy', 'Venetian Blinds', 'ML'),
(9122, 'Fantasy', 'Monkey Do Monkey Dont', 'ML'),
(9123, 'Fantasy', 'Kriemhilds Dream', 'ML'),
(9124, 'Fantasy', 'Cabeza de pescado', 'ML'),
(9125, 'Fantasy', 'Misterii', 'ML'),
(9126, 'Fantasy', 'Bad Friday', 'ML'),
(9127, 'Fantasy', 'Wanghu simcheong', 'ML'),
(9128, 'Fantasy', 'The Memory Merchant', 'ML'),
(9129, 'Fantasy', 'A Short Film on Democracy', 'ML'),
(9130, 'Fantasy', 'Nemoc', 'ML'),
(9131, 'Fantasy', 'The Head Mistress', 'ML'),
(9132, 'Fantasy', 'Dragon Hunter: Legend of the Hidden City', 'ML'),
(9133, 'Fantasy', 'Troll', 'ML'),
(9134, 'Fantasy', 'Kapital', 'ML'),
(9135, 'Fantasy', 'Hell Pusher', 'ML'),
(9136, 'Fantasy', 'Song of King Solomon', 'ML'),
(9137, 'Fantasy', 'Das Morphus-Geheimnis', 'ML'),
(9138, 'Fantasy', 'The Story of Little Red Riding Hood', 'ML'),
(9139, 'Fantasy', 'Kalpvriksh', 'ML'),
(9140, 'Fantasy', 'Prince of Persia 3D', 'ML'),
(9141, 'Fantasy', 'Whatever Happened to Vileness Fats?', 'ML'),
(9142, 'Fantasy', 'El gato sin botas', 'ML'),
(9143, 'Fantasy', 'Jalkeilla taas', 'ML'),
(9144, 'Fantasy', 'Karafuru', 'ML'),
(9145, 'Fantasy', 'Teen Getaway', 'ML'),
(9146, 'Fantasy', 'Inspector Hieronymus', 'ML'),
(9148, 'Fantasy', 'Chasing the Elephant', 'ML'),
(9149, 'Fantasy', 'Rebels of the Book: The Final Word', 'ML'),
(9150, 'Fantasy', 'Children of the Lamp', 'ML'),
(9151, 'Fantasy', 'The Chronicles of Narnia: The Magicians Nephew', 'ML'),
(9152, 'Fantasy', 'The Brave Little Toaster', 'ML'),
(9153, 'Fantasy', 'Jonathan Strange & Mr Norrell', 'ML'),
(9154, 'Fantasy', 'Acri', 'ML'),
(9155, 'Fantasy', 'Legends of Gaeth: Halia Causes Havoc', 'ML'),
(9156, 'Fantasy', 'The Tracks of My Tears 2', 'ML'),
(9157, 'Fantasy', 'Nicholas North', 'ML'),
(9158, 'Fantasy', 'Lisa Patrikeevna', 'ML'),
(9159, 'Fantasy', 'The Princess and the Cobbler', 'ML'),
(9160, 'Fantasy', 'The Girl Who', 'ML'),
(9161, 'Fantasy', 'Les gardiennes dhorodateurs', 'ML'),
(9162, 'Fantasy', 'Red Roses of Passion', 'ML'),
(9163, 'Fantasy', 'Aao Wish Karein', 'ML'),
(9164, 'Fantasy', 'Balloon Farm', 'ML'),
(9165, 'Fantasy', 'Nier Replicant', 'ML'),
(9166, 'Fantasy', 'Ajooba', 'ML'),
(9167, 'Fantasy', 'Chung mo yim', 'ML'),
(9168, 'Fantasy', 'The Moonbird', 'ML'),
(9169, 'Fantasy', 'Magic and the Modern Girl', 'ML'),
(9170, 'Fantasy', 'Hello Again', 'ML'),
(9171, 'Fantasy', 'Machotaildrop', 'ML'),
(9172, 'Fantasy', 'Satanic Sluts III: Scandalized', 'ML'),
(9173, 'Fantasy', 'Architecture of Reassurance', 'ML'),
(9174, 'Fantasy', 'Inuyasha - Tenka hadou no ken', 'ML'),
(9175, 'Fantasy', 'Hughes the Force', 'ML'),
(9176, 'Fantasy', 'Ultra Reinforcement', 'ML'),
(9177, 'Fantasy', 'O Gato de Botas Extraterrestre', 'ML'),
(9178, 'Fantasy', 'Trois contes merveilleux', 'ML'),
(9179, 'Fantasy', 'Goodbye Kodachrome... Goodbye!', 'ML'),
(9180, 'Fantasy', 'Benjamin Sniddlegrass and the Cauldron of Penguins', 'ML'),
(9181, 'Fantasy', 'My Four Inch Precious', 'ML'),
(9182, 'Fantasy', 'Hebi musume to hakuhatsuma', 'ML'),
(9183, 'Fantasy', 'The Gnostic', 'ML'),
(9184, 'Fantasy', 'Gryphon', 'ML'),
(9185, 'Fantasy', 'Eish Yashen', 'ML'),
(9186, 'Fantasy', 'This Is Only a Test', 'ML'),
(9187, 'Fantasy', 'Metamorfosis - Kaftka Vissions', 'ML'),
(9188, 'Fantasy', 'Storm House', 'ML'),
(9189, 'Fantasy', 'Le puits fantastique', 'ML'),
(9190, 'Fantasy', 'El hombre de cristal', 'ML'),
(9191, 'Fantasy', 'Sandbox', 'ML'),
(9192, 'Fantasy', 'Call of the forest', 'ML'),
(9193, 'Fantasy', 'EverQuest II: The Fallen Dynasty', 'ML'),
(9194, 'Fantasy', 'Mokke', 'ML'),
(9195, 'Fantasy', 'Diddy Kong Racing', 'ML'),
(9196, 'Fantasy', 'Necropolis', 'ML'),
(9197, 'Fantasy', 'Bible Buffet', 'ML'),
(9198, 'Fantasy', 'Scenes from Humpty Dumpty', 'ML'),
(9199, 'Fantasy', 'Obliteration', 'ML'),
(9200, 'Fantasy', 'Chuck Finn', 'ML'),
(9201, 'Fantasy', 'Slipdream', 'ML'),
(9202, 'Fantasy', 'Du og jeg og vi to', 'ML'),
(9203, 'Fantasy', 'Bitoy ang itawag mo sa akin', 'ML'),
(9204, 'Fantasy', 'The Hollow Chronicles', 'ML'),
(9205, 'Fantasy', 'Le spectre rouge', 'ML'),
(9206, 'Fantasy', 'Babiole', 'ML'),
(9207, 'Fantasy', 'Ming yun hua zhuang shi', 'ML'),
(9208, 'Fantasy', 'Po sledam bremenskikh muzykantov', 'ML'),
(9209, 'Fantasy', 'Crooked Mick of the Speewah', 'ML'),
(9210, 'Fantasy', 'Tigers Curse', 'ML'),
(9211, 'Fantasy', 'They Came to a City', 'ML'),
(9212, 'Fantasy', 'Ubu roi', 'ML'),
(9213, 'Fantasy', 'How to Kiss a Frog', 'ML'),
(9214, 'Fantasy', 'Edonism', 'ML'),
(9215, 'Fantasy', 'Grandia III', 'ML'),
(9216, 'Fantasy', 'Detektivklubben', 'ML'),
(9217, 'Fantasy', 'Raveleijn', 'ML'),
(9218, 'Fantasy', 'Aquaman Fan Film', 'ML'),
(9219, 'Fantasy', 'Clown and Automaton', 'ML'),
(9220, 'Fantasy', 'La jeune fille aux allumettes', 'ML'),
(9221, 'Fantasy', 'Doctor Snuggles', 'ML'),
(9222, 'Fantasy', 'Agnieszka 2039', 'ML'),
(9223, 'Fantasy', 'Dragonslayer', 'ML'),
(9224, 'Fantasy', 'When Sharks Die', 'ML'),
(9225, 'Fantasy', 'Dengeki sentai Chenjiman', 'ML'),
(9226, 'Fantasy', 'Neila', 'ML'),
(9227, 'Fantasy', 'Luomo fiammifero', 'ML'),
(9228, 'Fantasy', 'LX Forty', 'ML'),
(9229, 'Fantasy', 'Snip Crunch', 'ML'),
(9230, 'Fantasy', 'El ninot de drap', 'ML'),
(9231, 'Fantasy', 'Himitsu', 'ML'),
(9232, 'Fantasy', 'Chudesnyy kolokolchik', 'ML'),
(9233, 'Fantasy', 'Parsifal', 'ML'),
(9234, 'Fantasy', 'Subway Cafe', 'ML'),
(9235, 'Fantasy', 'Sombras paralelas', 'ML'),
(9236, 'Fantasy', 'Peter and the Lion', 'ML'),
(9237, 'Fantasy', 'How I Lost My Birthday', 'ML'),
(9238, 'Fantasy', 'Sleepless City', 'ML'),
(9239, 'Fantasy', 'Maha Sati Savitri', 'ML'),
(9240, 'Fantasy', 'Tsukigami', 'ML'),
(9241, 'Fantasy', 'Harmagedon: Genma taisen', 'ML'),
(9242, 'Fantasy', 'Bakugan Battle Brawlers', 'ML'),
(9243, 'Fantasy', 'A Rather Grimm Tale', 'ML'),
(9244, 'Fantasy', 'La segunda muerte', 'ML'),
(9245, 'Fantasy', 'Akash Pari', 'ML'),
(9246, 'Fantasy', 'Cupid the Conqueror', 'ML'),
(9247, 'Fantasy', 'Bajrangbali', 'ML'),
(9248, 'Fantasy', 'Du shen zhi shen', 'ML'),
(9249, 'Fantasy', 'Hubad', 'ML'),
(9250, 'Fantasy', 'The Last Witch Hunter', 'ML'),
(9251, 'Fantasy', 'Kaliya Mardan', 'ML'),
(9252, 'Fantasy', 'Jenatsch', 'ML'),
(9253, 'Fantasy', 'Wolfblood', 'ML'),
(9254, 'Fantasy', 'Les cartes vivantes', 'ML'),
(9255, 'Fantasy', 'O Hospital', 'ML'),
(9256, 'Fantasy', 'Die Irrfahrten des Odysseus', 'ML'),
(9257, 'Fantasy', 'Remnants: Series', 'ML'),
(9258, 'Fantasy', 'My First Horror Movie', 'ML'),
(9259, 'Fantasy', 'The Street Where You Live', 'ML'),
(9260, 'Fantasy', 'Tatitos', 'ML'),
(9261, 'Fantasy', 'Tahini and Tears', 'ML'),
(9262, 'Fantasy', 'Nida-Lita Show', 'ML'),
(9263, 'Fantasy', 'Adventures with Barbie: Ocean Discovery', 'ML'),
(9264, 'Fantasy', 'Flirting and Dating for Dummies', 'ML'),
(9265, 'Fantasy', 'Stanleys Dragon', 'ML'),
(9266, 'Fantasy', 'Como Quien No Quiere La Cosa', 'ML'),
(9267, 'Fantasy', 'Yehoshua, Yehoshua', 'ML'),
(9268, 'Fantasy', 'Big, Bigger & Biggest', 'ML'),
(9269, 'Fantasy', 'Dormir al sol', 'ML'),
(9270, 'Fantasy', 'Dev Kanya', 'ML'),
(9271, 'Fantasy', 'Cry Baby', 'ML'),
(9272, 'Fantasy', '(Menos1)', 'ML'),
(9273, 'Fantasy', 'Cold Fire Place', 'ML'),
(9274, 'Fantasy', 'My Necklace, Myself', 'ML'),
(9275, 'Fantasy', 'Ultus, the Man from the Dead', 'ML'),
(9276, 'Fantasy', 'Birth of the Vampire', 'ML'),
(9277, 'Fantasy', 'Spyashchaya krasavitsa', 'ML'),
(9278, 'Fantasy', 'Syrinx', 'ML'),
(9279, 'Fantasy', 'Les quatre lumieres', 'ML'),
(9280, 'Fantasy', 'Tycoon City: New York', 'ML'),
(9281, 'Fantasy', 'Fiction', 'ML'),
(9282, 'Fantasy', 'Super-B', 'ML'),
(9283, 'Fantasy', 'Kiahewa: Apocalipsis Now, y luego ya veremos', 'ML'),
(9284, 'Fantasy', 'Johnny Tinoso and the Proud Beauty', 'ML'),
(9285, 'Fantasy', 'Adventures of a Teenage Dragonslayer', 'ML'),
(9286, 'Fantasy', 'V.I.T.R.I.O.L.', 'ML'),
(9287, 'Fantasy', 'Roaming', 'ML'),
(9288, 'Fantasy', 'Milagros Calling', 'ML'),
(9289, 'Fantasy', 'Voyage en eau douce', 'ML'),
(9290, 'Fantasy', 'The Devil in Miss Jones 5: The Inferno', 'ML'),
(9291, 'Fantasy', 'Haereul samkin gaemi', 'ML'),
(9292, 'Fantasy', 'Azumi', 'ML'),
(9293, 'Fantasy', 'Denei shoujo Ai', 'ML'),
(9294, 'Fantasy', 'Not Alice', 'ML'),
(9295, 'Fantasy', 'The Magical Pouch', 'ML'),
(9296, 'Fantasy', 'Unknown land', 'ML'),
(9297, 'Fantasy', 'Member', 'ML'),
(9298, 'Fantasy', 'The Friendly Giant', 'ML'),
(9299, 'Fantasy', 'A Night with Nova', 'ML'),
(9300, 'Fantasy', 'Beirut, Baby', 'ML'),
(9301, 'Fantasy', 'The Evil Dead', 'ML'),
(9302, 'Fantasy', 'Boosh Music', 'ML'),
(9303, 'Fantasy', 'Bloody Roar', 'ML'),
(9304, 'Fantasy', 'Full Pollen Moon', 'ML'),
(9305, 'Fantasy', 'Lime and Davenport', 'ML'),
(9306, 'Fantasy', 'Nemureru mori no kyuuketsuki', 'ML'),
(9307, 'Fantasy', 'Head', 'ML'),
(9308, 'Fantasy', 'Serene Valley', 'ML'),
(9310, 'Fantasy', 'Eternal Life', 'ML'),
(9311, 'Fantasy', 'Imagi-Nation', 'ML'),
(9312, 'Fantasy', 'Hi Honey - Im Dead', 'ML'),
(9313, 'Fantasy', 'Ligeia', 'ML'),
(9314, 'Fantasy', 'The Trouble with Time Travel', 'ML'),
(9315, 'Fantasy', 'The Life Frequency Project: Part 2', 'ML'),
(9316, 'Fantasy', 'Lurid Tales: The Castle Queen', 'ML'),
(9317, 'Fantasy', 'Dreamfall: The Longest Journey', 'ML'),
(9318, 'Fantasy', 'The Otherworld', 'ML'),
(9319, 'Fantasy', 'Star Wars: Secrets of the Rebellion', 'ML'),
(9320, 'Fantasy', 'Dragon Knight 4-ever', 'ML'),
(9321, 'Fantasy', 'Erhwn', 'ML'),
(9322, 'Fantasy', 'Pirates of the Caribbean', 'ML'),
(9323, 'Fantasy', 'Santa in Animal Land', 'ML'),
(9324, 'Fantasy', 'States of Matter', 'ML'),
(9325, 'Fantasy', 'Barbie and the Cop', 'ML'),
(9326, 'Fantasy', 'Los muertos que nos dieron la vida', 'ML'),
(9327, 'Fantasy', 'El diablo Cojuelo', 'ML'),
(9328, 'Fantasy', 'The Hypothetical', 'ML'),
(9329, 'Fantasy', 'Odessa or Bust', 'ML'),
(9330, 'Fantasy', 'Spawn 3: Eggs of Aquarius', 'ML'),
(9331, 'Fantasy', 'Walkie & Talkie', 'ML'),
(9332, 'Fantasy', 'Funny Days', 'ML'),
(9333, 'Fantasy', 'Look', 'ML'),
(9334, 'Fantasy', 'The Gateway Project', 'ML'),
(9335, 'Fantasy', 'Edge of the Woods', 'ML'),
(9336, 'Fantasy', 'Samir wa Shahir wa Bahir', 'ML'),
(9337, 'Fantasy', 'Like Wow!', 'ML'),
(9338, 'Fantasy', 'Waiting for Player', 'ML'),
(9339, 'Fantasy', 'Amaransu KH', 'ML'),
(9340, 'Fantasy', 'Der Sandmann', 'ML'),
(9341, 'Fantasy', 'The Tree', 'ML'),
(9342, 'Fantasy', 'The Dreamless', 'ML'),
(9343, 'Fantasy', 'Fairy Tale Theater: The Movie', 'ML'),
(9344, 'Fantasy', 'The Green Mile', 'ML'),
(9345, 'Fantasy', 'Betaal Pachisi', 'ML'),
(9346, 'Fantasy', 'Summon Lovin', 'ML'),
(9347, 'Fantasy', 'Sekt-Zauber', 'ML'),
(9348, 'Fantasy', 'Alice: An Interactive Museum', 'ML'),
(9349, 'Fantasy', 'Wordlessness', 'ML'),
(9350, 'Fantasy', 'Soulless', 'ML'),
(9351, 'Fantasy', 'Dancing Waters', 'ML'),
(9352, 'Fantasy', 'Hirer Angti', 'ML'),
(9353, 'Fantasy', 'Dragons Rage', 'ML'),
(9354, 'Fantasy', 'Lets Play Two', 'ML'),
(9355, 'Fantasy', 'Girls Night In', 'ML'),
(9356, 'Fantasy', 'Mosura 3: Kingu Gidora raishu', 'ML'),
(9357, 'Fantasy', 'Goldflocken', 'ML'),
(9358, 'Fantasy', 'Fiji Fantasy', 'ML'),
(9359, 'Fantasy', 'La magie continue', 'ML'),
(9360, 'Fantasy', 'Midnighters', 'ML'),
(9361, 'Fantasy', 'Mrs Peppercorns Magical Reading Room', 'ML'),
(9362, 'Fantasy', 'Utahime makai o yuku', 'ML'),
(9363, 'Fantasy', 'Zacharovannaya desna', 'ML'),
(9364, 'Fantasy', 'Au!', 'ML'),
(9365, 'Fantasy', 'The Atom Ant Show', 'ML'),
(9366, 'Fantasy', 'Golden Axe II', 'ML'),
(9367, 'Fantasy', 'Habitus', 'ML'),
(9368, 'Fantasy', 'Sreca dolazi u 9', 'ML'),
(9369, 'Fantasy', 'RFeyeD', 'ML'),
(9370, 'Fantasy', 'But Not Too Much', 'ML'),
(9371, 'Fantasy', 'Open Space', 'ML'),
(9372, 'Fantasy', 'The Planeteer', 'ML'),
(9373, 'Fantasy', 'Interior. Bedsit - Day', 'ML'),
(9374, 'Fantasy', 'Kashchey bessmertnyy', 'ML'),
(9375, 'Fantasy', 'Somnium Illis', 'ML'),
(9376, 'Fantasy', 'Neumjerenost', 'ML'),
(9377, 'Fantasy', 'Nila Saila', 'ML'),
(9378, 'Fantasy', 'RiffTrax Live: Jack the Giant Killer', 'ML'),
(9379, 'Fantasy', 'Ursala', 'ML'),
(9380, 'Fantasy', 'Futakoi Alternative', 'ML'),
(9381, 'Fantasy', 'Orange City', 'ML'),
(9382, 'Fantasy', 'Sa daigdig ng fantasia', 'ML'),
(9383, 'Fantasy', 'Cavegirl the Movie', 'ML'),
(9384, 'Fantasy', 'Alices New Years Party', 'ML'),
(9385, 'Fantasy', 'Arabian Fight', 'ML'),
(9386, 'Fantasy', 'Theo and the Macrotaur', 'ML'),
(9387, 'Fantasy', 'Sword of Heaven', 'ML'),
(9388, 'Fantasy', 'Young Love', 'ML'),
(9389, 'Fantasy', 'Santa Claus Visit', 'ML'),
(9390, 'Fantasy', 'Portrait of Jennie', 'ML'),
(9391, 'Fantasy', 'Fairyfield', 'ML'),
(9392, 'Fantasy', 'Kara Murat: Fatihin fermani', 'ML'),
(9393, 'Fantasy', 'The Imaginary Girl', 'ML'),
(9394, 'Fantasy', 'The Fourth Dimension', 'ML'),
(9395, 'Fantasy', 'Calla', 'ML'),
(9396, 'Fantasy', 'Pool of Radiance', 'ML'),
(9397, 'Fantasy', 'Gauntlet II', 'ML'),
(9398, 'Fantasy', 'Enteng the Dragon', 'ML'),
(9399, 'Fantasy', 'Let the Punishment Fit the Child', 'ML'),
(9400, 'Fantasy', 'Puyopuyo', 'ML'),
(9401, 'Fantasy', 'Gum Bums', 'ML'),
(9402, 'Fantasy', 'The Land of Oz', 'ML'),
(9403, 'Fantasy', 'Future War', 'ML'),
(9404, 'Fantasy', 'Hickory Dickory', 'ML'),
(9405, 'Fantasy', 'Lanzadera', 'ML'),
(9406, 'Fantasy', 'Oakland B Mine', 'ML'),
(9407, 'Fantasy', 'Erdora - Kapitel 2 Der Schattenkrieger', 'ML'),
(9408, 'Fantasy', 'Piano Dog Visits the Underworld', 'ML'),
(9409, 'Fantasy', 'A Change in Perspective', 'ML'),
(9410, 'Fantasy', 'The Good Food Guy and the Doo Doo King', 'ML'),
(9411, 'Fantasy', 'John Dies at the End', 'ML'),
(9412, 'Fantasy', 'Dificultades', 'ML'),
(9413, 'Fantasy', 'Recently in the Woods', 'ML'),
(9414, 'Fantasy', 'Sea Flower', 'ML'),
(9415, 'Fantasy', 'Obsession Compulsion Plus', 'ML'),
(9416, 'Fantasy', 'Alisin Wonderland', 'ML'),
(9417, 'Fantasy', 'Bundal Baaz', 'ML'),
(9418, 'Fantasy', 'Promenades Aquatiques', 'ML'),
(9419, 'Fantasy', 'Simulationship', 'ML'),
(9420, 'Fantasy', 'The Last Photo', 'ML'),
(9421, 'Fantasy', 'Where Eagles Fly', 'ML'),
(9422, 'Fantasy', 'Bicho', 'ML'),
(9423, 'Fantasy', 'Extreme Ghostbusters: The Ultimate Invasion', 'ML'),
(9424, 'Fantasy', 'Landstalker', 'ML'),
(9425, 'Fantasy', 'Donner', 'ML'),
(9426, 'Fantasy', 'Clipper Gold', 'ML'),
(9427, 'Fantasy', 'Tasmanian Devils', 'ML'),
(9428, 'Fantasy', 'Shanmugapriya', 'ML'),
(9429, 'Fantasy', 'Daughter of Smoke and Bone', 'ML'),
(9430, 'Fantasy', 'Skyborn', 'ML'),
(9431, 'Fantasy', 'Saz benizli kiz', 'ML'),
(9432, 'Fantasy', 'Mu', 'ML'),
(9433, 'Fantasy', 'SON of Nosferatu', 'ML'),
(9434, 'Fantasy', 'Love on the Airwaves', 'ML'),
(9435, 'Fantasy', 'Tall Tale', 'ML'),
(9436, 'Fantasy', 'Street Fighter II: The World Warrior', 'ML'),
(9437, 'Fantasy', 'Wooryung gakshi', 'ML'),
(9438, 'Fantasy', 'Treulababbu', 'ML'),
(9439, 'Fantasy', 'Like Always', 'ML'),
(9440, 'Fantasy', 'One Froggy Evening', 'ML'),
(9441, 'Fantasy', 'The Fairy Bottle', 'ML'),
(9443, 'Fantasy', 'Alladdin Ka Chirag', 'ML'),
(9444, 'Fantasy', 'Meridiem', 'ML'),
(9445, 'Fantasy', 'A God Named Pablo', 'ML'),
(9446, 'Fantasy', 'Unbearable', 'ML'),
(9447, 'Fantasy', 'Ta-ta-boom-boom', 'ML'),
(9448, 'Fantasy', 'Moria', 'ML'),
(9449, 'Fantasy', 'The Song of the Morrow', 'ML'),
(9450, 'Fantasy', 'Fallout 3: Broken Steel', 'ML'),
(9451, 'Fantasy', 'Love Earth', 'ML'),
(9452, 'Fantasy', 'Dracula Densetsu', 'ML'),
(9453, 'Fantasy', 'Kwihyang', 'ML'),
(9454, 'Fantasy', 'The Fish and the Ring', 'ML'),
(9455, 'Fantasy', 'Lost City Snow Home', 'ML'),
(9456, 'Fantasy', 'The Goodies', 'ML'),
(9457, 'Fantasy', 'Kaiketsu Raion Maru', 'ML'),
(9458, 'Fantasy', 'Twenty-One Questions', 'ML'),
(9459, 'Fantasy', 'Little Shop of Whores', 'ML'),
(9460, 'Fantasy', 'The Nutcracker', 'ML'),
(9461, 'Fantasy', 'El Desamor', 'ML'),
(9462, 'Fantasy', 'Butterfly & the Beast', 'ML'),
(9463, 'Fantasy', 'The Lighthouse Keepers', 'ML'),
(9464, 'Fantasy', 'Eternalsoul.org', 'ML'),
(9465, 'Fantasy', '13 Coins', 'ML'),
(9466, 'Fantasy', '60=1', 'ML'),
(9467, 'Fantasy', 'O zivej vode', 'ML'),
(9468, 'Fantasy', 'Superman and the Mole-Men', 'ML'),
(9469, 'Fantasy', 'Emmanuelle Tango', 'ML'),
(9470, 'Fantasy', 'The Life Journey of Water', 'ML'),
(9471, 'Fantasy', 'Passage to Zarahemla', 'ML'),
(9472, 'Fantasy', 'Das Schwarze Auge - Drakensang', 'ML'),
(9473, 'Fantasy', 'Brother Future', 'ML'),
(9474, 'Fantasy', 'Slantzeto i syankata', 'ML'),
(9475, 'Fantasy', 'La pandilla aventurera', 'ML'),
(9476, 'Fantasy', 'Kaiketsu Yanchamaru', 'ML'),
(9477, 'Fantasy', 'Imaginaerum', 'ML'),
(9478, 'Fantasy', 'OO-', 'ML'),
(9479, 'Fantasy', 'Panday Kids', 'ML'),
(9480, 'Fantasy', 'Lords of Doom', 'ML'),
(9481, 'Fantasy', 'Blessed Art Thou', 'ML'),
(9482, 'Fantasy', 'Eraserhead', 'ML'),
(9483, 'Fantasy', 'The Box', 'ML'),
(9484, 'Fantasy', 'Crazy Hands', 'ML'),
(9485, 'Fantasy', 'Shadows at Night', 'ML'),
(9486, 'Fantasy', 'Pulse Pounders', 'ML'),
(9487, 'Fantasy', 'The Modifyers', 'ML'),
(9488, 'Fantasy', '22:22', 'ML'),
(9489, 'Fantasy', 'Mr. Scrooge', 'ML'),
(9490, 'Fantasy', 'Shinigami no hanashi', 'ML'),
(9491, 'Fantasy', 'Urutoraman Zeasu', 'ML'),
(9492, 'Fantasy', 'The Seven Mysteries of Life', 'ML'),
(9493, 'Fantasy', 'The Dirt Bike Kid', 'ML'),
(9494, 'Fantasy', 'Edisons Frankenstein', 'ML'),
(9495, 'Fantasy', 'Home Sweet Homeless', 'ML'),
(9496, 'Fantasy', 'Nageki', 'ML'),
(9497, 'Fantasy', 'Sleepless Beauty', 'ML'),
(9498, 'Fantasy', 'Le Cycle', 'ML'),
(9499, 'Fantasy', 'Santa Claus and His Helpers', 'ML'),
(9500, 'Fantasy', 'The Tale of Peter & Julianne', 'ML'),
(9501, 'Fantasy', 'Ang lihim ni gagamba', 'ML'),
(9502, 'Fantasy', 'Hagane no renkinjutsushi: Tobenai tenshi', 'ML'),
(9503, 'Fantasy', 'The New Cleopatra', 'ML'),
(9504, 'Fantasy', 'Sri Lokanath', 'ML'),
(9505, 'Fantasy', 'Paco and the Wolf', 'ML'),
(9506, 'Fantasy', 'Innsmouth at 9000 ft', 'ML'),
(9507, 'Fantasy', 'Dragonquest', 'ML'),
(9508, 'Fantasy', 'Reflection of the Life', 'ML'),
(9509, 'Fantasy', 'Next Stop Heaven', 'ML'),
(9510, 'Fantasy', 'Ink', 'ML'),
(9511, 'Fantasy', 'Het zwaard van Ardoewaan', 'ML'),
(9512, 'Fantasy', 'The Wheeler of Oz', 'ML'),
(9513, 'Fantasy', 'Fable: Teeth of Beasts', 'ML'),
(9514, 'Fantasy', 'I ungdommens makt', 'ML'),
(9515, 'Fantasy', 'The Walpurgisnacht', 'ML'),
(9516, 'Fantasy', 'Lacrima di Luna', 'ML'),
(9517, 'Fantasy', 'Wheelbarrow Safety', 'ML'),
(9518, 'Fantasy', 'Tales from the Neverending Story: The Beginning', 'ML'),
(9519, 'Fantasy', 'Arthur and the Curse of the Rain Sorceress', 'ML'),
(9520, 'Fantasy', 'The 5th Quadrant', 'ML'),
(9521, 'Fantasy', 'Untitled Erector Set Project', 'ML'),
(9522, 'Fantasy', 'Sati Naag Kanya', 'ML'),
(9523, 'Fantasy', 'Mr. & Mrs. X', 'ML'),
(9524, 'Fantasy', 'Warlords', 'ML'),
(9525, 'Fantasy', 'Skaz pro Fedota-streltsa', 'ML'),
(9526, 'Fantasy', 'Somethings Wrong with Peter', 'ML'),
(9527, 'Fantasy', 'KiKi KaiKai', 'ML'),
(9528, 'Fantasy', 'Primal Man: I Dream of Being Tickled Nude', 'ML'),
(9529, 'Fantasy', 'The Chronicles of Mercury: Episode 1', 'ML'),
(9530, 'Fantasy', 'Whats Your Fantasy?', 'ML'),
(9531, 'Fantasy', 'Jack the Giantkiller', 'ML'),
(9532, 'Fantasy', 'Wu ye lan hua', 'ML'),
(9533, 'Fantasy', 'Chinese Kamasutra - Kamasutra cinese', 'ML'),
(9534, 'Fantasy', 'Terpsichore', 'ML'),
(9535, 'Fantasy', 'Mockingbird Lane', 'ML'),
(9536, 'Fantasy', 'Adventures of Ted & Mark: Greek Odyssey', 'ML'),
(9537, 'Fantasy', 'Light as a Feather, Stiff as a Board', 'ML'),
(9538, 'Fantasy', 'Jennys Dreamland', 'ML'),
(9539, 'Fantasy', 'Captain Cosmic and 2T2', 'ML'),
(9540, 'Fantasy', 'Ruzz et Ben', 'ML'),
(9541, 'Fantasy', 'Outhouse', 'ML'),
(9542, 'Fantasy', 'Duct Tape Twins', 'ML'),
(9543, 'Fantasy', 'Plant Girl', 'ML'),
(9544, 'Fantasy', 'Oh Mammy!', 'ML'),
(9545, 'Fantasy', 'Digital Memory', 'ML'),
(9546, 'Fantasy', 'Fabricia', 'ML'),
(9547, 'Fantasy', 'The Book of Creation', 'ML'),
(9548, 'Fantasy', 'Clube do Riso', 'ML'),
(9549, 'Fantasy', 'The Marvellous World of the Cucu Bird', 'ML'),
(9550, 'Fantasy', 'Sleepy-Time Time 2: No Rest for the Wicked', 'ML'),
(9551, 'Fantasy', 'A Piece of Secret', 'ML'),
(9552, 'Fantasy', 'Toraburu uichizu Neo!', 'ML'),
(9553, 'Fantasy', 'Super to the Heroes', 'ML'),
(9554, 'Fantasy', 'The Tin Woodman of Oz', 'ML'),
(9555, 'Fantasy', 'Through the Promised Land', 'ML'),
(9556, 'Fantasy', 'The Curse of King Tuts Tomb', 'ML'),
(9557, 'Fantasy', 'The Perfect Holiday', 'ML'),
(9558, 'Fantasy', 'Call Me Mrs. Miracle', 'ML'),
(9559, 'Fantasy', 'Look Box', 'ML'),
(9560, 'Fantasy', 'Trombone Trouble', 'ML'),
(9561, 'Fantasy', 'Mon ange', 'ML'),
(9562, 'Fantasy', 'I Take These Men', 'ML'),
(9563, 'Fantasy', 'Letayuschij korabl', 'ML'),
(9564, 'Fantasy', 'Contact Light', 'ML'),
(9565, 'Fantasy', 'Crushed', 'ML'),
(9566, 'Fantasy', 'Johnny Bravo', 'ML'),
(9567, 'Fantasy', 'Tales from the Epic of Kings', 'ML'),
(9568, 'Fantasy', 'Guild Wars 2', 'ML'),
(9569, 'Fantasy', 'Wiz', 'ML'),
(9570, 'Fantasy', 'La reina vampira', 'ML'),
(9571, 'Fantasy', 'Loves Passion', 'ML'),
(9572, 'Fantasy', 'Evergrace II', 'ML'),
(9573, 'Fantasy', 'Seiken densetsu: Legend of Mana', 'ML'),
(9574, 'Fantasy', 'Bloodspell', 'ML'),
(9575, 'Fantasy', 'Ulybka Boga, ili Chisto odesskaya istoriya', 'ML'),
(9576, 'Fantasy', 'Heros Hero', 'ML'),
(9577, 'Fantasy', 'Panta Rei', 'ML'),
(9578, 'Fantasy', 'Nagadevathe', 'ML'),
(9579, 'Fantasy', 'Solah Shukrawar', 'ML'),
(9580, 'Fantasy', 'Forgotten Realms: Icewind Dale - Heart of Winter', 'ML'),
(9581, 'Fantasy', 'Rusichi', 'ML'),
(9582, 'Fantasy', 'Primal Man: Forest Men & Mr. France Jean-Marie Castaing', 'ML'),
(9583, 'Fantasy', 'Stalking Felicia Day: Part 1', 'ML'),
(9584, 'Fantasy', 'The Minotaur Takes a Cigarette Break', 'ML'),
(9585, 'Fantasy', 'Bala II', 'ML'),
(9586, 'Fantasy', 'Yaya`', 'ML'),
(9587, 'Fantasy', 'When I Am King', 'ML'),
(9588, 'Fantasy', 'Iridescence', 'ML'),
(9589, 'Fantasy', 'Moonbeam', 'ML'),
(9590, 'Fantasy', 'Les transmutations imperceptibles', 'ML'),
(9591, 'Documentary', 'London - The Modern Babylon', 'ML'),
(9592, 'Documentary', 'Musical Miracle', 'ML'),
(9593, 'Documentary', 'The Poet Laureate of Radio', 'ML'),
(9594, 'Documentary', 'Rovaniemi All Night Long', 'ML'),
(9595, 'Documentary', 'Mittsommernachtstango', 'ML'),
(9596, 'Documentary', 'Verriegelte Zeit', 'ML'),
(9597, 'Documentary', 'Pinne e arpioni', 'ML'),
(9598, 'Documentary', 'Une grande ferme', 'ML'),
(9599, 'Documentary', 'Near Wild: The Story of the Lindsay Wildlife Museum', 'ML'),
(9600, 'Documentary', 'Glimpses of Kentucky', 'ML'),
(9601, 'Documentary', 'Getting the Knack', 'ML'),
(9602, 'Documentary', 'Voices from the Shadows', 'ML'),
(9603, 'Documentary', 'Truden izbor', 'ML'),
(9604, 'Documentary', 'Nach der Eiszeit', 'ML'),
(9605, 'Documentary', 'The Distant Peak', 'ML'),
(9606, 'Documentary', 'Zar ljubavi', 'ML'),
(9607, 'Documentary', 'Totonel', 'ML'),
(9608, 'Documentary', 'Zijne Majesteiten de koning en de koningin worden op de Grote Markt begroet door 3000 kinderen', 'ML'),
(9609, 'Documentary', 'Schoenmaker, blijf bij uw leest', 'ML'),
(9610, 'Documentary', 'Marions Story', 'ML'),
(9611, 'Documentary', 'The Rubin Method', 'ML'),
(9612, 'Documentary', 'The Prosecutors', 'ML'),
(9613, 'Documentary', 'Katkennut kalpa', 'ML'),
(9614, 'Documentary', 'Sacha et lartificier', 'ML'),
(9615, 'Documentary', 'Hollywood Fun Festival', 'ML'),
(9616, 'Documentary', 'Skippy: Australias First Superstar', 'ML'),
(9617, 'Documentary', 'Hachazos', 'ML'),
(9618, 'Documentary', 'Chinese Returning Home from Vancouver', 'ML'),
(9619, 'Documentary', 'Barbara Walters: 20 Years at ABC', 'ML'),
(9620, 'Documentary', 'The God Who Wasnt There', 'ML'),
(9621, 'Documentary', 'Signs of Our Times', 'ML'),
(9622, 'Documentary', 'La voce naturale - Giving Voice', 'ML'),
(9623, 'Documentary', 'Operation of C-1 Autopilot, Part 2: Setting Up for Bombing', 'ML'),
(9624, 'Documentary', 'Scratching the Surface', 'ML'),
(9625, 'Documentary', 'Symphonie Locass', 'ML'),
(9626, 'Documentary', 'CBC Creative Block', 'ML'),
(9627, 'Documentary', 'Tanbark and Turf', 'ML'),
(9628, 'Documentary', 'Lev Haaretz', 'ML'),
(9629, 'Documentary', 'Masuta tepu: Arai Yumi', 'ML'),
(9630, 'Documentary', 'The Sixth Day', 'ML'),
(9631, 'Documentary', 'Oc Tr', 'ML'),
(9632, 'Documentary', 'Man-Made: The Can', 'ML'),
(9633, 'Documentary', 'Ecole 27', 'ML'),
(9634, 'Documentary', 'Last of the Mississippi Jukes', 'ML'),
(9635, 'Documentary', 'Kortene siger', 'ML'),
(9636, 'Documentary', 'Experience Jimi Hendrix', 'ML'),
(9637, 'Documentary', 'Roah-Roah! Der Schrei der Sehnsucht', 'ML'),
(9638, 'Documentary', 'Interview mit einem Kannibalen', 'ML'),
(9639, 'Documentary', 'On the Trail of Easy Rider: 40 Years On... Still Searching for America', 'ML'),
(9640, 'Documentary', 'The Making of Rinne', 'ML'),
(9641, 'Documentary', 'Merkillinen matkakertomus', 'ML'),
(9642, 'Documentary', 'The Making of Walking with Dinosaurs: The Arena Spectacular 2009', 'ML'),
(9643, 'Documentary', 'The Making of Sophie Scholl - Die letzten Tage', 'ML'),
(9644, 'Documentary', 'Quiet Heroes: Story of a Forgotten Squadron', 'ML'),
(9645, 'Documentary', 'Saliendo Adelante', 'ML'),
(9646, 'Documentary', 'Home Across Lands', 'ML'),
(9647, 'Documentary', 'Sargashteh', 'ML'),
(9648, 'Documentary', 'Florida Fights Back, Resisting the Stolen Election!', 'ML'),
(9649, 'Documentary', 'Die Meisterringer von Schifferstadt', 'ML'),
(9650, 'Documentary', 'Caos', 'ML'),
(9651, 'Documentary', 'Vojtech a Irena H.', 'ML'),
(9652, 'Documentary', 'Sangue e cemento', 'ML'),
(9653, 'Documentary', 'Working Lives: Human Traffic', 'ML'),
(9654, 'Documentary', 'Unterwegs in Sachsen', 'ML'),
(9655, 'Documentary', 'Balloon Fiesta', 'ML'),
(9656, 'Documentary', 'Farm Work', 'ML'),
(9657, 'Documentary', 'Rap Soul of the Streets', 'ML'),
(9658, 'Documentary', 'A Casa dos Mortos', 'ML'),
(9659, 'Documentary', 'Rocket Compulsion', 'ML'),
(9660, 'Documentary', 'Spomenici Srema', 'ML'),
(9661, 'Documentary', 'Megafactories Michelin Tyres', 'ML'),
(9662, 'Documentary', 'Manchester United: Beyond the Promised Land', 'ML'),
(9663, 'Documentary', 'Playboy: No Boys Allowed, 100% Girls 3', 'ML'),
(9664, 'Documentary', 'O Movimento Militar Triunfante', 'ML'),
(9665, 'Documentary', 'TVWWW', 'ML'),
(9666, 'Documentary', 'Psalmi Davidici', 'ML'),
(9667, 'Documentary', 'Spike Likes Movies', 'ML'),
(9668, 'Documentary', 'De La Hoya: A&E Biography', 'ML'),
(9669, 'Documentary', 'Le grand chalet de Balthus', 'ML'),
(9670, 'Documentary', 'Exercise Running Jump II', 'ML'),
(9671, 'Documentary', 'The Death Train', 'ML'),
(9672, 'Documentary', 'Solace: A Windham Hill Collection', 'ML'),
(9673, 'Documentary', 'Look at Life: But Not on Sunday', 'ML'),
(9674, 'Documentary', 'Een Helder labyrint', 'ML'),
(9675, 'Documentary', 'A Verdade Vem do Alto', 'ML'),
(9676, 'Documentary', 'Pobuna u Satoraljaujhelju', 'ML'),
(9677, 'Documentary', 'Watch My Lips', 'ML'),
(9678, 'Documentary', 'Clevelands Screaming!', 'ML'),
(9679, 'Documentary', 'El verbo liquido', 'ML'),
(9680, 'Documentary', 'His Name Was Jason: 30 Years of Friday the 13th', 'ML'),
(9681, 'Documentary', 'The Genius of Charles Darwin', 'ML'),
(9682, 'Documentary', 'A Panther in Africa', 'ML'),
(9683, 'Documentary', 'HGTV: Making of Our Magazine', 'ML'),
(9684, 'Documentary', 'Durga: The Goddess Comes to London', 'ML'),
(9685, 'Documentary', 'Wait Til Next Year: The Saga of the Chicago Cubs', 'ML'),
(9686, 'Documentary', 'Co Hoedeman, Animator', 'ML'),
(9687, 'Documentary', 'The Absolute Truth About Pro Wrestling', 'ML'),
(9688, 'Documentary', 'No Child Left Behind', 'ML'),
(9689, 'Documentary', 'Hey Democrats', 'ML'),
(9690, 'Documentary', 'Arches and Canyonlands: Park BasiX', 'ML'),
(9691, 'Documentary', 'Springwatch', 'ML'),
(9692, 'Documentary', 'Alberta Leaving Trinity Pier', 'ML'),
(9693, 'Documentary', 'En el mar del universo', 'ML'),
(9694, 'Documentary', 'In 500 Words or Less', 'ML'),
(9695, 'Documentary', 'Chinese Restaurants: Song of the Exile', 'ML'),
(9696, 'Documentary', 'Good Ol Freda', 'ML'),
(9697, 'Documentary', 'Train Days', 'ML'),
(9698, 'Documentary', 'Model City', 'ML'),
(9699, 'Documentary', 'Zwischen Welten', 'ML'),
(9700, 'Documentary', 'I Was Made to Love Her', 'ML'),
(9701, 'Documentary', 'The Pinecrest Diaries', 'ML'),
(9702, 'Documentary', 'Hollywood Gold', 'ML'),
(9703, 'Documentary', 'New York 45', 'ML'),
(9704, 'Documentary', 'Monuments to Freedom', 'ML'),
(9705, 'Documentary', 'Mikuro no sekai: Kekkakukin o otte', 'ML'),
(9706, 'Documentary', 'Point, Click, Design', 'ML'),
(9707, 'Documentary', 'All das Licht und Dunkel', 'ML'),
(9708, 'Documentary', 'The Forgotten City', 'ML'),
(9709, 'Documentary', 'Parallel 42', 'ML'),
(9710, 'Documentary', 'Matto Grosso', 'ML'),
(9711, 'Documentary', 'Would you have sex with an Arab?', 'ML'),
(9712, 'Documentary', 'World of Jenks', 'ML'),
(9713, 'Documentary', 'Uomini nellinfinito - Storia dellastronautica', 'ML'),
(9714, 'Documentary', 'BeMdinat Ha-Yehudim', 'ML'),
(9715, 'Documentary', 'Sunset Junction', 'ML'),
(9716, 'Documentary', 'The Deepest Truth of Human Existence', 'ML'),
(9717, 'Documentary', 'Italianamerican', 'ML'),
(9718, 'Documentary', 'We Built This City: London', 'ML'),
(9719, 'Documentary', 'Hunt for the Somali Pirates', 'ML'),
(9720, 'Documentary', 'The Man with the 200lb Tumor', 'ML'),
(9721, 'Documentary', 'Seule, Georgie', 'ML'),
(9722, 'Documentary', 'Swedish Gymnastics at Chautauqua, No. 8', 'ML'),
(9723, 'Documentary', 'Hotel Nacional de Cuba', 'ML'),
(9724, 'Documentary', 'Air Disasters, Vol. 1: The Facts', 'ML'),
(9725, 'Documentary', 'La belgiqkitsch', 'ML'),
(9726, 'Documentary', 'Peisistratos Gouras', 'ML'),
(9727, 'Documentary', 'Aquifero Guarani, Gigante Desconhecido', 'ML'),
(9728, 'Documentary', 'Doctor Who: The Troughton Years', 'ML'),
(9729, 'Documentary', 'Thunder and Reins', 'ML'),
(9730, 'Documentary', 'Periplanomenes notes', 'ML'),
(9731, 'Documentary', 'NBC News: Houston Homicide', 'ML'),
(9732, 'Documentary', 'Rally', 'ML'),
(9733, 'Documentary', 'About Bananas', 'ML'),
(9734, 'Documentary', 'Un giorno in Barbagia', 'ML'),
(9735, 'Documentary', 'O Rei do Karaoke', 'ML'),
(9736, 'Documentary', 'Gennembruddet', 'ML'),
(9737, 'Documentary', 'The Linguists', 'ML'),
(9738, 'Documentary', 'Its a Business Doing Pleasure', 'ML'),
(9739, 'Documentary', 'Memoria de los silenciados: El baile rojo', 'ML'),
(9740, 'Documentary', 'The Space Experience', 'ML'),
(9741, 'Documentary', 'The Human Family Tree', 'ML'),
(9742, 'Documentary', 'Mike Leigh & Lesley Manville on Another Year', 'ML'),
(9743, 'Documentary', 'Eksperimentet Rasmus', 'ML'),
(9744, 'Documentary', 'Il sole non ignora alcun villaggio', 'ML'),
(9745, 'Documentary', 'The Parts That Build the Auto', 'ML'),
(9746, 'Documentary', 'Hiver', 'ML'),
(9747, 'Documentary', 'Waterlight', 'ML'),
(9748, 'Documentary', 'A Beautiful Tragedy', 'ML'),
(9749, 'Documentary', 'Finding the Next Earth', 'ML'),
(9750, 'Documentary', 'Abenteuer Korsika', 'ML'),
(9751, 'Documentary', 'His Holiness the Dalai Lama: Compassion as Source of Happiness', 'ML'),
(9752, 'Documentary', 'Insurgentes', 'ML'),
(9753, 'Documentary', 'Jonas Mekas and the', 'ML'),
(9754, 'Documentary', 'William Hung: Hangin with Hung', 'ML'),
(9755, 'Documentary', 'Taistelu joesta', 'ML'),
(9756, 'Documentary', 'CMT Premieres: Scotty McCreery - The Trouble with Girls', 'ML'),
(9757, 'Documentary', '1985 World Series Home Video: Kansas City Royals vs. St Louis Cardinals', 'ML'),
(9758, 'Documentary', '911: The Bronx', 'ML'),
(9759, 'Documentary', 'Les nomades', 'ML'),
(9760, 'Documentary', 'Beautiful Things', 'ML'),
(9761, 'Documentary', 'Dropping a Ton and Making It Fun!!', 'ML'),
(9762, 'Documentary', 'Volimo te', 'ML'),
(9763, 'Documentary', 'Smiles of Fortune', 'ML'),
(9764, 'Documentary', 'What Teacher Expects: The Self-fulfilling Prophecy', 'ML'),
(9765, 'Documentary', '70-luvun sekahaku', 'ML'),
(9766, 'Documentary', 'Tod und Teufel', 'ML'),
(9767, 'Documentary', 'Barboni', 'ML'),
(9768, 'Documentary', 'Inside the Octagon', 'ML'),
(9769, 'Documentary', 'Farmers Song', 'ML'),
(9770, 'Documentary', '10 Marias: One Year Later', 'ML'),
(9771, 'Documentary', 'Wild Animal ER', 'ML'),
(9772, 'Documentary', 'Russland lesen', 'ML'),
(9773, 'Documentary', 'Being Dorothy', 'ML'),
(9774, 'Documentary', 'Queen Victorias Diamond Jubilee Procession', 'ML'),
(9775, 'Documentary', 'Jacques Cousteau: The First 75 Years', 'ML'),
(9776, 'Documentary', 'Skatteakrobaterne', 'ML'),
(9777, 'Documentary', 'Gorilla Galla', 'ML'),
(9778, 'Documentary', 'Scab Girl Asylum: The Sue Treweek Story', 'ML'),
(9779, 'Documentary', 'Global Viral. Die Virus-Metapher', 'ML'),
(9780, 'Documentary', 'Last Supper for Malthus', 'ML'),
(9781, 'Documentary', 'Naples pittoresque', 'ML'),
(9782, 'Documentary', 'Care of Magical Creatures', 'ML'),
(9783, 'Documentary', 'Thimble Theater', 'ML'),
(9784, 'Documentary', 'Tales of the Contaminated City', 'ML'),
(9785, 'Documentary', 'La sombra del vidrio', 'ML'),
(9786, 'Documentary', 'Ajanta and Ellora', 'ML'),
(9787, 'Documentary', 'Classic Albums: Lou Reed - Transformer', 'ML'),
(9788, 'Documentary', 'Il pensionato', 'ML'),
(9789, 'Documentary', 'I Fridtjof Nansens fodspor over Indlandsisen', 'ML'),
(9790, 'Documentary', 'Aleksandar Bercek - filmska ostvarenja', 'ML'),
(9791, 'Documentary', 'Colour Blind Faith', 'ML'),
(9792, 'Documentary', 'Raise the Bamboo Curtain: Vietnam, Cambodia, and Burma', 'ML'),
(9793, 'Documentary', 'Le fils de lours', 'ML'),
(9794, 'Documentary', 'Depeche Mode: The Videos 86>98', 'ML'),
(9795, 'Documentary', 'Swing In: The Faces Live at the Marquee', 'ML'),
(9796, 'Documentary', 'The Savoy', 'ML'),
(9797, 'Documentary', 'A Feathered Physician', 'ML'),
(9798, 'Documentary', 'Coda: Thirty Years Later', 'ML'),
(9799, 'Documentary', 'Struggle for the Night', 'ML'),
(9800, 'Documentary', 'El tren de la memoria', 'ML'),
(9801, 'Documentary', 'Playboy: Blue Collar Babes', 'ML'),
(9802, 'Documentary', 'Mamaliga te asteapta', 'ML'),
(9803, 'Documentary', 'Freier Fall: Johanna K.', 'ML'),
(9804, 'Documentary', 'Asian Youths', 'ML'),
(9805, 'Documentary', 'Mangualde e Gouveia', 'ML'),
(9806, 'Documentary', 'So singts und klingts in Wismar', 'ML'),
(9807, 'Documentary', 'Inside Base Camp: Mick Davie', 'ML'),
(9808, 'Documentary', 'Anna and the Killer with Caroline Munro', 'ML'),
(9809, 'Documentary', 'Dean Tavoularis, le magicien dHollywood', 'ML'),
(9810, 'Documentary', 'Men of the City', 'ML'),
(9811, 'Documentary', 'Death Is Beautiful: Michele Soavi Directs Dellamorte Dellamore', 'ML'),
(9812, 'Documentary', 'Carrie Jacobs-Bond', 'ML'),
(9813, 'Documentary', 'Running as One', 'ML'),
(9814, 'Documentary', 'Elvis in Concert', 'ML'),
(9815, 'Documentary', 'Ghost Towns of the Old West', 'ML'),
(9816, 'Documentary', 'Both Sides of the Wire', 'ML'),
(9817, 'Documentary', 'Bareback Riding', 'ML'),
(9818, 'Documentary', 'Philippine New Wave: This Is Not a Film Movement', 'ML'),
(9819, 'Documentary', 'FBI contre Hollywood', 'ML'),
(9820, 'Documentary', 'Zigeuner-Leben', 'ML'),
(9821, 'Documentary', 'Almost Ready: The Story of Punk Rock in New Orleans', 'ML'),
(9822, 'Documentary', 'Sopralluoghi in Palestina per il vangelo secondo Matteo', 'ML'),
(9823, 'Documentary', 'Athlete', 'ML'),
(9824, 'Documentary', 'Words for the Dying', 'ML'),
(9825, 'Documentary', 'School of Porpoise', 'ML'),
(9826, 'Documentary', '1997 MTV Movie Awards', 'ML'),
(9827, 'Documentary', '16 Days of Glory', 'ML'),
(9828, 'Documentary', 'The Ground Zero Mosque', 'ML'),
(9829, 'Documentary', 'Rikas Suomi - Vapauden valtakunta', 'ML'),
(9830, 'Documentary', 'Opasni igri', 'ML'),
(9831, 'Documentary', 'Anavasi sto oros Lenin', 'ML'),
(9832, 'Documentary', 'Open and Shut Case', 'ML'),
(9833, 'Documentary', 'The Flintstones 25th Anniversary Celebration', 'ML'),
(9834, 'Documentary', 'The Best of Film Noir', 'ML'),
(9835, 'Documentary', 'Mount Lassen in Action', 'ML'),
(9836, 'Documentary', 'Syghronoi Ellines: Melina Merkouri', 'ML'),
(9837, 'Documentary', 'Spirits of Havana', 'ML'),
(9838, 'Documentary', 'Jeff Keen Films', 'ML'),
(9839, 'Documentary', 'Wiseguys and Beyond: Italian Americans and the Movies', 'ML'),
(9840, 'Documentary', 'Der Kampf der LIP-Arbeiter', 'ML'),
(9841, 'Documentary', 'Babies and Kittens', 'ML'),
(9842, 'Documentary', 'Keeping It Real', 'ML'),
(9843, 'Documentary', 'Creation of the Universe', 'ML'),
(9844, 'Documentary', 'Playboys Casting Calls 12', 'ML'),
(9845, 'Documentary', 'Journey Into Medicine', 'ML'),
(9846, 'Documentary', 'Il paradiso allombre delle spade', 'ML'),
(9847, 'Documentary', 'Indie Truth: An Inquiry Into the Documentary', 'ML'),
(9848, 'Documentary', 'Pozoriste u logoru 1941-1945', 'ML'),
(9849, 'Documentary', 'Hutchinson - Back on Track', 'ML'),
(9850, 'Documentary', 'Chippendales kommer til byen', 'ML'),
(9851, 'Documentary', 'Shakespeare Behind Bars', 'ML'),
(9852, 'Documentary', 'Nation of Exiles', 'ML'),
(9853, 'Documentary', 'Die See ruft', 'ML'),
(9854, 'Documentary', 'Whos Afraid of America?', 'ML'),
(9855, 'Documentary', 'All Eyes On: Justin Timberlake', 'ML'),
(9856, 'Documentary', 'Pop Charts Britannia: 60 Years of the Top 10', 'ML'),
(9857, 'Documentary', 'Die Zweite Republik - Eine unglaubliche Geschichte', 'ML'),
(9858, 'Documentary', 'We Choose to Be Miners', 'ML'),
(9859, 'Documentary', 'Planet Earth: Episode 4', 'ML'),
(9860, 'Documentary', 'Africa Representa', 'ML'),
(9861, 'Documentary', 'Lahaina: Waves of Change', 'ML'),
(9862, 'Documentary', 'One Shot Documentary', 'ML'),
(9863, 'Documentary', 'Marital Fulfillment', 'ML'),
(9864, 'Documentary', 'Dalai Lama - en levende gud', 'ML'),
(9865, 'Documentary', 'Ich spreche Deutsch', 'ML'),
(9866, 'Documentary', 'Topeka Remembers 2004', 'ML'),
(9867, 'Documentary', 'Storks Tug of War', 'ML'),
(9868, 'Documentary', 'My Heart Is My Witness', 'ML'),
(9869, 'Documentary', 'Prins Joachim: Landmandsprinsen', 'ML'),
(9870, 'Documentary', 'British Highlanders Exercising', 'ML'),
(9871, 'Documentary', 'Happy Boys', 'ML'),
(9872, 'Documentary', 'Reflections: Ireland', 'ML'),
(9873, 'Documentary', 'Albion in the Orient', 'ML'),
(9874, 'Documentary', 'Dno piekla', 'ML'),
(9875, 'Documentary', 'Homes Under the Hammer', 'ML'),
(9876, 'Documentary', 'Guitare au poing', 'ML'),
(9877, 'Documentary', 'Dark Planet: Visions of America', 'ML'),
(9878, 'Documentary', 'Just Say It', 'ML'),
(9879, 'Documentary', 'Stompen Ground', 'ML'),
(9880, 'Documentary', 'Palestine', 'ML'),
(9881, 'Documentary', 'Der Zaun', 'ML'),
(9882, 'Documentary', 'Rintamamiehen paluu', 'ML'),
(9883, 'Documentary', 'The Secret World of Antz', 'ML'),
(9884, 'Documentary', 'Coquimboulder', 'ML'),
(9885, 'Documentary', 'Rube Waddell and the Champions Playing Ball with the Boston Team', 'ML'),
(9886, 'Documentary', 'Allos dromos den ypirhe', 'ML'),
(9887, 'Documentary', 'Berlin Penceresi', 'ML'),
(9888, 'Documentary', 'Back to the Sun', 'ML'),
(9889, 'Documentary', 'Lod on the Map!', 'ML'),
(9890, 'Documentary', 'Nordmark voran!', 'ML'),
(9891, 'Documentary', '13 Lakes', 'ML'),
(9892, 'Documentary', 'The Ballad of Big Al', 'ML'),
(9893, 'Documentary', 'The Ballet of Change: London Bridge', 'ML'),
(9894, 'Documentary', 'Verlorene Heimat', 'ML'),
(9895, 'Documentary', 'Being Bucky', 'ML'),
(9896, 'Documentary', 'Sonor', 'ML'),
(9897, 'Documentary', 'Savage Garden: Superstars and Cannonballs: Live and on Tour in Australia', 'ML'),
(9898, 'Documentary', 'Au nord de lhiver', 'ML'),
(9899, 'Documentary', 'Evolution: The Making of Dinotopia', 'ML'),
(9900, 'Documentary', 'Desert Storm: The Victory', 'ML'),
(9901, 'Documentary', 'Pilgrim Days', 'ML'),
(9902, 'Documentary', 'Bountiful Borrego!', 'ML'),
(9903, 'Documentary', 'Gut zu wissen - Dem Alltag auf der Spur', 'ML'),
(9904, 'Documentary', 'Going Places with Lowell Thomas, #38', 'ML'),
(9905, 'Documentary', 'Cuba mia: Retrato de una orquesta de mujeres', 'ML'),
(9906, 'Documentary', 'Orsay', 'ML'),
(9907, 'Documentary', 'Kakerlaken! Ein Erfolgsmodell', 'ML'),
(9908, 'Documentary', 'Delta Dunarii', 'ML'),
(9909, 'Documentary', 'A4DE', 'ML'),
(9910, 'Documentary', 'Fleur et couteau', 'ML'),
(9911, 'Documentary', 'Frau Mercedes', 'ML'),
(9912, 'Documentary', 'Malice or Mutiny: The Koolama Incident', 'ML'),
(9913, 'Documentary', 'Gran Casal, me como el mundo', 'ML'),
(9914, 'Documentary', 'BET Trinidad Carnival Special', 'ML'),
(9915, 'Documentary', 'Tesouro da Juventude', 'ML'),
(9916, 'Documentary', 'Las mujeres de Uraba cuentan', 'ML'),
(9917, 'Documentary', 'Drugs: The Straight Facts', 'ML'),
(9918, 'Documentary', 'Docteur Plastique', 'ML'),
(9919, 'Documentary', 'La valle della Nera', 'ML'),
(9920, 'Documentary', 'The Eagle and the Fawn', 'ML'),
(9921, 'Documentary', 'Painters Painting', 'ML'),
(9922, 'Documentary', 'Bearing Witness: American Soldiers and the Holocaust', 'ML'),
(9923, 'Documentary', 'Girl Jockey', 'ML'),
(9924, 'Documentary', 'Rome 360', 'ML'),
(9925, 'Documentary', 'La primavera del 2002 - LItalia protesta, lItalia si ferma', 'ML'),
(9926, 'Documentary', 'I Love a 1970s Christmas', 'ML'),
(9927, 'Documentary', 'Tula espejo del cielo', 'ML'),
(9928, 'Documentary', 'Sa-ram-eun mu-eot-eu-lo sa-neun-ga', 'ML'),
(9929, 'Documentary', 'Che, Buenos Aires', 'ML'),
(9930, 'Documentary', 'Concierto en llamas', 'ML'),
(9931, 'Documentary', 'Pakistan One on One', 'ML'),
(9932, 'Documentary', 'White House Revealed', 'ML'),
(9933, 'Documentary', 'The Audacity of Democracy', 'ML'),
(9934, 'Documentary', 'Desert Sky', 'ML'),
(9935, 'Documentary', 'How to Play Chess', 'ML'),
(9936, 'Documentary', 'Helloween - High Live', 'ML'),
(9937, 'Documentary', 'Parisienne... Parisiennes', 'ML'),
(9938, 'Documentary', 'Tusind former for frygt', 'ML'),
(9939, 'Documentary', 'How Are You', 'ML'),
(9940, 'Documentary', 'Royal Cortege on Parade', 'ML'),
(9941, 'Documentary', 'Superman: Screen Tests', 'ML'),
(9942, 'Documentary', 'N.A.S.A.: The Spirit of Apollo', 'ML'),
(9943, 'Documentary', 'English Might', 'ML'),
(9944, 'Documentary', 'The Voodoo Man of Heidelberg Street', 'ML'),
(9945, 'Documentary', 'Our Forever Friends', 'ML'),
(9946, 'Documentary', 'The Cigarette Smoking Man Revealed', 'ML'),
(9947, 'Documentary', 'Pizza nostra', 'ML'),
(9948, 'Documentary', 'A Day at Singapore', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(9949, 'Documentary', 'Shake, Rattle and Roll: A Journey with Parkinsons', 'ML'),
(9950, 'Documentary', 'Salvaged Lives', 'ML'),
(9951, 'Documentary', 'I Was Bitten', 'ML'),
(9952, 'Documentary', 'Market Scene in Corea', 'ML'),
(9953, 'Documentary', 'Na sneznim vrhovima', 'ML'),
(9954, 'Documentary', 'Down the Rhodes: The Fender Rhodes Story', 'ML'),
(9955, 'Documentary', 'The Thames', 'ML'),
(9956, 'Documentary', 'Acapulco Black Film Festival', 'ML'),
(9957, 'Documentary', 'Paradise Garden: Howard Finsters Legacy', 'ML'),
(9958, 'Documentary', 'Fringe: Access All Areas', 'ML'),
(9959, 'Documentary', 'Moving Pictures: J G Ballard', 'ML'),
(9960, 'Documentary', 'Tim Easton: Special 20', 'ML'),
(9961, 'Documentary', 'The Tundra Book: A Tale of Vukvukai, The Little Rock.', 'ML'),
(9962, 'Documentary', 'Begierde und Sehnsucht - Arthur Schnitzler', 'ML'),
(9963, 'Documentary', 'Encuentro en Carabanchel', 'ML'),
(9964, 'Documentary', 'Law School', 'ML'),
(9965, 'Documentary', 'Canadas Atom Goes to Work', 'ML'),
(9966, 'Documentary', 'Slavegirls', 'ML'),
(9967, 'Documentary', 'The Unseen: Introduction by Doug Barr and Stephen Furst', 'ML'),
(9968, 'Documentary', 'At My Doorstep', 'ML'),
(9969, 'Documentary', 'The Restorers', 'ML'),
(9970, 'Documentary', 'Intimacies', 'ML'),
(9971, 'Documentary', 'Woodland Haunting: A True Ghost Story', 'ML'),
(9972, 'Documentary', 'Toro si te', 'ML'),
(9973, 'Documentary', 'Great National Parks of Australia', 'ML'),
(9974, 'Documentary', 'Desenvolvimento de Obras', 'ML'),
(9975, 'Documentary', 'Flug 007 Bangkok', 'ML'),
(9976, 'Documentary', 'March Point', 'ML'),
(9977, 'Documentary', 'Basic Autopsy Procedure', 'ML'),
(9978, 'Documentary', 'Road to Sturgis', 'ML'),
(9979, 'Documentary', 'Search for the HMS Sylph', 'ML'),
(9980, 'Documentary', 'Somalia: Gheledi', 'ML'),
(9981, 'Documentary', 'One on One with David Frost: George Bush - A Presidents Story', 'ML'),
(9982, 'Documentary', 'Indian Market First Edition Stories', 'ML'),
(9983, 'Documentary', 'Secluded Grandeur', 'ML'),
(9984, 'Documentary', 'Suomi-karjan antibioottikuuri', 'ML'),
(9985, 'Documentary', 'Hubertusjagd, Sevilla', 'ML'),
(9986, 'Documentary', 'Chickenfoot: Get Your Buzz on Live', 'ML'),
(9987, 'Documentary', 'Kunsten at improvisere', 'ML'),
(9988, 'Documentary', 'Kouchibouguac', 'ML'),
(9989, 'Documentary', 'One Week: Marvelous Toys', 'ML'),
(9990, 'Documentary', 'Blur: Starshaped', 'ML'),
(9991, 'Documentary', 'Hafners Paradies', 'ML'),
(9992, 'Documentary', 'Temprano el sol', 'ML'),
(9993, 'Documentary', 'New Found Glory: The Story So Far', 'ML'),
(9994, 'Documentary', 'Children of the Crocodile', 'ML'),
(9995, 'Documentary', 'Like Water', 'ML'),
(9996, 'Documentary', 'Trieste to Porto Rose, Austria', 'ML'),
(9997, 'Documentary', 'Ndim Ndim', 'ML'),
(9998, 'Documentary', 'Climate Change at Hallett Cove', 'ML'),
(9999, 'Documentary', 'The Sage of Roxbury', 'ML'),
(10000, 'Documentary', 'Though the Heavens Fall: 100 Years of the BC Court of Appeal', 'ML'),
(10001, 'Documentary', 'Jackson Browne Live', 'ML'),
(10002, 'Documentary', 'Round Up: Deposing The Usual Suspects', 'ML'),
(10003, 'Documentary', 'Tata, I Love You', 'ML'),
(10004, 'Documentary', 'Was hab i in Hawaii verloren', 'ML'),
(10005, 'Documentary', 'Targeting Bin Laden', 'ML'),
(10006, 'Documentary', 'Neshoba', 'ML'),
(10007, 'Documentary', 'Unos cuantos millones de ratas', 'ML'),
(10008, 'Documentary', 'X FIFA World Cup 1974', 'ML'),
(10009, 'Documentary', 'NY TV: By the People Who Made It - Part I & II', 'ML'),
(10010, 'Documentary', 'The Invisible Frame', 'ML'),
(10011, 'Documentary', 'To Kill and Kill Again', 'ML'),
(10012, 'Documentary', 'In New Madrid', 'ML'),
(10013, 'Documentary', 'Nederlandse Beeldhouwkunst tijdens de late Middeleeuwen', 'ML'),
(10014, 'Documentary', 'The Endless Summer Revisited', 'ML'),
(10015, 'Documentary', 'Sketches of Myahk', 'ML'),
(10016, 'Documentary', 'Twin Peaks/Cop Rock: Behind the Scenes', 'ML'),
(10017, 'Documentary', 'Driving with Jimmy', 'ML'),
(10018, 'Documentary', 'Hijacked Future', 'ML'),
(10019, 'Documentary', 'Mysteries of the Bible', 'ML'),
(10020, 'Documentary', 'Keywords', 'ML'),
(10021, 'Documentary', 'Valentinos Ghost', 'ML'),
(10022, 'Documentary', 'Hot Body International #1: Miss Cancun', 'ML'),
(10023, 'Documentary', 'Sinnlich intensiv - Hermann Nitsch', 'ML'),
(10024, 'Documentary', 'Look at Life: Holiday Camps', 'ML'),
(10025, 'Documentary', 'Screen Snapshots, Series 3, No. 13', 'ML'),
(10026, 'Documentary', 'Mission Everest: A Tale of Two Brothers', 'ML'),
(10027, 'Documentary', 'Opus 40: The Master-Work of Environmental Artist Harvey Fite', 'ML'),
(10028, 'Documentary', 'Deckname Schlier', 'ML'),
(10029, 'Documentary', 'Makarios: A Rising Tide', 'ML'),
(10030, 'Documentary', 'Pesma za pesmu', 'ML'),
(10031, 'Documentary', 'A Hard Days Night', 'ML'),
(10032, 'Documentary', 'Unholy Ground', 'ML'),
(10033, 'Documentary', 'Good: Coal', 'ML'),
(10034, 'Documentary', 'The Color of Oil', 'ML'),
(10035, 'Documentary', 'Pour vous servir', 'ML'),
(10036, 'Documentary', 'Broken Hearts, Electric Shocks', 'ML'),
(10037, 'Documentary', 'The Pursuit of Excellence', 'ML'),
(10038, 'Documentary', 'Alwyn', 'ML'),
(10039, 'Documentary', 'Space Connection', 'ML'),
(10040, 'Documentary', 'The Body Human: Facts for Boys', 'ML'),
(10041, 'Documentary', 'Ikuska 4', 'ML'),
(10042, 'Documentary', 'Audition: Barbara Walters Journey', 'ML'),
(10043, 'Documentary', 'Big Bear Week', 'ML'),
(10044, 'Documentary', 'The Mushroom Club', 'ML'),
(10045, 'Documentary', 'Irenes Survivors: The Schoharie Story', 'ML'),
(10046, 'Documentary', 'Heres My Question: Where Does My Garbage Go?', 'ML'),
(10047, 'Documentary', 'The Listening Project', 'ML'),
(10048, 'Documentary', 'En La Caliente', 'ML'),
(10049, 'Documentary', 'WWE Legends: Greatest Wrestling Stars of the 80s', 'ML'),
(10050, 'Documentary', 'Marinha de Guerra Portuguesa', 'ML'),
(10051, 'Documentary', 'Dao Lu', 'ML'),
(10052, 'Documentary', 'Led Zeppelin: Physical Graffiti - A Classic Album Under Review', 'ML'),
(10053, 'Documentary', 'The Miracle of the First Christmas', 'ML'),
(10054, 'Documentary', 'Pentti Saarikoski - raportti runoilijasta', 'ML'),
(10055, 'Documentary', 'Lit: All Access', 'ML'),
(10056, 'Documentary', 'Un viaggio nellOlimpo', 'ML'),
(10057, 'Documentary', 'View from the Bridge: Stories from Kosovo', 'ML'),
(10058, 'Documentary', 'India by Song', 'ML'),
(10059, 'Documentary', 'Baby Pandas First Year', 'ML'),
(10060, 'Documentary', 'The Secret Government: The Constitution in Crisis', 'ML'),
(10061, 'Documentary', 'Branko Krsmanovic', 'ML'),
(10062, 'Documentary', 'Inventing L.A.: The Chandlers and Their Times', 'ML'),
(10063, 'Documentary', 'Malta George Cross', 'ML'),
(10064, 'Documentary', 'Rat se dugo sveti', 'ML'),
(10065, 'Documentary', 'Stylizing Spidey', 'ML'),
(10066, 'Documentary', 'Silo', 'ML'),
(10067, 'Documentary', 'Savvy', 'ML'),
(10068, 'Documentary', 'The Real Merlin & Arthur', 'ML'),
(10069, 'Documentary', 'Citizen Potts', 'ML'),
(10070, 'Documentary', 'Irgendwo da unten - Ein Jahr 1. Liga', 'ML'),
(10071, 'Documentary', 'Hotel California: LA from The Byrds to The Eagles', 'ML'),
(10072, 'Documentary', 'Path of Anna', 'ML'),
(10073, 'Documentary', 'Azbuka na nadejdata', 'ML'),
(10074, 'Documentary', 'Epohes kai sygrafeis', 'ML'),
(10075, 'Documentary', 'Lacrimosa - Lichtjahre', 'ML'),
(10076, 'Documentary', 'Espoir, vertu desclave', 'ML'),
(10077, 'Documentary', 'You Got to Move', 'ML'),
(10078, 'Documentary', 'Le messager de lHimalaya', 'ML'),
(10079, 'Documentary', 'Our Kinda Talk: An Introduction to Margaret Laurence', 'ML'),
(10080, 'Documentary', 'Earth Made of Glass', 'ML'),
(10081, 'Documentary', 'Khak e Todjikiston', 'ML'),
(10082, 'Documentary', 'Us Welcome, Us Go Home', 'ML'),
(10083, 'Documentary', 'Il cammino degli eroi', 'ML'),
(10084, 'Documentary', 'Outwitting Time', 'ML'),
(10085, 'Documentary', 'Hoopeston', 'ML'),
(10086, 'Documentary', 'Ayudhya, Siam', 'ML'),
(10087, 'Documentary', 'Turn Up the Volume 1', 'ML'),
(10088, 'Documentary', 'The Stars of Star Wars: Interviews from the Cast', 'ML'),
(10089, 'Documentary', 'Earth Report 2008', 'ML'),
(10090, 'Documentary', 'Voor een bewoonbare omgeving', 'ML'),
(10091, 'Documentary', 'Viatjants', 'ML'),
(10092, 'Documentary', 'Met Eigen Kracht', 'ML'),
(10093, 'Documentary', 'The Mountain Runners', 'ML'),
(10094, 'Documentary', 'Mel Gibson: Gods Lethal Weapon', 'ML'),
(10095, 'Documentary', 'The Making of Killer Klowns', 'ML'),
(10096, 'Documentary', 'Prinzessinnenbad', 'ML'),
(10097, 'Documentary', 'Keine verlorene Zeit', 'ML'),
(10098, 'Documentary', 'Searching for Sense', 'ML'),
(10099, 'Documentary', 'A Neighborhood of Raingardens', 'ML'),
(10100, 'Documentary', 'Chrusniak... Ballada o chlopcach z Balut', 'ML'),
(10101, 'Documentary', 'Shin onna onna onna monogatari', 'ML'),
(10102, 'Documentary', 'After a Rescue at Sea', 'ML'),
(10103, 'Documentary', 'Crescent Heights', 'ML'),
(10104, 'Documentary', 'The Life of an American Ambassador: The Netherlands', 'ML'),
(10105, 'Documentary', 'Mole in the Ground: The Story of Phillip Roebuck and His One Man Band', 'ML'),
(10106, 'Documentary', 'Americas Greatest Otaku', 'ML'),
(10107, 'Documentary', 'Gods Dominion: Shepherds to the Flock', 'ML'),
(10108, 'Documentary', 'Life on a Wire', 'ML'),
(10109, 'Documentary', 'Le taxi Cormier', 'ML'),
(10110, 'Documentary', 'A Perilous Proceeding', 'ML'),
(10111, 'Documentary', 'Dig!', 'ML'),
(10112, 'Documentary', 'Il leone di Orvieto', 'ML'),
(10113, 'Documentary', 'Tatlacatl', 'ML'),
(10114, 'Documentary', 'A Trip to Madeira', 'ML'),
(10115, 'Documentary', 'Cruising with Neil', 'ML'),
(10116, 'Documentary', 'Industrial Abseiler', 'ML'),
(10117, 'Documentary', 'Every Everything: The Music, Life & Times of Grant Hart', 'ML'),
(10118, 'Documentary', 'Douglas Byrne: Freelance Journalist', 'ML'),
(10119, 'Documentary', 'Obedska bara', 'ML'),
(10120, 'Documentary', 'Steve Allens 75th Birthday Celebration', 'ML'),
(10121, 'Documentary', 'Tchinhango', 'ML'),
(10122, 'Documentary', 'Star Boulevard', 'ML'),
(10123, 'Documentary', 'Fit as a Fiddle', 'ML'),
(10124, 'Documentary', 'Imagining Hamlet', 'ML'),
(10125, 'Documentary', 'History of Football: The Beautiful Game', 'ML'),
(10126, 'Documentary', 'Electric Heart: Don Ellis', 'ML'),
(10127, 'Documentary', 'America pagana', 'ML'),
(10128, 'Documentary', 'Behind the Couch: The Making of Frasier', 'ML'),
(10129, 'Documentary', 'Disrupted Divas; Conflicting Pathways', 'ML'),
(10130, 'Documentary', 'Fire Walkers of Bega', 'ML'),
(10131, 'Documentary', 'A Cavalry Manoeuvre', 'ML'),
(10132, 'Documentary', 'Call of Story', 'ML'),
(10133, 'Documentary', 'Cork n Bottle String Band: The Kens Bar Story', 'ML'),
(10134, 'Documentary', 'The Albion Disaster', 'ML'),
(10135, 'Documentary', 'Cuadro a cuadro', 'ML'),
(10136, 'Documentary', 'Scenes from Paper Wheat', 'ML'),
(10137, 'Documentary', 'Ni locas, ni terroristas', 'ML'),
(10138, 'Documentary', 'Gaza Strip', 'ML'),
(10139, 'Documentary', 'Cocaine Prison', 'ML'),
(10140, 'Documentary', 'Children of Enlightenment', 'ML'),
(10141, 'Documentary', 'Laikes zografies sti thalassa', 'ML'),
(10142, 'Documentary', 'Lethal Medicine', 'ML'),
(10143, 'Documentary', 'The Bushman of San Francisco', 'ML'),
(10144, 'Documentary', 'Miracle on 42nd Street', 'ML'),
(10145, 'Documentary', 'The Beholder: Beauty Through the Eyes of April Mitchell', 'ML'),
(10146, 'Documentary', 'Motown Gold from The Ed Sullivan Show', 'ML'),
(10147, 'Documentary', 'These Two Hands', 'ML'),
(10148, 'Documentary', 'Trout Fishing, Landing Three Pounder', 'ML'),
(10149, 'Documentary', 'El paciente interno', 'ML'),
(10150, 'Documentary', 'Speak Out: I Had an Abortion', 'ML'),
(10151, 'Documentary', 'To Banish the Darkness', 'ML'),
(10152, 'Documentary', 'John Lurie and the Lounge Lizards Live in Berlin', 'ML'),
(10153, 'Documentary', 'In the Silver Country', 'ML'),
(10154, 'Documentary', 'The Virgin Trade: Sex, Lies and Trafficking', 'ML'),
(10155, 'Documentary', 'The Murder of JFK: Confession of an Assassin', 'ML'),
(10156, 'Documentary', 'Another Opening, Another Show: The Town Players of New Canaan', 'ML'),
(10157, 'Documentary', 'Steal This Film', 'ML'),
(10158, 'Documentary', 'Mia tainia, mia zoi', 'ML'),
(10159, 'Documentary', 'Make-Up!: The Art and Form with Michael Westmore', 'ML'),
(10160, 'Documentary', 'The Cry of a Hurting World... Im Hungry!', 'ML'),
(10161, 'Documentary', 'The Last Customer', 'ML'),
(10162, 'Documentary', 'Der Weg nach Alem Katema', 'ML'),
(10163, 'Documentary', 'Hollywood Spies on Spies', 'ML'),
(10164, 'Documentary', 'Besser Essen - Leben leicht gemacht', 'ML'),
(10165, 'Documentary', 'Birju Maharaj', 'ML'),
(10166, 'Documentary', 'Vertige dune rencontre', 'ML'),
(10167, 'Documentary', 'Sharon Amrani: Remember His Name', 'ML'),
(10168, 'Documentary', 'Castells', 'ML'),
(10169, 'Documentary', 'The Truth Behind the Moon Landings', 'ML'),
(10170, 'Documentary', 'Screen Snapshots, Series 14, No. 3', 'ML'),
(10171, 'Documentary', 'Beauty & the Beast: The Ugly Face of Prejudice', 'ML'),
(10172, 'Documentary', 'Mars Rising', 'ML'),
(10173, 'Documentary', 'Taking 5: On Set with Devon and Lincoln', 'ML'),
(10174, 'Documentary', 'G.I. Joe: The Ernie Pyle Story', 'ML'),
(10175, 'Documentary', 'City of Lost Angels', 'ML'),
(10176, 'Documentary', 'At Home with the Heron', 'ML'),
(10177, 'Documentary', 'The Wages of Spin', 'ML'),
(10178, 'Documentary', 'Dhaulagiri 8.172 metres. La muntanya de les tempestes', 'ML'),
(10179, 'Documentary', 'A Run by the Berlin Fire Department', 'ML'),
(10180, 'Documentary', 'Shattering the Myth of Aging: Senior Games Celebrate Healthy Lifestyles, Competition and Community', 'ML'),
(10181, 'Documentary', '10 Hours to Murder', 'ML'),
(10182, 'Documentary', 'Covjek kojeg nema', 'ML'),
(10183, 'Documentary', 'Broeni dni', 'ML'),
(10184, 'Documentary', 'Thinking Aloud', 'ML'),
(10185, 'Documentary', '100 Greatest Dance Songs of Rock & Roll', 'ML'),
(10186, 'Documentary', 'Promenade Scene', 'ML'),
(10187, 'Documentary', 'Daichi no chikara o warera ni: Shigen kairou no chousen', 'ML'),
(10188, 'Documentary', 'On the Line: Dissent in an Age of Terrorism', 'ML'),
(10189, 'Documentary', 'On Tour with NIAYH', 'ML'),
(10190, 'Documentary', 'Cotton Club Girl', 'ML'),
(10191, 'Documentary', 'The Pigeon Interviews', 'ML'),
(10192, 'Documentary', 'Maurice Maeterlinck', 'ML'),
(10193, 'Documentary', 'Cranko at Work', 'ML'),
(10194, 'Documentary', 'Luba: Between the Earth & Sky', 'ML'),
(10195, 'Documentary', 'Balkanski urotzi po istoriya', 'ML'),
(10196, 'Documentary', 'The Kingdom of Coal', 'ML'),
(10197, 'Documentary', 'Holi-days', 'ML'),
(10198, 'Documentary', 'Happy SAHD', 'ML'),
(10199, 'Documentary', 'Illustrerat samtal med professor Lars Kristiansson', 'ML'),
(10200, 'Documentary', 'The Overland Limited Passing Witch Rocks', 'ML'),
(10201, 'Documentary', 'Dumping Iron Ore', 'ML'),
(10202, 'Documentary', 'Lyhyt muisti', 'ML'),
(10203, 'Documentary', 'Rx for Survival: A Global Health Challenge', 'ML'),
(10204, 'Documentary', 'Black Picket Fence', 'ML'),
(10205, 'Documentary', 'Road to the Reich', 'ML'),
(10206, 'Documentary', 'Playboy Video Centerfold: Playmate of the Year Heather Kozar', 'ML'),
(10207, 'Documentary', 'The Glow of White Women', 'ML'),
(10208, 'Documentary', 'Squatching', 'ML'),
(10209, 'Documentary', 'The Shepherds of Berneray', 'ML'),
(10210, 'Documentary', 'Maiwei haiwei', 'ML'),
(10211, 'Documentary', 'Playboy: Jenny McCarthy, the Playboy Years', 'ML'),
(10212, 'Documentary', 'The Highland Fling', 'ML'),
(10213, 'Documentary', 'Too Pretty to Die', 'ML'),
(10214, 'Documentary', 'Earth Turns to Gold', 'ML'),
(10215, 'Documentary', 'Ogen - blikken in Brussel', 'ML'),
(10216, 'Documentary', 'A Sentence for Two', 'ML'),
(10217, 'Documentary', 'Behind the Chutes', 'ML'),
(10218, 'Documentary', 'Samantha Brown: Passport to China', 'ML'),
(10219, 'Documentary', 'Hazan wo tadoru tabi', 'ML'),
(10220, 'Documentary', 'The Making of Sleeping Beauty', 'ML'),
(10221, 'Documentary', 'Men on Wheels', 'ML'),
(10222, 'Documentary', 'Best of Biggin Hill', 'ML'),
(10223, 'Documentary', 'La vita a Tripoli', 'ML'),
(10224, 'Documentary', 'A Large Haul of Fish', 'ML'),
(10225, 'Documentary', 'Schlegl sucht die Wahrheit', 'ML'),
(10226, 'Documentary', 'Partners in Crime', 'ML'),
(10227, 'Documentary', 'Making of In Hell', 'ML'),
(10228, 'Documentary', 'Latin Women Beat in California', 'ML'),
(10229, 'Documentary', 'Inside Scientology', 'ML'),
(10230, 'Documentary', 'Jenny Craig Walk Your Way: The Brisk Walk with Leslie Sansone', 'ML'),
(10231, 'Documentary', 'Over: Hawaii', 'ML'),
(10232, 'Documentary', 'A Decent Factory', 'ML'),
(10233, 'Documentary', 'Nomaden in der Mongolei', 'ML'),
(10234, 'Documentary', 'Altar of Heaven, Pekin, China', 'ML'),
(10235, 'Documentary', 'Some Difficulties in Alpine Climbing', 'ML'),
(10236, 'Documentary', 'Meguru', 'ML'),
(10237, 'Documentary', 'Emiliano Zapata', 'ML'),
(10238, 'Documentary', 'Lentrata dellesposizione di Torino', 'ML'),
(10239, 'Documentary', 'TV service', 'ML'),
(10240, 'Documentary', 'Addicted in Afghanistan', 'ML'),
(10241, 'Documentary', 'Argentine Fox Hunt', 'ML'),
(10242, 'Documentary', 'Die Sache mit Danielle', 'ML'),
(10243, 'Documentary', 'Shivas Disciples', 'ML'),
(10244, 'Documentary', 'Escort', 'ML'),
(10245, 'Documentary', 'Het spoor van de mummie', 'ML'),
(10246, 'Documentary', 'Anamniseis apo tin Ellada', 'ML'),
(10247, 'Documentary', 'The Art Institute: A Self-Portrait', 'ML'),
(10248, 'Documentary', 'Cigarette Enjoyed by Chinese Girls', 'ML'),
(10249, 'Documentary', 'An Adventure to Remember', 'ML'),
(10250, 'Documentary', 'Partizanske kolone', 'ML'),
(10251, 'Documentary', 'Arrival and Operation of Fire Escape', 'ML'),
(10252, 'Documentary', 'Shooting War', 'ML'),
(10253, 'Documentary', 'I bambini non lo sanno', 'ML'),
(10254, 'Documentary', 'The Chimps a Champ: The Making of a Star Hockey Player', 'ML'),
(10255, 'Documentary', 'Tous... pour la musique', 'ML'),
(10256, 'Documentary', 'Sex Addict', 'ML'),
(10257, 'Documentary', 'Vietnam Recall', 'ML'),
(10258, 'Documentary', 'Rolling Like a Stone', 'ML'),
(10259, 'Documentary', 'Love Crimes of Kabul', 'ML'),
(10260, 'Documentary', 'Michelangelo, Restored', 'ML'),
(10261, 'Documentary', 'Blind Guardian: Imaginations Through the Looking Glass', 'ML'),
(10262, 'Documentary', 'Northern Lights: The Canadian UFO Experience', 'ML'),
(10263, 'Documentary', 'Water and a City', 'ML'),
(10264, 'Documentary', 'Blijde intrede van de koning en de koningin', 'ML'),
(10265, 'Documentary', 'Stous orizontes tou mythou', 'ML'),
(10266, 'Documentary', 'Gracias a la vida', 'ML'),
(10267, 'Documentary', 'Witnessing Headlines', 'ML'),
(10268, 'Documentary', 'Around the Country', 'ML'),
(10269, 'Documentary', 'The Immigration Experience, Part 1', 'ML'),
(10270, 'Documentary', '107 mal', 'ML'),
(10271, 'Documentary', 'The Boy David', 'ML'),
(10272, 'Documentary', 'Yonge Street: Toronto Rock & Roll Stories', 'ML'),
(10273, 'Documentary', 'People Traps', 'ML'),
(10274, 'Documentary', 'French Alpine Manoeuvres', 'ML'),
(10275, 'Documentary', 'Hoarding: Buried Alive Update Special', 'ML'),
(10276, 'Documentary', 'Danmarks konge, Christian den Tiende', 'ML'),
(10277, 'Documentary', 'Procession of the Species', 'ML'),
(10278, 'Documentary', 'Chief Neeley Reports to the Nation', 'ML'),
(10279, 'Documentary', 'Ausable Chasm', 'ML'),
(10280, 'Documentary', 'Zurawie', 'ML'),
(10281, 'Documentary', 'Dont Pave Main Street: Carmels Heritage', 'ML'),
(10282, 'Documentary', 'Boys Free Public Baths', 'ML'),
(10283, 'Documentary', 'Away with Words', 'ML'),
(10284, 'Documentary', 'La nueva escuela', 'ML'),
(10285, 'Documentary', 'Beckett on the Liffey', 'ML'),
(10286, 'Documentary', 'A Tour of the West', 'ML'),
(10287, 'Documentary', 'Wrongful Death: Hattori vs. Peairs', 'ML'),
(10288, 'Documentary', 'AFP: Australian Federal Police', 'ML'),
(10289, 'Documentary', 'Vostodvacet', 'ML'),
(10290, 'Documentary', 'Structured Light', 'ML'),
(10291, 'Documentary', 'Io ricordo', 'ML'),
(10292, 'Documentary', 'The Who: Whos Better Whos Best', 'ML'),
(10293, 'Documentary', 'National Parks New Zealand Fiordland', 'ML'),
(10294, 'Documentary', 'National Sacrifice Zone: Colorado and the Cost of Energy Independence', 'ML'),
(10295, 'Documentary', 'Prouza a Priessnitz', 'ML'),
(10296, 'Documentary', 'Wild View: A Journey to a Wondrous World', 'ML'),
(10297, 'Documentary', 'La Cuba De Fidel', 'ML'),
(10298, 'Documentary', 'Snapshots of a Village', 'ML'),
(10299, 'Documentary', 'Talk About the Business: William Schallert on Douglas Sirks The Tarnished Angels', 'ML'),
(10300, 'Documentary', 'Traders Dreams - Eine Reise in die Ebay-Welt', 'ML'),
(10301, 'Documentary', 'Filmes Sobre Pelotas', 'ML'),
(10302, 'Documentary', 'Obshiy Yizik', 'ML'),
(10303, 'Documentary', 'Lalo Guerrero: The Original Chicano', 'ML'),
(10304, 'Documentary', 'La scuola di cavalleria Tor di Quinto', 'ML'),
(10305, 'Documentary', 'Primitive London', 'ML'),
(10306, 'Documentary', 'La marcha', 'ML'),
(10307, 'Documentary', 'Timeless Wisdom: Being the Knowing', 'ML'),
(10308, 'Documentary', 'Heart Like a Hand Grenade', 'ML'),
(10309, 'Documentary', 'Rocking the Foundations', 'ML'),
(10310, 'Documentary', 'Effets de mer sur les rochers', 'ML'),
(10311, 'Documentary', 'Intimidad', 'ML'),
(10312, 'Documentary', 'Saving Carren', 'ML'),
(10313, 'Documentary', 'Das Fukuoka Dokument', 'ML'),
(10314, 'Documentary', 'Banks and Credit', 'ML'),
(10315, 'Documentary', 'Paul Davies: The Big Questions', 'ML'),
(10316, 'Documentary', 'Like Other People', 'ML'),
(10317, 'Documentary', 'Graines que la mer emporte', 'ML'),
(10318, 'Documentary', 'Drawing Conclusions: Editorial Cartoonists Consider Hillary Rodham Clinton', 'ML'),
(10319, 'Documentary', 'Between the Curbs', 'ML'),
(10320, 'Documentary', 'The Truth About Beauty', 'ML'),
(10321, 'Documentary', 'Waking Shakespeares Keeper', 'ML'),
(10322, 'Documentary', 'Fronto linija', 'ML'),
(10323, 'Documentary', 'Auf allen Meeren', 'ML'),
(10324, 'Documentary', 'Le tournage de La doublure', 'ML'),
(10325, 'Documentary', 'Judgment Day: Should the Guilty Go Free', 'ML'),
(10326, 'Documentary', 'Los que si y los que no', 'ML'),
(10327, 'Documentary', 'Mehr als ein Spiel', 'ML'),
(10328, 'Documentary', 'Woman Speaks: Volume 1, No. 3', 'ML'),
(10329, 'Documentary', 'Winged Seduction: Birds of Paradise', 'ML'),
(10330, 'Documentary', 'Tamar: Source to Sound', 'ML'),
(10331, 'Documentary', 'Potigai Malai, la dimora degli dei', 'ML'),
(10332, 'Documentary', 'The Spirit Hunters', 'ML'),
(10333, 'Documentary', 'Masters of Hardcore: The Underground Vendetta', 'ML'),
(10334, 'Documentary', 'La bella epoca', 'ML'),
(10335, 'Documentary', 'Alejandro, brazo fuerte y jardinero', 'ML'),
(10336, 'Documentary', 'Time Team Digs', 'ML'),
(10337, 'Documentary', 'Some Do It for Money, Some Do It for Fun', 'ML'),
(10338, 'Documentary', 'About Men', 'ML'),
(10339, 'Documentary', 'Ricardo Franco: reencuentro', 'ML'),
(10340, 'Documentary', 'I Care: A Documentary About Independent Living', 'ML'),
(10341, 'Documentary', 'Prvi maj 1950 godine', 'ML'),
(10342, 'Documentary', 'Official 2012 World Series Film', 'ML'),
(10343, 'Documentary', 'Treatment Centre', 'ML'),
(10344, 'Documentary', 'La redenzione', 'ML'),
(10345, 'Documentary', 'Deconstructing Precog Visions', 'ML'),
(10346, 'Documentary', 'Beyond Kokoda', 'ML'),
(10347, 'Documentary', 'Travels with Pevsner', 'ML'),
(10348, 'Documentary', 'Zolang er scheepsbouwers zingen', 'ML'),
(10349, 'Documentary', 'Hotel Ground Zero', 'ML'),
(10350, 'Documentary', 'The Clowns Son', 'ML'),
(10351, 'Documentary', 'The End of America', 'ML'),
(10352, 'Documentary', 'Kumbha Mela', 'ML'),
(10353, 'Documentary', 'El sonido del silencio', 'ML'),
(10354, 'Documentary', 'Unidos por el Kimono', 'ML'),
(10355, 'Documentary', 'Heroes of Comedy: Women on Top', 'ML'),
(10356, 'Documentary', 'Logging in Maine', 'ML'),
(10357, 'Documentary', 'Kampfplatz Natur', 'ML'),
(10358, 'Documentary', 'Strippan', 'ML'),
(10359, 'Documentary', 'Vida extra', 'ML'),
(10360, 'Documentary', 'Le pharmacien de garde: Making of', 'ML'),
(10361, 'Documentary', 'Craig Goes Mad in Melbourne', 'ML'),
(10362, 'Documentary', 'Finding Billy', 'ML'),
(10363, 'Documentary', 'Jeannot le fou', 'ML'),
(10364, 'Documentary', 'Piloten im Pyjama', 'ML'),
(10365, 'Documentary', 'Its So Audrey! A Style Icon', 'ML'),
(10366, 'Documentary', 'The Dirt Detective', 'ML'),
(10367, 'Documentary', 'Lung Neaw Visits His Neighbours', 'ML'),
(10368, 'Documentary', 'Rock Bottom: Gay Men & Meth', 'ML'),
(10369, 'Documentary', 'Nach dem Krieg', 'ML'),
(10370, 'Documentary', 'Lawrence of Arabia: The Battle for the Arab World', 'ML'),
(10371, 'Documentary', 'Ignacio Cervantes, un homenaje', 'ML'),
(10372, 'Documentary', 'Camp Michael Jackson', 'ML'),
(10373, 'Documentary', 'To convoy', 'ML'),
(10374, 'Documentary', 'When Voices Rise...', 'ML'),
(10375, 'Documentary', 'Victims with Disabilities: The Forensic Interview', 'ML'),
(10376, 'Documentary', 'Dolly Parton: She Aint No Dumb Blonde', 'ML'),
(10377, 'Documentary', 'On Joy and Sorrow: The Glass Prism Story', 'ML'),
(10378, 'Documentary', 'Harmonium en Californie', 'ML'),
(10379, 'Documentary', 'Making Bubbles', 'ML'),
(10380, 'Documentary', '10 minuten', 'ML'),
(10381, 'Documentary', 'Depeche Mode: Devotional', 'ML'),
(10382, 'Documentary', 'Star Wait', 'ML'),
(10383, 'Documentary', 'Rebirth of a Nation', 'ML'),
(10384, 'Documentary', 'Seeds of Tibet: Voices of Children in Exile', 'ML'),
(10385, 'Documentary', 'Peace, Love & Bikinis!', 'ML'),
(10386, 'Documentary', 'High Stakes in the East', 'ML'),
(10387, 'Documentary', 'The Mirror Lied', 'ML'),
(10388, 'Documentary', 'Prima della prima', 'ML'),
(10389, 'Documentary', 'The Guga Hunters of Ness', 'ML'),
(10390, 'Documentary', 'The Games They Play', 'ML'),
(10391, 'Documentary', 'Autoweeks Vinsetta Garage', 'ML'),
(10392, 'Documentary', 'The American Ballet Company: Eliot Feld Artistic Director', 'ML'),
(10393, 'Documentary', 'A Story with Me in It', 'ML'),
(10394, 'Documentary', 'The Yellow Brick Road and Beyond', 'ML'),
(10395, 'Documentary', 'Eco Challenge British Columbia', 'ML'),
(10396, 'Documentary', 'Mulberry Bend', 'ML'),
(10397, 'Documentary', 'Supermodels in the Rainforest: Costa Rica', 'ML'),
(10398, 'Documentary', 'Syge breve', 'ML'),
(10399, 'Documentary', 'Destinies Crossed', 'ML'),
(10400, 'Documentary', 'The Silver Fez', 'ML'),
(10401, 'Documentary', 'Rear Window Ethics: Remembering and Restoring a Hitchcock Classic', 'ML'),
(10402, 'Documentary', 'Odna', 'ML'),
(10403, 'Documentary', 'Mallorcalainen rapsodia', 'ML'),
(10404, 'Documentary', 'Supercities UK', 'ML'),
(10405, 'Documentary', 'Black Mamba, White Witch', 'ML'),
(10406, 'Documentary', 'NICA/raguense', 'ML'),
(10407, 'Documentary', 'Cinefile: Reel Women', 'ML'),
(10408, 'Documentary', 'Les coiffes bretonnes', 'ML'),
(10409, 'Documentary', 'No Fun City', 'ML'),
(10410, 'Documentary', 'Up from the Ape', 'ML'),
(10411, 'Documentary', 'El tribunal de las Aguas', 'ML'),
(10412, 'Documentary', 'The Ballad of Bering Strait', 'ML'),
(10413, 'Documentary', 'Docudrama: Fact and Fiction', 'ML'),
(10414, 'Documentary', 'Laterna magica', 'ML'),
(10415, 'Documentary', 'American Square Dance', 'ML'),
(10416, 'Documentary', 'Sexy Armor and a Rock Band on Tour', 'ML'),
(10417, 'Documentary', 'GrowthBusters', 'ML'),
(10418, 'Documentary', 'Living in Emergency: Stories of Doctors Without Borders Live', 'ML'),
(10419, 'Documentary', 'T-back jushi yukari kara no dokyun', 'ML'),
(10420, 'Documentary', 'You Dont Look 40, Charlie Brown!', 'ML'),
(10421, 'Documentary', 'Mojados: Through the Night', 'ML'),
(10422, 'Documentary', 'Panoramic View and Arrival at the Harbour', 'ML'),
(10423, 'Documentary', 'Ignore', 'ML'),
(10424, 'Documentary', 'Tsunami 2004: Waves of Death', 'ML'),
(10425, 'Documentary', 'Festejos do General Roca no Catete', 'ML'),
(10426, 'Documentary', 'Travel the World: Italy - Rome, Naples & the Amalfi Coast', 'ML'),
(10427, 'Documentary', 'Making the Dirt Fly; Scene 1, Steam Shovel in Operation, Culebra Cut', 'ML'),
(10428, 'Documentary', 'Children and Asthma', 'ML'),
(10429, 'Documentary', 'La ganga', 'ML'),
(10430, 'Documentary', 'ABBA: Music in Review', 'ML'),
(10431, 'Documentary', 'Ti mesa, ti exo...', 'ML'),
(10432, 'Documentary', 'Seimei no mori o honoo ga osou: Kosutarika shizen hogo o meguru koubou', 'ML'),
(10433, 'Documentary', 'Nigella Bites', 'ML'),
(10434, 'Documentary', 'Vida nas Dunas', 'ML'),
(10435, 'Documentary', 'Bahia Por Exemplo', 'ML'),
(10436, 'Documentary', 'Descente du Mont Serrat', 'ML'),
(10437, 'Documentary', 'Madres con ruedas', 'ML'),
(10438, 'Documentary', 'Leaving Home: The Life and Music of Indian Ocean', 'ML'),
(10439, 'Documentary', 'Met Nicole van Goethem', 'ML'),
(10440, 'Documentary', 'Un pedazo de nada', 'ML'),
(10441, 'Documentary', 'Gay Sex in the 70s', 'ML'),
(10442, 'Documentary', 'Swedish Army and Navy', 'ML'),
(10443, 'Documentary', 'Arise', 'ML'),
(10444, 'Documentary', '9/11: After the Towers Fell', 'ML'),
(10445, 'Documentary', 'Dem Bums: The Brooklyn Dodgers', 'ML'),
(10446, 'Documentary', 'Jugotrans', 'ML'),
(10447, 'Documentary', 'Test Australia: The National IQ Test 2003', 'ML'),
(10448, 'Documentary', 'Grand Canyon of New York', 'ML'),
(10449, 'Documentary', 'Sacred Earth', 'ML'),
(10450, 'Documentary', 'Il mondo addosso', 'ML'),
(10451, 'Documentary', 'Lifeline Extended', 'ML'),
(10452, 'Documentary', 'Sailing the Southern Ocean, Aboard the Bark Europa', 'ML'),
(10453, 'Documentary', 'Dig In', 'ML'),
(10454, 'Documentary', 'Follow the Leader: Young, American and Right', 'ML'),
(10455, 'Documentary', 'Mr. Laughs: A Look Behind the Curtain', 'ML'),
(10456, 'Documentary', 'Welcome to Tsukiji', 'ML'),
(10457, 'Documentary', 'Le donne vestivano gonne fiorite', 'ML'),
(10458, 'Documentary', 'The Quiz Kids No. Q1-5', 'ML'),
(10459, 'Documentary', 'Paul Soldner: Playing with Fire', 'ML'),
(10460, 'Documentary', 'Can Tunis', 'ML'),
(10461, 'Documentary', 'Canadas Choice', 'ML'),
(10462, 'Documentary', 'Revisiones: La pintura mural, arte contemporaneo', 'ML'),
(10463, 'Documentary', 'Louise Brooks: Looking for Lulu', 'ML'),
(10464, 'Documentary', 'Mille et un contes de la Syrie', 'ML'),
(10465, 'Documentary', 'River Monsters', 'ML'),
(10466, 'Documentary', 'A los pies de la Malintzin', 'ML'),
(10467, 'Documentary', 'The Puerto Ricans: Our American Story', 'ML'),
(10468, 'Documentary', 'Requiem voor een woonwijk', 'ML'),
(10469, 'Documentary', 'Crowds During the Interval of the Game', 'ML'),
(10470, 'Documentary', 'Ein Bauhausarchitekt im Gulag - Philipp Tolziner', 'ML'),
(10471, 'Documentary', 'Madame President', 'ML'),
(10472, 'Documentary', 'On My Way to Heaven', 'ML'),
(10473, 'Documentary', 'Sonne, Siesta und Saudade', 'ML'),
(10474, 'Documentary', 'Marty Stouffers Wild America: Prince of the Pond', 'ML'),
(10475, 'Documentary', 'Cat Chaser: Interview de Nicole Brenez', 'ML'),
(10476, 'Documentary', 'Die WIB-Schaukel', 'ML'),
(10477, 'Documentary', 'Fitness for Fun, Fitness for Everyone', 'ML'),
(10478, 'Documentary', 'Britains Deadliest Addictions', 'ML'),
(10479, 'Documentary', 'The Sum Total of Our Memory', 'ML'),
(10480, 'Documentary', 'Die Konzessionen des Mister Urquhart', 'ML'),
(10481, 'Documentary', 'De hvide snit', 'ML'),
(10482, 'Documentary', 'Lost Secrets of Ancient Medicine: The Journey of the Blue Buddha', 'ML'),
(10483, 'Documentary', 'The American Way of Property Ownership', 'ML'),
(10484, 'Documentary', 'Martha Graham: An American Original in Performance', 'ML'),
(10485, 'Documentary', 'The Zeros Post Mortem or: How I Learned to Stop Worrying About Box Office and Love DVD', 'ML'),
(10486, 'Documentary', 'Retracing Jeneba', 'ML'),
(10487, 'Documentary', 'Memories, Dreams, and Shadows', 'ML'),
(10488, 'Documentary', 'Fem: Tejiendo una historia', 'ML'),
(10489, 'Documentary', 'Goisern Goes East', 'ML'),
(10490, 'Documentary', 'Braving the Unknown: Season Seven', 'ML'),
(10491, 'Documentary', 'Hellraisers', 'ML'),
(10492, 'Documentary', 'Kathy Shower: Playmate Model Mom', 'ML'),
(10493, 'Documentary', 'An Independent Portrait', 'ML'),
(10494, 'Documentary', 'Hokej', 'ML'),
(10495, 'Documentary', 'Elvis: Viva Las Vegas', 'ML'),
(10496, 'Documentary', 'Pleasure Boats on Lake of St. Jamess Park', 'ML'),
(10497, 'Documentary', 'Marty Stouffers Wild America: King of Snakes', 'ML'),
(10498, 'Documentary', 'Portrait of an Unknown Cabbie', 'ML'),
(10499, 'Documentary', 'Keeping Them Safe', 'ML'),
(10500, 'Documentary', 'Union College Hockey: The Dream Season', 'ML'),
(10501, 'Documentary', 'Generation Food', 'ML'),
(10502, 'Documentary', 'Sophia de Mello Breyner Andresen', 'ML'),
(10503, 'Documentary', 'The Making of a Martyr', 'ML'),
(10504, 'Documentary', 'After Fidel', 'ML'),
(10505, 'Documentary', 'Physical Drill, Indian Clubs', 'ML'),
(10506, 'Documentary', 'Carving Up Oconee: A Rural County Fights for Its Future', 'ML'),
(10507, 'Documentary', 'Consulting God', 'ML'),
(10508, 'Documentary', 'Houseboats', 'ML'),
(10509, 'Documentary', 'El polo', 'ML'),
(10510, 'Documentary', 'Povinnost', 'ML'),
(10511, 'Documentary', 'Kad Ti kao licnost nestajes', 'ML'),
(10512, 'Documentary', 'Sacred Planet', 'ML'),
(10513, 'Documentary', 'Domina - Die Last der Lust', 'ML'),
(10514, 'Documentary', 'Translatina', 'ML'),
(10515, 'Documentary', 'Crime Europe', 'ML'),
(10516, 'Documentary', 'Long Nights Journey Into Day', 'ML'),
(10517, 'Documentary', 'Devant le mur', 'ML'),
(10518, 'Documentary', 'Body Count: Murder for Hire', 'ML'),
(10519, 'Documentary', 'Neo-Lounge', 'ML'),
(10520, 'Documentary', 'The Vanishing Forests', 'ML'),
(10521, 'Documentary', 'Wie werde ich Demokrat?', 'ML'),
(10522, 'Documentary', 'Ollaires de Breda', 'ML'),
(10523, 'Documentary', 'Secanje na zenu ratnika', 'ML'),
(10524, 'Documentary', '3029 TD', 'ML'),
(10525, 'Documentary', 'Porto Monumental', 'ML'),
(10526, 'Documentary', 'Colonia e ponte sul Reno', 'ML'),
(10527, 'Documentary', 'De furie van Diksmuide', 'ML'),
(10528, 'Documentary', 'Bagnolo - Dorf zwischen schwarz und rot', 'ML'),
(10529, 'Documentary', 'Exposure: Heart Hospital', 'ML'),
(10530, 'Documentary', 'Arie Kater-De Kater Komt Later', 'ML'),
(10531, 'Documentary', 'BLAST!', 'ML'),
(10532, 'Documentary', 'Monsterboards', 'ML'),
(10533, 'Documentary', 'Merry Maids of the Gay Way', 'ML'),
(10534, 'Documentary', 'Tempting Faith', 'ML'),
(10535, 'Documentary', 'Living Dead Live!', 'ML'),
(10536, 'Documentary', 'Witness: A Deathly Silence', 'ML'),
(10537, 'Documentary', 'Top of the Pops: The Story of 1977', 'ML'),
(10538, 'Documentary', 'Living with... Boy George', 'ML'),
(10539, 'Documentary', 'WWF Divas: Tropical Pleasure', 'ML'),
(10540, 'Documentary', 'Lock-Up: The Prisoners of Rikers Island', 'ML'),
(10541, 'Documentary', 'kink', 'ML'),
(10542, 'Documentary', 'In the Masters Shadow: Hitchcocks Legacy', 'ML'),
(10543, 'Documentary', 'The Booker Prize Live', 'ML'),
(10544, 'Documentary', 'The Little Red Truck', 'ML'),
(10545, 'Documentary', 'Liban', 'ML'),
(10546, 'Documentary', 'Drawn Conclusion: The Political Image', 'ML'),
(10547, 'Documentary', 'Ninja Gaiden II: The Way of the Warrior', 'ML'),
(10548, 'Documentary', 'Bondye Bon', 'ML'),
(10549, 'Documentary', 'Bogart - As Time Goes by', 'ML'),
(10550, 'Documentary', 'American Art in the 1960s', 'ML'),
(10551, 'Documentary', 'Feuchtwanger lebt!', 'ML'),
(10552, 'Documentary', 'Shriners Pilgrimage to Los Angeles, Cal.', 'ML'),
(10553, 'Documentary', 'Oro y espuma', 'ML'),
(10554, 'Documentary', 'American Mayor', 'ML'),
(10555, 'Documentary', 'A Day with a Hindoo Family', 'ML'),
(10556, 'Documentary', 'The Allman Brothers Band: Brothers of the Road', 'ML'),
(10557, 'Documentary', 'Benda Bilili!', 'ML'),
(10558, 'Documentary', 'Unless a Death Occurs: Hazing Examined', 'ML'),
(10559, 'Documentary', 'Raza brava', 'ML'),
(10560, 'Documentary', 'Secrets of a Medicine Man', 'ML'),
(10561, 'Documentary', 'Painting the Town: The Illusionistic Murals of Richard Haas', 'ML'),
(10562, 'Documentary', 'Wine & Dust', 'ML'),
(10563, 'Documentary', 'Beautiful World', 'ML'),
(10564, 'Documentary', 'The Escort Agency', 'ML'),
(10565, 'Documentary', 'The Toughest Break: Martins Story', 'ML'),
(10566, 'Documentary', 'Where the Saints Go', 'ML'),
(10567, 'Documentary', 'This Is Streisand', 'ML'),
(10568, 'Documentary', 'Demonstrating the Operation of the Harrington Rail Bonding System on the Line of the Coney Island and Brooklyn Railroad Co.', 'ML'),
(10569, 'Documentary', 'Kama-Sutra - Les secrets de lart amoureux', 'ML'),
(10570, 'Documentary', 'Cuenca', 'ML'),
(10571, 'Documentary', 'Halftime: Five Yale Men at Mid-life', 'ML'),
(10572, 'Documentary', 'Milos Forman - Das Kuckucksei', 'ML'),
(10573, 'Documentary', 'Ous Deenh Milsoon', 'ML'),
(10574, 'Documentary', 'Instant Happiness', 'ML'),
(10575, 'Horror', 'Darah janda kolong wewe', 'ML'),
(10576, 'Horror', 'Unearthed: The Hellraiser Saga', 'ML'),
(10577, 'Horror', 'Kid in the Box', 'ML'),
(10578, 'Horror', 'The Face in the Vial', 'ML'),
(10579, 'Horror', 'Le berceau des ombres', 'ML'),
(10580, 'Horror', 'The Totem', 'ML'),
(10581, 'Horror', 'Graveyard Blues', 'ML'),
(10582, 'Horror', 'Attack of the Zombie Vampires', 'ML'),
(10583, 'Horror', 'Savage Harvest 2: October Blood', 'ML'),
(10584, 'Horror', 'Jiang shi fu chou', 'ML'),
(10585, 'Horror', 'Americas Top Zombie', 'ML'),
(10586, 'Horror', 'Ang aswang', 'ML'),
(10587, 'Horror', 'Darkening', 'ML'),
(10588, 'Horror', 'Puppet Master: The Legacy', 'ML'),
(10589, 'Horror', 'Shreck', 'ML'),
(10590, 'Horror', 'Zombinladen: The Axis of Evil Dead', 'ML'),
(10591, 'Horror', 'Not of This Earth', 'ML'),
(10592, 'Horror', 'A Light in the Dark', 'ML'),
(10593, 'Horror', 'Legend of the Melonheads', 'ML'),
(10594, 'Horror', 'Evil on Queen Street: Domination', 'ML'),
(10595, 'Horror', 'Mo tai', 'ML'),
(10596, 'Horror', 'Crazed', 'ML'),
(10597, 'Horror', 'Deddo a goo! goo!', 'ML'),
(10598, 'Horror', 'Vampire Trailer Park', 'ML'),
(10599, 'Horror', 'The Mark of Dracula', 'ML'),
(10600, 'Horror', 'Secondary Heroes', 'ML'),
(10601, 'Horror', 'Uncharted', 'ML'),
(10602, 'Horror', 'Under the Bed', 'ML'),
(10603, 'Horror', 'Hitori kakurenbo 3', 'ML'),
(10604, 'Horror', 'The Bleak', 'ML'),
(10605, 'Horror', 'Twilight Zone: The Movie', 'ML'),
(10606, 'Horror', 'Chilling Visions: 5 Senses of Fear', 'ML'),
(10607, 'Horror', 'Fear House', 'ML'),
(10608, 'Horror', 'Treasure Chest of Horrors II', 'ML'),
(10609, 'Horror', 'The Baron of Darkness 2', 'ML'),
(10610, 'Horror', 'End Transmission', 'ML'),
(10611, 'Horror', 'Tomb of Terror', 'ML'),
(10612, 'Horror', 'Museum of the Dead', 'ML'),
(10613, 'Horror', 'Possessed by the Night', 'ML'),
(10614, 'Horror', 'West Country Tales', 'ML'),
(10615, 'Horror', 'Scary What?', 'ML'),
(10616, 'Horror', 'The Other Woman: The Women of Windsor', 'ML'),
(10617, 'Horror', 'When Sparks Fly', 'ML'),
(10618, 'Horror', 'Happy Tree Friends', 'ML'),
(10619, 'Horror', 'Humans Versus Zombies', 'ML'),
(10620, 'Horror', 'La chiesa', 'ML'),
(10621, 'Horror', 'Severance Pay', 'ML'),
(10622, 'Horror', 'Hantu Jeruk Purut', 'ML'),
(10623, 'Horror', 'I tre volti del terrore', 'ML'),
(10624, 'Horror', 'The Beauties and the Beast', 'ML'),
(10625, 'Horror', 'Vampire Journals', 'ML'),
(10626, 'Horror', 'Sine Requie', 'ML'),
(10627, 'Horror', 'Evil Elvis', 'ML'),
(10628, 'Horror', 'Satans Touch', 'ML'),
(10629, 'Horror', 'Soul of an Artist', 'ML'),
(10630, 'Horror', 'Fishin', 'ML'),
(10631, 'Horror', 'Ghost on Air', 'ML'),
(10632, 'Horror', 'Springheel Jack', 'ML'),
(10633, 'Horror', 'The Christmas Season Massacre', 'ML'),
(10634, 'Horror', 'Zombie Hunters', 'ML'),
(10635, 'Horror', 'The Mail Attacks', 'ML'),
(10636, 'Horror', 'Los fantasmas del DAS', 'ML'),
(10637, 'Horror', 'The Log Cabin', 'ML'),
(10638, 'Horror', 'I Married a Vampire', 'ML'),
(10639, 'Horror', 'A Night to Dismember', 'ML'),
(10640, 'Horror', 'Clinical Sodomy', 'ML'),
(10641, 'Horror', 'Student Bodies', 'ML'),
(10642, 'Horror', 'Kereta hantu Manggarai', 'ML'),
(10643, 'Horror', 'Season of Kin', 'ML'),
(10644, 'Horror', 'Something Like a Phenomenon', 'ML'),
(10645, 'Horror', 'Nelly et Lio', 'ML'),
(10646, 'Horror', 'Hellgate: The House That Screamed 2', 'ML'),
(10647, 'Horror', 'Mind Morgue', 'ML'),
(10648, 'Horror', 'SideFX', 'ML'),
(10649, 'Horror', 'Furia asesina', 'ML'),
(10650, 'Horror', 'The Cat Lady', 'ML'),
(10651, 'Horror', 'Bubbas Chili Parlor', 'ML'),
(10652, 'Horror', 'Experiments in Terror', 'ML'),
(10653, 'Horror', 'House of Carnage', 'ML'),
(10654, 'Horror', 'The Incredible Falling Apart Man', 'ML'),
(10655, 'Horror', 'The River Runs Black', 'ML'),
(10656, 'Horror', 'La Massaggiatrice', 'ML'),
(10657, 'Horror', 'Pastor Damien', 'ML'),
(10658, 'Horror', 'The Monks Tale', 'ML'),
(10659, 'Horror', 'The Meaning of Eggsistence', 'ML'),
(10660, 'Horror', 'The Addicted', 'ML'),
(10661, 'Horror', 'Black Butterflies', 'ML'),
(10662, 'Horror', 'Batuta ni Drakula', 'ML'),
(10663, 'Horror', 'Samejima Jiken', 'ML'),
(10664, 'Horror', 'Unearth', 'ML'),
(10665, 'Horror', 'Leyak', 'ML'),
(10666, 'Horror', 'Nosferatu, eine Symphonie des Grauens', 'ML'),
(10667, 'Horror', 'Yin Yang lu: Zhi wo zai ni zuo you', 'ML'),
(10668, 'Horror', 'Plastic Reality', 'ML'),
(10669, 'Horror', 'The Scholarship', 'ML'),
(10670, 'Horror', 'The Jogger', 'ML'),
(10671, 'Horror', 'Kaboos', 'ML'),
(10672, 'Horror', 'In Sheeps Clothing', 'ML'),
(10673, 'Horror', 'Oboreru hito', 'ML'),
(10674, 'Horror', 'Rap nawng sayawng khwan', 'ML'),
(10675, 'Horror', 'Raped by Saitan', 'ML'),
(10676, 'Horror', 'Black Shuck', 'ML'),
(10677, 'Horror', 'Le jour du festin', 'ML'),
(10678, 'Horror', 'Dont Lose Heart', 'ML'),
(10679, 'Horror', 'Refugio 115', 'ML'),
(10680, 'Horror', 'The Brain Leeches', 'ML'),
(10681, 'Horror', 'Jason Date', 'ML'),
(10682, 'Horror', 'Killer Love', 'ML'),
(10683, 'Horror', 'Bare Belle - En serie morder fra Selbu', 'ML'),
(10684, 'Horror', 'Sullivans Sluggers', 'ML'),
(10685, 'Horror', 'Hatchet Jack', 'ML'),
(10686, 'Horror', 'Corn-Fed', 'ML'),
(10687, 'Horror', 'Grimises Rising', 'ML'),
(10688, 'Horror', 'Born of Oblivion', 'ML'),
(10689, 'Horror', 'All Saints Eve', 'ML'),
(10690, 'Horror', 'Rumpelstiltskin', 'ML'),
(10691, 'Horror', 'Sleepless Nights: Revisiting the Slumber Party Massacres', 'ML'),
(10692, 'Horror', 'The Ground House', 'ML'),
(10693, 'Horror', 'Lilet', 'ML'),
(10694, 'Horror', 'Nursery Crimes', 'ML'),
(10695, 'Horror', 'Mothers Little Murderer', 'ML'),
(10696, 'Horror', 'Adelle', 'ML'),
(10697, 'Horror', 'Return of the Living Dead: Rave to the Grave', 'ML'),
(10698, 'Horror', 'The Old 1-2 Punch', 'ML'),
(10699, 'Horror', 'Bloody Wedding', 'ML'),
(10700, 'Horror', 'Steve from Accounting vs. the Shadow Dwellers', 'ML'),
(10701, 'Horror', 'Evil Things', 'ML'),
(10702, 'Horror', 'Tod im November', 'ML'),
(10703, 'Horror', 'Innamorata della morte', 'ML'),
(10704, 'Horror', 'Hidden 3D', 'ML'),
(10705, 'Horror', 'Theres a Monster in My Room', 'ML'),
(10706, 'Horror', 'The Incredible Melting Man', 'ML'),
(10707, 'Horror', 'Metempsyco', 'ML'),
(10708, 'Horror', 'If I Cant Have You', 'ML'),
(10709, 'Horror', 'Brains!', 'ML'),
(10710, 'Horror', 'Miss Miserys Movie Massacre', 'ML'),
(10711, 'Horror', 'While the Village Sleeps', 'ML'),
(10712, 'Horror', 'Final Delivery: The Making of Pro Life', 'ML'),
(10713, 'Horror', 'GhostWatcher 2', 'ML'),
(10714, 'Horror', 'Extinction Event', 'ML'),
(10715, 'Horror', 'Ataca el chupacabras', 'ML'),
(10716, 'Horror', 'Afterlife Simplicity', 'ML'),
(10717, 'Horror', 'White Lie', 'ML'),
(10718, 'Horror', 'A Demon in My View', 'ML'),
(10719, 'Horror', 'La Llorona', 'ML'),
(10720, 'Horror', 'Mondo Schlocko! Short', 'ML'),
(10721, 'Horror', 'Red Neck', 'ML'),
(10722, 'Horror', 'Severed Ties', 'ML'),
(10723, 'Horror', 'Things 3: Old Things', 'ML'),
(10724, 'Horror', 'The Hook', 'ML'),
(10725, 'Horror', 'My Soul to Take 2', 'ML'),
(10726, 'Horror', 'Monster School', 'ML'),
(10727, 'Horror', 'Flat 3A', 'ML'),
(10728, 'Horror', 'Monsterama: Munsters Collectibles', 'ML'),
(10729, 'Horror', 'El castillo de los monstruos', 'ML'),
(10730, 'Horror', 'The Last Shot', 'ML'),
(10731, 'Horror', 'Devil: The Story', 'ML'),
(10732, 'Horror', 'Ravens Nightmare', 'ML'),
(10733, 'Horror', 'Legend of Pine Acres', 'ML'),
(10734, 'Horror', 'Psycho Therapy', 'ML'),
(10735, 'Horror', 'Wanita harimau', 'ML'),
(10736, 'Horror', 'Taan shiu hung chow', 'ML'),
(10737, 'Horror', 'Jon Goods Wife', 'ML'),
(10738, 'Horror', 'Sick Nick', 'ML'),
(10739, 'Horror', 'Bi gui zhuo', 'ML'),
(10740, 'Horror', 'The Defiled', 'ML'),
(10741, 'Horror', 'Landpartie', 'ML'),
(10742, 'Horror', 'Growing Up Zombie!', 'ML'),
(10743, 'Horror', 'Embrace the Darkness', 'ML'),
(10744, 'Horror', 'Witchcraft V: Dance with the Devil', 'ML'),
(10745, 'Horror', 'Suck and Moan', 'ML'),
(10746, 'Horror', 'Romano Sagrado: Talim sa dilim', 'ML'),
(10747, 'Horror', 'Soudamini', 'ML'),
(10748, 'Horror', 'On Your Mark', 'ML'),
(10749, 'Horror', 'Exhumed', 'ML'),
(10750, 'Horror', 'Silent Terror', 'ML'),
(10751, 'Horror', 'Bloody Christmas', 'ML'),
(10752, 'Horror', 'VLOG: The Devil Exists', 'ML'),
(10753, 'Horror', 'Necrophobia', 'ML'),
(10754, 'Horror', 'Tace', 'ML'),
(10755, 'Horror', 'Living Dead Girl', 'ML'),
(10756, 'Horror', 'Mutation 2 - Generation Dead', 'ML'),
(10757, 'Horror', 'My Fair Zombie', 'ML'),
(10758, 'Horror', 'Elder Growth', 'ML'),
(10759, 'Horror', 'The Dead Ones', 'ML'),
(10760, 'Horror', 'The Wicked One', 'ML'),
(10761, 'Horror', 'Legend of Horror', 'ML'),
(10762, 'Horror', 'Among the Shadows', 'ML'),
(10763, 'Horror', 'Terminal Descent', 'ML'),
(10764, 'Horror', 'Sacred Bloods', 'ML'),
(10765, 'Horror', 'The Aspect', 'ML'),
(10766, 'Horror', 'The Wailer 3', 'ML'),
(10767, 'Horror', 'O Asilo', 'ML'),
(10768, 'Horror', 'Doctor by Day', 'ML'),
(10769, 'Horror', 'The Coverup', 'ML'),
(10770, 'Horror', 'Wingrave', 'ML'),
(10771, 'Horror', 'The Human Race', 'ML'),
(10772, 'Horror', 'Demonio azul', 'ML'),
(10773, 'Horror', 'Insurgency of Ambition', 'ML'),
(10774, 'Horror', 'Splatterhouse 2', 'ML'),
(10775, 'Horror', 'Immortal Vengeance', 'ML'),
(10776, 'Horror', 'Untitled Sarah Winchester Project', 'ML'),
(10777, 'Horror', 'The Horror Convention Massacre', 'ML'),
(10778, 'Horror', 'Penumbra: Overture - Episode One', 'ML'),
(10779, 'Horror', 'Slenderman Attack', 'ML'),
(10780, 'Horror', 'Schwester Ines', 'ML'),
(10781, 'Horror', 'Mga alamat ng sandaigdig', 'ML'),
(10782, 'Horror', 'Murder Collection V.1', 'ML'),
(10783, 'Horror', 'The Landlord', 'ML'),
(10784, 'Horror', 'The Wind', 'ML'),
(10785, 'Horror', 'Dawn of Hondo Lunt', 'ML'),
(10786, 'Horror', 'Cropsey', 'ML'),
(10787, 'Horror', 'Dead Air TV', 'ML'),
(10788, 'Horror', 'Ooru naito rongu', 'ML'),
(10789, 'Horror', 'Trespassers', 'ML'),
(10790, 'Horror', 'Roadside Picnic', 'ML'),
(10791, 'Horror', 'Das Schneckenhaus', 'ML'),
(10792, 'Horror', 'Blood Stalkers', 'ML'),
(10793, 'Horror', 'Spettro', 'ML'),
(10794, 'Horror', 'U Mugs', 'ML'),
(10795, 'Horror', 'John Stanley Meets Jack the Ripper and 25 Other Deadly Encounters', 'ML'),
(10796, 'Horror', 'Jakes Dead', 'ML'),
(10797, 'Horror', 'Night of the Living Dead Survivors Cut', 'ML'),
(10798, 'Horror', 'Carrier', 'ML'),
(10799, 'Horror', 'Recuerdos de ceniza', 'ML'),
(10800, 'Horror', 'Tale of Blood', 'ML'),
(10801, 'Horror', 'Akai Hokokusho: Senketsu no Tenshi', 'ML'),
(10802, 'Horror', 'Storyteller of Terror', 'ML'),
(10803, 'Horror', 'Meri Parchaien', 'ML'),
(10804, 'Horror', 'Splatter Disco', 'ML'),
(10805, 'Horror', 'Satanicus', 'ML'),
(10806, 'Horror', 'The Houses October Built', 'ML'),
(10807, 'Horror', 'Jeepers Creepers Theater', 'ML'),
(10808, 'Horror', 'Flesh-Eating FOG', 'ML'),
(10809, 'Horror', 'The Vultures Eye', 'ML'),
(10810, 'Horror', 'Sickle', 'ML'),
(10811, 'Horror', 'Maniac 2: Mr. Robbie', 'ML'),
(10812, 'Horror', 'It Returns from My Basement', 'ML'),
(10813, 'Horror', 'The Unholy Delivery', 'ML'),
(10814, 'Horror', 'Watch Me', 'ML'),
(10815, 'Horror', 'Lao you gui shang shen', 'ML'),
(10816, 'Horror', 'City of Darkness', 'ML'),
(10817, 'Horror', 'Du gu', 'ML'),
(10818, 'Horror', 'Tales of Terror 2', 'ML'),
(10819, 'Horror', 'Barely Legal Lesbian Vampires: The Curse of Ed Wood!', 'ML'),
(10820, 'Horror', 'Follow Thy Master', 'ML'),
(10821, 'Horror', 'Et mourir de plaisir', 'ML'),
(10822, 'Horror', 'Shi jiang', 'ML'),
(10823, 'Horror', 'B-Witched', 'ML'),
(10824, 'Horror', 'Untitled Paranormal Activity Spin-off', 'ML'),
(10825, 'Horror', 'Game Night', 'ML'),
(10826, 'Horror', 'Ozferatu', 'ML'),
(10827, 'Horror', 'Chicken Bone', 'ML'),
(10828, 'Horror', 'Scream Queen Campfire', 'ML'),
(10829, 'Horror', 'Return of the Undead', 'ML'),
(10830, 'Horror', 'Paranormal Obsession: Death Toll Rising', 'ML'),
(10831, 'Horror', 'The Shower Killer', 'ML'),
(10832, 'Horror', 'The Body', 'ML'),
(10833, 'Horror', 'Nobody Loves Alice', 'ML'),
(10834, 'Horror', 'Scream, Teen, Scream', 'ML'),
(10835, 'Horror', 'Puls', 'ML'),
(10836, 'Horror', 'Haunted Airplane', 'ML'),
(10837, 'Horror', 'Random', 'ML'),
(10838, 'Horror', 'Campfire Stories;Comes Around Gos Around', 'ML'),
(10839, 'Horror', 'La morte negli occhi del gatto', 'ML'),
(10840, 'Horror', 'Idol Hands', 'ML'),
(10841, 'Horror', 'Looking for Prince Charming', 'ML'),
(10842, 'Horror', 'Eaten Alive', 'ML'),
(10843, 'Horror', 'Are We Not Cats', 'ML'),
(10844, 'Horror', 'Take Me Naked', 'ML'),
(10845, 'Horror', 'Las flores del miedo', 'ML'),
(10846, 'Horror', 'Chandramukhi', 'ML'),
(10847, 'Horror', 'Faust: Love of the Damned', 'ML'),
(10848, 'Horror', 'Blood Slaughter Massacre', 'ML'),
(10849, 'Horror', 'Rei: Gesshoku no Kamen', 'ML'),
(10850, 'Horror', 'Mandroid', 'ML'),
(10851, 'Horror', 'Do You Like My Basement', 'ML'),
(10852, 'Horror', 'Photographic', 'ML'),
(10853, 'Horror', 'Como mi Hermana', 'ML'),
(10854, 'Horror', '24 instantes', 'ML'),
(10855, 'Horror', 'Natten er farlig', 'ML'),
(10856, 'Horror', 'La central', 'ML'),
(10857, 'Horror', 'Meat Cleaver Love', 'ML'),
(10858, 'Horror', 'When Evil Calls', 'ML'),
(10859, 'Horror', 'CreepTales', 'ML'),
(10860, 'Horror', 'They All Must Die!', 'ML'),
(10861, 'Horror', 'Spettri', 'ML'),
(10862, 'Horror', 'Mimesis 2', 'ML'),
(10863, 'Horror', 'Bath Salt Zombies', 'ML'),
(10864, 'Horror', 'Beyond Reach', 'ML'),
(10865, 'Horror', 'Squealer', 'ML'),
(10866, 'Horror', 'So Hideous, My Love', 'ML'),
(10867, 'Horror', 'Santo en el hotel de la muerte', 'ML'),
(10868, 'Horror', 'The Door with Seven Locks', 'ML'),
(10869, 'Horror', 'Pocong mandi goyang pinggul', 'ML'),
(10870, 'Horror', 'Camp Death', 'ML'),
(10871, 'Horror', 'The Quiet House', 'ML'),
(10872, 'Horror', 'The Amateur Monster Movie', 'ML'),
(10873, 'Horror', 'Blood: The Last Vampire', 'ML'),
(10874, 'Horror', 'El monstruo no ha muerto', 'ML'),
(10875, 'Horror', 'Demonkeeper', 'ML'),
(10876, 'Horror', 'Turbines', 'ML'),
(10877, 'Horror', 'The Tale of the Voodoo Prostitute', 'ML'),
(10878, 'Horror', 'Death by Invitation', 'ML'),
(10879, 'Horror', 'Ouija Board', 'ML'),
(10880, 'Horror', 'Real Kakurenbo', 'ML'),
(10881, 'Horror', 'Desire of the Innocent Blood', 'ML'),
(10882, 'Horror', 'Valemont', 'ML'),
(10883, 'Horror', 'Planet Blood', 'ML'),
(10884, 'Horror', 'Pecado original', 'ML'),
(10885, 'Horror', 'Five at the George', 'ML'),
(10886, 'Horror', 'Mutant Vampire Zombies from the Hood!', 'ML'),
(10887, 'Horror', 'Painajainen', 'ML'),
(10888, 'Horror', 'Dr. Cyclops', 'ML'),
(10889, 'Horror', 'Noche infernal', 'ML'),
(10890, 'Horror', 'The Planet', 'ML'),
(10891, 'Horror', 'Street Tales of Terror', 'ML'),
(10892, 'Horror', 'Jitsuroku Abe Sada', 'ML'),
(10893, 'Horror', '100 Days of Death', 'ML'),
(10894, 'Horror', 'Zombie Planet', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(10895, 'Horror', 'Pet Sematary', 'ML'),
(10896, 'Horror', 'Brutal', 'ML'),
(10897, 'Horror', 'Lunch Meat', 'ML'),
(10898, 'Horror', 'Zombie Massacre', 'ML'),
(10899, 'Horror', 'Blood Clown: Playtime... Is Over', 'ML'),
(10900, 'Horror', 'Monster on My Mind', 'ML'),
(10901, 'Horror', 'Silent Agony', 'ML'),
(10902, 'Horror', 'Chabelo y Pepito contra los monstruos', 'ML'),
(10903, 'Horror', 'Violent Shit II', 'ML'),
(10904, 'Horror', 'Grave Tales', 'ML'),
(10905, 'Horror', 'Relentless', 'ML'),
(10906, 'Horror', 'Darkening Sky', 'ML'),
(10907, 'Horror', 'Jacqueline Hyde', 'ML'),
(10908, 'Horror', 'Deaths Chronicles: The Webseries', 'ML'),
(10909, 'Horror', 'Raw Footage', 'ML'),
(10910, 'Horror', 'This Is How My Brother Died', 'ML'),
(10911, 'Horror', 'G String Vampire', 'ML'),
(10912, 'Horror', 'The Death of April', 'ML'),
(10913, 'Horror', 'Blood Signal', 'ML'),
(10914, 'Horror', 'Dark Hours', 'ML'),
(10915, 'Horror', 'Yan gui fa kuang', 'ML'),
(10916, 'Horror', 'Incident at Blood Gorge', 'ML'),
(10917, 'Horror', 'No Tresspassing', 'ML'),
(10918, 'Horror', 'Horror Land 2', 'ML'),
(10919, 'Horror', 'Tree Slime Tuesday', 'ML'),
(10920, 'Horror', 'Berlin Snuff', 'ML'),
(10921, 'Horror', 'Jejak darah', 'ML'),
(10922, 'Horror', 'Shudder: The Hain County Horror', 'ML'),
(10923, 'Horror', 'Lultimo treno della notte', 'ML'),
(10924, 'Horror', 'Farther Than Sheep', 'ML'),
(10925, 'Horror', 'The Laughing Dead', 'ML'),
(10926, 'Horror', 'The Spiritual World', 'ML'),
(10927, 'Horror', 'Tortured Soul 3: The Willing Flesh', 'ML'),
(10928, 'Horror', 'The Clown Murders', 'ML'),
(10929, 'Horror', 'Nai Pas Peur', 'ML'),
(10930, 'Horror', 'Arusi: Sumpa ng demonyo', 'ML'),
(10931, 'Horror', 'Meatcleaver Massacre', 'ML'),
(10932, 'Horror', 'Pizza blob', 'ML'),
(10933, 'Horror', 'Suce moi vampire', 'ML'),
(10934, 'Horror', 'Invasion of the Not Quite Dead', 'ML'),
(10935, 'Horror', 'Stump the Band', 'ML'),
(10936, 'Horror', 'A House of Mad Souls', 'ML'),
(10937, 'Horror', 'Enclosed', 'ML'),
(10938, 'Horror', 'Secret Insanity', 'ML'),
(10939, 'Horror', 'Sleepover Massacre', 'ML'),
(10940, 'Horror', 'Chuckles Revenge', 'ML'),
(10941, 'Horror', 'Guts on the Ceiling', 'ML'),
(10942, 'Horror', 'Kai xin gui jiu kai xin gui', 'ML'),
(10943, 'Horror', 'Apartment of Erotic Horror', 'ML'),
(10944, 'Horror', 'Cerusit 3D', 'ML'),
(10945, 'Horror', 'Kowabana Kowabana', 'ML'),
(10946, 'Horror', 'M.D.C. - Maschera di cera', 'ML'),
(10947, 'Horror', 'Living with Lycanthropy', 'ML'),
(10948, 'Horror', 'Halloween Awakening: The Legacy of Michael Myers', 'ML'),
(10949, 'Horror', 'Shake Rattle Roll 13', 'ML'),
(10950, 'Horror', 'Alabamas Ghost', 'ML'),
(10951, 'Horror', 'Reality Bleed-Through', 'ML'),
(10952, 'Horror', 'Wishcraft', 'ML'),
(10953, 'Horror', 'Prince of Lies', 'ML'),
(10954, 'Horror', 'Horror Grindshow Double Feature', 'ML'),
(10955, 'Horror', 'PUTA: People for the Upstanding Treatment of Animals', 'ML'),
(10956, 'Horror', 'Blindmans Buff', 'ML'),
(10957, 'Horror', 'Hell Night', 'ML'),
(10958, 'Horror', 'Hood of Horror', 'ML'),
(10959, 'Horror', '666 the Beginning of the end', 'ML'),
(10960, 'Horror', 'Ye ban yi dian zhong', 'ML'),
(10961, 'Horror', 'Sisterhood of Death', 'ML'),
(10962, 'Horror', 'Bloody psycho', 'ML'),
(10963, 'Horror', 'Hantu aborsi', 'ML'),
(10964, 'Horror', 'Jour blanc', 'ML'),
(10965, 'Horror', 'Kill Onigokko', 'ML'),
(10966, 'Horror', 'Something of Mine', 'ML'),
(10967, 'Horror', 'The Westing Game', 'ML'),
(10968, 'Horror', 'Perfect Blue', 'ML'),
(10969, 'Horror', 'Voodoo Dolly', 'ML'),
(10970, 'Horror', 'The Vampire Lovers', 'ML'),
(10971, 'Horror', 'Tumbal jailangkung', 'ML'),
(10972, 'Horror', 'Stan & Sylvia: The Married Ghost Hunters', 'ML'),
(10973, 'Horror', 'Paashaat', 'ML'),
(10974, 'Horror', 'The Demon Murder Case', 'ML'),
(10975, 'Horror', 'The Sorcerers', 'ML'),
(10976, 'Horror', 'Shark in Venice', 'ML'),
(10977, 'Horror', 'Unhallowed Bond', 'ML'),
(10978, 'Horror', 'Intensive Care', 'ML'),
(10979, 'Horror', 'The Confined', 'ML'),
(10980, 'Horror', 'The Birds II: Lands End', 'ML'),
(10981, 'Horror', 'V-World Matrix', 'ML'),
(10982, 'Horror', 'Exorcismo', 'ML'),
(10983, 'Horror', 'Silent Night, Bloody Night: The Homecoming', 'ML'),
(10984, 'Horror', 'Paura 3D', 'ML'),
(10985, 'Horror', 'Dead of Nowhere 3D', 'ML'),
(10986, 'Horror', 'Lake Placid 2', 'ML'),
(10987, 'Horror', 'Carne de tu carne', 'ML'),
(10988, 'Horror', 'Il Vangelo secondo Taddeo', 'ML'),
(10989, 'Horror', 'El pulover de la madre de Jason', 'ML'),
(10990, 'Horror', 'Hikarigoke', 'ML'),
(10991, 'Horror', 'Half-Caste', 'ML'),
(10992, 'Horror', 'I Love You, I Love You, I Love You', 'ML'),
(10993, 'Horror', 'Di ingon nato', 'ML'),
(10994, 'Horror', 'How to Look Cute', 'ML'),
(10995, 'Horror', 'Long Live the Dead', 'ML'),
(10996, 'Horror', 'The Legend Trip', 'ML'),
(10997, 'Horror', 'Living Past', 'ML'),
(10998, 'Horror', 'Playgirl Killer', 'ML'),
(10999, 'Horror', 'Ninja III: The Domination', 'ML'),
(11000, 'Horror', 'The Sekkan', 'ML'),
(11001, 'Horror', 'Pee chang nang', 'ML'),
(11002, 'Horror', 'Evil Stalks This House', 'ML'),
(11003, 'Horror', 'Final Appointment', 'ML'),
(11004, 'Horror', 'Fear Eats the Seoul', 'ML'),
(11005, 'Horror', 'Inju kyoshi 3', 'ML'),
(11006, 'Horror', 'Bright College Years', 'ML'),
(11007, 'Horror', 'Final Destination', 'ML'),
(11008, 'Horror', 'Tonarinokai Darekairu', 'ML'),
(11009, 'Horror', 'Gou hun jiang tou', 'ML'),
(11010, 'Horror', 'Night of the Hell Hamsters', 'ML'),
(11011, 'Horror', 'Deaths a Bitch', 'ML'),
(11012, 'Horror', 'The Trinket', 'ML'),
(11013, 'Horror', 'The Amityville Asylum', 'ML'),
(11014, 'Horror', 'Blood Mania', 'ML'),
(11015, 'Horror', 'The Thing in the Roof', 'ML'),
(11016, 'Horror', 'Brilliant at Breakfast', 'ML'),
(11017, 'Horror', 'Lady in Black', 'ML'),
(11018, 'Horror', 'Fatal Reunion', 'ML'),
(11019, 'Horror', 'Dawn of an Evil Millennium', 'ML'),
(11020, 'Horror', 'Camp Blood 2', 'ML'),
(11021, 'Horror', 'Ombis', 'ML'),
(11022, 'Horror', 'Witchcraft 8: Salems Ghost', 'ML'),
(11023, 'Horror', 'Journey to Midnight', 'ML'),
(11024, 'Horror', 'Tomi Knockers', 'ML'),
(11025, 'Horror', 'Die Schlangengrube und das Pendel', 'ML'),
(11026, 'Horror', 'Bloody Bender', 'ML'),
(11027, 'Horror', 'Shisha no gakuensai', 'ML'),
(11028, 'Horror', 'They Dont Cut the Grass Anymore', 'ML'),
(11029, 'Horror', 'Battlefield Death Tales', 'ML'),
(11030, 'Horror', 'Evan Straw', 'ML'),
(11031, 'Horror', 'The Furred Man', 'ML'),
(11032, 'Horror', 'Humongous', 'ML'),
(11033, 'Horror', 'Welcome to Arrow Beach', 'ML'),
(11034, 'Horror', 'Foresta rossa', 'ML'),
(11035, 'Horror', '13 Demon Street', 'ML'),
(11036, 'Horror', 'Ursula', 'ML'),
(11037, 'Horror', 'Zombiefied', 'ML'),
(11038, 'Horror', 'Demento', 'ML'),
(11039, 'Horror', 'Unha e Carne', 'ML'),
(11040, 'Horror', 'The Letter Z', 'ML'),
(11041, 'Horror', 'The Ghost Town', 'ML'),
(11042, 'Horror', 'Gu wu jiang shi', 'ML'),
(11043, 'Horror', 'The Love Butcher', 'ML'),
(11044, 'Horror', 'Tendre Dracula', 'ML'),
(11045, 'Horror', 'A Bully on Elm Street', 'ML'),
(11046, 'Horror', 'Fausto 5.0', 'ML'),
(11047, 'Horror', 'They Feed', 'ML'),
(11048, 'Horror', 'Dead Ink', 'ML'),
(11049, 'Horror', 'Invisible Enemies', 'ML'),
(11050, 'Horror', 'Bethlehem', 'ML'),
(11051, 'Horror', 'The Possession of David OReilly', 'ML'),
(11052, 'Horror', 'Flesh Freaks', 'ML'),
(11053, 'Horror', 'Ahtanum', 'ML'),
(11054, 'Horror', 'The Sum of 9', 'ML'),
(11055, 'Horror', 'Amigos del demonio', 'ML'),
(11056, 'Horror', 'Haunted: Poor Girl', 'ML'),
(11057, 'Horror', 'Death Doll', 'ML'),
(11058, 'Horror', 'Ang manananggal', 'ML'),
(11059, 'Horror', 'Ticket to the Asylum', 'ML'),
(11060, 'Horror', 'The Curse of Micah Rood', 'ML'),
(11061, 'Horror', 'Vending Machine', 'ML'),
(11062, 'Horror', 'Night of the Living Babes', 'ML'),
(11063, 'Horror', 'Murex', 'ML'),
(11064, 'Horror', 'Desde la oscuridad - Webserie', 'ML'),
(11065, 'Horror', 'Teketeke', 'ML'),
(11066, 'Horror', 'Here, Now', 'ML'),
(11067, 'Horror', 'Tits and Blood', 'ML'),
(11068, 'Horror', 'Michael Vs. Jason', 'ML'),
(11069, 'Horror', 'Kill the Scream Queen', 'ML'),
(11070, 'Horror', 'Pleasures of the Damned', 'ML'),
(11071, 'Horror', 'The Bloodstained Bride', 'ML'),
(11072, 'Horror', 'Village Creek Road', 'ML'),
(11073, 'Horror', 'Agenda 187', 'ML'),
(11074, 'Horror', 'Araf', 'ML'),
(11075, 'Horror', 'The Hackers', 'ML'),
(11076, 'Horror', 'The Man in the Maze', 'ML'),
(11077, 'Horror', 'Hunter Hunter', 'ML'),
(11078, 'Horror', '2 Centermeters', 'ML'),
(11079, 'Horror', 'Intersection Number Nine', 'ML'),
(11080, 'Horror', 'The Antique Shop', 'ML'),
(11081, 'Horror', 'Bloodthirsty Butchers', 'ML'),
(11082, 'Horror', 'The Reverend: Vigilante Vampire', 'ML'),
(11083, 'Horror', 'Gan shi yan tan', 'ML'),
(11084, 'Horror', 'The Blob', 'ML'),
(11085, 'Horror', 'Demonologist', 'ML'),
(11086, 'Horror', 'Jayne', 'ML'),
(11087, 'Horror', 'Full Metal Creeper', 'ML'),
(11088, 'Horror', 'The Wickeds', 'ML'),
(11089, 'Horror', 'A Study in Red', 'ML'),
(11090, 'Horror', 'Arwah goyang karawang', 'ML'),
(11091, 'Horror', 'It Came from Beneath the Sea', 'ML'),
(11092, 'Horror', 'Bloodmarsh Krackoon', 'ML'),
(11093, 'Horror', 'Mum & Dad', 'ML'),
(11094, 'Horror', 'The Bunny Game', 'ML'),
(11095, 'Horror', 'Obsessive Reaction', 'ML'),
(11096, 'Horror', 'El hombre bestia', 'ML'),
(11097, 'Horror', 'They Want My Eyes', 'ML'),
(11098, 'Horror', 'Night of the Living Trekkies', 'ML'),
(11099, 'Horror', 'Totally Messed Up: The Series', 'ML'),
(11100, 'Horror', 'Haunted Ship', 'ML'),
(11101, 'Horror', 'Voodoo Curse - Legbas Rache', 'ML'),
(11102, 'Horror', 'Il prato macchiato di rosso', 'ML'),
(11103, 'Horror', 'The Silver Room', 'ML'),
(11104, 'Horror', 'The Mortified', 'ML'),
(11105, 'Horror', 'Ganja & Hess', 'ML'),
(11106, 'Horror', 'Karak', 'ML'),
(11107, 'Horror', 'Twisted Fates', 'ML'),
(11108, 'Horror', 'Camp D.O.A.', 'ML'),
(11109, 'Horror', 'Inside the Whore', 'ML'),
(11110, 'Horror', 'Bryan Loves You', 'ML'),
(11111, 'Horror', 'Skull Heads', 'ML'),
(11112, 'Horror', 'Night of the Ghouls', 'ML'),
(11113, 'Horror', 'Chain: Rensa jusatsu', 'ML'),
(11114, 'Horror', 'Aaravalli', 'ML'),
(11115, 'Horror', '21st Century Crusade', 'ML'),
(11116, 'Horror', 'Youre So Dead', 'ML'),
(11117, 'Horror', 'Mind of a Mad Man', 'ML'),
(11118, 'Horror', 'Homebodies', 'ML'),
(11119, 'Horror', 'A Kings Tradition', 'ML'),
(11120, 'Horror', 'Feeders', 'ML'),
(11121, 'Horror', 'Reanimator Academy', 'ML'),
(11122, 'Horror', 'Blood+', 'ML'),
(11123, 'Horror', 'Demon Hunters', 'ML'),
(11124, 'Horror', 'My Super Psycho Sweet 16: Part 3', 'ML'),
(11125, 'Horror', 'Un delitto poco comune', 'ML'),
(11126, 'Horror', 'The Suckling', 'ML'),
(11127, 'Horror', 'HorrorTales.666', 'ML'),
(11128, 'Horror', 'Death Jr.', 'ML'),
(11129, 'Horror', 'Uncle Silas', 'ML'),
(11130, 'Horror', 'Kaidan shin mimibukuro: Kaiki', 'ML'),
(11131, 'Horror', 'Tiyanak', 'ML'),
(11132, 'Horror', 'Incense and Peppermints', 'ML'),
(11133, 'Horror', 'El retorno de Walpurgis', 'ML'),
(11134, 'Horror', 'Phenomena: Probing the Paranormal', 'ML'),
(11135, 'Horror', 'Malum', 'ML'),
(11136, 'Horror', 'All That Glitters', 'ML'),
(11137, 'Horror', 'Witchcraft VI', 'ML'),
(11138, 'Horror', 'Cold Hearts', 'ML'),
(11139, 'Horror', 'In the Devils Courthouse', 'ML'),
(11140, 'Horror', 'Persona 3 FES', 'ML'),
(11141, 'Horror', 'Act of Love', 'ML'),
(11142, 'Horror', 'Passion Fruit', 'ML'),
(11143, 'Horror', 'Padiglione 22', 'ML'),
(11144, 'Horror', 'Love, Sex & Drugs', 'ML'),
(11145, 'Horror', 'The Terror of the Invisible Man', 'ML'),
(11146, 'Horror', 'The Haunted Mind of Katie Marcum', 'ML'),
(11147, 'Horror', 'Scion', 'ML'),
(11148, 'Horror', 'The Great American Snuff Film', 'ML'),
(11149, 'Horror', 'The Forsaken', 'ML'),
(11150, 'Horror', 'Sha jian O niang', 'ML'),
(11151, 'Horror', 'The Wicked Within', 'ML'),
(11152, 'Horror', 'Professor Dantes and the Severin Conundrum', 'ML'),
(11153, 'Horror', 'Defiled', 'ML'),
(11154, 'Horror', 'Chandaal Atma', 'ML'),
(11155, 'Horror', 'Lawang sewu', 'ML'),
(11156, 'Horror', 'Polterzeitgeist', 'ML'),
(11157, 'Horror', 'Blood Descendants', 'ML'),
(11158, 'Horror', 'A Nightmare on Elm Street: Real Nightmares', 'ML'),
(11159, 'Horror', 'Orange Delight', 'ML'),
(11160, 'Horror', 'Vampires Call 2', 'ML'),
(11161, 'Horror', 'Deranged', 'ML'),
(11162, 'Horror', 'The Devonsville Terror', 'ML'),
(11163, 'Horror', 'Phantugram ammahit', 'ML'),
(11164, 'Horror', 'Boy George', 'ML'),
(11165, 'Horror', 'Saturday Night Dead', 'ML'),
(11166, 'Horror', 'Nightmare Circus', 'ML'),
(11167, 'Horror', 'The Butcher', 'ML'),
(11168, 'Horror', 'Spasms', 'ML'),
(11169, 'Horror', 'Despair', 'ML'),
(11170, 'Horror', 'Revenge Is Her Middle Name', 'ML'),
(11171, 'Horror', 'House of Monsters', 'ML'),
(11172, 'Horror', 'Lassassino ha riservato nove poltrone', 'ML'),
(11173, 'Horror', 'When You Owe You Pay', 'ML'),
(11174, 'Horror', 'Weekend at the Cabin', 'ML'),
(11175, 'Horror', 'Spooky Hollow', 'ML'),
(11176, 'Horror', 'The Wretched', 'ML'),
(11177, 'Horror', 'Natural Born Zombie Killers', 'ML'),
(11178, 'Horror', 'The Wimp Whose Woman Was a Werewolf', 'ML'),
(11179, 'Horror', 'Red Midnight', 'ML'),
(11180, 'Horror', 'Descendant', 'ML'),
(11181, 'Horror', 'Hatchet', 'ML'),
(11182, 'Horror', 'I vizi morbosi di una governante', 'ML'),
(11183, 'Horror', 'Phantom Tragedy', 'ML'),
(11184, 'Horror', 'The Tutor: Painting a Still Life with Terrance Zdunich', 'ML'),
(11185, 'Horror', 'The Man Who Would Not Shake Hands', 'ML'),
(11186, 'Horror', 'Van Gore', 'ML'),
(11187, 'Horror', 'Camp Kill', 'ML'),
(11188, 'Horror', 'Shadowhunters', 'ML'),
(11189, 'Horror', 'Gabi ng lagim ngayon', 'ML'),
(11190, 'Horror', 'Betting the Devil Your Head: Tales from Poe', 'ML'),
(11191, 'Horror', 'Dracula III: Legacy', 'ML'),
(11192, 'Horror', 'Night of the Eagle', 'ML'),
(11193, 'Horror', 'Forever Evil', 'ML'),
(11194, 'Horror', 'As Human as Animal', 'ML'),
(11195, 'Horror', 'Trilogy of Blood', 'ML'),
(11196, 'Horror', 'The Snake Woman', 'ML'),
(11197, 'Horror', 'SatanV', 'ML'),
(11198, 'Horror', 'Dark Sanity', 'ML'),
(11199, 'Horror', 'Dr. Rage', 'ML'),
(11200, 'Horror', 'Daimakaimura', 'ML'),
(11201, 'Horror', 'Red Light', 'ML'),
(11202, 'Horror', 'El adversario', 'ML'),
(11203, 'Horror', 'The Bully Solution', 'ML'),
(11204, 'Horror', 'Horrorcide', 'ML'),
(11205, 'Horror', 'House by the River', 'ML'),
(11206, 'Horror', 'Ghost of Dragstrip Hollow', 'ML'),
(11207, 'Horror', 'Gyonshi', 'ML'),
(11208, 'Horror', 'The Alligator People', 'ML'),
(11209, 'Horror', 'MC Basstard - Monster, Monster', 'ML'),
(11210, 'Horror', 'Check Your Mailbox', 'ML'),
(11211, 'Horror', 'War Games: At the End of the Day', 'ML'),
(11212, 'Horror', 'Se jiang II zhi xie mei gui', 'ML'),
(11213, 'Horror', 'Spoils', 'ML'),
(11214, 'Horror', 'Hunters of the Dark', 'ML'),
(11215, 'Horror', 'Un lugar mortal', 'ML'),
(11216, 'Horror', 'This Darkness: The Vampire Virus', 'ML'),
(11217, 'Horror', 'The Quarantine Hauntings', 'ML'),
(11218, 'Horror', 'Call Me Bill', 'ML'),
(11219, 'Horror', 'Hazards', 'ML'),
(11220, 'Horror', 'Mr. Halloween', 'ML'),
(11221, 'Horror', 'Lantai 13', 'ML'),
(11222, 'Horror', 'The Bloodletting', 'ML'),
(11223, 'Horror', 'Eko Eko Azarak: The Series', 'ML'),
(11224, 'Horror', 'MobiUS: A Little Tokyo Ghost Story', 'ML'),
(11225, 'Horror', 'SomeFangs', 'ML'),
(11226, 'Horror', 'H.P. Thomcrafts Box of Tales', 'ML'),
(11227, 'Horror', 'Linnea Quigleys Horror Workout', 'ML'),
(11228, 'Horror', 'Biddle Productions Presents', 'ML'),
(11229, 'Horror', 'Haunted High', 'ML'),
(11230, 'Horror', 'Torture Toys', 'ML'),
(11231, 'Horror', 'The Traveling Vampire Show', 'ML'),
(11232, 'Horror', 'Psychic Murders', 'ML'),
(11233, 'Horror', 'The Legend of Industrial Ghost-Wolf', 'ML'),
(11234, 'Horror', 'Marvel Zombies: The Movie', 'ML'),
(11235, 'Horror', 'Dream No Evil', 'ML'),
(11236, 'Horror', 'Rush Week', 'ML'),
(11237, 'Horror', 'Little Shadows', 'ML'),
(11238, 'Horror', 'Jan-Gel 2: The Beast Returns', 'ML'),
(11239, 'Horror', 'Scherzi', 'ML'),
(11240, 'Horror', 'You Better Watch Out', 'ML'),
(11241, 'Horror', 'Summers Blood', 'ML'),
(11242, 'Horror', 'V/H/S 1987', 'ML'),
(11243, 'Horror', 'Spuyten Duyvil', 'ML'),
(11244, 'Horror', 'Scream Blacula Scream', 'ML'),
(11245, 'Horror', 'The Philosophers Stone', 'ML'),
(11246, 'Horror', 'Damping malam', 'ML'),
(11247, 'Horror', 'Bloodloss', 'ML'),
(11248, 'Horror', 'Reckoner', 'ML'),
(11249, 'Horror', 'El eco del miedo', 'ML'),
(11250, 'Horror', 'The Taking', 'ML'),
(11251, 'Horror', 'NothingFace', 'ML'),
(11252, 'Horror', 'Dead Genesis', 'ML'),
(11253, 'Horror', 'Happy People', 'ML'),
(11254, 'Horror', 'Horror House 2', 'ML'),
(11255, 'Horror', 'Hantu perawan jeruk purut', 'ML'),
(11256, 'Horror', 'Mostly Ghostly', 'ML'),
(11257, 'Horror', 'Death Certificate', 'ML'),
(11258, 'Horror', 'Swamp Zombies!!!', 'ML'),
(11259, 'Horror', 'V/H/S', 'ML'),
(11260, 'Horror', 'Kepergok pocong', 'ML'),
(11261, 'Horror', '48 Hours in Purgatory', 'ML'),
(11262, 'Horror', 'Killer!', 'ML'),
(11263, 'Horror', 'Migraine', 'ML'),
(11264, 'Horror', 'A Prayer for the Dead', 'ML'),
(11265, 'Horror', 'Splatter Movie: The Directors Cut', 'ML'),
(11266, 'Horror', 'Snowbeast', 'ML'),
(11267, 'Horror', 'Keitai kanojo', 'ML'),
(11268, 'Horror', 'A House Is Not a Home', 'ML'),
(11269, 'Horror', 'M.O.N.', 'ML'),
(11270, 'Horror', 'Incident at Bridgewater High', 'ML'),
(11271, 'Horror', 'Broken Saints', 'ML'),
(11272, 'Horror', 'Aberrations', 'ML'),
(11273, 'Horror', 'Olgas Girls', 'ML'),
(11274, 'Horror', 'Villa Estrella', 'ML'),
(11275, 'Horror', 'The House That Ate Souls', 'ML'),
(11276, 'Horror', 'Kill Day', 'ML'),
(11277, 'Horror', 'Boo!!', 'ML'),
(11278, 'Horror', 'Creepies 2', 'ML'),
(11279, 'Horror', 'Curse of the Black Widow', 'ML'),
(11280, 'Horror', 'Rudyard Kiplings Mark of the Beast', 'ML'),
(11281, 'Horror', 'The Anniversary at Shallow Creek', 'ML'),
(11282, 'Horror', 'The Eyes', 'ML'),
(11283, 'Horror', 'Do Not Watch', 'ML'),
(11284, 'Horror', 'Jiu dian de Sade', 'ML'),
(11285, 'Horror', 'Bxx: Haunted', 'ML'),
(11286, 'Horror', 'Vampire Billionaires', 'ML'),
(11287, 'Horror', 'Smiling Faces', 'ML'),
(11288, 'Horror', 'The Untelling', 'ML'),
(11289, 'Horror', 'The Pizza Delivery Massacre', 'ML'),
(11290, 'Horror', 'Corvidae', 'ML'),
(11291, 'Horror', 'Making the Monster: Special Makeup Effects Frankenstein Monster Makeup', 'ML'),
(11292, 'Horror', 'The Spectre of Edgar Allan Poe', 'ML'),
(11293, 'Horror', 'Its Alive', 'ML'),
(11294, 'Horror', 'A Chance in Hell', 'ML'),
(11295, 'Horror', 'Vierges et vampires', 'ML'),
(11296, 'Horror', 'Dead by Noon', 'ML'),
(11297, 'Horror', 'Galaxy of Terror', 'ML'),
(11298, 'Horror', 'Scared Stiff: Welcome Mats', 'ML'),
(11299, 'Horror', 'Le zombi de Cap-Rouge', 'ML'),
(11300, 'Horror', 'Zombie Love Story', 'ML'),
(11301, 'Horror', 'My Name Is Bruce', 'ML'),
(11302, 'Horror', 'Il dio serpente', 'ML'),
(11303, 'Horror', 'Cien gritos de terror', 'ML'),
(11304, 'Horror', 'Open Your Eyes Katarina', 'ML'),
(11305, 'Horror', 'Loopy', 'ML'),
(11306, 'Horror', 'Last Night on Mars', 'ML'),
(11307, 'Horror', 'Realms of Blood', 'ML'),
(11308, 'Horror', 'Torture Chamber', 'ML'),
(11309, 'Horror', 'The Evil Dead Inbred Rednecks', 'ML'),
(11310, 'Horror', 'Gnaw', 'ML'),
(11311, 'Horror', 'New Guy', 'ML'),
(11312, 'Horror', 'Ninja: Prophecy of Death', 'ML'),
(11313, 'Horror', 'Child of Darkness, Child of Light', 'ML'),
(11314, 'Horror', 'Requiem', 'ML'),
(11315, 'Horror', 'A Taste', 'ML'),
(11316, 'Horror', 'Hellfest', 'ML'),
(11317, 'Horror', 'So Mort It Be', 'ML'),
(11318, 'Horror', 'ChickN-HeaD', 'ML'),
(11319, 'Horror', 'Rise of the Scarecrows', 'ML'),
(11320, 'Horror', 'Hack! 2: Dead Again', 'ML'),
(11321, 'Horror', 'Chilling', 'ML'),
(11322, 'Horror', 'The Spanish Inn', 'ML'),
(11323, 'Horror', 'Respawner', 'ML'),
(11324, 'Horror', 'Zombie Ed', 'ML'),
(11325, 'Horror', 'Sick and the Dead', 'ML'),
(11326, 'Horror', '2: Voodoo Academy', 'ML'),
(11327, 'Horror', 'House of Horrors: Gates of Hell', 'ML'),
(11328, 'Horror', 'Vampire Obsession', 'ML'),
(11329, 'Horror', 'Xie mo', 'ML'),
(11330, 'Horror', 'Pulau hantu 3', 'ML'),
(11331, 'Horror', 'Dracula, Lord of the Damned', 'ML'),
(11332, 'Horror', 'Zombie Ninja Gangbangers', 'ML'),
(11333, 'Horror', 'The Mummys Dungeon', 'ML'),
(11334, 'Horror', 'Rukoilijasirkka', 'ML'),
(11335, 'Horror', 'Happening Seizonsya 0', 'ML'),
(11336, 'Horror', 'Hukuman zinah', 'ML'),
(11337, 'Horror', 'Hula', 'ML'),
(11338, 'Horror', 'The Eel', 'ML'),
(11339, 'Horror', 'Gatecrash', 'ML'),
(11340, 'Horror', 'Another Zombie Flick: The Making of a Low Budget Zombie Movie', 'ML'),
(11341, 'Horror', 'Candy.', 'ML'),
(11342, 'Horror', 'Fairview Falls', 'ML'),
(11343, 'Horror', 'East Stackton', 'ML'),
(11344, 'Horror', 'Khopdi: The Skull', 'ML'),
(11345, 'Horror', 'Girl Drinks Darkness', 'ML'),
(11346, 'Horror', 'Khofnak Mahal', 'ML'),
(11347, 'Horror', 'Raw Force', 'ML'),
(11348, 'Horror', 'Discarnate', 'ML'),
(11349, 'Horror', 'Lifes Slumber', 'ML'),
(11350, 'Horror', 'A Beary Scary Movie', 'ML'),
(11351, 'Horror', 'Bad Moon', 'ML'),
(11352, 'Horror', 'H.P. Lovecraft Volume 2: Dreams of Cthulhu - The Rough Magik Initiative', 'ML'),
(11353, 'Horror', 'Zombie Hunters: City of the Dead, Episode 4', 'ML'),
(11354, 'Horror', 'The Deadly Bees', 'ML'),
(11355, 'Horror', 'Second Chances', 'ML'),
(11356, 'Horror', 'Rosemarys Baby', 'ML'),
(11357, 'Horror', 'Les avaleuses', 'ML'),
(11358, 'Horror', 'Beach Demons', 'ML'),
(11359, 'Horror', 'Game Camera', 'ML'),
(11360, 'Horror', 'Liars 2: Fit to Kill', 'ML'),
(11361, 'Horror', 'Coca, hasis & aliteia 2 - I sapia sarka', 'ML'),
(11362, 'Horror', 'Final Curtain: Part 4 - Blood Brothers', 'ML'),
(11363, 'Horror', 'Werewolf Fever', 'ML'),
(11364, 'Horror', 'Blaze of Gory', 'ML'),
(11365, 'Horror', 'The Executive Producer', 'ML'),
(11366, 'Horror', 'Sotohiro', 'ML'),
(11367, 'Horror', 'The Vampires of Zanzibar', 'ML'),
(11368, 'Horror', 'Dead Vengeance', 'ML'),
(11369, 'Horror', 'Tao chu shan hu hai', 'ML'),
(11370, 'Horror', 'Masacre', 'ML'),
(11371, 'Horror', 'PigDog', 'ML'),
(11372, 'Horror', 'Zombies of America', 'ML'),
(11373, 'Horror', 'The Pool 2', 'ML'),
(11374, 'Horror', 'The Wicked Hollows', 'ML'),
(11375, 'Horror', 'Jan-Gel 3: Hillbilly Monster', 'ML'),
(11376, 'Horror', 'CanniBallistic!', 'ML'),
(11377, 'Horror', 'Bed Bugs', 'ML'),
(11378, 'Horror', 'Killdozer', 'ML'),
(11379, 'Horror', 'Pentagramm', 'ML'),
(11380, 'Horror', 'Archivos Mortales', 'ML'),
(11381, 'Horror', 'Electric Flesh', 'ML'),
(11382, 'Horror', 'Horno', 'ML'),
(11383, 'Horror', 'The Demons of Ludlow', 'ML'),
(11384, 'Horror', 'Yin yang lu', 'ML'),
(11385, 'Horror', 'The Imagined', 'ML'),
(11386, 'Horror', 'Lolita vib-zeme', 'ML'),
(11387, 'Horror', 'Dead Crossing', 'ML'),
(11388, 'Horror', 'Death Screams', 'ML'),
(11389, 'Horror', 'Sometimes They Come Back... for More', 'ML'),
(11390, 'Horror', 'Syner', 'ML'),
(11391, 'Horror', 'Embrace the Darkness II', 'ML'),
(11392, 'Horror', 'T is for Talbet', 'ML'),
(11393, 'Horror', 'Euthination', 'ML'),
(11394, 'Horror', 'The Curse of Doctor Wolffenstein', 'ML'),
(11395, 'Horror', 'Images of Helen', 'ML'),
(11396, 'Horror', 'Jian nu you hun', 'ML'),
(11397, 'Horror', 'Deep Seeded', 'ML'),
(11398, 'Horror', 'Jesus and Her Gospel of Yes', 'ML'),
(11399, 'Horror', 'Fall to Pieces', 'ML'),
(11400, 'Horror', 'Campfire Legends: The Babysitter', 'ML'),
(11401, 'Horror', 'The Porthkerry Experience', 'ML'),
(11402, 'Horror', 'Corporate Monster', 'ML'),
(11403, 'Horror', 'Frayed', 'ML'),
(11404, 'Horror', 'Machete Betty', 'ML'),
(11405, 'Horror', 'Dog Soldiers: Legacy', 'ML'),
(11406, 'Horror', 'Lost Suburbia', 'ML'),
(11407, 'Horror', 'Ghost Team One', 'ML'),
(11408, 'Horror', 'Duga svjetla', 'ML'),
(11409, 'Horror', 'Ancient Evil: Scream of the Mummy', 'ML'),
(11410, 'Horror', 'What Ever Happened to Aunt Alice?', 'ML'),
(11411, 'Horror', 'Zombie Hunters: City of the Dead, Episode 8', 'ML'),
(11412, 'Horror', 'Babes in the Woods', 'ML'),
(11413, 'Horror', 'The Soul of a Monster', 'ML'),
(11414, 'Horror', 'Reykjavik Whale Watching Massacre', 'ML'),
(11415, 'Horror', 'Social Vigilantes', 'ML'),
(11416, 'Horror', 'Frightmares', 'ML'),
(11417, 'Horror', 'Hellbride', 'ML'),
(11418, 'Horror', 'Youre with Me Now', 'ML'),
(11419, 'Horror', 'Tetsu no tsume', 'ML'),
(11420, 'Horror', 'Play House', 'ML'),
(11421, 'Horror', 'A Mind Is a Terrible Thing to Taste', 'ML'),
(11422, 'Horror', 'Ekusute', 'ML'),
(11423, 'Horror', 'Zombie Business', 'ML'),
(11424, 'Horror', 'Hell Phone', 'ML'),
(11425, 'Horror', 'Dinner Conversations', 'ML'),
(11426, 'Horror', 'Serial Rabbit', 'ML'),
(11427, 'Horror', 'Dont Look in the Attic', 'ML'),
(11428, 'Horror', 'Terror of the Bloodhunters', 'ML'),
(11429, 'Horror', 'The Midnight Meat Train', 'ML'),
(11430, 'Horror', 'Jelangkung 3', 'ML'),
(11431, 'Horror', 'The Grateful Undead', 'ML'),
(11432, 'Horror', 'Leng xue ren lang', 'ML'),
(11433, 'Horror', 'The Body Shop', 'ML'),
(11434, 'Horror', 'Mr. Bricks: A Heavy Metal Murder Musical', 'ML'),
(11435, 'Horror', 'Hatyarin', 'ML'),
(11436, 'Horror', 'Kaidan katame no otoko', 'ML'),
(11437, 'Horror', 'La residencia', 'ML'),
(11438, 'Horror', 'Last House on Hell Street', 'ML'),
(11439, 'Horror', 'JackenJill', 'ML'),
(11440, 'Horror', 'Pon', 'ML'),
(11441, 'Horror', 'Wheelchair Mary', 'ML'),
(11442, 'Horror', '18.0', 'ML'),
(11443, 'Horror', 'The Living Dead Boy', 'ML'),
(11444, 'Horror', 'Anchin to Kiyohime', 'ML'),
(11445, 'Horror', 'Torture Porn', 'ML'),
(11446, 'Horror', 'Kaidan yonaki-doro', 'ML'),
(11447, 'Horror', 'Zombi kampung pisang', 'ML'),
(11448, 'Horror', 'The Last Broadcast', 'ML'),
(11449, 'Horror', 'Dantes Inferno: Documentary', 'ML'),
(11450, 'Horror', 'Thank You, Mr. Giggles', 'ML'),
(11451, 'Horror', 'Scorpius Gigantus', 'ML'),
(11452, 'Horror', 'Seven Years', 'ML'),
(11453, 'Horror', 'Satans Box', 'ML'),
(11454, 'Horror', 'df/dx', 'ML'),
(11455, 'Horror', 'Devil Dog: The Hound of Hell', 'ML'),
(11456, 'Horror', 'Jessica: A Ghost Story', 'ML'),
(11457, 'Horror', 'Krampus: The Christmas Devil', 'ML'),
(11458, 'Horror', 'The Long Island Cannibal Massacre', 'ML'),
(11459, 'Horror', 'T Is for Tentacle', 'ML'),
(11460, 'Horror', 'Les Chic 2: The King of Sex', 'ML'),
(11461, 'Horror', 'Sol, piruletas y Arcoiris', 'ML'),
(11462, 'Horror', 'La laguna del monstruo', 'ML'),
(11463, 'Horror', 'Fobos. Klub strakha', 'ML'),
(11464, 'Horror', 'Halloween Party', 'ML'),
(11465, 'Horror', 'Shadow of a Stranger', 'ML'),
(11466, 'Horror', 'Black Past', 'ML'),
(11467, 'Horror', 'Trash Night', 'ML'),
(11468, 'Horror', 'The Human Centipede II', 'ML'),
(11469, 'Horror', 'American Burger', 'ML'),
(11470, 'Horror', 'T Is for Toss', 'ML'),
(11471, 'Horror', 'Jinniku no umarekawari', 'ML'),
(11472, 'Horror', 'Dark Comedy', 'ML'),
(11473, 'Horror', 'Seance', 'ML'),
(11474, 'Horror', 'Blood Theatre', 'ML'),
(11475, 'Horror', 'The Ripper', 'ML'),
(11476, 'Horror', 'A Modern Jekyll and Hyde', 'ML'),
(11477, 'Horror', 'Jingle Bell Fever', 'ML'),
(11478, 'Horror', 'Mega Python vs. Gatoroid', 'ML'),
(11479, 'Horror', 'Sposini', 'ML'),
(11480, 'Horror', 'Pacarku kuntilanak kembar', 'ML'),
(11481, 'Horror', 'Mangue Negro', 'ML'),
(11482, 'Horror', 'Liberata Me', 'ML'),
(11483, 'Horror', 'Subconscious', 'ML'),
(11484, 'Horror', 'Hodne divne pribehy', 'ML'),
(11485, 'Horror', 'Hrabe Drakula', 'ML'),
(11486, 'Horror', 'Zombie Socks: The Undead Hunter', 'ML'),
(11487, 'Horror', 'Shadow Grove', 'ML'),
(11488, 'Horror', 'La sanguisuga conduce la danza', 'ML'),
(11489, 'Horror', 'Dead End Days', 'ML'),
(11490, 'Horror', 'Taglionetto', 'ML'),
(11491, 'Horror', 'Demon of Castlebury', 'ML'),
(11492, 'Horror', 'The Penny Dreadful Picture Show', 'ML'),
(11493, 'Horror', 'Absinthe Makes the Dead Live Longer!', 'ML'),
(11494, 'Horror', 'Lisas New Nightmares', 'ML'),
(11495, 'Horror', 'Thinner', 'ML'),
(11496, 'Horror', 'Meatbox', 'ML'),
(11497, 'Horror', 'Biker Fox', 'ML'),
(11498, 'Horror', 'The Godsend', 'ML'),
(11499, 'Horror', 'Estupro', 'ML'),
(11500, 'Horror', 'Hyenas', 'ML'),
(11501, 'Horror', 'Meatball Machine', 'ML'),
(11502, 'Horror', 'Assassino senza volto', 'ML'),
(11503, 'Horror', 'Renegados de la luz', 'ML'),
(11504, 'Horror', 'Valley of the Demon', 'ML'),
(11505, 'Horror', 'Jason X', 'ML'),
(11506, 'Horror', 'What Stares Back', 'ML'),
(11507, 'Horror', 'Cannibal Lolita: A Love Story', 'ML'),
(11508, 'Horror', 'Koi Hai', 'ML'),
(11509, 'Horror', 'At Twilight Come the Flesheaters', 'ML'),
(11510, 'Horror', 'Vampire City', 'ML'),
(11511, 'Horror', 'Badai-Selatan', 'ML'),
(11512, 'Horror', 'Twins of Evil', 'ML'),
(11513, 'Horror', 'House of the Black Death', 'ML'),
(11514, 'Horror', 'Aux yeux des vivants', 'ML'),
(11515, 'Horror', 'Snow White: A Tale of Terror', 'ML'),
(11516, 'Horror', 'Blood of the Iron Maiden', 'ML'),
(11517, 'Horror', 'The Beach Girls and the Monster', 'ML'),
(11518, 'Horror', 'Mr. Murakamis Garden', 'ML'),
(11519, 'Horror', 'Chin nin lui yiu', 'ML'),
(11520, 'Horror', 'Dream Demon', 'ML'),
(11521, 'Horror', 'Donde duerme el horror', 'ML'),
(11522, 'Horror', 'Spider on the Ceiling', 'ML'),
(11523, 'Horror', 'Talent: A Hollywood Gothic', 'ML'),
(11524, 'Horror', '2 Storms', 'ML'),
(11525, 'Horror', 'Cries of the Damned', 'ML'),
(11526, 'Horror', 'Self Storage 2', 'ML'),
(11527, 'Horror', 'I lunghi capelli della morte', 'ML'),
(11528, 'Horror', 'Suffering Mans Charity', 'ML'),
(11529, 'Horror', 'Revenge of Death', 'ML'),
(11530, 'Horror', 'Inheriting the Earth', 'ML'),
(11531, 'Horror', 'The Sugar on Top', 'ML'),
(11532, 'Horror', 'Chill', 'ML'),
(11533, 'Horror', 'The True Legend of the Jersey Devil', 'ML'),
(11534, 'Horror', 'The Day the Forest Opened Its Eyes', 'ML'),
(11535, 'Horror', 'Adman', 'ML'),
(11536, 'Horror', 'Late: Zombie Etiquette', 'ML'),
(11537, 'Horror', 'Cry Baby Lane', 'ML'),
(11538, 'Horror', 'Ren pi guo zheng xie', 'ML'),
(11539, 'Horror', 'The Midnight Game', 'ML'),
(11540, 'Horror', 'Demons Play', 'ML'),
(11541, 'Horror', 'Hannah House', 'ML'),
(11542, 'Horror', 'Psycho-fan-tic', 'ML'),
(11543, 'Horror', 'Dawns Edge', 'ML'),
(11544, 'Horror', 'Reel-Illusionary Zone', 'ML'),
(11545, 'Horror', 'Vamp U', 'ML'),
(11546, 'Horror', 'Scholomance: The Devils School', 'ML'),
(11547, 'Horror', 'The Night Divides the Day', 'ML'),
(11548, 'Horror', 'Perros de barrio', 'ML'),
(11549, 'Sci-Fi', 'Le Fear II: Le Sequel', 'ML'),
(11550, 'Sci-Fi', 'Pyl', 'ML'),
(11551, 'Sci-Fi', 'Psi-Ops: The Mindgate Conspiracy', 'ML'),
(11552, 'Sci-Fi', 'Atomic Dog', 'ML'),
(11553, 'Sci-Fi', 'RoadBlasters', 'ML'),
(11554, 'Sci-Fi', 'Time Scoop Hunter: Special', 'ML'),
(11555, 'Sci-Fi', 'Miami Golem', 'ML'),
(11556, 'Sci-Fi', 'Infinite Space', 'ML'),
(11557, 'Sci-Fi', 'CV Nation', 'ML'),
(11558, 'Sci-Fi', 'Ultraman Cosmos', 'ML'),
(11559, 'Sci-Fi', 'Limb from Limb', 'ML'),
(11560, 'Sci-Fi', 'Un marciano llamado deseo', 'ML'),
(11561, 'Sci-Fi', 'La fin du monde', 'ML'),
(11562, 'Sci-Fi', 'Scramble', 'ML'),
(11563, 'Sci-Fi', 'A Step in the Wrong Direction', 'ML'),
(11564, 'Sci-Fi', 'Shin Contra', 'ML'),
(11565, 'Sci-Fi', 'Quester', 'ML'),
(11566, 'Sci-Fi', 'An Antipollution Movie', 'ML'),
(11567, 'Sci-Fi', 'Savage Fury', 'ML'),
(11568, 'Sci-Fi', 'Invasion of the Space Preachers', 'ML'),
(11569, 'Sci-Fi', 'Dark Pool', 'ML'),
(11570, 'Sci-Fi', 'Battle of the Planets', 'ML'),
(11571, 'Sci-Fi', 'Version 0.9', 'ML'),
(11572, 'Sci-Fi', 'Zucker', 'ML'),
(11573, 'Sci-Fi', 'Angry Planet', 'ML'),
(11574, 'Sci-Fi', 'Conspiracy Theorem', 'ML'),
(11575, 'Sci-Fi', 'Crime Scene X: Jabberwocky in the Looking Glass', 'ML'),
(11576, 'Sci-Fi', 'Shadow Skill', 'ML'),
(11577, 'Sci-Fi', 'Swan', 'ML'),
(11578, 'Sci-Fi', 'Gasaraki', 'ML'),
(11579, 'Sci-Fi', 'Captain Zep - Space Detective', 'ML'),
(11580, 'Sci-Fi', 'Braddock', 'ML'),
(11581, 'Sci-Fi', 'Jasmine.elf', 'ML'),
(11582, 'Sci-Fi', 'The Glitterball', 'ML'),
(11583, 'Sci-Fi', 'Alien Vengeance: The First Encounter', 'ML'),
(11584, 'Sci-Fi', 'Aliens vs. Predator 2', 'ML'),
(11585, 'Sci-Fi', 'The Dead Undead', 'ML'),
(11586, 'Sci-Fi', 'Half a World Away', 'ML'),
(11587, 'Sci-Fi', 'SGU Stargate Universe Kino', 'ML'),
(11588, 'Sci-Fi', 'The New Adventures of Mighty Mouse and Heckle and Jeckle', 'ML'),
(11589, 'Sci-Fi', 'Teenage Caveman', 'ML'),
(11590, 'Sci-Fi', 'Anica 6', 'ML'),
(11591, 'Sci-Fi', 'Aktion Abendsonne', 'ML'),
(11592, 'Sci-Fi', 'The Animatrix', 'ML'),
(11593, 'Sci-Fi', 'Super Astro Fighter', 'ML'),
(11594, 'Sci-Fi', 'Gunforce: Battle Fire Engulfed Terror Island', 'ML'),
(11595, 'Sci-Fi', 'Battlestar Galactica: Blood & Chrome', 'ML'),
(11596, 'Sci-Fi', 'Cyber Strike 2', 'ML'),
(11597, 'Sci-Fi', 'Aturan', 'ML'),
(11598, 'Sci-Fi', 'Final Fantasy VII: Advent Children', 'ML'),
(11599, 'Sci-Fi', 'Lost in the Bermuda Triangle', 'ML'),
(11600, 'Sci-Fi', 'Simon Van Winkle', 'ML'),
(11601, 'Sci-Fi', 'Edison City', 'ML'),
(11602, 'Sci-Fi', 'Ogon senshi Gold Raitan', 'ML'),
(11603, 'Sci-Fi', 'Mixed Reception', 'ML'),
(11604, 'Sci-Fi', 'Kamen Rider Blade: Blade vs. Blade', 'ML'),
(11605, 'Sci-Fi', 'Third Contact', 'ML'),
(11606, 'Sci-Fi', 'The Adventures of Don Quick', 'ML'),
(11607, 'Sci-Fi', 'Muzzle Flash', 'ML'),
(11608, 'Sci-Fi', 'First Love, Second Planet', 'ML'),
(11609, 'Sci-Fi', 'Troglodyte', 'ML'),
(11610, 'Sci-Fi', 'Raptor', 'ML'),
(11611, 'Sci-Fi', 'Alien Express', 'ML'),
(11612, 'Sci-Fi', 'The Invisible Boy', 'ML'),
(11613, 'Sci-Fi', 'Dark Rising 2: Summer Strikes Back!', 'ML'),
(11614, 'Sci-Fi', 'Borderlands 2', 'ML'),
(11615, 'Sci-Fi', 'Eradicate', 'ML'),
(11616, 'Sci-Fi', 'Cut the Gum', 'ML'),
(11617, 'Sci-Fi', 'Adams Truth', 'ML'),
(11618, 'Sci-Fi', 'Bikini Monsters', 'ML'),
(11619, 'Sci-Fi', 'Alien Presence', 'ML'),
(11620, 'Sci-Fi', 'Repeaters', 'ML'),
(11621, 'Sci-Fi', 'Breakfast with the Colonel', 'ML'),
(11622, 'Sci-Fi', 'Nieto del Futuro', 'ML'),
(11623, 'Sci-Fi', 'What Things May Come', 'ML'),
(11624, 'Sci-Fi', 'First Impact', 'ML'),
(11625, 'Sci-Fi', 'Blindpassasjer', 'ML'),
(11626, 'Sci-Fi', 'The Monster Maker', 'ML'),
(11627, 'Sci-Fi', 'Swelter', 'ML'),
(11628, 'Sci-Fi', 'Drexciya', 'ML'),
(11629, 'Sci-Fi', 'Toraburu', 'ML'),
(11630, 'Sci-Fi', 'The Visual Effects of X-Men', 'ML'),
(11631, 'Sci-Fi', 'They Came from Beyond Space', 'ML'),
(11632, 'Sci-Fi', 'Aftermath: Population Zero', 'ML'),
(11633, 'Sci-Fi', 'Maltageddon', 'ML'),
(11634, 'Sci-Fi', 'Act II', 'ML'),
(11635, 'Sci-Fi', 'Robot Battle', 'ML'),
(11636, 'Sci-Fi', 'Responsibly Sourced', 'ML'),
(11637, 'Sci-Fi', 'Star Fire', 'ML'),
(11638, 'Sci-Fi', 'Paul the Dowser: Opening a Portal to the 5th Dimension', 'ML'),
(11639, 'Sci-Fi', 'Raptured', 'ML'),
(11640, 'Sci-Fi', 'WizardsQuest: The Princess Dream', 'ML'),
(11641, 'Sci-Fi', 'Flexs New Workout', 'ML'),
(11642, 'Sci-Fi', 'Star Wars: Episode III.VIII: Rise of the Troopers', 'ML'),
(11643, 'Sci-Fi', 'Rattlers', 'ML'),
(11644, 'Sci-Fi', 'Cubik', 'ML'),
(11645, 'Sci-Fi', 'Nebula of Fear', 'ML'),
(11646, 'Sci-Fi', 'The War of the Starfighters', 'ML'),
(11647, 'Sci-Fi', 'Killer Instinct 2', 'ML'),
(11648, 'Sci-Fi', 'Eggworld', 'ML'),
(11649, 'Sci-Fi', 'Night Wars', 'ML'),
(11650, 'Sci-Fi', 'Space Love', 'ML'),
(11651, 'Sci-Fi', 'Keep Watching the Skies!', 'ML'),
(11652, 'Sci-Fi', '2 locos en Mar del Plata', 'ML'),
(11653, 'Sci-Fi', 'Pane, vy jste vdova!', 'ML'),
(11654, 'Sci-Fi', 'Super Space Stranger Mark II', 'ML'),
(11655, 'Sci-Fi', 'Beyond and Back', 'ML'),
(11656, 'Sci-Fi', 'Flood Stains', 'ML'),
(11657, 'Sci-Fi', 'Discovery Mars', 'ML'),
(11658, 'Sci-Fi', 'The Mad Ghoul', 'ML'),
(11659, 'Sci-Fi', 'Citizen Ghost', 'ML'),
(11660, 'Sci-Fi', 'Steel Harbinger', 'ML'),
(11661, 'Sci-Fi', 'Oblivion 2: Backlash', 'ML'),
(11662, 'Sci-Fi', 'Apollo 54', 'ML'),
(11663, 'Sci-Fi', 'They Put a Man on the Earth', 'ML'),
(11664, 'Sci-Fi', 'R.U.R.', 'ML'),
(11665, 'Sci-Fi', 'Pink Moon', 'ML'),
(11666, 'Sci-Fi', 'Zero Theorem', 'ML'),
(11667, 'Sci-Fi', 'Griffith Park 8', 'ML'),
(11668, 'Sci-Fi', 'Doctor Who: Thirty Years in the Tardis', 'ML'),
(11669, 'Sci-Fi', 'Where Once Was When', 'ML'),
(11670, 'Sci-Fi', 'Star Trek: Hidden Evil', 'ML'),
(11671, 'Sci-Fi', 'Night Striker', 'ML'),
(11672, 'Sci-Fi', 'Webliners', 'ML'),
(11673, 'Sci-Fi', 'Amorphous', 'ML'),
(11674, 'Sci-Fi', 'A Crowd of Small Adventures: Bang Bang', 'ML'),
(11675, 'Sci-Fi', 'Paris nexiste pas', 'ML'),
(11676, 'Sci-Fi', 'Wartime', 'ML'),
(11677, 'Sci-Fi', 'Satan of Saturn', 'ML'),
(11678, 'Sci-Fi', 'Afterimage', 'ML'),
(11679, 'Sci-Fi', 'Le jardin des autres roses', 'ML'),
(11680, 'Sci-Fi', 'Karate Ruler', 'ML'),
(11681, 'Sci-Fi', 'Thanatos Road', 'ML'),
(11682, 'Sci-Fi', 'Browncoats: Redemption', 'ML'),
(11683, 'Sci-Fi', 'Dark Queen', 'ML'),
(11684, 'Sci-Fi', 'Bijo to Ekitainingen', 'ML'),
(11685, 'Sci-Fi', 'Freak Encounters', 'ML'),
(11686, 'Sci-Fi', 'Regulus', 'ML'),
(11687, 'Sci-Fi', 'The Clone Master', 'ML'),
(11688, 'Sci-Fi', 'Bad Channels', 'ML'),
(11689, 'Sci-Fi', 'Brainjacked', 'ML'),
(11690, 'Sci-Fi', 'The Weird Ones', 'ML'),
(11691, 'Sci-Fi', 'Queen of Outer Space', 'ML'),
(11692, 'Sci-Fi', 'Circuits Edge', 'ML'),
(11693, 'Sci-Fi', 'Last Angel of History', 'ML'),
(11694, 'Sci-Fi', 'Worldline: The Story of Talon Evans', 'ML'),
(11695, 'Sci-Fi', 'Scared to Death', 'ML'),
(11696, 'Sci-Fi', 'Rymdinvasion i Lappland', 'ML'),
(11697, 'Sci-Fi', 'As the Earth Turned', 'ML'),
(11698, 'Sci-Fi', 'Super Xevious: Ganpu no Nazo', 'ML'),
(11699, 'Sci-Fi', 'Aidan 5', 'ML'),
(11700, 'Sci-Fi', 'Night Dawn Day', 'ML'),
(11701, 'Sci-Fi', 'Roswell? Yes!', 'ML'),
(11702, 'Sci-Fi', 'Capitan Basilico', 'ML'),
(11703, 'Sci-Fi', 'Carnosaur', 'ML'),
(11704, 'Sci-Fi', 'Bikini-Blitzkrieg, Part One: Dance Domination', 'ML'),
(11705, 'Sci-Fi', 'THE: Total Human Experience', 'ML'),
(11706, 'Sci-Fi', 'They Came from Uranus!', 'ML'),
(11707, 'Sci-Fi', 'Captain Future', 'ML'),
(11708, 'Sci-Fi', 'Dark Rising: The Savage Tales of Summer Vale', 'ML'),
(11709, 'Sci-Fi', 'The Window Into Time', 'ML'),
(11710, 'Sci-Fi', 'Vaccine 2011', 'ML'),
(11711, 'Sci-Fi', 'Anak ng kidlat', 'ML'),
(11712, 'Sci-Fi', 'Our Future Is Bright', 'ML'),
(11713, 'Sci-Fi', 'Scaranna', 'ML'),
(11714, 'Sci-Fi', 'Star Warriors Episode 2: Attack of the Mandroid!', 'ML'),
(11715, 'Sci-Fi', 'Tess the Inventor', 'ML'),
(11716, 'Sci-Fi', 'Bio-Tech Warrior', 'ML'),
(11717, 'Sci-Fi', 'Da Qi Ceng Xiao Shi', 'ML'),
(11718, 'Sci-Fi', 'Space Fortress', 'ML'),
(11719, 'Sci-Fi', 'Salvage Dream', 'ML'),
(11720, 'Sci-Fi', 'La Bamba 2: Hell Is a Drag', 'ML'),
(11721, 'Sci-Fi', 'Quatermass 2', 'ML'),
(11722, 'Sci-Fi', 'Nave #527', 'ML'),
(11723, 'Sci-Fi', 'Captain Midnight', 'ML'),
(11724, 'Sci-Fi', 'Star Trek: Henglaar, M.D.', 'ML'),
(11725, 'Sci-Fi', 'V: The Final Battle', 'ML'),
(11726, 'Sci-Fi', 'Star Trek: Odyssey', 'ML'),
(11727, 'Sci-Fi', 'Zumbido mortal', 'ML'),
(11728, 'Sci-Fi', 'Patalghar', 'ML'),
(11729, 'Sci-Fi', 'The Sixth', 'ML'),
(11730, 'Sci-Fi', 'Dr. Plonk', 'ML'),
(11731, 'Sci-Fi', 'Quenton', 'ML'),
(11732, 'Sci-Fi', 'Time Keepers', 'ML'),
(11733, 'Sci-Fi', 'Stunde des Skorpions', 'ML'),
(11734, 'Sci-Fi', 'Memoirs of a Survivor', 'ML'),
(11735, 'Sci-Fi', 'Skate Wars: Episode 1 - A Hot Jedi Chick', 'ML'),
(11736, 'Sci-Fi', 'Goranger: The Movie', 'ML'),
(11737, 'Sci-Fi', 'The Last Mimzy', 'ML'),
(11738, 'Sci-Fi', 'Dan Dare 2: Mekons Revenge', 'ML'),
(11739, 'Sci-Fi', 'El destape', 'ML'),
(11740, 'Sci-Fi', 'Gloroths Writhe', 'ML'),
(11741, 'Sci-Fi', '?E?ANX', 'ML'),
(11742, 'Sci-Fi', 'Paris in the Springtime', 'ML'),
(11743, 'Sci-Fi', 'Alien Legion', 'ML'),
(11744, 'Sci-Fi', 'The Illustrator', 'ML'),
(11745, 'Sci-Fi', 'Granice svemira', 'ML'),
(11746, 'Sci-Fi', 'Speedball 2: Brutal Deluxe', 'ML'),
(11747, 'Sci-Fi', 'Wurm', 'ML'),
(11748, 'Sci-Fi', 'The Buried Secret of M. Night Shyamalan', 'ML'),
(11749, 'Sci-Fi', 'Strange Lights', 'ML'),
(11750, 'Sci-Fi', 'NBC Experiment in Television', 'ML'),
(11751, 'Sci-Fi', '[Sun]Dust', 'ML'),
(11752, 'Sci-Fi', 'The Six Million Dollar Man: Solid Gold Kidnapping', 'ML'),
(11753, 'Sci-Fi', 'Dead Americans', 'ML'),
(11754, 'Sci-Fi', 'Deep Shock', 'ML'),
(11755, 'Sci-Fi', 'Blazzlehoffen II: Dream Hoster', 'ML'),
(11756, 'Sci-Fi', 'Riverworld', 'ML'),
(11757, 'Sci-Fi', 'Lunarcop', 'ML'),
(11758, 'Sci-Fi', 'ZED.TO', 'ML'),
(11759, 'Sci-Fi', 'Teen Titans: Trouble in Tokyo', 'ML'),
(11760, 'Sci-Fi', 'The Copper Bandit', 'ML'),
(11761, 'Sci-Fi', 'Star Wars: Force Commander', 'ML'),
(11762, 'Sci-Fi', 'Carson Napier', 'ML'),
(11763, 'Sci-Fi', 'The Elephant Without a Tail', 'ML'),
(11764, 'Sci-Fi', 'A Jokers Card', 'ML'),
(11765, 'Sci-Fi', 'Wizard of Wor', 'ML'),
(11766, 'Sci-Fi', 'Project Panacea', 'ML'),
(11767, 'Sci-Fi', 'Divas of Novella', 'ML'),
(11768, 'Sci-Fi', 'Ghost in the Shell: Arise', 'ML'),
(11769, 'Sci-Fi', 'Quantum Deep', 'ML'),
(11770, 'Sci-Fi', 'Evils of the Night', 'ML'),
(11771, 'Sci-Fi', 'Stardust 6', 'ML'),
(11772, 'Sci-Fi', 'Disappearing Bakersfield', 'ML'),
(11773, 'Sci-Fi', 'Road Train', 'ML'),
(11774, 'Sci-Fi', 'Universal Soldier', 'ML'),
(11775, 'Sci-Fi', 'Since: A Sci Fi Short Film', 'ML'),
(11776, 'Sci-Fi', 'Spectropia', 'ML'),
(11777, 'Sci-Fi', 'Star Trek: Generations', 'ML'),
(11778, 'Sci-Fi', 'El trono del infierno', 'ML'),
(11779, 'Sci-Fi', 'Dragon Fury II', 'ML'),
(11780, 'Sci-Fi', 'Edge of Normal', 'ML'),
(11781, 'Sci-Fi', 'Wake Cycle', 'ML'),
(11782, 'Sci-Fi', 'Paradox Mary', 'ML'),
(11783, 'Sci-Fi', 'The Exotic Time Machine', 'ML'),
(11784, 'Sci-Fi', 'Dead Star', 'ML'),
(11785, 'Sci-Fi', 'The Cyborg Cometh', 'ML'),
(11786, 'Sci-Fi', 'Resonnances', 'ML'),
(11787, 'Sci-Fi', '6 Hours to Live', 'ML'),
(11788, 'Sci-Fi', 'Rotation Redux', 'ML'),
(11789, 'Sci-Fi', 'Amber Aroused', 'ML'),
(11790, 'Sci-Fi', 'Infection: The Invasion Begins', 'ML'),
(11791, 'Sci-Fi', 'May Day', 'ML'),
(11792, 'Sci-Fi', 'Demente', 'ML'),
(11793, 'Sci-Fi', 'Men in Black: A Hardcore Parody', 'ML'),
(11794, 'Sci-Fi', 'Never Die Twice', 'ML'),
(11795, 'Sci-Fi', 'The Merchant of Room 004', 'ML'),
(11796, 'Sci-Fi', 'F.E.A.R.: First Encounter Assault Recon', 'ML'),
(11797, 'Sci-Fi', 'Planet Raptor', 'ML'),
(11798, 'Sci-Fi', 'Lazarus Taxon', 'ML'),
(11799, 'Sci-Fi', 'Seventh Journey', 'ML'),
(11800, 'Sci-Fi', 'A.M.C.: Astro Marine Corps', 'ML'),
(11801, 'Sci-Fi', 'Red Eagle', 'ML'),
(11802, 'Sci-Fi', 'Luci lontane', 'ML'),
(11803, 'Sci-Fi', 'Beckinfield', 'ML'),
(11804, 'Sci-Fi', 'Double Happiness Uranium', 'ML'),
(11805, 'Sci-Fi', 'Alien Armageddon', 'ML'),
(11806, 'Sci-Fi', 'Light and Dust', 'ML'),
(11807, 'Sci-Fi', 'Huo xing ren', 'ML'),
(11808, 'Sci-Fi', 'Zui hou yi zhan', 'ML'),
(11809, 'Sci-Fi', 'Destination Truth 2.5', 'ML'),
(11810, 'Sci-Fi', 'Cybergirl', 'ML'),
(11811, 'Sci-Fi', 'Stratagem', 'ML'),
(11812, 'Sci-Fi', 'Unimatrix 384', 'ML'),
(11813, 'Sci-Fi', 'Linko', 'ML'),
(11814, 'Sci-Fi', 'Maximum Surge', 'ML'),
(11815, 'Sci-Fi', 'McAllister Affair: The Gathering', 'ML'),
(11816, 'Sci-Fi', 'Tales of the Fourth Dimension', 'ML'),
(11817, 'Sci-Fi', 'Giperboloid inzhenera Garina', 'ML'),
(11818, 'Sci-Fi', 'Broken Toy', 'ML'),
(11819, 'Sci-Fi', 'Outlaw Prophet', 'ML'),
(11820, 'Sci-Fi', 'Every Little Something by Dave', 'ML'),
(11821, 'Sci-Fi', 'Iria: Zeiram the Animation', 'ML'),
(11822, 'Sci-Fi', 'Day 37', 'ML'),
(11823, 'Sci-Fi', 'Silent But Deadly 2', 'ML'),
(11824, 'Sci-Fi', 'Super UFO', 'ML'),
(11825, 'Sci-Fi', '10:17', 'ML'),
(11826, 'Sci-Fi', 'Cul de Sac', 'ML'),
(11827, 'Sci-Fi', 'Asuya', 'ML'),
(11828, 'Sci-Fi', 'Captain Cosmos and the Gray Ghosts', 'ML'),
(11829, 'Sci-Fi', 'Project Shadowchaser II', 'ML'),
(11830, 'Sci-Fi', 'Cries of Ecstasy, Blows of Death', 'ML'),
(11831, 'Sci-Fi', 'West Nile Virus', 'ML'),
(11832, 'Sci-Fi', 'Invasion: Earth', 'ML'),
(11833, 'Sci-Fi', 'Memory Consistent', 'ML'),
(11834, 'Sci-Fi', 'The Return of the Loch Ness Monster from Outer Space', 'ML'),
(11835, 'Sci-Fi', 'Feeling Better', 'ML'),
(11836, 'Sci-Fi', 'Sex Trek: Where No Man Has Cum B4', 'ML'),
(11837, 'Sci-Fi', 'If We Had No Moon', 'ML'),
(11838, 'Sci-Fi', 'Repeat Offenders: Jamais Vu', 'ML'),
(11839, 'Sci-Fi', 'Quatermain: Legacy', 'ML'),
(11840, 'Sci-Fi', 'Carolina Cannonball', 'ML'),
(11841, 'Sci-Fi', 'Mighty Med', 'ML'),
(11842, 'Sci-Fi', 'Mr. M: The End', 'ML'),
(11843, 'Sci-Fi', 'Artificial Worlds V.3.0', 'ML'),
(11844, 'Sci-Fi', 'Embryonic', 'ML'),
(11845, 'Sci-Fi', 'TimeShift', 'ML'),
(11846, 'Sci-Fi', 'Fase 7', 'ML'),
(11847, 'Sci-Fi', 'Wormhole', 'ML'),
(11848, 'Sci-Fi', 'Blame!', 'ML'),
(11849, 'Sci-Fi', '50,000 B.C.', 'ML'),
(11850, 'Sci-Fi', 'Beast Machines: Transformers', 'ML'),
(11851, 'Sci-Fi', 'The Conduit', 'ML'),
(11852, 'Sci-Fi', 'Key: The Metal Idol', 'ML'),
(11853, 'Sci-Fi', 'Clash of the Warlords', 'ML'),
(11854, 'Sci-Fi', 'Warriors of Terra', 'ML'),
(11855, 'Sci-Fi', 'Tit gaap mou dik maa lei aa', 'ML'),
(11856, 'Sci-Fi', 'Star Wars: The New Droid Army', 'ML'),
(11857, 'Sci-Fi', 'Angel Blade 3', 'ML'),
(11858, 'Sci-Fi', 'Kleine Annabelle', 'ML'),
(11859, 'Sci-Fi', 'Mr Plimpton', 'ML'),
(11860, 'Sci-Fi', 'The Martian Chronicles', 'ML'),
(11861, 'Sci-Fi', 'Untitled Tomorrowland Project', 'ML'),
(11862, 'Sci-Fi', 'Benvenuti a Fuocofatuo', 'ML'),
(11863, 'Sci-Fi', 'Miahsm', 'ML'),
(11864, 'Sci-Fi', 'Heiankyo Alien', 'ML'),
(11865, 'Sci-Fi', 'Trek73', 'ML'),
(11866, 'Sci-Fi', 'Warehouse 13', 'ML'),
(11867, 'Sci-Fi', 'The Girl from Scotland Yard', 'ML'),
(11868, 'Sci-Fi', 'McEarth', 'ML'),
(11869, 'Sci-Fi', 'Bunker ili uchenie pod zemley', 'ML'),
(11870, 'Sci-Fi', 'Au revoir mon amour', 'ML'),
(11871, 'Sci-Fi', 'L.A.C.E.', 'ML'),
(11872, 'Sci-Fi', 'Eutamnesia', 'ML'),
(11873, 'Sci-Fi', 'Duane Discovered Time Travel', 'ML'),
(11874, 'Sci-Fi', 'Hyperiums', 'ML'),
(11875, 'Sci-Fi', 'Tube Panic', 'ML'),
(11876, 'Sci-Fi', 'Future Tactics: The Uprising', 'ML'),
(11877, 'Sci-Fi', 'DJ Acucrack: So to Speak', 'ML'),
(11878, 'Sci-Fi', 'When First We Were Gods', 'ML'),
(11879, 'Sci-Fi', 'Wordspeaker', 'ML'),
(11880, 'Sci-Fi', 'Chlorofilla vom blauen Himmel', 'ML'),
(11881, 'Sci-Fi', 'Capital of Sorrow', 'ML'),
(11882, 'Sci-Fi', 'Doctor Who: Revelations', 'ML'),
(11883, 'Sci-Fi', 'The Wind Raider', 'ML'),
(11884, 'Sci-Fi', 'Quantum Quest: A Cassini Space Odyssey', 'ML'),
(11885, 'Sci-Fi', 'Mothman Chronicles', 'ML'),
(11886, 'Sci-Fi', 'Making Dollhouse', 'ML'),
(11887, 'Sci-Fi', 'Son of Frankenstein', 'ML'),
(11888, 'Sci-Fi', 'Kosmicheskiy reys: Fantasticheskaya novella', 'ML'),
(11889, 'Sci-Fi', 'Meteor Storm', 'ML'),
(11890, 'Sci-Fi', 'Absolute Aggression', 'ML'),
(11891, 'Sci-Fi', 'Rollerbabies', 'ML'),
(11892, 'Sci-Fi', 'Le monde tremblera', 'ML'),
(11893, 'Sci-Fi', 'Ninja Apocalypse!', 'ML'),
(11894, 'Sci-Fi', 'Timedancer Episode 2', 'ML'),
(11895, 'Sci-Fi', 'Carbon Copy', 'ML'),
(11896, 'Sci-Fi', 'Lasilo di Brea', 'ML'),
(11897, 'Sci-Fi', 'Pandora Machine', 'ML'),
(11898, 'Sci-Fi', 'Sons of Steel', 'ML'),
(11899, 'Sci-Fi', 'Zombie Tutorial 101: Directors Cut', 'ML'),
(11900, 'Sci-Fi', 'Arkon Games', 'ML'),
(11901, 'Sci-Fi', 'The Observers', 'ML'),
(11902, 'Sci-Fi', 'Cyber Vengeance', 'ML'),
(11903, 'Sci-Fi', 'Hydrophobia', 'ML'),
(11904, 'Sci-Fi', 'MutantLand', 'ML'),
(11905, 'Sci-Fi', 'Tex Murphy: Overseer', 'ML'),
(11906, 'Sci-Fi', 'Science Fiction', 'ML'),
(11907, 'Sci-Fi', 'Speak & Rescue', 'ML'),
(11908, 'Sci-Fi', 'Los invisibles', 'ML'),
(11909, 'Sci-Fi', 'Able Edwards', 'ML'),
(11910, 'Sci-Fi', 'Infinite Stratos', 'ML'),
(11911, 'Sci-Fi', 'Evil Advocate', 'ML'),
(11912, 'Sci-Fi', 'Double Dragon', 'ML'),
(11913, 'Sci-Fi', 'Alien Abduction', 'ML'),
(11914, 'Sci-Fi', 'Terranean', 'ML'),
(11915, 'Sci-Fi', 'Seisou kouki Sutorania', 'ML'),
(11916, 'Sci-Fi', 'Day In/Day Out', 'ML'),
(11917, 'Sci-Fi', 'Space Guerilla', 'ML'),
(11918, 'Sci-Fi', 'Trail of the Screaming Forehead', 'ML'),
(11919, 'Sci-Fi', 'Monster from Green Hell', 'ML'),
(11920, 'Sci-Fi', 'World of Giants', 'ML'),
(11921, 'Sci-Fi', 'The Zombie Diaries', 'ML'),
(11922, 'Sci-Fi', '51 Degrees', 'ML'),
(11923, 'Sci-Fi', 'Project Potemkin: The Void', 'ML'),
(11924, 'Sci-Fi', 'Attack of the 60 Foot Centerfolds', 'ML'),
(11925, 'Sci-Fi', 'My Secret Identity', 'ML'),
(11926, 'Sci-Fi', 'Vulgus', 'ML'),
(11927, 'Sci-Fi', 'Temporally Yours: Or Paradox Lost', 'ML'),
(11928, 'Sci-Fi', 'Daemonium', 'ML'),
(11929, 'Sci-Fi', 'Strange Frequency 2', 'ML'),
(11930, 'Sci-Fi', 'Sundowning', 'ML'),
(11931, 'Sci-Fi', 'The Super Shinobi', 'ML'),
(11932, 'Sci-Fi', 'Splatterhouse 3', 'ML'),
(11933, 'Sci-Fi', 'The Gunrunner Billy Kane', 'ML'),
(11934, 'Sci-Fi', 'Stare Trek Odessey: Tossed Upon the Shore', 'ML'),
(11935, 'Sci-Fi', 'C.H.U.D.', 'ML'),
(11936, 'Sci-Fi', 'To Boldly Go', 'ML'),
(11937, 'Sci-Fi', 'Star Tours', 'ML'),
(11938, 'Sci-Fi', 'Dr. Otka', 'ML'),
(11939, 'Sci-Fi', 'The Darwin Conspiracy', 'ML'),
(11940, 'Sci-Fi', 'Sea Devil', 'ML'),
(11941, 'Sci-Fi', 'Space Travel', 'ML'),
(11942, 'Sci-Fi', 'Code Lyoko', 'ML'),
(11943, 'Sci-Fi', 'Attack of the Moon Zombies', 'ML'),
(11944, 'Sci-Fi', 'Deadly Web', 'ML'),
(11945, 'Sci-Fi', 'Empire of the Sins', 'ML'),
(11946, 'Sci-Fi', 'Gog', 'ML'),
(11947, 'Sci-Fi', 'To koritsi vomva', 'ML'),
(11948, 'Sci-Fi', 'Welcome to Earth', 'ML'),
(11949, 'Sci-Fi', 'Ghost Detectives', 'ML'),
(11950, 'Sci-Fi', 'S.H.I.E.L.D.', 'ML'),
(11951, 'Sci-Fi', 'Galaxy Force', 'ML'),
(11952, 'Sci-Fi', 'Mom and Dad Save the World', 'ML'),
(11953, 'Sci-Fi', 'Asuka & Asuka', 'ML'),
(11954, 'Sci-Fi', 'Kamen Rider Decade: Protect! The World of Televikun', 'ML'),
(11955, 'Sci-Fi', 'Andromeda', 'ML'),
(11956, 'Sci-Fi', 'Moon Dust', 'ML'),
(11957, 'Sci-Fi', 'Inca II: Wiracocha', 'ML'),
(11958, 'Sci-Fi', 'Transformers: The Return of Optimus Prime', 'ML'),
(11959, 'Sci-Fi', 'The Cold Sun', 'ML'),
(11960, 'Sci-Fi', 'Warehouse 13: Of Monsters and Men', 'ML'),
(11961, 'Sci-Fi', 'The Construct', 'ML'),
(11962, 'Sci-Fi', 'A Noite do Chupacabras', 'ML'),
(11963, 'Sci-Fi', 'Generador adolescente', 'ML'),
(11964, 'Sci-Fi', 'Mennos Mind', 'ML'),
(11965, 'Sci-Fi', 'The Splendour of the Heavens', 'ML'),
(11966, 'Sci-Fi', 'I Married a Monster', 'ML'),
(11967, 'Sci-Fi', 'Blue Lights', 'ML'),
(11968, 'Sci-Fi', 'Bermuda Triangle', 'ML'),
(11969, 'Sci-Fi', 'Books of Magic', 'ML'),
(11970, 'Sci-Fi', 'XXX Trek: The Final Orgasm', 'ML'),
(11971, 'Sci-Fi', 'Far Gate', 'ML'),
(11972, 'Sci-Fi', 'Grand Star', 'ML'),
(11973, 'Sci-Fi', 'Doctor Who', 'ML'),
(11974, 'Sci-Fi', 'Atarashii', 'ML'),
(11975, 'Sci-Fi', 'Future Flash', 'ML'),
(11976, 'Sci-Fi', 'Spark Riders', 'ML'),
(11977, 'Sci-Fi', 'Zoo Tycoon 2: Marine Mania', 'ML'),
(11978, 'Sci-Fi', 'The Lucifer Complex', 'ML'),
(11979, 'Sci-Fi', 'The Lost Spider Pit Sequence', 'ML'),
(11980, 'Sci-Fi', 'Big Sister 2000', 'ML'),
(11981, 'Sci-Fi', 'Gizem Birimi', 'ML'),
(11982, 'Sci-Fi', 'Jungle Hell', 'ML'),
(11983, 'Sci-Fi', 'Star Wars: Galactic Battlegrounds', 'ML'),
(11984, 'Sci-Fi', 'The Man from the Shed', 'ML'),
(11985, 'Sci-Fi', 'The Comic', 'ML'),
(11986, 'Sci-Fi', 'Raptor Ranch', 'ML'),
(11987, 'Sci-Fi', 'This 2', 'ML'),
(11988, 'Sci-Fi', 'Osa', 'ML'),
(11989, 'Sci-Fi', 'Round Trip to Mars', 'ML'),
(11990, 'Sci-Fi', 'Future Fighters', 'ML'),
(11991, 'Sci-Fi', 'The Second Mission', 'ML'),
(11992, 'Sci-Fi', 'DoveZ: The Second Wave', 'ML'),
(11993, 'Sci-Fi', 'Spectacle', 'ML'),
(11994, 'Sci-Fi', 'Knuth: City of the Future Lost', 'ML'),
(11995, 'Sci-Fi', 'The Burning Zone', 'ML'),
(11996, 'Sci-Fi', 'Skye & Chang', 'ML'),
(11997, 'Sci-Fi', 'Kamen Rider Kuuga vs. the Strong Monster Go-Jiino-Da', 'ML'),
(11998, 'Sci-Fi', 'Alag: He Is Different.... He Is Alone...', 'ML'),
(11999, 'Sci-Fi', 'Order 7 0 2: Wolf N Exile E. O. S.', 'ML'),
(12000, 'Sci-Fi', 'Missile Monsters', 'ML'),
(12001, 'Sci-Fi', 'Wakusei robo Dangard A', 'ML'),
(12002, 'Sci-Fi', 'The Evil of Frankenstein', 'ML'),
(12003, 'Sci-Fi', 'Poseidon Rex', 'ML'),
(12004, 'Sci-Fi', 'Global Conspiracy', 'ML'),
(12005, 'Sci-Fi', 'The Men Who Fell', 'ML'),
(12006, 'Sci-Fi', 'Can of Worms', 'ML'),
(12007, 'Sci-Fi', 'City of Steam', 'ML'),
(12008, 'Sci-Fi', 'Hi, I Killed the World', 'ML'),
(12009, 'Sci-Fi', 'Nothing to Fear', 'ML'),
(12010, 'Sci-Fi', '100 Million BC', 'ML'),
(12011, 'Sci-Fi', 'La puerta del misterio', 'ML'),
(12012, 'Sci-Fi', 'Dit Is Het Begin', 'ML'),
(12013, 'Sci-Fi', 'The Removalist Landscape', 'ML'),
(12014, 'Sci-Fi', 'Interceptor Force 2', 'ML'),
(12015, 'Sci-Fi', 'Alien Space Avenger', 'ML'),
(12016, 'Sci-Fi', 'Taboo Deltah 3008: Cant Be Stopped', 'ML'),
(12017, 'Sci-Fi', 'Invasion America', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(12018, 'Sci-Fi', 'Quantum Savior', 'ML'),
(12019, 'Sci-Fi', 'Carvers Gate', 'ML'),
(12020, 'Sci-Fi', 'Subcutaneous', 'ML'),
(12021, 'Sci-Fi', 'The Weepers', 'ML'),
(12022, 'Sci-Fi', 'Tron: The Next Day', 'ML'),
(12023, 'Sci-Fi', 'Swerve', 'ML'),
(12024, 'Sci-Fi', 'Formation Armed F', 'ML'),
(12025, 'Sci-Fi', 'Way Down in Chinatown', 'ML'),
(12026, 'Sci-Fi', 'Ivans Westchesterrible Adventure', 'ML'),
(12027, 'Sci-Fi', '6th Annual Visual Effects Society Awards', 'ML'),
(12028, 'Sci-Fi', 'Effigy Road', 'ML'),
(12029, 'Sci-Fi', 'Esperia', 'ML'),
(12030, 'Sci-Fi', 'Alien Adventure', 'ML'),
(12031, 'Sci-Fi', 'Cleopatra Brimstone', 'ML'),
(12032, 'Sci-Fi', 'Tunel', 'ML'),
(12033, 'Sci-Fi', 'Fantastic Four', 'ML'),
(12034, 'Sci-Fi', 'Bohemibot', 'ML'),
(12035, 'Sci-Fi', 'Poor Sense of Direction', 'ML'),
(12036, 'Sci-Fi', 'Cosmo Warrior Zero', 'ML'),
(12037, 'Sci-Fi', 'Night of the Lepus', 'ML'),
(12038, 'Sci-Fi', 'Night Is Day: The Movie', 'ML'),
(12039, 'Sci-Fi', 'Almost History', 'ML'),
(12040, 'Sci-Fi', 'Mega Shark vs Crocosaurus', 'ML'),
(12041, 'Sci-Fi', 'Syntax;', 'ML'),
(12042, 'Sci-Fi', 'Sex Trek V: Deep Space Sex', 'ML'),
(12043, 'Sci-Fi', 'Untitled Jodie Foster/Sci-Fi Thriller', 'ML'),
(12044, 'Sci-Fi', 'Love In the Year 2000', 'ML'),
(12045, 'Sci-Fi', 'Search for Haunted Hollywood', 'ML'),
(12046, 'Sci-Fi', 'Gemini Encounters', 'ML'),
(12047, 'Sci-Fi', 'Of Starlight', 'ML'),
(12048, 'Sci-Fi', 'Machete Girl, the Hacker Chronicles', 'ML'),
(12049, 'Sci-Fi', 'Devek Metoraf', 'ML'),
(12050, 'Sci-Fi', 'House of Dracula', 'ML'),
(12051, 'Sci-Fi', 'Avgust. Vosmogo', 'ML'),
(12052, 'Sci-Fi', 'BBC Sunday-Night Play', 'ML'),
(12053, 'Sci-Fi', 'The Strangerers', 'ML'),
(12054, 'Sci-Fi', 'Level 2', 'ML'),
(12055, 'Sci-Fi', 'Purple People Eater', 'ML'),
(12056, 'Sci-Fi', 'Cybot Robotchi', 'ML'),
(12057, 'Sci-Fi', 'Superpepito', 'ML'),
(12058, 'Sci-Fi', 'The Truman Show', 'ML'),
(12059, 'Sci-Fi', 'Twin Reflex', 'ML'),
(12060, 'Sci-Fi', 'L5', 'ML'),
(12061, 'Sci-Fi', 'The Fly Trap', 'ML'),
(12062, 'Sci-Fi', 'Chameleon', 'ML'),
(12063, 'Sci-Fi', 'Akvanavty', 'ML'),
(12064, 'Sci-Fi', 'Saucer Sex from Beyond', 'ML'),
(12065, 'Sci-Fi', 'Aequorea Glo', 'ML'),
(12066, 'Sci-Fi', 'Warhammer 40,000: Dawn of War - Dark Crusade', 'ML'),
(12067, 'Sci-Fi', 'Knots', 'ML'),
(12068, 'Sci-Fi', 'Savage Season', 'ML'),
(12069, 'Sci-Fi', 'Bounty: Inner Orbs', 'ML'),
(12070, 'Sci-Fi', 'The Now', 'ML'),
(12071, 'Sci-Fi', 'Endzeit', 'ML'),
(12072, 'Sci-Fi', 'A Space Shooter for 2 Bucks!', 'ML'),
(12073, 'Sci-Fi', 'Half-Life 2: Episode Three', 'ML'),
(12074, 'Sci-Fi', 'Green Lantern: Rise of the Manhunters', 'ML'),
(12075, 'Sci-Fi', 'The Hidden II', 'ML'),
(12076, 'Sci-Fi', 'The Cloth', 'ML'),
(12077, 'Sci-Fi', 'Femalien II', 'ML'),
(12078, 'Sci-Fi', 'Marvel: Ultimate Alliance', 'ML'),
(12079, 'Sci-Fi', 'I Clonely Have Eyes for You', 'ML'),
(12080, 'Sci-Fi', 'The Great War of Magellan', 'ML'),
(12081, 'Sci-Fi', 'The Monument', 'ML'),
(12082, 'Sci-Fi', 'Los gusanos y las moscas', 'ML'),
(12083, 'Sci-Fi', 'Nocturnes for Anatomers', 'ML'),
(12084, 'Sci-Fi', 'To Make for Tomorrow', 'ML'),
(12085, 'Sci-Fi', 'The Day of the Dolphin', 'ML'),
(12086, 'Sci-Fi', 'The Limited', 'ML'),
(12087, 'Sci-Fi', 'Dream Runner', 'ML'),
(12088, 'Sci-Fi', 'Private Black Label 7: The Uranus Experiment 2', 'ML'),
(12089, 'Sci-Fi', 'Inner Dimension', 'ML'),
(12090, 'Sci-Fi', 'Pick Your Nose', 'ML'),
(12091, 'Sci-Fi', 'The Evaluation', 'ML'),
(12092, 'Sci-Fi', 'The Spaceship', 'ML'),
(12093, 'Sci-Fi', 'Space Out', 'ML'),
(12094, 'Sci-Fi', 'Stark Justice', 'ML'),
(12095, 'Sci-Fi', 'CLARA: Artificial Intelligence Assistant', 'ML'),
(12096, 'Sci-Fi', 'Chronicles of Syntax', 'ML'),
(12097, 'Sci-Fi', 'Holiday Out', 'ML'),
(12098, 'Sci-Fi', 'She Demons', 'ML'),
(12099, 'Sci-Fi', 'The Ice Pirates', 'ML'),
(12100, 'Sci-Fi', 'Gate of Heaven', 'ML'),
(12101, 'Sci-Fi', 'Juedui Daling', 'ML'),
(12102, 'Sci-Fi', 'City Distortions', 'ML'),
(12103, 'Sci-Fi', 'The Silver Surfer', 'ML'),
(12104, 'Sci-Fi', 'Engineering Diversity', 'ML'),
(12105, 'Sci-Fi', 'Vicus', 'ML'),
(12106, 'Sci-Fi', 'Robot Taekwon V 3tan! Sujung teukgongdae', 'ML'),
(12107, 'Sci-Fi', 'It! The Terror from Beyond Space', 'ML'),
(12108, 'Sci-Fi', 'Mil Mascaras vs. the Aztec Mummy', 'ML'),
(12109, 'Sci-Fi', 'Light and Get Away', 'ML'),
(12110, 'Sci-Fi', 'Air Hawks', 'ML'),
(12111, 'Sci-Fi', 'War of the Worlds the True Story', 'ML'),
(12112, 'Sci-Fi', 'The X Files Game', 'ML'),
(12113, 'Sci-Fi', 'Glacier', 'ML'),
(12114, 'Sci-Fi', 'Ivan-Durak', 'ML'),
(12115, 'Sci-Fi', 'Arka', 'ML'),
(12116, 'Sci-Fi', 'Walkin on Sunshine: The Movie', 'ML'),
(12117, 'Sci-Fi', 'Ovo', 'ML'),
(12118, 'Sci-Fi', 'Mysterious Planet', 'ML'),
(12119, 'Sci-Fi', '95 Worlds and Counting', 'ML'),
(12120, 'Sci-Fi', '0 Hour', 'ML'),
(12121, 'Sci-Fi', 'Dimensions', 'ML'),
(12122, 'Sci-Fi', 'Warehouse Asylum', 'ML'),
(12123, 'Sci-Fi', 'Progreso atrasado', 'ML'),
(12124, 'Sci-Fi', 'Soul Fire Rising', 'ML'),
(12125, 'Sci-Fi', 'Pawnbrokers', 'ML'),
(12126, 'Sci-Fi', 'Stomp! Shout! Scream!', 'ML'),
(12127, 'Sci-Fi', 'Megalodon', 'ML'),
(12128, 'Sci-Fi', 'Pintados', 'ML'),
(12129, 'Sci-Fi', 'Asshole Robot and the Benefits of an Artificial Mind', 'ML'),
(12130, 'Sci-Fi', 'Planet Utero', 'ML'),
(12131, 'Sci-Fi', 'Meng gui xue tang', 'ML'),
(12132, 'Sci-Fi', 'Gaghtni khorhrdakane', 'ML'),
(12133, 'Sci-Fi', 'Simulation of Life', 'ML'),
(12134, 'Sci-Fi', 'Land of the Dead', 'ML'),
(12135, 'Sci-Fi', 'The Time Travelers', 'ML'),
(12136, 'Sci-Fi', 'Star Fox', 'ML'),
(12137, 'Sci-Fi', 'Starship Eros', 'ML'),
(12138, 'Sci-Fi', 'The Presidents Analyst', 'ML'),
(12139, 'Sci-Fi', 'Empires of the Deep', 'ML'),
(12140, 'Sci-Fi', 'Veronica 2030', 'ML'),
(12141, 'Sci-Fi', 'The Last Dudes on Earth', 'ML'),
(12142, 'Sci-Fi', 'Ercole alla conquista di Atlantide', 'ML'),
(12143, 'Sci-Fi', 'A.M.P.E.D.', 'ML'),
(12144, 'Sci-Fi', 'A Gentlemens Duel', 'ML'),
(12145, 'Sci-Fi', 'Metal Gear Solid 2: Sons of Liberty', 'ML'),
(12146, 'Sci-Fi', 'The Ballet Dancer', 'ML'),
(12147, 'Sci-Fi', 'Timeshifters 2: Alternate Present', 'ML'),
(12148, 'Sci-Fi', 'Kill Zone: The Directors Cut', 'ML'),
(12149, 'Sci-Fi', 'You Say Party: Lonelys Lunch', 'ML'),
(12150, 'Sci-Fi', 'Hunters', 'ML'),
(12151, 'Sci-Fi', 'Vs. Reality', 'ML'),
(12152, 'Sci-Fi', 'Subject 6', 'ML'),
(12153, 'Sci-Fi', 'Dr Who: The Wrath of Eukor', 'ML'),
(12154, 'Sci-Fi', 'Androids', 'ML'),
(12155, 'Sci-Fi', 'The Can', 'ML'),
(12156, 'Sci-Fi', 'The Shiftling', 'ML'),
(12157, 'Sci-Fi', 'Mars et Avril', 'ML'),
(12158, 'Sci-Fi', 'Blonde Goddess', 'ML'),
(12159, 'Sci-Fi', 'Light Masters', 'ML'),
(12160, 'Sci-Fi', 'Down to the Wire', 'ML'),
(12161, 'Sci-Fi', 'Mardock Scramble', 'ML'),
(12162, 'Sci-Fi', 'Hi no tori', 'ML'),
(12163, 'Sci-Fi', 'Performan', 'ML'),
(12164, 'Sci-Fi', 'CyberTracker', 'ML'),
(12165, 'Sci-Fi', 'The Exorsister', 'ML'),
(12166, 'Sci-Fi', 'Crash Bandicoot: Warped', 'ML'),
(12167, 'Sci-Fi', 'Freaked', 'ML'),
(12168, 'Sci-Fi', 'The Memory Chamber', 'ML'),
(12169, 'Sci-Fi', 'Steampunk Samurai Biker Chick', 'ML'),
(12170, 'Sci-Fi', 'Scavengers', 'ML'),
(12171, 'Sci-Fi', 'Z Corps', 'ML'),
(12172, 'Sci-Fi', 'Crusader: No Regret', 'ML'),
(12173, 'Sci-Fi', 'Bugbear', 'ML'),
(12174, 'Sci-Fi', '.Future', 'ML'),
(12175, 'Sci-Fi', 'Candy Von Dewd and the Girls from Latexploitia', 'ML'),
(12176, 'Sci-Fi', 'Bone Snap', 'ML'),
(12177, 'Sci-Fi', 'How to Quit Smoking at the Moon Hotel', 'ML'),
(12178, 'Sci-Fi', 'RX Terra', 'ML'),
(12179, 'Sci-Fi', 'Motorama', 'ML'),
(12180, 'Sci-Fi', 'Space Invaders: Infinity Gene', 'ML'),
(12181, 'Sci-Fi', 'Stealing the Moon', 'ML'),
(12182, 'Sci-Fi', 'Happy Machine', 'ML'),
(12183, 'Sci-Fi', 'Iron Cock Unchained', 'ML'),
(12184, 'Sci-Fi', 'Genesis Climber Mospeada: Love Live Alive', 'ML'),
(12185, 'Sci-Fi', 'Empire of the Dark', 'ML'),
(12186, 'Sci-Fi', 'My Broken Bones Unite at the Sound of Your Voice', 'ML'),
(12187, 'Sci-Fi', 'Rise of an Exile', 'ML'),
(12188, 'Sci-Fi', 'Rockman X', 'ML'),
(12189, 'Sci-Fi', 'Headhunter: Redemption', 'ML'),
(12190, 'Sci-Fi', 'The Departure', 'ML'),
(12191, 'Sci-Fi', 'Trog', 'ML'),
(12192, 'Sci-Fi', 'Red & Blue Marbles', 'ML'),
(12193, 'Sci-Fi', 'The Alien Within', 'ML'),
(12194, 'Sci-Fi', 'Modemhead', 'ML'),
(12195, 'Sci-Fi', 'The Making of Sphere', 'ML'),
(12196, 'Sci-Fi', 'Child Invisible', 'ML'),
(12197, 'Sci-Fi', 'Gremlins: Unleashed!', 'ML'),
(12198, 'Sci-Fi', 'Terrifying Tales', 'ML'),
(12199, 'Sci-Fi', 'The Sleaze Box', 'ML'),
(12200, 'Sci-Fi', '2012 the Webseries', 'ML'),
(12201, 'Sci-Fi', 'Pillos', 'ML'),
(12202, 'Sci-Fi', 'Master Blasters', 'ML'),
(12203, 'Sci-Fi', 'Dr. Dildos Secret', 'ML'),
(12204, 'Sci-Fi', 'Geonchugmuhan yugmyeongagcheui bimil', 'ML'),
(12205, 'Sci-Fi', 'New Kid', 'ML'),
(12206, 'Sci-Fi', 'Alien Ecstasy', 'ML'),
(12207, 'Sci-Fi', 'Alien Avengers II', 'ML'),
(12208, 'Sci-Fi', 'Cyborg Soldier', 'ML'),
(12209, 'Sci-Fi', 'Astro Killer', 'ML'),
(12210, 'Sci-Fi', 'The Selected Chapter 1: Accused', 'ML'),
(12211, 'Sci-Fi', 'The Atomic Submarine', 'ML'),
(12212, 'Sci-Fi', 'Once Upon', 'ML'),
(12213, 'Sci-Fi', 'Miami Magma', 'ML'),
(12214, 'Sci-Fi', 'The Universe', 'ML'),
(12215, 'Sci-Fi', 'Its Such a Beautiful Day', 'ML'),
(12216, 'Sci-Fi', 'Blake of Scotland Yard', 'ML'),
(12217, 'Sci-Fi', 'UFO - Enemy Unknown', 'ML'),
(12218, 'Sci-Fi', 'Radar Zone', 'ML'),
(12219, 'Sci-Fi', 'Chadam', 'ML'),
(12220, 'Sci-Fi', 'The Star Shepherd', 'ML'),
(12221, 'Sci-Fi', 'Les grabonautes', 'ML'),
(12222, 'Sci-Fi', 'Roswell 2012', 'ML'),
(12223, 'Sci-Fi', 'Il pianeta errante', 'ML'),
(12224, 'Sci-Fi', 'The AfterTaste of the AfterLife', 'ML'),
(12225, 'Sci-Fi', 'Wild Zero', 'ML'),
(12226, 'Sci-Fi', 'Super Xevious', 'ML'),
(12227, 'Sci-Fi', 'Pleiads', 'ML'),
(12228, 'Sci-Fi', 'Star Trek I: Specter of the Past', 'ML'),
(12229, 'Sci-Fi', 'Dead or Alive 5', 'ML'),
(12230, 'Sci-Fi', 'One Mans Junk', 'ML'),
(12231, 'Sci-Fi', 'Uova fatali', 'ML'),
(12232, 'Sci-Fi', 'The Hole of Space & Time', 'ML'),
(12233, 'Sci-Fi', 'The Djinn SETI', 'ML'),
(12234, 'Sci-Fi', 'Limitless', 'ML'),
(12235, 'Sci-Fi', 'Decwar', 'ML'),
(12236, 'Sci-Fi', 'Untitled Laeta Kalogridis/Patrick Lussier Sci-Fi Project', 'ML'),
(12237, 'Sci-Fi', 'Beyond the Moon', 'ML'),
(12238, 'Sci-Fi', 'EmVerse', 'ML'),
(12239, 'Sci-Fi', 'The Exorcist Files', 'ML'),
(12240, 'Sci-Fi', 'Pierscien ksieznej Anny', 'ML'),
(12241, 'Sci-Fi', 'The Adventures of Stephen Brown', 'ML'),
(12242, 'Sci-Fi', 'Le futur aux trousses', 'ML'),
(12243, 'Sci-Fi', 'Fallen Souls', 'ML'),
(12244, 'Sci-Fi', 'The Diatom', 'ML'),
(12245, 'Sci-Fi', 'Wake the Witch', 'ML'),
(12246, 'Sci-Fi', 'All of Mes', 'ML'),
(12247, 'Sci-Fi', 'Duke Nukem 64', 'ML'),
(12248, 'Sci-Fi', 'Fall of the Unknown', 'ML'),
(12249, 'Sci-Fi', 'S-a furat o bomba', 'ML'),
(12250, 'Sci-Fi', 'Advance and Be Mechanized', 'ML'),
(12251, 'Sci-Fi', 'The Door Backwards', 'ML'),
(12252, 'Sci-Fi', 'Are We Alone: Behind the Scenes', 'ML'),
(12253, 'Sci-Fi', 'The Adult Version of Jekyll & Hide', 'ML'),
(12254, 'Sci-Fi', 'What What', 'ML'),
(12255, 'Sci-Fi', 'Zvezdnye volki 2', 'ML'),
(12256, 'Sci-Fi', 'Precision', 'ML'),
(12257, 'Sci-Fi', 'Teenage Popstar Girl', 'ML'),
(12258, 'Sci-Fi', 'Lhomme, est-il bon?', 'ML'),
(12259, 'Sci-Fi', 'Tempbot', 'ML'),
(12260, 'Sci-Fi', 'The Galactic Garden', 'ML'),
(12261, 'Sci-Fi', 'Another, Please', 'ML'),
(12262, 'Sci-Fi', 'The Tragic Self-Improvement of Ross Lawson', 'ML'),
(12263, 'Sci-Fi', 'The Milpitas Monster', 'ML'),
(12264, 'Sci-Fi', 'D.i.g.i.t.a.l High', 'ML'),
(12265, 'Sci-Fi', 'The Sarah Jane Adventures Comic Relief Special', 'ML'),
(12266, 'Sci-Fi', 'The Interplanetary Surplus Male and Amazon Women of Outer Space', 'ML'),
(12267, 'Sci-Fi', 'Games of Survival', 'ML'),
(12268, 'Sci-Fi', 'Nightlights', 'ML'),
(12269, 'Sci-Fi', 'Ghoul from the Tidal Pool', 'ML'),
(12270, 'Sci-Fi', 'Progenitor Cloning', 'ML'),
(12271, 'Sci-Fi', 'Occhi dalle stelle', 'ML'),
(12272, 'Sci-Fi', 'The Mercury Men', 'ML'),
(12273, 'Sci-Fi', 'Timecop', 'ML'),
(12274, 'Sci-Fi', 'Lint the Movie', 'ML'),
(12275, 'Sci-Fi', 'Astro Zone', 'ML'),
(12276, 'Sci-Fi', 'Segon origen', 'ML'),
(12277, 'Sci-Fi', 'The Cape Canaveral Monsters', 'ML'),
(12278, 'Sci-Fi', 'Zombie Radio', 'ML'),
(12279, 'Sci-Fi', 'Tron Maze-A-Tron', 'ML'),
(12280, 'Sci-Fi', 'Letting It Flow', 'ML'),
(12281, 'Sci-Fi', 'Eat-Man 98', 'ML'),
(12282, 'Sci-Fi', 'Ratchet & Clank Future: Tools of Destruction', 'ML'),
(12283, 'Sci-Fi', 'City of Lost Children', 'ML'),
(12284, 'Sci-Fi', 'Earthseed', 'ML'),
(12285, 'Sci-Fi', 'Avatar 2', 'ML'),
(12286, 'Sci-Fi', 'Armored Core: For Answer', 'ML'),
(12287, 'Sci-Fi', 'Doroga k zvezdam', 'ML'),
(12288, 'Sci-Fi', 'Nova 2001', 'ML'),
(12289, 'Sci-Fi', 'Zenitram', 'ML'),
(12290, 'Sci-Fi', 'Clear', 'ML'),
(12291, 'Sci-Fi', 'Cyberjack', 'ML'),
(12292, 'Sci-Fi', 'Attack of the 50 Foot Woman', 'ML'),
(12293, 'Sci-Fi', 'A Nymphoid Barbarian in Dinosaur Hell', 'ML'),
(12294, 'Sci-Fi', 'Skewed', 'ML'),
(12295, 'Sci-Fi', 'Sense of Scale', 'ML'),
(12296, 'Sci-Fi', 'The Android Walks', 'ML'),
(12297, 'Sci-Fi', 'I Was a Doctor Who Monster', 'ML'),
(12298, 'Sci-Fi', 'The Valkyrie', 'ML'),
(12299, 'Sci-Fi', 'Tainstvennyy ostrov', 'ML'),
(12300, 'Sci-Fi', 'Can You Hear the Earth Scream', 'ML'),
(12301, 'Sci-Fi', 'Battle Planet', 'ML'),
(12302, 'Sci-Fi', 'On/Off', 'ML'),
(12303, 'Sci-Fi', 'Jukos Time Machine', 'ML'),
(12304, 'Sci-Fi', 'ComputerWorld', 'ML'),
(12305, 'Sci-Fi', 'Suisei no Gargantia', 'ML'),
(12306, 'Sci-Fi', 'Last Man', 'ML'),
(12307, 'Sci-Fi', 'IQ-145', 'ML'),
(12308, 'Sci-Fi', 'Aliens vs. Avatars', 'ML'),
(12309, 'Sci-Fi', 'Valley of the Scorned', 'ML'),
(12310, 'Sci-Fi', 'Iron Lung', 'ML'),
(12311, 'Sci-Fi', 'Red Noise', 'ML'),
(12312, 'Sci-Fi', 'Fire Maidens of Outer Space', 'ML'),
(12313, 'Sci-Fi', 'Getting Shirty', 'ML'),
(12314, 'Sci-Fi', 'Nineteen Eighty-Four', 'ML'),
(12315, 'Sci-Fi', 'Paranormalists', 'ML'),
(12316, 'Sci-Fi', 'Qualia', 'ML'),
(12317, 'Sci-Fi', 'Kontora', 'ML'),
(12318, 'Sci-Fi', 'Pixel Perfect', 'ML'),
(12319, 'Sci-Fi', 'Captain Skyhawk', 'ML'),
(12320, 'Sci-Fi', 'Si Nightmare', 'ML'),
(12321, 'Sci-Fi', 'Raiden IV', 'ML'),
(12322, 'Sci-Fi', '51', 'ML'),
(12323, 'Sci-Fi', 'As We Know It', 'ML'),
(12324, 'Sci-Fi', 'The Second Best Science Fiction Movie Ever Made', 'ML'),
(12325, 'Sci-Fi', 'Universal Soldier: Regeneration', 'ML'),
(12326, 'Sci-Fi', 'Courage the Cowardly Dog', 'ML'),
(12327, 'Sci-Fi', 'Death of Venus', 'ML'),
(12328, 'Sci-Fi', 'Tres minutos', 'ML'),
(12329, 'Sci-Fi', 'San Francisco 2177', 'ML'),
(12330, 'Sci-Fi', 'Gorilla Warfare: Battle of the Apes', 'ML'),
(12331, 'Sci-Fi', 'Fallout Chronicles', 'ML'),
(12332, 'Sci-Fi', 'Mr Bradley Mr Martin Hear Us Through the Hole in Thin Air', 'ML'),
(12333, 'Sci-Fi', 'Ace Combat Zero: The Belkan War', 'ML'),
(12334, 'Sci-Fi', 'Starpoint Gemini', 'ML'),
(12335, 'Sci-Fi', 'Noctivagant', 'ML'),
(12336, 'Sci-Fi', 'Dr. Who and the Daleks', 'ML'),
(12337, 'Sci-Fi', 'Drifter: Broken Road', 'ML'),
(12338, 'Sci-Fi', 'Fritz! And the Green Thingy', 'ML'),
(12339, 'Sci-Fi', 'The Jet Movie', 'ML'),
(12340, 'Sci-Fi', 'Kishin Heidan', 'ML'),
(12341, 'Sci-Fi', 'The Secret Adventures of Mr. Grant', 'ML'),
(12342, 'Sci-Fi', 'Dead Fire', 'ML'),
(12344, 'Sci-Fi', 'Galactic Storm', 'ML'),
(12345, 'Sci-Fi', '3086: Robot Like a Boss', 'ML'),
(12346, 'Sci-Fi', 'The Supernaturals', 'ML'),
(12347, 'Sci-Fi', 'The Fourth Reich', 'ML'),
(12348, 'Sci-Fi', 'Lethal Target', 'ML'),
(12349, 'Sci-Fi', 'Chronicles of Humanity: Descent', 'ML'),
(12350, 'Sci-Fi', 'Midnight Wind', 'ML'),
(12351, 'Sci-Fi', 'Chocky', 'ML'),
(12352, 'Sci-Fi', 'I Prophesy: The Future Revealed', 'ML'),
(12353, 'Sci-Fi', 'Splendor Blast', 'ML'),
(12354, 'Sci-Fi', 'Governmentia', 'ML'),
(12355, 'Sci-Fi', 'The Low Budget Time Machine', 'ML'),
(12356, 'Sci-Fi', 'Hardware', 'ML'),
(12357, 'Sci-Fi', 'Last Man of Idaho', 'ML'),
(12358, 'Sci-Fi', 'Day the World Ended', 'ML'),
(12359, 'Sci-Fi', 'Terrarium', 'ML'),
(12360, 'Sci-Fi', 'Missouri Fish', 'ML'),
(12361, 'Sci-Fi', 'Triptosane', 'ML'),
(12362, 'Sci-Fi', 'Exzur', 'ML'),
(12363, 'Sci-Fi', 'Condition Human', 'ML'),
(12364, 'Sci-Fi', 'Watertruck', 'ML'),
(12365, 'Sci-Fi', 'Garden', 'ML'),
(12366, 'Sci-Fi', 'EDR 1', 'ML'),
(12367, 'Sci-Fi', 'Roboflash Warrior', 'ML'),
(12368, 'Sci-Fi', 'Omega Cop', 'ML'),
(12369, 'Sci-Fi', 'Slices of Life', 'ML'),
(12370, 'Sci-Fi', 'The Cremators', 'ML'),
(12371, 'Sci-Fi', 'The Communion Letters', 'ML'),
(12372, 'Sci-Fi', 'Event 16', 'ML'),
(12373, 'Sci-Fi', 'Tomo', 'ML'),
(12374, 'Sci-Fi', 'El mensajero del miedo', 'ML'),
(12375, 'Sci-Fi', 'Gift for a King', 'ML'),
(12376, 'Sci-Fi', 'A Fuck Free Miracle', 'ML'),
(12377, 'Sci-Fi', 'T.O.D.', 'ML'),
(12378, 'Sci-Fi', 'My Science Fiction Life', 'ML'),
(12379, 'Sci-Fi', 'FAQ: Frequently Asked Questions', 'ML'),
(12380, 'Sci-Fi', 'Whole', 'ML'),
(12381, 'Sci-Fi', 'Modern Prometheus LLC', 'ML'),
(12382, 'Sci-Fi', 'Les tres bessones', 'ML'),
(12383, 'Sci-Fi', 'Back to the Future... The Ride', 'ML'),
(12384, 'Sci-Fi', '6 Angels', 'ML'),
(12385, 'Sci-Fi', 'Gekko kamen - yurei toh no gyakushu', 'ML'),
(12386, 'Sci-Fi', 'They Walk by Day', 'ML'),
(12387, 'Sci-Fi', 'Meeting of the Worlds', 'ML'),
(12388, 'Sci-Fi', 'Continue?', 'ML'),
(12389, 'Sci-Fi', 'Princes et princesses', 'ML'),
(12390, 'Sci-Fi', 'Awful Bliss', 'ML'),
(12391, 'Sci-Fi', 'Escape to Donegal', 'ML'),
(12392, 'Sci-Fi', 'Painkiller Jane', 'ML'),
(12393, 'Sci-Fi', 'E.A.R.T.H. Force', 'ML'),
(12394, 'Sci-Fi', 'Piranha Part Two: The Spawning', 'ML'),
(12395, 'Sci-Fi', 'American Reaper', 'ML'),
(12396, 'Sci-Fi', 'Trap Gunner', 'ML'),
(12397, 'Sci-Fi', 'Super teukgeup Majingga 7', 'ML'),
(12398, 'Sci-Fi', 'Mechte navstrechu', 'ML'),
(12399, 'Sci-Fi', 'Schizofredric', 'ML'),
(12400, 'Sci-Fi', 'The Breeder', 'ML'),
(12401, 'Sci-Fi', 'Monster in the Garage', 'ML'),
(12402, 'Sci-Fi', 'Tommy the Tungsten Robot', 'ML'),
(12403, 'Sci-Fi', 'C.H.U.D. II - Bud the Chud', 'ML'),
(12404, 'Sci-Fi', 'Freeloaders', 'ML'),
(12405, 'Sci-Fi', 'Research: Paranormal', 'ML'),
(12406, 'Sci-Fi', 'Jaane Hoga Kya', 'ML'),
(12407, 'Sci-Fi', 'Nexus: The Animated Series Promo', 'ML'),
(12408, 'Sci-Fi', 'Genmu senki Leda', 'ML'),
(12409, 'Sci-Fi', '2040', 'ML'),
(12410, 'Sci-Fi', 'Timeliner', 'ML'),
(12411, 'Sci-Fi', 'Mister Green', 'ML'),
(12412, 'Sci-Fi', 'Super Rad', 'ML'),
(12413, 'Sci-Fi', 'Ultra-Toxic', 'ML'),
(12414, 'Sci-Fi', 'SuperAndy, il fratello brutto di Superman', 'ML'),
(12415, 'Sci-Fi', 'Clocking Out', 'ML'),
(12416, 'Sci-Fi', 'Arella', 'ML'),
(12417, 'Sci-Fi', '2069 A.D.', 'ML'),
(12418, 'Sci-Fi', 'Gear School Plug & Play', 'ML'),
(12419, 'Sci-Fi', 'The Radio Mechanics: Apocalypse of the Dial', 'ML'),
(12420, 'Sci-Fi', 'Swanland', 'ML'),
(12421, 'Sci-Fi', 'Children of the Stars', 'ML'),
(12422, 'Sci-Fi', 'Invertebrate', 'ML'),
(12423, 'Sci-Fi', 'Planetfall', 'ML'),
(12424, 'Sci-Fi', 'Redcoat', 'ML'),
(12425, 'Sci-Fi', 'Science Without Effect', 'ML'),
(12426, 'Sci-Fi', 'Punk Ass', 'ML'),
(12427, 'Sci-Fi', 'Star Trek Into Darkness', 'ML'),
(12428, 'Sci-Fi', 'Insanity Fight', 'ML'),
(12429, 'Sci-Fi', 'SubZero', 'ML'),
(12430, 'Sci-Fi', 'Centipede!', 'ML'),
(12431, 'Sci-Fi', 'Tingen, Edderkoppen', 'ML'),
(12432, 'Sci-Fi', 'Us vs. Them', 'ML'),
(12433, 'Sci-Fi', 'Zeus Thunder', 'ML'),
(12434, 'Sci-Fi', 'Uvod u drugi zivot', 'ML'),
(12435, 'Sci-Fi', 'Aliens vs. Predator', 'ML'),
(12436, 'Sci-Fi', 'Captain Star', 'ML'),
(12437, 'Sci-Fi', 'The Phoenix Rises', 'ML'),
(12438, 'Sci-Fi', 'XX Ray II', 'ML'),
(12439, 'Sci-Fi', 'Extraordinary Stories', 'ML'),
(12440, 'Sci-Fi', 'Anal Leap', 'ML'),
(12441, 'Sci-Fi', 'Cataclysmo and the Time Boys', 'ML'),
(12442, 'Sci-Fi', 'The Great Void', 'ML'),
(12443, 'Sci-Fi', 'Fear Flies', 'ML'),
(12444, 'Sci-Fi', 'Fury', 'ML'),
(12445, 'Sci-Fi', 'The Night the World Exploded', 'ML'),
(12446, 'Sci-Fi', 'Star Trek: Starfleet Command III', 'ML'),
(12447, 'Sci-Fi', 'Demoneye-X', 'ML'),
(12448, 'Sci-Fi', 'Project: Metalbeast', 'ML'),
(12449, 'Sci-Fi', 'Blood of the Beast', 'ML'),
(12450, 'Sci-Fi', 'Cat Scratch Fever', 'ML'),
(12451, 'Sci-Fi', 'Akce Bororo', 'ML'),
(12452, 'Sci-Fi', 'Flipping Channels', 'ML'),
(12453, 'Sci-Fi', 'Presence Required', 'ML'),
(12454, 'Sci-Fi', 'Malibu Shark Attack', 'ML'),
(12455, 'Sci-Fi', 'Tac/Scan', 'ML'),
(12456, 'Sci-Fi', 'Teenage Zombies', 'ML'),
(12457, 'Sci-Fi', 'The Space Giants', 'ML'),
(12458, 'Sci-Fi', 'Dream Hackers', 'ML'),
(12459, 'Sci-Fi', 'Turok: Son of Stone', 'ML'),
(12460, 'Sci-Fi', 'Escape from Jupiter', 'ML'),
(12461, 'Sci-Fi', 'Last Monkey', 'ML'),
(12462, 'Sci-Fi', 'Noi Non Siamo Uguali', 'ML'),
(12463, 'Sci-Fi', 'The Ascendant', 'ML'),
(12464, 'Sci-Fi', 'The Paragon Cortex', 'ML'),
(12465, 'Sci-Fi', 'Indradhanush', 'ML'),
(12466, 'Sci-Fi', 'Eating in Cubes', 'ML'),
(12467, 'Sci-Fi', 'The Rise of the Robots', 'ML'),
(12468, 'Sci-Fi', 'Alien 0', 'ML'),
(12469, 'Sci-Fi', 'Miimu iro iro yume no tabi', 'ML'),
(12470, 'Sci-Fi', 'The Cell 2', 'ML'),
(12471, 'Sci-Fi', 'Once in a New Moon', 'ML'),
(12472, 'Sci-Fi', 'Star Ocean: Till the End of Time', 'ML'),
(12473, 'Sci-Fi', 'Gossamer', 'ML'),
(12474, 'Sci-Fi', 'The Day Time Ended', 'ML'),
(12475, 'Sci-Fi', 'Inex, la sombra de la verdad', 'ML'),
(12476, 'Sci-Fi', 'Roberto and the Robot', 'ML'),
(12477, 'Sci-Fi', 'Matinee at the Bijou', 'ML'),
(12478, 'Sci-Fi', 'Cabaret Sin', 'ML'),
(12479, 'Sci-Fi', 'Project Sylpheed', 'ML'),
(12480, 'Sci-Fi', 'Anachronox', 'ML'),
(12481, 'Sci-Fi', 'Star Ocean EX', 'ML'),
(12482, 'Sci-Fi', 'That Which Once Was', 'ML'),
(12483, 'Sci-Fi', 'A Demons Destiny: The Lone Warrior', 'ML'),
(12484, 'Sci-Fi', 'Star Trak', 'ML'),
(12485, 'Sci-Fi', 'Interster', 'ML'),
(12486, 'Sci-Fi', 'Doraemon', 'ML'),
(12487, 'Sci-Fi', 'Outpost 11', 'ML'),
(12488, 'Sci-Fi', 'The Wizard of Mars', 'ML'),
(12489, 'Sci-Fi', 'The Changers', 'ML'),
(12490, 'Sci-Fi', 'Neobyknovennyye priklyucheniya Karika i Vali', 'ML'),
(12491, 'Sci-Fi', 'Summons', 'ML'),
(12492, 'Sci-Fi', 'Ace Combat 3: Electrosphere', 'ML'),
(12493, 'Sci-Fi', 'Lunopolis', 'ML'),
(12494, 'Sci-Fi', 'Blood Freak', 'ML'),
(12495, 'Sci-Fi', 'Ekutojen 3', 'ML'),
(12496, 'Sci-Fi', 'Innocence in a Garden of Lies', 'ML'),
(12497, 'Sci-Fi', 'La morte viene dallo spazio', 'ML'),
(12498, 'Sci-Fi', 'Blue World Order', 'ML'),
(12499, 'Sci-Fi', 'Space Pirate Captain Harlock', 'ML'),
(12500, 'Musical', 'El mundo que inventamos', 'ML'),
(12501, 'Musical', 'Teatro del crimen', 'ML'),
(12502, 'Musical', 'Fantaziya na temu lyubvi', 'ML'),
(12503, 'Musical', '2011 Soul Train Awards', 'ML'),
(12504, 'Musical', 'Simon Townshend: Live at Arlene Grocery', 'ML'),
(12505, 'Musical', 'Hula Heaven', 'ML'),
(12506, 'Musical', 'Teranga Blues', 'ML'),
(12507, 'Musical', 'Long xiang feng wu', 'ML'),
(12508, 'Musical', 'La virgen gitana', 'ML'),
(12509, 'Musical', 'Big Time Rush: Music Sounds Better with U', 'ML'),
(12510, 'Musical', 'Indriyam', 'ML'),
(12511, 'Musical', 'Butterscotch', 'ML'),
(12512, 'Musical', 'April Love', 'ML'),
(12513, 'Musical', 'Jos rakastat', 'ML'),
(12514, 'Musical', 'Hockshop Blues', 'ML'),
(12515, 'Musical', 'Irgendwo in Berlin', 'ML'),
(12516, 'Musical', 'Pure Country 2: The Gift', 'ML'),
(12517, 'Musical', 'Ratan', 'ML'),
(12518, 'Musical', 'Operettens ABZ', 'ML'),
(12519, 'Musical', 'Sunday Night at the Trocadero', 'ML'),
(12520, 'Musical', 'Cowboy and the Tiger', 'ML'),
(12521, 'Musical', 'Gray People', 'ML'),
(12522, 'Musical', 'Paramount op parade', 'ML'),
(12523, 'Musical', 'The Nipper', 'ML'),
(12524, 'Musical', 'Lets Make Rhythm', 'ML'),
(12525, 'Musical', 'Weekend with the Stars Telethon', 'ML'),
(12526, 'Musical', 'Xin chen san wu niang', 'ML'),
(12527, 'Musical', 'Love Della', 'ML'),
(12528, 'Musical', 'Canzoni di mezzo secolo', 'ML'),
(12529, 'Musical', 'Chanda', 'ML'),
(12530, 'Musical', 'Hay que volver a empezar', 'ML'),
(12531, 'Musical', 'Smashing Pumpkins: Inside the Zeitgeist', 'ML'),
(12532, 'Musical', 'Ahebbak inta', 'ML'),
(12533, 'Musical', 'Rhythm on the River', 'ML'),
(12534, 'Musical', 'Ritmo-son', 'ML'),
(12535, 'Musical', 'Kavi Kalidas', 'ML'),
(12536, 'Musical', 'By Request', 'ML'),
(12537, 'Musical', 'I Live Again', 'ML'),
(12538, 'Musical', 'That Wonderful Worrisome Feeling', 'ML'),
(12539, 'Musical', 'Ill Take You Home Kathleen', 'ML'),
(12540, 'Musical', 'Esperando el Tsunami', 'ML'),
(12541, 'Musical', 'Jab Pyar Kisise Hota Hai', 'ML'),
(12542, 'Musical', 'Tsyganskiy baron', 'ML'),
(12543, 'Musical', 'Dangerous When Wet', 'ML'),
(12544, 'Musical', 'Timberesque', 'ML'),
(12545, 'Musical', 'India: Anu Malik', 'ML'),
(12546, 'Musical', 'Holiday Festival on Ice 2007', 'ML'),
(12547, 'Musical', 'Chala Murari Hero Banne', 'ML'),
(12548, 'Musical', 'Lets Sing a Song from the Movies', 'ML'),
(12549, 'Musical', 'Joyful Noise Cafe', 'ML'),
(12550, 'Musical', 'Harman sonu', 'ML'),
(12551, 'Musical', 'Il viaggio di Astolfo', 'ML'),
(12552, 'Musical', 'Harmony Town', 'ML'),
(12553, 'Musical', 'Ha-Pijamot', 'ML'),
(12554, 'Musical', 'Tv.gasten', 'ML'),
(12555, 'Musical', 'Call up the Stars', 'ML'),
(12556, 'Musical', 'The Sultans Jester', 'ML'),
(12557, 'Musical', 'Phantom of the Paradise', 'ML'),
(12558, 'Musical', 'El gran circo de TVE', 'ML'),
(12559, 'Musical', 'Never Mind the Bolsheviks', 'ML'),
(12560, 'Musical', 'Garden of the Moon', 'ML'),
(12561, 'Musical', 'The Curse of the Blessed: As Told by the Muse', 'ML'),
(12562, 'Musical', 'De verzoeking van Sint-Antonius', 'ML'),
(12563, 'Musical', 'Metal Murder 3D', 'ML'),
(12564, 'Musical', 'Sam-geo-ri Geuk-jang', 'ML'),
(12565, 'Musical', 'Seesterne', 'ML'),
(12566, 'Musical', 'A Christmas Homecoming', 'ML'),
(12567, 'Musical', 'Lo studente', 'ML'),
(12568, 'Musical', 'Daari Thappinete Manishi', 'ML'),
(12569, 'Musical', 'Shoot the Works', 'ML'),
(12570, 'Musical', 'Two Guys from Texas', 'ML'),
(12571, 'Musical', 'Ishq', 'ML'),
(12572, 'Musical', 'Two Heroes', 'ML'),
(12573, 'Musical', 'In the Heights', 'ML'),
(12574, 'Musical', 'Hollywood on Parade No. A-12', 'ML'),
(12575, 'Musical', 'Ruffus the Dog', 'ML'),
(12576, 'Musical', 'Jutland Dreams', 'ML'),
(12577, 'Musical', 'Happy Campers: A Short Musical Adventure', 'ML'),
(12578, 'Musical', 'Saturday Night Revue', 'ML'),
(12579, 'Musical', 'The Fred Astaire Show', 'ML'),
(12580, 'Musical', 'Nargis', 'ML'),
(12581, 'Musical', 'Si Doel anak modern', 'ML'),
(12582, 'Musical', 'Shenmi zhi ye', 'ML'),
(12583, 'Musical', 'Death and the Housewife', 'ML'),
(12584, 'Musical', 'Shakespeare Was Right', 'ML'),
(12585, 'Musical', 'The Naked Brothers Band', 'ML'),
(12586, 'Musical', 'The Road Is Open Again', 'ML'),
(12587, 'Musical', 'Oscar Countdown 2005', 'ML'),
(12588, 'Musical', 'Ayiram Vaasal Idhayam', 'ML'),
(12589, 'Musical', 'The Diana Dors Show', 'ML'),
(12590, 'Musical', 'Laat ons, liefste, samen varen', 'ML'),
(12591, 'Musical', 'Juventude e Ternura', 'ML'),
(12592, 'Musical', 'Nuits de Paris', 'ML'),
(12593, 'Musical', 'Swing for Sale', 'ML'),
(12594, 'Musical', 'Un enfant dans la ville', 'ML'),
(12595, 'Musical', 'Suspiros de Triana', 'ML'),
(12596, 'Musical', 'Zhuang yuan ji di', 'ML'),
(12597, 'Musical', 'Questi pazzi, pazzi italiani', 'ML'),
(12598, 'Musical', 'The Legend of Atilla: The Musical', 'ML'),
(12599, 'Musical', 'Gardel, el alma que canta', 'ML'),
(12600, 'Musical', 'Two Girls and a Sailor', 'ML'),
(12601, 'Musical', 'Rock-Star Cafe', 'ML'),
(12602, 'Musical', 'Pappeli', 'ML'),
(12603, 'Musical', 'My Night at the Grammys', 'ML'),
(12604, 'Musical', 'Hearts in Dixie', 'ML'),
(12605, 'Musical', 'Ingine Oru Nilapakshi', 'ML'),
(12606, 'Musical', 'NRJ Music Tour Bercy', 'ML'),
(12607, 'Musical', 'Dorifutazu desu yo! Totte totte torimakure', 'ML'),
(12608, 'Musical', 'Mariachi - Fiesta de sangre', 'ML'),
(12609, 'Musical', 'Night Magic', 'ML'),
(12610, 'Musical', 'Umpa', 'ML'),
(12611, 'Musical', 'Angadhudu', 'ML'),
(12612, 'Musical', 'Miss Palmolive All Night Cabaret', 'ML'),
(12613, 'Musical', 'Her Lucky Night', 'ML'),
(12614, 'Musical', 'Cedar Rapids Opera Theatre Presents: Salome', 'ML'),
(12615, 'Musical', 'Bylo ctvrt a bude pul', 'ML'),
(12616, 'Musical', 'Ilanjodigal', 'ML'),
(12617, 'Musical', 'Moodu Puvvulu Aaru Kayalu', 'ML'),
(12618, 'Musical', 'Its Great to Be Young!', 'ML'),
(12619, 'Musical', 'Sona Chandi', 'ML'),
(12620, 'Musical', 'Kai aus der Kiste', 'ML'),
(12621, 'Musical', 'Montand dhier et daujourdhui', 'ML'),
(12622, 'Musical', 'Saadu', 'ML'),
(12623, 'Musical', 'Aaronsons Commanders', 'ML'),
(12624, 'Musical', 'SI, Forever', 'ML'),
(12625, 'Musical', 'n Brief vir Simone', 'ML'),
(12626, 'Musical', 'The Great Morgan', 'ML'),
(12627, 'Musical', 'Comet of Laughter Lands on Earth', 'ML'),
(12628, 'Musical', 'Carnival of Shadows', 'ML'),
(12629, 'Musical', 'Figaros Hochzeit', 'ML'),
(12630, 'Musical', 'Gente nueva', 'ML'),
(12631, 'Musical', 'Quartette from Rigoletto', 'ML'),
(12632, 'Musical', 'Chhaya', 'ML'),
(12633, 'Musical', 'The Compleat Gilbert & Sullivan', 'ML'),
(12634, 'Musical', 'A todo ritmo', 'ML'),
(12635, 'Musical', 'The Composer: Matthew Shipp Barb Januszkiewicz', 'ML'),
(12636, 'Musical', 'Dale Play', 'ML'),
(12637, 'Musical', 'Suvarnabhoomi', 'ML'),
(12638, 'Musical', 'One Good Turn', 'ML'),
(12639, 'Musical', 'Doctor Atomic', 'ML'),
(12640, 'Musical', 'Je sens le beat qui monte en moi', 'ML'),
(12641, 'Musical', 'Laululintunen', 'ML'),
(12642, 'Musical', 'Huo hai sheng zi qi', 'ML'),
(12643, 'Musical', 'Lets Do the Freddie', 'ML'),
(12644, 'Musical', 'Texas Carnival', 'ML'),
(12645, 'Musical', 'A Feud There Was', 'ML'),
(12646, 'Musical', 'Little Nellie Kelly', 'ML'),
(12647, 'Musical', 'The Wise Little Hen', 'ML'),
(12648, 'Musical', 'Alice in Wonderland: An X-Rated Musical Fantasy', 'ML'),
(12649, 'Musical', 'Theodore of the Absurd', 'ML'),
(12650, 'Musical', 'La Mirandolina', 'ML'),
(12651, 'Musical', 'Free Radicals', 'ML'),
(12652, 'Musical', 'Hover', 'ML'),
(12653, 'Musical', 'With Best Dishes', 'ML'),
(12654, 'Musical', 'Pals Is Pals', 'ML'),
(12655, 'Musical', 'Leather Kittens Gone Bad', 'ML'),
(12656, 'Musical', 'Meet the Boyfriend', 'ML'),
(12657, 'Musical', 'The Police Quartette', 'ML'),
(12658, 'Musical', 'Saath Laakh', 'ML'),
(12659, 'Musical', 'The Stars Are Singing', 'ML'),
(12660, 'Musical', 'Valdagno, Arizona', 'ML'),
(12661, 'Musical', 'CnC Presents Antigravity', 'ML'),
(12662, 'Musical', 'Hey, Lets Twist!', 'ML'),
(12663, 'Musical', 'The Snowman: The Live Stage Show', 'ML'),
(12664, 'Musical', 'Reto a la vida', 'ML'),
(12665, 'Musical', 'Quelques pas dans les nuages', 'ML'),
(12666, 'Musical', 'Mr. Foley', 'ML'),
(12667, 'Musical', 'An Evening with Black Artists', 'ML'),
(12668, 'Musical', 'Not One of Thems You', 'ML'),
(12669, 'Musical', 'Incest! The Musical', 'ML'),
(12670, 'Musical', 'Take a Sapphire', 'ML'),
(12671, 'Musical', 'Comin Round the Mountain', 'ML'),
(12672, 'Musical', 'Aina', 'ML'),
(12673, 'Musical', 'Dual', 'ML'),
(12674, 'Musical', 'Lamore nasce a Roma', 'ML'),
(12675, 'Musical', 'Letztes aus der DaDaeR', 'ML'),
(12676, 'Musical', 'Manashanti', 'ML'),
(12677, 'Musical', 'Formalin Man', 'ML'),
(12678, 'Musical', 'Shipmates Forever', 'ML'),
(12679, 'Musical', 'Los vecinos', 'ML'),
(12680, 'Musical', 'Andaaz', 'ML'),
(12681, 'Musical', 'Lagay muna', 'ML'),
(12682, 'Musical', 'Love and Virtue', 'ML'),
(12683, 'Musical', 'Class of 86', 'ML'),
(12684, 'Musical', 'Very Annie Mary', 'ML'),
(12685, 'Musical', 'Varsity Show', 'ML'),
(12686, 'Musical', 'Thyagi', 'ML'),
(12687, 'Musical', 'Paskutiniai Bremeno muzikantai', 'ML'),
(12688, 'Musical', 'Standing Ovation', 'ML'),
(12689, 'Musical', 'Paramount en parade', 'ML'),
(12690, 'Musical', 'Gymnoi sto dromo', 'ML'),
(12691, 'Musical', 'Zivot je mars', 'ML'),
(12692, 'Musical', 'Top of the Town', 'ML'),
(12693, 'Musical', 'Amor sobre ruedas', 'ML'),
(12694, 'Musical', 'Geo. Dewey Washington', 'ML'),
(12695, 'Musical', 'The Singing Detective', 'ML'),
(12696, 'Musical', 'Popgrama', 'ML'),
(12697, 'Musical', 'Lee Feldman, Lee Feldman', 'ML'),
(12698, 'Musical', 'Stop the World: I Want to Get Off', 'ML'),
(12699, 'Musical', '5 marines per 100 ragazze', 'ML'),
(12700, 'Musical', 'Rhythm in a Riff', 'ML'),
(12701, 'Musical', 'Bhoja Kalidasa', 'ML'),
(12702, 'Musical', 'Dancing Feet', 'ML'),
(12703, 'Musical', 'Padosan', 'ML'),
(12704, 'Musical', 'Sur: The Melody of Life', 'ML'),
(12705, 'Musical', 'Wansa-kun', 'ML'),
(12706, 'Musical', 'Young Talent Time 1984', 'ML'),
(12707, 'Musical', 'Singing Idol', 'ML'),
(12708, 'Musical', 'Every Little Star', 'ML'),
(12709, 'Musical', 'Pervaya lyubov: Vot takaya muzyka!', 'ML'),
(12710, 'Musical', 'Buenas noches, Buenos Aires', 'ML'),
(12711, 'Musical', 'Swingtime Holiday', 'ML'),
(12712, 'Musical', 'Parvati Kalyanam', 'ML'),
(12713, 'Musical', 'You Cant Ration Love', 'ML'),
(12714, 'Musical', 'Frka', 'ML'),
(12715, 'Musical', 'Subterrain', 'ML'),
(12716, 'Musical', 'Querido amigo', 'ML'),
(12717, 'Musical', 'Tsentrovoy iz podnebesya', 'ML'),
(12718, 'Musical', 'Caja de ritmos', 'ML'),
(12719, 'Musical', 'El tango en Broadway', 'ML'),
(12720, 'Musical', 'Tonight and Every Night', 'ML'),
(12721, 'Musical', 'Festival Mariachi Disney', 'ML'),
(12722, 'Musical', 'Monty Python & the Quest for the Holy Grail', 'ML'),
(12723, 'Musical', 'Notre Dame de Paris - Live Arena di Verona', 'ML'),
(12724, 'Musical', 'On va saimer', 'ML'),
(12725, 'Musical', 'Jai Hanuman', 'ML'),
(12726, 'Musical', 'Darktown Follies', 'ML'),
(12727, 'Musical', 'Dei miei collenti spriti', 'ML'),
(12728, 'Musical', 'Heroes', 'ML'),
(12729, 'Musical', 'Madison High', 'ML'),
(12730, 'Musical', 'Arriva Cristina', 'ML'),
(12731, 'Musical', 'Al-fatenah we el saalouk', 'ML'),
(12732, 'Musical', 'Old Lace', 'ML'),
(12733, 'Musical', 'Velnio nuotaka', 'ML'),
(12734, 'Musical', 'Music in Manhattan', 'ML'),
(12735, 'Musical', 'The Prince of the Pagodas', 'ML'),
(12736, 'Musical', 'Boundary', 'ML'),
(12737, 'Musical', 'Nu zi gong yu', 'ML'),
(12738, 'Musical', 'Sugar', 'ML'),
(12739, 'Musical', 'Kailangan koy ikaw', 'ML'),
(12740, 'Musical', 'Qing chun gu wang', 'ML'),
(12741, 'Musical', 'Bhoot Bungla', 'ML'),
(12742, 'Musical', 'Gold Is Not Enough', 'ML'),
(12743, 'Musical', 'Dulari', 'ML'),
(12744, 'Musical', 'Voorstelling', 'ML'),
(12745, 'Musical', 'The Co(te)lette Film', 'ML'),
(12746, 'Musical', 'Rovin Tumbleweeds', 'ML'),
(12747, 'Musical', 'The More I See You', 'ML'),
(12748, 'Musical', 'Delightfully Dangerous', 'ML'),
(12749, 'Musical', 'Jala jala jerk', 'ML'),
(12750, 'Musical', 'Unakkum Vazhvu Varum', 'ML'),
(12751, 'Musical', 'Oliver & Company', 'ML'),
(12752, 'Musical', 'Domingos Herdez', 'ML'),
(12753, 'Musical', 'The Robber Symphony', 'ML'),
(12754, 'Musical', 'Dudubasavanna', 'ML'),
(12755, 'Musical', 'Dress Code', 'ML'),
(12756, 'Musical', 'Italyanskiy kontrakt', 'ML'),
(12757, 'Musical', 'Roinilan talossa', 'ML'),
(12758, 'Musical', 'When My Baby Smiles at Me', 'ML'),
(12759, 'Musical', 'My Man', 'ML'),
(12760, 'Musical', 'Rangeela', 'ML'),
(12761, 'Musical', 'Puss Bucket', 'ML'),
(12762, 'Musical', 'All for the Band', 'ML'),
(12763, 'Musical', 'Broken Leg', 'ML'),
(12764, 'Musical', 'Invitation to the Dance', 'ML'),
(12765, 'Musical', 'Melody Lane', 'ML'),
(12766, 'Musical', 'VIII Gala Inocente, inocente', 'ML'),
(12767, 'Musical', 'The Animal Band', 'ML'),
(12768, 'Musical', 'Goodbye, Lennon!', 'ML'),
(12769, 'Musical', 'Janleva 555', 'ML'),
(12770, 'Musical', 'Tribyville', 'ML'),
(12771, 'Musical', 'Great Ambition', 'ML'),
(12772, 'Musical', 'En passant par Paris', 'ML'),
(12773, 'Musical', 'Everybody Dance', 'ML'),
(12774, 'Musical', 'Live @ The Ford: Rhythm & Passion of Korea', 'ML'),
(12775, 'Musical', 'A Hard Days Nightmare', 'ML'),
(12776, 'Musical', 'Have You Got Any Castles?', 'ML'),
(12777, 'Musical', 'Kallion kimallus', 'ML'),
(12778, 'Musical', 'Nenjalgal', 'ML'),
(12779, 'Musical', 'Nhung Nu Hon Ruc Ro', 'ML'),
(12780, 'Musical', 'Berlin bleibt Berlin', 'ML'),
(12781, 'Musical', 'Feet of Song', 'ML'),
(12782, 'Musical', 'Starye pesni o glavnom. Postskriptum', 'ML'),
(12783, 'Musical', 'A Mac Davis Special: Christmas Odyssey - 2010', 'ML'),
(12784, 'Musical', 'Veraneando', 'ML'),
(12785, 'Musical', 'Miss Helyett: Air du portrait', 'ML'),
(12786, 'Musical', 'Pick or Press', 'ML'),
(12787, 'Musical', 'Poveste de cartier', 'ML'),
(12788, 'Musical', 'Sirpaleita', 'ML'),
(12789, 'Musical', 'Be Yourself!', 'ML'),
(12790, 'Musical', 'Mitzi... A Tribute to the American Housewife', 'ML'),
(12791, 'Musical', 'Rock and Roll Stole My Soul', 'ML'),
(12792, 'Musical', 'Anmol', 'ML'),
(12793, 'Musical', 'Pietarin miilu', 'ML'),
(12794, 'Musical', 'Buratino', 'ML'),
(12795, 'Musical', 'Janatar Adalat', 'ML'),
(12796, 'Musical', 'Young Talent Time 1987', 'ML'),
(12797, 'Musical', 'Dongalaku Saval', 'ML'),
(12798, 'Musical', 'Citizen Jane', 'ML'),
(12799, 'Musical', 'Elisabeth', 'ML'),
(12800, 'Musical', 'Song of Surrender', 'ML'),
(12801, 'Musical', 'High School Musical 2 Dance-Along', 'ML'),
(12802, 'Musical', 'Hollywood Singing and Dancing: A Musical History', 'ML'),
(12803, 'Musical', 'Sweeney Todd: The Demon Barber of Fleet Street', 'ML'),
(12804, 'Musical', 'Chot [Aaj Isko, Kal Tereko]', 'ML'),
(12805, 'Musical', 'Two Tickets to Broadway', 'ML'),
(12806, 'Musical', 'Mundo pop', 'ML'),
(12807, 'Musical', 'Untitled C/W Project', 'ML'),
(12808, 'Musical', 'Amor, Carnaval e Sonhos', 'ML'),
(12809, 'Musical', 'Bhukailasa', 'ML'),
(12810, 'Musical', 'Kak stat zvezdoy', 'ML'),
(12811, 'Musical', 'Er und seine Schwester', 'ML'),
(12812, 'Musical', 'Hi, Buddy', 'ML'),
(12813, 'Musical', 'Volshebnaya sila iskusstva', 'ML'),
(12814, 'Musical', 'Gilberto Gil: Tempo Rei', 'ML'),
(12815, 'Musical', 'Die Schelminnen', 'ML'),
(12816, 'Musical', 'Man luo hua', 'ML'),
(12817, 'Musical', 'Kabhi Khushi Kabhie Gham...', 'ML'),
(12818, 'Musical', 'Shuffle Rhythm', 'ML'),
(12819, 'Musical', 'Malish had', 'ML'),
(12820, 'Musical', 'Kafila', 'ML'),
(12821, 'Musical', 'La Chicanera', 'ML'),
(12822, 'Musical', 'Fun and Games!', 'ML'),
(12823, 'Musical', 'Sunshine Ahead', 'ML'),
(12824, 'Musical', 'Rock You Sinners', 'ML'),
(12825, 'Musical', 'Janwar', 'ML'),
(12826, 'Musical', 'Chante! saison 3', 'ML'),
(12827, 'Musical', 'Puppet Master', 'ML'),
(12828, 'Musical', 'Hi Diddle Diddle', 'ML'),
(12829, 'Musical', 'Esta es mi Argentina', 'ML'),
(12830, 'Musical', 'Da dao ge wang', 'ML'),
(12831, 'Musical', 'Peggio per me... meglio per te', 'ML'),
(12832, 'Musical', 'La cera virgen', 'ML'),
(12833, 'Musical', 'El alma de la copla', 'ML'),
(12834, 'Musical', 'The Snowman: The Film of the Stage Show', 'ML'),
(12835, 'Musical', 'Dot and the Kangaroo', 'ML'),
(12836, 'Musical', 'Chakradhari', 'ML'),
(12837, 'Musical', 'Ogon, voda i... mednye truby', 'ML'),
(12838, 'Musical', '1-2-3-4 ou Les collants noirs', 'ML'),
(12839, 'Musical', 'Mezzanotte damore', 'ML'),
(12840, 'Musical', 'Unlucky at Gambling', 'ML'),
(12841, 'Musical', 'Ein blonder Traum', 'ML'),
(12842, 'Musical', 'Clubhouse Party', 'ML'),
(12843, 'Musical', 'Lucy Moves to NBC', 'ML'),
(12844, 'Musical', 'Everythings on Ice', 'ML'),
(12845, 'Musical', 'Funtoosh', 'ML'),
(12846, 'Musical', 'Jours de plaine', 'ML'),
(12847, 'Musical', 'T.C.B.', 'ML'),
(12848, 'Musical', 'The Harmony Boys', 'ML'),
(12849, 'Musical', 'Santosham', 'ML'),
(12850, 'Musical', 'Dreiklang', 'ML'),
(12851, 'Musical', 'Las hijas del Amapolo', 'ML'),
(12852, 'Musical', 'Fama Show Especial', 'ML'),
(12853, 'Musical', 'Long feng zheng gua shuai', 'ML'),
(12854, 'Musical', 'A Fabulous Tale', 'ML'),
(12855, 'Musical', 'Yi bang san zhuang yuan', 'ML'),
(12856, 'Musical', 'Johnny Cash and the Country Girls', 'ML'),
(12857, 'Musical', 'UmJammer Lammy', 'ML'),
(12858, 'Musical', 'Lizas at the Palace', 'ML'),
(12859, 'Musical', 'Elstree Calling', 'ML'),
(12860, 'Musical', 'Speedy Justice', 'ML'),
(12861, 'Musical', 'Die - oder keine', 'ML'),
(12862, 'Musical', 'Market', 'ML'),
(12863, 'Musical', 'Victoria No. 203', 'ML'),
(12864, 'Musical', 'Un muchacho como yo', 'ML'),
(12865, 'Musical', 'Gospel Classics', 'ML'),
(12866, 'Musical', '0.06%', 'ML'),
(12867, 'Musical', 'Rani Aur Lalpari', 'ML'),
(12868, 'Musical', 'Evensong', 'ML'),
(12869, 'Musical', 'Topinambury', 'ML'),
(12870, 'Musical', 'Isle of Tabu', 'ML'),
(12871, 'Musical', 'Misfit Heights', 'ML'),
(12872, 'Musical', 'Estudantes', 'ML'),
(12873, 'Musical', 'Premios juventud', 'ML'),
(12874, 'Musical', 'Ontdek de ster', 'ML'),
(12875, 'Musical', 'A Song for My Son', 'ML'),
(12876, 'Musical', 'Hershele', 'ML'),
(12877, 'Musical', 'Red, Black & Blonde', 'ML'),
(12878, 'Musical', 'Lied in My Hart', 'ML'),
(12879, 'Musical', 'I Look at You', 'ML'),
(12880, 'Musical', 'The Mad Tea Party Documentary: Post-Modern Parlor Music', 'ML'),
(12881, 'Musical', 'An Old Time Music Hall', 'ML'),
(12882, 'Musical', 'Hu bugui', 'ML'),
(12883, 'Musical', 'Anak ni Waray', 'ML'),
(12884, 'Musical', 'Djevojcice sa sibicama', 'ML'),
(12885, 'Musical', 'Glade vrinsk', 'ML'),
(12886, 'Musical', 'Rishta Hai Pyar Ka', 'ML'),
(12887, 'Musical', 'Hallo Freunde', 'ML'),
(12888, 'Musical', 'Melodifestivalen 2011', 'ML'),
(12889, 'Musical', 'Besties Night', 'ML'),
(12890, 'Musical', 'Ladies of Rap', 'ML'),
(12891, 'Musical', 'Trial by Jury', 'ML'),
(12892, 'Musical', 'Wai onlawon', 'ML'),
(12893, 'Musical', 'Into the Sea', 'ML'),
(12894, 'Musical', 'Torvensoittaja katolla revyy', 'ML'),
(12895, 'Musical', 'Marcos Hernandez: Medicine', 'ML'),
(12896, 'Musical', 'Bach ke Zara', 'ML'),
(12897, 'Musical', 'Time Out for Rhythm', 'ML'),
(12898, 'Musical', '300 millones', 'ML'),
(12899, 'Musical', 'Name of the Game', 'ML'),
(12900, 'Musical', 'Am Ende der Welt', 'ML'),
(12901, 'Musical', 'Keine Angst Liebling, ich pass schon auf', 'ML'),
(12902, 'Musical', 'Air Mail Special', 'ML'),
(12903, 'Musical', 'Duan chang hong', 'ML'),
(12904, 'Musical', 'Slightly Scandalous', 'ML'),
(12905, 'Musical', 'Pro kota...', 'ML'),
(12906, 'Musical', 'Stars in the Eye', 'ML'),
(12907, 'Musical', 'Daniela Romo; al natural', 'ML'),
(12908, 'Musical', 'Sundarime Varuga Varuga', 'ML'),
(12909, 'Musical', 'Ready to Ride', 'ML'),
(12910, 'Musical', 'Pecado de amor', 'ML'),
(12911, 'Musical', 'Heimlich, still und leise', 'ML'),
(12912, 'Musical', 'All-Star Inaugural Gala', 'ML'),
(12913, 'Musical', 'La parodia nacional', 'ML'),
(12914, 'Musical', 'Tanzende Sterne', 'ML'),
(12915, 'Musical', 'We Aint Rich or Famous But We Are the Happy Pals', 'ML'),
(12916, 'Musical', 'Ghetu Putro Komola', 'ML'),
(12917, 'Musical', 'Alma and King Noahs Court', 'ML'),
(12918, 'Musical', 'Women Rock: Lifetimes 20th Anniversary', 'ML'),
(12919, 'Musical', 'Es geht nicht ohne Gisela', 'ML'),
(12920, 'Musical', 'Hillbillys in a Haunted House', 'ML'),
(12921, 'Musical', 'Magic Kingdom Celebration - Live!', 'ML'),
(12922, 'Musical', 'Droomconcert', 'ML'),
(12923, 'Musical', 'Tune for Two', 'ML'),
(12924, 'Musical', 'Andy Cowan: A Tale of Two Cities', 'ML'),
(12925, 'Musical', 'Chkhikvta qortsili', 'ML'),
(12926, 'Musical', 'Untitled Roman Coppola Project', 'ML'),
(12927, 'Musical', 'Soorya Gayathri', 'ML'),
(12928, 'Musical', 'Hello London', 'ML'),
(12929, 'Musical', 'Un Ogre', 'ML'),
(12930, 'Musical', 'Shulamis', 'ML'),
(12931, 'Musical', 'Caramelito en barra', 'ML'),
(12932, 'Musical', 'The Bubbles', 'ML'),
(12933, 'Musical', 'Hope News Network', 'ML'),
(12934, 'Musical', 'Spider Murphy Gang', 'ML'),
(12935, 'Musical', 'La faraona', 'ML'),
(12936, 'Musical', 'Lady Gaga Presents: The Monster Ball Tour at Madison Square Garden', 'ML'),
(12937, 'Musical', 'Paul Williams Still Alive', 'ML'),
(12938, 'Musical', 'Lulu: The R&B Guru', 'ML'),
(12939, 'Musical', 'We Can Make It!', 'ML'),
(12940, 'Musical', 'Sweet and Lovely', 'ML'),
(12941, 'Musical', 'The Yeomen of the Guard', 'ML'),
(12942, 'Musical', 'Canto a mi tierra', 'ML'),
(12943, 'Musical', 'Sharpays Fabulous Adventure', 'ML'),
(12944, 'Musical', 'Tatiana y Pandora', 'ML'),
(12945, 'Musical', 'Bill & Gloria Gaither Present: The Journey the Goodman Family', 'ML'),
(12946, 'Musical', 'The Gay Parisian', 'ML'),
(12947, 'Musical', 'Blues pro EFB', 'ML'),
(12948, 'Musical', 'Dueto do Trovador', 'ML'),
(12949, 'Musical', 'Filomena Marturano', 'ML'),
(12950, 'Musical', 'Devils Rock', 'ML'),
(12951, 'Musical', 'Psycho a Go-Go', 'ML'),
(12952, 'Musical', 'Bhookailas', 'ML'),
(12953, 'Musical', 'The Straker Special', 'ML'),
(12954, 'Musical', 'Romeo and Juliet: A Love Song', 'ML'),
(12955, 'Musical', 'Lena Zavaroni and Music', 'ML'),
(12956, 'Musical', 'Rio Rita', 'ML'),
(12957, 'Musical', 'Snot Bubble Boy', 'ML'),
(12958, 'Musical', 'Ren Lenny ren', 'ML'),
(12959, 'Musical', 'The Amorous Adventures of Don Quixote and Sancho Panza', 'ML'),
(12960, 'Musical', 'Romance musical', 'ML'),
(12961, 'Musical', 'The Donovan Concert: Live in L.A.', 'ML'),
(12962, 'Musical', 'The Metropolitan Opera HD Live', 'ML'),
(12963, 'Musical', 'De multi culti story', 'ML'),
(12964, 'Musical', 'Mohawk Showroom', 'ML'),
(12965, 'Musical', 'Texaco Star Theater: Opening Night', 'ML'),
(12966, 'Musical', 'Katsia-Adamiani?', 'ML'),
(12967, 'Musical', 'Young Talent Time 1986', 'ML'),
(12968, 'Musical', 'Basanta Rasa', 'ML'),
(12969, 'Musical', 'La Madere del Cordero', 'ML'),
(12970, 'Musical', 'El padre Coplillas', 'ML'),
(12971, 'Musical', 'The Mass Ornament', 'ML'),
(12972, 'Musical', 'Muy agradecido', 'ML'),
(12973, 'Musical', 'Ammon & King Lamoni', 'ML'),
(12974, 'Musical', 'Pure Pleasure 3D', 'ML'),
(12975, 'Musical', 'The Breaks', 'ML'),
(12976, 'Musical', 'Rabbit in the Moon Decade', 'ML'),
(12977, 'Musical', 'Le roi Roger', 'ML'),
(12978, 'Musical', 'Los almendros - Plaza nueva -', 'ML'),
(12979, 'Musical', 'Bright and Breezy', 'ML'),
(12980, 'Musical', 'Rama Paduka Pattabhishekam', 'ML'),
(12981, 'Musical', 'Workout with a Knockout', 'ML'),
(12982, 'Musical', 'Pop Cira i pop Spira', 'ML'),
(12983, 'Musical', 'Sonrisas95', 'ML'),
(12984, 'Musical', 'Pearly Shells', 'ML'),
(12985, 'Musical', 'Battlefield America', 'ML'),
(12986, 'Musical', 'Deathbed: The Musical', 'ML'),
(12987, 'Musical', 'Mr. Dodd Takes the Air', 'ML'),
(12988, 'Musical', 'Samaram', 'ML'),
(12989, 'Musical', 'Mentira', 'ML'),
(12990, 'Musical', 'Astaire Time', 'ML'),
(12991, 'Musical', 'Irish Eyes Are Smiling', 'ML'),
(12992, 'Musical', 'Diahann Carroll: The Lady. The Music. The Legend', 'ML'),
(12993, 'Musical', 'Les Girls', 'ML'),
(12994, 'Musical', 'Pokpungui sanai', 'ML'),
(12995, 'Musical', 'Lo Kolel Sherut', 'ML'),
(12996, 'Musical', 'Vi spillopper', 'ML'),
(12997, 'Musical', 'Indru Pol Endrum Vazhga', 'ML'),
(12998, 'Musical', 'Bollywood Live', 'ML'),
(12999, 'Musical', 'Afto to kati allo!', 'ML'),
(13000, 'Musical', 'The Congress Dances', 'ML'),
(13001, 'Musical', 'Birthday Party Clown', 'ML'),
(13002, 'Musical', 'Mas Pride and Joy', 'ML'),
(13003, 'Musical', 'Jenny Lind', 'ML'),
(13004, 'Musical', 'Buenos Aires tango', 'ML'),
(13005, 'Musical', 'Mil intentos y un invento', 'ML'),
(13006, 'Musical', 'Mother Mayo', 'ML'),
(13007, 'Musical', 'Festival en Benidorm', 'ML'),
(13008, 'Musical', 'Candles & Carols', 'ML'),
(13009, 'Musical', 'Vicente Fernandez; La trayectoria', 'ML'),
(13010, 'Musical', 'Too Much Harmony', 'ML'),
(13011, 'Musical', 'Sirtn e yergum', 'ML'),
(13012, 'Musical', 'Nesrecna Kafina', 'ML'),
(13013, 'Musical', 'Carnaval en mi barrio', 'ML'),
(13014, 'Musical', 'Gran premio', 'ML'),
(13015, 'Musical', 'Hollywood on Parade No. B-8', 'ML'),
(13016, 'Musical', 'To Be or Nothing to Eat', 'ML'),
(13017, 'Musical', 'Climbing the Golden Stairs', 'ML'),
(13018, 'Musical', 'A Brief History of Women', 'ML'),
(13019, 'Musical', 'Falling Away from Me', 'ML'),
(13020, 'Musical', 'Music Hall', 'ML'),
(13021, 'Musical', 'Summer of the Seventeenth Doll - Mills', 'ML'),
(13022, 'Musical', 'Young Talent Time 1983', 'ML'),
(13023, 'Musical', 'Breakin 2: Electric Boogaloo', 'ML'),
(13024, 'Musical', '2004 Billboard Latin Music Awards', 'ML'),
(13025, 'Musical', 'Dont Make Me Sing', 'ML'),
(13026, 'Musical', 'Maria Pacuri', 'ML'),
(13027, 'Musical', 'Ostorozhno, babushka!', 'ML'),
(13028, 'Musical', 'The Carol Project', 'ML'),
(13029, 'Musical', 'Scandals of 1933', 'ML'),
(13030, 'Musical', 'Sarong Girl', 'ML'),
(13031, 'Musical', 'Stars on 45', 'ML'),
(13032, 'Musical', 'Het kleine Mahagonny', 'ML'),
(13033, 'Musical', 'Hong deng ji', 'ML'),
(13034, 'Musical', 'The Rite of Luna: A Rock Opera', 'ML'),
(13035, 'Musical', 'Im Dying', 'ML'),
(13036, 'Musical', 'Cantando nace el amor', 'ML'),
(13037, 'Musical', 'Room Enough For Two: The Life of Dorothy Parker', 'ML'),
(13038, 'Musical', 'Warped: Inside & Out', 'ML'),
(13039, 'Musical', 'Idlewild', 'ML'),
(13040, 'Musical', 'Jaka swara', 'ML'),
(13041, 'Musical', 'The Miserly Knight/Gianni Schicchi', 'ML'),
(13042, 'Musical', 'Night club', 'ML'),
(13043, 'Musical', 'Sama sam veceras', 'ML'),
(13044, 'Musical', 'Veer Arjun', 'ML'),
(13045, 'Musical', 'In a Lotus Garden', 'ML'),
(13046, 'Musical', 'El wessada el khalia', 'ML'),
(13047, 'Musical', 'The Best Little Whorehouse in Texas', 'ML'),
(13048, 'Musical', 'Bluebird Street', 'ML'),
(13049, 'Musical', 'Pas de week-end pour notre amour', 'ML'),
(13050, 'Musical', 'Maayadhaari Krishnudu', 'ML'),
(13051, 'Musical', 'Oscar Countdown 2006', 'ML'),
(13052, 'Musical', 'Madame Maria Kurenko', 'ML'),
(13053, 'Musical', 'Der Graf von Luxemburg', 'ML'),
(13054, 'Musical', 'Show Kids', 'ML'),
(13055, 'Musical', 'Festival de Benidorm 2004', 'ML'),
(13056, 'Musical', 'Ezek a fiatalok', 'ML'),
(13057, 'Musical', 'Lelakek Tatut', 'ML'),
(13058, 'Musical', 'Cai hong qu', 'ML'),
(13059, 'Musical', 'Sci-Fi High: The Movie Musical', 'ML'),
(13060, 'Musical', 'Chelisuva Modagalu', 'ML'),
(13061, 'Musical', 'Le Grand Jete', 'ML'),
(13062, 'Musical', 'Ruby Keeler', 'ML'),
(13063, 'Musical', 'Bundle of Joy', 'ML'),
(13064, 'Musical', 'Legally Blonde: The Musical', 'ML'),
(13065, 'Musical', 'Swing High, Swing Sweet', 'ML'),
(13066, 'Musical', 'Dizzy Doings', 'ML'),
(13067, 'Musical', 'Her First Romance', 'ML'),
(13068, 'Musical', 'Rainbow Round My Shoulder', 'ML'),
(13069, 'Musical', 'Am Abend ins Odeon', 'ML'),
(13070, 'Musical', 'Kto pasyotsya na lugu?', 'ML'),
(13071, 'Musical', 'Prelyudiya dlya detstva s orkestrom', 'ML'),
(13072, 'Musical', 'Because Shes Worth It', 'ML'),
(13073, 'Musical', 'Uma Hora de Amor', 'ML'),
(13074, 'Musical', 'Concierto inaugural de la Copa Mundial', 'ML'),
(13075, 'Musical', 'Celtic Woman: Believe', 'ML'),
(13076, 'Musical', 'Blue Moon of Kentucky', 'ML'),
(13077, 'Musical', 'La revista de Dringue', 'ML'),
(13078, 'Musical', 'Silverchair: Live from Faraway Stables', 'ML'),
(13079, 'Musical', 'Whoopee!', 'ML'),
(13080, 'Musical', 'Er valt een ster', 'ML'),
(13081, 'Musical', 'Ayriliq imis', 'ML'),
(13082, 'Musical', 'Weekend show: Amuzementsprogramma met vedetten uit binnen- en buitenland', 'ML'),
(13083, 'Musical', 'Las Vegas Nights', 'ML'),
(13084, 'Musical', 'Jin Feng gu niang', 'ML'),
(13085, 'Musical', 'The Adventures of Young Indiana Jones: Scandal of 1920', 'ML'),
(13086, 'Musical', 'Sutradhaarulu', 'ML'),
(13087, 'Musical', 'Yom said', 'ML'),
(13088, 'Musical', 'Vento di primavera', 'ML'),
(13089, 'Musical', 'Spartakus', 'ML'),
(13090, 'Musical', 'Splinters of Soul', 'ML'),
(13091, 'Musical', 'A Holiday in Storyland', 'ML'),
(13092, 'Musical', 'Fiddle-de-dee', 'ML'),
(13093, 'Musical', 'Une chambre en ville', 'ML'),
(13094, 'Musical', 'Hardrock, Coco and Joe: The Three Little Dwarfs', 'ML'),
(13095, 'Musical', 'Vamos al baile', 'ML'),
(13096, 'Musical', 'Mirrors', 'ML'),
(13097, 'Musical', 'Gainsbourg Imperial', 'ML'),
(13098, 'Musical', 'The Hit Parade', 'ML'),
(13099, 'Musical', 'Mel Maruvathur Adi Parasakthi', 'ML'),
(13100, 'Musical', 'Children of Dreams', 'ML'),
(13101, 'Musical', 'Nha fala', 'ML'),
(13102, 'Musical', 'Just for a Song', 'ML'),
(13103, 'Musical', 'Music Magic & Michael', 'ML'),
(13104, 'Musical', 'My Ain Folk', 'ML'),
(13105, 'Musical', 'Att Khuda Da Wair', 'ML'),
(13106, 'Musical', 'Not Your Time', 'ML'),
(13107, 'Musical', 'The Consul', 'ML'),
(13108, 'Musical', 'X - Skinis afta pou kapsan to sanidi', 'ML'),
(13109, 'Musical', 'Hum Aapke Hain Koun...!', 'ML'),
(13110, 'Musical', 'Harry Owens and His Royal Hawaiians', 'ML'),
(13111, 'Musical', 'Tofu Meets Greens', 'ML'),
(13112, 'Musical', 'Inner Turmoil', 'ML'),
(13113, 'Musical', 'Swing It, Professor', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(13114, 'Musical', 'Jailbird Rock', 'ML'),
(13115, 'Musical', 'Was bin ich ohne Dich', 'ML'),
(13116, 'Musical', 'Music and Models', 'ML'),
(13117, 'Musical', 'Madelines Christmas', 'ML'),
(13118, 'Musical', 'Pickin a Winner', 'ML'),
(13119, 'Musical', 'Chori Chori Chupke Chupke', 'ML'),
(13120, 'Musical', 'Die Super-Hitparade der Volksmusik', 'ML'),
(13121, 'Musical', 'Queens! Destiny of Dance', 'ML'),
(13122, 'Musical', 'Treehouse Trolls Forest of Fun and Wonder', 'ML'),
(13123, 'Musical', 'Piper', 'ML'),
(13124, 'Musical', 'Valomerkki', 'ML'),
(13125, 'Musical', 'Irremediablemente Juntos', 'ML'),
(13126, 'Musical', 'Two Weeks with Love', 'ML'),
(13127, 'Musical', 'The Sharon Cuneta Show', 'ML'),
(13128, 'Musical', 'La mujer del zapatero', 'ML'),
(13129, 'Musical', 'And David Wept', 'ML'),
(13130, 'Musical', 'Ode to Fredo', 'ML'),
(13131, 'Musical', 'Sur la ligne: Variation No 2', 'ML'),
(13132, 'Musical', 'Party Time: The Movie', 'ML'),
(13133, 'Musical', 'Tai bei qi qi', 'ML'),
(13134, 'Musical', 'Alleen voor U', 'ML'),
(13135, 'Musical', 'Atlanta Passion Play: 2nd Edition', 'ML'),
(13136, 'Musical', 'Daenseudaenseu', 'ML'),
(13137, 'Musical', 'The Damnation of Faust', 'ML'),
(13138, 'Musical', 'El kiosco', 'ML'),
(13139, 'Musical', 'Feast of Passover', 'ML'),
(13140, 'Musical', 'Bronco', 'ML'),
(13141, 'Musical', 'Veerabhimanyu', 'ML'),
(13142, 'Musical', 'Sakkarakatti', 'ML'),
(13143, 'Musical', 'Heartbeats', 'ML'),
(13144, 'Musical', 'Jayabheri', 'ML'),
(13145, 'Musical', 'A sud niente di nuovo', 'ML'),
(13146, 'Musical', 'Nach Baliye 2', 'ML'),
(13147, 'Musical', 'The Singing Boxer', 'ML'),
(13148, 'Musical', 'Love Songs for Scumbags', 'ML'),
(13149, 'Musical', 'Bottle of Wine', 'ML'),
(13150, 'Musical', 'El cielo y la tierra', 'ML'),
(13151, 'Musical', '...und du, mein Schatz, bleibst hier', 'ML'),
(13152, 'Musical', 'Muthana Muthallava', 'ML'),
(13153, 'Musical', 'Three Cheers for Love', 'ML'),
(13154, 'Musical', 'Samba na Vila', 'ML'),
(13155, 'Musical', 'Mantan Messes Up', 'ML'),
(13156, 'Musical', 'Ruanskaya deva po prozvishchu Pyshka', 'ML'),
(13157, 'Musical', 'Liang Zhu hen shi', 'ML'),
(13158, 'Musical', 'Home Alone da Riber', 'ML'),
(13159, 'Musical', 'Rakilikal', 'ML'),
(13160, 'Musical', 'Femme-Femme', 'ML'),
(13161, 'Musical', 'Volver a empezar', 'ML'),
(13162, 'Musical', 'El baile flamenco: Vol. 3 - Farrucas y Tangos', 'ML'),
(13163, 'Musical', 'Teatro Umberto', 'ML'),
(13164, 'Musical', 'Flanagans Christmas Special', 'ML'),
(13165, 'Musical', 'Kazuo Ohno Trilogy', 'ML'),
(13166, 'Musical', 'Paramount on Parade', 'ML'),
(13167, 'Musical', 'Fuga a due voci', 'ML'),
(13168, 'Musical', 'Extravaganza mexicana', 'ML'),
(13169, 'Musical', 'Parade of the Award Nominees', 'ML'),
(13170, 'Musical', 'Feux de joie', 'ML'),
(13171, 'Musical', 'Khrustalnyy bashmachok Zolushki', 'ML'),
(13172, 'Musical', 'Carrusel musical mexicano', 'ML'),
(13173, 'Musical', 'Louisiana Purchase', 'ML'),
(13174, 'Musical', 'Sing vir die Harlekyn', 'ML'),
(13175, 'Musical', 'Morton Fizzback and the Jokers: Hounds of Hell', 'ML'),
(13176, 'Musical', 'Sri Seetha Rama Kalyanam', 'ML'),
(13177, 'Musical', 'Kruger Miljoene', 'ML'),
(13178, 'Musical', 'Brahmarishi Vishwamitra', 'ML'),
(13179, 'Musical', 'Biz', 'ML'),
(13180, 'Musical', 'The Seasons of Youth', 'ML'),
(13181, 'Musical', 'Treviano e la luna', 'ML'),
(13182, 'Musical', 'Chella Kili', 'ML'),
(13183, 'Musical', 'Saturdays Warrior', 'ML'),
(13184, 'Musical', 'You Were Meant for Me', 'ML'),
(13185, 'Musical', 'La magia de los 60', 'ML'),
(13186, 'Musical', 'Kahdeksikko', 'ML'),
(13187, 'Musical', 'Youll Never Get Rich', 'ML'),
(13188, 'Musical', 'Annyeong, Peurancheseuka', 'ML'),
(13189, 'Musical', 'Reapers: Metalness', 'ML'),
(13190, 'Musical', 'Do, re, mi', 'ML'),
(13191, 'Musical', 'Apat na sikat', 'ML'),
(13192, 'Musical', 'My Generation: Living the Dream', 'ML'),
(13193, 'Musical', 'Meine Frau macht Musik', 'ML'),
(13194, 'Musical', 'Mind Your Business', 'ML'),
(13195, 'Musical', 'Die Romanticker', 'ML'),
(13196, 'Musical', 'Miser! The Musical', 'ML'),
(13197, 'Musical', 'I Aint Gonna Open That Door', 'ML'),
(13198, 'Musical', 'Song of the Islands', 'ML'),
(13199, 'Musical', 'Bill & Gloria Gaither Present: The Blackwood Brothers Family Reunion', 'ML'),
(13200, 'Musical', 'Hitchhike to Happiness', 'ML'),
(13201, 'Musical', 'Faith in a Man', 'ML'),
(13202, 'Musical', 'Spectacular', 'ML'),
(13203, 'Musical', 'Westinghouse Presents: The Sound of the Sixties', 'ML'),
(13204, 'Musical', 'The Wine Cellar', 'ML'),
(13205, 'Musical', 'Headin for Broadway', 'ML'),
(13206, 'Musical', 'Sti diastavrossi rithmou kai melodias', 'ML'),
(13207, 'Musical', 'Ruddygore', 'ML'),
(13208, 'Musical', 'Light the Way', 'ML'),
(13209, 'Musical', 'Paris in the Spring', 'ML'),
(13210, 'Musical', 'Nindu Manishi', 'ML'),
(13211, 'Musical', 'Lights, Camera, Monty!', 'ML'),
(13212, 'Musical', 'Painting the Clouds with Sunshine', 'ML'),
(13213, 'Musical', 'Sita Sings the Blues', 'ML'),
(13214, 'Musical', 'Iedereen wil honderd worden', 'ML'),
(13215, 'Musical', 'All That Jazz', 'ML'),
(13216, 'Musical', 'Day Is Done', 'ML'),
(13217, 'Musical', 'Ciprian Porumbescu', 'ML'),
(13218, 'Musical', 'He nacido en la ribera', 'ML'),
(13219, 'Musical', 'Serj Tankian: Elect the Dead Symphony', 'ML'),
(13220, 'Musical', 'An Alligator Named Daisy', 'ML'),
(13221, 'Musical', 'Night in Manhattan', 'ML'),
(13222, 'Musical', 'The Wedding of Jack and Jill', 'ML'),
(13223, 'Musical', 'De Zoon van Louis Davids', 'ML'),
(13224, 'Musical', 'Alcanzar una estrella II', 'ML'),
(13225, 'Musical', 'Po trave bosikom', 'ML'),
(13226, 'Musical', 'The Pink Marble Egg', 'ML'),
(13227, 'Musical', 'Tere Ghar Ke Samne', 'ML'),
(13228, 'Musical', 'Super Bowl XLI Pre-Game Show', 'ML'),
(13229, 'Musical', 'Joseph and the Amazing Technicolor Dreamcoat', 'ML'),
(13230, 'Musical', 'Die Fledermaus', 'ML'),
(13231, 'Musical', 'Poema o tantse', 'ML'),
(13232, 'Musical', 'Abacaxi azul', 'ML'),
(13233, 'Musical', 'Rhythm Cafe', 'ML'),
(13234, 'Musical', 'Mama no te lo pierdas!', 'ML'),
(13235, 'Musical', 'At Long Last Love', 'ML'),
(13236, 'Musical', 'Amayakudu Kadhu Asadhyudu', 'ML'),
(13237, 'Musical', 'Brega Nights', 'ML'),
(13238, 'Musical', 'Country Song', 'ML'),
(13239, 'Musical', 'Festival', 'ML'),
(13240, 'Musical', 'Boy! What a Girl!', 'ML'),
(13241, 'Musical', 'Grease 2', 'ML'),
(13242, 'Musical', 'Svinarka i pastukh', 'ML'),
(13243, 'Musical', 'An Evening in Paris', 'ML'),
(13244, 'Musical', 'Strike Me Pink', 'ML'),
(13245, 'Musical', 'A.S.A.P.', 'ML'),
(13246, 'Musical', 'Otelo', 'ML'),
(13247, 'Musical', 'Vertavo', 'ML'),
(13248, 'Musical', 'Cinco minutos nada menos', 'ML'),
(13249, 'Musical', 'Cinesound Varieties', 'ML'),
(13250, 'Musical', 'Esta noche, fiesta', 'ML'),
(13251, 'Musical', 'Campus Cinderella', 'ML'),
(13252, 'Musical', 'Give Me the Stars', 'ML'),
(13253, 'Musical', 'Mai di sabato signora Lisistrata', 'ML'),
(13254, 'Biography', 'Miss Austen Regrets', 'ML'),
(13255, 'Biography', 'Al-andaleeb hikayt shaab', 'ML'),
(13256, 'Biography', 'Sean Connery Close Up', 'ML'),
(13257, 'Biography', 'Screenplay Series with Syd Field', 'ML'),
(13258, 'Biography', 'Desgranando', 'ML'),
(13259, 'Biography', 'I Was a Jewish Sex Worker', 'ML'),
(13260, 'Biography', 'The Cult of Concrete', 'ML'),
(13261, 'Biography', 'Tupac Shakur: Thug Angel', 'ML'),
(13262, 'Biography', 'Z for Zaitzow', 'ML'),
(13263, 'Biography', 'Perurena', 'ML'),
(13264, 'Biography', 'The Oracle of Del-Fi', 'ML'),
(13265, 'Biography', 'Der diskrete Charme des Hans Magnus Enzensberger', 'ML'),
(13266, 'Biography', 'Ten for Grandpa', 'ML'),
(13267, 'Biography', 'Glitterbug', 'ML'),
(13268, 'Biography', 'Was Ist Das? March Fourth Marching Band in Germany', 'ML'),
(13269, 'Biography', 'Teach Them Well', 'ML'),
(13270, 'Biography', 'Bobby Moore', 'ML'),
(13271, 'Biography', 'Vivaldi, the Red Priest', 'ML'),
(13272, 'Biography', 'A Time for Miracles', 'ML'),
(13273, 'Biography', 'I Aint Scared of You: A Tribute to Bernie Mac', 'ML'),
(13274, 'Biography', 'The Moment After 2: Behind the Scenes', 'ML'),
(13275, 'Biography', 'Voluntary Gestures', 'ML'),
(13276, 'Biography', 'Carlos Amorales', 'ML'),
(13277, 'Biography', 'Finding Neverland', 'ML'),
(13278, 'Biography', 'The Heros Hero: The Forgotten Life of William Barker', 'ML'),
(13279, 'Biography', 'O Theos agapaei to haviari', 'ML'),
(13280, 'Biography', 'Fireline', 'ML'),
(13281, 'Biography', 'The Light of the Golden Sun', 'ML'),
(13282, 'Biography', 'Mustafa', 'ML'),
(13283, 'Biography', 'Ye Mothers', 'ML'),
(13284, 'Biography', 'And Its Goodnight from Him', 'ML'),
(13285, 'Biography', 'Ghost Tours of New Hope', 'ML'),
(13286, 'Biography', 'Taxidermists', 'ML'),
(13287, 'Biography', 'Lo Chiamavano Zecchinetta', 'ML'),
(13288, 'Biography', 'Bastard: An Illegitimate Film', 'ML'),
(13289, 'Biography', 'Rage and Outrage: The Dreyfus Affair', 'ML'),
(13290, 'Biography', 'The Chaplain: A Soldiers Journey Featuring Dr. Alan Keyes', 'ML'),
(13291, 'Biography', 'Movin on Up: The Music and Message of Curtis Mayfield and the Impressions', 'ML'),
(13292, 'Biography', 'Teheran Kitchen', 'ML'),
(13293, 'Biography', 'Tales of the Rat Fink', 'ML'),
(13294, 'Biography', 'Our Paul: Remembering Paul Robeson', 'ML'),
(13295, 'Biography', 'Peter Eisenman: Making Architecture Move', 'ML'),
(13296, 'Biography', 'Angel Wishes: Journey of a Spiritual Healer', 'ML'),
(13297, 'Biography', 'Voice of Courage', 'ML'),
(13298, 'Biography', 'Two of Us: A Film About Mates of State', 'ML'),
(13299, 'Biography', 'Julian Bond', 'ML'),
(13300, 'Biography', 'Beautiful People', 'ML'),
(13301, 'Biography', 'Judge Not', 'ML'),
(13302, 'Biography', 'Inny swiat', 'ML'),
(13303, 'Biography', 'Escaping Robert Parker', 'ML'),
(13304, 'Biography', 'Saab Story', 'ML'),
(13305, 'Biography', 'Untitled Ozzy Osbourne Biopic', 'ML'),
(13306, 'Biography', 'Forbes Top 20 Young Royals', 'ML'),
(13307, 'Biography', 'Earl Owensby, the Man... the Myth', 'ML'),
(13308, 'Biography', 'Journey to the Centre of the Earth', 'ML'),
(13309, 'Biography', 'Two Loves', 'ML'),
(13310, 'Biography', 'Jedno zycie - Eva Hoffman', 'ML'),
(13311, 'Biography', 'Hancock & Joan', 'ML'),
(13312, 'Biography', 'Crossover: Richard Rodney Bennett', 'ML'),
(13313, 'Biography', 'Andere tijden', 'ML'),
(13314, 'Biography', 'Around and About Joan Miro', 'ML'),
(13315, 'Biography', 'A Portrait of Louise', 'ML'),
(13316, 'Biography', 'Belle & Emma', 'ML'),
(13317, 'Biography', 'NET Festival', 'ML'),
(13318, 'Biography', 'God Bless Vegas', 'ML'),
(13319, 'Biography', 'The Wildest Guy', 'ML'),
(13320, 'Biography', 'Neil Young: Under Review - 1976-2006', 'ML'),
(13321, 'Biography', 'The Soul of a Man', 'ML'),
(13322, 'Biography', '10:4', 'ML'),
(13323, 'Biography', 'Raj Kapoor', 'ML'),
(13324, 'Biography', 'Chambers: Tracks & Gestures', 'ML'),
(13325, 'Biography', 'Ultra Sound', 'ML'),
(13326, 'Biography', '43: The Richard Petty Story', 'ML'),
(13327, 'Biography', 'AGO Galleria Italia', 'ML'),
(13328, 'Biography', 'SBK Night & Day', 'ML'),
(13329, 'Biography', 'Beyond Explanation', 'ML'),
(13330, 'Biography', 'One Square Mile: Barrow, Alaska', 'ML'),
(13331, 'Biography', 'El hermano Pedro', 'ML'),
(13332, 'Biography', 'Nehru: The Jewel of India', 'ML'),
(13333, 'Biography', 'Invictus', 'ML'),
(13334, 'Biography', 'Retrato intimo', 'ML'),
(13335, 'Biography', 'Ways on Wheels', 'ML'),
(13336, 'Biography', 'Sports Alpha, Who Is Jesus? Julia Immonen', 'ML'),
(13337, 'Biography', 'Kazimierz Wielki', 'ML'),
(13338, 'Biography', 'Bombs in Our Backyard', 'ML'),
(13339, 'Biography', 'Moving Mountains', 'ML'),
(13340, 'Biography', 'Groundbreaking Artists', 'ML'),
(13341, 'Biography', 'Furqat', 'ML'),
(13342, 'Biography', 'Sports Alpha: Healing - Ugo Monye', 'ML'),
(13343, 'Biography', 'Der Popolski Show', 'ML'),
(13344, 'Biography', 'Doc Holliday', 'ML'),
(13345, 'Biography', 'Her Masters Voice', 'ML'),
(13346, 'Biography', 'Funeral White', 'ML'),
(13347, 'Biography', 'Madalyn: An Accelerated and Somewhat Inaccurate Biography of the Most Hated Woman in the World', 'ML'),
(13348, 'Biography', 'Harris Haare', 'ML'),
(13349, 'Biography', 'The Men Who Made the Movies: Raoul Walsh', 'ML'),
(13350, 'Biography', 'For Love or Country: The Arturo Sandoval Story', 'ML'),
(13351, 'Biography', 'Byl raz dobry swiat. Film o Janie Krzysztofie Kelusie', 'ML'),
(13352, 'Biography', 'Fearless Fernando Hernandez: A Fighters Journey', 'ML'),
(13353, 'Biography', 'Il mondo in una spiaggia', 'ML'),
(13354, 'Biography', 'JFK Remembered: 50 Years Later', 'ML'),
(13355, 'Biography', 'I4i vs. Microsoft', 'ML'),
(13356, 'Biography', 'Le promeneur du champ de Mars', 'ML'),
(13357, 'Biography', 'American Rhythms', 'ML'),
(13358, 'Biography', 'In Search of Beethoven', 'ML'),
(13359, 'Biography', 'Rock Hudson', 'ML'),
(13360, 'Biography', 'First Darkness', 'ML'),
(13361, 'Biography', 'Saint Ex', 'ML'),
(13362, 'Biography', 'Leonora Carrington. El juego surrealista', 'ML'),
(13363, 'Biography', 'This Boys Life', 'ML'),
(13364, 'Biography', 'Passages from Miles', 'ML'),
(13365, 'Biography', 'Sing Your Song', 'ML'),
(13366, 'Biography', 'The Life Story of David Lloyd George', 'ML'),
(13367, 'Biography', 'Babe Ruth: The Man, the Myth, the Legend', 'ML'),
(13368, 'Biography', 'Soundbreaker', 'ML'),
(13369, 'Biography', 'Senda de gloria', 'ML'),
(13370, 'Biography', 'The Wolfpack Project', 'ML'),
(13371, 'Biography', 'Music Folk', 'ML'),
(13372, 'Biography', 'Heidi Van Horne: Heidi Meets the Atomic Punk', 'ML'),
(13373, 'Biography', 'The Curse of Steptoe', 'ML'),
(13374, 'Biography', '12 Steps to Success for Artists in Los Angeles', 'ML'),
(13375, 'Biography', 'Agasadiq garaybayli', 'ML'),
(13376, 'Biography', 'Waltzes from Vienna', 'ML'),
(13377, 'Biography', 'Richard Hillary: A Fighter Pilots Story', 'ML'),
(13378, 'Biography', 'Lucia Venise', 'ML'),
(13379, 'Biography', 'Electric Slide', 'ML'),
(13380, 'Biography', 'The Shawn Michaels Story: Heartbreak and Triumph', 'ML'),
(13381, 'Biography', 'My Grandfather Drew Me a Map: Chapter One', 'ML'),
(13382, 'Biography', 'Afife jale', 'ML'),
(13383, 'Biography', 'The 5th Quarter', 'ML'),
(13384, 'Biography', 'The Compositor', 'ML'),
(13385, 'Biography', 'Nome de Guerra, a Viagem de Junqueiro', 'ML'),
(13386, 'Biography', 'Tagnawittude', 'ML'),
(13387, 'Biography', 'The O.J. Simpson Story', 'ML'),
(13388, 'Biography', 'Margaret & Evergon', 'ML'),
(13389, 'Biography', 'Televisions Comedy Classics', 'ML'),
(13390, 'Biography', 'Golden Days', 'ML'),
(13391, 'Biography', 'The Wanteds: The Part of Rock and Roll They Never Tell You About', 'ML'),
(13392, 'Biography', 'Het zijn reuzen', 'ML'),
(13393, 'Biography', 'Assumption', 'ML'),
(13394, 'Biography', 'Por Dinero', 'ML'),
(13395, 'Biography', 'Alta gracia', 'ML'),
(13396, 'Biography', 'Sunburst', 'ML'),
(13397, 'Biography', 'Lapsuuteni', 'ML'),
(13398, 'Biography', 'Outride the Devil: A Morning with Doc Holliday', 'ML'),
(13399, 'Biography', 'Richard III', 'ML'),
(13400, 'Biography', 'The British Guide to Showing Off', 'ML'),
(13401, 'Biography', 'Hollywood Remembers Walter Matthau', 'ML'),
(13402, 'Biography', 'Filthy Theater: A film About Joel Gersmann', 'ML'),
(13403, 'Biography', 'Spiral Notebook Parts 1-2', 'ML'),
(13404, 'Biography', 'Imagining Mina', 'ML'),
(13405, 'Biography', 'Nixon', 'ML'),
(13406, 'Biography', 'The Visual Bible: The Gospel of John', 'ML'),
(13407, 'Biography', 'A Skin Too Few: The Days of Nick Drake', 'ML'),
(13408, 'Biography', 'American Fabulous', 'ML'),
(13409, 'Biography', 'Betsy Palmer: A Scream Queen Legend', 'ML'),
(13410, 'Biography', 'Evel', 'ML'),
(13411, 'Biography', 'Karol, un uomo diventato Papa', 'ML'),
(13412, 'Biography', 'The Gardener of God', 'ML'),
(13413, 'Biography', 'Legenda ob Olge', 'ML'),
(13414, 'Biography', 'E! Entertainment Special: LeAnn Rimes', 'ML'),
(13415, 'Biography', 'Music Line: Giuni Russo Story II', 'ML'),
(13416, 'Biography', 'Tombaugh and the Telescope', 'ML'),
(13417, 'Biography', 'Simone de Beauvoir, une femme actuelle', 'ML'),
(13418, 'Biography', 'Betty and Coretta', 'ML'),
(13419, 'Biography', 'Citizen Hughes: The Power, the Money and the Madness', 'ML'),
(13420, 'Biography', 'Intimatta', 'ML'),
(13421, 'Biography', 'Mosca addio', 'ML'),
(13422, 'Biography', 'House Band', 'ML'),
(13423, 'Biography', 'Damia - Concert en velours noir', 'ML'),
(13424, 'Biography', 'Better Red Than Dead', 'ML'),
(13425, 'Biography', 'Mary af Danmark', 'ML'),
(13426, 'Biography', 'Pescadores', 'ML'),
(13427, 'Biography', 'The Elisha Stockwell Story', 'ML'),
(13428, 'Biography', 'Nicolo Paganini', 'ML'),
(13429, 'Biography', 'Allen Daviau, ASC on Psychedelic Film Effects', 'ML'),
(13430, 'Biography', 'Making Michael', 'ML'),
(13431, 'Biography', 'The Gentleman Prizefighter', 'ML'),
(13432, 'Biography', 'Kathapurushan', 'ML'),
(13433, 'Biography', 'Da Capo al Fine', 'ML'),
(13434, 'Biography', 'Looking for Nicolas Sarkozy', 'ML'),
(13435, 'Biography', 'JIm Crow to Barck Obama', 'ML'),
(13436, 'Biography', 'Jumtu cilveks', 'ML'),
(13437, 'Biography', 'Paolo VI - Il Papa nella tempesta', 'ML'),
(13438, 'Biography', 'Farvel til dronning Ingrid', 'ML'),
(13439, 'Biography', 'Fast Trip, Long Drop', 'ML'),
(13440, 'Biography', 'MAKERS: Women Who Make America Video Archive', 'ML'),
(13441, 'Biography', 'Tour File 2005', 'ML'),
(13442, 'Biography', 'Rook', 'ML'),
(13443, 'Biography', 'How Ping Pong Saved the World', 'ML'),
(13444, 'Biography', 'A Lifes Passion', 'ML'),
(13445, 'Biography', 'Forever James Dean', 'ML'),
(13446, 'Biography', 'Great Russian Composers: Alexander Scriabin', 'ML'),
(13447, 'Biography', 'Robert Frost: A Lovers Quarrel with the World', 'ML'),
(13448, 'Biography', 'Behind the Fame: Mary Tyler Moore/Bob Newhart', 'ML'),
(13449, 'Biography', 'An Angel at My Table', 'ML'),
(13450, 'Biography', 'Stanislaw Lem', 'ML'),
(13451, 'Biography', 'The Territory of Memory', 'ML'),
(13452, 'Biography', 'Il Mistero di Dante', 'ML'),
(13453, 'Biography', '20th Anniversary Tonner', 'ML'),
(13454, 'Biography', 'Sentire laria', 'ML'),
(13455, 'Biography', 'V.A.C.C. Camp: Camp Can-Do', 'ML'),
(13456, 'Biography', 'The Fifteenth', 'ML'),
(13457, 'Biography', 'Klaus Kinski - Ich bin kein Schauspieler', 'ML'),
(13458, 'Biography', 'Frida Kahlo', 'ML'),
(13459, 'Biography', 'Liberty Live...', 'ML'),
(13460, 'Biography', 'Ari Vatanen: The Lives of a Rally Driver', 'ML'),
(13461, 'Biography', 'Long Lance', 'ML'),
(13462, 'Biography', 'The Lewis Lloyd Black Magic', 'ML'),
(13463, 'Biography', 'Phil Spector: Hes a Rebel', 'ML'),
(13464, 'Biography', 'A Series of Kinetic Sets Tell a Story', 'ML'),
(13465, 'Biography', 'The Dirty Three', 'ML'),
(13466, 'Biography', 'A Quiet Passion', 'ML'),
(13467, 'Biography', 'The Fever of 1849', 'ML'),
(13468, 'Biography', 'Fitness and Fun', 'ML'),
(13469, 'Biography', 'Gibran', 'ML'),
(13470, 'Biography', 'Gertrude Bell', 'ML'),
(13471, 'Biography', 'Portrait of a Winemaker: John Williams of Frogs Leap', 'ML'),
(13472, 'Biography', 'Mr. Twister', 'ML'),
(13473, 'Biography', 'The Bear: The Legend of Coach Paul Bryant', 'ML'),
(13474, 'Biography', 'The Life of Robert Burns', 'ML'),
(13475, 'Biography', 'A Pleasant Terror: The Life and Ghost of M.R. James', 'ML'),
(13476, 'Biography', 'Garegin Nzhdeh', 'ML'),
(13477, 'Biography', 'The Love of a Mother', 'ML'),
(13478, 'Biography', 'Natural Born Star', 'ML'),
(13479, 'Biography', 'Wspomnienie o Aleksandrze Fordzie', 'ML'),
(13480, 'Biography', 'Don Bosco', 'ML'),
(13481, 'Biography', 'The Story of Doctor Carver', 'ML'),
(13482, 'Biography', 'El Shahroura', 'ML'),
(13483, 'Biography', 'William Fitzsimmons: Finding Home', 'ML'),
(13484, 'Biography', 'Wilfred Owen: Christ Church Remembered', 'ML'),
(13485, 'Biography', 'Agostino dIppona', 'ML'),
(13486, 'Biography', 'Star!', 'ML'),
(13487, 'Biography', 'Rose Colored Glasses', 'ML'),
(13488, 'Biography', 'The World According to David Liebe Hart', 'ML'),
(13489, 'Biography', 'Amazing Erina Yamaguchi', 'ML'),
(13490, 'Biography', 'Yunost poeta', 'ML'),
(13491, 'Biography', 'Translucence', 'ML'),
(13492, 'Biography', 'Matter of Heart', 'ML'),
(13493, 'Biography', 'McGilvray: The Game is Not the Same', 'ML'),
(13494, 'Biography', 'My Rescue', 'ML'),
(13495, 'Biography', 'Flashes of Hope: Hibakusha Traveling the World', 'ML'),
(13496, 'Biography', 'Gioacchino Rossini', 'ML'),
(13497, 'Biography', 'Inside Marilyn Chambers', 'ML'),
(13498, 'Biography', 'Einstein: His Life and Universe', 'ML'),
(13499, 'Biography', 'Misyon: Dakpin si Bogart', 'ML'),
(13500, 'Biography', '40 Smokin On-Set Hookups', 'ML'),
(13501, 'Biography', 'Pudsey Goes to Hollywood', 'ML'),
(13502, 'Biography', 'Shelby American', 'ML'),
(13503, 'Biography', 'Stars and Stripes Forever', 'ML'),
(13504, 'Biography', 'Prefontaine', 'ML'),
(13505, 'Biography', 'Richard Pryor: The Funniest Man Dead or Alive', 'ML'),
(13506, 'Biography', 'Behind the Paint', 'ML'),
(13507, 'Biography', 'Amadeus', 'ML'),
(13508, 'Biography', 'The Story of Darrell Royal', 'ML'),
(13509, 'Biography', 'Lean Ata Ratz?', 'ML'),
(13510, 'Biography', 'A Tale of Two Syrias', 'ML'),
(13511, 'Biography', 'Mishima: A Life in Four Chapters', 'ML'),
(13512, 'Biography', 'King Mathias', 'ML'),
(13513, 'Biography', 'Meme', 'ML'),
(13514, 'Biography', 'Son of the South', 'ML'),
(13515, 'Biography', 'Lakeland', 'ML'),
(13516, 'Biography', 'Murw', 'ML'),
(13517, 'Biography', 'Wer wenn nicht wir', 'ML'),
(13518, 'Biography', 'Casa Scelsi oder Die Innenansichten des Klangs', 'ML'),
(13519, 'Biography', 'Dalida', 'ML'),
(13520, 'Biography', 'Dreck aus der Erde graben', 'ML'),
(13521, 'Biography', 'Der Fall Lena Christ', 'ML'),
(13522, 'Biography', 'Endstation Freiheit', 'ML'),
(13523, 'Biography', 'The Man Who Predicted 9/11', 'ML'),
(13524, 'Biography', 'Six Degrees of TV', 'ML'),
(13525, 'Biography', 'Barnabas Becomes', 'ML'),
(13526, 'Biography', 'Eloy Take Two', 'ML'),
(13527, 'Biography', 'Atlantas Sunrise', 'ML'),
(13528, 'Biography', 'The Last of Robin Hood', 'ML'),
(13529, 'Biography', 'The James Dean Story', 'ML'),
(13530, 'Biography', 'Monografia Roberto Capucci', 'ML'),
(13531, 'Biography', 'Inside Story: Fatal Attraction', 'ML'),
(13532, 'Biography', 'Missing Boy', 'ML'),
(13533, 'Biography', 'Headliners & Legends with Matt Lauer', 'ML'),
(13534, 'Biography', 'We Dont Wanna Make You Dance', 'ML'),
(13535, 'Biography', 'We Are Still Here', 'ML'),
(13536, 'Biography', 'Ronald Reagan, lenfance dun chef', 'ML'),
(13537, 'Biography', 'Lombardi', 'ML'),
(13538, 'Biography', 'Meyerheim Special', 'ML'),
(13539, 'Biography', 'The Paladins', 'ML'),
(13540, 'Biography', 'Electric Oil', 'ML'),
(13541, 'Biography', 'Metteyya: Portrait of a Monk', 'ML'),
(13542, 'Biography', 'The Bellman Equation', 'ML'),
(13543, 'Biography', 'Big Brother and the Holding Company: Come Up the Years', 'ML'),
(13544, 'Biography', 'A Family Divided', 'ML'),
(13545, 'Biography', 'Ivan Groznyy', 'ML'),
(13546, 'Biography', 'May Bay', 'ML'),
(13547, 'Biography', 'Stretchmarks', 'ML'),
(13548, 'Biography', 'Elmers Factory', 'ML'),
(13549, 'Biography', 'David O. Selznick: Your New Producer', 'ML'),
(13550, 'Biography', 'Kalule', 'ML'),
(13551, 'Biography', 'Odyssey To Save Ulysses: Act One: I never had a father', 'ML'),
(13552, 'Biography', 'Lennart Meri', 'ML'),
(13553, 'Biography', 'Beijing Strangers', 'ML'),
(13554, 'Biography', 'Analogue Kingdom', 'ML'),
(13555, 'Biography', 'Nella vita di Sylvia Plath', 'ML'),
(13556, 'Biography', 'Old Hickory', 'ML'),
(13557, 'Biography', 'Making of Super Spook', 'ML'),
(13558, 'Biography', 'The Blank Canvas', 'ML'),
(13559, 'Biography', 'Tesla: Tripping the Light Electric', 'ML'),
(13560, 'Biography', 'Untitled DeLorean Biopic', 'ML'),
(13561, 'Biography', 'The Kessler Plot', 'ML'),
(13562, 'Biography', 'The Lady Is a Fighting Lion', 'ML'),
(13563, 'Biography', 'Soul Survivors', 'ML'),
(13564, 'Biography', 'La vie', 'ML'),
(13565, 'Biography', 'Fr Malachi Martin: The Popes Exorcist', 'ML'),
(13566, 'Biography', 'Driving Blind', 'ML'),
(13567, 'Biography', 'You Will Remember', 'ML'),
(13568, 'Biography', 'Blackbirds, Bottle Caps, and Broken Records', 'ML'),
(13569, 'Biography', 'Kit Keith: The Comfort of Memory', 'ML'),
(13570, 'Biography', 'Quien Soy', 'ML'),
(13571, 'Biography', 'Colestine', 'ML'),
(13572, 'Biography', 'T-Galop: A Louisiana Horse Story', 'ML'),
(13573, 'Biography', 'La vie de Pierre de Coubertin', 'ML'),
(13574, 'Biography', 'The Razzle', 'ML'),
(13575, 'Biography', 'Hendrix on Hendrix', 'ML'),
(13576, 'Biography', 'Wait Until Nothing', 'ML'),
(13577, 'Biography', 'Roseanne and Tom: Behind the Scenes', 'ML'),
(13578, 'Biography', 'Fan', 'ML'),
(13579, 'Biography', 'Duncan Campbell Scott: The Poet and the Indians', 'ML'),
(13580, 'Biography', 'Modigliani', 'ML'),
(13581, 'Biography', '...ebang bewarish', 'ML'),
(13582, 'Biography', 'I megali stigmi tou 21: Papaflessas', 'ML'),
(13583, 'Biography', 'Meet Me at Geronimos', 'ML'),
(13584, 'Biography', '39 Pounds of Love', 'ML'),
(13585, 'Biography', 'Annemarie Schwarzenbach: Une Suisse rebelle', 'ML'),
(13586, 'Biography', 'Custer of the West', 'ML'),
(13587, 'Biography', 'amazinGross', 'ML'),
(13588, 'Biography', 'Mosyo', 'ML'),
(13589, 'Biography', 'Dance of Love', 'ML'),
(13590, 'Biography', 'Theofilos', 'ML'),
(13591, 'Biography', 'Lady Gaga: On the Edge', 'ML'),
(13592, 'Biography', 'The Left Handed Gun', 'ML'),
(13593, 'Biography', 'Sacred Journey of the Heart', 'ML'),
(13594, 'Biography', 'Mystical Revelations of the Sacred Heart', 'ML'),
(13595, 'Biography', 'The Straight Story', 'ML'),
(13596, 'Biography', 'Ethan', 'ML'),
(13597, 'Biography', 'The Honorable Sam Houston', 'ML'),
(13598, 'Biography', 'Land Water People Time', 'ML'),
(13599, 'Biography', 'Osceola', 'ML'),
(13600, 'Biography', 'Aliyah Yaeli', 'ML'),
(13601, 'Biography', 'Africa Arise', 'ML'),
(13602, 'Biography', 'Der Diplomat', 'ML'),
(13603, 'Biography', 'Amend', 'ML'),
(13604, 'Biography', 'Moy luchshiy drug, general Vasiliy, syn Iosifa', 'ML'),
(13605, 'Biography', 'Man on the Medal: The Life and Work of Ski Legend Dick Durrance', 'ML'),
(13606, 'Biography', 'Victor Lopez Jr.', 'ML'),
(13607, 'Biography', '26 fois Louis Malle', 'ML'),
(13608, 'Biography', 'Untitled Music Biography', 'ML'),
(13609, 'Biography', 'Goodbye, Norma Jean', 'ML'),
(13610, 'Biography', 'Ammatti: elokuvaohjaaja - Pirjo Honkasalo', 'ML'),
(13611, 'Biography', 'Plavi orkestar', 'ML'),
(13612, 'Biography', 'Breaking Through the Clouds: The First Womens National Air Derby', 'ML'),
(13613, 'Biography', 'Xirinacs al Palau', 'ML'),
(13614, 'Biography', 'Lhomme qui danse', 'ML'),
(13615, 'Biography', 'La paire de chaussures', 'ML'),
(13616, 'Biography', 'Cao-Xa', 'ML'),
(13617, 'Biography', 'This Is Elvis', 'ML'),
(13618, 'Biography', 'Kaddish', 'ML'),
(13619, 'Biography', 'I Am Legend', 'ML'),
(13620, 'Biography', 'My Name Is Feker', 'ML'),
(13621, 'Biography', 'The Unsexing of Emma Edmonds', 'ML'),
(13622, 'Biography', 'Der Unendliche Weg', 'ML'),
(13623, 'Biography', 'Ratified', 'ML'),
(13624, 'Biography', 'Shaka Zulu', 'ML'),
(13625, 'Biography', 'I vechny boy... Iz zhisni Aleksandra Bloka', 'ML'),
(13626, 'Biography', 'Film Music Masters: Jerry Goldsmith', 'ML'),
(13627, 'Biography', 'The Legendary Dee Palmer and His Fantastic Band', 'ML'),
(13628, 'Biography', 'Confessions of a Naked Activist', 'ML'),
(13629, 'Biography', 'The Terry Fox Story', 'ML'),
(13630, 'Biography', 'TBS Pathfinders', 'ML'),
(13631, 'Biography', 'Unterwegs nach Ithaca', 'ML'),
(13632, 'Biography', 'Untitled Sammy Davis Jr. Biopic', 'ML'),
(13633, 'Biography', 'Vikhri vrazhdebnye', 'ML'),
(13634, 'Biography', 'Crooked Lines', 'ML'),
(13635, 'Biography', 'Fusion: The Art of Collaboration', 'ML'),
(13636, 'Biography', 'Houdini', 'ML'),
(13637, 'Biography', 'Quest-ce quon va faire de toi?', 'ML'),
(13638, 'Biography', 'On a Carousel of Sound, We Go Round', 'ML'),
(13639, 'Biography', 'I figli strappati', 'ML'),
(13640, 'Biography', 'Milton Glaser: To Inform and Delight', 'ML'),
(13641, 'Biography', 'O Lucky Malcolm!', 'ML'),
(13642, 'Biography', 'Dzien czwarty', 'ML'),
(13643, 'Biography', 'Charles of the City of Trees', 'ML'),
(13644, 'Biography', 'The Great Inimitable Mr. Dickens', 'ML'),
(13645, 'Biography', 'Chico Xavier', 'ML'),
(13646, 'Biography', 'Filmmaker', 'ML'),
(13647, 'Biography', 'Lesson Plan', 'ML'),
(13648, 'Biography', 'Do It Right the First Time', 'ML'),
(13649, 'Biography', 'Gatewood Galbraith: A Rebel with a Cause', 'ML'),
(13650, 'Biography', 'Beijing Crusader', 'ML'),
(13651, 'Biography', 'A la diestra del cielo: Silvio, un cantaor rockero', 'ML'),
(13652, 'Biography', 'Roy Keane: As I See It', 'ML'),
(13653, 'Biography', 'Paquita la del Barrio: La trayectoria', 'ML'),
(13654, 'Biography', 'I Am Secretly an Important Man', 'ML'),
(13655, 'Biography', 'Come to the Table', 'ML'),
(13656, 'Biography', 'Death of My Daughter', 'ML'),
(13657, 'Biography', 'Romanza final', 'ML'),
(13658, 'Biography', 'ECETI Ranch: A Documentary', 'ML'),
(13659, 'Biography', 'The Shopkeepers Daughter', 'ML'),
(13660, 'Biography', 'Die Bilder laufen', 'ML'),
(13661, 'Biography', 'Carve Her Name with Pride', 'ML'),
(13662, 'Biography', 'Konrad Adenauer - Stunden der Entscheidung', 'ML'),
(13663, 'Biography', 'Independence: A Vision for Living', 'ML'),
(13664, 'Biography', 'Assignment: Rescue', 'ML'),
(13665, 'Biography', 'The Real Malcolm X', 'ML'),
(13666, 'Biography', 'The Greenhorns', 'ML'),
(13667, 'Biography', 'Rade Koncar', 'ML'),
(13668, 'Biography', 'Forever Jung', 'ML'),
(13669, 'Biography', 'The Undefeated', 'ML'),
(13670, 'Biography', 'Kon Chai Moon', 'ML'),
(13671, 'Biography', 'Steve Jobs', 'ML'),
(13672, 'Biography', 'Monteverdis Musen - Im Herzen der Nacht', 'ML'),
(13673, 'Biography', 'Brent Houzenga: Hybrid Pioneer', 'ML'),
(13674, 'Biography', 'No Secret Anymore: The Times of Del Martin & Phyllis Lyon', 'ML'),
(13675, 'Biography', 'Cant Go Native?', 'ML'),
(13676, 'Biography', 'Lita: It Just Feels Right', 'ML'),
(13677, 'Biography', 'Sarkilarla Gectim Aranizdan', 'ML'),
(13678, 'Biography', 'Tipitina', 'ML'),
(13679, 'Biography', 'Ich, Georg Baselitz', 'ML'),
(13680, 'Biography', 'The Other World of Winston Churchill', 'ML'),
(13681, 'Biography', 'Markant: Elise Hoomans', 'ML'),
(13682, 'Biography', 'Public Enemy: Where Theres Smoke', 'ML'),
(13683, 'Biography', 'One Little Bird', 'ML'),
(13684, 'Biography', 'Distant Noises, Other Voices', 'ML'),
(13685, 'Biography', 'Lords of the Sky', 'ML'),
(13686, 'Biography', 'The Black Moses of Soul', 'ML'),
(13687, 'Biography', 'Vernost materi', 'ML'),
(13688, 'Biography', 'Nelson Mandela: The Life and Times', 'ML'),
(13689, 'Biography', 'Chico Fininho', 'ML'),
(13690, 'Biography', 'Vincent: A Life in Color', 'ML'),
(13691, 'Biography', 'Caras and Company', 'ML'),
(13692, 'Biography', 'Karmageddon', 'ML'),
(13693, 'Biography', 'Das Goebbels-Experiment', 'ML'),
(13694, 'Biography', 'Pyotr pervyy II', 'ML'),
(13695, 'Biography', 'Clemente', 'ML'),
(13696, 'Biography', 'You Cant Help Me', 'ML'),
(13697, 'Biography', 'Roadable Aircraft Roadable Dream', 'ML'),
(13698, 'Biography', 'Let It Come Down: The Life of Paul Bowles', 'ML'),
(13699, 'Biography', 'Julia Belgrove', 'ML'),
(13700, 'Biography', 'Legends of Hockey: A Personal Journey', 'ML'),
(13701, 'Biography', 'Zebra 022', 'ML'),
(13702, 'Biography', 'The Backwards Rider', 'ML'),
(13703, 'Biography', 'La batalla del domingo', 'ML'),
(13704, 'Biography', 'The Unseen Eric Morecambe', 'ML'),
(13705, 'Biography', 'La fabuleuse aventure de Marco Polo', 'ML'),
(13706, 'Biography', 'Seven Solos: A Documentary', 'ML'),
(13707, 'Biography', 'Mannerheim ja Pietari', 'ML'),
(13708, 'Biography', 'Love and Other Anxieties', 'ML'),
(13709, 'Biography', 'Kyle Kinser: Made in Makanda', 'ML'),
(13710, 'Biography', '7Up 2000', 'ML'),
(13711, 'Biography', 'Cola Chicken', 'ML'),
(13712, 'Biography', 'Invested: The Story of Three Youth Social Entrepreneurs', 'ML'),
(13713, 'Biography', 'Johnny and Lyman: A Life Together', 'ML'),
(13714, 'Biography', 'Celebrity Profile', 'ML'),
(13715, 'Biography', 'Yanush Korchak', 'ML'),
(13716, 'Biography', 'Untitled Buddy Cianci Biopic', 'ML'),
(13717, 'Biography', 'Vamp it Up: Dedee Pfeiffer Remembers the After Dark Club', 'ML'),
(13718, 'Biography', 'Photography Hijacked', 'ML'),
(13719, 'Biography', 'A Family in History', 'ML'),
(13720, 'Biography', 'Jimi Hendrix: Voodoo Child', 'ML'),
(13721, 'Biography', 'Frankies House', 'ML'),
(13722, 'Biography', 'Talking Classics', 'ML'),
(13723, 'Biography', 'Roman Padlewski', 'ML'),
(13724, 'Biography', 'Great Russian Writers: Leo Tolstoy', 'ML'),
(13725, 'Biography', 'Iskateli', 'ML'),
(13726, 'Biography', 'I Shot Andy Warhol', 'ML'),
(13727, 'Biography', 'The Saxon New World', 'ML'),
(13728, 'Biography', 'Lucian Freud: Portraits', 'ML'),
(13729, 'Biography', 'Breaking Stereotypes', 'ML'),
(13730, 'Biography', 'Dan Cytron: One Artists POV', 'ML'),
(13731, 'Biography', 'Paul Marioni: Artist', 'ML'),
(13732, 'Biography', 'Livia S. Sylva: A Woman Against the Odds', 'ML'),
(13733, 'Biography', 'A Secular Pilgrim in Jerusalem', 'ML'),
(13734, 'Biography', 'The King Chronicle', 'ML'),
(13735, 'Biography', 'A World of Her Own', 'ML'),
(13736, 'Biography', 'Global Focus VII: The New Environmentalists', 'ML'),
(13737, 'Biography', 'The Express', 'ML'),
(13738, 'Biography', 'Delmar', 'ML'),
(13739, 'Biography', 'Lebenslinien', 'ML'),
(13740, 'Biography', 'Broke*', 'ML'),
(13741, 'Biography', 'Sibila', 'ML'),
(13742, 'Biography', 'Faisal, Legacy of a King', 'ML'),
(13743, 'Biography', 'The Reagans', 'ML'),
(13744, 'Biography', 'The Mary Jane Project', 'ML'),
(13745, 'Biography', 'Will There Really Be a Morning?', 'ML'),
(13746, 'Biography', 'Master Spy: The Robert Hanssen Story', 'ML'),
(13747, 'Biography', 'Your Cheatin Heart', 'ML'),
(13748, 'Biography', 'Stavros Kougioumtzis: Mia kalinyhta pes mou', 'ML'),
(13749, 'Biography', 'Comandante Max', 'ML'),
(13750, 'Biography', 'Rosenstolz - Wir sind Wir! - Die erfolgsgeschichte eines Pop-Duos', 'ML'),
(13751, 'Biography', 'Kindness', 'ML'),
(13752, 'Biography', 'Cary Grant and Howard Hawks', 'ML'),
(13753, 'Biography', 'Caspar David Friedrich - Gedankenmaler der Romantik', 'ML'),
(13754, 'Biography', 'Running Time', 'ML'),
(13755, 'Biography', 'En busca de un muro', 'ML'),
(13756, 'Biography', 'Tous les matins du monde', 'ML'),
(13757, 'Biography', 'Process This', 'ML'),
(13758, 'Biography', 'Lermontov', 'ML'),
(13759, 'Biography', 'Kandidaterne', 'ML'),
(13760, 'Biography', 'Alan Ladd: The True Quiet Man', 'ML'),
(13761, 'Biography', 'Mandela: Long Walk to Freedom', 'ML'),
(13762, 'Biography', 'Growing Farmers', 'ML'),
(13763, 'Biography', 'Bobrauschenbergamerica', 'ML'),
(13764, 'Biography', 'The Way Up', 'ML'),
(13765, 'Biography', 'Bangkok 6', 'ML'),
(13766, 'Biography', 'Community Media Community Voice: Khoun Radio', 'ML'),
(13767, 'Biography', 'Ein junger Mann aus dem Innviertel - Adolf Hitler', 'ML'),
(13768, 'Biography', 'Saudi the Kingdom of Terror', 'ML'),
(13769, 'Biography', 'From Cows to Quinoa', 'ML'),
(13770, 'Biography', 'To You Sweetheart, Aloha', 'ML'),
(13771, 'Biography', 'Wahids Mobile Bookstore', 'ML'),
(13772, 'Biography', 'Killing Kasztner', 'ML'),
(13773, 'Biography', 'Love Is a Hurtin Thing', 'ML'),
(13774, 'Biography', 'Lorca en La Habana', 'ML'),
(13775, 'Biography', 'Deng Xiaoping', 'ML'),
(13776, 'Biography', 'A Good Death', 'ML'),
(13777, 'Biography', 'Giorgio', 'ML'),
(13778, 'Biography', 'Skid Row: Life in the Shadows', 'ML'),
(13779, 'Biography', 'The Pioneer of Paraguay', 'ML'),
(13780, 'Biography', 'All Tangled Up 10: The Doc!', 'ML'),
(13781, 'Biography', 'Vysotskiy. Spasibo, chto zhivoy', 'ML'),
(13782, 'Biography', 'How to Talk to Women', 'ML'),
(13783, 'Biography', 'Courage to Speak Out', 'ML'),
(13784, 'Biography', 'Mozart - Aufzeichnungen einer Jugend', 'ML'),
(13785, 'Biography', 'American Horizons. The Photographs of Art Sinsabaugh', 'ML'),
(13786, 'Biography', 'Jake Hortons', 'ML'),
(13787, 'Biography', 'Hviezda', 'ML'),
(13788, 'Biography', 'And So the Story Goes', 'ML'),
(13789, 'Biography', 'La sombra azul', 'ML'),
(13790, 'Biography', 'Liane', 'ML'),
(13791, 'Biography', 'Unspoken Northwest', 'ML'),
(13792, 'Biography', 'Giuseppe Moscati: Lamore che guarisce', 'ML'),
(13793, 'Biography', 'Normal to Whom?', 'ML'),
(13794, 'Biography', 'Troid Fhuilteach', 'ML'),
(13795, 'Biography', 'Miss Potter', 'ML'),
(13796, 'Biography', 'Noturno de Goeldi', 'ML'),
(13797, 'Biography', 'Peter Ustinov og hans verden', 'ML'),
(13798, 'Biography', 'Knockoutkuba', 'ML'),
(13799, 'Biography', 'Taliya.Date.Com', 'ML'),
(13800, 'Biography', 'Papa Hemingway', 'ML'),
(13801, 'Biography', 'Debbie Rochon Confidential: My Years in Tromaville Exposed!', 'ML'),
(13802, 'Biography', 'The Basketball Diaries', 'ML'),
(13803, 'Biography', 'Tales of a Dragon and a Butterfly', 'ML'),
(13804, 'Biography', 'Wade', 'ML'),
(13805, 'Biography', 'Your Journey to a Healthy Lifestyle', 'ML'),
(13806, 'Biography', 'A Modern Jean Valjean; Or Frame Up', 'ML'),
(13807, 'Biography', 'Zefiro Torna or Scenes from the Life of George Maciunas', 'ML'),
(13808, 'Biography', 'Prophet of Evil: The Ervil LeBaron Story', 'ML'),
(13809, 'Biography', 'Brother, Can You Spare a Billion?: The Story of Jesse H. Jones', 'ML'),
(13810, 'Biography', 'Muraren', 'ML'),
(13811, 'Biography', 'Jim & Frank', 'ML'),
(13812, 'Biography', 'Harvey Fellows Profile', 'ML'),
(13813, 'Biography', 'I Live Here', 'ML'),
(13814, 'Biography', 'Baffle Their Minds with Bullsh*t, Kerry Leigh', 'ML'),
(13815, 'Biography', 'Benek Blues', 'ML'),
(13816, 'Biography', 'Das Schwein - Eine deutsche Karriere', 'ML'),
(13817, 'Biography', 'The Whole Wide World', 'ML'),
(13818, 'Biography', 'Falco - Verdammt, wir leben noch!', 'ML'),
(13819, 'Biography', 'A Portrait in Bombay', 'ML'),
(13820, 'Biography', 'Johann Sebastian Bachs vergebliche Reise in den Ruhm', 'ML'),
(13821, 'Biography', 'Foliea Deux and Other Tales of Morgellons and Nano', 'ML'),
(13822, 'Biography', 'Charles McGee: Nature', 'ML'),
(13823, 'Biography', 'Valo varjon takana', 'ML'),
(13824, 'Biography', 'Ruas Vivas', 'ML'),
(13825, 'Biography', 'Factory of One', 'ML'),
(13826, 'Biography', 'Dangerous Edge: A Life of Graham Greene', 'ML'),
(13827, 'Biography', 'Pismo tati', 'ML'),
(13828, 'Biography', 'Az ne zhiveya edin zhivot', 'ML'),
(13829, 'Biography', 'Chavela', 'ML'),
(13830, 'Biography', 'Smoking Babas, Hombres Sagrados De La India', 'ML'),
(13831, 'Biography', 'Scott Hamilton: Return to the Ice', 'ML'),
(13832, 'Biography', 'Madre Teresa', 'ML'),
(13833, 'Biography', 'Que Viva! San Miquel de Allende', 'ML'),
(13834, 'Biography', 'Delta Dancers', 'ML'),
(13835, 'Biography', 'Vicars Wives', 'ML'),
(13836, 'Biography', 'The Woman the Germans Shot', 'ML'),
(13837, 'Biography', 'The Real Robin Hood', 'ML'),
(13838, 'Biography', 'Something More Than Sound', 'ML'),
(13839, 'Biography', 'Inside Story: Saturday Night Fever', 'ML'),
(13840, 'Biography', 'A Mimes Life', 'ML'),
(13841, 'Biography', 'Precision Motors', 'ML'),
(13842, 'Biography', 'S.B.: Io lo conoscevo bene', 'ML'),
(13843, 'Biography', 'Next Hit Show?', 'ML'),
(13844, 'Biography', 'Eleven: An Intergenerational Veterans Documentary', 'ML'),
(13845, 'Biography', 'The Mindscape of Alan Moore', 'ML'),
(13846, 'Biography', 'Sustaining Life', 'ML'),
(13847, 'Biography', 'Simply Halston', 'ML'),
(13848, 'Biography', 'Diana: A Tribute to the Peoples Princess', 'ML'),
(13849, 'Biography', 'Thanks for Listening, a Memoir', 'ML'),
(13850, 'Biography', 'World of Ideas with Bill Moyers', 'ML'),
(13851, 'Biography', 'Automatic Writing', 'ML'),
(13852, 'Biography', 'Hitchcock: Shadow of a Genius', 'ML'),
(13853, 'Biography', 'Louis Pasteur', 'ML'),
(13854, 'Biography', 'Die Bubi Scholz Story', 'ML'),
(13855, 'Biography', 'Virtuosi', 'ML'),
(13856, 'Biography', 'Whatever Happened to Zulay?', 'ML'),
(13857, 'Biography', '20 on 20', 'ML'),
(13858, 'Biography', 'Alferd Packer: The Musical', 'ML'),
(13859, 'Biography', 'Resurrection Man', 'ML'),
(13860, 'Biography', 'The Jubilee Girl', 'ML'),
(13861, 'Biography', 'Robin', 'ML'),
(13862, 'Biography', 'Net Attack', 'ML'),
(13863, 'Biography', 'Riding Shotgun with Jack McConaha', 'ML'),
(13864, 'Biography', 'Life of Shakespeare', 'ML'),
(13865, 'Biography', 'Dawn!', 'ML'),
(13866, 'Biography', 'Carl Jung: Wisdom of the Dream', 'ML'),
(13867, 'Biography', 'Skazany na bluesa', 'ML'),
(13868, 'Biography', 'The Ballad of Banjo Bill', 'ML'),
(13869, 'Biography', 'Ossidiana', 'ML'),
(13870, 'Biography', 'Ingo Metzmacher - Ein deutscher Dirigent', 'ML'),
(13871, 'Biography', 'Run by Faith', 'ML'),
(13872, 'Biography', 'Panagis Lelonis', 'ML'),
(13873, 'Biography', 'ABC Open 2', 'ML'),
(13874, 'Biography', 'Zvezda plenitelnogo schastya', 'ML'),
(13875, 'Biography', 'Roei no uta', 'ML'),
(13876, 'Biography', 'Way Out There', 'ML'),
(13877, 'Biography', 'Mr Box Joybox Express: Pedaling to the Beat for Michigans Youth', 'ML'),
(13878, 'Biography', 'Tarkio Balloon', 'ML'),
(13879, 'Biography', 'Papa Mau', 'ML'),
(13880, 'Biography', 'The Tower of Immortality', 'ML'),
(13881, 'Biography', 'The Road Back Home', 'ML'),
(13882, 'Biography', 'American Timmi: Cool as Fuck', 'ML'),
(13883, 'Biography', 'Bin nur ein Jonny - Der Operettenkomponist Paul Abraham', 'ML'),
(13884, 'Biography', 'Hebrang', 'ML'),
(13885, 'Biography', 'Yoni', 'ML'),
(13886, 'Biography', 'Zac Efron: The Ultimate Idol', 'ML'),
(13887, 'Biography', 'Family Values: An American Tragedy', 'ML'),
(13888, 'Biography', 'Nascido em 1900', 'ML'),
(13889, 'Biography', 'Blink! Again', 'ML'),
(13890, 'Biography', 'Biography', 'ML'),
(13891, 'Biography', 'Interaction with Technology', 'ML'),
(13892, 'Biography', 'My Neighbour', 'ML'),
(13893, 'Biography', 'Being Adept', 'ML'),
(13894, 'Biography', 'Winston Churchill: The Valiant Years', 'ML'),
(13895, 'Biography', 'Michelangelo: The Early Life', 'ML'),
(13896, 'Biography', 'Rafael Alberti: Pintor de versos', 'ML'),
(13897, 'Biography', 'Ziegfeld: The Man and His Women', 'ML'),
(13898, 'Biography', 'The Browns Daughter', 'ML'),
(13899, 'Biography', 'X-Rated Ambition: The Traci Lords Story', 'ML'),
(13900, 'Biography', 'No Look Pass', 'ML'),
(13901, 'Biography', 'Amy Casey', 'ML'),
(13902, 'Biography', 'Les saveurs du Palais', 'ML'),
(13903, 'Biography', 'Busking the System', 'ML'),
(13904, 'Biography', 'A Sense of Wonder', 'ML'),
(13905, 'Biography', 'Poe', 'ML'),
(13906, 'Biography', 'Pierogies', 'ML'),
(13907, 'Biography', 'Crazy Sexy Cool: The TLC Story', 'ML'),
(13908, 'Biography', 'Sex Drugs and Soybeans', 'ML'),
(13909, 'Biography', 'Registe', 'ML'),
(13910, 'Biography', 'eXtinction', 'ML'),
(13911, 'Biography', 'Exile on Main Street: A Season in Hell with the Rolling Stones', 'ML'),
(13912, 'Biography', 'Do You Recognize Me?', 'ML'),
(13913, 'Biography', 'Rhythm & Roots', 'ML'),
(13914, 'Biography', 'My Favorite Neoconservative', 'ML'),
(13915, 'Biography', 'A Cuban Thought', 'ML'),
(13916, 'Biography', 'Labut', 'ML'),
(13917, 'Biography', 'Biography: Bill Murray', 'ML'),
(13918, 'Biography', 'Sean Connery, an Intimate Portrait', 'ML'),
(13919, 'Biography', 'VH1 News Presents: Hip Hop Videos - Sexploitation on the Set', 'ML'),
(13920, 'Biography', 'A Life as Jimmy', 'ML'),
(13921, 'Biography', 'La symphonie fantastique', 'ML'),
(13922, 'Biography', 'Point of View of Helen Keller', 'ML'),
(13923, 'Biography', 'Dirty Hands: The Art & Crimes of David Choe', 'ML'),
(13924, 'Biography', 'Periousiaka stoiheia', 'ML'),
(13925, 'Biography', 'Humphrey Bogart: Behind the Legend', 'ML'),
(13926, 'Biography', 'La vie comme elle va', 'ML'),
(13927, 'Biography', 'The Man Who Stopped the Desert', 'ML'),
(13928, 'Biography', 'Guy Maddin: Waiting for Twilight', 'ML'),
(13929, 'Biography', 'Jim Talks', 'ML'),
(13930, 'Biography', 'Vrag naroda - Bukharin', 'ML'),
(13931, 'Biography', 'Rock Hudson: Dark and Handsome Stranger', 'ML'),
(13932, 'Biography', 'Charlies Lake', 'ML'),
(13933, 'Biography', 'Gerry Ryan talks to Latif Yahia', 'ML'),
(13934, 'Biography', 'My Duty', 'ML'),
(13935, 'Biography', 'The Miracle Man', 'ML'),
(13936, 'Biography', 'String of Genius', 'ML'),
(13937, 'Biography', 'El Representante de Dios', 'ML'),
(13938, 'Biography', 'Texan Eels on Wheels', 'ML'),
(13939, 'Biography', 'Hollywood Hist-o-Rama', 'ML'),
(13940, 'Biography', 'A Community Committed', 'ML'),
(13941, 'Biography', 'Seed Money: The Chuck Holmes Story', 'ML'),
(13942, 'Biography', 'Biblioburro, the Donkey Library', 'ML'),
(13943, 'Biography', 'Double Teamed', 'ML'),
(13944, 'Biography', 'The Door', 'ML'),
(13945, 'Biography', 'The Topologist', 'ML'),
(13946, 'Biography', 'Krishnamurti: The Chosen One', 'ML'),
(13947, 'Biography', 'Martini, il valenciano', 'ML'),
(13948, 'Biography', 'Real Sobriety', 'ML'),
(13949, 'Biography', 'Samuel Lount', 'ML'),
(13950, 'Biography', 'H.N. Andersens eventyr', 'ML'),
(13951, 'Biography', '02543', 'ML'),
(13952, 'Biography', 'The Bruce Movie', 'ML'),
(13953, 'Biography', 'Einsteins Wife', 'ML'),
(13954, 'Biography', 'Film with a Title of the Spectators Choosing', 'ML'),
(13955, 'Biography', 'Howard Hughes: His Women and His Movies', 'ML'),
(13956, 'Biography', 'The Hero of My Life', 'ML'),
(13957, 'Biography', 'In the Middle of Thin White Walls', 'ML'),
(13958, 'Biography', 'The Trouble with Merle', 'ML'),
(13959, 'Biography', 'Uh, Its Great Here', 'ML'),
(13960, 'Biography', 'Crater People', 'ML'),
(13961, 'Biography', 'Got Home Alive', 'ML'),
(13962, 'Biography', 'Walesa', 'ML'),
(13963, 'Biography', 'Fuori dal gregge', 'ML'),
(13964, 'Biography', 'Federales y unitarios', 'ML'),
(13965, 'Biography', 'A`ynan', 'ML'),
(13966, 'Biography', 'The Spike Jones Story', 'ML'),
(13967, 'Biography', 'Yr Aelwyd', 'ML'),
(13968, 'Biography', 'Children Who Wont Die', 'ML'),
(13969, 'Biography', 'Melba', 'ML'),
(13970, 'Biography', 'The Passion', 'ML'),
(13971, 'Biography', 'Michael Jackson Unmasked', 'ML'),
(13972, 'Biography', 'Benjamin Franklin', 'ML'),
(13973, 'Biography', 'Fighting Mac', 'ML'),
(13974, 'Biography', 'Jack Elias: Life of a Sephardic Artist', 'ML'),
(13975, 'Biography', 'The Journey of Gordon Parks', 'ML'),
(13976, 'Biography', 'Andy Warhol and Roy Lichtenstein', 'ML'),
(13977, 'Biography', 'Korpikirjailija, kunniatohtori Ilmari Kianto', 'ML'),
(13978, 'Biography', 'Honthy Hanna', 'ML'),
(13979, 'Biography', 'Tales of Beyoglu', 'ML'),
(13980, 'Biography', 'Edo Harumi monogatari', 'ML'),
(13981, 'Biography', 'The Best There Is Bret Hitman Hart 2', 'ML'),
(13982, 'Biography', 'Fedja', 'ML'),
(13983, 'Biography', 'A Creative Life', 'ML'),
(13984, 'Biography', 'Eye See Me', 'ML'),
(13985, 'Biography', 'Snow of My Memory', 'ML'),
(13986, 'Biography', 'Nevechernyaya', 'ML'),
(13987, 'Biography', 'Grasping the Sparrows Tail: A Taiji Movie', 'ML'),
(13988, 'Biography', 'Isa 9000', 'ML'),
(13989, 'Biography', 'Where the Sky Meets the Trees', 'ML'),
(13990, 'Biography', 'Buschka entdeckt Deutschland', 'ML'),
(13991, 'Biography', 'Katies Story', 'ML'),
(13992, 'Biography', 'Mighty Tebor Brosch', 'ML'),
(13993, 'Biography', 'Get the Picture', 'ML'),
(13994, 'Biography', 'Darren Ockert: A Mini Documentary', 'ML'),
(13995, 'Biography', 'An Alternative Life', 'ML'),
(13996, 'Biography', 'This Beats a Coma', 'ML'),
(13997, 'Biography', 'Sixty Years a Queen', 'ML'),
(13998, 'Biography', 'Mia zoi stin istoria', 'ML'),
(13999, 'Biography', 'Palliser', 'ML'),
(14000, 'Biography', 'Reagan', 'ML'),
(14001, 'Biography', 'Pierre Fatumbi Verger: Mensageiro Entre Dois Mundos', 'ML'),
(14002, 'Biography', 'Legend: A Film About Greg Garing', 'ML'),
(14003, 'Biography', 'Hyakunin no Ijin', 'ML'),
(14004, 'Biography', 'Callas', 'ML'),
(14005, 'Biography', 'Untitled George Washington Project', 'ML'),
(14006, 'Biography', 'Ena vima brosta', 'ML'),
(14007, 'Biography', 'Maxwell', 'ML'),
(14008, 'Biography', 'Grido', 'ML'),
(14009, 'Biography', 'Kean', 'ML'),
(14010, 'Biography', 'The Cambodian Room: Situations with Antoine DAgata', 'ML'),
(14011, 'Biography', 'Papusza', 'ML'),
(14012, 'Biography', 'Malarek', 'ML'),
(14013, 'Biography', 'Aphasia', 'ML'),
(14014, 'Biography', 'Luke Carsin: In Her Words', 'ML'),
(14015, 'Biography', 'Pain Behind the Fame', 'ML'),
(14016, 'Biography', 'The Grandmaster & the Dragon: William Cheung & Bruce Lee', 'ML'),
(14017, 'Biography', 'Pride of the Marines', 'ML'),
(14018, 'Biography', 'Moja tisina', 'ML'),
(14019, 'Biography', 'Wizard: The Magical Realist', 'ML'),
(14020, 'Biography', 'Yeshua', 'ML'),
(14021, 'Biography', 'Giacomo Puccini - Die dunkle Seite des Mondes', 'ML'),
(14022, 'Biography', 'Karyotakis', 'ML'),
(14023, 'Biography', 'Helmut Newton: Frames from the Edge', 'ML'),
(14024, 'Biography', 'Fritz Pollard', 'ML'),
(14025, 'Biography', 'Independent Producer Showcase', 'ML'),
(14026, 'Biography', 'A Picture of You', 'ML'),
(14027, 'Biography', 'Rediscovering Alexander Hamilton', 'ML'),
(14028, 'Biography', 'Children of Leprosy', 'ML'),
(14029, 'Biography', 'The WC: The Film', 'ML'),
(14030, 'Biography', 'Flying High, Standing Tall', 'ML'),
(14031, 'Biography', 'Reflections: Olivias Journal and Almost a Senorita', 'ML'),
(14032, 'Biography', 'Govnor', 'ML'),
(14033, 'Biography', 'Close Up', 'ML'),
(14034, 'Biography', 'Crossface', 'ML'),
(14035, 'Biography', 'One in Eight', 'ML'),
(14036, 'Biography', 'Manolete, un torero para la historia', 'ML'),
(14037, 'Biography', 'Nicholson Baker - House of Holes', 'ML'),
(14038, 'Biography', 'The Brandon Teena Story', 'ML'),
(14039, 'Biography', 'Thank Ya, Thank Ya Kindly', 'ML'),
(14040, 'Biography', 'My Inventions', 'ML'),
(14041, 'Biography', 'The Diaries of Vaslav Nijinsky', 'ML'),
(14042, 'Biography', 'Nakon Sto je Petao Zapojao', 'ML'),
(14043, 'Biography', 'The Real Chris Young', 'ML'),
(14044, 'Biography', 'WWE: The Best of RAW - 15th Anniversary 1993-2008', 'ML'),
(14045, 'Biography', 'Sylvias Baklava', 'ML'),
(14046, 'Biography', 'Ellines olympionikes', 'ML'),
(14047, 'Biography', 'That One Moment', 'ML'),
(14048, 'Biography', 'Sports Alpha: Marilyn Okoro', 'ML'),
(14049, 'Biography', 'Arvi Lind - luotettu mies', 'ML'),
(14050, 'Biography', 'In Between Spaces', 'ML'),
(14051, 'Biography', 'Robert Baldwin: A Matter of Principle', 'ML'),
(14052, 'Biography', 'A Zionists Journey from Romania to Eritrea', 'ML'),
(14053, 'Biography', 'Hazaribag, cuir toxique', 'ML'),
(14054, 'Biography', 'Sam Hunt: Purple Balloon and Other Stories', 'ML'),
(14055, 'Biography', 'Untitled Timothy Leary Biopic', 'ML'),
(14056, 'Biography', 'Scars You Cant See', 'ML'),
(14057, 'Biography', 'Out of Infamy: Michi Nishiura Weglyn', 'ML'),
(14058, 'Biography', 'Small Wonders', 'ML'),
(14059, 'Biography', 'Savage Beauty', 'ML'),
(14060, 'Biography', 'Piaf', 'ML'),
(14061, 'Biography', 'Blind Encounter', 'ML'),
(14062, 'Biography', 'The Revolutionary II', 'ML'),
(14063, 'Biography', 'Ignacio Retes: Narrando la historia', 'ML'),
(14064, 'Biography', 'The King of Size', 'ML'),
(14065, 'Biography', 'Moriah', 'ML'),
(14066, 'Biography', 'The Man', 'ML'),
(14067, 'Biography', 'The Eddy Duchin Story', 'ML'),
(14068, 'Biography', 'Wallace', 'ML'),
(14069, 'Biography', '10 Most Compelling Mama Dramas', 'ML'),
(14070, 'Biography', 'Squila', 'ML'),
(14071, 'Biography', 'Citizen Langlois', 'ML'),
(14072, 'Biography', 'The Sunrise People', 'ML'),
(14073, 'Biography', 'Tommy Foley: Legacy of a Young Hero', 'ML'),
(14074, 'Biography', 'Resight', 'ML'),
(14075, 'Biography', 'Rajmonda', 'ML'),
(14076, 'Biography', 'Os Sete Sacramentos de Canudos', 'ML'),
(14077, 'Biography', 'The Agronomist', 'ML'),
(14078, 'Biography', 'Tita Cervera. La baronesa', 'ML'),
(14079, 'Biography', 'The Justin Junk Man', 'ML'),
(14080, 'Biography', 'Bunda Pandeiro', 'ML'),
(14081, 'Biography', 'A Look at Liv', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(14082, 'Biography', 'Kenwin', 'ML'),
(14083, 'Biography', 'E! Investigates: Bullying', 'ML'),
(14084, 'Biography', 'Derrick Barry: Celebrity Female Impersonator', 'ML'),
(14085, 'Biography', 'La bella Otero', 'ML'),
(14086, 'Biography', 'Seuss', 'ML'),
(14087, 'Biography', 'Die letzte Mahadevi', 'ML'),
(14088, 'Biography', 'The Campaigner', 'ML'),
(14089, 'Biography', 'Farewell Creasey', 'ML'),
(14090, 'Biography', 'American Entrepreneurs', 'ML'),
(14091, 'Biography', 'Mr. Chris and His Devil', 'ML'),
(14092, 'Biography', 'Columbus: The Lost Voyage', 'ML'),
(14093, 'Biography', 'Mumbaikar Ganesh', 'ML'),
(14094, 'Biography', 'La mirada de Clara', 'ML'),
(14095, 'Biography', 'The Girl Behind the Screen', 'ML'),
(14096, 'Biography', 'Diamond Jim', 'ML'),
(14097, 'Biography', 'Flight for Freedom', 'ML'),
(14098, 'Biography', 'Taakkasi on minun', 'ML'),
(14099, 'Biography', 'The Tree on the Wall', 'ML'),
(14100, 'Biography', 'The Certitude of Shadow', 'ML'),
(14101, 'Biography', 'Chisholm', 'ML'),
(14102, 'Biography', 'When Learning Comes Naturally', 'ML'),
(14103, 'Biography', 'The Right Profile', 'ML'),
(14104, 'Biography', 'Lives That Changed the World', 'ML'),
(14105, 'Biography', 'Neil Hardwick - aina marginaalissa', 'ML'),
(14106, 'Biography', 'Durch diese Nacht sehe ich keinen einzigen Stern', 'ML'),
(14107, 'Biography', 'Fleming', 'ML'),
(14108, 'Biography', 'Spikes Most Irresistible Women', 'ML'),
(14109, 'Biography', 'Karl Hess: Toward Liberty', 'ML'),
(14110, 'Biography', 'Forgotten Home', 'ML'),
(14111, 'Biography', 'Lady in Red: Daria Nicolodi Remembers Profondo Rosso', 'ML'),
(14112, 'Biography', 'The Time Machine', 'ML'),
(14113, 'Biography', 'Women Can Do It Too', 'ML'),
(14114, 'Biography', 'Bingo Night', 'ML'),
(14115, 'Biography', 'Living The Falcon', 'ML'),
(14116, 'Biography', 'AFI Life Achievement Award: A Tribute to Sean Connery', 'ML'),
(14117, 'Biography', 'The Orientalist: The Samuel Johnson Award', 'ML'),
(14118, 'Biography', 'Ron Finch Thats All You Get', 'ML'),
(14119, 'Biography', 'Profils, Henri Cartier-Bresson: Lamour tout court', 'ML'),
(14120, 'Biography', 'Maggots and Men', 'ML'),
(14121, 'Biography', 'Eleftherios Venizelos: 1910-1927', 'ML'),
(14122, 'Biography', 'Peter Sellers og hans verden', 'ML'),
(14123, 'Biography', 'Moving Sounds', 'ML'),
(14124, 'Biography', 'Resende', 'ML'),
(14125, 'Biography', 'Some of What I Know About Tommy', 'ML'),
(14126, 'Biography', 'Girls Like Us', 'ML'),
(14127, 'Biography', 'Ek Veer Stree Ki Kahaani... Jhansi Ki Rani', 'ML'),
(14128, 'Biography', 'Il favoloso mondo di G. - Il cinema di Ugo Gregoretti', 'ML'),
(14129, 'Biography', 'Headliners & Legends: Halle Berry', 'ML'),
(14130, 'Biography', 'Vaudeville Comedy, Then and Now', 'ML'),
(14131, 'Biography', 'Rodham', 'ML'),
(14132, 'Biography', 'Oz: The American Fairyland', 'ML'),
(14133, 'Biography', 'The Arbor', 'ML'),
(14134, 'Biography', '15 Films About Madonna', 'ML'),
(14135, 'Biography', 'Ernst Reuter - Ein zerrissenes Leben', 'ML'),
(14136, 'Biography', 'American Partisanship', 'ML'),
(14137, 'Biography', 'Hitched or Ditched', 'ML'),
(14138, 'Biography', 'Charcuterie', 'ML'),
(14139, 'Biography', 'Abraham', 'ML'),
(14140, 'Biography', 'Gilda Radner: Its Always Something', 'ML'),
(14141, 'Biography', '18q: A Different Kind of Normal', 'ML'),
(14142, 'Biography', 'Biography: Ted Williams: From Homeless to Hollywood', 'ML'),
(14143, 'Biography', 'Campo abierto', 'ML'),
(14144, 'Biography', 'The Secret Life of Mrs. Beeton', 'ML'),
(14145, 'Biography', 'The Lady and the Bandit', 'ML'),
(14146, 'Biography', 'Urban Struggle', 'ML'),
(14147, 'Biography', 'Kites and Monsters', 'ML'),
(14148, 'Biography', 'Touches of Love', 'ML'),
(14149, 'Biography', 'Sotto il cielo di Roma', 'ML'),
(14150, 'Biography', 'Mr. Boogie Woogie', 'ML'),
(14151, 'Biography', 'Sergeant York', 'ML'),
(14152, 'Biography', 'Carlos Prieto en dos tesituras', 'ML'),
(14153, 'Biography', 'Directors on Directing', 'ML'),
(14154, 'Biography', 'Urban Odyssey', 'ML'),
(14155, 'Biography', 'Is Everybody Happy?', 'ML'),
(14156, 'Biography', 'East of Main Street', 'ML'),
(14157, 'Biography', 'A Simple Girl: Edith Flagg', 'ML'),
(14158, 'Biography', 'Icon News', 'ML'),
(14159, 'Biography', 'Red Road: A Journey Through the Life & Music of Carlos Reynosa', 'ML'),
(14160, 'Biography', 'Madame Curie', 'ML'),
(14161, 'Biography', 'Polanski', 'ML'),
(14162, 'Biography', 'Corwin', 'ML'),
(14163, 'Biography', 'E! Entertainment Special: Sacha Baron Cohen - The Real Borat', 'ML'),
(14164, 'Biography', 'Mrs. Parker and the Vicious Circle', 'ML'),
(14165, 'Biography', 'The Lesbian Code', 'ML'),
(14166, 'Biography', 'Rupa u dusi', 'ML'),
(14167, 'Biography', 'Memory, Perception and the Still Image', 'ML'),
(14168, 'Biography', 'Crazy Canucks', 'ML'),
(14169, 'Biography', 'The Donnellys of Biddulph', 'ML'),
(14170, 'Biography', 'V dni oktyabrya', 'ML'),
(14171, 'Biography', 'Sergej in der Urne', 'ML'),
(14172, 'Biography', 'Living Like a Common Man', 'ML'),
(14173, 'Biography', 'Den sista galaxonaut', 'ML'),
(14174, 'Biography', 'Our Path, Our Voice, Our Journey', 'ML'),
(14175, 'Biography', 'A Place Called Lovely', 'ML'),
(14176, 'Biography', 'Latzuf', 'ML'),
(14177, 'Biography', 'The Men Who Made the Movies: William A. Wellman', 'ML'),
(14178, 'Biography', 'The Secret World of Spying', 'ML'),
(14179, 'Biography', 'Africa is a Womans Name', 'ML'),
(14180, 'Biography', 'The Unity of Picassos Art: A Master Lecture by Professor Meyer Schapiro', 'ML'),
(14181, 'Biography', 'Thomas Sankara: The Upright Man', 'ML'),
(14182, 'Biography', 'E! Entertainment Special: Christina Aguilera', 'ML'),
(14183, 'Biography', 'All Creatures Great and Small', 'ML'),
(14184, 'Biography', 'Ordinary Summer', 'ML'),
(14185, 'Biography', 'Camino de la verdad', 'ML'),
(14186, 'Biography', 'Baselitz', 'ML'),
(14187, 'Biography', 'The Speeches of Robert F. Kennedy', 'ML'),
(14188, 'Biography', 'Pink Taxi', 'ML'),
(14189, 'Biography', 'I Shouldnt Be Alive: Science of Survival', 'ML'),
(14190, 'Biography', 'The Cast of Lost: Before They Were TV Stars', 'ML'),
(14191, 'Biography', 'Who Ordered Tax?', 'ML'),
(14192, 'Biography', 'The Stranger Effect', 'ML'),
(14193, 'Biography', 'Henri 4', 'ML'),
(14194, 'Biography', 'KISSology: The Ultimate KISS Collection', 'ML'),
(14195, 'Biography', 'Special', 'ML'),
(14196, 'Biography', 'The Majestic Life of Queen Elizabeth II', 'ML'),
(14197, 'Biography', 'Another Country', 'ML'),
(14198, 'Biography', '101 Favorite Stars Way Back When', 'ML'),
(14199, 'Biography', 'Alexandra - prinsesse i tiden', 'ML'),
(14200, 'Biography', 'Richard Lester!', 'ML'),
(14201, 'Biography', 'Ai confini del cielo', 'ML'),
(14202, 'Biography', 'Leretico - Un gesto di coraggio', 'ML'),
(14203, 'Biography', 'Flying Without Wings: Life with Arnold Beisser', 'ML'),
(14204, 'Biography', 'Blinde engle', 'ML'),
(14205, 'Biography', 'California Bonsai Man', 'ML'),
(14206, 'Biography', 'Nascemos para Cantar', 'ML'),
(14207, 'Biography', 'Dennis Hopper: Rebel Without a Pause', 'ML'),
(14208, 'Biography', 'If I Make It, I Win', 'ML'),
(14209, 'Biography', 'Canada Vignettes: The Dentist', 'ML'),
(14210, 'Biography', 'I Dont Know Jack', 'ML'),
(14211, 'Biography', 'Jie Wo Yi Sheng', 'ML'),
(14212, 'Biography', 'The Anorak Brigade', 'ML'),
(14213, 'Biography', 'Invincible', 'ML'),
(14214, 'Biography', 'Tary khaneh', 'ML'),
(14215, 'Biography', 'Mannerheim - Suomen marsalkka', 'ML'),
(14216, 'Biography', 'Zuleno', 'ML'),
(14217, 'Biography', 'Invocation: Maya Deren', 'ML'),
(14218, 'Biography', 'R-34', 'ML'),
(14219, 'Biography', 'In Black and White', 'ML'),
(14220, 'Biography', 'CNBC Titans', 'ML'),
(14221, 'Biography', 'A Different Drummer', 'ML'),
(14222, 'Biography', 'The Last Empress', 'ML'),
(14223, 'Biography', 'Il Viaggio di Kalibani', 'ML'),
(14224, 'Biography', 'LAET Los Angeles Entertainment Television', 'ML'),
(14225, 'Biography', 'Zielinski', 'ML'),
(14226, 'Biography', 'Ali G Before He Was Massiv', 'ML'),
(14227, 'Biography', 'Bi no kyojin tachi', 'ML'),
(14228, 'Biography', 'A Woman Called Golda', 'ML'),
(14229, 'Biography', 'Lart en action', 'ML'),
(14230, 'Biography', 'Instar', 'ML'),
(14231, 'Biography', 'Lucie Carrasco - Une histoire dhommes', 'ML'),
(14232, 'Biography', 'From Harlem to Haiti: With Love!', 'ML'),
(14233, 'Biography', 'Id Climb the Highest Mountain', 'ML'),
(14234, 'Biography', 'Reason for Living: The Jill Ireland Story', 'ML'),
(14235, 'Biography', 'Headliners & Legends: Will Smith', 'ML'),
(14236, 'Biography', 'La passion de Bernadette', 'ML'),
(14237, 'Biography', 'Looking for Truffaut', 'ML'),
(14238, 'Biography', 'Singing Wild Rice', 'ML'),
(14239, 'Biography', 'Agnes & Nancy', 'ML'),
(14240, 'Biography', '24 x 24 Wide Open with Jeff Gordon', 'ML'),
(14241, 'Biography', 'At Peace, with Punches', 'ML'),
(14242, 'Biography', 'Forex: Dream to Reality', 'ML'),
(14243, 'Biography', 'Born to Swim', 'ML'),
(14244, 'Biography', 'Home Not Yet Arrived', 'ML'),
(14245, 'Biography', 'Salaam - Helen Keiser, Nomadin aus dem Abendland', 'ML'),
(14246, 'Biography', 'Man of Mamoni', 'ML'),
(14247, 'Biography', 'The Cabinet of Dr. Mabuse', 'ML'),
(14248, 'Biography', 'Ben Hogan', 'ML'),
(14249, 'Biography', 'Fifty Years of The Queen', 'ML'),
(14250, 'Biography', 'Annibale Ruccello cut-up', 'ML'),
(14251, 'Biography', 'Out of Stone', 'ML'),
(14252, 'Biography', 'One in a Million: The Ron LeFlore Story', 'ML'),
(14253, 'Biography', 'Joe Williams: A Portrait in Song', 'ML'),
(14254, 'Biography', 'Alerta Fogo', 'ML'),
(14255, 'Biography', 'Igor: The Paris Years', 'ML'),
(14256, 'Biography', 'The Creative Streets', 'ML'),
(14257, 'Biography', 'Jack Benny: Comedy in Bloom', 'ML'),
(14258, 'Biography', 'Finish Line: The Rise and Demise of Off-Track Betting', 'ML'),
(14259, 'Biography', 'Antonio Gramsci: i giorni del carcere', 'ML'),
(14260, 'Biography', 'Al Idrisi', 'ML'),
(14261, 'Biography', 'Pupi Avati, ieri, oggi, domani', 'ML'),
(14262, 'Biography', 'Evo Pueblo', 'ML'),
(14263, 'Biography', 'The First of the Few', 'ML'),
(14264, 'Biography', 'I Remember Nelson', 'ML'),
(14265, 'Biography', 'Der Hecht auf der Tanne', 'ML'),
(14266, 'Biography', 'Untitled Martin Luther King Jr. Project', 'ML'),
(14267, 'Biography', 'Alex Higgins: The Peoples Champion', 'ML'),
(14268, 'Biography', 'Antonio guerriero di Dio', 'ML'),
(14269, 'Mystery', 'Musgo', 'ML'),
(14270, 'Mystery', 'Night of the Red Hunter', 'ML'),
(14271, 'Mystery', 'Koroshi', 'ML'),
(14272, 'Mystery', 'Pickmans Model', 'ML'),
(14273, 'Mystery', 'Eternal Love', 'ML'),
(14274, 'Mystery', 'Hvem er Gentlemantyven?', 'ML'),
(14275, 'Mystery', 'The Adventure of the Actress Jewels', 'ML'),
(14276, 'Mystery', 'Rip Cage', 'ML'),
(14277, 'Mystery', 'La posada sangrienta', 'ML'),
(14278, 'Mystery', 'Trespassing', 'ML'),
(14279, 'Mystery', 'Whines and Spirits', 'ML'),
(14280, 'Mystery', 'Obscure Night', 'ML'),
(14281, 'Mystery', 'Bad Timing', 'ML'),
(14282, 'Mystery', 'D-Zaka no satsujin jiken', 'ML'),
(14283, 'Mystery', 'Slowly But Surely', 'ML'),
(14284, 'Mystery', 'Fifth Business', 'ML'),
(14285, 'Mystery', 'Crickets', 'ML'),
(14286, 'Mystery', 'Zusje', 'ML'),
(14287, 'Mystery', 'La corona negra', 'ML'),
(14288, 'Mystery', 'A Bank Swindle', 'ML'),
(14289, 'Mystery', 'This Girl for Hire', 'ML'),
(14290, 'Mystery', 'Photo Taken', 'ML'),
(14291, 'Mystery', 'The Adventure of the Mazarin Stone', 'ML'),
(14292, 'Mystery', 'Kaseifu ha mita! 23', 'ML'),
(14293, 'Mystery', 'Oshibka Toni Vendisa', 'ML'),
(14294, 'Mystery', 'Dont Be Afraid', 'ML'),
(14295, 'Mystery', 'A Dorothy L. Sayers Mystery', 'ML'),
(14296, 'Mystery', 'Under These Same Stars: The Celadon Affair', 'ML'),
(14297, 'Mystery', 'Sieben Monde', 'ML'),
(14298, 'Mystery', 'The Documentary', 'ML'),
(14299, 'Mystery', 'To mystiko tou kokkinou mandya', 'ML'),
(14300, 'Mystery', 'Lady in the Box', 'ML'),
(14301, 'Mystery', 'Queen of the Wicked', 'ML'),
(14302, 'Mystery', 'Radioland Murders', 'ML'),
(14303, 'Mystery', 'The Time to Kill', 'ML'),
(14304, 'Mystery', 'Gespensterquartett', 'ML'),
(14305, 'Mystery', 'Mukhbiir', 'ML'),
(14306, 'Mystery', 'Stepping Lively', 'ML'),
(14307, 'Mystery', 'Under the Horizon', 'ML'),
(14308, 'Mystery', 'Caca Dont Preach', 'ML'),
(14309, 'Mystery', 'In Lucid Lunacy', 'ML'),
(14310, 'Mystery', 'The House of Mystery', 'ML'),
(14311, 'Mystery', 'Tsiskara', 'ML'),
(14312, 'Mystery', 'Mystery Street', 'ML'),
(14313, 'Mystery', 'Mr. & Mrs. Wright', 'ML'),
(14314, 'Mystery', 'Tangled Tales', 'ML'),
(14315, 'Mystery', 'Slaughter Studios', 'ML'),
(14316, 'Mystery', 'The Thirteenth Juror', 'ML'),
(14317, 'Mystery', 'Blonde on the Run', 'ML'),
(14318, 'Mystery', 'Sombras del pasado', 'ML'),
(14319, 'Mystery', 'The Rhapsody', 'ML'),
(14320, 'Mystery', 'Jericho Fever', 'ML'),
(14321, 'Mystery', 'Pillow of Death', 'ML'),
(14322, 'Mystery', 'Room D21', 'ML'),
(14323, 'Mystery', 'Conde Vrolok', 'ML'),
(14324, 'Mystery', 'You ren de ding qing Wu', 'ML'),
(14325, 'Mystery', 'The Lady from Sockholm', 'ML'),
(14326, 'Mystery', 'Der Teufel in Miss Jonas', 'ML'),
(14327, 'Mystery', 'Torpor Revisited', 'ML'),
(14328, 'Mystery', 'The Fashionistas', 'ML'),
(14329, 'Mystery', 'Cape Karma', 'ML'),
(14330, 'Mystery', 'Shock Corridor', 'ML'),
(14331, 'Mystery', 'Shin Onimusha: Dawn of Dreams', 'ML'),
(14332, 'Mystery', 'Just a Twist', 'ML'),
(14333, 'Mystery', 'Murder in Trinidad', 'ML'),
(14334, 'Mystery', 'Dark Cotton', 'ML'),
(14335, 'Mystery', 'Unexplained Mysteries', 'ML'),
(14336, 'Mystery', 'Theatre of Death', 'ML'),
(14337, 'Mystery', 'Lovushka', 'ML'),
(14338, 'Mystery', 'Kaze no na wa amunejia', 'ML'),
(14339, 'Mystery', 'Tinye So', 'ML'),
(14340, 'Mystery', 'The Fletcher Case', 'ML'),
(14341, 'Mystery', 'From Nine to Nine', 'ML'),
(14342, 'Mystery', 'The Man from Beyond', 'ML'),
(14343, 'Mystery', 'Seekers of the Statue', 'ML'),
(14344, 'Mystery', 'The Murdererers', 'ML'),
(14345, 'Mystery', 'Colinda', 'ML'),
(14346, 'Mystery', 'Caught in the Web of Intrigue', 'ML'),
(14347, 'Mystery', 'Iron Curtain', 'ML'),
(14348, 'Mystery', 'Night of Loving Dangerously', 'ML'),
(14349, 'Mystery', 'Half Past Midnight', 'ML'),
(14350, 'Mystery', 'Bitter Heritage', 'ML'),
(14351, 'Mystery', 'Broken Morning', 'ML'),
(14352, 'Mystery', 'Ankoku no Ryoken', 'ML'),
(14353, 'Mystery', 'Stalnaya babochka', 'ML'),
(14354, 'Mystery', 'Out of Our Minds', 'ML'),
(14355, 'Mystery', 'Charlies War', 'ML'),
(14356, 'Mystery', 'Chambre 69', 'ML'),
(14357, 'Mystery', 'Aloha, Scooby-Doo!', 'ML'),
(14358, 'Mystery', 'The Beiderbecke Tapes', 'ML'),
(14359, 'Mystery', 'Lucas', 'ML'),
(14360, 'Mystery', 'Troubled Tommys Tales of Woe', 'ML'),
(14361, 'Mystery', 'Shokuzai', 'ML'),
(14362, 'Mystery', 'Shubho Mahurat', 'ML'),
(14363, 'Mystery', 'Death Goes to School', 'ML'),
(14364, 'Mystery', 'Pesticide', 'ML'),
(14365, 'Mystery', 'Vismayathumbathu', 'ML'),
(14366, 'Mystery', 'Amai muchi', 'ML'),
(14367, 'Mystery', 'Harrys Law', 'ML'),
(14368, 'Mystery', 'Baten kaitosu II: Hajimari no tsubasa to kamigami no shishi', 'ML'),
(14369, 'Mystery', 'Eerie Encounters', 'ML'),
(14370, 'Mystery', 'Film Noir Ichi: The Detectives Family', 'ML'),
(14371, 'Mystery', 'Some-Thing/Lovers in Kiev', 'ML'),
(14372, 'Mystery', 'Murder, She Wrote: A Story to Die For', 'ML'),
(14373, 'Mystery', 'Scrutinize', 'ML'),
(14374, 'Mystery', 'Its a Hard Sell', 'ML'),
(14375, 'Mystery', 'Public Prosecutor', 'ML'),
(14376, 'Mystery', 'Snapshot', 'ML'),
(14377, 'Mystery', 'The Poorhouse Revisited', 'ML'),
(14378, 'Mystery', 'Jing zhong ren', 'ML'),
(14379, 'Mystery', 'Enjoy Your Worries, You May Never Have Them Again', 'ML'),
(14380, 'Mystery', 'Lewis', 'ML'),
(14381, 'Mystery', 'Snark gari', 'ML'),
(14382, 'Mystery', 'Hamal_18', 'ML'),
(14383, 'Mystery', 'Medium', 'ML'),
(14384, 'Mystery', 'Dr. Koishi no jiken carte 1', 'ML'),
(14385, 'Mystery', 'The Dogmatic', 'ML'),
(14386, 'Mystery', 'Fifteen Wives', 'ML'),
(14387, 'Mystery', 'Times Up, Eve', 'ML'),
(14388, 'Mystery', 'Il mistero dellasso di picche', 'ML'),
(14389, 'Mystery', 'Slave to Sin', 'ML'),
(14390, 'Mystery', 'House of the Damned', 'ML'),
(14391, 'Mystery', 'Where It Flows Out Into the Plains', 'ML'),
(14392, 'Mystery', 'Welcome to Leathermill', 'ML'),
(14393, 'Mystery', 'Abre tus ojos', 'ML'),
(14394, 'Mystery', 'Me no kabe', 'ML'),
(14395, 'Mystery', 'Doomed to Die', 'ML'),
(14396, 'Mystery', 'Supermodel', 'ML'),
(14397, 'Mystery', 'All the Colors of Steve', 'ML'),
(14398, 'Mystery', 'The Chem. Lab. Mystery', 'ML'),
(14399, 'Mystery', 'Indecent Behavior', 'ML'),
(14400, 'Mystery', 'Ghosts of the Heartland', 'ML'),
(14401, 'Mystery', 'Hurlevent', 'ML'),
(14402, 'Mystery', 'Prayer to a Vengeful God', 'ML'),
(14403, 'Mystery', 'Nightkill', 'ML'),
(14404, 'Mystery', 'A Face in the Fog', 'ML'),
(14405, 'Mystery', 'Dark Loop', 'ML'),
(14406, 'Mystery', 'Razorhead', 'ML'),
(14407, 'Mystery', 'Demqov depi pate', 'ML'),
(14408, 'Mystery', 'Ironside', 'ML'),
(14409, 'Mystery', 'Beyond the Janitors Closet', 'ML'),
(14410, 'Mystery', 'O Sistema', 'ML'),
(14411, 'Mystery', 'Jack Reed: Death and Vengeance', 'ML'),
(14412, 'Mystery', 'Inspector Mom', 'ML'),
(14413, 'Mystery', 'Ira bien', 'ML'),
(14414, 'Mystery', 'Lets Scare Jessica to Death', 'ML'),
(14415, 'Mystery', 'Fragmente', 'ML'),
(14416, 'Mystery', '12 stulyev', 'ML'),
(14417, 'Mystery', 'The Ninth Life of Louis Drax', 'ML'),
(14418, 'Mystery', 'Gurimu gurimoa', 'ML'),
(14419, 'Mystery', 'Collar de sangre', 'ML'),
(14420, 'Mystery', 'Bikrito Shoisob', 'ML'),
(14421, 'Mystery', 'Before the Night Is Gone', 'ML'),
(14422, 'Mystery', 'Petty Crimes', 'ML'),
(14423, 'Mystery', 'Appel dair', 'ML'),
(14424, 'Mystery', 'Goin Down Slow', 'ML'),
(14425, 'Mystery', 'Kabegiwa zeimukan 2: Kakutei shinkoku hen', 'ML'),
(14426, 'Mystery', 'Quayle', 'ML'),
(14427, 'Mystery', 'Flicka och hyacinter', 'ML'),
(14428, 'Mystery', 'Lash My Tongue', 'ML'),
(14429, 'Mystery', 'Uncondition', 'ML'),
(14430, 'Mystery', 'Open Fields', 'ML'),
(14431, 'Mystery', 'Feel Flow and Flower', 'ML'),
(14432, 'Mystery', '#OMGIMTRENDING', 'ML'),
(14433, 'Mystery', 'The Second Floor Mystery', 'ML'),
(14434, 'Mystery', 'The Asian Superman Myth', 'ML'),
(14435, 'Mystery', 'Berlino - Appuntamento per le spie', 'ML'),
(14436, 'Mystery', 'Time to Kill', 'ML'),
(14437, 'Mystery', 'Hear Me, Children-Yet-to-Be-Born', 'ML'),
(14438, 'Mystery', 'The Vanderhoff Affair', 'ML'),
(14439, 'Mystery', 'Pitris', 'ML'),
(14440, 'Mystery', 'Paper Steak', 'ML'),
(14441, 'Mystery', 'Fringe', 'ML'),
(14442, 'Mystery', '27 Mann St.', 'ML'),
(14443, 'Mystery', 'The Commune', 'ML'),
(14444, 'Mystery', 'The Draughtsmans Contract', 'ML'),
(14445, 'Mystery', 'The Affair of the Deserted House', 'ML'),
(14446, 'Mystery', 'Perry Mason: The Case of the Fatal Fashion', 'ML'),
(14447, 'Mystery', 'Teens on a Train', 'ML'),
(14448, 'Mystery', 'The Scotland Yard Mystery', 'ML'),
(14449, 'Mystery', 'Television Static', 'ML'),
(14450, 'Mystery', 'I Am the Night', 'ML'),
(14451, 'Mystery', 'McBride: Semper Fi', 'ML'),
(14452, 'Mystery', 'O Crime de Paula Matos', 'ML'),
(14453, 'Mystery', 'Jiu dian qing sha an', 'ML'),
(14454, 'Mystery', 'Machiavellian', 'ML'),
(14455, 'Mystery', 'Yeshou xingjing', 'ML'),
(14456, 'Mystery', 'The Skull Murder Mystery', 'ML'),
(14457, 'Mystery', 'Federal Bullets', 'ML'),
(14458, 'Mystery', 'Heavens Prisoners', 'ML'),
(14459, 'Mystery', 'Left for Dead', 'ML'),
(14460, 'Mystery', 'Satans School for Girls', 'ML'),
(14461, 'Mystery', 'Level 7', 'ML'),
(14462, 'Mystery', 'Feliz Ano Nuevo', 'ML'),
(14463, 'Mystery', 'Mega Mindy en het zwarte kristal', 'ML'),
(14464, 'Mystery', 'Block 42', 'ML'),
(14465, 'Mystery', 'A Viagem', 'ML'),
(14466, 'Mystery', 'The Black Raven', 'ML'),
(14467, 'Mystery', 'Zero: Akai Chou', 'ML'),
(14468, 'Mystery', 'My Sister Laxmi', 'ML'),
(14469, 'Mystery', 'Innocent Sinner', 'ML'),
(14470, 'Mystery', 'Manzanas Restaurant', 'ML'),
(14471, 'Mystery', 'Domus', 'ML'),
(14472, 'Mystery', 'Meitantei Conan', 'ML'),
(14473, 'Mystery', 'Ligalig', 'ML'),
(14474, 'Mystery', 'The Sound and the Shadow', 'ML'),
(14475, 'Mystery', 'Gangster Story', 'ML'),
(14476, 'Mystery', 'Against All Gods', 'ML'),
(14477, 'Mystery', 'Mystery Woman: Redemption', 'ML'),
(14478, 'Mystery', 'Joe Citizen', 'ML'),
(14479, 'Mystery', 'Midvinterblod', 'ML'),
(14480, 'Mystery', 'Please Hang Up And Try Again', 'ML'),
(14481, 'Mystery', 'The Dazzling Miss Davison', 'ML'),
(14482, 'Mystery', 'Trick of the Eye', 'ML'),
(14483, 'Mystery', 'Afro Samurai', 'ML'),
(14484, 'Mystery', 'School Killer', 'ML'),
(14485, 'Mystery', 'Unusual Occurrences', 'ML'),
(14486, 'Mystery', 'Eros', 'ML'),
(14487, 'Mystery', 'Illicit Dreams 2', 'ML'),
(14488, 'Mystery', 'Tough Guys Dont Dance', 'ML'),
(14489, 'Mystery', 'Graduation Day', 'ML'),
(14490, 'Mystery', 'The Reigate Squires', 'ML'),
(14491, 'Mystery', 'Denpa Teki na Kanojo', 'ML'),
(14492, 'Mystery', 'The Trouble with Harry', 'ML'),
(14493, 'Mystery', 'Un an', 'ML'),
(14494, 'Mystery', 'El zoja el azraa', 'ML'),
(14495, 'Mystery', 'Fatal Lady', 'ML'),
(14496, 'Mystery', 'Der Fall X701', 'ML'),
(14497, 'Mystery', 'Kemono no nemuri', 'ML'),
(14498, 'Mystery', 'El precio del poder', 'ML'),
(14499, 'Mystery', 'Vision', 'ML'),
(14500, 'Mystery', 'Dopo la notte', 'ML'),
(14501, 'Mystery', 'They Wont Forget', 'ML'),
(14502, 'Mystery', 'Leave Only Footprints', 'ML'),
(14503, 'Mystery', 'Dulce espiritu', 'ML'),
(14504, 'Mystery', 'Very Little Time', 'ML'),
(14505, 'Mystery', 'Beatrice Corons Daily Battles', 'ML'),
(14506, 'Mystery', 'Longchamps', 'ML'),
(14507, 'Mystery', 'The Devils Foot', 'ML'),
(14508, 'Mystery', 'The Signature', 'ML'),
(14509, 'Mystery', 'Das Geheimnis des Amerika-Docks', 'ML'),
(14510, 'Mystery', 'Hobby', 'ML'),
(14511, 'Mystery', 'Seduced', 'ML'),
(14512, 'Mystery', 'The Clouded Yellow', 'ML'),
(14513, 'Mystery', 'Masho no kaori', 'ML'),
(14514, 'Mystery', 'LiverFuckTM', 'ML'),
(14515, 'Mystery', 'Lief Lost a Book', 'ML'),
(14516, 'Mystery', 'Los ojos de Julia', 'ML'),
(14517, 'Mystery', 'Holmesian Guide to the Internet', 'ML'),
(14518, 'Mystery', 'Ghost Parade', 'ML'),
(14519, 'Mystery', 'Hu li mi an', 'ML'),
(14520, 'Mystery', 'Pour un fils', 'ML'),
(14521, 'Mystery', 'Bella Maddo', 'ML'),
(14522, 'Mystery', 'The Incorporation', 'ML'),
(14523, 'Mystery', 'Variable Inconstante', 'ML'),
(14524, 'Mystery', 'Fille en blanc', 'ML'),
(14525, 'Mystery', 'Chikan densha: Oshiri jiman', 'ML'),
(14526, 'Mystery', 'Sundown in Santa Fe', 'ML'),
(14527, 'Mystery', '1st to Die', 'ML'),
(14528, 'Mystery', 'The Myra Johnson Mystery', 'ML'),
(14529, 'Mystery', 'Cold Case Cops', 'ML'),
(14530, 'Mystery', 'Cheating Blondes', 'ML'),
(14531, 'Mystery', 'The Missing Links', 'ML'),
(14532, 'Mystery', 'Akakabu kenji funsenki: Nanki-Katsuura Onsen satsujin meiro', 'ML'),
(14533, 'Mystery', 'Historias de leyenda', 'ML'),
(14534, 'Mystery', '$5,000 Reward', 'ML'),
(14535, 'Mystery', 'A Perry Mason Mystery: The Case of the Lethal Lifestyle', 'ML'),
(14536, 'Mystery', 'Muss em Up', 'ML'),
(14537, 'Mystery', 'Maali al wazir', 'ML'),
(14538, 'Mystery', 'Conexiones La Mussara', 'ML'),
(14539, 'Mystery', 'The Truth About Lies', 'ML'),
(14540, 'Mystery', 'Meet Nero Wolfe', 'ML'),
(14541, 'Mystery', 'The Compass', 'ML'),
(14542, 'Mystery', 'Needle in the Hay', 'ML'),
(14543, 'Mystery', 'The Adventures of Shirley Holmes', 'ML'),
(14544, 'Mystery', 'Merlin and the Queen', 'ML'),
(14545, 'Mystery', 'Quarantine 2: Terminal', 'ML'),
(14546, 'Mystery', 'Felidae', 'ML'),
(14547, 'Mystery', 'Dark August', 'ML'),
(14548, 'Mystery', 'Dr. Koishi no jiken carte 4', 'ML'),
(14549, 'Mystery', 'Random 11', 'ML'),
(14550, 'Mystery', 'Ravani', 'ML'),
(14551, 'Mystery', 'Death of a Hedge Fund Salesman', 'ML'),
(14552, 'Mystery', '07 zglos sie', 'ML'),
(14553, 'Mystery', 'La notte breve', 'ML'),
(14554, 'Mystery', 'Dear Marcus Luke', 'ML'),
(14555, 'Mystery', 'Kat', 'ML'),
(14556, 'Mystery', 'In Opposition', 'ML'),
(14557, 'Mystery', 'The Western Limited', 'ML'),
(14558, 'Mystery', 'Uljhan', 'ML'),
(14559, 'Mystery', 'Yozhik v tumane', 'ML'),
(14560, 'Mystery', 'Collectors Item', 'ML'),
(14561, 'Mystery', 'Artifacts of Keno City', 'ML'),
(14562, 'Mystery', 'Hawthorne Road', 'ML'),
(14563, 'Mystery', 'Omerta: The Code of Silence', 'ML'),
(14564, 'Mystery', 'Making the Headlines', 'ML'),
(14565, 'Mystery', 'Solamente nero', 'ML'),
(14566, 'Mystery', 'Torihada: yofukashi no anata ni zotto suru hanashi wo', 'ML'),
(14567, 'Mystery', 'Hebigami maden', 'ML'),
(14568, 'Mystery', 'Who Is Number One?', 'ML'),
(14569, 'Mystery', 'The Asami Mitsuhiko Mystery 5', 'ML'),
(14570, 'Mystery', 'El caballero misterioso', 'ML'),
(14571, 'Mystery', 'Hagane no renkinjutsushi 2: Akaki erikuseru no akuma', 'ML'),
(14572, 'Mystery', 'Ciclo Myriam de Urquijo', 'ML'),
(14573, 'Mystery', 'The Studio Murder Mystery', 'ML'),
(14574, 'Mystery', 'Under a Killing Moon', 'ML'),
(14575, 'Mystery', 'Tintin et le lac aux requins', 'ML'),
(14576, 'Mystery', 'A Decent Proposal', 'ML'),
(14577, 'Mystery', 'Real Story', 'ML'),
(14578, 'Mystery', 'Shivaree', 'ML'),
(14579, 'Mystery', 'El embrujo de Shanghai', 'ML'),
(14580, 'Mystery', 'Bititsch', 'ML'),
(14581, 'Mystery', 'Telephone World', 'ML'),
(14582, 'Mystery', 'Ghost Lake', 'ML'),
(14583, 'Mystery', 'Theremin', 'ML'),
(14584, 'Mystery', 'Point Dume', 'ML'),
(14585, 'Mystery', 'The Menace of the Mute', 'ML'),
(14586, 'Mystery', 'Misteri wanita berdarah dingin', 'ML'),
(14587, 'Mystery', 'Murder, She Wrote: South by Southwest', 'ML'),
(14588, 'Mystery', 'Tsuma futari', 'ML'),
(14589, 'Mystery', 'Albatros', 'ML'),
(14590, 'Mystery', 'Acquaintance', 'ML'),
(14591, 'Mystery', 'Take One False Step', 'ML'),
(14592, 'Mystery', 'The Man Who Changed His Name', 'ML'),
(14593, 'Mystery', 'The Patient Vanishes', 'ML'),
(14594, 'Mystery', 'The Invisible Menace', 'ML'),
(14595, 'Mystery', 'Yama deka: nihon hyaku meisan satsujin jiken', 'ML'),
(14596, 'Mystery', 'Habitaciones para turistas', 'ML'),
(14597, 'Mystery', 'The Huntleigh Files', 'ML'),
(14598, 'Mystery', 'The Wall Street Mystery', 'ML'),
(14599, 'Mystery', 'Mis Motivos', 'ML'),
(14600, 'Mystery', 'Leyendas de amor y muerte', 'ML'),
(14601, 'Mystery', 'Isola', 'ML'),
(14602, 'Mystery', 'Wu zhang zhao pian', 'ML'),
(14603, 'Mystery', 'The Jurys Secret', 'ML'),
(14604, 'Mystery', 'The Barton Mystery', 'ML'),
(14605, 'Mystery', 'Massage', 'ML'),
(14606, 'Mystery', 'F.A.C.E.', 'ML'),
(14607, 'Mystery', 'A Difficult Woman', 'ML'),
(14608, 'Mystery', 'Der amerikanische Freund', 'ML'),
(14609, 'Mystery', 'Damnation Street', 'ML'),
(14610, 'Mystery', 'Rainbow of Emotion', 'ML'),
(14611, 'Mystery', 'The Cabin in the Woods', 'ML'),
(14612, 'Mystery', 'Me and Mr Jones on Natalee-Island', 'ML'),
(14613, 'Mystery', 'Der Fall des Staatsanwalts M...', 'ML'),
(14614, 'Mystery', 'Unheimliche Begegnungen', 'ML'),
(14615, 'Mystery', 'Una sombra en mi destino', 'ML'),
(14616, 'Mystery', 'Cruising', 'ML'),
(14617, 'Mystery', 'Solstorm', 'ML'),
(14618, 'Mystery', 'Wer war es?', 'ML'),
(14619, 'Mystery', 'La donna di picche', 'ML'),
(14620, 'Mystery', '... Would Have Been My Last Complaint', 'ML'),
(14621, 'Mystery', 'La tercer orden', 'ML'),
(14622, 'Mystery', 'Mysterious Journeys', 'ML'),
(14623, 'Mystery', 'Return of the Frog', 'ML'),
(14624, 'Mystery', '#Follow', 'ML'),
(14625, 'Mystery', 'Naked Sins', 'ML'),
(14626, 'Mystery', 'The Priestess', 'ML'),
(14627, 'Mystery', 'After Marriage', 'ML'),
(14628, 'Mystery', 'Chuang gui ni zhi xie guang zhi zai', 'ML'),
(14629, 'Mystery', 'Repression', 'ML'),
(14630, 'Mystery', 'Der tote Gast', 'ML'),
(14631, 'Mystery', 'Dugo sa pakpak ng angel', 'ML'),
(14632, 'Mystery', 'Black Cat Run', 'ML'),
(14633, 'Mystery', 'Rockman DASH 2', 'ML'),
(14634, 'Mystery', 'Facing the Forest', 'ML'),
(14635, 'Mystery', 'The Hip-Hop Massacre', 'ML'),
(14636, 'Mystery', 'One Bullet', 'ML'),
(14637, 'Mystery', 'Mistery of Oriental Magic', 'ML'),
(14638, 'Mystery', 'Diana en negro', 'ML'),
(14639, 'Mystery', 'Imaginary Turpitude', 'ML'),
(14640, 'Mystery', 'La sospecha', 'ML'),
(14641, 'Mystery', 'Entre midi et deux', 'ML'),
(14642, 'Mystery', 'The Wisdom of Crocodiles', 'ML'),
(14643, 'Mystery', 'Wondergirl', 'ML'),
(14644, 'Mystery', 'Something Unknown Is Doing We Dont Know What', 'ML'),
(14645, 'Mystery', 'The Secret Society', 'ML'),
(14646, 'Mystery', 'Grimmsberg', 'ML'),
(14647, 'Mystery', 'French Door', 'ML'),
(14648, 'Mystery', 'Tell Me Everything', 'ML'),
(14649, 'Mystery', 'Elle mental', 'ML'),
(14650, 'Mystery', 'Stained', 'ML'),
(14651, 'Mystery', 'This Years Blonde', 'ML'),
(14652, 'Mystery', 'La herencia Valdemar', 'ML'),
(14653, 'Mystery', 'Foreign Correspondents', 'ML'),
(14654, 'Mystery', 'Heydays Hotel', 'ML'),
(14655, 'Mystery', 'Beppin no machi', 'ML'),
(14656, 'Mystery', 'The Cars That Ate Paris', 'ML'),
(14657, 'Mystery', 'Silent Star', 'ML'),
(14658, 'Mystery', 'Dirtyglitter 1: Damien', 'ML'),
(14659, 'Mystery', 'Ramen Noodles', 'ML'),
(14660, 'Mystery', 'K.A.D.', 'ML'),
(14661, 'Mystery', 'Medical Investigation', 'ML'),
(14662, 'Mystery', 'Random 8', 'ML'),
(14663, 'Mystery', 'Het geheim van Mega Mindy', 'ML'),
(14664, 'Mystery', 'Sol-i-s.', 'ML'),
(14665, 'Mystery', 'Rock and Roll Over', 'ML'),
(14666, 'Mystery', 'To Love, Honor and Deceive', 'ML'),
(14667, 'Mystery', 'Vintovaya lestnitsa', 'ML'),
(14668, 'Mystery', 'Shining God', 'ML'),
(14669, 'Mystery', 'The Man Does Not Kill Himself', 'ML'),
(14670, 'Mystery', 'Chinguyeo joyonghi gadao', 'ML'),
(14671, 'Mystery', 'Meitantei Conan: Shikkoku no chaser', 'ML'),
(14672, 'Mystery', 'The Mysterious Mr. Valentine', 'ML'),
(14673, 'Mystery', 'The Pretender: Island of the Haunted', 'ML'),
(14674, 'Mystery', 'The Yin and the Yang of Mr. Go', 'ML'),
(14675, 'Mystery', 'The Lady Craved Excitement', 'ML'),
(14676, 'Mystery', 'The Nocturnal Visionary', 'ML'),
(14677, 'Mystery', 'Mission Terror', 'ML'),
(14678, 'Mystery', 'Someone at the Door', 'ML'),
(14679, 'Mystery', 'Rocky Hollow Lodge', 'ML'),
(14680, 'Mystery', 'Tender Is the Flesh', 'ML'),
(14681, 'Mystery', 'Six Sex Scenes and a Murder', 'ML'),
(14682, 'Mystery', 'El enmascarado justiciero', 'ML'),
(14683, 'Mystery', 'Farq', 'ML'),
(14684, 'Mystery', 'Zakrytaya shkola', 'ML'),
(14685, 'Mystery', 'Good Image Media', 'ML'),
(14686, 'Mystery', 'Irfan', 'ML'),
(14687, 'Mystery', 'Shichinin no onna bengoshi', 'ML'),
(14688, 'Mystery', 'Scene of the Crime', 'ML'),
(14689, 'Mystery', 'The Man on Watch', 'ML'),
(14690, 'Mystery', 'Raat Ke Rahi', 'ML'),
(14691, 'Mystery', 'Razha', 'ML'),
(14692, 'Mystery', 'The Woman Hunter', 'ML'),
(14693, 'Mystery', 'Aisha and Rahul', 'ML'),
(14694, 'Mystery', 'Date #25', 'ML'),
(14695, 'Mystery', 'Untitled Natalee Holloway Project', 'ML'),
(14696, 'Mystery', 'Clown Tears', 'ML'),
(14697, 'Mystery', 'Beautiful Enough', 'ML'),
(14698, 'Mystery', 'Rhapsodia', 'ML'),
(14699, 'Mystery', 'Il gatto del Maine', 'ML'),
(14700, 'Mystery', 'Invisible Eyes', 'ML'),
(14701, 'Mystery', 'Genericide', 'ML'),
(14702, 'Mystery', 'The Sassy Assassin', 'ML'),
(14703, 'Mystery', 'Die weisse Frau', 'ML'),
(14704, 'Mystery', 'Shades of Day', 'ML'),
(14705, 'Mystery', 'Deep Down in Florida', 'ML'),
(14706, 'Mystery', 'Korimarka', 'ML'),
(14707, 'Mystery', 'Titanic: Adventure Out of Time', 'ML'),
(14708, 'Mystery', 'Viaje directo al infierno', 'ML'),
(14709, 'Mystery', 'Neukdaereul', 'ML'),
(14710, 'Mystery', 'The Rockford Files: Shoot-Out at the Golden Pagoda', 'ML'),
(14711, 'Mystery', 'NYPD Blue', 'ML'),
(14712, 'Mystery', 'When Tyrants Kiss', 'ML'),
(14713, 'Mystery', 'Law & Order: Trial by Jury', 'ML'),
(14714, 'Mystery', 'Ulak', 'ML'),
(14715, 'Mystery', 'Mirena', 'ML'),
(14716, 'Mystery', 'La casa de las sanaciones', 'ML'),
(14717, 'Mystery', 'Striking Resemblance', 'ML'),
(14718, 'Mystery', 'Smallville: Vengeance Chronicles', 'ML'),
(14719, 'Mystery', 'Stranger Than Jim Morrison', 'ML'),
(14720, 'Mystery', 'Penny Royal', 'ML'),
(14721, 'Mystery', 'Wada Akiko satsujin jiken', 'ML'),
(14722, 'Mystery', 'Bunny Lake Is Missing', 'ML'),
(14723, 'Mystery', 'A Long Walk', 'ML'),
(14724, 'Mystery', 'The Tongue Mark', 'ML'),
(14725, 'Mystery', 'Peau dange', 'ML'),
(14726, 'Mystery', 'Ole Miss Monsters', 'ML'),
(14727, 'Mystery', 'Profiler', 'ML'),
(14728, 'Mystery', 'Chamber of Shadows', 'ML'),
(14729, 'Mystery', 'Dim Light', 'ML'),
(14730, 'Mystery', 'Geisterstunde - Fahrstuhl ins Jenseits', 'ML'),
(14731, 'Mystery', 'Brigham City', 'ML'),
(14732, 'Mystery', 'Morning Light', 'ML'),
(14733, 'Mystery', 'Black Mask', 'ML'),
(14734, 'Mystery', 'My Kingdom for a Kiss', 'ML'),
(14735, 'Mystery', 'Gabriel Knight 3: Blood of the Sacred, Blood of the Damned', 'ML'),
(14736, 'Mystery', 'Assassin for Hire', 'ML'),
(14737, 'Mystery', 'Cluster', 'ML'),
(14738, 'Mystery', 'The Majesty of the Haunt', 'ML'),
(14739, 'Mystery', 'Bandits of Dark Canyon', 'ML'),
(14740, 'Mystery', 'Rasputin: The Devil in the Flesh', 'ML'),
(14741, 'Mystery', 'Murder by the Mob', 'ML'),
(14742, 'Mystery', 'Cotards Reality', 'ML'),
(14743, 'Mystery', 'Undetectable', 'ML'),
(14744, 'Mystery', 'Kakure karakuri', 'ML'),
(14745, 'Mystery', 'Gui xiong shou', 'ML'),
(14746, 'Mystery', 'The Signal House', 'ML'),
(14747, 'Mystery', '7 Dreams for 7 Nights', 'ML'),
(14748, 'Mystery', 'A Desperate Chance for Ellery Queen', 'ML'),
(14749, 'Mystery', 'Yaadein', 'ML'),
(14750, 'Mystery', 'What He Did', 'ML'),
(14751, 'Mystery', 'Stella', 'ML'),
(14752, 'Mystery', 'A Chance Encounter', 'ML'),
(14753, 'Mystery', 'While My Pretty One Sleeps', 'ML'),
(14754, 'Mystery', 'Sherlock Holmes: Another Bow', 'ML'),
(14755, 'Mystery', 'Dream Diary', 'ML'),
(14756, 'Mystery', 'One Hour Fantasy Girl', 'ML'),
(14757, 'Mystery', 'Perry Mason: The Case of the Reckless Romeo', 'ML'),
(14758, 'Mystery', 'The Higashino Keigo Mysteries', 'ML'),
(14759, 'Mystery', 'Sipayi Lahala', 'ML'),
(14760, 'Mystery', 'Namumkin', 'ML'),
(14761, 'Mystery', 'The Last Lullaby', 'ML'),
(14762, 'Mystery', 'Non ho paura', 'ML'),
(14763, 'Mystery', 'Klann - grand guignol', 'ML'),
(14764, 'Mystery', 'Branded a Bandit', 'ML'),
(14765, 'Mystery', 'Lost in Italy', 'ML'),
(14766, 'Mystery', 'Grand Exit', 'ML'),
(14767, 'Mystery', 'Magemenoi', 'ML'),
(14768, 'Mystery', 'The Mirror Boy', 'ML'),
(14769, 'Mystery', 'Kagero ezu', 'ML'),
(14770, 'Mystery', 'Misguided Angel', 'ML'),
(14771, 'Mystery', 'The Great Hotel Murder', 'ML'),
(14772, 'Mystery', 'El lago', 'ML'),
(14773, 'Mystery', 'Clausura', 'ML'),
(14774, 'Mystery', 'Montgomery', 'ML'),
(14775, 'Mystery', 'The Look Out Girl', 'ML'),
(14776, 'Mystery', 'Murder by Television', 'ML'),
(14777, 'Mystery', 'Suna no utsuwa', 'ML'),
(14778, 'Mystery', 'Disfire', 'ML'),
(14779, 'Mystery', 'Fantom kiler 2', 'ML'),
(14780, 'Mystery', 'Dirt Boy', 'ML'),
(14781, 'Mystery', 'The Cursed Prince', 'ML'),
(14782, 'Mystery', 'The Lost Thoughts of Midnight', 'ML'),
(14783, 'Mystery', 'Null and Binding', 'ML'),
(14784, 'Mystery', 'Psycho II', 'ML'),
(14785, 'Mystery', 'Who Killed John ONeill?', 'ML'),
(14786, 'Mystery', 'Hour of Mystery', 'ML'),
(14787, 'Mystery', 'Un largo viaje hacia la muerte', 'ML'),
(14788, 'Mystery', 'Freedmont', 'ML'),
(14789, 'Mystery', 'Yappari neko ga suki satsujin jiken', 'ML'),
(14790, 'Mystery', 'A proposito di quella strana ragazza', 'ML'),
(14791, 'Mystery', 'The Triple Clue', 'ML'),
(14792, 'Mystery', 'Chronus', 'ML'),
(14793, 'Mystery', 'Believers', 'ML'),
(14794, 'Mystery', 'La Reunion', 'ML'),
(14795, 'Mystery', 'Mantra', 'ML'),
(14796, 'Mystery', 'Du Peur', 'ML'),
(14797, 'Mystery', 'Purgation', 'ML'),
(14798, 'Mystery', 'The Mysterious Mr. Tiller', 'ML'),
(14799, 'Mystery', 'Fatal Consequences', 'ML'),
(14800, 'Mystery', 'Saul Goodman', 'ML'),
(14801, 'Mystery', 'Snow Blanket', 'ML'),
(14802, 'Mystery', 'The Reaver', 'ML'),
(14803, 'Mystery', 'Saw VI', 'ML'),
(14804, 'Mystery', 'Do You Know Me', 'ML'),
(14805, 'Mystery', 'Lhomme sans visage', 'ML'),
(14806, 'Mystery', 'I Dont Need to Know', 'ML'),
(14807, 'Mystery', 'The Seashell', 'ML'),
(14808, 'Mystery', '1-Ichi', 'ML'),
(14809, 'Mystery', 'The Black Camel', 'ML'),
(14810, 'Mystery', 'The Murder of Squire Jeffrey', 'ML'),
(14811, 'Mystery', 'La ville aux murs dauphins', 'ML'),
(14812, 'Mystery', 'Cattivi', 'ML'),
(14813, 'Mystery', 'Kuro no dansho', 'ML'),
(14814, 'Mystery', 'A Womans Vengeance', 'ML'),
(14815, 'Mystery', 'Metruk', 'ML'),
(14816, 'Mystery', 'Besser als endlos', 'ML'),
(14817, 'Mystery', 'LooP', 'ML'),
(14818, 'Mystery', 'Orissa', 'ML'),
(14819, 'Mystery', 'Saattue', 'ML'),
(14820, 'Mystery', 'Le Horla', 'ML'),
(14821, 'Mystery', 'She Comes in Spring', 'ML'),
(14822, 'Mystery', 'Moetsukita chizu', 'ML'),
(14823, 'Mystery', 'The Secret Fury', 'ML'),
(14824, 'Mystery', 'Sense', 'ML'),
(14825, 'Mystery', 'Sam Has 7 Friends', 'ML'),
(14826, 'Mystery', 'High Terrace', 'ML'),
(14827, 'Mystery', 'Cruz de sal', 'ML'),
(14828, 'Mystery', 'CSI: NY', 'ML'),
(14829, 'Mystery', 'Dancing Man', 'ML'),
(14830, 'Mystery', 'Causa Mayor Webserie', 'ML'),
(14831, 'Mystery', 'Dark Film', 'ML'),
(14832, 'Mystery', 'Pyramid', 'ML'),
(14833, 'Mystery', 'Wildcat Road', 'ML'),
(14834, 'Mystery', 'The Mary Morstan Mysteries', 'ML'),
(14835, 'Mystery', 'Levantamuertos', 'ML'),
(14836, 'Mystery', 'Congratulations!', 'ML'),
(14837, 'Mystery', 'Adams of Eagle Lake', 'ML'),
(14838, 'Mystery', 'Dino Crisis 2', 'ML'),
(14839, 'Mystery', 'Cellule 66', 'ML'),
(14840, 'Mystery', 'Voorbijgangers', 'ML'),
(14841, 'Mystery', 'Esthesia', 'ML'),
(14842, 'Mystery', 'Hellraiser: Hellseeker', 'ML'),
(14843, 'Mystery', 'Riverbed', 'ML'),
(14844, 'Mystery', 'Fugitive in the Sky', 'ML'),
(14845, 'Mystery', 'The Totsugawa Keibu Series 3', 'ML'),
(14846, 'Mystery', 'Loving Observation', 'ML'),
(14847, 'Mystery', 'La cosa in cima alle scale', 'ML'),
(14848, 'Mystery', 'Bobok', 'ML'),
(14849, 'Mystery', 'The Silk-Lined Burglar', 'ML'),
(14850, 'Mystery', 'Autumn Dawn', 'ML'),
(14851, 'Mystery', 'Chrono Cross', 'ML'),
(14852, 'Mystery', 'Zones dombre', 'ML'),
(14853, 'Mystery', 'It Had to Be Murder', 'ML'),
(14854, 'Mystery', 'I Know What You Did Last Summer', 'ML'),
(14855, 'Mystery', 'Yes, Your Tide Is Cold and Dark, Sir', 'ML'),
(14856, 'Mystery', 'Het avontuur van de drie studenten', 'ML'),
(14857, 'Mystery', 'Concrete Walls', 'ML'),
(14858, 'Mystery', 'Dancing Alone', 'ML'),
(14859, 'Mystery', 'The Scariest Places on Earth', 'ML'),
(14860, 'Mystery', 'Akakabu kenji funsenki 4', 'ML'),
(14861, 'Mystery', 'Short Insanity 6', 'ML'),
(14862, 'Mystery', 'Jim and Frank Mysteries: The Blood River Files', 'ML'),
(14863, 'Mystery', 'Sinterklaas en het verdwenen pakhuis', 'ML'),
(14864, 'Mystery', 'Den rozhdeniya Burzhuya', 'ML'),
(14865, 'Mystery', 'El descampado', 'ML'),
(14866, 'Mystery', 'Discedo', 'ML'),
(14867, 'Mystery', 'Heat of the Sun', 'ML'),
(14868, 'Mystery', 'Engrenages', 'ML'),
(14869, 'Mystery', 'Constance aux enfers', 'ML'),
(14870, 'Mystery', '.hack//Osen kakudai vol. 1', 'ML'),
(14871, 'Mystery', 'Eleven Fifty One', 'ML'),
(14872, 'Mystery', 'Shot for a Movie', 'ML'),
(14873, 'Mystery', 'Den vita lejoninnan', 'ML'),
(14874, 'Mystery', 'Murder in Peyton Place', 'ML'),
(14875, 'Mystery', 'Small Dark Places', 'ML'),
(14876, 'Mystery', 'Der Name der Rose', 'ML'),
(14877, 'Mystery', 'The Acquittal', 'ML'),
(14878, 'Mystery', 'Treacherous Crossing', 'ML'),
(14879, 'Mystery', 'Accused at 17', 'ML'),
(14880, 'Mystery', 'The Fall of Henry', 'ML'),
(14881, 'Mystery', 'Eheinstitut Aurora', 'ML'),
(14882, 'Mystery', 'Childs Play 2', 'ML'),
(14883, 'Mystery', 'Dr. Koishi no jiken carte 2', 'ML'),
(14884, 'Mystery', 'Zwei Finger einer Hand', 'ML'),
(14885, 'Mystery', 'Indecent Behavior II', 'ML'),
(14886, 'Mystery', 'Sidestreet', 'ML'),
(14887, 'Mystery', 'Murdoch Mysteries: The Curse of the Lost Pharaohs', 'ML'),
(14888, 'Mystery', 'Paul Newman Meets Doctor Comfort', 'ML'),
(14889, 'Mystery', 'Key Witness', 'ML'),
(14890, 'Mystery', 'Stolen Secrets', 'ML'),
(14891, 'Mystery', 'A Life Beyond', 'ML'),
(14892, 'Mystery', 'Lord John in New York', 'ML'),
(14893, 'Mystery', 'Orr Eravuu', 'ML'),
(14894, 'Mystery', 'Mala fide', 'ML'),
(14895, 'Mystery', 'The Drake Case', 'ML'),
(14896, 'Mystery', 'Nothing to Hide 3', 'ML'),
(14897, 'Mystery', 'The Trunk', 'ML'),
(14898, 'Mystery', 'Bluebeards Ten Honeymoons', 'ML'),
(14899, 'Mystery', 'Sangerindens Diamanter', 'ML'),
(14900, 'Mystery', 'The Haunting of Misty Creek', 'ML'),
(14901, 'Mystery', 'Ninja Gaiden Sigma', 'ML'),
(14902, 'Mystery', 'Session 9', 'ML'),
(14903, 'Mystery', 'Starlights End', 'ML'),
(14904, 'Mystery', 'Death by Suspense', 'ML'),
(14905, 'Mystery', 'Technicolor Nods', 'ML'),
(14906, 'Mystery', 'Diletanttische Lieder - 7. Analyse-Clown', 'ML'),
(14907, 'Mystery', 'De vierde man', 'ML'),
(14908, 'Mystery', 'Ideas & Smoke', 'ML'),
(14909, 'Mystery', 'Mise-en-abyme', 'ML'),
(14910, 'Mystery', 'The File on Thelma Jordon', 'ML'),
(14911, 'Mystery', 'Sprawa Gorgonowej', 'ML'),
(14912, 'Mystery', 'Railway Signal', 'ML'),
(14913, 'Mystery', 'The Skin Horse', 'ML'),
(14914, 'Mystery', 'Charlie Chan Carries On', 'ML'),
(14915, 'Mystery', 'Nightfall', 'ML'),
(14916, 'Mystery', 'The Betrayed', 'ML'),
(14917, 'Mystery', 'The Hunt for the Boston Strangler', 'ML'),
(14918, 'Mystery', 'The Rockford Files: A Blessing in Disguise', 'ML'),
(14919, 'Mystery', 'Mayong: Myth/Reality', 'ML'),
(14920, 'Mystery', 'Hanzai higaisha sodanshitsu: Iyashi no jikenbo-honoo ga kaeta onna no jinsei! serebuzuma to kojuto no kakushitsu isharyo ka isan sozokuka kieta rikon todoke', 'ML'),
(14921, 'Mystery', 'Undercover Heat', 'ML'),
(14922, 'Mystery', 'The Impersonator', 'ML'),
(14923, 'Mystery', 'Sisters of Eve', 'ML'),
(14924, 'Mystery', 'The Curse of Ravenscroft', 'ML'),
(14925, 'Mystery', 'Mystery of the Wax Museum', 'ML'),
(14926, 'Mystery', 'La casa 3', 'ML'),
(14927, 'Mystery', 'Hasuginsaeng', 'ML'),
(14928, 'Mystery', 'The New Adventures of Zak McKracken', 'ML'),
(14929, 'Mystery', 'The Bishop Murder Case', 'ML'),
(14930, 'Mystery', 'Donkeyface', 'ML'),
(14931, 'Mystery', 'Zi ye ge', 'ML'),
(14932, 'Mystery', 'Trailer Terror', 'ML'),
(14933, 'Mystery', 'Da xia qing sha an', 'ML'),
(14934, 'Mystery', 'Firar', 'ML'),
(14935, 'Mystery', 'Claires Shadow', 'ML'),
(14936, 'Mystery', 'La vida de nadie', 'ML'),
(14937, 'Mystery', 'The Highly Observant Bill White', 'ML'),
(14938, 'Mystery', 'La ragazza dal pigiama giallo', 'ML'),
(14939, 'Mystery', 'The Rivals of Sherlock Holmes', 'ML'),
(14940, 'Mystery', 'Anonymous Rex', 'ML'),
(14941, 'Mystery', 'Gravel', 'ML'),
(14942, 'Mystery', 'Simon Magus', 'ML'),
(14943, 'Mystery', 'Engraved', 'ML'),
(14944, 'Mystery', 'Cool and Lam', 'ML'),
(14945, 'Mystery', 'B.T.K.', 'ML'),
(14947, 'Mystery', 'Midnight Lace', 'ML'),
(14948, 'Mystery', 'Mr. Wong in Chinatown', 'ML'),
(14949, 'Mystery', 'Keep Calm and Carry On', 'ML'),
(14950, 'Mystery', 'Die Toten vom Schwarzwald', 'ML'),
(14951, 'Mystery', 'Shadow Speak', 'ML'),
(14952, 'Mystery', 'Giallo napoletano', 'ML'),
(14953, 'Mystery', 'Curtain at Eight', 'ML'),
(14954, 'Mystery', 'Zhi zhu nu', 'ML'),
(14955, 'Mystery', 'EXTRAnormal', 'ML'),
(14956, 'Mystery', 'Terroir', 'ML'),
(14957, 'Mystery', 'Melkiy bes', 'ML'),
(14958, 'Mystery', 'Hidden Faces', 'ML'),
(14959, 'Mystery', 'Mauvais Oeil', 'ML'),
(14960, 'Mystery', 'I', 'ML'),
(14961, 'Mystery', 'Akujo ni tsuite', 'ML'),
(14962, 'Mystery', 'The Big Black Pill', 'ML'),
(14963, 'Mystery', 'The Krone Experiment', 'ML'),
(14964, 'Mystery', 'The Casino Murder Case', 'ML'),
(14965, 'Mystery', 'Jajeong ihu', 'ML'),
(14966, 'Mystery', 'Zeimu chousakan Madobe Tarou no jikenbo 22', 'ML'),
(14967, 'Mystery', 'CBS Childrens Mystery Theatre', 'ML'),
(14968, 'Mystery', 'Fatal Exam', 'ML'),
(14969, 'Mystery', 'Appleton', 'ML'),
(14970, 'Mystery', 'A Whisper in the Dark', 'ML'),
(14971, 'Mystery', 'Third Man Out', 'ML'),
(14972, 'Mystery', 'Exit 91 Summerland', 'ML'),
(14973, 'Mystery', 'Full of Energy', 'ML'),
(14974, 'Mystery', 'La Secretaria del Diablo', 'ML'),
(14975, 'Mystery', 'Cesar Salad', 'ML'),
(14976, 'Mystery', 'Plot No. 5', 'ML'),
(14977, 'Mystery', 'Haunted Nights', 'ML'),
(14978, 'Mystery', 'Filomena Martusano', 'ML'),
(14979, 'Mystery', 'The Passing of Mr. Quin', 'ML'),
(14980, 'Mystery', 'Inspirations with Bro. Gerard', 'ML'),
(14981, 'Mystery', 'Less Than a Whisper', 'ML'),
(14982, 'Mystery', 'Seven Doors to Death', 'ML'),
(14983, 'Mystery', 'My Beautiful Departed', 'ML'),
(14984, 'Mystery', 'Soccer. Science. Sorcery', 'ML'),
(14985, 'Mystery', 'Screenplay', 'ML'),
(14986, 'Mystery', 'Private Revelations', 'ML'),
(14987, 'Mystery', 'Trick 3', 'ML'),
(14988, 'Mystery', 'La pena negra: el agua que desemboca', 'ML'),
(14989, 'Mystery', 'Tonrar Yuralria', 'ML'),
(14990, 'Mystery', 'LEffet Kurtz', 'ML'),
(14991, 'Mystery', 'Skyborg Into the Vortex', 'ML'),
(14992, 'Mystery', 'Hard Boiled Mahoney', 'ML'),
(14993, 'Mystery', 'Curious and Unusual Deaths', 'ML'),
(14994, 'Mystery', 'La Mappa Misteriosa', 'ML'),
(14995, 'Mystery', 'Just Rewards', 'ML'),
(14996, 'Mystery', 'Enemy Agents Meet Ellery Queen', 'ML'),
(14997, 'Mystery', 'Ensemble dans la mort', 'ML'),
(14998, 'Mystery', 'Wangaar: The Challenge', 'ML'),
(14999, 'Mystery', 'The Silver Buddha', 'ML'),
(15000, 'Mystery', 'The Hatch', 'ML'),
(15001, 'Mystery', 'The Fat Man: The Thirty-Two Friends of Gina Lardelli', 'ML'),
(15002, 'Mystery', 'Time Out for Murder', 'ML'),
(15003, 'Mystery', 'Istories mystiriou', 'ML'),
(15004, 'Mystery', 'Pin fok chun kei', 'ML'),
(15005, 'Mystery', 'Dances for a Small Screen', 'ML'),
(15006, 'Mystery', 'Lord of Zombie City', 'ML'),
(15007, 'Mystery', 'Martian Precursor', 'ML'),
(15008, 'Mystery', 'Murder on the Yukon', 'ML'),
(15009, 'Mystery', 'The Fatal Witness', 'ML'),
(15010, 'Mystery', 'Kaze no Kuronoa 2: Sekai ga nozonda wasuremono', 'ML'),
(15011, 'Mystery', 'O dolofonos agapouse poly...', 'ML'),
(15012, 'Mystery', 'Know Your Logic', 'ML'),
(15013, 'Mystery', 'Glass Desert', 'ML'),
(15014, 'Mystery', 'The Asami Mitsuhiko Mystery 7', 'ML'),
(15015, 'Mystery', 'El internado', 'ML'),
(15016, 'Mystery', '2001: A Space Odyssey', 'ML'),
(15017, 'Mystery', 'Draw Me Something', 'ML'),
(15018, 'Mystery', 'In the Cut', 'ML'),
(15019, 'Mystery', 'The Boscombe Valley Mystery', 'ML'),
(15020, 'Mystery', 'The Fiery Hand', 'ML'),
(15021, 'Mystery', 'Blowup', 'ML'),
(15022, 'Mystery', 'Ritratto di donna velata', 'ML'),
(15023, 'Mystery', 'Kodeks molchaniya', 'ML'),
(15024, 'Mystery', 'Rohng tiam', 'ML'),
(15025, 'Mystery', 'Dai xun zhang de zhou si fan', 'ML'),
(15026, 'Mystery', 'Ponmudy', 'ML'),
(15027, 'Mystery', 'Bi-mong', 'ML'),
(15028, 'Mystery', 'Haltlos - Losing Ground', 'ML'),
(15029, 'Mystery', 'Agatha Christies Miss Marple: Sleeping Murder', 'ML'),
(15030, 'Mystery', 'Le clisha', 'ML'),
(15031, 'Mystery', 'The Legend of Hell House', 'ML'),
(15032, 'Mystery', 'The Photograph', 'ML'),
(15033, 'Mystery', 'No me toques', 'ML'),
(15034, 'Mystery', 'La isla maldita', 'ML'),
(15035, 'Mystery', 'Anveshane', 'ML'),
(15036, 'Mystery', 'Crvena kraljica', 'ML'),
(15037, 'Mystery', 'Legacy of Love', 'ML'),
(15038, 'Mystery', 'Its All Downhill from Here', 'ML'),
(15039, 'Mystery', 'The Wisdom Tree', 'ML'),
(15040, 'Mystery', 'Evil at My Door', 'ML'),
(15041, 'Mystery', 'Web Mystery', 'ML'),
(15042, 'Mystery', 'Abes Tomb', 'ML'),
(15043, 'Mystery', '8 x 10 Tasveer', 'ML'),
(15044, 'Mystery', 'Lintver', 'ML'),
(15045, 'Mystery', 'Incendies', 'ML'),
(15046, 'Mystery', 'Das Geheimnis der gelben Narzissen', 'ML'),
(15047, 'Mystery', 'Mysterium o Faustovi', 'ML'),
(15048, 'Mystery', 'Kako kara no koe', 'ML'),
(15049, 'Mystery', 'Liguana dalla lingua di fuoco', 'ML'),
(15050, 'Mystery', 'Antes do silencio', 'ML'),
(15051, 'Mystery', 'Hollywood Superhero', 'ML'),
(15052, 'Mystery', 'Faett', 'ML'),
(15053, 'Mystery', 'Tube 44', 'ML'),
(15054, 'Mystery', 'Thou Shalt Not Steal', 'ML'),
(15055, 'Mystery', 'Visions', 'ML'),
(15056, 'Mystery', 'El otro', 'ML'),
(15057, 'Mystery', 'Murder on the Campus', 'ML'),
(15058, 'Mystery', 'AK3', 'ML'),
(15059, 'Mystery', 'If I Didnt Care', 'ML'),
(15060, 'Mystery', 'Sexton Blake and the Demon God', 'ML'),
(15061, 'Mystery', 'I Killed the Count', 'ML'),
(15062, 'Mystery', 'No Place to Hide', 'ML'),
(15063, 'Mystery', 'Macchie solari', 'ML'),
(15064, 'Mystery', 'Summers Lease', 'ML'),
(15065, 'Mystery', 'Every Thief Leaves a Clue', 'ML'),
(15066, 'Mystery', 'Who Murdered Warren Taylor', 'ML'),
(15067, 'Mystery', 'El pacto', 'ML'),
(15068, 'Mystery', 'Se dice amor', 'ML'),
(15069, 'Mystery', 'A Shore Dimly Seen', 'ML'),
(15070, 'Mystery', 'Echelon 8', 'ML'),
(15071, 'Mystery', 'Vita di Anna', 'ML'),
(15072, 'Mystery', 'Desire in the Dust', 'ML'),
(15073, 'Mystery', 'Passion Before Midnight', 'ML'),
(15074, 'Mystery', 'Harpers Island', 'ML'),
(15075, 'Mystery', 'Praestigiae', 'ML'),
(15076, 'Mystery', 'The Legend of Boggy Creek', 'ML'),
(15077, 'Mystery', 'The Mortuary', 'ML'),
(15078, 'Mystery', 'En flicka', 'ML'),
(15079, 'Mystery', 'Oboeteiru', 'ML'),
(15080, 'Mystery', 'Blanche', 'ML'),
(15081, 'Mystery', 'Mask of Murder', 'ML'),
(15082, 'Mystery', '8x45 - Austria Mystery', 'ML'),
(15083, 'Mystery', 'Zonerz', 'ML'),
(15084, 'Mystery', 'T-Men', 'ML'),
(15085, 'Mystery', 'A Short Film on Conformity', 'ML'),
(15086, 'Mystery', 'A Man and His Mate', 'ML'),
(15087, 'Mystery', 'Deadly Blessing', 'ML'),
(15088, 'Mystery', 'All Through the House', 'ML'),
(15089, 'Mystery', 'El canto de la gitana', 'ML'),
(15090, 'Mystery', 'Dark Canvas Brush with Death', 'ML'),
(15091, 'Mystery', 'Mystery Woman: In the Shadows', 'ML'),
(15092, 'Mystery', 'Wrists', 'ML'),
(15093, 'Mystery', 'Letters from a Killer', 'ML'),
(15094, 'Mystery', 'The Door in the Floor', 'ML'),
(15095, 'Mystery', 'Death at Broadcasting House', 'ML'),
(15096, 'Mystery', 'Voyeur II', 'ML'),
(15097, 'Mystery', 'The Devils Plantation', 'ML'),
(15098, 'Mystery', 'Sound of My Voice', 'ML'),
(15099, 'Mystery', 'Ittefaq', 'ML'),
(15100, 'Mystery', 'Bedroom Eyes', 'ML'),
(15101, 'Mystery', 'Sparkling Cyanide', 'ML'),
(15102, 'Mystery', 'The Treasure Box', 'ML'),
(15103, 'Mystery', 'Entrambi', 'ML'),
(15104, 'Mystery', 'Ill Sleep When Im Dead', 'ML'),
(15105, 'Mystery', 'Dietro langolo', 'ML'),
(15106, 'Mystery', 'Misjudged', 'ML'),
(15107, 'Mystery', 'Being Human', 'ML'),
(15108, 'Mystery', 'Kill or Cure', 'ML'),
(15109, 'Mystery', 'Fritt vilt', 'ML'),
(15110, 'Mystery', 'The New Adventures of Spin and Marty: Suspect Behavior', 'ML'),
(15111, 'Mystery', 'Misterio', 'ML'),
(15112, 'Mystery', 'Sandcastle', 'ML'),
(15113, 'Mystery', 'Sin pecado', 'ML'),
(15114, 'Mystery', 'Cursed Cassette', 'ML'),
(15115, 'Mystery', 'Farland', 'ML'),
(15116, 'Mystery', 'Blind Alibi', 'ML'),
(15117, 'Mystery', 'The Julian Paradox', 'ML'),
(15118, 'Mystery', 'Almost Grace', 'ML'),
(15119, 'Mystery', 'How to Sell Your Soul for Fifteen Minutes of Fame', 'ML'),
(15120, 'Mystery', 'Straka v hrsti', 'ML'),
(15121, 'Mystery', 'Vellum', 'ML'),
(15122, 'Mystery', 'Inconscientes', 'ML'),
(15123, 'Mystery', 'The Dark Hour', 'ML'),
(15124, 'Mystery', 'Congo', 'ML'),
(15125, 'Mystery', 'Boring', 'ML'),
(15126, 'Mystery', 'Specters Rock', 'ML'),
(15127, 'Mystery', 'Monty Nash', 'ML'),
(15128, 'Mystery', 'Leave It to Todhunter', 'ML'),
(15129, 'Mystery', 'The Cage(e)', 'ML'),
(15130, 'Mystery', 'Perry Mason: The Case of the Lady in the Lake', 'ML'),
(15131, 'Mystery', 'Hwayoilbamui yeoja', 'ML'),
(15132, 'Mystery', 'Charlie Chans Courage', 'ML'),
(15133, 'Mystery', 'Paradigma', 'ML'),
(15134, 'Mystery', 'The Callbox Mystery', 'ML'),
(15135, 'Mystery', 'Sin of a Family', 'ML'),
(15136, 'Mystery', 'Delicious Pound Cake', 'ML'),
(15137, 'Mystery', 'The Reckoning', 'ML'),
(15138, 'Mystery', 'Pandoras Blog', 'ML'),
(15139, 'Mystery', 'Last Look', 'ML'),
(15140, 'Mystery', 'Kismet Coin', 'ML'),
(15141, 'Mystery', 'La ley del amor', 'ML'),
(15142, 'Mystery', 'KinShip', 'ML'),
(15143, 'Mystery', 'The Mysterious Mr. Wong', 'ML'),
(15144, 'Mystery', 'Six Degrees of Separation', 'ML'),
(15145, 'Mystery', 'PI Cain', 'ML'),
(15146, 'Mystery', 'The Gains and Losses of Porter Harmon', 'ML'),
(15147, 'Mystery', 'Never Half/Empty Fill', 'ML'),
(15148, 'Mystery', 'Refrain', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(15149, 'Mystery', 'The Space-Watch Murders', 'ML'),
(15150, 'Mystery', 'The Notebook', 'ML'),
(15151, 'Mystery', 'Operazione paura', 'ML'),
(15152, 'Mystery', 'Akuryo-To', 'ML'),
(15153, 'Mystery', 'Goober and the Ghost Chasers', 'ML'),
(15154, 'Mystery', 'Alleyn Mysteries', 'ML'),
(15155, 'Mystery', 'Call Paul', 'ML'),
(15156, 'Mystery', 'Maharathi', 'ML'),
(15157, 'Mystery', 'Die Dame im Koffer', 'ML'),
(15158, 'Mystery', 'Spook Busters', 'ML'),
(15159, 'Mystery', 'Tenshi ni misuterareta yoru', 'ML'),
(15160, 'Mystery', 'Si javais mille ans', 'ML'),
(15161, 'Mystery', 'Provaci ancora prof!', 'ML'),
(15162, 'Mystery', 'Violenza al sole', 'ML'),
(15163, 'Mystery', 'Wonsan gongjak', 'ML'),
(15164, 'Mystery', 'Whats He Building?', 'ML'),
(15165, 'Mystery', 'No Precedence', 'ML'),
(15166, 'Mystery', 'Wrath of the Crows', 'ML'),
(15167, 'Mystery', 'Yellowthread Street', 'ML'),
(15168, 'Mystery', 'Nerariyan CBI', 'ML'),
(15169, 'Mystery', 'Sha ji si fu', 'ML'),
(15170, 'Mystery', 'Com pot ser que testimi tant', 'ML'),
(15171, 'Mystery', 'Summer End', 'ML'),
(15172, 'Mystery', 'Accidental Murder', 'ML'),
(15173, 'Mystery', 'Sacramento: A Family Fable', 'ML'),
(15174, 'Mystery', 'Die Eylandt Recherche', 'ML'),
(15175, 'Mystery', 'The Asami Mitsuhiko Mystery 4', 'ML'),
(15176, 'Mystery', 'Testo', 'ML'),
(15177, 'Mystery', 'Hetty Wainthropp Investigates', 'ML'),
(15178, 'Mystery', 'Chinatown', 'ML'),
(15179, 'Mystery', 'Turandoti', 'ML'),
(15180, 'Mystery', 'The House of the Seven Hawks', 'ML'),
(15181, 'Mystery', 'Who Is Rufus Harley: An Hour of Television and Documentary Footage', 'ML'),
(15182, 'Mystery', 'Badinage', 'ML'),
(15183, 'Mystery', 'Brotherly Love UK', 'ML'),
(15184, 'Mystery', 'Nancy Drew: Trail of the Twister', 'ML'),
(15185, 'Mystery', 'Noturno', 'ML'),
(15186, 'Mystery', 'Dr. Morelle: The Case of the Missing Heiress', 'ML'),
(15187, 'Mystery', 'Children of Fortune', 'ML'),
(15188, 'Mystery', 'Waapsi', 'ML'),
(15189, 'Mystery', 'Detour to Hell', 'ML'),
(15190, 'Mystery', 'Epiphania', 'ML'),
(15191, 'Mystery', 'Den gula bilen', 'ML'),
(15192, 'Mystery', 'Itawari', 'ML'),
(15193, 'Mystery', 'Tantei bugi', 'ML'),
(15194, 'Mystery', 'Wieza', 'ML'),
(15195, 'Mystery', 'Cover Her Face', 'ML'),
(15196, 'Mystery', 'Living in Fear', 'ML'),
(15197, 'Mystery', 'Dai-Shui-Yun', 'ML'),
(15198, 'Mystery', 'Be-seu-teu-sel-leo', 'ML'),
(15199, 'Mystery', 'Padchhaya', 'ML'),
(15200, 'Mystery', 'Murder She Wrote 2: Return to Cabot Cove', 'ML'),
(15201, 'Mystery', 'Shivers', 'ML'),
(15202, 'Mystery', 'Un silencio de tumba', 'ML'),
(15203, 'Mystery', 'The Stone of Mazarin', 'ML'),
(15204, 'Mystery', 'Unbanded', 'ML'),
(15205, 'Mystery', 'Il regista di matrimoni', 'ML'),
(15206, 'Mystery', 'Vitriol', 'ML'),
(15207, 'Mystery', 'BlackJack', 'ML'),
(15208, 'Mystery', 'Toy Pistol', 'ML'),
(15209, 'Mystery', 'Espiritus', 'ML'),
(15210, 'Mystery', 'Dr. Koishi no jiken carte 6', 'ML'),
(15211, 'Mystery', 'Bright Smiler', 'ML'),
(15212, 'Mystery', 'Jikken Keiji Totori', 'ML'),
(15213, 'Mystery', 'Clue Club', 'ML'),
(15214, 'Mystery', 'A Common Occurrence', 'ML'),
(15215, 'Mystery', 'Dentist', 'ML'),
(15216, 'Mystery', 'Agatha Christies Miss Marple: A Caribbean Mystery', 'ML'),
(15217, 'Mystery', 'Hay muertos que no hacen ruido', 'ML'),
(15218, 'Mystery', 'Kaseifu ha mita! 25', 'ML'),
(15219, 'Mystery', 'The End of the Earth Is My Home', 'ML'),
(15220, 'Mystery', 'Love on the Sly', 'ML'),
(15221, 'Mystery', 'Oryukdo Lee Mu-gi', 'ML'),
(15222, 'Mystery', 'Xie qi', 'ML'),
(15223, 'Mystery', 'Oyayubi sagashi', 'ML'),
(15224, 'Mystery', 'The Mystery of the White Car', 'ML'),
(15225, 'Mystery', 'Social Behavior', 'ML'),
(15226, 'Mystery', 'Syphon Filter 2', 'ML'),
(15227, 'Mystery', 'A Tunebarz Confession', 'ML'),
(15228, 'Mystery', 'My Ladys Latchkey', 'ML'),
(15229, 'Mystery', 'Arthur Is Fantastic', 'ML'),
(15230, 'Mystery', 'Ji jiang fa chu de dai bu ling', 'ML'),
(15231, 'Mystery', 'Detective Boy', 'ML'),
(15232, 'Mystery', 'Fun Arrived', 'ML'),
(15233, 'Mystery', 'Tainui jib', 'ML'),
(15234, 'Action', 'The Super Hero Squad Show', 'ML'),
(15235, 'Action', 'Cewek jagoan beraksi kembali', 'ML'),
(15236, 'Action', 'Sangre de perros', 'ML'),
(15237, 'Action', 'Ipaglalaban ko', 'ML'),
(15238, 'Action', 'Noel Juico: Batang kriminal', 'ML'),
(15239, 'Action', 'Green Beret', 'ML'),
(15240, 'Action', 'Supervivencia', 'ML'),
(15241, 'Action', 'Matimbang pa sa dugo', 'ML'),
(15242, 'Action', 'Glove Slingers', 'ML'),
(15243, 'Action', 'Hua ji shi dai', 'ML'),
(15244, 'Action', 'Boda con la muerte', 'ML'),
(15245, 'Action', 'Atlantic City Fire Department', 'ML'),
(15246, 'Action', 'P.O.', 'ML'),
(15247, 'Action', '99 and 44/100% Dead', 'ML'),
(15248, 'Action', 'Talento de barrio', 'ML'),
(15249, 'Action', 'Alta Voltagem', 'ML'),
(15250, 'Action', 'Amateur Crook', 'ML'),
(15251, 'Action', 'Desperate Action', 'ML'),
(15252, 'Action', 'Nepobedimyy', 'ML'),
(15253, 'Action', 'Btd', 'ML'),
(15254, 'Action', 'Wipeout 2048', 'ML'),
(15255, 'Action', 'Star Wars: Obi-Wan', 'ML'),
(15256, 'Action', 'Mark of a Hitman', 'ML'),
(15257, 'Action', 'T2 3-D: Battle Across Time', 'ML'),
(15258, 'Action', 'Akushon deka', 'ML'),
(15259, 'Action', 'Yeosu 407ho', 'ML'),
(15260, 'Action', 'Future Spy', 'ML'),
(15261, 'Action', 'Alka', 'ML'),
(15262, 'Action', 'Naked Vengeance', 'ML'),
(15263, 'Action', 'Goat Getter', 'ML'),
(15264, 'Action', 'Boyle Heights', 'ML'),
(15265, 'Action', 'Madurey', 'ML'),
(15266, 'Action', 'Ang tigre at ang diablo', 'ML'),
(15267, 'Action', 'Robo-geisha', 'ML'),
(15268, 'Action', 'TV Face', 'ML'),
(15269, 'Action', 'Armadong hudas', 'ML'),
(15270, 'Action', 'Power Rangers: DinoThunder', 'ML'),
(15271, 'Action', 'Campus Killer', 'ML'),
(15272, 'Action', 'Miracle Mile', 'ML'),
(15273, 'Action', 'Clash of the Champions XXIV', 'ML'),
(15274, 'Action', 'Harrier Attack', 'ML'),
(15275, 'Action', 'Bilis at tapang', 'ML'),
(15276, 'Action', 'Kvarkvare', 'ML'),
(15277, 'Action', 'Hard-Boiled in 60 Seconds', 'ML'),
(15278, 'Action', 'Ggoma sarang', 'ML'),
(15279, 'Action', 'Macho Man', 'ML'),
(15280, 'Action', 'Cehenneme postalarim', 'ML'),
(15281, 'Action', 'The Great Battles of Caesar', 'ML'),
(15282, 'Action', 'Omerta', 'ML'),
(15283, 'Action', 'Bleeding Out', 'ML'),
(15284, 'Action', 'Baun Gang', 'ML'),
(15285, 'Action', 'Casanovva', 'ML'),
(15286, 'Action', 'Skeedaddle', 'ML'),
(15287, 'Action', 'Badong Baldado', 'ML'),
(15288, 'Action', 'Xin shu shan jian ke', 'ML'),
(15289, 'Action', 'The Bhai', 'ML'),
(15290, 'Action', '2 pistoleros famosos', 'ML'),
(15291, 'Action', 'Karate Raider', 'ML'),
(15292, 'Action', 'Perils of Nyoka', 'ML'),
(15293, 'Action', 'Noble House', 'ML'),
(15294, 'Action', 'Quest for Adventure', 'ML'),
(15295, 'Action', 'O Panishyros Megistanas Ton Ninja', 'ML'),
(15296, 'Action', 'Armored Core', 'ML'),
(15297, 'Action', 'Rajoo Dada', 'ML'),
(15298, 'Action', 'Alyas Boy Tigas: Ang probinsyanong wais', 'ML'),
(15299, 'Action', 'Frystix', 'ML'),
(15300, 'Action', 'The Cloud Patrol', 'ML'),
(15301, 'Action', 'Another Better Tomorrow', 'ML'),
(15302, 'Action', 'Alto rischio', 'ML'),
(15303, 'Action', 'The Sword of Hope II', 'ML'),
(15304, 'Action', 'Heroes of Might and Magic V', 'ML'),
(15305, 'Action', 'D4', 'ML'),
(15306, 'Action', 'Universal Soldier III: Unfinished Business', 'ML'),
(15307, 'Action', 'Camarena vive', 'ML'),
(15308, 'Action', 'The Real Angle', 'ML'),
(15309, 'Action', 'Nayti i obezvredit', 'ML'),
(15310, 'Action', 'Orions Key', 'ML'),
(15311, 'Action', 'Hanggui winsonjabi', 'ML'),
(15312, 'Action', 'Alyas Phantom', 'ML'),
(15313, 'Action', 'Tit gim jyu han seung jaap', 'ML'),
(15314, 'Action', 'Galaxiad Invaders Part IV', 'ML'),
(15315, 'Action', 'Spital in Angst', 'ML'),
(15316, 'Action', 'X-Men: Next Dimension', 'ML'),
(15317, 'Action', 'Kapitan Tornado', 'ML'),
(15318, 'Action', 'The Evil That Men Do', 'ML'),
(15319, 'Action', 'Ishq Nachavye Gali Gali', 'ML'),
(15320, 'Action', 'Ember Days', 'ML'),
(15321, 'Action', 'Downtown', 'ML'),
(15322, 'Action', 'Buddhism Revolutions', 'ML'),
(15323, 'Action', 'Thenkasipattanam', 'ML'),
(15324, 'Action', 'The Taking of Pelham 1 2 3', 'ML'),
(15325, 'Action', 'Road Rash II', 'ML'),
(15326, 'Action', 'Secret of the Stars', 'ML'),
(15327, 'Action', 'Need for Speed: The Run', 'ML'),
(15328, 'Action', 'WCW Millennium Final', 'ML'),
(15329, 'Action', 'The Interruption', 'ML'),
(15330, 'Action', 'Junk Fu', 'ML'),
(15331, 'Action', 'Sphadikam', 'ML'),
(15332, 'Action', 'Death House Dolls', 'ML'),
(15333, 'Action', 'They Live', 'ML'),
(15334, 'Action', 'The Velvet Elvis', 'ML'),
(15335, 'Action', 'The Chronicles of the Order: The Next Level', 'ML'),
(15336, 'Action', 'Belt Mathai', 'ML'),
(15337, 'Action', 'Empire of Ash', 'ML'),
(15338, 'Action', 'You Talk and Ill Shoot', 'ML'),
(15339, 'Action', 'Beware the Night', 'ML'),
(15340, 'Action', 'Rumble Boy', 'ML'),
(15341, 'Action', 'WWE: Best Cage Matches', 'ML'),
(15342, 'Action', 'The Feds: Abduction', 'ML'),
(15343, 'Action', 'Countdown to Wednesday', 'ML'),
(15344, 'Action', 'Die Welt von Excuse Me...', 'ML'),
(15345, 'Action', 'Tank Busters', 'ML'),
(15346, 'Action', 'The Hajirai Machine Girl', 'ML'),
(15347, 'Action', 'Kachche Heere', 'ML'),
(15348, 'Action', 'Bangrangui yeongwoong', 'ML'),
(15349, 'Action', 'Narok sao Ta-ru-tao', 'ML'),
(15350, 'Action', 'Jatti', 'ML'),
(15351, 'Action', 'Smerch', 'ML'),
(15352, 'Action', 'Kilabot at Kembot', 'ML'),
(15353, 'Action', 'Ang mahiwagang daigdig ni Elias Paniki', 'ML'),
(15354, 'Action', 'Sky War', 'ML'),
(15355, 'Action', 'Shpionskie igry: Neofocialnaya verciya', 'ML'),
(15356, 'Action', 'Horrid', 'ML'),
(15357, 'Action', 'Rikshawalar Chele', 'ML'),
(15358, 'Action', 'Mortal Kombat vs. DC Universe', 'ML'),
(15359, 'Action', 'Intriga policiaca', 'ML'),
(15360, 'Action', 'Prom do Szwecji', 'ML'),
(15361, 'Action', 'Day of Ruin', 'ML'),
(15362, 'Action', 'Magtago ka o lumaban', 'ML'),
(15363, 'Action', 'Illegal Street Muscle Car 3', 'ML'),
(15364, 'Action', 'Wildcat Bus', 'ML'),
(15365, 'Action', 'H3I5t', 'ML'),
(15366, 'Action', 'Secuestro y muerte', 'ML'),
(15367, 'Action', 'Mutant War', 'ML'),
(15368, 'Action', 'Huk!', 'ML'),
(15369, 'Action', 'Encubiertos', 'ML'),
(15370, 'Action', 'Bullitt', 'ML'),
(15371, 'Action', 'Woojui yongsa bandal gamyeon', 'ML'),
(15372, 'Action', 'Mga Tigre ng Sierra Cruz', 'ML'),
(15373, 'Action', 'Ako ang lalaban', 'ML'),
(15374, 'Action', 'The Good Daughter', 'ML'),
(15375, 'Action', 'Bikini Karate Babes', 'ML'),
(15376, 'Action', 'Fuuga', 'ML'),
(15377, 'Action', 'Deep Adventure', 'ML'),
(15378, 'Action', 'Purgatory Blues', 'ML'),
(15379, 'Action', 'Top Gear Rally', 'ML'),
(15380, 'Action', 'Sprawa pilota Maresza', 'ML'),
(15381, 'Action', 'Undead Forever: Past-Death Hypnosis', 'ML'),
(15382, 'Action', 'Xtreme Warriors', 'ML'),
(15383, 'Action', 'Acosados por la mafia', 'ML'),
(15384, 'Action', 'Hudson Hawk', 'ML'),
(15385, 'Action', 'Jackal and Hide', 'ML'),
(15386, 'Action', 'Una tumba para dos hermanos', 'ML'),
(15387, 'Action', 'G-2', 'ML'),
(15388, 'Action', 'The Oklahoma Cyclone', 'ML'),
(15389, 'Action', 'Dirty Clothes', 'ML'),
(15390, 'Action', 'UFC 46: Supernatural', 'ML'),
(15391, 'Action', 'Shao Lin ying xiong zhi Feng Shi-Yu Hong Zhi-Guan', 'ML'),
(15392, 'Action', 'Fraternal Brotherhood', 'ML'),
(15393, 'Action', 'Phool Aur Patthar', 'ML'),
(15394, 'Action', 'Buhay moy buhay ko rin', 'ML'),
(15395, 'Action', 'Partida', 'ML'),
(15396, 'Action', 'Chambal Ke Kasam', 'ML'),
(15397, 'Action', 'The Office Fight', 'ML'),
(15398, 'Action', 'Diamant 13', 'ML'),
(15399, 'Action', 'Pepe Saclao: Public Enemy No. 1', 'ML'),
(15400, 'Action', 'Chester Cheetah: Too Cool to Fool', 'ML'),
(15401, 'Action', 'Monster Farm 2', 'ML'),
(15402, 'Action', 'Rangaa Aur Raja', 'ML'),
(15403, 'Action', 'Andarushia: Megami no houfuku', 'ML'),
(15404, 'Action', 'I guerrieri dellanno 2072', 'ML'),
(15405, 'Action', 'Heroes of Shaolin', 'ML'),
(15406, 'Action', 'Seven Swordsmen', 'ML'),
(15407, 'Action', 'Signali nad gradom', 'ML'),
(15408, 'Action', 'Toshinden xinde chansheng', 'ML'),
(15409, 'Action', 'Platoon', 'ML'),
(15410, 'Action', 'Josh Jasmer', 'ML'),
(15411, 'Action', 'Call the Shots!', 'ML'),
(15412, 'Action', 'Yosaku to Donbei', 'ML'),
(15413, 'Action', 'Thats OK, Even If I Die', 'ML'),
(15414, 'Action', 'Outlaw Queen', 'ML'),
(15415, 'Action', 'Babylon 5: The Lost Tales', 'ML'),
(15416, 'Action', 'Statique', 'ML'),
(15417, 'Action', '100% potosino', 'ML'),
(15418, 'Action', 'The Chronicles of Riddick: Assault on Dark Athena', 'ML'),
(15419, 'Action', 'American Commandos', 'ML'),
(15420, 'Action', 'Jakarta-Hong Kong-Macau', 'ML'),
(15421, 'Action', 'Smartruck', 'ML'),
(15422, 'Action', 'Nagmula sa lupa', 'ML'),
(15423, 'Action', 'Hana to ryu seiun aizo dotohen', 'ML'),
(15424, 'Action', '7 gwanggu', 'ML'),
(15425, 'Action', 'Rejsen til Saturn', 'ML'),
(15426, 'Action', 'Dead Serious', 'ML'),
(15427, 'Action', 'Qian mian da dao', 'ML'),
(15428, 'Action', 'Muerte en el palenque', 'ML'),
(15429, 'Action', 'Hijirimen bakuto', 'ML'),
(15430, 'Action', 'Fortune 500 Man Directors Cut: Tribute to a Journey', 'ML'),
(15431, 'Action', 'In Pursuit', 'ML'),
(15432, 'Action', 'Another Brief Case', 'ML'),
(15433, 'Action', 'Body Wars', 'ML'),
(15434, 'Action', 'Fatal Justice', 'ML'),
(15435, 'Action', 'La tumba falsa', 'ML'),
(15436, 'Action', 'Welcome 2 America', 'ML'),
(15437, 'Action', 'Power Force', 'ML'),
(15438, 'Action', 'Gunship', 'ML'),
(15439, 'Action', 'Batman Consquences', 'ML'),
(15440, 'Action', 'Untitled Hugh Jackman Project', 'ML'),
(15441, 'Action', 'Wild, Wild Jess', 'ML'),
(15442, 'Action', 'Vs.', 'ML'),
(15443, 'Action', 'Terror in Beverly Hills', 'ML'),
(15444, 'Action', 'Cobra Force', 'ML'),
(15445, 'Action', 'Parol Otel Regina', 'ML'),
(15446, 'Action', 'Lethal Impact', 'ML'),
(15447, 'Action', 'Boy Nobody', 'ML'),
(15448, 'Action', 'Tasveer', 'ML'),
(15449, 'Action', 'Begunaah Qaidi', 'ML'),
(15450, 'Action', 'Igra v smert, ili postoronniy', 'ML'),
(15451, 'Action', 'Guilty Gear', 'ML'),
(15452, 'Action', 'Seol Jung-mae', 'ML'),
(15453, 'Action', 'Te ando buscando pa partirte la madre', 'ML'),
(15454, 'Action', 'Yuvraaj', 'ML'),
(15455, 'Action', 'Bad Girls Dormitory', 'ML'),
(15456, 'Action', 'Parolado', 'ML'),
(15457, 'Action', 'Ang ninong kong Nazareno', 'ML'),
(15458, 'Action', 'Ang kawatan', 'ML'),
(15459, 'Action', '3 metros bajo tierra', 'ML'),
(15460, 'Action', 'Last Flight to Abuja', 'ML'),
(15461, 'Action', 'Blood Will Tell', 'ML'),
(15462, 'Action', 'Jaesaeng', 'ML'),
(15463, 'Action', 'No Mothers Crying, No Babies Dying', 'ML'),
(15464, 'Action', 'Sreeram', 'ML'),
(15465, 'Action', 'Extreme Prejudice', 'ML'),
(15466, 'Action', 'Dakilang balatkayo', 'ML'),
(15467, 'Action', 'Need for Speed: Hot Pursuit', 'ML'),
(15468, 'Action', 'Aoi Sekai no Chushin de', 'ML'),
(15469, 'Action', 'Kuroda sodo', 'ML'),
(15470, 'Action', 'Tong chiu ho fong nui', 'ML'),
(15471, 'Action', 'Astig', 'ML'),
(15472, 'Action', 'Duck Shoot', 'ML'),
(15473, 'Action', 'Alpha Prime', 'ML'),
(15474, 'Action', 'Susana Santiago', 'ML'),
(15475, 'Action', 'Kung Fu Femmes, Part 3', 'ML'),
(15476, 'Action', 'Knockout Kings 2002', 'ML'),
(15477, 'Action', 'Frenzy', 'ML'),
(15478, 'Action', 'Rockman X3', 'ML'),
(15479, 'Action', 'Reggie Mixes In', 'ML'),
(15480, 'Action', 'Diamondbacks', 'ML'),
(15481, 'Action', 'Alpha Protocol: Solomons Stele', 'ML'),
(15482, 'Action', 'Darksiders II', 'ML'),
(15483, 'Action', 'Whirlwind Action: Martial Arts Mania Volume #1', 'ML'),
(15484, 'Action', 'Tatlong hari', 'ML'),
(15485, 'Action', 'Alat', 'ML'),
(15486, 'Action', 'Assault Platoon', 'ML'),
(15487, 'Action', 'Territorios marcados', 'ML'),
(15488, 'Action', 'The Rock - The Peoples Champ', 'ML'),
(15489, 'Action', 'Ilaban mo bayan ko', 'ML'),
(15490, 'Action', 'Sky Racket', 'ML'),
(15491, 'Action', 'Karate: Tyfli fygi', 'ML'),
(15492, 'Action', 'Top Roller', 'ML'),
(15493, 'Action', 'On Second Thought', 'ML'),
(15494, 'Action', 'Final Fight', 'ML'),
(15495, 'Action', 'Tank III', 'ML'),
(15496, 'Action', 'Kahit sa bala, hindi kami susuko', 'ML'),
(15497, 'Action', 'The Ninth Wave', 'ML'),
(15498, 'Action', 'Spider-Man: Friend or Foe', 'ML'),
(15499, 'Action', 'Player 5150', 'ML'),
(15500, 'Action', 'Run!', 'ML'),
(15501, 'Action', 'Jiu zi tian mo', 'ML'),
(15502, 'Action', 'The Initiation', 'ML'),
(15503, 'Action', 'Rocketeer', 'ML'),
(15504, 'Action', 'Front Mission: Gun Hazard', 'ML'),
(15505, 'Action', 'Kirikou and the Wild Beasts', 'ML'),
(15506, 'Action', 'Rock N Roll Racing', 'ML'),
(15507, 'Action', 'The Trail Beyond', 'ML'),
(15508, 'Action', 'Thief: Deadly Shadows', 'ML'),
(15509, 'Action', 'The Defender 2', 'ML'),
(15510, 'Action', 'Code of Ethics', 'ML'),
(15511, 'Action', 'Dead Lions', 'ML'),
(15512, 'Action', 'Bunnoui woinbal', 'ML'),
(15513, 'Action', 'Test Fight Justin vs Justin', 'ML'),
(15514, 'Action', 'Sidewinder', 'ML'),
(15515, 'Action', 'Sati', 'ML'),
(15516, 'Action', 'Delta Force Commando', 'ML'),
(15517, 'Action', 'What If?', 'ML'),
(15518, 'Action', 'Mike Hammer', 'ML'),
(15519, 'Action', 'Agassi chameuseyo', 'ML'),
(15520, 'Action', 'Miracles of the Jungle', 'ML'),
(15521, 'Action', 'The Social Pirates', 'ML'),
(15522, 'Action', 'Naaga', 'ML'),
(15523, 'Action', 'Shera', 'ML'),
(15524, 'Action', 'Mi barrio es Tepito', 'ML'),
(15525, 'Action', 'Cobra Commando', 'ML'),
(15526, 'Action', 'Zama Zama', 'ML'),
(15527, 'Action', 'Star Trek: Deep Space Nine - Harbinger', 'ML'),
(15528, 'Action', 'Lang wen', 'ML'),
(15529, 'Action', 'Hasbro Family Game Night', 'ML'),
(15530, 'Action', 'Jump Out', 'ML'),
(15531, 'Action', 'Prahaar: The Final Attack', 'ML'),
(15532, 'Action', 'Chhal', 'ML'),
(15533, 'Action', 'Mission: SAS', 'ML'),
(15534, 'Action', 'Trial of Arms', 'ML'),
(15535, 'Action', 'Ragada', 'ML'),
(15536, 'Action', 'Glitched', 'ML'),
(15537, 'Action', 'Dead or Alive Xtreme Beach Volleyball', 'ML'),
(15538, 'Action', 'Revenge of the Drunken Master', 'ML'),
(15539, 'Action', 'Moonfire', 'ML'),
(15540, 'Action', '7 Bijliyaan', 'ML'),
(15541, 'Action', 'Bruce Lee: A Warriors Journey', 'ML'),
(15542, 'Action', 'Chedugudu', 'ML'),
(15543, 'Action', 'The Black Cobra 3', 'ML'),
(15544, 'Action', 'Major', 'ML'),
(15545, 'Action', 'Delta Blues', 'ML'),
(15546, 'Action', 'The Bourne Ultimatum: T4 Movie Special', 'ML'),
(15547, 'Action', 'Oklahoma Tragedy', 'ML'),
(15548, 'Action', 'Los caifanes de Tepito', 'ML'),
(15549, 'Action', 'MotorStorm: Apocalypse', 'ML'),
(15550, 'Action', 'Sultanes del Sur', 'ML'),
(15551, 'Action', 'Alyas Ninong: Huling kilabot ng Tondo', 'ML'),
(15552, 'Action', 'El tesoro de Clotilde', 'ML'),
(15553, 'Action', 'The Law of the Wild', 'ML'),
(15554, 'Action', 'Blade Symphony', 'ML'),
(15555, 'Action', 'Tatak ng yakuza', 'ML'),
(15556, 'Action', 'PlanetSide 2', 'ML'),
(15557, 'Action', 'Space Walk', 'ML'),
(15558, 'Action', 'Cartoon Network: Punch Time Explosion', 'ML'),
(15559, 'Action', 'The Strange Case of Salman abd al Haqq', 'ML'),
(15560, 'Action', 'Murder Without Tears', 'ML'),
(15561, 'Action', 'Pantera vive', 'ML'),
(15562, 'Action', 'Fantasy Zone II: The Tears of Opa-Opa', 'ML'),
(15563, 'Action', 'Lu Xiaofeng zhi fengwu jiutian', 'ML'),
(15564, 'Action', 'The Black 6', 'ML'),
(15565, 'Action', 'Nuclear Strike', 'ML'),
(15566, 'Action', 'Docteur Justice', 'ML'),
(15567, 'Action', 'After the Dawn', 'ML'),
(15568, 'Action', 'Ratas de alcantarilla', 'ML'),
(15569, 'Action', 'Le marginal', 'ML'),
(15570, 'Action', 'Pit-Fighter', 'ML'),
(15571, 'Action', 'Fury of Black Belt', 'ML'),
(15572, 'Action', 'Crash Bandicoot 2: Cortex Strikes Back', 'ML'),
(15573, 'Action', 'Dos plebes', 'ML'),
(15574, 'Action', 'Pitong Desperada', 'ML'),
(15575, 'Action', 'Marvel One-Shot: Item 47', 'ML'),
(15576, 'Action', 'Wonder Beat S', 'ML'),
(15577, 'Action', 'Huminga ka na hanggat gusto mo', 'ML'),
(15578, 'Action', 'The Sunset Legion', 'ML'),
(15579, 'Action', 'Fishing without Nets', 'ML'),
(15580, 'Action', 'Brutalidad judicial', 'ML'),
(15581, 'Action', 'Mappy', 'ML'),
(15582, 'Action', 'Reteaua S', 'ML'),
(15583, 'Action', 'Silent Storm', 'ML'),
(15584, 'Action', 'Alfred Hitchcocks Gun', 'ML'),
(15585, 'Action', 'Magnum Farce: Along Came a Sniper', 'ML'),
(15586, 'Action', 'Madworld', 'ML'),
(15587, 'Action', 'Death Wish 3', 'ML'),
(15588, 'Action', 'Ljuba', 'ML'),
(15589, 'Action', 'Sa pagitan ng dalawang mata', 'ML'),
(15590, 'Action', 'Kapitan Eddie Set', 'ML'),
(15591, 'Action', 'Shazam boom', 'ML'),
(15592, 'Action', 'Remnants of Chernobyl', 'ML'),
(15593, 'Action', 'Lady Plastic', 'ML'),
(15594, 'Action', 'Goseum dochi', 'ML'),
(15595, 'Action', 'Y: The Last Man Rising', 'ML'),
(15596, 'Action', 'Bhoungkar Bishu', 'ML'),
(15597, 'Action', 'Laser Clay Shooting System', 'ML'),
(15598, 'Action', 'Clave nueva', 'ML'),
(15599, 'Action', 'Dumber Heroes', 'ML'),
(15600, 'Action', 'Patrol Boat', 'ML'),
(15601, 'Action', 'Moonnam Mura', 'ML'),
(15602, 'Action', 'National Task Force', 'ML'),
(15603, 'Action', 'The Confessional', 'ML'),
(15604, 'Action', 'Indiana Jones and the Fate of Atlantis: The Action Game', 'ML'),
(15605, 'Action', 'Best Pay Per View Matches of 2011', 'ML'),
(15606, 'Action', 'Jaka Sembung & Bergola Ijo', 'ML'),
(15607, 'Action', 'Te pusieron dedo compa Arellano', 'ML'),
(15608, 'Action', 'Inesperada venganza', 'ML'),
(15609, 'Action', 'Muin', 'ML'),
(15610, 'Action', 'The Sky Skidder', 'ML'),
(15611, 'Action', 'Instinto del asesino', 'ML'),
(15612, 'Action', 'Expiration', 'ML'),
(15613, 'Action', 'Gangsters Den', 'ML'),
(15614, 'Action', 'The Flying Lesson', 'ML'),
(15615, 'Action', 'Bay City', 'ML'),
(15616, 'Action', 'Task Force Kingfisher', 'ML'),
(15617, 'Action', 'Perpetual', 'ML'),
(15618, 'Action', 'Thunder Force V: Perfect System', 'ML'),
(15619, 'Action', 'Dragons 3D', 'ML'),
(15620, 'Action', 'Jun zi jian', 'ML'),
(15621, 'Action', 'Deathcheaters', 'ML'),
(15622, 'Action', 'Rumble Roses', 'ML'),
(15623, 'Action', 'Buscando salida', 'ML'),
(15624, 'Action', 'Rakshak', 'ML'),
(15625, 'Action', 'Terra Incognita', 'ML'),
(15626, 'Action', 'Cannibal Women in the Avocado Jungle of Death', 'ML'),
(15627, 'Action', 'Jurassic Park: Scan Command', 'ML'),
(15628, 'Action', 'Furia de barrio', 'ML'),
(15629, 'Action', 'Expendabelles', 'ML'),
(15630, 'Action', 'The Cases of Eddie Drake', 'ML'),
(15631, 'Action', 'Insurrection', 'ML'),
(15632, 'Action', 'Above the War', 'ML'),
(15633, 'Action', 'The Minstrel Killer', 'ML'),
(15634, 'Action', 'Turk 182!', 'ML'),
(15635, 'Action', 'A Dragons Tale', 'ML'),
(15636, 'Action', 'Panchapandavar', 'ML'),
(15637, 'Action', 'Frontier Vengeance', 'ML'),
(15638, 'Action', 'Huo bing', 'ML'),
(15639, 'Action', 'Mafians', 'ML'),
(15640, 'Action', 'Kingpin: Life of Crime', 'ML'),
(15641, 'Action', 'AWS: Barts Birthday Bash Episode IV', 'ML'),
(15642, 'Action', 'El protector de la mafia', 'ML'),
(15643, 'Action', 'La Cherokee arreglada', 'ML'),
(15644, 'Action', 'Dei tau lung', 'ML'),
(15645, 'Action', 'PWG: The Debut Show', 'ML'),
(15646, 'Action', 'M. Bolot part en voyage', 'ML'),
(15647, 'Action', 'Afuang', 'ML'),
(15648, 'Action', 'Riders of Black Mountain', 'ML'),
(15649, 'Action', 'Slam', 'ML'),
(15650, 'Action', 'Fuzion Frenzy 2', 'ML'),
(15651, 'Action', 'Mixed Blood', 'ML'),
(15652, 'Action', 'Tarzan the Mighty', 'ML'),
(15653, 'Action', 'RahXephon', 'ML'),
(15654, 'Action', 'Sri Raja Rajeswari', 'ML'),
(15655, 'Action', 'Ak-47 Wanted', 'ML'),
(15656, 'Action', 'Assault Suits Valken', 'ML'),
(15657, 'Action', 'El cartel de Tepito', 'ML'),
(15658, 'Action', 'Children of the Hunt', 'ML'),
(15659, 'Action', 'EverQuest: Underfoot', 'ML'),
(15660, 'Action', 'WWE: The Rise and Fall of WCW', 'ML'),
(15661, 'Action', 'Contra timp', 'ML'),
(15662, 'Action', 'FBI chiama Istanbul', 'ML'),
(15663, 'Action', 'Get Money', 'ML'),
(15664, 'Action', 'Clash of the Champions XXXIV', 'ML'),
(15665, 'Action', 'El cholo y el pachuco', 'ML'),
(15666, 'Action', 'Tierra Y Silencio', 'ML'),
(15667, 'Action', 'Death After Life', 'ML'),
(15668, 'Action', 'Escobar: Walang sasantuhin', 'ML'),
(15669, 'Action', 'Popedi sebya', 'ML'),
(15670, 'Action', 'Detroit 1-8-7', 'ML'),
(15671, 'Action', 'Sym-Bionic Titan', 'ML'),
(15672, 'Action', 'Plashchanitsa Aleksandra Nevskogo', 'ML'),
(15673, 'Action', 'The Adventure of the Action Hunters', 'ML'),
(15674, 'Action', 'Biplane', 'ML'),
(15675, 'Action', 'Ren zai jiang hu', 'ML'),
(15676, 'Action', 'To Binu Anya Gati Nahin', 'ML'),
(15677, 'Action', 'Meri Majboorii...', 'ML'),
(15678, 'Action', 'Muthi Bhar Zameen', 'ML'),
(15679, 'Action', 'Faster, Pussycat Kill Kill', 'ML'),
(15680, 'Action', 'The Samurai', 'ML'),
(15681, 'Action', 'The Story of Freeman', 'ML'),
(15682, 'Action', 'Jurassic Park III: The DNA Factor', 'ML'),
(15683, 'Action', 'Mawali No.1', 'ML'),
(15684, 'Action', 'Devils Squadron', 'ML'),
(15685, 'Action', 'The Thrill Killers', 'ML'),
(15686, 'Action', 'Mario Party 6', 'ML'),
(15687, 'Action', 'Kung Fu Showdown', 'ML'),
(15688, 'Action', 'Wing Arms', 'ML'),
(15689, 'Action', 'Knock-Out', 'ML'),
(15690, 'Action', 'Robin Hood of Monterey', 'ML'),
(15691, 'Action', 'Bomba and the Hidden City', 'ML'),
(15692, 'Action', 'Saang Gong yat ho tung chap faan', 'ML'),
(15693, 'Action', 'Patrick Carmans Trackers', 'ML'),
(15694, 'Action', 'Squid', 'ML'),
(15695, 'Action', 'Guerra entre bandas', 'ML'),
(15696, 'Action', 'Hannahs Chocolate Pleasures', 'ML'),
(15697, 'Action', 'R.C.M.P. and the Treasure of Genghis Khan', 'ML'),
(15698, 'Action', 'El cartel 2 - La guerra total', 'ML'),
(15699, 'Action', 'La garra del leopardo', 'ML'),
(15700, 'Action', 'Street Warrior', 'ML'),
(15701, 'Action', 'The Magnificent Ifugao', 'ML'),
(15702, 'Action', 'Musukja', 'ML'),
(15703, 'Action', 'The Kid Comes Back', 'ML'),
(15704, 'Action', 'Kapag lumaban ang api', 'ML'),
(15705, 'Action', 'Motorcity', 'ML'),
(15706, 'Action', 'Magma: Earths Molten Core', 'ML'),
(15707, 'Action', 'Queen of the Zombie Punks', 'ML'),
(15708, 'Action', 'Starhunter', 'ML'),
(15709, 'Action', 'Kaerazeru hatoba', 'ML'),
(15710, 'Action', 'O Tesouro de Zapata', 'ML'),
(15711, 'Action', 'Zhizn i priklyucheniya Mishki Yaponchika', 'ML'),
(15712, 'Action', 'Cyborg Nemesis', 'ML'),
(15713, 'Action', 'Young Bill Hickok', 'ML'),
(15714, 'Action', 'The Battle: Cinco de Mayo', 'ML'),
(15715, 'Action', 'Born Blood', 'ML'),
(15716, 'Action', 'Border Women', 'ML'),
(15717, 'Action', 'Jesse James at Bay', 'ML'),
(15718, 'Action', 'Pro Skater 4', 'ML'),
(15719, 'Action', 'Riza Jones', 'ML'),
(15720, 'Action', 'Siklab sa Batangas', 'ML'),
(15721, 'Action', 'Face of Terror', 'ML'),
(15722, 'Action', 'Mission: Impossible - Operation Surma', 'ML'),
(15723, 'Action', 'Predictive Reasoning', 'ML'),
(15724, 'Action', 'GoldenEar', 'ML'),
(15725, 'Action', 'Si Pitung', 'ML'),
(15726, 'Action', 'Mangamma Gari Manavadu', 'ML'),
(15727, 'Action', 'Waka oyabun', 'ML'),
(15728, 'Action', 'Stick to Your Story', 'ML'),
(15729, 'Action', 'Irampa si Mediavillo', 'ML'),
(15730, 'Action', '2 Laps 2 Go', 'ML'),
(15731, 'Action', 'Star Wars: Rogue Squadron III - Rebel Strike', 'ML'),
(15732, 'Action', 'Magical Spot', 'ML'),
(15733, 'Action', 'Billy the Kid vs. Dracula', 'ML'),
(15734, 'Action', 'Robo rokku', 'ML'),
(15735, 'Action', 'Secuestro', 'ML'),
(15736, 'Action', 'The Cooldown', 'ML'),
(15737, 'Action', 'Beyond Castle Wolfenstein', 'ML'),
(15738, 'Action', 'Carnival of Wolves', 'ML'),
(15739, 'Action', 'Foot Trackers', 'ML'),
(15740, 'Action', 'The Island Keeper', 'ML'),
(15741, 'Action', 'KKND: Krush, Kill N Destroy', 'ML'),
(15742, 'Action', 'Joker', 'ML'),
(15743, 'Action', 'The Incredibles: Rise of the Underminer', 'ML'),
(15744, 'Action', 'David Balondo ng Tondo', 'ML'),
(15745, 'Action', 'UFC 51: Super Saturday', 'ML'),
(15746, 'Action', 'Yin dao xue jian', 'ML'),
(15747, 'Action', 'Outlaw Force', 'ML'),
(15748, 'Action', 'A Friday Night Date', 'ML'),
(15749, 'Action', 'Kumakasa, lumalaban', 'ML'),
(15750, 'Action', 'Western Gun Part II', 'ML'),
(15751, 'Action', 'Chi se da feng bao', 'ML'),
(15752, 'Action', 'Extreme Championship Wrestling', 'ML'),
(15753, 'Action', 'Star-Crossd', 'ML'),
(15754, 'Action', 'Redemption: Fight Short', 'ML'),
(15755, 'Action', 'Yi dan er li san gong fu', 'ML'),
(15756, 'Action', 'Geliebte Diebin', 'ML'),
(15757, 'Action', 'Gundaraj', 'ML'),
(15758, 'Action', 'Couriers', 'ML'),
(15759, 'Action', 'Ley fuga', 'ML'),
(15760, 'Action', 'Den of Thieves', 'ML'),
(15761, 'Action', 'Pistolero a sueldo', 'ML'),
(15762, 'Action', 'Mylo', 'ML'),
(15763, 'Action', 'The Sky Has Fallen', 'ML'),
(15764, 'Action', 'Chaostage', 'ML'),
(15765, 'Action', 'Johny Mera Naam', 'ML'),
(15766, 'Action', 'Combat Arts USA', 'ML'),
(15767, 'Action', 'Zhan Huen', 'ML'),
(15768, 'Action', 'Le colt cantarono la morte e fu... tempo di massacro', 'ML'),
(15769, 'Action', 'Como perros con rabia', 'ML'),
(15770, 'Action', 'Azaad', 'ML'),
(15771, 'Action', 'Hotel!', 'ML'),
(15772, 'Action', 'The Uniter', 'ML'),
(15773, 'Action', 'Chalta Purza', 'ML'),
(15774, 'Action', 'Ee Kaikalil', 'ML'),
(15775, 'Action', 'A Fools Love', 'ML'),
(15776, 'Action', 'Montauk Rocks', 'ML'),
(15777, 'Action', 'Dynamite Brothers', 'ML'),
(15778, 'Action', 'The Last Man on Planet Earth', 'ML'),
(15779, 'Action', 'Inspector Gadget 2', 'ML'),
(15780, 'Action', 'WWF Raw', 'ML'),
(15781, 'Action', '.357 Magnum', 'ML'),
(15782, 'Action', 'The Devil-Ship Pirates', 'ML'),
(15783, 'Action', 'Easy Kill', 'ML'),
(15784, 'Action', 'El malamadre', 'ML'),
(15785, 'Action', 'Yugandhar', 'ML'),
(15786, 'Action', 'R-Type Leo', 'ML'),
(15787, 'Action', 'Lie xue kuai che', 'ML'),
(15788, 'Action', 'Nephilim', 'ML'),
(15789, 'Action', 'Saving Little Italy', 'ML'),
(15790, 'Action', 'Maciste, gladiatore di Sparta', 'ML'),
(15791, 'Action', 'Bubble Bobble 2', 'ML'),
(15792, 'Action', 'Qaidi Dada', 'ML'),
(15793, 'Action', 'Crash Kids: Trust No One', 'ML'),
(15794, 'Action', 'Girl Soldier', 'ML'),
(15795, 'Action', 'What the F*ck Doug E. Doug?', 'ML'),
(15796, 'Action', 'Mister O', 'ML'),
(15797, 'Action', 'The Girl from the Naked Eye', 'ML'),
(15798, 'Action', 'Fakta Ladh Mhana', 'ML'),
(15799, 'Action', 'Nenunnanu', 'ML'),
(15800, 'Action', 'Iron Eagle IV', 'ML'),
(15801, 'Action', 'The D-Monster', 'ML'),
(15802, 'Action', 'Choplifter HD', 'ML'),
(15803, 'Action', 'When the Bullet Hits the Bone', 'ML'),
(15804, 'Action', 'Batch No.16', 'ML'),
(15805, 'Action', '5 Shots', 'ML'),
(15806, 'Action', 'Daruvu', 'ML'),
(15807, 'Action', 'Camaleon: Atentado a Castro', 'ML'),
(15808, 'Action', 'Afganets', 'ML'),
(15809, 'Action', 'Deer Avenger 3D', 'ML'),
(15810, 'Action', 'Dushmani Jattan Di', 'ML'),
(15811, 'Action', 'WWE: The Very Best of WCW Monday Nitro, Vol. 2', 'ML'),
(15812, 'Action', 'Trazi se pomoc', 'ML'),
(15813, 'Action', 'The Legend of Billie Jean', 'ML'),
(15814, 'Action', 'Shivudu Shivudu Shivudu', 'ML'),
(15815, 'Action', 'Shuranosuke zanma-ken: Shikamamon no otoko', 'ML'),
(15816, 'Action', 'Missile Base at Taniak', 'ML'),
(15817, 'Action', 'Lady M.', 'ML'),
(15818, 'Action', 'Wild Horse Canyon', 'ML'),
(15819, 'Action', 'Bomberman World', 'ML'),
(15820, 'Action', 'Kane & Lynch: Dead Men', 'ML'),
(15821, 'Action', 'Gameng', 'ML'),
(15822, 'Action', 'Rubicon', 'ML'),
(15823, 'Action', 'Revenge in Olympia', 'ML'),
(15824, 'Action', 'Silverfall', 'ML'),
(15825, 'Action', 'Wipeout 2097', 'ML'),
(15826, 'Action', 'Tierra de odio', 'ML'),
(15827, 'Action', 'Yami no karyudo', 'ML'),
(15828, 'Action', 'Sneak King', 'ML'),
(15829, 'Action', 'Captain Power: The Beginning', 'ML'),
(15830, 'Action', 'Lake Placid 3', 'ML'),
(15831, 'Action', 'Stolen Good', 'ML'),
(15832, 'Action', 'Searched Fear', 'ML'),
(15833, 'Action', 'Bindiya Mange Bandook', 'ML'),
(15834, 'Action', 'MechAssault 2: Lone Wolf', 'ML'),
(15835, 'Action', 'Fish: A Boy in a Mans Prison', 'ML'),
(15836, 'Action', 'Un Desconocido', 'ML'),
(15837, 'Action', 'D.I.P.', 'ML'),
(15838, 'Action', 'Lost Victories', 'ML'),
(15839, 'Action', 'Wolf Boy', 'ML'),
(15840, 'Action', 'Tilak', 'ML'),
(15841, 'Action', 'Informe secreto de la D.E.A.', 'ML'),
(15842, 'Action', 'Computer haekjeonham pokpa daejakjeon', 'ML'),
(15843, 'Action', 'R.I.P.D.', 'ML'),
(15844, 'Action', 'Beltlogger 9', 'ML'),
(15845, 'Action', 'Revolutionary Man', 'ML'),
(15846, 'Action', 'The California Connection', 'ML'),
(15847, 'Action', 'Znakhar 2. Okhota bez pravil', 'ML'),
(15848, 'Action', 'World Wide Live', 'ML'),
(15849, 'Action', 'Nido de alacranes', 'ML'),
(15850, 'Action', 'Minna no gorufu 2', 'ML'),
(15851, 'Action', 'Asesinos de ilegales', 'ML'),
(15852, 'Action', 'Jeongmumun', 'ML'),
(15853, 'Action', 'Rowdy Rathore', 'ML'),
(15854, 'Action', 'Alaska Patrol', 'ML'),
(15855, 'Action', 'Dark Alliance', 'ML'),
(15856, 'Action', 'Auto Assault', 'ML'),
(15857, 'Action', 'PAN the Avenger', 'ML'),
(15858, 'Action', 'Human Target', 'ML'),
(15859, 'Action', 'Jetfighter', 'ML'),
(15860, 'Action', 'La venganza del cuatrero', 'ML'),
(15861, 'Action', 'Untitled Polish/Merian Cooper Project', 'ML'),
(15862, 'Action', 'Makazie One', 'ML'),
(15863, 'Action', 'Dekh Khabar Rakh Nazar', 'ML'),
(15864, 'Action', 'Xiang xiang gong zhu', 'ML'),
(15865, 'Action', 'Sakura taisen 2', 'ML'),
(15866, 'Action', 'Farangi', 'ML'),
(15867, 'Action', 'Eat Lead: The Return of Matt Hazard', 'ML'),
(15868, 'Action', 'Blue Tiger', 'ML'),
(15869, 'Action', 'Shin Hokuto musou', 'ML'),
(15870, 'Action', 'Just Cause 2', 'ML'),
(15871, 'Action', 'Kung-Fu Master', 'ML'),
(15872, 'Action', 'Sworn to Justice', 'ML'),
(15873, 'Action', 'In Your Face', 'ML'),
(15874, 'Action', 'What the Hell', 'ML'),
(15875, 'Action', 'Kinect Me', 'ML'),
(15876, 'Action', 'Bultaneun solimsa', 'ML'),
(15877, 'Action', 'Opposing Force', 'ML'),
(15878, 'Action', 'The Super-Jocks', 'ML'),
(15879, 'Action', 'Wating', 'ML'),
(15880, 'Action', 'Kumander Dante', 'ML'),
(15881, 'Action', 'Jet Set Radio Future', 'ML'),
(15882, 'Action', 'Agent sekretnoy sluzhby', 'ML'),
(15883, 'Action', 'Rush 2: Extreme Racing USA', 'ML'),
(15884, 'Action', 'Savannah', 'ML'),
(15885, 'Action', 'Clash of the Champions XXII', 'ML'),
(15886, 'Action', 'Saturday Night Pillow Fights', 'ML'),
(15887, 'Action', 'Operation: Tropical Stormy', 'ML'),
(15888, 'Action', 'Da chong zhuang', 'ML'),
(15889, 'Action', 'Battle Los Angeles', 'ML'),
(15890, 'Action', 'The Seventh Shadow', 'ML'),
(15891, 'Action', 'Intrepidos Punks', 'ML'),
(15892, 'Action', 'Splatterhouse', 'ML'),
(15893, 'Action', 'Toppuu! Minipato tai - Aikyacchi Jankushon', 'ML'),
(15894, 'Action', 'Stuntman', 'ML'),
(15895, 'Action', 'Dhaal: The Battle of Law Against Law', 'ML'),
(15896, 'Action', 'Tapang sa tapang', 'ML'),
(15897, 'Action', 'Bad Lands', 'ML'),
(15898, 'Action', 'Creatures of the Night', 'ML'),
(15899, 'Action', 'When Noah Calls', 'ML'),
(15900, 'Action', 'The Secret Four', 'ML'),
(15901, 'Action', 'Flooding with Love for the Kid', 'ML'),
(15902, 'Action', 'El corrido de Lino Rodarte', 'ML'),
(15903, 'Action', 'Fei fu hung si', 'ML'),
(15904, 'Action', 'Que viva la lucha', 'ML'),
(15905, 'Action', 'Onigiri', 'ML'),
(15906, 'Action', 'D.C. Cab', 'ML'),
(15907, 'Action', 'The Death of Hero-Man', 'ML'),
(15908, 'Action', 'L.A. Bounty', 'ML'),
(15909, 'Action', 'Je3 sedae: Ulemae 6', 'ML'),
(15910, 'Action', 'Criminal Opportunities in Seattle', 'ML'),
(15911, 'Action', 'Alfredo Lim: Batas ng Maynila', 'ML'),
(15912, 'Action', 'Liu xing hu die jian', 'ML'),
(15913, 'Action', 'Twin Swords', 'ML'),
(15914, 'Action', 'Meri Adalat', 'ML'),
(15915, 'Action', 'WWF in Your House 5', 'ML'),
(15916, 'Action', 'H.I.M.', 'ML'),
(15917, 'Action', 'The Lord of the Rings Online: Shadows of Angmar', 'ML'),
(15918, 'Action', 'She Sport TV', 'ML'),
(15919, 'Action', 'Aan: Men at Work', 'ML'),
(15920, 'Action', 'La tarago3 wala esteslam', 'ML'),
(15921, 'Action', 'The Subhuman', 'ML'),
(15922, 'Action', 'Begunaah', 'ML'),
(15923, 'Action', 'NJPW-USA Toukon Fighting Spirit', 'ML'),
(15924, 'Action', 'Draculas Curse', 'ML'),
(15925, 'Action', 'This Is Vegas', 'ML'),
(15926, 'Action', 'Kon puan sai fah', 'ML'),
(15927, 'Action', 'Private Gold 54: Gladiator 1', 'ML'),
(15928, 'Action', 'Body Harvest', 'ML'),
(15929, 'Action', 'Jianshi liu baiyuan', 'ML'),
(15930, 'Action', 'Heukgwon', 'ML'),
(15931, 'Action', 'Infinity Blade', 'ML'),
(15932, 'Action', 'Lode Runner: Majin no Fukkatsu', 'ML'),
(15933, 'Action', 'Vuelve el botas de avestruz', 'ML'),
(15934, 'Action', 'Goedochulma', 'ML'),
(15935, 'Action', 'Stella Magtangol', 'ML'),
(15936, 'Action', 'Asesinato por encargo', 'ML'),
(15937, 'Action', 'Thank God for You, Charlie', 'ML'),
(15938, 'Action', 'Wild 7', 'ML'),
(15939, 'Action', 'Jagged Alliance: Deadly Games', 'ML'),
(15940, 'Action', 'Devils Playground', 'ML'),
(15941, 'Action', 'The Evoque Effect', 'ML'),
(15942, 'Action', 'Poochho Mere Dil Se', 'ML'),
(15943, 'Action', 'Divanevar', 'ML'),
(15944, 'Action', 'Code Name: Eternity', 'ML'),
(15945, 'Action', 'San dou hao guan yin', 'ML'),
(15946, 'Action', 'Vampires: Los Muertos', 'ML'),
(15947, 'Action', 'Ang mabait ang masungit at ang pangit', 'ML'),
(15948, 'Action', 'The Seal', 'ML'),
(15949, 'Action', 'Nightstick', 'ML'),
(15950, 'Action', 'Ba jue', 'ML'),
(15951, 'Action', 'Tarung: City of the Darkness', 'ML'),
(15952, 'Action', 'Pepeng Shotgun', 'ML'),
(15953, 'Action', 'El Corrido Del Katch', 'ML'),
(15954, 'Action', 'Raw Energy', 'ML'),
(15955, 'Action', 'The Lord of the Rings: Vol. I', 'ML'),
(15956, 'Action', 'Trouble at Midnight', 'ML'),
(15957, 'Action', 'Underclassman', 'ML'),
(15958, 'Action', 'Rough and Rugged', 'ML'),
(15959, 'Action', 'WWE: The Twisted, Disturbed Life of Kane', 'ML'),
(15960, 'Action', 'Assassination', 'ML'),
(15961, 'Action', 'The War Inc. Battle Zone', 'ML'),
(15962, 'Action', 'Murdercycle', 'ML'),
(15963, 'Action', 'Diskarte', 'ML'),
(15964, 'Action', 'Gangstar Miami Vindication', 'ML'),
(15965, 'Action', 'Sheng si jing tan wang ming fei', 'ML'),
(15966, 'Action', 'A Few Bad Apples', 'ML'),
(15967, 'Action', 'Hei mao zhi ci sha Ye Li Qin', 'ML'),
(15968, 'Action', 'Sigma', 'ML'),
(15969, 'Action', 'South Pacific Trail', 'ML'),
(15970, 'Action', 'Starz Special: Gridiron Gang', 'ML'),
(15971, 'Action', 'El Zorro vengador', 'ML'),
(15972, 'Action', 'Dong kai ji', 'ML'),
(15973, 'Action', 'WWE Superstars', 'ML'),
(15974, 'Action', 'I violenti di Roma bene', 'ML'),
(15975, 'Action', 'Badass Showdown', 'ML'),
(15976, 'Action', 'Sexy Beach 2', 'ML'),
(15977, 'Action', 'Mashamal - ritorno al deserto', 'ML'),
(15978, 'Action', 'Nickelodeon Robot Wars', 'ML'),
(15979, 'Action', 'Squadra antimafia - Palermo oggi', 'ML'),
(15980, 'Action', 'The Cyclone Rider', 'ML'),
(15981, 'Action', 'The Killers', 'ML'),
(15982, 'Action', 'Kravges ston anemo', 'ML'),
(15983, 'Action', 'Hollywood Hulk Hogan: Hulk Still Rules', 'ML'),
(15984, 'Action', 'Nasa lupa ang langit at impiyerno', 'ML'),
(15985, 'Action', 'Obratnyy otschet', 'ML'),
(15986, 'Action', 'Rancho Grande', 'ML'),
(15987, 'Action', 'The Guys', 'ML'),
(15988, 'Action', 'Revancha implacable', 'ML'),
(15989, 'Action', 'Solo', 'ML'),
(15990, 'Action', 'The Incomparable', 'ML'),
(15991, 'Action', 'Dodgem', 'ML'),
(15992, 'Action', 'Bhagawat Ek Jung', 'ML'),
(15993, 'Action', 'Jets - Leben am Limit', 'ML'),
(15994, 'Action', 'Heukbal', 'ML'),
(15995, 'Action', 'The Blue Streak', 'ML'),
(15996, 'Action', 'California Gold Rush', 'ML'),
(15997, 'Action', 'Tara', 'ML'),
(15998, 'Action', 'Tubusin mo ng bala', 'ML'),
(15999, 'Action', 'Qi qiao feng huang bi yu dao', 'ML'),
(16000, 'Action', 'Deadliest Warrior', 'ML'),
(16001, 'Action', 'Fist of Honor', 'ML'),
(16002, 'Action', 'Newtons 3rd Law', 'ML'),
(16003, 'Action', 'La Recia', 'ML'),
(16004, 'Action', 'Meritum', 'ML'),
(16005, 'Action', 'Yu zhong long', 'ML'),
(16006, 'Action', 'The Adventures of Tintin', 'ML'),
(16007, 'Action', 'Steel Justice', 'ML'),
(16008, 'Action', 'Assassins Assistant', 'ML'),
(16009, 'Action', 'Batang estero', 'ML'),
(16010, 'Action', 'Il ragazzo dal kimono doro 5', 'ML'),
(16011, 'Action', 'Odio, amor y muerte', 'ML'),
(16012, 'Action', 'Revel', 'ML'),
(16013, 'Action', 'Fuga scabrosamente pericolosa', 'ML'),
(16014, 'Action', 'Arcade Super-Reflex', 'ML'),
(16015, 'Action', 'Rancid', 'ML'),
(16016, 'Action', 'The Best of CM Punk', 'ML'),
(16017, 'Action', '7 Brothers', 'ML'),
(16018, 'Action', 'Disavowed', 'ML'),
(16019, 'Action', 'Cuibul salamandrelor', 'ML'),
(16020, 'Action', 'Xiao za zhong', 'ML'),
(16021, 'Action', 'Shao Lin zu shi', 'ML'),
(16022, 'Action', 'Meta-Galactic Llamas Battle at the Edge of Time', 'ML'),
(16023, 'Action', 'Crisis Force', 'ML'),
(16024, 'Action', 'Anak ng yakuza', 'ML'),
(16025, 'Action', 'Six Minutes to Freedom', 'ML'),
(16026, 'Action', 'Solid Cover', 'ML'),
(16027, 'Action', 'Wet Work', 'ML'),
(16028, 'Action', 'Lastikman', 'ML'),
(16029, 'Action', 'Auto Recovery', 'ML'),
(16030, 'Action', 'La fuga de Arizmendi', 'ML'),
(16031, 'Action', 'Socom U.S. Navy Seals: Confrontation', 'ML'),
(16032, 'Action', 'Gabriels Price', 'ML'),
(16033, 'Action', 'The McKenzie Break', 'ML'),
(16034, 'Action', 'The Innocence of War', 'ML'),
(16035, 'Action', 'Rupan sansei: Ikiteita majutsushi', 'ML'),
(16036, 'Action', 'BX. Thug Soldiers', 'ML'),
(16037, 'Action', 'Bloodfist', 'ML'),
(16038, 'Action', 'Ming yue dao xue ye jian chou', 'ML'),
(16039, 'Action', 'Shoedog', 'ML'),
(16040, 'Action', 'Spritztour', 'ML'),
(16041, 'Action', 'Scramble Spirits', 'ML'),
(16042, 'Action', 'Mustang Sally', 'ML'),
(16043, 'Action', 'Kim Possible', 'ML'),
(16044, 'Action', 'Hard Cell', 'ML'),
(16045, 'Action', 'Evil Menace', 'ML'),
(16046, 'Action', 'The Adventures of The Amazing Mr. Excellent', 'ML'),
(16047, 'Action', 'Blazing Angels 2', 'ML'),
(16048, 'Action', 'Gunnar: A Student Burns Out', 'ML'),
(16049, 'Action', 'The Greed of Men', 'ML'),
(16050, 'Action', 'Diao man gong zhu', 'ML'),
(16051, 'Action', 'The Towers Cellar', 'ML'),
(16052, 'Action', 'Silent Trigger', 'ML'),
(16053, 'Action', 'Taxidi ston erota kai ston thanato', 'ML'),
(16054, 'Action', 'Paldo sanai', 'ML'),
(16055, 'Action', 'Socom U.S. Navy Seals', 'ML'),
(16056, 'Action', 'PlayGravity 2', 'ML'),
(16057, 'Action', 'Pierre et le Loup', 'ML'),
(16058, 'Action', 'N.Y. Captor', 'ML'),
(16059, 'Action', 'Alineando Cabrones', 'ML'),
(16060, 'Action', 'Club Evil', 'ML'),
(16061, 'Action', 'Shama Parwana', 'ML'),
(16062, 'Action', 'Dynamite Cop', 'ML'),
(16063, 'Action', 'Lost in Hustle', 'ML'),
(16064, 'Action', 'Stonekeep', 'ML'),
(16065, 'Action', 'Urban Runner', 'ML'),
(16066, 'Action', 'Repulse', 'ML'),
(16067, 'Action', 'The Unknowns', 'ML'),
(16068, 'Action', 'Voice in the Wind', 'ML'),
(16069, 'Action', 'Alex Venino: Diary of a Hitman', 'ML'),
(16070, 'Action', 'Maguna', 'ML'),
(16071, 'Action', 'Field Commander', 'ML'),
(16072, 'Action', 'Si Tjonat', 'ML'),
(16073, 'Action', 'The Making of Pusher', 'ML'),
(16074, 'Action', 'Serum of Evil', 'ML'),
(16075, 'Action', 'Matasari', 'ML'),
(16076, 'Action', 'Sky Raider', 'ML'),
(16077, 'Action', 'Escape: Human Cargo', 'ML'),
(16078, 'Action', 'La ley del cholo 3', 'ML'),
(16079, 'Action', 'Agent Vinod', 'ML'),
(16080, 'Action', '34-y skoryy', 'ML'),
(16081, 'Action', 'Full Impact', 'ML'),
(16082, 'Action', 'Shen tui tie shan gong', 'ML'),
(16083, 'Action', 'Good Luck with That', 'ML'),
(16084, 'Action', 'Starz on the Set: Spider-Man 3', 'ML'),
(16085, 'Action', 'Dalua Downhill', 'ML'),
(16086, 'Action', 'Il fantasma di Corleone', 'ML'),
(16087, 'Action', 'Jive', 'ML'),
(16088, 'Action', 'Red Subs', 'ML'),
(16089, 'Action', 'Judge Mujrim', 'ML'),
(16090, 'Action', 'Stronghold 2', 'ML'),
(16091, 'Action', 'Check Mate', 'ML'),
(16092, 'Action', 'Amheukgaui gongpo', 'ML'),
(16093, 'Action', 'King of England', 'ML'),
(16094, 'Action', 'Vairi-Jatt', 'ML'),
(16095, 'Action', 'Star Wars Uncut: Directors Cut', 'ML'),
(16096, 'Action', 'The Wilderness Mail', 'ML'),
(16097, 'Action', 'Public Execution', 'ML'),
(16098, 'Action', 'Pyeongyang maenbal', 'ML'),
(16099, 'Action', 'Un tango dalla Russia', 'ML'),
(16100, 'Action', 'Cool Earl', 'ML'),
(16101, 'Action', 'The Yellow Arm', 'ML'),
(16102, 'Action', 'O.K. Yevtushenko', 'ML'),
(16103, 'Action', 'Mars', 'ML'),
(16104, 'Action', 'Ring of Combat: Finals', 'ML'),
(16105, 'Action', 'Jesse Stone: Benefit of the Doubt', 'ML'),
(16106, 'Action', 'Now is the Winter', 'ML'),
(16107, 'Action', 'Nae-ga Sal-in-beom-i-da', 'ML'),
(16108, 'Action', 'Galactica - Batalha Espacial', 'ML'),
(16109, 'Action', 'In the Cage', 'ML'),
(16110, 'Action', 'I Am Legend: Awakening - Story 1: Sacrificing the Few for the Many', 'ML'),
(16111, 'Action', 'WCW/NWO Thunder', 'ML'),
(16112, 'Action', 'Saint Matador', 'ML'),
(16113, 'Action', 'The Knight Waltz', 'ML'),
(16114, 'Action', 'The Road Killers', 'ML'),
(16115, 'Action', 'Dawn of the Dead', 'ML'),
(16116, 'Action', 'The Siege of Pinchgut', 'ML'),
(16117, 'Action', 'Jukdorok bogo shipeo', 'ML'),
(16118, 'Action', 'Tian tai de yue guang', 'ML'),
(16119, 'Action', 'Romantic Fighter', 'ML'),
(16120, 'Action', 'Wing Commander: Prophecy', 'ML'),
(16121, 'Action', 'Chase the Express', 'ML'),
(16122, 'Action', 'Opapatika', 'ML'),
(16123, 'Action', 'Tae-chi-do', 'ML'),
(16124, 'Action', 'Artemis Fowl', 'ML'),
(16125, 'Action', 'Getting Up: Contents Under Pressure', 'ML'),
(16126, 'Action', 'Ninja Phantom Heroes', 'ML'),
(16127, 'Action', 'Jetpac', 'ML'),
(16128, 'Action', 'Cai shu zhi heng sao qian jun', 'ML'),
(16129, 'Action', 'Lockout', 'ML'),
(16130, 'Action', 'Ren ba zhao', 'ML'),
(16131, 'Action', '007: Agent Under Fire', 'ML'),
(16132, 'Action', 'Pepeng Kaliwete', 'ML'),
(16133, 'Action', 'Mark of the Black Dragon', 'ML'),
(16134, 'Action', 'Iron Soldier', 'ML'),
(16135, 'Action', 'Chin wong dau chin baa', 'ML'),
(16136, 'Action', 'Shotgun Love Dolls', 'ML'),
(16137, 'Action', 'Maenjumeog cheongchun', 'ML'),
(16138, 'Action', 'Muzhskoy talisman', 'ML'),
(16139, 'Action', 'UPW: Title Wave', 'ML'),
(16140, 'Action', 'Heukpyo', 'ML'),
(16142, 'Action', 'Routine - News that kill', 'ML'),
(16143, 'Action', 'Shadow of Memories', 'ML'),
(16144, 'Action', 'Super Speedway', 'ML'),
(16145, 'Action', 'San Salvador', 'ML'),
(16146, 'Action', 'Deadly Towers', 'ML'),
(16147, 'Action', 'Ang bagong Kardong Kidlat', 'ML'),
(16148, 'Action', 'Rider from Tucson', 'ML'),
(16149, 'Action', 'Cowboy and Lucky', 'ML'),
(16150, 'Action', 'Kantri', 'ML'),
(16151, 'Action', 'Nastoyatel 2', 'ML'),
(16152, 'Action', 'Di san ba fei dao', 'ML'),
(16153, 'Action', 'Heart of Darkness', 'ML'),
(16154, 'Action', 'Grubaya posadka', 'ML'),
(16155, 'Action', 'The Untouchable Family', 'ML'),
(16156, 'Action', 'Warrior of Justice', 'ML'),
(16157, 'Action', 'Lucha a muerte', 'ML'),
(16158, 'Action', 'The Dogs of War', 'ML'),
(16159, 'Action', 'Flight from Justice', 'ML'),
(16160, 'Action', 'Racket Girls', 'ML'),
(16161, 'Action', 'Taken by Force', 'ML'),
(16162, 'Action', 'Tom and Jerry: The Magic Ring', 'ML'),
(16163, 'Action', 'Excitebike 64', 'ML'),
(16164, 'Action', 'Radical', 'ML'),
(16165, 'Action', 'Fei xian xia da po mou ren si shang ji', 'ML'),
(16166, 'Action', 'Qatal E Aam', 'ML'),
(16167, 'Action', 'Hostage... Hanapin si Batuigas!', 'ML'),
(16168, 'Action', 'Trained to Kill', 'ML'),
(16169, 'Action', 'Adan zye Berlin', 'ML'),
(16170, 'Action', 'Emong Salvacion', 'ML'),
(16171, 'Action', 'Yi tiao long', 'ML'),
(16172, 'Action', 'Champions Forever Boxing', 'ML'),
(16173, 'Action', 'Rupan Sansei: Episode 0 - Faasuto kontakuto', 'ML'),
(16174, 'Action', 'Maroseyka, 12', 'ML'),
(16175, 'Action', 'Kanhaiyaa', 'ML'),
(16176, 'Action', 'Palamun', 'ML'),
(16177, 'Action', 'Stark Raving Mad', 'ML'),
(16178, 'Action', 'My Silent Partner', 'ML'),
(16179, 'Action', 'Constella', 'ML'),
(16180, 'Action', 'Mang quan guai zhao shen jing dao', 'ML'),
(16181, 'Action', 'Superman: Shadow of Apokolips', 'ML'),
(16182, 'Action', 'Bionic Showdown: The Six Million Dollar Man and the Bionic Woman', 'ML'),
(16183, 'Action', 'Martial Arts Mayhem Vol. 1', 'ML'),
(16184, 'Action', 'Mercenary II: Thick & Thin', 'ML'),
(16185, 'Action', 'GLOW: Gorgeous Ladies of Wrestling', 'ML'),
(16186, 'Action', 'Pungun Iljimae', 'ML'),
(16187, 'Action', 'Mis animales y yo', 'ML'),
(16188, 'Action', 'Chameleon 3: Dark Angel', 'ML'),
(16189, 'Action', 'Honey Vicarro', 'ML'),
(16190, 'Action', 'G.I. Jane', 'ML'),
(16191, 'Action', 'Hojas', 'ML'),
(16192, 'Action', 'Ezras Epitaph', 'ML'),
(16193, 'Action', 'Pathara Khasuchi Bada Deulu', 'ML'),
(16194, 'Action', 'Illicit Behavior', 'ML'),
(16195, 'Action', 'Journey to the Center of the Earth 3', 'ML'),
(16196, 'Action', 'Crimson Forest', 'ML'),
(16197, 'Action', 'Mortal Kombat: Rebirth', 'ML'),
(16198, 'Action', 'Surprise Youre Dead!', 'ML'),
(16199, 'Action', 'Doomsdayer', 'ML'),
(16200, 'Action', 'Close Combat', 'ML'),
(16201, 'Action', 'Entre cartas y gallos', 'ML'),
(16202, 'Action', 'Soccer Mom', 'ML'),
(16203, 'Action', 'Foreboding', 'ML'),
(16204, 'Action', 'Indiana Jones and the Emperors Tomb', 'ML'),
(16205, 'Action', 'My Son Is Guilty', 'ML'),
(16206, 'Action', 'The Dalton Gang', 'ML'),
(16207, 'Action', 'Hansel and Gretel in 3D', 'ML'),
(16208, 'Action', 'Inversus', 'ML'),
(16209, 'Action', 'FireHouse TV', 'ML'),
(16210, 'Action', 'Kapag buhay ang inutang', 'ML'),
(16211, 'Action', 'Flight Redirected', 'ML'),
(16212, 'Action', 'Panta Rei... tutto scorre', 'ML'),
(16213, 'Action', 'Dolina mesti', 'ML'),
(16214, 'Action', 'SD Gandamu G Generation 3D', 'ML'),
(16215, 'Action', 'The Killing Machine', 'ML'),
(16216, 'Action', 'Canyon Bomber', 'ML'),
(16217, 'Action', 'The Return of Jesse James', 'ML'),
(16218, 'Action', 'Shuang ma lian huan', 'ML'),
(16219, 'Action', 'Number Munchers', 'ML'),
(16220, 'Action', 'Un perro y un malandrin', 'ML'),
(16221, 'Action', 'Ice', 'ML'),
(16222, 'Action', 'NHLPA Hockey 93', 'ML'),
(16223, 'Action', 'The Life Cycle of a Good Idea', 'ML'),
(16224, 'Action', 'Blood Drive', 'ML'),
(16225, 'Action', 'Kungfused', 'ML'),
(16226, 'Action', 'Deep in the Jungle', 'ML'),
(16227, 'Action', 'Railfan: Taiwan High Speed Rail', 'ML'),
(16228, 'Action', 'Cazador de cazadores', 'ML'),
(16229, 'Action', 'Bazoku yakuza', 'ML'),
(16230, 'Action', 'Hatya Kaand', 'ML'),
(16231, 'Action', 'Poedinok v tayge', 'ML'),
(16232, 'Action', 'WCW: Nitro', 'ML'),
(16233, 'Action', 'Kay Sera Sera', 'ML'),
(16234, 'Action', 'Mongoose', 'ML'),
(16235, 'Action', 'El cartel de las calles', 'ML'),
(16236, 'Action', 'Thor: The Dark World', 'ML'),
(16237, 'Action', 'Counterfeit Lady', 'ML'),
(16238, 'Action', 'TNA Wrestling: Phenomenal - The Best of AJ Styles', 'ML'),
(16239, 'Action', 'Dark Deal', 'ML'),
(16240, 'Action', 'Xue di qing chou', 'ML'),
(16241, 'Action', 'Billa No. 786', 'ML'),
(16242, 'Action', 'El complot mongol', 'ML'),
(16243, 'Action', 'Ladron', 'ML'),
(16244, 'Action', 'Ninja: Shadow of Darkness', 'ML'),
(16245, 'Action', 'Mass', 'ML'),
(16246, 'Action', 'Clash of the Champions III: Fall Brawl', 'ML'),
(16247, 'Action', 'C.I.D. Moosa', 'ML'),
(16248, 'Action', 'Garapal', 'ML'),
(16249, 'Action', 'Batoru rowaiaru II: Chinkonka', 'ML'),
(16250, 'Action', 'Young-guwa daengchili 3tan: Young-gu Rambo', 'ML'),
(16251, 'Action', 'Marvel Nemesis: Rise of the Imperfects', 'ML'),
(16252, 'Action', 'Cruces sobre el yermo', 'ML'),
(16253, 'Action', 'Run This Town', 'ML'),
(16254, 'Action', 'Joe Blade II', 'ML'),
(16255, 'Action', 'Yi wang da shu', 'ML'),
(16256, 'Action', 'Barrio Angelz', 'ML'),
(16257, 'Action', 'How to Burn a City Down.', 'ML'),
(16258, 'Action', 'Capoeira: Fly Away Beetle', 'ML'),
(16259, 'Action', 'Street Riders', 'ML'),
(16260, 'Action', 'Valentin Galit', 'ML'),
(16261, 'Action', 'Bang piao', 'ML'),
(16262, 'Action', 'Glass Jar', 'ML'),
(16263, 'Action', 'Maine Dil Tujhko Diya', 'ML'),
(16264, 'Action', 'Esclavas del crimen', 'ML'),
(16265, 'Action', 'Ying xiong wu lei', 'ML'),
(16266, 'Action', 'La 4X4', 'ML'),
(16267, 'Action', 'Kicasso', 'ML'),
(16268, 'Action', 'Action Sports Special', 'ML'),
(16269, 'Action', 'Cicak-man', 'ML'),
(16270, 'Action', 'Kids at Heart Gala After-party Promotion Series', 'ML'),
(16271, 'Action', '19XX: The War Against Destiny', 'ML'),
(16272, 'Action', 'Yi dai zong shi', 'ML'),
(16273, 'Action', 'Muerto el perro se acabo la rabia', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(16274, 'Action', 'When Soldiers Cry', 'ML'),
(16275, 'Action', 'The Devil Girl of Devonshire', 'ML'),
(16276, 'Action', 'Beimo', 'ML'),
(16277, 'Action', 'Eggtack', 'ML'),
(16278, 'Action', 'Hui feng hao huang jin da feng bao', 'ML'),
(16279, 'Action', 'Ji su tian shi', 'ML'),
(16280, 'Action', 'Nueng kao nueng krueng mue prab sab laew puan', 'ML'),
(16281, 'Action', 'Attitude Era', 'ML'),
(16282, 'Action', 'SOS Conspiracion Bikini', 'ML'),
(16283, 'Action', 'Heroes Stand Alone', 'ML'),
(16284, 'Action', 'Discredit', 'ML'),
(16285, 'Action', 'Pokemon+: Nobunaga no yabou', 'ML'),
(16286, 'Action', 'Sengoku jieitai', 'ML'),
(16287, 'Action', 'Da e ke', 'ML'),
(16288, 'Action', 'Frozen Seed', 'ML'),
(16289, 'Action', 'Anak ni Boy Negro', 'ML'),
(16290, 'Action', 'Wheels4Life: The Film - A Story About Giving', 'ML'),
(16291, 'Action', 'Thunder Blaster', 'ML'),
(16292, 'Action', 'Crime Stopper', 'ML'),
(16293, 'Action', 'Space Harrier II', 'ML'),
(16294, 'Action', 'Outside the Law', 'ML'),
(16295, 'Action', 'The Darco File', 'ML'),
(16296, 'Action', 'Chamula, tierra de sangre', 'ML'),
(16297, 'Action', 'Fist of the Dragon', 'ML'),
(16298, 'Action', 'Battle Olympia', 'ML'),
(16299, 'Action', 'Shirikurae Magoichi', 'ML'),
(16300, 'Action', 'Injustice Woman', 'ML'),
(16301, 'Action', '33 Days', 'ML'),
(16302, 'Action', 'Kartoffel-Gericht', 'ML'),
(16303, 'Action', 'Blood Warriors', 'ML'),
(16304, 'Action', 'Mara salvatrucha', 'ML'),
(16305, 'Action', 'Nageune geomgaek hwanggeum 108gwan', 'ML'),
(16306, 'Action', 'Epoch of Lotus', 'ML'),
(16307, 'Action', 'Intrusion Confusion', 'ML'),
(16308, 'Action', 'World Wide Racing', 'ML'),
(16309, 'Action', 'Da Best in da West 2: Da Western Pulis Istori', 'ML'),
(16310, 'Action', 'Shaqiri', 'ML'),
(16311, 'Action', 'Get Your Hands Off My Sun!', 'ML'),
(16312, 'Action', 'Chunt Lee', 'ML'),
(16313, 'Action', 'Criminal Minds', 'ML'),
(16314, 'Action', 'Onna hissatsu ken: kiki ippatsu', 'ML'),
(16315, 'Action', 'One of Our Aircraft Is Missing', 'ML'),
(16316, 'Action', 'Different Kinds', 'ML'),
(16317, 'Action', 'Kaali', 'ML'),
(16318, 'Action', 'Haeundae', 'ML'),
(16319, 'Action', 'Karayilan', 'ML'),
(16320, 'Action', 'Randam Varavu', 'ML'),
(16321, 'Action', 'Comando del Diablo 2', 'ML'),
(16322, 'Action', 'La legge violenta della squadra anticrimine', 'ML'),
(16323, 'Action', 'Fortress of Amerikkka', 'ML'),
(16324, 'Action', 'Kill Speed', 'ML'),
(16325, 'Action', 'Hawaiian Dream', 'ML'),
(16326, 'Action', 'Silent Hunter II', 'ML'),
(16327, 'Action', 'Arashi o tsukkiru jetto-ki', 'ML'),
(16328, 'Action', 'The Whole World at Our Feet', 'ML'),
(16329, 'Action', 'Xiao yao fang', 'ML'),
(16330, 'Action', 'Il mistero dellisola maledetta', 'ML'),
(16331, 'Action', 'Home Run', 'ML'),
(16332, 'Action', 'Mujhe Jeene Do', 'ML'),
(16333, 'Action', 'Evasive Maneuvers', 'ML'),
(16334, 'Action', 'Border Lost', 'ML'),
(16335, 'Action', 'Capitan Pepe', 'ML'),
(16336, 'Action', 'Huan zhu ge ge 2', 'ML'),
(16337, 'Action', 'Bratya', 'ML'),
(16338, 'Action', 'Doble talim', 'ML'),
(16339, 'Action', 'The Suitors', 'ML'),
(16340, 'Action', 'Call of Duty 2: Big Red One', 'ML'),
(16341, 'Action', 'Dangers of the Canadian Mounted', 'ML'),
(16342, 'Action', 'Shuang long tu hu', 'ML'),
(16343, 'Action', 'Deathline', 'ML'),
(16344, 'Action', 'Hexum', 'ML'),
(16345, 'Action', 'Katohi', 'ML'),
(16346, 'Action', 'Paramedicos', 'ML'),
(16347, 'Action', 'Village lo Vinayakudu', 'ML'),
(16348, 'Action', 'Ridin Law', 'ML'),
(16349, 'Action', 'Dust: An Elysian Tail', 'ML'),
(16350, 'Action', 'Asalto bancario', 'ML'),
(16351, 'Action', 'Yoru no tehaishi', 'ML'),
(16352, 'Action', 'Baiohazado: Anburera keronikeruzu', 'ML'),
(16353, 'Action', 'Hustletown Mobbin', 'ML'),
(16354, 'Action', 'Krantipath', 'ML'),
(16355, 'Action', 'Red Bull Young Jaws', 'ML'),
(16356, 'Action', 'Fei chang jing cha', 'ML'),
(16357, 'Action', 'Mohra', 'ML'),
(16358, 'Action', 'Midas Touch', 'ML'),
(16359, 'Action', 'Muppets Treasure Island', 'ML'),
(16360, 'Action', 'La ley de Dios', 'ML'),
(16361, 'Action', 'Arte de Roubar', 'ML'),
(16362, 'Action', 'Ya sluzhu na granitse', 'ML'),
(16363, 'Action', 'Hot Popcorn: Movie Awards Greatest Moments', 'ML'),
(16364, 'Action', 'Transplandes ilegales', 'ML'),
(16365, 'Action', 'Fairlight II', 'ML'),
(16366, 'Action', 'Bloodmatch', 'ML'),
(16367, 'Action', 'Wasureru monoka', 'ML'),
(16368, 'Action', 'Kim Du-han hyeong shirasoni hyeong', 'ML'),
(16369, 'Action', 'Manopus', 'ML'),
(16370, 'Action', 'Soumatou', 'ML'),
(16371, 'Action', 'The Berlin Conspiracy', 'ML'),
(16372, 'Action', 'Sharkmen', 'ML'),
(16373, 'Action', 'Daku Ganga Jamuna', 'ML'),
(16374, 'Action', 'Baachi', 'ML'),
(16375, 'Action', 'Get Outta Dodge', 'ML'),
(16376, 'Action', 'Total Overdose: A Gunslingers Tale in Mexico', 'ML'),
(16377, 'Action', 'Sadda Haq', 'ML'),
(16378, 'Action', 'Domestic Threat', 'ML'),
(16379, 'Action', 'Vendetta dal futuro', 'ML'),
(16380, 'Action', 'Cobra-Command', 'ML'),
(16381, 'Action', 'Muerte bajo la piel', 'ML'),
(16382, 'Action', 'Pakem Stanzi', 'ML'),
(16383, 'Action', 'The Mask of Zorro', 'ML'),
(16385, 'Action', 'Akchung', 'ML'),
(16386, 'Action', 'Hong tian mi ling', 'ML'),
(16387, 'Action', 'Bakuto Kaisan-shiki', 'ML'),
(16388, 'Action', 'Gnomans Bois de Rose', 'ML'),
(16389, 'Action', 'Tail Lights Fade', 'ML'),
(16390, 'Action', 'Roadway for Strays', 'ML'),
(16391, 'Action', 'El Paso Stampede', 'ML'),
(16392, 'Action', 'Bukas, babaha ng dugo', 'ML'),
(16393, 'Action', 'Lambat', 'ML'),
(16394, 'Action', 'El tamal: Piedras de muerte', 'ML'),
(16395, 'Action', 'Bakya mo Neneng', 'ML'),
(16396, 'Action', 'Krysinyy ugol', 'ML'),
(16397, 'Action', 'Pucca Badmaash', 'ML'),
(16398, 'Action', 'Nordexpressen', 'ML'),
(16399, 'Action', 'Hum Nahin Jhukenge', 'ML'),
(16400, 'Action', 'Rise of Revelation', 'ML'),
(16401, 'Action', 'John Petticoats', 'ML'),
(16402, 'Action', 'The Best Pay Per View Matches of the Year 2009-2010', 'ML'),
(16403, 'Action', 'Rupan sansei: The Typing', 'ML'),
(16404, 'Action', 'Untamed Heiress', 'ML'),
(16405, 'Action', 'El guardian de la ley', 'ML'),
(16406, 'Action', 'Smiling Billy', 'ML'),
(16407, 'Action', 'Liero', 'ML'),
(16408, 'Action', 'Bum Fu: A Joint Venture', 'ML'),
(16409, 'Action', 'Montana Desperado', 'ML'),
(16410, 'Action', 'Beqabu', 'ML'),
(16411, 'Action', 'Bloody Vengeance 2', 'ML'),
(16412, 'Action', 'Yue ye sha xing', 'ML'),
(16413, 'Action', 'Prairie Justice', 'ML'),
(16414, 'Action', 'Mortal kong kaaway kaibigan kong tunay', 'ML'),
(16415, 'Action', 'Firsthand: Encounter', 'ML'),
(16416, 'Action', 'La venganza del viejito', 'ML'),
(16417, 'Action', 'The Spanish Cape Mystery', 'ML'),
(16418, 'Action', 'Chhupa Rustam', 'ML'),
(16419, 'Action', 'Cartel de la droga', 'ML'),
(16420, 'Action', 'Crashing Race', 'ML'),
(16421, 'Action', 'WWE Judgment Day', 'ML'),
(16422, 'Action', 'Alamat ni Leon Guerrero', 'ML'),
(16423, 'Action', 'Bad Movie Police Case #2: Chickboxer', 'ML'),
(16424, 'Action', 'God Saves the Babies', 'ML'),
(16425, 'Action', 'Ghulami', 'ML'),
(16426, 'Action', 'Sette baschi rossi', 'ML'),
(16427, 'Action', 'Gun Monkeys', 'ML'),
(16428, 'Action', 'Jiwookui chodaejang', 'ML'),
(16429, 'Action', 'The Purple Mask', 'ML'),
(16430, 'Action', 'Hijack 77', 'ML'),
(16431, 'Action', 'Rail Chase', 'ML'),
(16432, 'Action', 'Super Granny', 'ML'),
(16433, 'Action', 'Mr. Mean', 'ML'),
(16434, 'Action', 'Driver Ramudu', 'ML'),
(16435, 'Action', 'Dzhulbars', 'ML'),
(16436, 'Action', 'Untitled George Tillman/Robert Teitel Project', 'ML'),
(16437, 'Action', 'Doble cara', 'ML'),
(16438, 'Action', 'Shikaar', 'ML'),
(16439, 'Action', 'Muslim .357', 'ML'),
(16440, 'Action', 'Cazador de serpientes', 'ML'),
(16441, 'Action', 'Patriotic Danger', 'ML'),
(16442, 'Action', 'Texana cien X #3', 'ML'),
(16443, 'Action', 'Atomic Runner Chelnov: Tatakau Ningen Hatsudensho', 'ML'),
(16444, 'Action', 'Kamay ni Cain', 'ML'),
(16445, 'Action', 'Era cabron el muchacho', 'ML'),
(16446, 'Action', 'Gladiator Eroticvs: The Lesbian Warriors', 'ML'),
(16447, 'Action', 'Siva Rama Raju', 'ML'),
(16448, 'Action', 'Fear the Reaper', 'ML'),
(16449, 'Action', 'Talaash: The Hunt Begins...', 'ML'),
(16450, 'Action', 'El Zacatecas', 'ML'),
(16451, 'Action', 'Marine Drive', 'ML'),
(16452, 'Action', 'Fraude en el sexenio', 'ML'),
(16453, 'Action', 'Jailbreak 1958', 'ML'),
(16454, 'Action', 'Delta Farce', 'ML'),
(16455, 'Action', 'Ji yung sam bo', 'ML'),
(16456, 'Action', 'El perron de Jalisco', 'ML'),
(16457, 'Action', '2 Coelhos', 'ML'),
(16458, 'Action', 'Bounty Huntress: Undercover', 'ML'),
(16459, 'Action', 'Rush Boxer', 'ML'),
(16460, 'Action', 'Blue Ice', 'ML'),
(16461, 'Action', 'Apocalisse di un terremoto', 'ML'),
(16462, 'Action', 'Death Warrior', 'ML'),
(16463, 'Action', 'Delo dlya nastoyashchikh muzhchin', 'ML'),
(16464, 'Action', 'The Dark Lurking', 'ML'),
(16465, 'Action', 'Hepe: ...Isasabay kita sa paglubog ng araw', 'ML'),
(16466, 'Action', 'Final Doom', 'ML'),
(16467, 'Action', 'Ghetta Life', 'ML'),
(16468, 'Action', 'Bombazo en la colonia Roma', 'ML'),
(16469, 'Action', 'Qi shi feng yun', 'ML'),
(16470, 'Action', 'Inspector Aswini', 'ML'),
(16471, 'Action', 'Ass Master', 'ML'),
(16472, 'Action', 'Shan Dong da jie', 'ML'),
(16473, 'Action', 'Fighting Angels: The Series', 'ML'),
(16474, 'Action', 'WWF No Mercy', 'ML'),
(16475, 'Action', 'Blood Bond', 'ML'),
(16476, 'Action', 'Saboot Mangta Hain Kanoon', 'ML'),
(16477, 'Action', 'Yedi belalilar', 'ML'),
(16478, 'Action', 'La venganza del padre Rosendo', 'ML'),
(16479, 'Action', 'Planet X TV', 'ML'),
(16480, 'Action', 'Maten al cazador', 'ML'),
(16481, 'Action', 'Truckin Man', 'ML'),
(16482, 'Action', 'The Birthday Party: A Chad, Matt & Rob Interactive Adventure', 'ML'),
(16483, 'Action', 'Teenage Mutant Ninja Turtles 2: Battle Nexus', 'ML'),
(16484, 'Action', 'Kuan yue gui shao', 'ML'),
(16485, 'Action', 'Seven Guns to Mesa', 'ML'),
(16486, 'Action', 'A Strange Game', 'ML'),
(16487, 'Action', 'Court Jesters', 'ML'),
(16488, 'Action', 'Knights of the City', 'ML'),
(16489, 'Action', 'X-Men: Destiny', 'ML'),
(16490, 'Action', 'SB zatvara krug', 'ML'),
(16491, 'Action', 'Zakon Antarktidy', 'ML'),
(16492, 'Action', 'Stage Combat', 'ML'),
(16493, 'Action', 'Ben David: Broken Sky', 'ML'),
(16494, 'Action', 'Enough Rope', 'ML'),
(16495, 'Action', 'Bertong barako', 'ML'),
(16496, 'Action', 'Checkpoint Echo', 'ML'),
(16497, 'Action', 'Concrete Dove', 'ML'),
(16498, 'Action', 'The Impossible Kid', 'ML'),
(16499, 'Action', 'Apocalypse', 'ML'),
(16500, 'Action', 'Road Riot 4WD', 'ML'),
(16501, 'Action', 'WWE Bragging Rights', 'ML'),
(16502, 'Action', 'The Marines Are Here', 'ML'),
(16503, 'Action', 'Chicks with Sticks, Part 3', 'ML'),
(16504, 'Action', 'A Man Named Crispus', 'ML'),
(16505, 'Action', 'The Vindicator', 'ML'),
(16506, 'Action', 'Twin Daggers', 'ML'),
(16507, 'Action', 'Midnight Dawn', 'ML'),
(16508, 'Action', 'Hood Begins', 'ML'),
(16509, 'Action', 'Nijhum Rati Ra Saathi', 'ML'),
(16510, 'Action', 'Blue Sombrero', 'ML'),
(16511, 'Action', 'Thommanum Makkalum', 'ML'),
(16512, 'Action', 'Nagaram', 'ML'),
(16513, 'Action', 'Tarzan the Tiger', 'ML'),
(16514, 'Action', 'Duma pro kazaka Golotu', 'ML'),
(16515, 'Action', 'Bitirimler', 'ML'),
(16516, 'Action', 'Gold Bandits', 'ML'),
(16517, 'Action', 'Xena: Warrior Princess', 'ML'),
(16518, 'Action', 'Jane Bomb', 'ML'),
(16519, 'Action', 'Waqt Hamara Hai', 'ML'),
(16520, 'Action', 'Do Matwale', 'ML'),
(16521, 'Action', 'Angel Town', 'ML'),
(16522, 'Action', 'Burning Vengeance', 'ML'),
(16523, 'Action', 'Rupan sansei: Towairaito Jemini no himitsu', 'ML'),
(16524, 'Action', 'The Worlds Greatest Wrestling Managers', 'ML'),
(16525, 'Action', 'Slammed', 'ML'),
(16526, 'Action', 'La brigada de la muerte', 'ML'),
(16527, 'Action', 'Unkillable', 'ML'),
(16528, 'Action', 'Yip Man', 'ML'),
(16529, 'Action', 'Rhem', 'ML'),
(16530, 'Action', 'Noiva da Noite - o Desejo de 7 Homens', 'ML'),
(16531, 'Action', 'Guns to Gogo', 'ML'),
(16532, 'Action', 'Dang kou san lang', 'ML'),
(16533, 'Action', 'Benighted', 'ML'),
(16534, 'Action', 'Fei ying', 'ML'),
(16535, 'Action', 'Yi dan hong chun', 'ML'),
(16536, 'Action', 'Drone Wars', 'ML'),
(16537, 'Action', 'Magindanao', 'ML'),
(16538, 'Action', 'The John Cena Experience', 'ML'),
(16539, 'Action', 'Body Blow', 'ML'),
(16540, 'Action', 'Heukpyo bigaek', 'ML'),
(16541, 'Action', 'Air Collision', 'ML'),
(16542, 'Action', 'Biyakko no tetsu', 'ML'),
(16543, 'Action', 'Hercules in the Underworld', 'ML'),
(16544, 'Action', 'Rambo: First Blood Part II', 'ML'),
(16545, 'Action', 'El chavo banda', 'ML'),
(16546, 'Action', 'Hyeonsang buteun sanai', 'ML'),
(16547, 'Action', 'La derniere odyssee de la Jeanne', 'ML'),
(16548, 'Action', 'Zuijia Paidang', 'ML'),
(16549, 'Action', 'Galaga 88', 'ML'),
(16550, 'Action', 'Mi shi zhi zun', 'ML'),
(16551, 'Action', 'Major Matt Mason', 'ML'),
(16552, 'Action', 'Clash of the Champions IX: New York Knockout', 'ML'),
(16553, 'Action', 'El Valle Sangriento 2', 'ML'),
(16554, 'Action', 'Utomlyonnoye solntse', 'ML'),
(16555, 'Action', 'Jatre Specter', 'ML'),
(16556, 'Action', 'Silver Strand', 'ML'),
(16557, 'Action', 'Shola Aur Barood', 'ML'),
(16558, 'Action', 'Fantastika vs. Wonderwoman', 'ML'),
(16559, 'Action', 'Ukkabat', 'ML'),
(16560, 'Action', 'Kranti Kshetra', 'ML'),
(16561, 'Action', 'La tragedia del carretonero', 'ML'),
(16562, 'Action', 'Chrome SpecForce', 'ML'),
(16563, 'Action', 'Sea Battle', 'ML'),
(16564, 'Action', 'Timur i yego komanda', 'ML'),
(16565, 'Action', 'Intikam Benim', 'ML'),
(16566, 'Action', 'Anak ni palaris', 'ML'),
(16567, 'Action', 'C.I. Mahadevan 5 Adi 4 Inchu', 'ML'),
(16568, 'Action', 'Hridaynath', 'ML'),
(16569, 'Action', 'Swiadek koronny', 'ML'),
(16570, 'Action', 'Dokkan Shehata', 'ML'),
(16571, 'Action', 'Invisible: The Chronicles of Benjamin Knight', 'ML'),
(16572, 'Action', 'The King Child', 'ML'),
(16573, 'Action', 'Huang jia shi jie zhi: Zhong jian ren', 'ML'),
(16574, 'Action', 'Vacuna antidroga', 'ML'),
(16575, 'Action', 'Vidhyaarthi: The Power of Students', 'ML'),
(16576, 'Action', 'The Way It Went Down', 'ML'),
(16577, 'Action', 'Titanic II', 'ML'),
(16578, 'Action', 'Happy Now', 'ML'),
(16579, 'Action', 'Bloodlock', 'ML'),
(16580, 'Action', 'The Hunters Club', 'ML'),
(16581, 'Action', 'Command & Conquer 4: Tiberian Twilight', 'ML'),
(16582, 'Action', 'Ten Tall Men', 'ML'),
(16583, 'Action', 'The Ambushers', 'ML'),
(16584, 'Action', 'Baby Paterno', 'ML'),
(16585, 'Action', 'Lagna Pathrika', 'ML'),
(16586, 'Action', 'The Last Professional', 'ML'),
(16587, 'Action', 'Aussie Park Boyz', 'ML'),
(16588, 'Action', 'Quantum of Solace', 'ML'),
(16589, 'Action', 'The Destiny of Zorro', 'ML'),
(16590, 'Action', 'Bayolente', 'ML'),
(16591, 'Action', 'The Wrong Line', 'ML'),
(16592, 'Action', 'Sinatoro', 'ML'),
(16593, 'Action', 'Snake Charmer', 'ML'),
(16594, 'Action', 'Railfan', 'ML'),
(16595, 'Action', 'Agonas horis telos', 'ML'),
(16596, 'Action', 'Long yin hu xiao', 'ML'),
(16597, 'Action', 'Plastposen', 'ML'),
(16598, 'Action', 'Motocrossed', 'ML'),
(16599, 'Action', 'Gaayam', 'ML'),
(16600, 'Action', 'Gulf Storm', 'ML'),
(16601, 'Action', 'La blazer blindada', 'ML'),
(16602, 'Action', 'Shogun Cop', 'ML'),
(16603, 'Action', 'Raising Wolves', 'ML'),
(16604, 'Action', 'Monster Farm Jump', 'ML'),
(16605, 'Action', 'Get Bass', 'ML'),
(16606, 'Action', 'Afganets-2', 'ML'),
(16607, 'Action', 'Untitled Jason Bourne Sequel', 'ML'),
(16608, 'Action', 'Kamen no ninja Aka-Kage', 'ML'),
(16609, 'Action', 'Whaling and the Inherent Dangers Therein', 'ML'),
(16610, 'Action', 'Hell Raiders', 'ML'),
(16611, 'Action', 'WCW Mayhem', 'ML'),
(16612, 'Action', 'One Day in the Valleys', 'ML'),
(16613, 'Action', 'Stoovertpuram Police Station', 'ML'),
(16614, 'Action', 'Siyam na buhay ni Martin Pusa', 'ML'),
(16615, 'Action', '.hack//G.U. Trilogy', 'ML'),
(16616, 'Action', 'Suave es la noche', 'ML'),
(16617, 'Action', 'Aba Riot 2', 'ML'),
(16618, 'Action', 'Casino Reef', 'ML'),
(16619, 'Action', 'My Name Is Anthony Gonsalves', 'ML'),
(16620, 'Action', 'Proyecto Sexo', 'ML'),
(16621, 'Action', 'Re-Entry: Grey Zone', 'ML'),
(16622, 'Action', 'When a Man Sees Red', 'ML'),
(16623, 'Action', 'Myeongdong sanaiwa nampodong sanai', 'ML'),
(16624, 'Action', 'Tierra de criminales', 'ML'),
(16625, 'Action', 'Arashi ni tatsu', 'ML'),
(16626, 'Action', 'Ek Aur Jung', 'ML'),
(16627, 'Action', 'Army Men: World War - Land Sea Air', 'ML'),
(16628, 'Action', 'Yurangui geomho', 'ML'),
(16629, 'Action', 'Cuatro vendetta', 'ML'),
(16630, 'Action', 'Women of Wrestling Unleashed', 'ML'),
(16631, 'Action', 'Super Scope 6', 'ML'),
(16632, 'Action', 'Tiger Mission', 'ML'),
(16633, 'Action', 'Ixion', 'ML'),
(16634, 'Action', 'Hantingan', 'ML'),
(16635, 'Action', 'Paroled from the Big House', 'ML'),
(16636, 'Action', 'El Escritor: The Writer', 'ML'),
(16637, 'Action', 'Ahas sa Pugad ng Lawin', 'ML'),
(16638, 'Action', 'Kasangga mo ako sa huling laban', 'ML'),
(16639, 'Action', 'Shackled Bounty', 'ML'),
(16640, 'Action', 'Dav Pech', 'ML'),
(16641, 'Action', 'Amor xtremo', 'ML'),
(16642, 'Action', 'The Terror Beneath', 'ML'),
(16643, 'Action', 'Actiongirls.com Volume 4', 'ML'),
(16644, 'Action', 'Aliens Ate My Baby Sitter!', 'ML'),
(16645, 'Action', 'APO: Kingpin ng Maynila', 'ML'),
(16646, 'Action', 'Easy Money: The Movie', 'ML'),
(16647, 'Action', 'Cat and Mouse', 'ML'),
(16648, 'Action', 'Hot Action', 'ML'),
(16649, 'Action', 'Hatoba no taka', 'ML'),
(16650, 'Action', 'Sgt. Gabo Boga', 'ML'),
(16651, 'Action', 'Viaje aterrador', 'ML'),
(16652, 'Action', 'Lost Hero', 'ML'),
(16653, 'Action', 'Smokey Barrero', 'ML'),
(16654, 'Action', 'Cypress Inheritance', 'ML'),
(16655, 'Action', 'Angry Joe Bass', 'ML'),
(16656, 'Action', 'Gente violenta', 'ML'),
(16657, 'Action', 'Ivide Ingane', 'ML'),
(16658, 'Action', 'Mugguru Monagallu', 'ML'),
(16659, 'Action', 'A Break in the Clouds', 'ML'),
(16660, 'Action', 'Musaa: The Most Wanted', 'ML'),
(16661, 'Action', 'Loadstar: The Legend of Tully Bodine', 'ML'),
(16662, 'Action', 'Viva Santiago', 'ML'),
(16663, 'Action', 'Tinikling ou La madonne et le dragon', 'ML'),
(16664, 'Action', 'Alyas Boy Kano', 'ML'),
(16665, 'Action', 'The Canvas Kisser', 'ML'),
(16666, 'Action', 'The Longest Tour', 'ML'),
(16667, 'Action', 'Beyond the Grave', 'ML'),
(16668, 'Action', 'The Son of Dyango Meets Dorango Kid', 'ML'),
(16669, 'Action', 'Island of the Lost', 'ML'),
(16670, 'Action', 'The Big Cat', 'ML'),
(16671, 'Action', 'Josh Kirby... Time Warrior: Chapter 1, Planet of the Dino-Knights', 'ML'),
(16672, 'Action', 'Fort Courageous', 'ML'),
(16673, 'Action', 'Futurama: The Beast with a Billion Backs', 'ML'),
(16674, 'Action', 'La choca', 'ML'),
(16675, 'Action', 'Mukkanti', 'ML'),
(16676, 'Action', 'Jiang hou en chou', 'ML'),
(16677, 'Action', 'Tong gui yu jing', 'ML'),
(16678, 'Action', 'Zhong guo O ji zhi xie xing qing ren', 'ML'),
(16679, 'Action', 'Ruan gu zhen nai', 'ML'),
(16680, 'Action', 'Pembakaran Bio Hong Lian Sie', 'ML'),
(16681, 'Action', 'Lao shu la gui', 'ML'),
(16682, 'Action', 'Samurai Vampire Bikers from Hell', 'ML'),
(16683, 'Action', 'N+', 'ML'),
(16684, 'Action', 'Battle of the Sword', 'ML'),
(16685, 'Action', 'Sa bilis, walang kaparis', 'ML'),
(16686, 'Action', 'Attack Force Z', 'ML'),
(16687, 'Action', 'Cross Blades!', 'ML'),
(16688, 'Action', 'Pro Town: Greenville', 'ML'),
(16689, 'Action', 'Camera Dances: Volume 3', 'ML'),
(16690, 'Action', 'Sonic Riders', 'ML'),
(16691, 'Action', 'Tora mora katha heba chup chap', 'ML'),
(16692, 'Action', 'Code of the Secret Service', 'ML'),
(16693, 'Action', 'Unsure', 'ML'),
(16694, 'Action', 'Alyas Hunyango', 'ML'),
(16695, 'Action', 'Fall of Hyperion', 'ML'),
(16696, 'Action', 'WinBack', 'ML'),
(16697, 'Action', 'Anino ng araw', 'ML'),
(16698, 'Action', 'Act of War', 'ML'),
(16699, 'Action', 'Mga batikan', 'ML'),
(16700, 'Action', '5 cewek jagoan', 'ML'),
(16701, 'Action', 'L.A. Crackdown', 'ML'),
(16702, 'Action', 'Cryo', 'ML'),
(16703, 'Action', 'Hijacked: Flight 285', 'ML'),
(16704, 'Action', 'Darius Force', 'ML'),
(16705, 'Action', 'Melvin Purvis G-MAN', 'ML'),
(16706, 'Action', 'Gaucho Serenade', 'ML'),
(16707, 'Action', 'Lean on Me', 'ML'),
(16708, 'Action', 'Department', 'ML'),
(16709, 'Action', 'Heerabai', 'ML'),
(16710, 'Action', 'Sasquatch Hunters', 'ML'),
(16711, 'Action', 'Max Steel vs The Toxic Legion', 'ML'),
(16712, 'Action', 'The Great Texas Dynamite Chase', 'ML'),
(16713, 'Action', 'I Understand You', 'ML'),
(16714, 'Action', 'The Lady in the Morgue', 'ML'),
(16715, 'Action', 'Star Wars: The Clone Wars - Republic Heroes', 'ML'),
(16716, 'Action', 'Red Steel', 'ML'),
(16717, 'Action', 'Tres kantos', 'ML'),
(16718, 'Action', 'Sa dulo ng kris', 'ML'),
(16719, 'Action', 'Endwar', 'ML'),
(16720, 'Action', 'Duelo de cabrones', 'ML'),
(16721, 'Action', 'Speed Racer', 'ML'),
(16722, 'Action', 'Blood Angel', 'ML'),
(16723, 'Action', 'Thai Theep', 'ML'),
(16724, 'Action', 'Rail Kings', 'ML'),
(16725, 'Action', 'Jiang hu han zi', 'ML'),
(16726, 'Action', 'Zana', 'ML'),
(16727, 'Action', 'Robotech: Battlecry', 'ML'),
(16728, 'Action', 'Evil Islands: Curse of the Lost Soul', 'ML'),
(16729, 'Action', 'Space Stranger', 'ML'),
(16730, 'Action', 'Heroine Helen', 'ML'),
(16731, 'Action', 'One Last Smile', 'ML'),
(16732, 'Action', 'Hotties II: The Hot, the Bad, and the Ugly', 'ML'),
(16733, 'Action', 'Stardust 2', 'ML'),
(16734, 'Action', 'Ostinato', 'ML'),
(16735, 'Action', 'La guerra santa', 'ML'),
(16736, 'Action', 'Meikyuu Hunter G', 'ML'),
(16737, 'Action', 'Palm Harbor Vice 2: Brotherhood of the Monkey', 'ML'),
(16738, 'Action', 'Indiana Jack', 'ML'),
(16739, 'Action', 'Monster Job Hunter', 'ML'),
(16740, 'Action', 'Insaniyat Ke Dushman', 'ML'),
(16741, 'Action', 'Enteng Kabisote 3: Okay ka fairy ko... The legend goes on and on and on', 'ML'),
(16742, 'Action', 'Teugmyeong minyeogundan', 'ML'),
(16743, 'Action', 'Hei se xing qi wu', 'ML'),
(16744, 'Action', 'Vuelven los pistoleros famosos III', 'ML'),
(16745, 'Action', 'Sniper - Oruzhie vozmezdija', 'ML'),
(16746, 'Action', 'Chaos Field Expanded', 'ML'),
(16747, 'Action', 'The Living Dark', 'ML'),
(16748, 'Action', 'Best Men', 'ML'),
(16749, 'Action', 'La Redd Driven', 'ML'),
(16750, 'Action', 'FB: Fighting Beat', 'ML'),
(16751, 'Action', 'What If He Was Already Like That...?', 'ML'),
(16752, 'Action', 'Tokyo 1960', 'ML'),
(16753, 'Action', 'Green Street Hooligans: Underground', 'ML'),
(16754, 'Action', 'Mekurano Oichi inochi moraimasu', 'ML'),
(16755, 'Action', 'The Operative', 'ML'),
(16756, 'Action', 'Gallos y caballos', 'ML'),
(16757, 'Action', 'Omega Race', 'ML'),
(16758, 'Action', '6 jahanam', 'ML'),
(16759, 'Action', 'The Broken Sword', 'ML'),
(16760, 'Action', 'Jin xuan feng', 'ML'),
(16761, 'Action', 'The Erotic Samurai', 'ML'),
(16762, 'Action', 'Darna! Ang pagbabalik', 'ML'),
(16763, 'Action', 'Shi er sheng nan', 'ML'),
(16764, 'Action', 'Mummies Alive! The Legend Begins', 'ML'),
(16765, 'Action', 'Cork', 'ML'),
(16766, 'Action', 'Katana', 'ML'),
(16767, 'Action', 'Dao wang jian wang', 'ML'),
(16768, 'Action', 'Dolai 2', 'ML'),
(16769, 'Action', 'Capcom vs SNK 2: Millionaire Fighting 2001', 'ML'),
(16770, 'Action', 'Dark Street', 'ML'),
(16771, 'Action', 'Ignition', 'ML'),
(16772, 'Action', 'El gato negro', 'ML'),
(16773, 'Action', 'Prison-A-Go-Go!', 'ML'),
(16774, 'Action', 'Masamang damo', 'ML'),
(16775, 'Action', 'Gentlemens Club', 'ML'),
(16776, 'Action', 'Las 4 narcas 2', 'ML'),
(16777, 'Action', 'Kill Me Good', 'ML'),
(16778, 'Action', 'Worlds Worst Drivers', 'ML'),
(16779, 'Action', 'Finalizer: Super Transformation', 'ML'),
(16780, 'Action', 'In the Hood', 'ML'),
(16781, 'Action', 'The Delos Adventure', 'ML'),
(16782, 'Action', 'Osiris', 'ML'),
(16783, 'Action', 'Fake Angel', 'ML'),
(16784, 'Action', 'The Combatribes', 'ML'),
(16785, 'Action', 'Les vampires: Les yeux qui fascinent', 'ML'),
(16786, 'Action', 'Lara Croft Tomb Raider: The Action Adventure', 'ML'),
(16787, 'Action', 'Ikaw... ako laban sa mundo!', 'ML'),
(16788, 'Action', 'Goejja manse', 'ML'),
(16789, 'Action', 'SF: Episode One', 'ML'),
(16790, 'Action', 'The Marksman', 'ML'),
(16791, 'Action', 'Demography', 'ML'),
(16792, 'Action', 'Mu Sa Do', 'ML'),
(16793, 'Action', 'Robo Force: The Revenge of Nazgar', 'ML'),
(16794, 'Action', 'Chrome Angels', 'ML'),
(16795, 'Action', 'Hostile Intent', 'ML'),
(16796, 'Action', 'Coxman: The Web Series', 'ML'),
(16797, 'Action', 'H2O Extreme', 'ML'),
(16798, 'Action', 'Samar Salim Saimon', 'ML'),
(16799, 'Action', 'F-15 Strike Eagle', 'ML'),
(16800, 'Action', 'Das Halstuch', 'ML'),
(16801, 'Action', 'The Mechanical Grave', 'ML'),
(16802, 'Action', 'Need for Speed: Underground 2', 'ML'),
(16803, 'Action', 'Urban Savages', 'ML'),
(16804, 'Action', 'Kinetica', 'ML'),
(16805, 'Action', 'Where Is It?', 'ML'),
(16806, 'Action', 'Batang matadero', 'ML'),
(16807, 'Action', 'Big Blast: Gets Merry', 'ML'),
(16808, 'Action', 'Shaolin Temple', 'ML'),
(16809, 'Action', 'Boeung Kak', 'ML'),
(16810, 'Action', 'Project Earth: Starmageddon', 'ML'),
(16811, 'Action', 'Ballad of Broken Angels: Harmony', 'ML'),
(16812, 'Action', 'Tail Gunner', 'ML'),
(16813, 'Action', 'Spy Hunter II', 'ML'),
(16814, 'Action', 'Donggyeongui wonseon jabi', 'ML'),
(16815, 'Action', '3_9_0', 'ML'),
(16816, 'Action', 'A Brooklyn State of Mind', 'ML'),
(16817, 'Action', 'Violencia nocturna', 'ML'),
(16818, 'Action', 'Nasty Hero', 'ML'),
(16819, 'Action', 'Casi el infierno', 'ML'),
(16820, 'Action', 'Goblin Commander: Unleash the Horde', 'ML'),
(16821, 'Action', 'Fire One!', 'ML'),
(16822, 'Action', 'Gajadonga', 'ML'),
(16823, 'Action', 'Dragonfire', 'ML'),
(16824, 'Action', 'Madmen', 'ML'),
(16825, 'Action', 'Novela Novela', 'ML'),
(16826, 'Action', 'Paalam sa kahapon', 'ML'),
(16827, 'Action', 'Kon dib lhek nam pee', 'ML'),
(16828, 'Action', 'As Mortes de Lucana', 'ML'),
(16829, 'Action', 'Weekend War', 'ML'),
(16830, 'Action', 'Fruit Ninja: Kinect', 'ML'),
(16831, 'Action', 'Grapple and Chop', 'ML'),
(16832, 'Action', 'Dead Exit', 'ML'),
(16833, 'Action', 'Doublecrossed', 'ML'),
(16834, 'Action', 'Mean Dog Blues', 'ML'),
(16835, 'Action', 'Bimbari hai sukuru', 'ML'),
(16836, 'Action', 'O theios mou, o ninja no 2', 'ML'),
(16837, 'Action', 'Someone to Die For', 'ML'),
(16838, 'Action', 'Wei qing zhui zong', 'ML'),
(16839, 'Action', 'Project Eliminator', 'ML'),
(16840, 'Action', 'Blood and Honor', 'ML'),
(16841, 'Action', 'Ling Long Yu shao jian Ling Long', 'ML'),
(16842, 'Action', 'Tekki', 'ML'),
(16843, 'Action', 'Dasso yugi', 'ML'),
(16844, 'Action', 'O Salonikios', 'ML'),
(16845, 'Action', 'Magnicidio. Complot en Lomas Taurinas', 'ML'),
(16846, 'Action', 'Nunmuljeojeun sandbag', 'ML'),
(16847, 'Action', 'Super Bowl Parking Lot', 'ML'),
(16848, 'Action', 'The Lennon Conspiracy', 'ML'),
(16849, 'Action', 'Friday Killer', 'ML'),
(16850, 'Action', 'Dildaar', 'ML'),
(16851, 'Action', '40 Winks', 'ML'),
(16852, 'Action', 'La venganza del quemado', 'ML'),
(16853, 'Action', 'Simpaticul domn R', 'ML'),
(16854, 'Action', 'I predoni della steppa', 'ML'),
(16855, 'Action', 'Madcow', 'ML'),
(16856, 'Action', 'Nan Shao Lin yu bei Shao Lin', 'ML'),
(16857, 'Action', 'Le complot', 'ML'),
(16858, 'Action', 'En las garras de la mafia', 'ML'),
(16859, 'Action', 'Striptease Baby Dolls from Cleveland Meet the Unkillables', 'ML'),
(16860, 'Action', 'POed', 'ML'),
(16861, 'Action', 'Hacktion', 'ML'),
(16862, 'Action', 'Feng liu tie han', 'ML'),
(16863, 'Action', 'Mario Kart DS', 'ML'),
(16864, 'Action', 'Kill Slade', 'ML'),
(16865, 'Action', 'Nature Unleashed: Earthquake', 'ML'),
(16866, 'Action', 'A Fighting Heart', 'ML'),
(16867, 'Action', 'Cross the Line', 'ML'),
(16868, 'Action', 'Westbound', 'ML'),
(16869, 'Action', 'Super Bug', 'ML'),
(16870, 'Action', 'Mugging', 'ML'),
(16871, 'Action', 'The Black Rose', 'ML'),
(16872, 'Action', 'Hong quan xiao zi', 'ML'),
(16873, 'Action', 'I predatori di Atlantide', 'ML'),
(16874, 'Action', 'The Big Trees', 'ML'),
(16875, 'Action', 'Jin doi hou haap cyun', 'ML'),
(16876, 'Action', 'Soy el jefe de jefes', 'ML'),
(16877, 'Action', 'Shwisaseuleul geunheola', 'ML'),
(16878, 'Action', 'Ground Truth', 'ML'),
(16879, 'Action', '3 dev adam', 'ML'),
(16880, 'Action', 'Bada Dosth', 'ML'),
(16881, 'Action', 'Les longs manteaux', 'ML'),
(16882, 'Action', 'Mars na Drinu', 'ML'),
(16883, 'Action', 'Redemption Ave.', 'ML'),
(16884, 'Action', 'Silver Range', 'ML'),
(16885, 'Action', 'Jerry Marasigan WPD', 'ML'),
(16886, 'Action', 'Hayup sa sex appeal', 'ML'),
(16887, 'Action', 'WWE All Stars', 'ML'),
(16888, 'Action', 'The Making of Backdraft', 'ML'),
(16889, 'Action', 'Shpionskie igri: Okhota na chernogo volka', 'ML'),
(16890, 'Action', 'Seven Miles from Alcatraz', 'ML'),
(16891, 'Action', 'Il quinto giorno', 'ML'),
(16892, 'Action', 'Hot Chase', 'ML'),
(16893, 'Action', 'Tweekly News', 'ML'),
(16894, 'Action', 'A Fight for Millions', 'ML'),
(16895, 'Action', 'The Byrne Subversive', 'ML'),
(16896, 'Action', 'Isabelo delos Reyes: Alyas Waway', 'ML'),
(16897, 'Action', 'The Kane Files: Life of Trial', 'ML'),
(16898, 'Action', 'Osaka daebu', 'ML'),
(16899, 'Action', 'Gamooneui Yeonggwang 4: Gamooneui Soonan', 'ML'),
(16900, 'Action', 'Dissidia 012', 'ML'),
(16901, 'Action', 'Street Sweepers', 'ML'),
(16902, 'Action', 'Atsukos Legend', 'ML'),
(16903, 'Action', 'B-1 Nuclear Bomber', 'ML'),
(16904, 'Action', 'Sai wai duo bao', 'ML'),
(16905, 'Action', 'Sta dihtya tis arahnis', 'ML'),
(16906, 'Action', 'Shingo juban shobu dai sanbu ai ni iki-ken ni ikiru seishun', 'ML'),
(16907, 'Action', 'Afilli delikanli', 'ML'),
(16908, 'Action', 'Nagbabagang lupa, nagbabagang araw', 'ML'),
(16909, 'Action', '1PW: First Anniversary', 'ML'),
(16910, 'Action', 'Maryada Ramanna', 'ML'),
(16911, 'Action', 'Mondighatam', 'ML'),
(16912, 'Action', 'Sin', 'ML'),
(16913, 'Action', 'Encuentro sangriento', 'ML'),
(16914, 'Action', 'Prince of Persia: The Sands of Time', 'ML'),
(16915, 'Action', 'White Tiger Yellow Tiger', 'ML'),
(16916, 'Action', 'Cheolmyeongaek', 'ML'),
(16917, 'Action', 'Vostochnyy koridor, ili reket po...', 'ML'),
(16918, 'Action', 'Deep Cover: Thicker Than Blood', 'ML'),
(16919, 'Action', 'The Miracle Rider', 'ML'),
(16920, 'Action', 'Metaltech: Earthsiege', 'ML'),
(16921, 'Action', 'Siyama', 'ML'),
(16922, 'Action', 'Leicester Square', 'ML'),
(16923, 'Action', 'Kaptein Caprivi', 'ML'),
(16924, 'Action', 'Apple Simple', 'ML'),
(16925, 'Action', 'Into Pitch Black', 'ML'),
(16926, 'Action', 'Boy de sabog', 'ML'),
(16927, 'Action', 'Cartier', 'ML'),
(16928, 'Action', 'Hunters Gold', 'ML'),
(16929, 'Action', 'Kabayo Kids', 'ML'),
(16930, 'Action', 'Bamimation', 'ML'),
(16931, 'Action', 'Deadly Vengeance', 'ML'),
(16932, 'Action', 'Ren zhe da jue dou', 'ML'),
(16933, 'Action', 'I triti epafi sto sex', 'ML'),
(16934, 'Action', 'Lazer Command', 'ML'),
(16935, 'Action', 'Die Bergwacht', 'ML'),
(16936, 'Action', '99 River Street', 'ML'),
(16937, 'Action', 'Clash of the Champions XXXI', 'ML'),
(16938, 'Action', 'Soldier of Fortune II: Double Helix', 'ML'),
(16939, 'Action', 'Buhawi', 'ML'),
(16940, 'Action', 'Tic', 'ML'),
(16941, 'Action', 'Never Back Down 2: The Beatdown', 'ML'),
(16942, 'Action', 'Juego de verano', 'ML'),
(16943, 'Action', 'Fra Alaska til Kenya', 'ML'),
(16944, 'Action', 'The Wildcat of Tucson', 'ML'),
(16945, 'Action', 'Rob Van Dam: One of a Kind', 'ML'),
(16946, 'Action', 'Metal Warriors', 'ML'),
(16947, 'Action', 'In the Line of Duty: Hunt for Justice', 'ML'),
(16948, 'Action', 'Kureyon Shin-chan ankoku tamatama daitsuiseki', 'ML'),
(16949, 'Action', 'Gung foo wong dai', 'ML'),
(16950, 'Action', 'Biao jie, ni hao ye! xu ji', 'ML'),
(16951, 'Action', 'Rambo: Last Stand', 'ML'),
(16952, 'Action', 'The Making of Speed 2: Cruise Control', 'ML'),
(16953, 'Action', 'Downtown Rumble', 'ML'),
(16954, 'Action', 'Dracula 2: The Last Sanctuary', 'ML'),
(16955, 'Action', 'The Game House', 'ML'),
(16956, 'Action', 'Bhai Bhai', 'ML'),
(16957, 'Action', 'Super R-Type', 'ML'),
(16958, 'Action', 'Buhay kamao', 'ML'),
(16959, 'Action', 'Sonic Wings 2', 'ML'),
(16960, 'Action', '7 26', 'ML'),
(16961, 'Action', 'Sauro', 'ML'),
(16962, 'Action', 'WWE 13', 'ML'),
(16963, 'Action', 'Soul Assassin', 'ML'),
(16964, 'Action', 'Chung kam juk', 'ML'),
(16965, 'Action', 'Shpionskie igry: Bez prikritiya', 'ML'),
(16966, 'Action', 'Reign of Fire', 'ML'),
(16967, 'Action', 'Hard Times in the Bokken Brotherhood', 'ML'),
(16968, 'Action', 'Panzer Dragoon', 'ML'),
(16969, 'Action', 'Cartagena', 'ML'),
(16970, 'Action', 'Panther Girl of the Kongo', 'ML'),
(16971, 'Action', 'Abar, the First Black Superman', 'ML'),
(16972, 'Action', 'Lovers Lookout', 'ML'),
(16973, 'Action', 'Drug Along', 'ML'),
(16974, 'Action', 'Tom Clancys Ruthless.com', 'ML'),
(16975, 'Action', 'Paradise Express', 'ML'),
(16976, 'Action', 'Task Force 2001', 'ML'),
(16977, 'Action', 'Crazy Dan', 'ML'),
(16978, 'Action', 'Samurai Cop', 'ML'),
(16979, 'Action', 'Jung wa ying hong', 'ML'),
(16980, 'Action', 'Zhong Guo du wang', 'ML'),
(16981, 'Action', 'Lluvia de plomo', 'ML'),
(16982, 'Action', 'Rafi Baby', 'ML'),
(16983, 'Action', 'Jue zhao', 'ML'),
(16984, 'Action', 'Alket moot', 'ML'),
(16985, 'Action', 'Im Flash!', 'ML'),
(16986, 'Action', 'Wendy Wu: Homecoming Warrior', 'ML'),
(16987, 'Action', 'Spyro: A Heros Tail', 'ML'),
(16988, 'Action', 'The Gorilla Hunt', 'ML'),
(16989, 'Action', 'Eiji', 'ML'),
(16990, 'Action', 'The One Man Dog', 'ML'),
(16991, 'Action', 'Kamandag ko ang papatay sa iyo', 'ML'),
(16992, 'Action', 'Pals in Blue', 'ML'),
(16993, 'Action', 'Mighty Rock', 'ML'),
(16994, 'Action', 'Jersey Devil', 'ML'),
(16995, 'Action', 'Acropolis Rally: The Rally of Gods', 'ML'),
(16996, 'Action', 'Ganga Manga', 'ML'),
(16997, 'Action', 'The Good Iranian', 'ML'),
(16998, 'Action', 'Durugin ng bala si Peter Torres', 'ML'),
(16999, 'Action', 'I gynaika tis protis selidas', 'ML'),
(17000, 'Action', 'Alpha Female', 'ML'),
(17001, 'Action', 'Jumping Flash! 2', 'ML'),
(17002, 'Action', 'Pizza and Bullets', 'ML'),
(17003, 'Action', 'The Man from U.N.C.L.E.', 'ML'),
(17004, 'Action', 'Cheshm-e sheytan', 'ML'),
(17005, 'Action', 'Tomb Raider Ascension', 'ML'),
(17006, 'Action', 'Extreme Ejections', 'ML'),
(17007, 'Action', 'Alike in Dignity: A Super Love Story', 'ML'),
(17008, 'Action', 'Super Street Fighter II X: Revival', 'ML'),
(17009, 'Action', 'Fo Zhang huang di', 'ML'),
(17010, 'Action', 'Ultimate Mortal Kombat 3', 'ML'),
(17011, 'Action', 'Star Trek: Nemesis', 'ML'),
(17012, 'Action', 'Ze sha ze', 'ML'),
(17013, 'Action', 'Ba bu zhui hun', 'ML'),
(17014, 'Action', 'Northern Abductions', 'ML'),
(17015, 'Action', 'Pandilla de criminales', 'ML'),
(17016, 'Action', 'Jian qi shen long', 'ML'),
(17017, 'Action', 'Lives of the Artists II: Follow Me Down', 'ML'),
(17018, 'Action', 'Wild East', 'ML'),
(17019, 'Action', 'Interpol: Hadlang sa manlulupig', 'ML'),
(17020, 'Action', 'Stepping on the Gas', 'ML'),
(17021, 'Action', 'Totoy Golem', 'ML'),
(17022, 'Action', 'Mamu', 'ML'),
(17023, 'Action', 'Master Chu and the Drunkard Hu', 'ML'),
(17024, 'Action', 'The Trail of the Octopus', 'ML'),
(17025, 'Action', 'Whoopa-chow!', 'ML'),
(17026, 'Action', 'Missing in Action', 'ML'),
(17027, 'Action', 'Gorky Zero: Beyond Honor', 'ML'),
(17028, 'Action', 'Fighting Force 2', 'ML'),
(17029, 'Action', 'Violencia sin tregua', 'ML'),
(17030, 'Action', 'Kensei Araki Mataemon', 'ML'),
(17031, 'Action', 'Duplicando', 'ML'),
(17032, 'Action', 'Fiffty Fiffty', 'ML'),
(17033, 'Action', 'Sugat sa puri', 'ML'),
(17034, 'Action', 'Mafia', 'ML'),
(17035, 'Action', 'Shigotonin VS shigotonin', 'ML'),
(17036, 'Action', 'Bring Me the Head of Charlie Brown', 'ML'),
(17037, 'Action', 'Bertong Ipu-Ipo', 'ML'),
(17038, 'Action', 'Held der Gladiatoren', 'ML'),
(17039, 'Action', 'Super Zero', 'ML'),
(17040, 'Action', 'Aflatoon', 'ML'),
(17041, 'Action', 'The Long Island Project', 'ML'),
(17042, 'Action', 'La ciudad del crimen', 'ML'),
(17043, 'Action', 'Con Game', 'ML'),
(17044, 'Action', 'The Final Hunt', 'ML'),
(17045, 'Action', 'Spade: The Last Assignment', 'ML'),
(17046, 'Action', 'School Night', 'ML'),
(17047, 'Action', 'Nasamajh', 'ML'),
(17048, 'Action', 'History on Jesus', 'ML'),
(17049, 'Action', 'Superpants', 'ML'),
(17050, 'Action', 'Shastra', 'ML'),
(17051, 'Action', 'MediEvil: Resurrection', 'ML'),
(17052, 'Action', 'Yo soy el desconocido', 'ML'),
(17053, 'Action', 'Urutoraman', 'ML'),
(17054, 'Action', 'Rencilla mortal', 'ML'),
(17055, 'Action', 'Hi Jack', 'ML'),
(17056, 'Action', 'Mariposa negra', 'ML'),
(17057, 'Action', 'Jeanne', 'ML'),
(17058, 'Action', 'Fatal Conflict', 'ML'),
(17059, 'Action', 'Wagons West', 'ML'),
(17060, 'Action', 'Desert Thunder', 'ML'),
(17061, 'Action', 'Thuruppu Gulan', 'ML'),
(17062, 'Action', 'Detour to Terror', 'ML'),
(17063, 'Action', 'River City Rumble', 'ML'),
(17064, 'Action', 'Crime and Bollywood', 'ML'),
(17065, 'Action', 'Hen dui hen', 'ML'),
(17066, 'Action', 'The Shielding Shadow', 'ML'),
(17067, 'Action', 'El intocable', 'ML'),
(17068, 'Action', 'Ilaaka', 'ML'),
(17069, 'Action', 'Gonin 2', 'ML'),
(17070, 'Action', 'Relentless 3D', 'ML'),
(17071, 'Action', 'Hong fen bing tuan', 'ML'),
(17072, 'Action', 'Captain America', 'ML'),
(17073, 'Action', 'The Killing Hand', 'ML'),
(17074, 'Action', 'Card', 'ML'),
(17075, 'Action', 'Xi xue shen bian', 'ML'),
(17076, 'Action', 'Eternal Champions', 'ML'),
(17077, 'Action', 'Battle at Beaver Creek', 'ML'),
(17078, 'Action', 'Secret Agent Man', 'ML'),
(17079, 'Action', 'Travelator', 'ML'),
(17080, 'Action', 'Ace of Action', 'ML'),
(17081, 'Action', 'Kamikaze', 'ML'),
(17082, 'Action', 'Love Is Vengeance', 'ML'),
(17083, 'Action', 'The Postman', 'ML'),
(17084, 'Action', 'Cuatro condenados', 'ML'),
(17085, 'Action', 'Kahit singko ay di ko babayaran ang buhay mo', 'ML'),
(17086, 'Action', 'Apaatkaal', 'ML'),
(17087, 'Action', 'Ricky Steamboat: The Life Story of the Dragon', 'ML'),
(17088, 'Action', 'Joan of Ozark', 'ML'),
(17089, 'Action', 'Saivar Thirumeni', 'ML'),
(17090, 'Action', 'Tatlo sa tatlo', 'ML'),
(17091, 'Action', 'Sub Zero', 'ML'),
(17092, 'Action', 'Graveyard', 'ML'),
(17093, 'Action', 'Barrio 13 al desnudo', 'ML'),
(17094, 'Action', 'Donkey Kong Land III', 'ML'),
(17095, 'Action', 'Empire of Assassins', 'ML'),
(17096, 'Action', 'Jesus: He Lived Among Us', 'ML'),
(17097, 'Action', 'Warlords of Hell', 'ML'),
(17098, 'Action', 'Diao man nu xia xia ji', 'ML'),
(17099, 'Action', 'Yu luo cha', 'ML'),
(17100, 'Action', 'Mambattiyan', 'ML'),
(17101, 'Action', 'Mike Nollins 2', 'ML'),
(17102, 'Action', 'Aakhri Goli', 'ML'),
(17103, 'Action', 'ShootMania', 'ML'),
(17104, 'Action', 'Gwangsigog', 'ML'),
(17105, 'Action', 'Steel Spirit', 'ML'),
(17106, 'Action', 'The Valley of Hunted Men', 'ML'),
(17107, 'Action', 'Secuestro en Guerrero', 'ML'),
(17108, 'Action', 'Magician Lord', 'ML'),
(17109, 'Action', 'Idaero jukeul su eobta', 'ML'),
(17110, 'Action', 'Strike Commando', 'ML'),
(17111, 'Action', 'Dragon Ball Z: Budokai 2', 'ML'),
(17112, 'Action', 'Ninja Extreme Weapons', 'ML'),
(17113, 'Action', 'Forced to Fight', 'ML'),
(17114, 'Action', 'Hour of the Gun', 'ML'),
(17115, 'Action', 'The Frontier Boys', 'ML'),
(17116, 'Action', 'Bos Is Back', 'ML'),
(17117, 'Action', '.38 Ambush Alley', 'ML'),
(17118, 'Action', 'KGB v smokinge', 'ML'),
(17119, 'Action', 'Haq', 'ML'),
(17120, 'Action', 'Dorothy and the Witches of Oz', 'ML'),
(17121, 'Action', 'El idiota de mi vecino', 'ML'),
(17122, 'Action', 'On the Count of 3', 'ML'),
(17123, 'Action', 'Dead or Alive 1 Ultimate', 'ML'),
(17124, 'Action', 'Da sha si fang', 'ML'),
(17125, 'Action', 'On our Jack Jones: The Battle for Recognition', 'ML'),
(17126, 'Action', 'Rab Dian Rakhan', 'ML'),
(17127, 'Action', 'The Leaves', 'ML'),
(17128, 'Action', 'TopX', 'ML'),
(17129, 'Action', 'Oficerowie', 'ML'),
(17130, 'Action', 'Ukrotitelnitsa tigrov', 'ML'),
(17131, 'Action', 'The Bourne Supremacy', 'ML'),
(17132, 'Action', 'Defector', 'ML'),
(17133, 'Action', 'Out Cold', 'ML'),
(17134, 'Action', 'Bound in Morocco', 'ML'),
(17135, 'Action', 'Kapitan Paile: Hindi kita iiwanang buhay', 'ML'),
(17136, 'Action', 'Veronicas Fight Master', 'ML'),
(17137, 'Action', 'Farishtay', 'ML'),
(17138, 'Action', 'Bullet for Your Music', 'ML'),
(17139, 'Action', 'Bioman', 'ML'),
(17140, 'Action', 'Bulilit Al Capone', 'ML'),
(17141, 'Action', 'Rock & Roll Wrestling: Music Television V', 'ML'),
(17142, 'Action', 'WWE WrestleMania: The Complete Anthology, Vol. 3', 'ML'),
(17143, 'Action', 'Amazon Quest', 'ML'),
(17144, 'Action', 'Die hai jiao long', 'ML'),
(17145, 'Action', 'Gunnm', 'ML'),
(17146, 'Action', 'S.W.A.T. 4', 'ML'),
(17147, 'Action', 'Heaven Is Hell', 'ML'),
(17148, 'Action', 'La frontera en llamas', 'ML'),
(17149, 'Action', 'Gangsterzy i filantropi', 'ML'),
(17150, 'Action', 'Shorty Goes to College', 'ML'),
(17151, 'Action', 'La gripa colombiana', 'ML'),
(17152, 'Action', 'La pandilla infernal', 'ML'),
(17153, 'Action', 'All My Crazy Friends: The Movie', 'ML'),
(17154, 'Action', 'King of the Pack', 'ML'),
(17155, 'Action', 'Otoko no okite', 'ML'),
(17156, 'Action', 'Actiongirls.com Volume 1', 'ML'),
(17157, 'Action', 'Biker Boyz', 'ML'),
(17158, 'Action', 'The Stranger from Arizona', 'ML'),
(17159, 'Action', 'Kuroi tsume', 'ML'),
(17160, 'Action', 'Pirates of the Caribbean 5', 'ML'),
(17161, 'Action', 'Perv: The Cat', 'ML'),
(17162, 'Action', 'ECW November to Remember 95', 'ML'),
(17163, 'Action', 'Space Armada', 'ML'),
(17164, 'Action', 'Da Heist', 'ML'),
(17165, 'Action', 'Hagedorn', 'ML'),
(17167, 'Action', 'La fuga del Chapo', 'ML'),
(17168, 'Action', 'Carreras parejeras', 'ML'),
(17169, 'Action', 'Ang babaeng Isputnik', 'ML'),
(17170, 'Action', 'Humanda ka... Ikaw ang susunod', 'ML'),
(17171, 'Action', 'Savage Skies', 'ML'),
(17172, 'Action', 'The Knockout Parade', 'ML'),
(17173, 'Action', 'X-Men: The Last Stand', 'ML'),
(17174, 'Action', 'Qiang xia liu ren', 'ML'),
(17175, 'Action', 'San dung whang yan', 'ML'),
(17176, 'Action', 'Ba wong fa', 'ML'),
(17177, 'Action', 'Marshal of Gunsmoke', 'ML'),
(17178, 'Action', 'Kamui gaiden', 'ML'),
(17179, 'Action', 'Mushuku mono', 'ML'),
(17180, 'Action', 'Shaadi', 'ML'),
(17181, 'Action', 'Tres retenes', 'ML'),
(17182, 'Action', 'The Thrill Chaser', 'ML'),
(17183, 'Action', 'Terrible Things', 'ML'),
(17184, 'Action', 'Caf-fiend', 'ML'),
(17185, 'Action', 'Triple Hunt', 'ML'),
(17186, 'Action', 'Rolling Crash', 'ML'),
(17187, 'Action', 'Snow White and the Huntsman 2', 'ML'),
(17188, 'Action', 'The Underground Bounty Hunter', 'ML'),
(17189, 'Action', '15', 'ML'),
(17190, 'Action', 'The Librarian: Return to King Solomons Mines', 'ML'),
(17191, 'Action', 'Kung Fu Graffiti', 'ML'),
(17192, 'Action', 'Nain Preeto De', 'ML'),
(17193, 'Action', 'Sunnyside', 'ML'),
(17194, 'Action', 'Angel of H.E.A.T.', 'ML'),
(17195, 'Action', 'Hustler Squad', 'ML'),
(17196, 'Action', 'Legacy of the Masque', 'ML'),
(17197, 'Action', 'Comando de mafiosos', 'ML'),
(17198, 'Action', 'Johnny Wong: Volume One', 'ML'),
(17199, 'Action', 'Allegro s ognyom', 'ML'),
(17200, 'Action', 'Wheres Waldo: The Second Coming', 'ML'),
(17201, 'Action', 'Eight Bells', 'ML'),
(17202, 'Action', 'Longstreet', 'ML'),
(17203, 'Action', 'Steel Beasts', 'ML'),
(17204, 'Action', 'Chuang jiang', 'ML'),
(17205, 'Action', 'Shen san qi xia', 'ML'),
(17206, 'Action', 'Perros de la noche', 'ML'),
(17207, 'Action', 'Aragure', 'ML'),
(17208, 'Action', 'Los tres de guerrero', 'ML'),
(17209, 'Action', 'Among Dead Men', 'ML'),
(17210, 'Action', 'The Return of Sam McCloud', 'ML'),
(17211, 'Action', 'Black Maria', 'ML'),
(17212, 'Action', 'El color de la muerte', 'ML'),
(17213, 'Action', 'Good Time Gang', 'ML'),
(17214, 'Action', 'Jump Coaster', 'ML'),
(17215, 'Action', 'Ang kilabot at si Miss Pakipot', 'ML'),
(17216, 'Action', 'Razboiul domnitelor', 'ML'),
(17217, 'Action', 'Fei jian xia xie zhan Zhou gu zhuang', 'ML'),
(17218, 'Action', 'Orange Daze', 'ML'),
(17219, 'Action', 'Airline Pilots', 'ML'),
(17220, 'Action', 'The Hitmans Phone Call', 'ML'),
(17221, 'Action', 'Long Hu Pao', 'ML'),
(17222, 'Action', 'Death Machine', 'ML'),
(17223, 'Action', 'Desadrohi', 'ML'),
(17224, 'Action', 'Skyjack: The Hunt for D.B. Cooper', 'ML'),
(17225, 'Action', 'WWE: The Very Best of WCW Monday Nitro', 'ML'),
(17226, 'Action', 'Hum Do Anjaane', 'ML'),
(17227, 'Action', 'Bureizu obu za san', 'ML'),
(17228, 'Action', 'Mujeok 600manbul', 'ML'),
(17229, 'Action', 'Matimbang ang dugo sa tubig', 'ML'),
(17230, 'Action', 'Caccia segreta', 'ML'),
(17231, 'Action', 'Perepolokh', 'ML'),
(17232, 'Action', 'Binibining Tsuper-Man', 'ML'),
(17233, 'Action', 'Furia de ladrones', 'ML'),
(17234, 'Action', 'Peur sur la ville', 'ML'),
(17235, 'Action', 'Platteland', 'ML'),
(17236, 'Action', 'Crusher Joe', 'ML'),
(17237, 'Action', 'Go! Go! Ackman', 'ML'),
(17238, 'Action', 'Phantasm II', 'ML'),
(17239, 'Action', 'The House of Hate', 'ML'),
(17240, 'Action', 'The Darkness II', 'ML'),
(17241, 'Action', 'Cowards & Monsters', 'ML'),
(17242, 'Action', 'Dick Tracy vs. Cueball', 'ML'),
(17243, 'Action', '48 Hrs.', 'ML'),
(17244, 'Action', 'Howard the Duck', 'ML'),
(17245, 'Action', 'Despejado', 'ML'),
(17246, 'Action', 'Metal Slug 4', 'ML'),
(17247, 'Action', 'Shi wan jin shan', 'ML'),
(17248, 'Action', 'Venice Beach Volley Ball', 'ML'),
(17249, 'Action', 'Timur Malik', 'ML'),
(17250, 'Action', 'Texana cien X #4', 'ML'),
(17251, 'Action', 'ArmA 2', 'ML'),
(17252, 'Action', 'Revenge of Cooler Abridged', 'ML'),
(17253, 'Action', 'Assignment 47', 'ML'),
(17254, 'Action', 'El terrateniente', 'ML'),
(17255, 'Action', 'Heart of the Golden West', 'ML'),
(17256, 'Action', 'Parole de flic', 'ML'),
(17257, 'Action', 'Detective Malone', 'ML'),
(17258, 'Action', 'Xue Call ji', 'ML'),
(17259, 'Action', 'Top Mission - Im Netz des Todes', 'ML'),
(17260, 'Action', 'Captain Apache', 'ML'),
(17261, 'Action', 'Polladhavan', 'ML'),
(17262, 'Action', 'Biboy Banal: Pagganti Ko Tapos Kayo', 'ML'),
(17263, 'Action', 'Zakhmi Aurat', 'ML'),
(17264, 'Action', 'He xing dao shou tang lang tui', 'ML'),
(17265, 'Action', 'Suburban Boys', 'ML'),
(17266, 'Action', 'Gladiator', 'ML'),
(17267, 'Action', 'Shotgun Boulevard', 'ML'),
(17268, 'Action', 'Ai man niu huo bing gong fu liang', 'ML'),
(17269, 'Action', 'Amo', 'ML'),
(17270, 'Action', 'Cold Cops', 'ML'),
(17271, 'Action', 'Broken Blade', 'ML'),
(17272, 'Action', 'Eschaton', 'ML'),
(17273, 'Action', 'Theres No Love for Valentines Day', 'ML'),
(17274, 'Action', 'Sugo ng Tondo', 'ML'),
(17275, 'Action', 'Uno', 'ML'),
(17276, 'Action', 'Calibre 44', 'ML'),
(17277, 'Action', 'Yukinui nanpokja', 'ML'),
(17278, 'Action', 'Dos camionetas blindadas', 'ML'),
(17279, 'Action', 'Rivales de la Sierra', 'ML'),
(17280, 'Action', 'Facebreaker: K.O. Party', 'ML'),
(17281, 'Action', 'Bintang malam', 'ML'),
(17282, 'Action', 'Katayan', 'ML'),
(17283, 'Action', 'Run, Angel, Run!', 'ML'),
(17284, 'Action', 'Da xia fu chou ji', 'ML'),
(17285, 'Action', 'Arx Fatalis', 'ML'),
(17286, 'Action', 'Potomu shto lyubyu', 'ML'),
(17287, 'Action', 'Avalanche Express', 'ML'),
(17288, 'Action', 'Babylon 5: A Call to Arms', 'ML'),
(17289, 'Action', '20 Dakika', 'ML'),
(17290, 'Action', 'Angels Ashes', 'ML'),
(17291, 'Action', 'King of the Strippers', 'ML'),
(17292, 'Action', 'Ako ang papatay', 'ML'),
(17293, 'Action', 'Daddy Goon', 'ML'),
(17294, 'Action', 'Grobda', 'ML'),
(17295, 'Action', 'Rumble in L.A.', 'ML'),
(17296, 'Action', 'Chinatown: Sa kuko ng dragon', 'ML'),
(17297, 'Action', 'Gunfire 2: Clone Attack', 'ML'),
(17298, 'Action', 'Amhaengeosa', 'ML'),
(17299, 'Action', 'The Hitchhikers', 'ML'),
(17300, 'Action', 'Youre Dead!', 'ML'),
(17301, 'Action', 'Mamis mkvleli', 'ML'),
(17302, 'Action', 'Sat sau ji wong', 'ML'),
(17303, 'Action', 'Sonic Wings 3', 'ML'),
(17304, 'Action', 'Range Renegades', 'ML'),
(17305, 'Action', 'Na igre', 'ML'),
(17306, 'Action', 'Post Mortem, America 2021', 'ML'),
(17307, 'Action', 'Chor Machaye Shor', 'ML'),
(17308, 'Action', 'Dai zi hong lang', 'ML'),
(17309, 'Action', 'Dao jian xiao', 'ML'),
(17310, 'Action', 'El Alambrista: The Fence Jumper', 'ML'),
(17311, 'Action', 'Yomigaere! Urutoraman', 'ML'),
(17312, 'Action', 'Dead Mans Trail', 'ML'),
(17313, 'Action', 'Midnight Stallion', 'ML'),
(17314, 'Action', 'Samson and Delilah', 'ML'),
(17315, 'Action', 'The Atari Collection 1', 'ML'),
(17316, 'Action', 'Johnny cien pesos', 'ML'),
(17317, 'Action', 'Halcones de la frontera 3', 'ML'),
(17318, 'Action', 'Lundon', 'ML'),
(17319, 'Action', 'Il bastardo innocente', 'ML'),
(17320, 'Action', 'Scimitar', 'ML'),
(17321, 'Action', 'Gun Test', 'ML'),
(17322, 'Action', 'Gunahon Ka Raaste', 'ML'),
(17323, 'Action', 'Um Tiro no Escuro', 'ML'),
(17324, 'Action', 'The Double-D Avenger', 'ML'),
(17325, 'Action', 'Ninja Shadow', 'ML'),
(17326, 'Action', 'Danger Track', 'ML'),
(17327, 'Action', 'Sanyasi Mera Naam', 'ML'),
(17328, 'Action', 'The Sports Illustrated 20 Greatest College Basketball Players Ever', 'ML'),
(17329, 'Action', 'San Antone Ambush', 'ML'),
(17330, 'Action', 'Sasori', 'ML'),
(17331, 'Action', 'Kuruwasetaino', 'ML'),
(17332, 'Action', 'Khoon Bahaa Ganga Mein', 'ML'),
(17333, 'Action', 'Juan & Ted: Wanted', 'ML'),
(17334, 'Action', 'Chatrapathi', 'ML'),
(17335, 'Action', 'Johnny Oneline', 'ML'),
(17336, 'Action', 'Marine Heavy Gunner: Vietnam', 'ML'),
(17337, 'Action', 'Dark Messiah of Might and Magic', 'ML'),
(17338, 'Action', 'El trinquetero', 'ML'),
(17339, 'Action', 'He Never Died', 'ML'),
(17340, 'Action', 'Tai zi ye chu chai', 'ML'),
(17341, 'Action', 'The Navigator: A Mediaeval Odyssey', 'ML'),
(17342, 'Action', 'Flashgal', 'ML'),
(17343, 'Action', 'She Spies', 'ML'),
(17344, 'Action', 'Rico Solitaryo', 'ML'),
(17345, 'Action', 'Sinistar', 'ML'),
(17346, 'Action', 'Chyornyy okean', 'ML'),
(17347, 'Action', 'Six Days in Paradise', 'ML'),
(17348, 'Action', 'Dapit-hapon: Oras ng pagtutuus', 'ML'),
(17349, 'Action', 'Ying zhao shou', 'ML'),
(17350, 'Action', 'Gorkha rakshyak', 'ML'),
(17351, 'Action', 'Balada dua jagoan', 'ML'),
(17352, 'Action', 'Fight', 'ML'),
(17353, 'Action', 'Bangkok Kung Fu', 'ML'),
(17354, 'Action', 'World Movie 1', 'ML'),
(17355, 'Action', 'Heukdojeok', 'ML'),
(17356, 'Action', 'Star Wreck: In the Pirkinning', 'ML'),
(17357, 'Action', 'Diwani', 'ML'),
(17358, 'Action', 'Black Zone', 'ML'),
(17359, 'Action', 'Pro Wrestling Illustrated presents Lords of the Ring: Superstars & Superbouts', 'ML'),
(17360, 'Action', 'Smugglers', 'ML'),
(17361, 'Action', 'Vares - Uhkapelimerkki', 'ML'),
(17362, 'Action', 'Hong Kongui danjangjabi', 'ML'),
(17363, 'Action', 'Capcom Fighting Jam', 'ML'),
(17364, 'Action', 'Vikramarkudu', 'ML'),
(17365, 'Action', 'Inspector Kiron', 'ML'),
(17366, 'Action', 'Throwing Thumbs', 'ML'),
(17367, 'Action', 'Strength and Honour', 'ML'),
(17368, 'Action', 'Huang Feihong yu jiu Haichuang si shang ji', 'ML'),
(17369, 'Action', 'A Streak of Luck', 'ML'),
(17370, 'Action', 'Changing Hands Feature', 'ML'),
(17371, 'Action', 'The Free State of Jones', 'ML'),
(17372, 'Action', 'Junglee Tarzan', 'ML'),
(17373, 'Action', 'Seeds of Prime', 'ML'),
(17374, 'Action', 'Pretty Boy Hoodlum', 'ML'),
(17375, 'Action', 'Panday', 'ML'),
(17376, 'Action', 'Silicon Towers', 'ML'),
(17377, 'Action', 'Camelia la burrera', 'ML'),
(17378, 'Action', 'Bipartitus Debello', 'ML'),
(17379, 'Action', 'Aavesham', 'ML'),
(17380, 'Action', 'Racing evoluzione', 'ML'),
(17381, 'Action', 'Wala nang iibigin pang iba', 'ML'),
(17382, 'Action', 'Cyber Tank', 'ML'),
(17383, 'Action', 'Rampage: World Tour', 'ML'),
(17384, 'Action', 'Uncommon Honour', 'ML'),
(17385, 'Action', 'Sangre sobre el polvo', 'ML'),
(17386, 'Action', 'Portretul luptatorului la tinerete', 'ML'),
(17387, 'Action', 'He qi dao', 'ML'),
(17388, 'Action', 'Zombie Cult Massacre', 'ML'),
(17389, 'Action', 'El fiscal de hierro 4', 'ML'),
(17390, 'Action', 'China OBrien', 'ML'),
(17391, 'Action', 'Victory Road', 'ML'),
(17392, 'Action', 'Extreme Gone Wild', 'ML'),
(17393, 'Action', 'Aamne Samne', 'ML'),
(17394, 'Action', 'Wan ren zan', 'ML'),
(17395, 'Action', 'Total Reality', 'ML'),
(17396, 'Action', 'Tito Ortizs Girls Fight Club', 'ML'),
(17397, 'Action', 'Search for Vengeance', 'ML'),
(17398, 'Action', 'Strong Men at Work 2', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(17399, 'Action', 'Any Which Way You Can', 'ML'),
(17400, 'Action', 'Pagan Island', 'ML'),
(17401, 'Action', 'BackStab HD', 'ML'),
(17402, 'Action', 'Sukeban', 'ML'),
(17403, 'Action', 'A Life More Ordinary', 'ML'),
(17404, 'Action', 'Cat-Women of the Moon', 'ML'),
(17405, 'Action', 'Param Dharam', 'ML'),
(17406, 'Action', 'ShellShock: Nam 67', 'ML'),
(17407, 'Action', 'Double Dagger', 'ML'),
(17408, 'Action', 'Ghoul-e mard', 'ML'),
(17410, 'Action', 'Atlas, Hari, Sota', 'ML'),
(17411, 'Action', 'Ferocious Female Freedom Fighters', 'ML'),
(17412, 'Action', 'Agir abi', 'ML'),
(17413, 'Action', 'Pogranicze w ogniu', 'ML'),
(17414, 'Action', 'Battle Bird', 'ML'),
(17415, 'Action', 'S.R.D. Mission', 'ML'),
(17416, 'Action', 'Hell-Copter', 'ML'),
(17417, 'Action', 'Dolai 3', 'ML'),
(17418, 'Action', 'The Prodigy Strikes Back', 'ML'),
(17419, 'Action', 'Gamers Circle', 'ML'),
(17420, 'Action', 'Ramwati', 'ML'),
(17421, 'Action', 'WWE: Twist of Fate - The Matt and Jeff Hardy Story', 'ML'),
(17422, 'Action', 'Black Dragon', 'ML'),
(17423, 'Action', 'Poyezd vne raspisaniya', 'ML'),
(17424, 'Action', 'Hermanos por siempre', 'ML'),
(17425, 'Action', 'Batman: Arkham Asylum', 'ML'),
(17426, 'Action', 'Roll Along, Cowboy', 'ML'),
(17427, 'Action', 'Mason-Dixon', 'ML'),
(17428, 'Action', 'Zhang Ailan qiao po hei shou dang', 'ML'),
(17429, 'Action', 'Mardon Wali Baat', 'ML'),
(17430, 'Action', 'Dos valientes por herencia', 'ML'),
(17431, 'Action', 'Lego Indiana Jones: The Original Adventures', 'ML'),
(17432, 'Action', 'Aadhavan', 'ML'),
(17433, 'Action', '2-Headed Shark Attack', 'ML'),
(17434, 'Action', 'Torrente 4', 'ML'),
(17435, 'Action', 'Yi shen shi dan', 'ML'),
(17436, 'Action', 'All the Best: Fun Begins', 'ML'),
(17437, 'Action', 'Digmaan ng mga maton', 'ML'),
(17438, 'Action', 'Future Kick', 'ML'),
(17439, 'Action', 'San taam', 'ML'),
(17440, 'Action', 'Uncivil', 'ML'),
(17441, 'Action', 'Rowdy Inspector', 'ML'),
(17442, 'Action', 'Pamilya dimagiba', 'ML'),
(17443, 'Action', 'Gauntlet: Seven Sorrows', 'ML'),
(17444, 'Action', 'Maqaar', 'ML'),
(17445, 'Action', 'Elite Forces: Rapid Readiness Workout', 'ML'),
(17446, 'Action', 'Smokey and the Judge', 'ML'),
(17447, 'Action', 'Gongsanseongui hyeoltu', 'ML'),
(17448, 'Action', 'Koi saai ho haap', 'ML'),
(17449, 'Action', 'Aces High', 'ML'),
(17450, 'Action', 'Death Run to Istanbul', 'ML'),
(17451, 'Action', 'Ying zhao tie bu shan', 'ML'),
(17452, 'Action', 'Mga tigreng taga-bukid', 'ML'),
(17453, 'Action', 'Bottled Secrets', 'ML'),
(17454, 'Action', 'Spider Riders', 'ML'),
(17455, 'Action', 'North Shore', 'ML'),
(17456, 'Action', 'UFC: Ultimate Ultimate Knockouts', 'ML'),
(17457, 'Action', 'Huang fei hong si da di zi', 'ML'),
(17458, 'Action', 'Torino nera', 'ML'),
(17459, 'Action', 'Maten al suicida', 'ML'),
(17460, 'Action', 'A 077, sfida ai killers', 'ML'),
(17461, 'Action', 'Hot Ticket', 'ML'),
(17462, 'Action', 'Kato: Son of the Dragon', 'ML'),
(17463, 'Action', 'Gangryeokgye', 'ML'),
(17464, 'Action', 'Ilsaeng', 'ML'),
(17465, 'Action', 'Mohabbat Aur Jung', 'ML'),
(17466, 'Action', 'TNA Impact! Wrestling', 'ML'),
(17467, 'Action', 'Furia en la sangre', 'ML'),
(17468, 'Action', 'What Waits Below', 'ML'),
(17469, 'Action', 'Sahhas', 'ML'),
(17470, 'Action', 'Bleach: Shattered Blade', 'ML'),
(17471, 'Action', 'Bruce Lee: Quest of the Dragon', 'ML'),
(17472, 'Action', 'Hei lin gu sheng', 'ML'),
(17473, 'Action', 'The Legend of Stick', 'ML'),
(17474, 'Action', 'Yaroslav Mudry', 'ML'),
(17475, 'Action', 'Zombie Apocalypse: Redemption', 'ML'),
(17476, 'Action', 'The Ultimate Game', 'ML'),
(17477, 'Action', 'Celebrity Wrestling', 'ML'),
(17478, 'Action', 'Gangs of London', 'ML'),
(17479, 'Action', 'Wardner no Mori', 'ML'),
(17480, 'Action', 'Vaanmathi', 'ML'),
(17481, 'Action', 'Bert DAngelo/Superstar', 'ML'),
(17482, 'Action', 'Final Fantasy VII: The Sacrifice of Cloud', 'ML'),
(17483, 'Action', 'Amor e Patriotismo', 'ML'),
(17484, 'Action', 'Insaciable venganza', 'ML'),
(17485, 'Action', 'Yin yang qi bin', 'ML'),
(17486, 'Action', 'Captain Tsubasa J', 'ML'),
(17487, 'Action', 'The Guvnor', 'ML'),
(17488, 'Action', 'Asalto a mano armada', 'ML'),
(17489, 'Action', 'Bout That Bout', 'ML'),
(17490, 'Action', 'Qurbaniyaan', 'ML'),
(17491, 'Action', 'Dark Nova', 'ML'),
(17492, 'Action', 'Sangraal, la spada di fuoco', 'ML'),
(17493, 'Action', 'A sangre y fuego', 'ML'),
(17494, 'Action', 'Ikki', 'ML'),
(17495, 'Action', 'WrestleMania XII', 'ML'),
(17496, 'Action', 'Prodigy: Run with the Wolves', 'ML'),
(17497, 'Action', 'Stunt Games', 'ML'),
(17498, 'Action', 'El corrido de El hijo desobediente', 'ML'),
(17499, 'Action', 'Aakrosam', 'ML'),
(17500, 'Action', 'Guided Missile', 'ML'),
(17501, 'Action', 'Invader Wars', 'ML'),
(17502, 'Action', 'Joe Nazareno: Ang taxi driver', 'ML'),
(17503, 'Action', 'Bhairav', 'ML'),
(17504, 'Action', 'Tell Us', 'ML'),
(17505, 'Action', 'Der Commander', 'ML'),
(17506, 'Action', 'The Tesseract', 'ML'),
(17507, 'Action', 'Seoul', 'ML'),
(17508, 'Action', 'El torneo de la muerte', 'ML'),
(17509, 'Action', 'Jeojareul swara', 'ML'),
(17510, 'Action', 'The Fifth Horseman', 'ML'),
(17511, 'Action', 'Totoy Bingi', 'ML'),
(17512, 'Action', 'Losin It', 'ML'),
(17513, 'Action', 'Second World', 'ML'),
(17514, 'Action', 'Con sangre de padre', 'ML'),
(17515, 'Action', 'Code Name: Zebra', 'ML'),
(17516, 'Action', 'Provoked', 'ML'),
(17517, 'Action', 'Six the Hard Way', 'ML'),
(17518, 'Action', 'Rooftop Pursuit', 'ML'),
(17519, 'Action', 'Tony Bagyo: Daig pa ang asong ulol', 'ML'),
(17520, 'Action', 'Mercs', 'ML'),
(17521, 'Action', 'Jesse James: Making of a Dead Man', 'ML'),
(17522, 'Action', 'The Son of Monte Cristo', 'ML'),
(17523, 'Action', 'For the Good of the Service', 'ML'),
(17524, 'Action', 'Pandilleros de la muerte', 'ML'),
(17525, 'Action', 'El leon de la sierra', 'ML'),
(17526, 'Action', 'Liberty Cherie', 'ML'),
(17527, 'Action', 'La reina del sur', 'ML'),
(17528, 'Action', 'Dai wu ke', 'ML'),
(17529, 'Action', 'Baabarr', 'ML'),
(17530, 'Action', 'Guai quan guai zhao guai shi zhuan', 'ML'),
(17531, 'Action', 'Jetpiloter', 'ML'),
(17532, 'Action', 'WinBack: Covert Operations', 'ML'),
(17533, 'Action', 'Silverhawks', 'ML'),
(17534, 'Action', 'Gopa Re Badhhuchhi Kala Kanhei', 'ML'),
(17535, 'Action', 'Rebels', 'ML'),
(17536, 'Action', 'Hard Rain', 'ML'),
(17537, 'Action', 'Hulihin si... Boy Amores', 'ML'),
(17538, 'Action', 'Saga Tier I', 'ML'),
(17539, 'Action', 'Dragon Fury', 'ML'),
(17540, 'Action', 'Triptikh', 'ML'),
(17541, 'Action', 'Zhong lie Jing wu men', 'ML'),
(17542, 'Action', 'Under Oath', 'ML'),
(17543, 'Action', 'The Final Clash', 'ML'),
(17544, 'Action', 'On the Ice with Brian J. Smith', 'ML'),
(17545, 'Action', 'Stunthero', 'ML'),
(17546, 'Action', 'Justice of the Dragon', 'ML'),
(17547, 'Action', 'No Witnesses', 'ML'),
(17548, 'Action', 'Moon Cresta', 'ML'),
(17549, 'Action', 'Asal', 'ML'),
(17550, 'Action', 'Shootout', 'ML'),
(17551, 'Action', 'Shao Lin tong zi gong', 'ML'),
(17552, 'Action', 'Markong Bagsik', 'ML'),
(17553, 'Action', 'Atlantika', 'ML'),
(17554, 'Action', '47 Ronin', 'ML'),
(17555, 'Action', 'Clock Out', 'ML'),
(17556, 'Action', 'O Pistoleiro', 'ML'),
(17557, 'Action', 'Fatal Fury', 'ML'),
(17558, 'Action', 'Raiders of the Golden Triangle', 'ML'),
(17559, 'Action', 'Missing 48 Hours', 'ML'),
(17560, 'Action', 'Imprisoned', 'ML'),
(17561, 'Action', 'Eran 4 de caballo', 'ML'),
(17562, 'Action', 'Georgy', 'ML'),
(17563, 'Action', 'Cube Quest', 'ML'),
(17564, 'Action', 'Rongbaz Badsha', 'ML'),
(17565, 'Action', 'Bagsik ng kamao', 'ML'),
(17566, 'Action', 'Tubusin mo ng bala ang puso ko', 'ML'),
(17567, 'Action', 'Mashuranbo', 'ML'),
(17568, 'Action', 'Doida Demais', 'ML'),
(17569, 'Action', 'Demolition High', 'ML'),
(17570, 'Action', 'Asleep with the Angels', 'ML'),
(17571, 'Action', 'Zombie Team Building', 'ML'),
(17572, 'Action', 'Observer of Myself', 'ML'),
(17573, 'Action', 'Crossing Rio Grande', 'ML'),
(17574, 'Action', 'Average Man vs. Parkour Expert: Hollywood', 'ML'),
(17575, 'Action', 'Celebrity Deathmatch', 'ML'),
(17576, 'Action', 'Onna toseinin: ota no mushimasu', 'ML'),
(17577, 'Action', 'Gori Aur Kaali', 'ML'),
(17578, 'Action', 'Hollow Man', 'ML'),
(17579, 'Action', 'The Six Million Dollar Man: Wine, Women and War', 'ML'),
(17580, 'Action', 'JFK Reloaded', 'ML'),
(17581, 'Action', 'A Man Called Hawk', 'ML'),
(17582, 'Action', 'Perils of the Rail', 'ML'),
(17583, 'Action', 'Wolves of the Air', 'ML'),
(17584, 'Action', 'The Descending', 'ML'),
(17585, 'Action', 'Dugo sa buhangin', 'ML'),
(17586, 'Action', 'Ultimate Fights from the Movies', 'ML'),
(17587, 'Action', 'Dragon Ball: Final Bout', 'ML'),
(17588, 'Action', 'Daejiok', 'ML'),
(17589, 'Action', 'Defender of the Crown', 'ML'),
(17590, 'Action', 'Air Raid', 'ML'),
(17591, 'Action', 'Glassjaw', 'ML'),
(17592, 'Action', 'Shadow Raiders', 'ML'),
(17593, 'Action', 'Force', 'ML'),
(17594, 'Action', 'Kid Manalo, akin ang ulo mo', 'ML'),
(17595, 'Action', 'HeliFire', 'ML'),
(17596, 'Action', 'Kohan II: Kings of War', 'ML'),
(17597, 'Action', 'Magma: Volcanic Disaster', 'ML'),
(17598, 'Action', 'Sakura Killers', 'ML'),
(17599, 'Action', 'Wild World Africa 3-D', 'ML'),
(17600, 'Action', 'Lands of Lore III', 'ML'),
(17601, 'Action', 'Atash-e penhan', 'ML'),
(17602, 'Action', 'Vincent: A Pre-Story to 12 Kisses', 'ML'),
(17603, 'Action', 'G Darius', 'ML'),
(17604, 'Action', 'GP Racer', 'ML'),
(17605, 'Action', 'Der Clown', 'ML'),
(17606, 'Action', 'Qwak!', 'ML'),
(17607, 'Action', 'Tai Chi Hero', 'ML'),
(17608, 'Action', 'Lost Faith', 'ML'),
(17609, 'Action', 'Simbangis ng tigre', 'ML'),
(17610, 'Action', 'Buena Sorte', 'ML'),
(17611, 'Action', 'Kapag kumulo ang dugo', 'ML'),
(17612, 'Action', 'Dark Betrayals', 'ML'),
(17613, 'Action', 'Augustus', 'ML'),
(17614, 'Action', 'Boh lei chun', 'ML'),
(17615, 'Action', 'WWE Insurrextion', 'ML'),
(17616, 'Action', 'El carro cargado', 'ML'),
(17617, 'Action', 'Good Guys Wear Black', 'ML'),
(17618, 'Action', 'Vengeance of Cleopatra Wong', 'ML'),
(17619, 'Action', 'I nyhta tis mystikis synantisis', 'ML'),
(17620, 'Action', 'Deep Terror', 'ML'),
(17621, 'Action', 'Just Me and Jose', 'ML'),
(17622, 'Action', 'La Funcionaria Asesina', 'ML'),
(17623, 'Action', 'Harbor Command', 'ML'),
(17624, 'Action', 'American Gladiators', 'ML'),
(17625, 'Action', 'Padre pugante', 'ML'),
(17626, 'Action', 'El calibre de la venganza', 'ML'),
(17627, 'Action', 'The Long December', 'ML'),
(17628, 'Action', 'La diligencia de la muerte', 'ML'),
(17629, 'Action', 'Jiu wu tuo qiang nu jing', 'ML'),
(17630, 'Action', 'Dirty Harry: The War Against Drugs', 'ML'),
(17631, 'Action', 'Super SkyKid', 'ML'),
(17632, 'Action', 'The Green Goblins Last Stand', 'ML'),
(17633, 'Action', 'Shahadat', 'ML'),
(17634, 'Action', 'Error mortal', 'ML'),
(17635, 'Action', 'Ang sisiw ay isang agila', 'ML'),
(17636, 'Action', 'Kung tawagin siyay animal', 'ML'),
(17637, 'Action', 'Australias Own', 'ML'),
(17638, 'Action', 'Supreme Champion', 'ML'),
(17639, 'Action', 'The Undercard', 'ML'),
(17640, 'Action', 'Big Red Ball', 'ML'),
(17641, 'Action', 'Jeene Nahin Doongi', 'ML'),
(17642, 'Action', 'Plush Hit', 'ML'),
(17643, 'Action', 'Delayed', 'ML'),
(17644, 'Action', 'Dangerous Orphans', 'ML'),
(17645, 'Action', 'Estribo Gang: The Jinggoy Sese Story', 'ML'),
(17646, 'Action', 'Los tigres del ring', 'ML'),
(17647, 'Action', 'Ren pi deng long', 'ML'),
(17648, 'Action', 'In Those We Trust', 'ML'),
(17649, 'Action', 'Go Hard or Go Home', 'ML'),
(17650, 'Action', 'Casa de citas', 'ML'),
(17651, 'Action', 'Leer om leer', 'ML'),
(17652, 'Action', 'Feng kuang da lao qian', 'ML'),
(17653, 'Action', 'Sarfarosh-E-Hind', 'ML'),
(17654, 'Action', 'El Negocio, Pt. II', 'ML'),
(17655, 'Action', 'Serious Sam II', 'ML'),
(17656, 'Action', 'L.A. Sieze', 'ML'),
(17657, 'Action', 'The Amazing Mr. Excellent', 'ML'),
(17658, 'Action', 'Khuda Kasam', 'ML'),
(17659, 'Action', 'Street Fighter Zero 2', 'ML'),
(17660, 'Action', 'Strategia per una missione di morte', 'ML'),
(17661, 'Action', '1944: The Loop Master', 'ML'),
(17662, 'Action', 'Army Men: Air Tactics', 'ML'),
(17663, 'Action', 'Stryker', 'ML'),
(17664, 'Action', 'Splatter Factor', 'ML'),
(17665, 'Action', 'American Thrill Ride', 'ML'),
(17666, 'Action', 'Ji xiang du fang', 'ML'),
(17667, 'Action', 'Inazuman Furashu', 'ML'),
(17668, 'Action', 'Sikka', 'ML'),
(17669, 'Action', 'Crocodile Dundee II', 'ML'),
(17670, 'Action', 'Huang Fei Hong jiu er zhi long xing tian xia', 'ML'),
(17671, 'Action', 'Los valientes de Guerrero', 'ML'),
(17672, 'Action', 'Estrella del sur', 'ML'),
(17673, 'Action', 'Biohazardous', 'ML'),
(17674, 'Action', 'Major Damage', 'ML'),
(17675, 'Action', 'Carta alas... Huwag ka nang humirit', 'ML'),
(17676, 'Action', 'Kapitan Pravda', 'ML'),
(17677, 'Action', 'AWS: New Years Return Bash', 'ML'),
(17678, 'Action', 'Yako, cazador de malditos', 'ML'),
(17679, 'Action', 'The Dead Live Still', 'ML'),
(17680, 'Action', 'Poyezd do Bruklina', 'ML'),
(17681, 'Action', 'Bloody Roar Extreme', 'ML'),
(17682, 'Action', 'La trocona colorada', 'ML'),
(17683, 'Action', 'Comando de la muerte', 'ML'),
(17684, 'Action', 'Killing Angels', 'ML'),
(17685, 'Action', 'Huo Yuan Jia', 'ML'),
(17686, 'Action', 'Krishan Avtaar', 'ML'),
(17687, 'Action', 'Go Girl', 'ML'),
(17688, 'Action', 'Siete millones', 'ML'),
(17689, 'Action', 'Django 2', 'ML'),
(17690, 'Action', 'The Dangers of Deborah', 'ML'),
(17691, 'Action', 'Method of Entry', 'ML'),
(17692, 'Action', 'Bui bun si mun', 'ML'),
(17693, 'Action', 'Tahkhana', 'ML'),
(17694, 'Action', 'Kenju burai-cho: Asunaki otoko', 'ML'),
(17695, 'Action', 'Birador', 'ML'),
(17696, 'Action', 'The Final Payoff', 'ML'),
(17697, 'Action', 'My iz budushchego', 'ML'),
(17698, 'Action', 'The Three Mesquiteers', 'ML'),
(17699, 'Action', 'Duel Masters', 'ML'),
(17700, 'Action', 'Free Time: Techniques for Modern Freeheel Skiing', 'ML'),
(17701, 'Action', 'K-9: P.I.', 'ML'),
(17702, 'Action', 'Fight Choreography NYC', 'ML'),
(17703, 'Action', 'I Am Bish', 'ML'),
(17704, 'Action', 'Bloodfist VII: Manhunt', 'ML'),
(17705, 'Action', 'Hissatsu onna kenshi', 'ML'),
(17706, 'Action', 'La malnacida', 'ML'),
(17707, 'Action', 'Counter Strike: Condition Zero', 'ML'),
(17708, 'Action', 'Witchtrap', 'ML'),
(17709, 'Action', 'Titans of the Deep', 'ML'),
(17710, 'Action', 'Storm Watch', 'ML'),
(17711, 'Action', 'Tung chong 2 mung', 'ML'),
(17712, 'Action', '2009 Pro-Tec Pool Party', 'ML'),
(17713, 'Action', 'Evolusi: KL Drift 2', 'ML'),
(17714, 'Action', 'El preso de Zacatecas', 'ML'),
(17715, 'Action', 'Jetfighter V: Homeland Protector', 'ML'),
(17716, 'Action', 'Desierto asesino', 'ML'),
(17717, 'Action', 'Hard Justice', 'ML'),
(17718, 'Action', 'Long zai Shaolin', 'ML'),
(17719, 'Action', 'Street Fighter III: New Generation', 'ML'),
(17720, 'Action', 'WWF UK Rampage 91', 'ML'),
(17721, 'Action', 'Los violadores', 'ML'),
(17722, 'Action', 'Catarino y los rurales', 'ML'),
(17723, 'Action', 'V zone osobogo vnimaniya', 'ML'),
(17724, 'Action', 'Danger Zone III: Steel Horse War', 'ML'),
(17725, 'Action', 'Jung Da Maidan', 'ML'),
(17726, 'Action', 'Der Fluch des schwarzen Rubin', 'ML'),
(17727, 'Action', 'Liquidation Squad', 'ML'),
(17728, 'Action', 'Nuclear Dawn', 'ML'),
(17729, 'Action', 'Shui ling long', 'ML'),
(17730, 'Action', 'Dawn on the Gulf of Aden', 'ML'),
(17731, 'Action', 'Komunaris chibukhi', 'ML'),
(17732, 'Action', 'Painkiller: Battle Out of Hell', 'ML'),
(17733, 'Action', 'Theatre of the Dead', 'ML'),
(17734, 'Action', 'Pussy Cat Strikes Again', 'ML'),
(17735, 'Action', 'Cliffhanger', 'ML'),
(17736, 'Action', 'Trimurti', 'ML'),
(17737, 'Action', 'Lady Samurai', 'ML'),
(17738, 'Action', 'Sol Bianca: The Legacy', 'ML'),
(17739, 'Action', 'Firebird 2015 AD', 'ML'),
(17740, 'Action', 'The Kingpin', 'ML'),
(17741, 'Action', 'Shin karate baka ichidai', 'ML'),
(17742, 'Action', 'Gekitotsu Toma-LArc', 'ML'),
(17743, 'Action', 'Beloy Montemayor', 'ML'),
(17744, 'Action', 'Tatak ng isang api', 'ML'),
(17745, 'Action', 'Huang Fei Hong xiao zhuan', 'ML'),
(17746, 'Action', 'Kenkichi', 'ML'),
(17747, 'Action', 'The Amazing Kreskin: Mental Marvels, Feats and Stunts', 'ML'),
(17748, 'Action', 'Soulripperz', 'ML'),
(17749, 'Action', 'Hong hua xue jian', 'ML'),
(17750, 'Action', 'Chen fun du miao', 'ML'),
(17751, 'Action', 'Los lacuacheros', 'ML'),
(17752, 'Action', 'Za sovetskuyu rodinu', 'ML'),
(17753, 'Action', 'Cyborg, il guerriero dacciaio', 'ML'),
(17754, 'Action', 'Hamburger Johnny', 'ML'),
(17755, 'Action', 'El mochaorejas', 'ML'),
(17756, 'Action', 'Mikros, alla iroas', 'ML'),
(17757, 'Action', 'Ma-rin-bo-ee', 'ML'),
(17758, 'Action', 'En la sierra yo mando', 'ML'),
(17759, 'Action', 'Galactic Invaders', 'ML'),
(17760, 'Action', 'Mundadugu', 'ML'),
(17761, 'Action', 'Bianong Bulag', 'ML'),
(17762, 'Action', 'T.A.G.', 'ML'),
(17763, 'Action', 'Wag na wag kang lalayo', 'ML'),
(17764, 'Action', 'Ghoul Patrol', 'ML'),
(17765, 'Action', '.hack//Quantum', 'ML'),
(17766, 'Action', 'Kahit mabuhay kang muli', 'ML'),
(17767, 'Action', 'Teenage Mutant Ninja Turtles: Manhattan Missions', 'ML'),
(17768, 'Action', 'Daetalchul', 'ML'),
(17769, 'Action', 'The Librarians', 'ML'),
(17770, 'Action', 'Urban Fighter', 'ML'),
(17771, 'Action', 'Rupan sansei: Otakara henkyaku dai-sakusen!!', 'ML'),
(17772, 'Action', 'Dhool', 'ML'),
(17773, 'Action', 'Marsh-brosok', 'ML'),
(17774, 'Action', 'Hu meng wei long', 'ML'),
(17775, 'Action', 'Flash III: Deadly Nightshade', 'ML'),
(17776, 'Action', 'GoldenEye 007', 'ML'),
(17777, 'Action', 'Bro Lee', 'ML'),
(17778, 'Action', 'Cazador De Cholos', 'ML'),
(17779, 'Action', 'The Big Haul', 'ML'),
(17780, 'Action', 'Yin ji', 'ML'),
(17781, 'Action', 'El hombre de hielo', 'ML'),
(17782, 'Action', 'Ultimate Death Match 2', 'ML'),
(17783, 'Action', 'Kemiti a Bandhan', 'ML'),
(17784, 'Action', 'Virus Buster Serge', 'ML'),
(17785, 'Action', 'Smithfields Llamaguy', 'ML'),
(17786, 'Action', 'Evil Feed', 'ML'),
(17787, 'Action', 'V3: Samseng jalanan', 'ML'),
(17788, 'Action', 'Fatal Secret', 'ML'),
(17789, 'Action', 'Ratchakan', 'ML'),
(17790, 'Action', 'Inside: Palais des festivals', 'ML'),
(17791, 'Action', 'La revancha del silla de ruedas', 'ML'),
(17792, 'Action', 'Super Power', 'ML'),
(17793, 'Action', 'Odoru daisosasen the movie 2: Rainbow Bridge wo fuusa seyo!', 'ML'),
(17794, 'Action', 'Objective! Hill 171', 'ML'),
(17795, 'Action', 'Silent Hunter', 'ML'),
(17796, 'Action', 'Narkoba', 'ML'),
(17797, 'Action', 'Nuclear Hurricane', 'ML'),
(17798, 'Action', 'Sunstorm', 'ML'),
(17799, 'Action', 'Black Neon', 'ML'),
(17800, 'Action', 'Strebel: Gestapo ng Maynila', 'ML'),
(17801, 'Action', 'MotoGP', 'ML'),
(17802, 'Action', 'Buscando al culpable', 'ML'),
(17803, 'Action', 'Preparati la bara!', 'ML'),
(17804, 'Action', 'Somewhere in Mexico...', 'ML'),
(17805, 'Action', 'Thanedaar', 'ML'),
(17806, 'Action', 'Marcado por el narco', 'ML'),
(17807, 'Action', 'Interstate 80', 'ML'),
(17808, 'Action', 'Daegeomgaek', 'ML'),
(17809, 'Action', 'Pilot', 'ML'),
(17810, 'Action', 'The Lady Fights Back', 'ML'),
(17811, 'Action', 'Aag Se Khelenge', 'ML'),
(17812, 'Action', '009 Re: Cyborg', 'ML'),
(17813, 'Action', 'Personal Vendetta', 'ML'),
(17814, 'Action', 'Monster in My Car', 'ML'),
(17815, 'Action', 'Shabu Shabu Manga', 'ML'),
(17816, 'Action', 'The Laws Lash', 'ML'),
(17817, 'Action', '4 balgarak', 'ML'),
(17818, 'Action', 'Daxter', 'ML'),
(17819, 'Action', 'Per mille dollari al giorno', 'ML'),
(17820, 'Action', 'Maten a la Cabrona', 'ML'),
(17821, 'Action', 'Padre Hudas', 'ML'),
(17822, 'Action', 'Venganza criminal', 'ML'),
(17823, 'Action', 'JPX goes Movie', 'ML'),
(17824, 'Action', 'Arjun: The Warrior Prince', 'ML'),
(17825, 'Action', 'Prototype', 'ML'),
(17826, 'Action', 'Jiang hu ba mian feng', 'ML'),
(17827, 'Action', 'Naejeongsanui daeboksu', 'ML'),
(17828, 'Action', 'Cyber-Lip', 'ML'),
(17829, 'Action', 'Crusty Demons of Dirt, Vol. 3', 'ML'),
(17830, 'Action', 'Zen Kwan Do Strikes Paris', 'ML'),
(17831, 'Action', 'Mission Paisa', 'ML'),
(17832, 'Action', 'Dvoynoy obgon', 'ML'),
(17833, 'Action', 'Scream Free!', 'ML'),
(17834, 'Action', 'Driving Force', 'ML'),
(17835, 'Action', 'Smallball', 'ML'),
(17836, 'Action', 'Phantom of the Air', 'ML'),
(17837, 'Action', 'Zloty pociag', 'ML'),
(17838, 'Action', 'Reshma aur Sultan', 'ML'),
(17839, 'Action', 'Student Project', 'ML'),
(17840, 'Action', 'Gundam: Battle Assault 2', 'ML'),
(17841, 'Action', 'Victim 2 Supervixen', 'ML'),
(17842, 'Action', 'Hanapin si Leo Baron', 'ML'),
(17843, 'Action', 'Puga', 'ML'),
(17844, 'Action', 'Soldiers Revenge', 'ML'),
(17845, 'Action', 'Turning Point, Graf Zeppelin', 'ML'),
(17846, 'Action', 'Re lang qiu ai zhan', 'ML'),
(17847, 'Action', 'Black Hills Ambush', 'ML'),
(17848, 'Action', 'Space Battleship Yamato', 'ML'),
(17849, 'Action', 'Plook mun kuen ma kah 4', 'ML'),
(17850, 'Action', 'Legend Quest', 'ML'),
(17851, 'Action', 'Super Mario Bros. 2', 'ML'),
(17852, 'Action', 'WWE: Falls Count Anywhere: The Greatest Street Fights and Other Out of Control Matches', 'ML'),
(17853, 'Action', 'Asphalt', 'ML'),
(17854, 'Action', 'Nelson Ninguem', 'ML'),
(17855, 'Action', 'Ikasa Mo, Ipuputok Ko', 'ML'),
(17856, 'Action', 'Baghi Soormay', 'ML'),
(17857, 'Action', 'Chubby Can Kill', 'ML'),
(17858, 'Action', 'Broken Minds', 'ML'),
(17859, 'Action', 'The Dead Sea', 'ML'),
(17860, 'Action', 'Trampa para un gato', 'ML'),
(17861, 'Action', 'Situation Critical', 'ML'),
(17862, 'Action', 'The Invisible Monster', 'ML'),
(17863, 'Action', 'Ninjutsu gozen-jiai', 'ML'),
(17864, 'Action', 'Space Camp', 'ML'),
(17865, 'Action', 'Looney Tunes: Duck Amuck', 'ML'),
(17866, 'Action', 'Benzin im Blut', 'ML'),
(17867, 'Action', 'Rip Roaring Riley', 'ML'),
(17868, 'Action', 'SMW: Blood, Brawls and Grudges', 'ML'),
(17869, 'Action', 'America bangmungaeg', 'ML'),
(17870, 'Action', 'Cold & Ugly', 'ML'),
(17871, 'Action', 'Sentenciado por la mafia', 'ML'),
(17872, 'Action', 'Kumukulong dugo', 'ML'),
(17873, 'Action', 'Sahwasan', 'ML'),
(17874, 'Action', 'Pulp Diction', 'ML'),
(17875, 'Action', 'Dont Be a Victim', 'ML'),
(17876, 'Action', 'Day of the Viper', 'ML'),
(17877, 'Action', 'Dhrona 2010', 'ML'),
(17878, 'Action', 'Kardong kidlat', 'ML'),
(17879, 'Action', 'Retrieval', 'ML'),
(17880, 'Action', 'Kroadh', 'ML'),
(17881, 'Action', 'A.P.E.X.', 'ML'),
(17882, 'Action', 'Xue zai feng shang', 'ML'),
(17883, 'Action', 'The Wolf Dog', 'ML'),
(17884, 'Action', 'Guillermo Bravado', 'ML'),
(17885, 'Action', 'Shooters Are Yellow', 'ML'),
(17886, 'Action', 'Deadly Dozen: Pacific Theater', 'ML'),
(17887, 'Action', 'All My Crazy Friends 3... Live Fast, Die Fat', 'ML'),
(17888, 'Action', 'Free Wheel', 'ML'),
(17889, 'Action', 'Yohan: Adhyayam Ondru', 'ML'),
(17890, 'Action', 'WrestleMania XIV', 'ML'),
(17891, 'Action', 'Seven-G F/A-18 Flight Simulator', 'ML'),
(17892, 'Action', 'The Future Box', 'ML'),
(17893, 'Action', 'Perevorot po instruktyi 107', 'ML'),
(17894, 'Action', 'Bai tian e', 'ML'),
(17895, 'Action', 'Kai3', 'ML'),
(17896, 'Action', 'Abnormal Abduction', 'ML'),
(17897, 'Action', 'Shogun Assassin', 'ML'),
(17898, 'Action', 'Colombiana', 'ML'),
(17899, 'Action', 'Resolve', 'ML'),
(17900, 'Action', 'Ti lovis', 'ML'),
(17901, 'Action', 'Assassins Creed II', 'ML'),
(17902, 'Action', 'Flight to Holocaust', 'ML'),
(17903, 'Action', 'Adventures of the Sea Hawk', 'ML'),
(17904, 'Action', 'Its Just Business', 'ML'),
(17905, 'Action', 'N.B.T.', 'ML'),
(17906, 'Action', 'Get the Terrorists', 'ML'),
(17907, 'Action', 'The Speed Track', 'ML'),
(17908, 'Action', 'Bullets and Briefcases', 'ML'),
(17909, 'Action', 'Musketeers Forever', 'ML'),
(17910, 'Action', 'Poor Toni', 'ML'),
(17911, 'Action', 'Burnout 2: Point of Impact', 'ML'),
(17912, 'Action', 'Alarma in munti', 'ML'),
(17913, 'Action', 'Snow Piercer', 'ML'),
(17914, 'Action', 'Asiong Seven', 'ML'),
(17915, 'Action', 'The Abduction Application', 'ML'),
(17916, 'Action', 'The Hush', 'ML'),
(17917, 'Action', 'Babaing mandarambong', 'ML'),
(17918, 'Action', 'Dark Justice', 'ML'),
(17919, 'Action', 'T.J. Hooker: The Movie', 'ML'),
(17920, 'Action', 'The Winter Queen', 'ML'),
(17921, 'Action', 'El ejecutor', 'ML'),
(17922, 'Action', 'Akhtar ragol fil alam', 'ML'),
(17923, 'Action', 'Naa Manasukemaindi', 'ML'),
(17924, 'Action', 'Harvey Cole', 'ML'),
(17925, 'Action', 'El valle de la muerte', 'ML'),
(17926, 'Action', 'Corrado', 'ML'),
(17927, 'Action', 'The Water', 'ML'),
(17928, 'Action', 'Shpionskie igry: Pobeg', 'ML'),
(17929, 'Action', 'Longinus', 'ML'),
(17930, 'Action', 'Russian Terminator', 'ML'),
(17931, 'Action', 'No Fear: The Manny Pacquiao Story', 'ML'),
(17932, 'Action', 'Parugu', 'ML'),
(17933, 'Action', 'Cold River Rising', 'ML'),
(17934, 'Action', 'Blaze of Noon', 'ML'),
(17935, 'Action', 'Against the Law', 'ML'),
(17936, 'Action', 'DNT - Oi Timoroi', 'ML'),
(17937, 'Action', 'Ab to Jeene Do', 'ML'),
(17938, 'Action', 'Super Stache', 'ML'),
(17939, 'Action', 'Untitled MF 6: Bring the Rukus', 'ML'),
(17940, 'Action', 'Puthukkottaielerenthu Saravanan', 'ML'),
(17941, 'Action', 'Soldier as Thakur Daler Singh', 'ML'),
(17942, 'Action', 'Sonic Adventure', 'ML'),
(17943, 'Action', 'Marshals in Disguise', 'ML'),
(17944, 'Action', 'Cahill U.S. Marshal', 'ML'),
(17945, 'Action', 'Feng yun 2', 'ML'),
(17946, 'Action', 'The Final Game', 'ML'),
(17948, 'Action', 'Shi di chu ma', 'ML'),
(17949, 'Action', 'The Missing Bullet', 'ML'),
(17950, 'Action', 'Ninja Kill', 'ML'),
(17951, 'Action', 'Tong San ng foo', 'ML'),
(17952, 'Action', 'Malone', 'ML'),
(17953, 'Action', 'Year: Prologue', 'ML'),
(17954, 'Action', 'Lan se pi li hou', 'ML'),
(17955, 'Action', 'Carpocalypse', 'ML'),
(17956, 'Action', 'Maxwells Maniac', 'ML'),
(17957, 'Action', 'Defenders', 'ML'),
(17958, 'Action', 'Learning to Surf with Surfer Joe 2: Get Out, Get Up & Go!', 'ML'),
(17959, 'Action', 'Lupin the 3rd', 'ML'),
(17960, 'Action', 'Mynaa', 'ML'),
(17961, 'Action', 'Dino Hunter MD', 'ML'),
(17962, 'Action', 'Las ratas de la frontera', 'ML'),
(17963, 'Action', 'Wu Dang', 'ML'),
(17964, 'Action', 'Family Market', 'ML'),
(17965, 'Action', 'Virtua Fighter 4', 'ML'),
(17966, 'Action', 'Army of Two: The 40th Day', 'ML'),
(17967, 'Action', 'Los cacos de Peralvillo', 'ML'),
(17968, 'Action', 'Hell in a Cell', 'ML'),
(17969, 'Action', 'Django: la otra cara', 'ML'),
(17970, 'Action', 'Zooman', 'ML'),
(17971, 'Action', 'Contra Conspiracy', 'ML'),
(17972, 'Action', 'Go-Go Girls of the Apocalypse', 'ML'),
(17973, 'Action', 'Armada', 'ML'),
(17974, 'Action', 'Goonda', 'ML'),
(17975, 'Action', 'ABC Schutzmassnahmen', 'ML'),
(17976, 'Action', 'Osakaui wiroun byeol', 'ML'),
(17977, 'Action', 'Chinese Hero', 'ML'),
(17978, 'Action', 'The Cowboy Way', 'ML'),
(17979, 'Action', 'Far Cry Vengeance', 'ML'),
(17980, 'Action', 'Hitlar', 'ML'),
(17981, 'Action', 'Parched', 'ML'),
(17982, 'Action', 'Finding Wild Florida', 'ML'),
(17983, 'Action', 'Relentless: The Making of Elektra', 'ML'),
(17984, 'Action', 'Faster Emily Push, Push!', 'ML'),
(17985, 'Action', 'Tappev Tartu', 'ML'),
(17986, 'Action', 'Pendekar Liar', 'ML'),
(17987, 'Action', 'Erap Is My Guy', 'ML'),
(17988, 'Action', 'GR30k', 'ML'),
(17989, 'Action', 'Lac Taureau', 'ML'),
(17990, 'Action', 'Sangre de jinete', 'ML'),
(17991, 'Action', 'Pagadi Sambhaal Jatta', 'ML'),
(17992, 'Action', 'Teuggong woinbudae', 'ML'),
(17993, 'Action', 'Guevarra: Sa batas ko walang hari', 'ML'),
(17994, 'Action', 'Huwag mo akong subukan', 'ML'),
(17995, 'Action', 'Satyagrahi', 'ML'),
(17996, 'Action', 'Tama na, Erap', 'ML'),
(17997, 'Action', 'Bloodfist V: Human Target', 'ML'),
(17998, 'Action', 'Zen in the Art of Slaying Vampires', 'ML'),
(17999, 'Action', 'Escobar', 'ML'),
(18000, 'Action', 'Men of San Quentin', 'ML'),
(18001, 'Action', 'Asedillo', 'ML'),
(18002, 'Action', 'Allan, Burning', 'ML'),
(18003, 'Action', 'A Cowboys Silver Lining', 'ML'),
(18004, 'Action', 'Tong dang', 'ML'),
(18005, 'Action', 'The Adventures of Rock Duro', 'ML'),
(18006, 'Action', '4 Fun in 1', 'ML'),
(18007, 'Action', 'Red Barry', 'ML'),
(18008, 'Action', 'Cartucho cortado', 'ML'),
(18009, 'Action', 'Showdown at Area 51', 'ML'),
(18010, 'Action', 'Rebecca 2', 'ML'),
(18011, 'Action', 'Grinderman', 'ML'),
(18012, 'Action', 'Shao Lin si chuan qi', 'ML'),
(18013, 'Action', 'Crime File', 'ML'),
(18014, 'Action', 'Nikki and Viv', 'ML'),
(18015, 'Action', 'Mr. and Mrs. Smith', 'ML'),
(18016, 'Action', 'Fear Is the Key', 'ML'),
(18017, 'Action', 'Ssangdongi ggoma sarang', 'ML'),
(18018, 'Action', 'Sierra Madre, bundok ng hiwaga', 'ML'),
(18019, 'Action', 'Goemon', 'ML'),
(18020, 'Action', 'Emergency 2013', 'ML'),
(18021, 'Action', 'WWF in Your House: Mind Games', 'ML'),
(18022, 'Action', '400 Boys', 'ML'),
(18023, 'Action', 'Tom Clancys Ghost Recon: Shadow Wars', 'ML'),
(18024, 'Action', 'Naitsu kontakuto', 'ML'),
(18025, 'Action', 'Phantom: Phantom of Inferno', 'ML'),
(18026, 'Action', 'Aliens!?', 'ML'),
(18027, 'Action', 'Pistoleros anonimos', 'ML'),
(18028, 'Action', 'Con Games', 'ML'),
(18029, 'Action', 'Blood Street', 'ML'),
(18030, 'Action', 'Yongho daeryeon', 'ML'),
(18031, 'Action', 'Geomeun moja', 'ML'),
(18032, 'Action', 'Deaden', 'ML'),
(18033, 'Action', 'La Troca De 3 Colores', 'ML'),
(18034, 'Action', 'Flukt', 'ML'),
(18035, 'Action', 'Crimsan', 'ML'),
(18036, 'Action', 'No Compromise', 'ML'),
(18037, 'Action', 'Beam Invader', 'ML'),
(18038, 'Action', 'Tian shi xing dong III mo nu mo ri', 'ML'),
(18039, 'Action', 'Kung marunong kang magdasal, umpisahan mo na', 'ML'),
(18040, 'Action', 'Bi hu', 'ML'),
(18041, 'Action', 'Border Outlaws', 'ML'),
(18042, 'Action', 'Rikoshet', 'ML'),
(18043, 'Action', 'Ba guo lian jun', 'ML'),
(18044, 'Action', 'Yo soy el asesino', 'ML'),
(18045, 'Action', 'Supergang', 'ML'),
(18046, 'Action', 'Un hombre despiadado', 'ML'),
(18047, 'Action', 'Mazinger SKL', 'ML'),
(18048, 'Action', 'Shadows of Chinatown', 'ML'),
(18049, 'Action', 'Vampire Club 3D', 'ML'),
(18050, 'Action', 'Hanggat kaya kong lumaban', 'ML'),
(18051, 'Action', 'The Crazies', 'ML'),
(18052, 'Action', 'Shaolin ying xiong', 'ML'),
(18053, 'Action', 'The Disciple of Death', 'ML'),
(18054, 'Action', 'Max Havoc: Curse of the Dragon', 'ML'),
(18055, 'Action', 'Operation Delta Force 4: Deep Fault', 'ML'),
(18056, 'Action', 'The Bad Game', 'ML'),
(18057, 'Action', 'Pocket MuuMuu', 'ML'),
(18058, 'Action', 'Cobra at Lawin', 'ML'),
(18059, 'Action', 'Commissioner', 'ML'),
(18060, 'Action', 'Martian Successor Nadesico: The Motion Picture - Prince of Darkness', 'ML'),
(18061, 'Action', 'Kadiong Ngiti', 'ML'),
(18062, 'Action', 'Mind the Addiction', 'ML'),
(18063, 'Action', 'Chu zha hu', 'ML'),
(18064, 'Action', 'World of Warcraft: The Burning Crusade', 'ML'),
(18065, 'Action', 'The Defender', 'ML'),
(18066, 'Action', 'Fertilize', 'ML'),
(18067, 'Action', 'Pau mui', 'ML'),
(18068, 'Action', 'Hissatsu shigotonin V', 'ML'),
(18069, 'Action', 'Julius Styles: The International', 'ML'),
(18070, 'Action', 'Magic 8 Ball', 'ML'),
(18071, 'Action', 'Monster Madness: Grave Danger', 'ML'),
(18072, 'Action', 'The Mighty Orbots', 'ML'),
(18073, 'Action', 'Lang man feng bao', 'ML'),
(18074, 'Action', 'The Great Jewel Robbery', 'ML'),
(18075, 'Action', 'Star Wars: Jedi Knight - Mysteries of the Sith', 'ML'),
(18076, 'Action', 'Laser Battle', 'ML'),
(18077, 'Action', 'Operazione pilota', 'ML'),
(18078, 'Action', 'Nemuritorii', 'ML'),
(18079, 'Action', 'Who Let the Gods Out?', 'ML'),
(18080, 'Action', 'Zigzag', 'ML'),
(18081, 'Action', 'The Tour Guide', 'ML'),
(18082, 'Action', 'The Curse of Macha', 'ML'),
(18083, 'Action', 'Crater Face', 'ML'),
(18084, 'Action', 'Captain America: The First Avenger', 'ML'),
(18085, 'Action', 'Chao zhou da xiong', 'ML'),
(18086, 'Action', 'Prisoners of the Sun', 'ML'),
(18087, 'Action', 'Scanners III: The Takeover', 'ML'),
(18088, 'Action', 'Johan Falk: Leo Gaut', 'ML'),
(18089, 'Action', 'The Best of the Martial Arts Films', 'ML'),
(18090, 'Action', 'Street Heat', 'ML'),
(18091, 'Action', 'Crush Ball', 'ML'),
(18092, 'Action', 'Tomcat', 'ML'),
(18093, 'Action', 'Sleepless Night', 'ML'),
(18094, 'Action', 'Sonthakkaran', 'ML'),
(18095, 'Action', 'Archivos policiacos', 'ML'),
(18096, 'Action', 'Shamsherbaaz', 'ML'),
(18097, 'Action', 'Boboy Salonga: Batang Tondo', 'ML'),
(18098, 'Action', 'Black Sheep Squadron', 'ML'),
(18099, 'Action', 'Nidaime wa Christian', 'ML'),
(18100, 'Action', 'Space Ranger', 'ML'),
(18101, 'Action', 'Bachelors Club', 'ML'),
(18102, 'Action', 'PWG: The Musical', 'ML'),
(18103, 'Action', '5inui sahyeongsu', 'ML'),
(18104, 'Action', 'System Shock 2', 'ML'),
(18105, 'Action', 'Barrio 13, Part 2', 'ML'),
(18106, 'Action', 'Innocence Saga III: Return to Innocence', 'ML'),
(18107, 'Action', 'Command & Conquer: Red Alert - Counterstrike', 'ML'),
(18108, 'Action', 'Avengers Assemble', 'ML'),
(18109, 'Action', 'Deathlok', 'ML'),
(18110, 'Action', 'Kunoichi ninpo: Kannon biraki', 'ML'),
(18111, 'Action', 'Mapupulang rosas', 'ML'),
(18112, 'Action', 'Missionarys Soul', 'ML'),
(18113, 'Action', 'Until We Win', 'ML'),
(18114, 'Action', 'Deadly Rivals', 'ML'),
(18115, 'Action', 'Pulis patola 2', 'ML'),
(18116, 'Action', '5 vor 12', 'ML'),
(18117, 'Action', 'Crime, Inc.', 'ML'),
(18118, 'Action', 'Lost and Found Command: Rebels Without Because', 'ML'),
(18119, 'Action', 'Alyas Baby Chino', 'ML'),
(18120, 'Action', 'Fret nice', 'ML'),
(18121, 'Action', 'Urgency', 'ML'),
(18122, 'Action', 'Platypus', 'ML'),
(18123, 'Action', 'Moxy', 'ML'),
(18124, 'Action', 'WWF SmackDown! 2: Know Your Role', 'ML'),
(18125, 'Action', 'Warriors: Legends of Troy', 'ML'),
(18126, 'Action', 'Wardaat', 'ML'),
(18127, 'Action', 'Juego sucio en Casablanca', 'ML'),
(18128, 'Action', 'Underground 2', 'ML'),
(18129, 'Action', 'Rose of the Yukon', 'ML'),
(18130, 'Action', 'Le Petit Chef', 'ML'),
(18131, 'Action', 'Kingdom Hearts', 'ML'),
(18132, 'Action', 'Final Resolution', 'ML'),
(18133, 'Action', 'Sting of the Black Scorpion', 'ML'),
(18134, 'Action', 'Werner - Das muss kesseln!!!', 'ML'),
(18135, 'Action', 'Army 3D', 'ML'),
(18136, 'Action', 'Casus avcilari', 'ML'),
(18137, 'Action', 'WCW Uncensored', 'ML'),
(18138, 'Action', 'Kventinis Satvale', 'ML'),
(18139, 'Action', 'Skills for Actors: Weapon Handling Skills', 'ML'),
(18140, 'Action', 'Yang chi', 'ML'),
(18141, 'Action', 'Crazy Taxi 2', 'ML'),
(18142, 'Action', 'Blood Splatter', 'ML'),
(18143, 'Action', 'Riders of the Northwest Mounted', 'ML'),
(18144, 'Action', 'Hard Way Heroes', 'ML'),
(18145, 'Action', 'The Feds: Deception', 'ML'),
(18146, 'Action', 'Two Lovers', 'ML'),
(18147, 'Action', 'Gundown', 'ML'),
(18148, 'Action', 'The Batman vs. Dracula', 'ML'),
(18149, 'Action', 'Renfrew of the Royal Mounted', 'ML'),
(18150, 'Action', 'Into the Try Zone', 'ML'),
(18151, 'Action', 'Indy 4', 'ML'),
(18152, 'Action', 'Stunt Cycle', 'ML'),
(18153, 'Action', 'Zerkalnie voyni: Otrazhenie pervoye', 'ML'),
(18154, 'Action', 'C.I.D.', 'ML'),
(18155, 'Action', 'Choihui jeungin', 'ML'),
(18156, 'Action', 'Queen of Clubs', 'ML'),
(18157, 'Action', 'Tulisang dagat', 'ML'),
(18158, 'Action', 'Sanbiki no samurai', 'ML'),
(18159, 'Action', 'JTAC', 'ML'),
(18160, 'Action', 'Puthiya Mugham', 'ML'),
(18161, 'Action', 'Cita mortal', 'ML'),
(18162, 'Action', 'The Knights Templar', 'ML'),
(18163, 'Action', 'Guo shi wu shuang', 'ML'),
(18164, 'Action', 'Yes Yes Yall In', 'ML'),
(18165, 'Action', 'Cargas prohibidas', 'ML'),
(18166, 'Action', 'Strike of the Tortured Angels', 'ML'),
(18167, 'Action', 'Violencia en las calles', 'ML'),
(18168, 'Action', 'Mayor latigo', 'ML'),
(18169, 'Action', 'Pretty, Baby, Machine', 'ML'),
(18170, 'Action', 'Real bout garou densetsu special', 'ML'),
(18171, 'Action', 'La clave del acordeon', 'ML'),
(18172, 'Action', 'The Deathworms of Kratos', 'ML'),
(18173, 'Action', 'Frontera maldita', 'ML'),
(18174, 'Action', 'Conan and the Young Warriors', 'ML'),
(18175, 'Action', 'The Haunted Mansion', 'ML'),
(18176, 'Action', 'Paldaejangmun', 'ML'),
(18177, 'Action', 'Balloon Bomber', 'ML'),
(18178, 'Action', 'South of Arizona', 'ML'),
(18179, 'Action', 'Wangan Full Throttle', 'ML'),
(18180, 'Action', 'Ima, soko ni iru boku', 'ML'),
(18181, 'Action', 'Ultima Online: Kingdom Reborn', 'ML'),
(18182, 'Action', 'Brescia uccide', 'ML'),
(18183, 'Action', 'Bounty Tracker', 'ML'),
(18184, 'Action', 'Gamera 3: Iris kakusei', 'ML'),
(18185, 'Action', 'Hwangyaui wipali', 'ML'),
(18186, 'Action', 'El potro y la zaina', 'ML'),
(18187, 'Action', 'Lone Survivor', 'ML'),
(18188, 'Action', 'The Amazing Race', 'ML'),
(18189, 'Action', 'Quantum Redshift', 'ML'),
(18190, 'Action', 'Sang sei kuen chuk', 'ML'),
(18191, 'Action', 'Nam Angels', 'ML'),
(18192, 'Action', 'Animal', 'ML'),
(18193, 'Action', 'City of Justice', 'ML'),
(18194, 'Action', 'Vigilante Cop', 'ML'),
(18195, 'Action', 'Alamat ng 7 kilabot', 'ML'),
(18196, 'Action', 'V mirnye dni', 'ML'),
(18197, 'Action', 'Drums of Fu Manchu', 'ML'),
(18198, 'Action', 'Destination Wild', 'ML'),
(18199, 'Action', 'Walang pagkalupig', 'ML'),
(18200, 'Action', 'I epohi ton asevon', 'ML'),
(18201, 'Action', 'Unparalleled 3: Soul Slide', 'ML'),
(18202, 'Action', 'Jie shi ying xiong', 'ML'),
(18203, 'Action', 'Alls Swell That Ends Swell', 'ML'),
(18204, 'Action', 'Bo ming', 'ML'),
(18205, 'Action', 'Sub-Mariner', 'ML'),
(18206, 'Action', 'The Legend of the Green Mister', 'ML'),
(18207, 'Action', 'Crackdown Mission', 'ML'),
(18208, 'Action', 'Dragonball Z Tenkaichi Tag Team', 'ML'),
(18209, 'Action', 'Death Promise', 'ML'),
(18210, 'Action', 'Hindi ako pahuhuli ng buhay', 'ML'),
(18211, 'Action', 'Metro-2', 'ML'),
(18212, 'Action', 'Glastonbury: Isle of Light', 'ML'),
(18213, 'Action', 'Katav Plili', 'ML'),
(18214, 'Action', 'Konservy', 'ML'),
(18215, 'Action', 'Kavaliers', 'ML'),
(18216, 'Action', 'Du ba tian xia', 'ML'),
(18217, 'Action', 'Charity Hurts', 'ML'),
(18218, 'Action', 'Sloth', 'ML'),
(18219, 'Action', 'Maken X', 'ML'),
(18220, 'Action', 'Polar Explorer', 'ML'),
(18221, 'Action', 'Mi querido Tom Mix', 'ML'),
(18222, 'Action', 'La sfida dei giganti', 'ML'),
(18223, 'Action', 'Atlanta Blue', 'ML'),
(18224, 'Action', 'Midnight Club: Los Angeles', 'ML'),
(18225, 'Action', 'Garo: Makaisenki', 'ML'),
(18226, 'Action', 'Yu tou dai lao ben tu di', 'ML'),
(18227, 'Action', 'Epic Studies', 'ML'),
(18228, 'Action', 'Below the Line', 'ML'),
(18229, 'Action', 'P+S Cam X35 Imagemovie', 'ML'),
(18230, 'Action', 'Seeds of Arkham', 'ML'),
(18231, 'Action', 'Hysperia', 'ML'),
(18232, 'Action', 'Just Another Noir: Lean Cut', 'ML'),
(18233, 'Action', 'Filmic Sculpture, Num. 3', 'ML'),
(18234, 'Action', 'Trial 27B', 'ML'),
(18235, 'Action', 'Klein Londen, Klein Berlijn', 'ML'),
(18236, 'Action', 'Shuai ya lao hu', 'ML'),
(18237, 'Action', 'Kogane no Shiro', 'ML'),
(18238, 'Action', 'Linconnu de Shandigor', 'ML'),
(18239, 'Action', 'Killer Pizza', 'ML'),
(18240, 'Action', 'Johnny Rocky Tanggo Part IV', 'ML'),
(18241, 'Action', 'Another Heist', 'ML'),
(18242, 'Action', 'Trivial Things That People Say in Normal Letters', 'ML'),
(18243, 'Action', 'Tiagong Akyat', 'ML'),
(18244, 'Action', 'El hijo del diablo', 'ML'),
(18245, 'Action', 'Jingi', 'ML'),
(18246, 'Action', 'Chained Fury: Lesbian Slave Desires', 'ML'),
(18247, 'Action', 'The Ibiza Connection', 'ML'),
(18248, 'Action', 'Mask of the Ninja', 'ML'),
(18249, 'Action', 'Anjaam', 'ML'),
(18250, 'Action', 'Sweet Blood', 'ML'),
(18251, 'Action', 'Bustin Palermo', 'ML'),
(18252, 'Action', 'Sandakot na bala', 'ML'),
(18253, 'Action', 'Naked Avenger', 'ML'),
(18254, 'Action', 'Gods Gold', 'ML'),
(18255, 'Action', 'FMW: Legend Dawns', 'ML'),
(18256, 'Action', 'Du long tan', 'ML'),
(18257, 'Action', 'Yoozpalang', 'ML'),
(18258, 'Action', 'Nest of Lies', 'ML'),
(18259, 'Action', 'White Elephant', 'ML'),
(18260, 'Action', 'Hit or Miss', 'ML'),
(18261, 'Action', 'Yonggwon sasu', 'ML'),
(18262, 'Action', 'Kenka no gokui Toppamono bangaichi', 'ML'),
(18263, 'Action', 'Sitaramaraju', 'ML'),
(18264, 'Action', 'Worlds Strongest Man', 'ML'),
(18265, 'Action', 'Da qi ying xiong chuan', 'ML'),
(18266, 'Action', 'Kiru', 'ML'),
(18267, 'Action', 'Shenmue Online', 'ML'),
(18268, 'Action', 'Join the Mosaic', 'ML'),
(18269, 'Action', '2005 Taurus World Stunt Awards', 'ML'),
(18270, 'Action', 'Alyas Sakay', 'ML'),
(18271, 'Action', 'Mosagadu', 'ML'),
(18272, 'Action', 'Soy Michoacano Paisano', 'ML'),
(18273, 'Action', 'Space Odyssey', 'ML'),
(18274, 'Action', 'Iron Cross', 'ML'),
(18275, 'Action', 'Touch of Truth', 'ML'),
(18276, 'Action', 'Human Factor', 'ML'),
(18277, 'Action', 'Rescue Force', 'ML'),
(18278, 'Action', 'Dos fieras indomables', 'ML'),
(18280, 'Action', 'Pirates: Quest for Snake Island', 'ML'),
(18281, 'Action', 'Junior G-Men of the Air', 'ML'),
(18282, 'Action', 'The Nameless', 'ML'),
(18283, 'Action', 'Daigdig ng matatapang', 'ML'),
(18284, 'Action', 'Hashtpa', 'ML'),
(18285, 'Action', 'Shanty Town Show Down', 'ML'),
(18286, 'Action', 'The Zen Warrior', 'ML'),
(18287, 'Action', 'Jie quan da dong kau', 'ML'),
(18288, 'Action', 'Shao Lin sha jie', 'ML'),
(18289, 'Action', 'Furia', 'ML'),
(18290, 'Action', 'Hwanghonui geomgaek', 'ML'),
(18291, 'Action', 'Walking the Edge', 'ML'),
(18292, 'Action', 'The Beat-Up', 'ML'),
(18293, 'Action', 'Secret Scout in the Temple of Demise', 'ML'),
(18294, 'Action', 'Athanokkade', 'ML'),
(18295, 'Action', 'Stealth Fighter', 'ML'),
(18296, 'Action', 'Code Name: Wild Card', 'ML'),
(18297, 'Action', 'Aztec Warrior', 'ML'),
(18298, 'Action', 'Ulo ng gapo', 'ML'),
(18299, 'Action', 'Lucille Love: The Girl of Mystery', 'ML'),
(18300, 'Action', 'Symphonys Target', 'ML'),
(18301, 'Action', 'Mezzo DSA', 'ML'),
(18302, 'Action', 'Yongmun hogaek', 'ML'),
(18303, 'Action', 'Heatseeker', 'ML'),
(18304, 'Action', 'State of Emergency 2', 'ML'),
(18305, 'Action', 'The Honorary Consul', 'ML'),
(18306, 'Action', 'Ryoma wo kitta otoko', 'ML'),
(18307, 'Action', 'Kick of Death', 'ML'),
(18308, 'Action', 'Nerd Gladiators', 'ML'),
(18309, 'Action', 'Hanmaethin yeogeomgaek', 'ML'),
(18310, 'Action', 'El rafaga', 'ML'),
(18311, 'Action', 'Race for Glory', 'ML'),
(18312, 'Action', 'Hui ba! Ja fit yan bing tuen', 'ML'),
(18313, 'Action', 'Bounty Killer', 'ML'),
(18314, 'Action', 'Doragonzu kuraun', 'ML'),
(18315, 'Action', 'Inuyasha - Kagami no naka no mugenjou', 'ML'),
(18316, 'Action', 'Mad Lead for Banjo Bubba Red', 'ML'),
(18317, 'Action', 'Whodunit?', 'ML'),
(18318, 'Action', 'Circle of Fear', 'ML'),
(18319, 'Action', 'The Holiday Club', 'ML'),
(18320, 'Action', 'Bangkay mo akong hahakbangin', 'ML'),
(18321, 'Action', 'Ben Balasador: Akin ang huling alas', 'ML'),
(18322, 'Action', 'Wild Waters', 'ML'),
(18323, 'Action', 'Mighty Max', 'ML'),
(18324, 'Action', 'Jakes Road', 'ML'),
(18325, 'Action', 'SVC Chaos: SNK vs. Capcom', 'ML'),
(18326, 'Action', 'Baliktaran', 'ML'),
(18327, 'Action', 'Kala Bazar', 'ML'),
(18328, 'Action', 'Kung Fu Femmes, Part 7', 'ML'),
(18329, 'Action', 'Worlds Wildest Police Videos', 'ML'),
(18330, 'Action', 'Kahani Kismat Ki', 'ML'),
(18331, 'Action', 'The Killer Plants', 'ML'),
(18332, 'Action', 'Tridev', 'ML'),
(18333, 'Action', 'Mang quan gui shou', 'ML'),
(18334, 'Action', 'Alpha Protocol', 'ML'),
(18335, 'Action', 'Boksuneun naege matgyeora', 'ML'),
(18336, 'Action', 'Scooter Shooter', 'ML'),
(18337, 'Action', 'Slow Bullet', 'ML'),
(18338, 'Action', 'Meri Lalkaar', 'ML'),
(18339, 'Action', 'Shuang xia', 'ML'),
(18340, 'Action', 'Dolares sangrientos', 'ML'),
(18341, 'Action', 'Sikandera', 'ML'),
(18342, 'Action', 'Big Bumpin', 'ML'),
(18343, 'Action', 'Worlds Deadliest Volcanoes', 'ML'),
(18344, 'Action', 'Shawnee', 'ML'),
(18345, 'Action', 'The Prospector', 'ML'),
(18346, 'Action', 'His Majesty 2', 'ML'),
(18347, 'Action', 'Jin mian xia', 'ML'),
(18348, 'Action', 'The Last Bad Neighborhood', 'ML'),
(18349, 'Action', 'Adhurs', 'ML'),
(18350, 'Action', 'Hua pi', 'ML'),
(18351, 'Action', 'Dante Diamante', 'ML'),
(18352, 'Action', 'Poslednji krug u Monci', 'ML'),
(18353, 'Action', 'Si wang mo ta', 'ML'),
(18354, 'Action', 'Hua Bilian bi hun', 'ML'),
(18355, 'Action', 'Game Boys', 'ML'),
(18356, 'Action', 'The Red Face of Fury', 'ML'),
(18357, 'Action', 'Mistress of Souls', 'ML'),
(18358, 'Action', 'The Summer Mountain Mix Up', 'ML'),
(18359, 'Action', 'Wing Commander Saga', 'ML'),
(18360, 'Action', 'Texana cien X #7', 'ML'),
(18361, 'Action', 'Moeru yusha', 'ML'),
(18362, 'Action', 'Wo hu cang long', 'ML'),
(18363, 'Action', 'Cholos empericados 2', 'ML'),
(18364, 'Action', 'Ang dragon sa maskarang bakal', 'ML'),
(18365, 'Action', 'Generation Five', 'ML'),
(18366, 'Action', 'Manden med de ni Fingre II', 'ML'),
(18367, 'Action', 'Adventures of Texas Jack', 'ML'),
(18368, 'Action', 'Privateer 2: The Darkening', 'ML'),
(18369, 'Action', 'Traficantes de Laredo', 'ML'),
(18370, 'Action', 'The Golden Box', 'ML'),
(18371, 'Action', 'TNA Wrestling: Slammiversary', 'ML'),
(18372, 'Action', 'Rangbaaz', 'ML'),
(18373, 'Action', 'Chop Socky Chooks', 'ML'),
(18374, 'Action', 'Chek ji kuen wong', 'ML'),
(18375, 'Action', 'Zan Kabuki', 'ML'),
(18376, 'Action', 'Yu yan qing nong', 'ML'),
(18377, 'Action', 'Fighters High', 'ML'),
(18378, 'Action', 'Humanda ka babalikan kita', 'ML'),
(18379, 'Action', 'Madness in the First Degree', 'ML'),
(18381, 'Action', 'Las doce tumbas II', 'ML'),
(18382, 'Action', 'Clavo colombiano', 'ML'),
(18383, 'Action', 'Esteban', 'ML'),
(18384, 'Action', 'Pyataya kazn', 'ML'),
(18385, 'Action', '80 Minutes', 'ML'),
(18386, 'Action', 'Magtago ka na sa pinangalingan mo', 'ML'),
(18387, 'Action', 'Model by Day', 'ML'),
(18388, 'Action', 'Man of Might', 'ML'),
(18389, 'Action', 'Sperrgebiet: Diamantgebied No. 1', 'ML'),
(18390, 'Action', 'Marios Time Machine', 'ML'),
(18391, 'Action', 'Tsel', 'ML'),
(18392, 'Action', 'Combat Zone', 'ML'),
(18393, 'Action', 'American Roulette', 'ML'),
(18394, 'Action', 'Ji', 'ML'),
(18395, 'Action', 'Men in Black II: Alien Escape', 'ML'),
(18396, 'Action', 'The Pirates of Blood River', 'ML'),
(18397, 'Action', 'Baggage Hill', 'ML'),
(18398, 'Action', 'La guerrera vengadora', 'ML'),
(18399, 'Action', 'Velai', 'ML'),
(18400, 'Action', 'Eighteen Wheeler: American Pro Trucker', 'ML'),
(18401, 'Action', 'The Big Four', 'ML'),
(18402, 'Action', 'UPW: Rage at the River', 'ML'),
(18403, 'Action', 'Battle Cruiser M-12', 'ML'),
(18404, 'Action', 'K.L menjerit 1', 'ML'),
(18405, 'Action', 'Batman: The Brave and the Bold - The Videogame', 'ML'),
(18406, 'Action', 'Awake OSleeper', 'ML'),
(18407, 'Action', 'The Screaming Shadow', 'ML'),
(18408, 'Action', 'Danilo Ronquillo: Cavite Boy', 'ML'),
(18409, 'Action', 'Beast Boxing', 'ML'),
(18410, 'Action', 'La vendetta di Ursus', 'ML'),
(18411, 'Action', 'Dus', 'ML'),
(18412, 'Action', 'WWF: Action!', 'ML'),
(18413, 'Action', 'Gui ma tian shi', 'ML'),
(18414, 'Action', 'Feng yun ba qian li', 'ML'),
(18415, 'Action', 'Garv: Pride and Honour', 'ML'),
(18416, 'Action', 'The Arizona Cyclone', 'ML'),
(18417, 'Action', 'The Cat Burglars', 'ML'),
(18418, 'Action', 'Jidu zhongfan', 'ML'),
(18419, 'Action', 'Uppukandam Brothers Back in Action', 'ML'),
(18420, 'Action', 'Lethal Commission', 'ML'),
(18421, 'Action', 'The Grabbers', 'ML'),
(18422, 'Action', 'Liberez nous du mal', 'ML'),
(18423, 'Action', 'Boose bar labhaye khoonin', 'ML'),
(18424, 'Action', 'Captain Video and His Cartoon Rangers', 'ML'),
(18425, 'Action', 'Dropship: United Peace Force', 'ML'),
(18426, 'Action', 'Warp-1', 'ML'),
(18427, 'Action', 'Bruka: Queen of Evil', 'ML'),
(18428, 'Action', 'Condition Red', 'ML'),
(18429, 'Action', 'Youre Wonderful 2', 'ML'),
(18430, 'Action', 'Medrano', 'ML'),
(18431, 'Action', 'Pogovorim, brat', 'ML'),
(18432, 'Action', 'The Empty Hands', 'ML'),
(18433, 'Action', 'Hoodoo Voodoo', 'ML'),
(18434, 'Action', 'Chinatown 2: The Vigilantes', 'ML'),
(18435, 'Action', 'Ultimate Force', 'ML'),
(18436, 'Action', 'Launch', 'ML'),
(18437, 'Action', 'The Hell in the Pacific', 'ML'),
(18438, 'Action', 'Maati Maangey Khoon', 'ML'),
(18439, 'Action', 'Glory at Dawn', 'ML'),
(18440, 'Action', 'Den angela', 'ML'),
(18441, 'Action', 'The Final Comedown', 'ML'),
(18442, 'Action', 'Resistance: Retribution', 'ML'),
(18443, 'Action', 'Cartuchos mortales', 'ML'),
(18444, 'Action', 'Doom II: Hell on Earth', 'ML'),
(18445, 'Action', 'Feng liu Qianlong', 'ML'),
(18446, 'Action', 'Ba cai Lin Ya Zhen', 'ML'),
(18447, 'Action', 'El cuerno del diablo', 'ML'),
(18448, 'Action', '3 Minute Gaps', 'ML'),
(18449, 'Action', 'Arizona Iced Tea Commercial', 'ML'),
(18450, 'Action', 'WWE Raw 2: Ruthless Aggression', 'ML'),
(18451, 'Action', 'Boy Kristiano', 'ML'),
(18452, 'Action', 'Unusual', 'ML'),
(18453, 'Action', 'El orgullo de los mojados', 'ML'),
(18454, 'Action', 'Zombie Squash', 'ML'),
(18455, 'Action', 'Avengers', 'ML'),
(18456, 'Action', 'Haiducii', 'ML'),
(18457, 'Action', 'Ultimate Demolition Derby', 'ML'),
(18458, 'Action', 'La Muerte De Un Traficante', 'ML'),
(18459, 'Action', 'Miao shan bai mao nu xia ji', 'ML'),
(18460, 'Action', 'Moorhuhn 3... es gibt Huhn!', 'ML'),
(18461, 'Action', 'Heavy Unit', 'ML'),
(18462, 'Action', 'Da feng xia', 'ML'),
(18463, 'Action', 'Misja Afganistan', 'ML'),
(18464, 'Action', 'Humanoids from the Deep', 'ML'),
(18465, 'Action', 'The Playtrix', 'ML'),
(18466, 'Action', 'Hard Edge', 'ML'),
(18467, 'Action', 'U prolazu', 'ML'),
(18468, 'Action', 'Deadly Consequences', 'ML'),
(18469, 'Action', 'Speed Demon', 'ML'),
(18470, 'Action', 'Anak ko ... Lando', 'ML'),
(18471, 'Action', 'From Tokyo with Love', 'ML'),
(18472, 'Action', 'Race for the Yankee Zephyr', 'ML'),
(18473, 'Action', 'Splatter Rampage Wrestling', 'ML'),
(18474, 'Action', 'Force Headquarters 2', 'ML'),
(18475, 'Action', 'Fist of Legend 2: Iron Bodyguards', 'ML'),
(18476, 'Action', 'Air Marshal', 'ML'),
(18477, 'Action', '009-1', 'ML'),
(18478, 'Action', 'Conductas obsesivas', 'ML'),
(18479, 'Action', 'Chinatown 2', 'ML'),
(18480, 'Action', 'ECW November 2 Remember 97', 'ML'),
(18481, 'Action', 'Senator', 'ML'),
(18482, 'Action', 'Dharma Karma', 'ML'),
(18483, 'Action', 'ECW Gangstas Paradise', 'ML'),
(18484, 'Action', 'Soitan Manush', 'ML'),
(18485, 'Action', 'Samadhi', 'ML'),
(18486, 'Action', 'The Showtime Kick: The Anthony Pettis Story', 'ML'),
(18487, 'Action', 'Blackbelt Avengers', 'ML'),
(18488, 'Action', 'A Better Way', 'ML'),
(18489, 'Action', 'Block Buster', 'ML'),
(18490, 'Action', 'Tumi Amar Swami', 'ML'),
(18491, 'Action', 'Kanoon Ka Shikaar', 'ML'),
(18492, 'Action', 'Ninja Knight Brothers of Blood', 'ML'),
(18493, 'Action', 'Double Bang', 'ML'),
(18494, 'Action', 'Ses Soldate', 'ML'),
(18495, 'Action', 'Fo zhang luo han quan', 'ML'),
(18496, 'Action', 'Sheng gang qi bing di san ji', 'ML'),
(18497, 'Action', 'War and Love', 'ML'),
(18498, 'Action', 'Joe Blade', 'ML'),
(18499, 'Action', 'Gong Fu Yong Chun', 'ML'),
(18500, 'Action', 'WWE Hall of Fame 2009', 'ML'),
(18501, 'Action', 'Province 77', 'ML'),
(18502, 'Action', 'The Further Adventures of Doc Holliday', 'ML'),
(18503, 'Action', 'Swine', 'ML'),
(18504, 'Action', 'Santo contra los asesinos de otros mundos', 'ML'),
(18505, 'Action', 'Then maerku paruva kaatru', 'ML'),
(18506, 'Action', 'Dito sa balat ng lupa', 'ML'),
(18507, 'Action', 'Youre Not Safe Here', 'ML'),
(18508, 'Action', 'Freedom Formula', 'ML'),
(18509, 'Action', 'Markadong hudas', 'ML'),
(18510, 'Action', 'La dama de la Texana 1000x', 'ML'),
(18511, 'Action', 'A sangre fria', 'ML'),
(18512, 'Action', 'El pozolero', 'ML'),
(18513, 'Action', 'Sierra Madre', 'ML'),
(18514, 'Action', 'Fast and the Furious: Tokyo Drift - The Japanese Way', 'ML'),
(18515, 'Action', 'El padre de la D.E.A.', 'ML'),
(18516, 'Action', 'Tasogare no youjutsu', 'ML'),
(18517, 'Action', 'Amar Saheed Bhagat Singh', 'ML'),
(18518, 'Action', 'WCW Slamboree 1999', 'ML'),
(18519, 'Action', 'Universal Soldier: The Return', 'ML'),
(18520, 'Action', 'Ri guang xia gu', 'ML'),
(18521, 'Action', 'Safari 3000', 'ML'),
(18522, 'Action', 'Fuga en la noche', 'ML'),
(18524, 'Action', 'Dog Patch', 'ML'),
(18525, 'Action', 'Rakht Charitra - 2', 'ML'),
(18526, 'Action', 'The Helicopter Spies', 'ML'),
(18527, 'Action', 'The Dragon Force Connection', 'ML'),
(18528, 'Action', 'Abducted II: The Reunion', 'ML'),
(18529, 'Action', 'S.T.A.B.', 'ML'),
(18530, 'Action', 'Justice League: The New Frontier', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(18531, 'Action', 'Iron Man: Armored Adventures', 'ML'),
(18532, 'Action', 'Mission: Imp', 'ML'),
(18533, 'Action', 'Psycho Sex Killer', 'ML'),
(18534, 'Action', 'Juggernaut', 'ML'),
(18535, 'Action', 'Phoolan Devi', 'ML'),
(18536, 'Action', 'Sled Storm', 'ML'),
(18537, 'Action', 'Da sha xing', 'ML'),
(18538, 'Action', 'Murder in a Miniskirt', 'ML'),
(18539, 'Action', 'Sweet Science', 'ML'),
(18540, 'Action', 'Hechenle gordas al perro', 'ML'),
(18541, 'Action', 'Chronicles of the Mayan Tunnel', 'ML'),
(18542, 'Action', 'Vaasthavam', 'ML'),
(18543, 'Action', 'SpyHunter', 'ML'),
(18544, 'Action', 'Scarfies', 'ML'),
(18545, 'Action', 'Elsa Shakal: The Curse of Raga', 'ML'),
(18546, 'Action', 'Mersey Cop', 'ML'),
(18547, 'Action', 'Big Time Berto', 'ML'),
(18548, 'Action', 'Dimas at Magdalena', 'ML'),
(18549, 'Action', 'Street of Dreams', 'ML'),
(18550, 'Action', 'The Further Adventures of Tennessee Buck', 'ML'),
(18551, 'Action', 'Super Hong Kil-dong', 'ML'),
(18552, 'Action', 'Area 49', 'ML'),
(18553, 'Action', 'Heroes of Might and Magic', 'ML'),
(18554, 'Action', 'Oram Po', 'ML'),
(18555, 'Action', 'Condicional', 'ML'),
(18556, 'Action', 'Pedal-Driven: A Bikeumentary', 'ML'),
(18557, 'Action', 'Spy Hard', 'ML'),
(18558, 'Action', 'Reproject', 'ML'),
(18559, 'Action', 'Rogue Ops', 'ML'),
(18560, 'Action', 'Undead Soccer', 'ML'),
(18561, 'Action', 'Kilos de muerte', 'ML'),
(18562, 'Action', 'Ringwood Forest', 'ML'),
(18563, 'Action', 'Real Steel 2', 'ML'),
(18564, 'Action', 'Maut Ki Lalkar', 'ML'),
(18565, 'Action', 'Saboteur', 'ML'),
(18566, 'Action', 'The Locator', 'ML'),
(18567, 'Action', 'Blackbird Rising', 'ML'),
(18568, 'Action', 'Jack of Diamond', 'ML'),
(18569, 'Action', 'The Sea Bat', 'ML'),
(18570, 'Action', 'Def-Con 4', 'ML'),
(18571, 'Action', 'ESWAT: Cyber Police', 'ML'),
(18572, 'Action', 'Rocks and Hard Places', 'ML'),
(18573, 'Action', 'Monster Brawl', 'ML'),
(18574, 'Action', 'Spawn: Armageddon', 'ML'),
(18575, 'Action', 'Timecop: The Berlin Decision', 'ML'),
(18576, 'Action', 'Aian kingu', 'ML'),
(18577, 'Action', 'Gone Dark', 'ML'),
(18578, 'Action', 'Hanyang geondal', 'ML'),
(18579, 'Action', 'Lung Fu Moon', 'ML'),
(18580, 'Action', 'WCW Road Wild 98', 'ML'),
(18581, 'Action', 'Shi lai yun dao', 'ML'),
(18582, 'Action', 'National Treasure', 'ML'),
(18583, 'Action', 'The 404', 'ML'),
(18584, 'Action', 'The Knights Divide', 'ML'),
(18585, 'Action', 'Remp-It', 'ML'),
(18586, 'Action', 'Punto de Fuga', 'ML'),
(18587, 'Action', 'Road of No Return', 'ML'),
(18588, 'Action', 'Reincarnated', 'ML'),
(18589, 'Action', 'Bullets Over Breakfast', 'ML'),
(18590, 'Action', 'TMNT', 'ML'),
(18591, 'Action', 'Sha jue', 'ML'),
(18592, 'Action', 'Blind & Heavy', 'ML'),
(18593, 'Action', 'Epic Battle', 'ML'),
(18594, 'Action', 'Nakshatra Poratam', 'ML'),
(18595, 'Action', 'R.P.G.', 'ML'),
(18596, 'Action', 'Medal of Honor: Warfighter', 'ML'),
(18597, 'Action', 'Awwal Number', 'ML'),
(18598, 'Action', 'Una calle sin salida', 'ML'),
(18599, 'Action', 'Police Explorers 2011', 'ML'),
(18600, 'Action', 'The Nutcracker in 3D', 'ML'),
(18601, 'Action', 'Wai tan long she', 'ML'),
(18602, 'Action', 'Estrella negra', 'ML'),
(18603, 'Action', 'Serious Sam: The Second Encounter', 'ML'),
(18604, 'Action', 'Alice in Wasteland', 'ML'),
(18605, 'Action', 'Den perfekta bilden', 'ML'),
(18606, 'Action', 'Shaitan', 'ML'),
(18607, 'Action', 'Takas sa impiyerno', 'ML'),
(18608, 'Action', 'Relay', 'ML'),
(18609, 'Action', 'The Guillotines', 'ML'),
(18610, 'Action', 'D. D. Crew', 'ML'),
(18611, 'Action', 'Fire Barrel', 'ML'),
(18612, 'Action', 'La ruta blanca', 'ML'),
(18613, 'Action', 'Contrato con la muerte', 'ML'),
(18614, 'Action', 'City of Light', 'ML'),
(18615, 'Action', 'Mission Batangas', 'ML'),
(18616, 'Action', 'Bad Placas', 'ML'),
(18617, 'Action', 'Kambakkht Ishq', 'ML'),
(18618, 'Action', 'Casaque damier... toque blanche', 'ML'),
(18619, 'Action', 'Il cacciatore di uomini', 'ML'),
(18620, 'Action', 'Porposti', 'ML'),
(18621, 'Action', 'Hyeobbagja', 'ML'),
(18622, 'Action', 'Alfredo Lim', 'ML'),
(18623, 'Action', 'Kidlat Meets Gringo', 'ML'),
(18624, 'Action', 'Aakhri Muqabala', 'ML'),
(18625, 'Action', 'Eeo siti', 'ML'),
(18626, 'Action', 'Titan Quest', 'ML'),
(18627, 'Action', 'Terrorist Hunt', 'ML'),
(18628, 'Action', 'Cop on the Edge IX: Prelude to Justice', 'ML'),
(18629, 'Action', 'X-Treme Mission 3D', 'ML'),
(18630, 'Action', 'Sentencia de narcoticos', 'ML'),
(18631, 'Action', 'Modus Operandi', 'ML'),
(18632, 'Action', 'Il solitario', 'ML'),
(18633, 'Action', 'Behind the Eyes of a Hitman', 'ML'),
(18634, 'Action', 'Sindoor Aur Bandook', 'ML'),
(18635, 'Action', 'El Reo 1025', 'ML'),
(18636, 'Action', 'Pea on the Screws', 'ML'),
(18637, 'Action', 'V polose priboya', 'ML'),
(18638, 'Action', 'Hawaii Five-0', 'ML'),
(18639, 'Action', 'Boy Paltik Triggerman', 'ML'),
(18640, 'Action', 'Bao wei zhan dui zhi chu dong la! Peng you!', 'ML'),
(18641, 'Action', 'AWS: Halloween Slaughterhouse 2', 'ML'),
(18642, 'Action', 'Wan li xiong hua', 'ML'),
(18643, 'Action', 'Alien Agent', 'ML'),
(18644, 'Action', 'Buckskin Empire', 'ML'),
(18645, 'Action', 'Bendita TV', 'ML'),
(18646, 'Action', 'Space Trek', 'ML'),
(18647, 'Action', 'Lakshyam', 'ML'),
(18648, 'Action', 'Tie qi men', 'ML'),
(18649, 'Action', 'Still Falls the Rain', 'ML'),
(18650, 'Action', 'Fantomas', 'ML'),
(18651, 'Action', 'Dope Game 2', 'ML'),
(18652, 'Action', 'Volkodav', 'ML'),
(18653, 'Action', 'Lacson, batas ng Navotas', 'ML'),
(18654, 'Action', 'Totem', 'ML'),
(18655, 'Action', 'Doritos Crash Course', 'ML'),
(18656, 'Action', 'The Gun That Won the West', 'ML'),
(18657, 'Action', 'Meta Fox', 'ML'),
(18658, 'Action', 'Maton sa Maton', 'ML'),
(18659, 'Action', 'M.P.H.', 'ML'),
(18660, 'Action', 'White House Down', 'ML'),
(18661, 'Action', 'Huang jia shi jie zhi III: Ci xiong da dao', 'ML'),
(18662, 'Action', 'Da Li gong zhu', 'ML'),
(18663, 'Action', 'Delta Force Commando II: Priority Red One', 'ML'),
(18664, 'Action', 'Blood, Sweat and Bullets', 'ML'),
(18665, 'Action', 'Pod prikritie', 'ML'),
(18666, 'Action', 'Kai Kodukkam Kai', 'ML'),
(18667, 'Action', 'Kingdom Hearts Re: Chain of Memories', 'ML'),
(18668, 'Action', 'Corvette', 'ML'),
(18669, 'Action', 'Mariano Mison... NBI', 'ML'),
(18670, 'Action', 'Battle City', 'ML'),
(18671, 'Action', 'Bullet of Life', 'ML'),
(18672, 'Action', 'Ozon I', 'ML'),
(18673, 'Action', 'Equalizer 2000', 'ML'),
(18674, 'Action', 'The Sad Cafe', 'ML'),
(18675, 'Action', 'Bionic Ever After?', 'ML'),
(18676, 'Action', 'Midnight Panther', 'ML'),
(18677, 'Action', 'Kahit sa bala kakapit ako', 'ML'),
(18678, 'Action', 'Suno Sasurjee', 'ML'),
(18679, 'Action', 'Zila Ghaziabad', 'ML'),
(18680, 'Action', 'Ninja: Silent Assassin', 'ML'),
(18681, 'Action', 'The Rocky Horror Show', 'ML'),
(18682, 'Action', 'Commando terrorista', 'ML'),
(18683, 'Action', 'Khel Khilari Ka', 'ML'),
(18684, 'Action', 'Rip Off', 'ML'),
(18685, 'Action', 'Tron: Evolution - Battle Grids', 'ML'),
(18686, 'Action', 'Sponsor Me, Jake', 'ML'),
(18687, 'Action', 'Fo Shan Zan xian sheng', 'ML'),
(18688, 'Action', 'Hit the Road', 'ML'),
(18689, 'Action', 'Jue sha ling', 'ML'),
(18690, 'Action', 'The Kentucky Derby', 'ML'),
(18691, 'Action', 'Teiruzu obu fantajia: Narikiri danjon X', 'ML'),
(18692, 'Action', 'Bala Nagamma', 'ML'),
(18693, 'Action', 'Wonhanui aeggunun', 'ML'),
(18694, 'Action', 'Kaatttile Thadi Thevarude Ana', 'ML'),
(18695, 'Action', 'La furia de un gallero', 'ML'),
(18696, 'Action', 'Official Fracas', 'ML'),
(18697, 'Action', 'Kamen Rider OOO', 'ML'),
(18698, 'Action', 'Tom yum goong', 'ML'),
(18699, 'Action', 'Chong po gong fu cheng', 'ML'),
(18700, 'Action', 'Loose Lately', 'ML'),
(18701, 'Action', 'Soko Reinhardswald 2: Buffalodream', 'ML'),
(18702, 'Action', 'Dead Mule Suitcase', 'ML'),
(18703, 'Action', 'F.E.A.R. Perseus Mandate', 'ML'),
(18704, 'Action', 'Super Star Wars: The Empire Strikes Back', 'ML'),
(18705, 'Action', 'Sone Pe Suhaaga', 'ML'),
(18706, 'Action', 'Bandhu', 'ML'),
(18707, 'Action', 'The Stabilizer', 'ML'),
(18708, 'Action', 'Transfer at Aachen', 'ML'),
(18709, 'Action', 'Double Fury', 'ML'),
(18710, 'Action', 'Moon War', 'ML'),
(18711, 'Action', 'Total Exposure', 'ML'),
(18712, 'Action', 'Maximum Velocity', 'ML'),
(18713, 'Action', 'Brush with Danger', 'ML'),
(18714, 'Action', 'Gallero de Aguascalientes', 'ML'),
(18716, 'Action', 'Dokribhyeobhwiwa cheongnyeon Lee Seung-man', 'ML'),
(18717, 'Action', 'Ni con Dios ni con el diablo', 'ML'),
(18718, 'Action', 'The Smiling Coyote', 'ML'),
(18719, 'Action', 'Air-Sea Battle', 'ML'),
(18720, 'Action', 'Maen-de-i-teu: Sin-i Joo-sin Im-moo', 'ML'),
(18721, 'Action', 'Billy Jack Goes to Washington', 'ML'),
(18722, 'Action', 'Tigershark', 'ML'),
(18723, 'Action', 'To Hell We Ride', 'ML'),
(18724, 'Action', 'Ask Kirmizi', 'ML'),
(18725, 'Action', 'Born Into the Border', 'ML'),
(18726, 'Action', 'Tie saam gok', 'ML'),
(18727, 'Action', 'Ordyne', 'ML'),
(18728, 'Action', 'Eunhaeseo on Byeolddong wangja je3tan: Eunha yeolcha', 'ML'),
(18729, 'Action', 'La vida loca', 'ML'),
(18730, 'Action', 'If I Ruled the World', 'ML'),
(18731, 'Action', 'Khoht phetchakhaat', 'ML'),
(18732, 'Action', 'Parinda', 'ML'),
(18733, 'Action', 'Mexican Knife Duel', 'ML'),
(18734, 'Action', 'Guns, Guts and Justice: An Inside Look', 'ML'),
(18735, 'Action', 'Age of Empires III: The Asian Dynasties', 'ML'),
(18736, 'Action', 'M&Ms: The Lost Formulas', 'ML'),
(18737, 'Action', 'Nu quan shi', 'ML'),
(18738, 'Action', 'Geodaehan eummo', 'ML'),
(18739, 'Action', 'I Spy Returns', 'ML'),
(18740, 'Action', 'Sgt. Maximo Velayo: Trigger ng mga Kumander', 'ML'),
(18741, 'Action', 'Desert Steel', 'ML'),
(18742, 'Action', 'Badder Up', 'ML'),
(18743, 'Action', 'Hot Potato', 'ML'),
(18744, 'Action', 'Adventures of Casanova', 'ML'),
(18745, 'Action', 'Siu nin Wong Fei Hung ji: Tit Ma Lau', 'ML'),
(18746, 'Action', 'Viet Nam: Then and Again', 'ML'),
(18747, 'Action', 'Jaws of the Dragon', 'ML'),
(18748, 'Action', 'Ferocious Female Freedom Fighters, Part 2', 'ML'),
(18749, 'Action', 'Dragon Hunt', 'ML'),
(18750, 'Action', 'Stone Rockwell', 'ML'),
(18751, 'Action', 'Twin Eagle: Revenge Joes Brother', 'ML'),
(18752, 'Action', 'The Amazing Spider-Man 3', 'ML'),
(18753, 'Action', 'Resident Evil: Underground', 'ML'),
(18754, 'Action', 'Madaling mamatay, mahirap mabuhay', 'ML'),
(18755, 'Action', 'La shou xiao xi', 'ML'),
(18756, 'Action', 'Tony Hawk: Shred', 'ML'),
(18757, 'Action', 'Desperados: Wanted Dead or Alive', 'ML'),
(18758, 'Action', 'Lost Rites', 'ML'),
(18759, 'Action', 'Forbidden Valley', 'ML'),
(18760, 'Action', 'Modern Combat 3: Fallen Nation', 'ML'),
(18761, 'Action', 'The Redeemer', 'ML'),
(18762, 'Action', 'Snakehead Terror', 'ML'),
(18763, 'Action', 'The Drivin Fool', 'ML'),
(18764, 'Action', 'A Bullet for Pretty Boy', 'ML'),
(18765, 'Action', 'The Terrain', 'ML'),
(18766, 'Action', 'American Streetfighter', 'ML'),
(18767, 'Action', 'Zonbi jieitai', 'ML'),
(18768, 'Action', 'Batas ng .45', 'ML'),
(18769, 'Action', 'Batgirl: Spoiled', 'ML'),
(18770, 'Action', 'Knife Jang', 'ML'),
(18771, 'Action', 'Race Car Kid', 'ML'),
(18772, 'Action', 'Kung Pow 2: Tongue of Fury', 'ML'),
(18773, 'Action', 'License to Thrill', 'ML'),
(18774, 'Action', 'Amish Man Goes Skydiving', 'ML'),
(18775, 'Action', 'World of Warcraft', 'ML'),
(18776, 'Action', 'No Honor', 'ML'),
(18777, 'Action', 'Man Ka Meet', 'ML'),
(18778, 'Action', 'Arasangam', 'ML'),
(18779, 'Action', 'Custom Modifications', 'ML'),
(18780, 'Action', 'Khel Taqdeeran De', 'ML'),
(18781, 'Action', 'Noda X', 'ML'),
(18782, 'Action', 'Mr. Thunderball', 'ML'),
(18783, 'Action', 'Naam O Nishan', 'ML'),
(18784, 'Action', 'Steel Talons', 'ML'),
(18785, 'Action', 'Donkey Kong Jr.', 'ML'),
(18786, 'Action', '98 goo waak chai ji lung chang foo dau', 'ML'),
(18787, 'Action', 'Dance with Destiny', 'ML'),
(18788, 'Action', 'Jawan Mard', 'ML'),
(18789, 'Action', 'Bakuchi uchi', 'ML'),
(18790, 'Action', 'Enemy of the Law', 'ML'),
(18791, 'Action', 'Sentenced Served', 'ML'),
(18792, 'Action', 'Silk Worm', 'ML'),
(18793, 'Action', 'Give and Take, and Take', 'ML'),
(18794, 'Action', 'Star Control 3', 'ML'),
(18795, 'Action', 'Dev Anand in Goa', 'ML'),
(18796, 'Action', 'La licenciada blindada', 'ML'),
(18797, 'Action', 'Rock Em Sock Em Robots', 'ML'),
(18798, 'Action', 'Vehicles and Weapons: Making Tomb Raider 2', 'ML'),
(18799, 'Action', 'Yagnam', 'ML'),
(18800, 'Action', 'Macon County Line', 'ML'),
(18801, 'Action', 'La puerta negra', 'ML'),
(18802, 'Action', 'Untitled Buddy Cop Project', 'ML'),
(18803, 'Action', 'Whoopee!!', 'ML'),
(18804, 'Action', 'Ramana Hindi Remake', 'ML'),
(18805, 'Action', 'Operation Crossbow', 'ML'),
(18806, 'Action', 'Da Mo shen gong', 'ML'),
(18807, 'Action', 'The Title 8 Project', 'ML'),
(18808, 'Action', 'Cabinet', 'ML'),
(18809, 'Action', 'Warriors Lair', 'ML'),
(18810, 'Action', 'Sword of the Stars: The Collectors Edition', 'ML'),
(18811, 'Action', 'Ghajini - The End', 'ML'),
(18812, 'Action', '420 High Desert Way', 'ML'),
(18813, 'Action', 'The Magnificent Duo', 'ML'),
(18814, 'Action', 'Da dao', 'ML'),
(18815, 'Action', 'EverQuest: The Serpents Spine', 'ML'),
(18816, 'Action', 'DMM City', 'ML'),
(18817, 'Action', 'Command & Conquer 3: Kanes Wrath', 'ML'),
(18818, 'Action', 'Jefe de nadie', 'ML'),
(18819, 'Action', 'Taaqatwar', 'ML'),
(18820, 'Action', 'Falak', 'ML'),
(18821, 'Action', 'Shola: Fire of Love', 'ML'),
(18822, 'Action', 'A Childs Play Story II: Father Son Fury', 'ML'),
(18823, 'Action', 'Zhong Hua jing hua', 'ML'),
(18824, 'Action', 'Ezhumalai', 'ML'),
(18825, 'Action', 'Sa-rang', 'ML'),
(18826, 'Action', 'Burned Soul', 'ML'),
(18827, 'Action', 'Shinobi no mono: zoku kirigakure Saizo', 'ML'),
(18828, 'Action', 'Bezawada', 'ML'),
(18829, 'Action', 'Yellow Dog', 'ML'),
(18830, 'Action', 'Nobody Rides Forever', 'ML'),
(18831, 'Action', 'Hunterwali 77', 'ML'),
(18832, 'Action', 'Mian meng xin jing', 'ML'),
(18833, 'Action', 'El comerciante', 'ML'),
(18834, 'Action', 'Chandrolsavam', 'ML'),
(18835, 'Action', 'One Must Fall: Battlegrounds', 'ML'),
(18836, 'Action', 'Lelam', 'ML'),
(18837, 'Action', 'Watch the Shadows Dance', 'ML'),
(18838, 'Action', 'Shpionskie igry: Lovushka dlya mudretsa', 'ML'),
(18839, 'Action', 'Prema Tarangalu', 'ML'),
(18840, 'Action', 'Midnight Expression', 'ML'),
(18841, 'Action', 'She nu', 'ML'),
(18842, 'Action', 'The Wylds', 'ML'),
(18843, 'Action', 'Gachi-ban 2 Saikyou Kessen', 'ML'),
(18844, 'Action', 'Devils in Exile', 'ML'),
(18845, 'Action', 'Meng gui cha guan', 'ML'),
(18846, 'Action', 'Parvaz az ordoogah', 'ML'),
(18847, 'Action', 'Command & Conquer: The Covert Operations', 'ML'),
(18848, 'Action', 'Dito sa Pitong Gatang', 'ML'),
(18849, 'Action', 'Io e mio figlio - Nuove storie per il commissario Vivaldi', 'ML'),
(18850, 'Action', 'Baller Blockin', 'ML'),
(18851, 'Action', 'Sto. Cristo', 'ML'),
(18852, 'Action', 'Inside Information', 'ML'),
(18853, 'Action', 'Manong Gang', 'ML'),
(18854, 'Action', 'No le encontraron el clavo', 'ML'),
(18855, 'Action', 'Urban Killas: Blood Billz', 'ML'),
(18856, 'Action', 'Fighting Mad', 'ML'),
(18857, 'Action', 'O Livro Das Almas', 'ML'),
(18858, 'Action', 'Maa Kasam Badla Loonga', 'ML'),
(18859, 'Action', 'WWF Backlash 2001', 'ML'),
(18860, 'Action', 'Dos gallos de Guanajuato', 'ML'),
(18861, 'Action', 'War of the Bugs or Monsterous Manouvers in a Mushroom Maze', 'ML'),
(18862, 'Action', 'Die Jagd nach dem Schatz der Nibelungen', 'ML'),
(18863, 'Action', 'Halls of Montezuma', 'ML'),
(18864, 'Action', 'Re: Session', 'ML'),
(18865, 'Action', 'Fangs of War', 'ML'),
(18866, 'Action', 'Botas Texanas y balas salvajes', 'ML'),
(18867, 'Action', 'Wu da han', 'ML'),
(18868, 'Action', 'Drawn by Pain', 'ML'),
(18869, 'Action', 'Tunnel Rats', 'ML'),
(18870, 'Action', 'M80', 'ML'),
(18871, 'Action', 'R.I.C.C.O.', 'ML'),
(18872, 'Action', 'Point Break', 'ML'),
(18873, 'Action', 'WWE: Shawn Michaels - My Journey', 'ML'),
(18874, 'Action', 'Kentucky Handicap', 'ML'),
(18875, 'Action', 'Da xiao you long', 'ML'),
(18876, 'Action', 'Code of Honor', 'ML'),
(18877, 'Action', 'Resident Evil: The Mercenaries 3D', 'ML'),
(18878, 'Action', 'Batman Rebuilt', 'ML'),
(18879, 'Action', '2056 Escape from Zombie Island', 'ML'),
(18880, 'Action', 'Tag: The Assassination Game', 'ML'),
(18881, 'Action', 'Brush Up My Sisters', 'ML'),
(18882, 'Action', 'Tampons Again', 'ML'),
(18883, 'Action', 'Rockman X5', 'ML'),
(18884, 'Action', 'Ancient History', 'ML'),
(18885, 'Action', 'Mens League', 'ML'),
(18886, 'Action', 'El desconocido', 'ML'),
(18887, 'Action', 'Parashuram: One Man Army', 'ML'),
(18888, 'Action', 'I predatori della pietra magica', 'ML'),
(18889, 'Action', 'Boetie op Manoeuvres', 'ML'),
(18890, 'Action', 'Ga-rei: Zero', 'ML'),
(18891, 'Action', 'Sin Ayuda', 'ML'),
(18892, 'Action', 'Krantiveer Vasudev Balwant', 'ML'),
(18893, 'Action', 'Code Name: Bomba', 'ML'),
(18894, 'Action', 'Kill Them Right!', 'ML'),
(18896, 'Action', 'Political Rowdy', 'ML'),
(18897, 'Action', '97 goo waak jai: Jin mo bat sing', 'ML'),
(18898, 'Action', '97 Qiang hu qing', 'ML'),
(18899, 'Action', 'Ajooba Kudrat Ka', 'ML'),
(18900, 'Action', 'PBR Streetgang', 'ML'),
(18901, 'Action', 'Sangganot sanggago', 'ML'),
(18902, 'Action', 'Caceria de un fugitivo', 'ML'),
(18903, 'Action', 'Jian hua yan yu Jiang Nan', 'ML'),
(18904, 'Action', 'Vestige of Honor', 'ML'),
(18905, 'Action', 'My Immortal: The Vampires of Berlin', 'ML'),
(18906, 'Action', 'Kuri Kinton', 'ML'),
(18907, 'Action', 'Darkside', 'ML'),
(18908, 'Action', 'Chao zhu gong fu', 'ML'),
(18909, 'Action', 'U.S. Catman 2: Boxer Blow', 'ML'),
(18910, 'Action', 'They Live by Night', 'ML'),
(18911, 'Action', 'The Korean Girl', 'ML'),
(18912, 'Action', 'Innocence Saga II: The Shadow Rises', 'ML'),
(18913, 'Action', 'Kaze, Ghost Warrior', 'ML'),
(18914, 'Action', 'UFC: Personal Trainer', 'ML'),
(18915, 'Action', 'Fantastikids', 'ML'),
(18916, 'Action', 'Poush Mela to Kenduli Mela', 'ML'),
(18917, 'Action', '...At silay dumating', 'ML'),
(18918, 'Action', 'Urban Ninjas', 'ML'),
(18919, 'Action', 'Bellator Fighting Championships', 'ML'),
(18920, 'Action', 'Xianggang yu xue', 'ML'),
(18921, 'Action', 'Bandana Chronicles', 'ML'),
(18922, 'Action', 'Firearm', 'ML'),
(18923, 'Action', 'G.I. Joe: Valor vs. Venom', 'ML'),
(18924, 'Action', 'Pozegnanie z diablem', 'ML'),
(18925, 'Action', 'The Night I Was Bitten', 'ML'),
(18926, 'Action', 'Xue luo jin', 'ML'),
(18927, 'Action', 'The Lady Blades', 'ML'),
(18928, 'Action', 'Boy in the Void', 'ML'),
(18929, 'Action', 'Long she xia ying', 'ML'),
(18930, 'Action', 'Sevenes', 'ML'),
(18931, 'Action', 'Thunder in Carolina', 'ML'),
(18932, 'Action', 'Superman Iljimae', 'ML'),
(18933, 'Action', 'Mars Rover Landing', 'ML'),
(18934, 'Action', 'Khal Nayak', 'ML'),
(18935, 'Action', 'Umirat legko', 'ML'),
(18936, 'Action', 'Ying xiong di zhi: Xiao dao hui', 'ML'),
(18937, 'Action', 'Kumander Ulupong', 'ML'),
(18938, 'Action', 'Nur aus Liebe', 'ML'),
(18939, 'Action', 'Override', 'ML'),
(18940, 'Action', 'Star Trek: Away Team', 'ML'),
(18941, 'Action', 'Mano mano', 'ML'),
(18942, 'Action', 'Game Boy Gallery', 'ML'),
(18943, 'Action', 'Texana cien X', 'ML'),
(18944, 'Action', 'Kelly', 'ML'),
(18945, 'Action', 'Target Captain Karate', 'ML'),
(18946, 'Action', 'Riddle of the Sphinx: An Egyptian Adventure', 'ML'),
(18947, 'Action', 'The Killing House', 'ML'),
(18948, 'Action', 'Wie in alten Zeiten', 'ML'),
(18949, 'Short', 'Baby!', 'ML'),
(18950, 'Short', 'Jest for a While', 'ML'),
(18951, 'Short', 'A Beautiful Day', 'ML'),
(18952, 'Short', 'Mein lieber Herr Gesangsverein', 'ML'),
(18953, 'Short', 'Backfield Strategy', 'ML'),
(18954, 'Short', 'Kill Cecile', 'ML'),
(18955, 'Short', 'Laddy and His Lamp', 'ML'),
(18956, 'Short', 'Cadoudal', 'ML'),
(18957, 'Short', 'Prostimo', 'ML'),
(18958, 'Short', 'Sigui 1970 - les clameurs dAmani', 'ML'),
(18959, 'Short', 'Citizen Ca$h', 'ML'),
(18960, 'Short', 'Lennie Hayton and His Orchestra', 'ML'),
(18961, 'Short', 'Pizza Party!', 'ML'),
(18962, 'Short', '1955 Chevrolet: The New Era', 'ML'),
(18963, 'Short', 'Gotta Light', 'ML'),
(18964, 'Short', 'Blow Job', 'ML'),
(18965, 'Short', 'Portraits in Woodwork', 'ML'),
(18966, 'Short', 'Lihya', 'ML'),
(18967, 'Short', 'My Friend Helen', 'ML'),
(18968, 'Short', 'Viens, poupoule', 'ML'),
(18969, 'Short', 'The Evolution and the Races of Man', 'ML'),
(18970, 'Short', 'The Making of Punisher: War Zone', 'ML'),
(18971, 'Short', 'In einer Nacht', 'ML'),
(18972, 'Short', 'From Script to Screen: True Night', 'ML'),
(18973, 'Short', 'Eme Nakia', 'ML'),
(18974, 'Short', 'Becoming Tina', 'ML'),
(18975, 'Short', 'Escape the Dead', 'ML'),
(18976, 'Short', 'Grater', 'ML'),
(18977, 'Short', 'Making David', 'ML'),
(18978, 'Short', 'Anatahan, Anatahan', 'ML'),
(18979, 'Short', 'Unser ach so kurzes Leben', 'ML'),
(18980, 'Short', 'Divina', 'ML'),
(18981, 'Short', 'Maldito Vivo', 'ML'),
(18982, 'Short', 'Los sonidos del color', 'ML'),
(18983, 'Short', 'Tappaja', 'ML'),
(18984, 'Short', 'A Midwinter Trip to Los Angeles', 'ML'),
(18985, 'Short', 'Une vie pour Spencer Pearly', 'ML'),
(18986, 'Short', 'The Evolution of Man: An Educated Chimpanzee', 'ML'),
(18987, 'Short', 'Circle of Trust', 'ML'),
(18988, 'Short', 'Nick Winter et les vols de Primrose', 'ML'),
(18989, 'Short', 'Internet Cops with Nnamdi Asomugha', 'ML'),
(18990, 'Short', 'Canada Vignettes: Breadmakers', 'ML'),
(18991, 'Short', 'Prognosis', 'ML'),
(18992, 'Short', 'The Impossible Convicts', 'ML'),
(18993, 'Short', 'Lazos familiares', 'ML'),
(18994, 'Short', 'They Went Away in Silence', 'ML'),
(18995, 'Short', 'Skyscraper Caper', 'ML'),
(18996, 'Short', 'Molecular Electronic Transition', 'ML'),
(18997, 'Short', 'Bogen', 'ML'),
(18998, 'Short', 'John Manleys Awakening', 'ML'),
(18999, 'Short', 'Toshiba Back to School Guide', 'ML'),
(19000, 'Short', 'Down on the Waterfront', 'ML'),
(19001, 'Short', 'Dos de dos', 'ML'),
(19002, 'Short', 'Museo naval', 'ML'),
(19003, 'Short', 'One Moment Please', 'ML'),
(19004, 'Short', 'Alternative Christmas Message', 'ML'),
(19005, 'Short', 'Tokens of Manhood', 'ML'),
(19006, 'Short', 'Black Dog', 'ML'),
(19007, 'Short', 'D.A.I.Sy', 'ML'),
(19008, 'Short', 'La Perouse', 'ML'),
(19009, 'Short', 'Allemande im Herbst', 'ML'),
(19010, 'Short', 'American Psycho: The Pornography of Killing - An Essay by Holly Willis', 'ML'),
(19011, 'Short', 'Thunderbird 6: Lady Penelope', 'ML'),
(19012, 'Short', 'Closing In', 'ML'),
(19013, 'Short', 'Per lonore della marmitta', 'ML'),
(19014, 'Short', 'System', 'ML'),
(19015, 'Short', 'Oh, Uncle!', 'ML'),
(19016, 'Short', 'An Intimate Look at the Making of Hope Springs', 'ML'),
(19017, 'Short', 'Integral of Time', 'ML'),
(19018, 'Short', 'Bronek z Widzewa', 'ML'),
(19019, 'Short', 'Sistem javnog informisanja u ONO i DSZ', 'ML'),
(19020, 'Short', 'Espacio limpio', 'ML'),
(19021, 'Short', 'Masks and Memories', 'ML'),
(19022, 'Short', 'On vous parle du Chili: Ce que disait Allende', 'ML'),
(19023, 'Short', 'Supply Curve', 'ML'),
(19024, 'Short', 'Paranoid', 'ML'),
(19025, 'Short', 'Rejsen med Mai', 'ML'),
(19026, 'Short', 'M.S. Murder', 'ML'),
(19027, 'Short', 'Maravillas y curiosidades', 'ML'),
(19028, 'Short', 'The Sound of the Bell', 'ML'),
(19029, 'Short', 'Underwelles', 'ML'),
(19030, 'Short', 'Il delitto delle fontanelle', 'ML'),
(19031, 'Short', 'The Funeral Planner', 'ML'),
(19032, 'Short', 'The Lost Hops', 'ML'),
(19033, 'Short', 'Completo confort', 'ML'),
(19034, 'Short', 'Svet tisine', 'ML'),
(19035, 'Short', 'Een Rotterdamsch Heeertje, Voor t Eerst Op Den Plas', 'ML'),
(19036, 'Short', 'Sagebrush Sadie', 'ML'),
(19037, 'Short', 'Ljudi s repom', 'ML'),
(19038, 'Short', 'Bagged', 'ML'),
(19039, 'Short', 'Rescue from the Surf', 'ML'),
(19040, 'Short', 'Wa(h)re Liebe im Fronteinsatz', 'ML'),
(19041, 'Short', 'Where Do Babies Come From?', 'ML'),
(19042, 'Short', 'Do You Believe in Magic?', 'ML'),
(19043, 'Short', 'August and September', 'ML'),
(19044, 'Short', 'Rent a Bench', 'ML'),
(19045, 'Short', 'Crash Skid Love', 'ML'),
(19046, 'Short', 'Mexico: An Introduction', 'ML'),
(19047, 'Short', 'Leicera', 'ML'),
(19048, 'Short', 'De otro color', 'ML'),
(19049, 'Short', 'Senior Citizens Day', 'ML'),
(19050, 'Short', 'Getting Fathers Consent', 'ML'),
(19051, 'Short', 'Mardi ou mercredi?', 'ML'),
(19052, 'Short', 'Away 1973', 'ML'),
(19053, 'Short', 'Cardinal Wolsey', 'ML'),
(19054, 'Short', 'Here Comes the Bridesmaid', 'ML'),
(19055, 'Short', 'Tom Hits His Head', 'ML'),
(19056, 'Short', 'Silly Funny Joey Brothers', 'ML'),
(19057, 'Short', 'Shooting Blind', 'ML'),
(19058, 'Short', 'In the Sun Room', 'ML'),
(19059, 'Short', 'Le martyr calviniste', 'ML'),
(19060, 'Short', 'Quan plovien bombes', 'ML'),
(19061, 'Short', 'Shiden', 'ML'),
(19062, 'Short', 'Sexual Sushi', 'ML'),
(19063, 'Short', 'Say Cheese: The Hamburger Harry Story', 'ML'),
(19064, 'Short', 'Un Arabe ouvert', 'ML'),
(19065, 'Short', 'Raffles - Furto al Louvre', 'ML'),
(19066, 'Short', 'Uncontrollable Joy for Life', 'ML'),
(19067, 'Short', 'Jugoslovenska zeleznica', 'ML'),
(19068, 'Short', 'Mickey Mouse in Living Color', 'ML'),
(19069, 'Short', 'Foto Fandango', 'ML'),
(19070, 'Short', 'The Last Smoking Flight', 'ML'),
(19071, 'Short', 'Dr. Trimballs Verdict', 'ML'),
(19072, 'Short', 'Le domino rouge', 'ML'),
(19073, 'Short', 'The Driving Force', 'ML'),
(19074, 'Short', 'New Couchee Dance', 'ML'),
(19075, 'Short', 'La cisterna della morte', 'ML'),
(19076, 'Short', 'Opinioni di un pirla', 'ML'),
(19077, 'Short', 'Miss MGM', 'ML'),
(19078, 'Short', 'Natura e chimica', 'ML'),
(19079, 'Short', 'Student Occupation', 'ML'),
(19080, 'Short', 'Harry Lauder: Himself', 'ML'),
(19081, 'Short', 'Stella Buio', 'ML'),
(19082, 'Short', 'Wuppertal - 24 Stunden aus dem Leben einer deutschen Industriestadt', 'ML'),
(19083, 'Short', 'Paul: The Secret Story of Olympias Satanic Sheriff', 'ML'),
(19084, 'Short', 'My Blind Brother', 'ML'),
(19085, 'Short', 'Etruria', 'ML'),
(19086, 'Short', 'Huldas Lovers', 'ML'),
(19087, 'Short', 'Hearts on Fire', 'ML'),
(19088, 'Short', 'The Mexicans Faith', 'ML'),
(19089, 'Short', 'Swimming with Big Fish', 'ML'),
(19090, 'Short', 'Dead Teenager Movie', 'ML'),
(19091, 'Short', 'Radiotileskopio - spoudi', 'ML'),
(19092, 'Short', 'A Dip in the Sea', 'ML'),
(19093, 'Short', 'Twende', 'ML'),
(19094, 'Short', 'Rock of Gold', 'ML'),
(19095, 'Short', 'Transit Girl', 'ML'),
(19096, 'Short', 'Ev byte', 'ML'),
(19097, 'Short', 'Bateau bleu, maison verte', 'ML'),
(19098, 'Short', 'War Carnival', 'ML'),
(19099, 'Short', 'Reason Thirteen', 'ML'),
(19100, 'Short', 'Es spricht: Ruth Schmidt', 'ML'),
(19101, 'Short', 'Western Lullabies', 'ML'),
(19102, 'Short', 'Three Novel Railways', 'ML'),
(19103, 'Short', 'Avchetan', 'ML'),
(19104, 'Short', 'Era meglio morire da piccoli', 'ML'),
(19105, 'Short', 'Oh', 'ML'),
(19106, 'Short', 'Betting Men', 'ML'),
(19107, 'Short', 'Balletdanserinden', 'ML'),
(19108, 'Short', 'Famous Authors: Mark Twain', 'ML'),
(19109, 'Short', 'The Felten Series', 'ML'),
(19110, 'Short', 'Encore', 'ML'),
(19111, 'Short', 'The Li(f)e of Evelyn', 'ML'),
(19112, 'Short', 'Na granicama Jugoslavije nista novo', 'ML'),
(19113, 'Short', 'Desaparecer', 'ML'),
(19114, 'Short', 'Home Improvements', 'ML'),
(19115, 'Short', 'Flag Drill by Girls of Royal Caledonian Institute', 'ML'),
(19116, 'Short', 'The Dead Letter', 'ML'),
(19117, 'Short', 'Paul Bowles Across the Strait', 'ML'),
(19118, 'Short', 'Coffee & Sugar', 'ML'),
(19119, 'Short', 'Deerhunter', 'ML'),
(19120, 'Short', 'Vijs in Essence', 'ML'),
(19121, 'Short', 'The Frog, the Dog, and the Devil', 'ML'),
(19122, 'Short', '100MPG', 'ML'),
(19123, 'Short', 'When It Rains', 'ML'),
(19124, 'Short', 'A Small Town Girl', 'ML'),
(19125, 'Short', 'Tampon Touchdown', 'ML'),
(19126, 'Short', 'Tameiki', 'ML'),
(19127, 'Short', 'Doctors: Kevin and Freya - My First Day', 'ML'),
(19128, 'Short', 'Inutile', 'ML'),
(19129, 'Short', 'Spielpartner', 'ML'),
(19130, 'Short', 'Bathers', 'ML'),
(19131, 'Short', 'Zoom - Videocomposition', 'ML'),
(19132, 'Short', 'The Gordons Arriving at the Cape', 'ML'),
(19133, 'Short', 'Siempre hay una excusa para hacer una fiesta', 'ML'),
(19134, 'Short', 'Vaesen', 'ML'),
(19135, 'Short', 'They', 'ML'),
(19136, 'Short', 'Animal Relief Coalition for Haiti', 'ML'),
(19137, 'Short', 'Character Development', 'ML'),
(19138, 'Short', 'The Kidnapping of Crissy Moran', 'ML'),
(19139, 'Short', 'Larry Fonseca', 'ML'),
(19140, 'Short', 'El mourabbi', 'ML'),
(19141, 'Short', 'Leena White', 'ML'),
(19142, 'Short', 'Romancing Ginger', 'ML'),
(19143, 'Short', 'The Six-Sided Triangle', 'ML'),
(19144, 'Short', 'Mother Any Distance', 'ML'),
(19145, 'Short', 'The Miners Destiny', 'ML'),
(19146, 'Short', 'War of the Cattle Range', 'ML'),
(19147, 'Short', 'Clooney', 'ML'),
(19148, 'Short', 'The Recyclist', 'ML'),
(19149, 'Short', 'Koukousei no mita Okinawa', 'ML'),
(19150, 'Short', 'Mile High Comedy', 'ML'),
(19151, 'Short', 'Ms. Communication', 'ML'),
(19152, 'Short', 'The Necklace of Pearls', 'ML'),
(19153, 'Short', 'ProBloodborne: Bloodborne Pathogens Training Videos', 'ML'),
(19154, 'Short', 'Downey vs. Monaghan', 'ML'),
(19155, 'Short', 'Deaths Witness', 'ML'),
(19156, 'Short', 'Calino chez les indiens', 'ML'),
(19157, 'Short', 'Eenzaam zonder jou', 'ML'),
(19158, 'Short', 'A Blowout at Santa Banana', 'ML'),
(19159, 'Short', 'Legends of the Hidden Coats', 'ML'),
(19160, 'Short', 'Levi and Family at Coney Island', 'ML'),
(19161, 'Short', 'Talents', 'ML'),
(19162, 'Short', 'Kau Faitoo: Traditional Healers of Tonga', 'ML'),
(19163, 'Short', 'Bored of the Rings', 'ML'),
(19164, 'Short', 'Les Halles centrales', 'ML'),
(19165, 'Short', 'Happy Birthday Mom', 'ML'),
(19166, 'Short', 'Child of the Andes', 'ML'),
(19167, 'Short', 'Mujeres del desierto', 'ML'),
(19168, 'Short', 'Cipol od porta', 'ML'),
(19169, 'Short', 'Unholy Roller', 'ML'),
(19170, 'Short', 'Gunk! in: Abductard', 'ML'),
(19171, 'Short', 'The Toymaker, the Doll and the Devil', 'ML'),
(19172, 'Short', 'Pleased to Mitt You', 'ML'),
(19173, 'Short', 'Te toca a ti', 'ML'),
(19174, 'Short', 'Viagem de Natal', 'ML'),
(19175, 'Short', 'Love and Dough', 'ML'),
(19176, 'Short', 'Panoramic View of the Picturesque Nile', 'ML'),
(19177, 'Short', 'Invest - Import gradi', 'ML'),
(19178, 'Short', 'Championnat de luttes 3. Lutte mixte', 'ML'),
(19179, 'Short', 'Influence and Controversy: Making Performance', 'ML'),
(19180, 'Short', 'La Place du passager', 'ML'),
(19181, 'Short', 'Kathy Smith: Latin Rhythm Workout', 'ML'),
(19182, 'Short', 'The Adventures of Dave & Becky: In Search of the Haunted Goldmine', 'ML'),
(19183, 'Short', 'Rex & Red', 'ML'),
(19184, 'Short', 'Her Faithful Companions', 'ML'),
(19185, 'Short', 'Fathers and Their Daughters', 'ML'),
(19186, 'Short', 'Uncle Tom', 'ML'),
(19187, 'Short', 'The Youth of Franz Kafka', 'ML'),
(19188, 'Short', 'Matilda Joslyn Gage', 'ML'),
(19189, 'Short', 'Annie Pootoogook', 'ML'),
(19190, 'Short', 'Walking Between Each Other and It Self...', 'ML'),
(19191, 'Short', 'Figment', 'ML'),
(19192, 'Short', 'She Knew Her Man', 'ML'),
(19193, 'Short', 'Dobos', 'ML'),
(19194, 'Short', 'Isang Lalaking May Mumurahing Kamera', 'ML'),
(19195, 'Short', 'Cain Time Live', 'ML'),
(19196, 'Short', 'Whipsawed', 'ML'),
(19197, 'Short', 'The Flirty Sleepwalker', 'ML'),
(19198, 'Short', 'Et moi?', 'ML'),
(19199, 'Short', 'Gozar, comer y partir', 'ML'),
(19200, 'Short', 'Le plat du jour', 'ML'),
(19201, 'Short', 'Val dood!', 'ML'),
(19202, 'Short', 'Ritual', 'ML'),
(19203, 'Short', 'Photojournalisms', 'ML'),
(19204, 'Short', 'Bimba', 'ML'),
(19205, 'Short', 'Conversations with Id', 'ML'),
(19206, 'Short', 'Misguided Sympathies of Flowers', 'ML'),
(19207, 'Short', 'El Juguete', 'ML'),
(19208, 'Short', 'The Harps', 'ML'),
(19209, 'Short', 'Shag Nation', 'ML'),
(19210, 'Short', 'Avventura amorosa e odorosa', 'ML'),
(19211, 'Short', 'Le gamin de Paris', 'ML'),
(19212, 'Short', 'From Stump to Ship', 'ML'),
(19213, 'Short', 'Up in the Air', 'ML'),
(19214, 'Short', '$10,000 Under a Pillow', 'ML'),
(19215, 'Short', 'The Romance of a Railway: The History of Achievement', 'ML'),
(19216, 'Short', 'Digital World', 'ML'),
(19217, 'Short', 'Quand lamour veut', 'ML'),
(19218, 'Short', 'Machen Sie es doch so', 'ML'),
(19219, 'Short', 'Tough Call', 'ML'),
(19220, 'Short', 'All Tomorrows Birthday Parties', 'ML'),
(19221, 'Short', 'Dont Believe Everything', 'ML'),
(19222, 'Short', 'A Waif of the Plains', 'ML'),
(19223, 'Short', 'Pool Dreams', 'ML'),
(19224, 'Short', 'The Professional Scape Goat', 'ML'),
(19225, 'Short', 'Only Firecrackers', 'ML'),
(19226, 'Short', 'The Gasoline Habit', 'ML'),
(19227, 'Short', 'Old Age', 'ML'),
(19228, 'Short', 'Shelly & Pete...', 'ML'),
(19229, 'Short', 'Won by a Fowl', 'ML'),
(19230, 'Short', 'Il saluto di Torino alle truppe italiane in Francia', 'ML'),
(19231, 'Short', 'Screen Snapshots Series 21, No. 2', 'ML'),
(19232, 'Short', 'Forget My Name', 'ML'),
(19233, 'Short', 'Live from the Tabernacle', 'ML'),
(19234, 'Short', 'Pet korakov naprej', 'ML'),
(19235, 'Short', 'Caught on a Skyscraper', 'ML'),
(19236, 'Short', 'Amor eterno', 'ML'),
(19237, 'Short', 'La rivista con S. M. il Re a Roma', 'ML'),
(19238, 'Short', 'Milia', 'ML'),
(19239, 'Short', 'Histoire et romance, souvenirs de La Neige et le feu', 'ML'),
(19240, 'Short', 'Slowing Down Time', 'ML'),
(19241, 'Short', 'Yokuleuteu ajumma', 'ML'),
(19242, 'Short', 'Pitch Me', 'ML'),
(19243, 'Short', 'Mr Claus', 'ML'),
(19244, 'Short', 'Na jezeru Fruske Gore', 'ML'),
(19245, 'Short', 'I soldatini del Re di Roma', 'ML'),
(19246, 'Short', 'Super Mix 1', 'ML'),
(19247, 'Short', 'Laws of Physics', 'ML'),
(19248, 'Short', 'Not Until You Dance', 'ML'),
(19249, 'Short', 'The Tourist and the Flower Girl', 'ML'),
(19250, 'Short', 'Social Butterfly', 'ML'),
(19251, 'Short', 'My Fathers Photos', 'ML'),
(19252, 'Short', 'Potemkin: The Runners Cut', 'ML'),
(19253, 'Short', 'Leyendas del volante', 'ML'),
(19254, 'Short', 'Where the Truth Lies', 'ML'),
(19255, 'Short', 'Kananlihalla', 'ML'),
(19256, 'Short', 'La rosa y el gato', 'ML'),
(19257, 'Short', 'The Faust Deal', 'ML'),
(19258, 'Short', 'I Told You So', 'ML'),
(19259, 'Short', 'Le bord du monde', 'ML'),
(19260, 'Short', 'Le sirene', 'ML'),
(19261, 'Short', 'Land of Hope and Glory', 'ML'),
(19262, 'Short', 'Two Theories, One Stone', 'ML'),
(19263, 'Short', 'Organa syghronou Iatrikis', 'ML'),
(19264, 'Short', 'The Modernista', 'ML'),
(19265, 'Short', 'Leffigie', 'ML'),
(19266, 'Short', 'Foxy by Proxy', 'ML'),
(19267, 'Short', 'Anatomy of a Story', 'ML'),
(19268, 'Short', 'Das Stacheltier - Die Mutprobe', 'ML'),
(19269, 'Short', 'The Girl and the Ghost', 'ML'),
(19270, 'Short', 'Golden Gate Park and Environs', 'ML'),
(19271, 'Short', '3D: A Brief History', 'ML'),
(19272, 'Short', 'Waking Mele', 'ML'),
(19273, 'Short', 'The Suffragette Sheriff', 'ML'),
(19274, 'Short', 'Dato - Vraceno', 'ML'),
(19275, 'Short', 'Motoman', 'ML'),
(19276, 'Short', 'Das Bummelgenie', 'ML'),
(19277, 'Short', 'Que puis-je te souhaiter avant le combat?', 'ML'),
(19278, 'Short', 'Hamburger Helper', 'ML'),
(19279, 'Short', 'The Bush Man', 'ML'),
(19280, 'Short', 'La orquesta de las mariposas', 'ML'),
(19281, 'Short', 'A Fractured Leghorn', 'ML'),
(19282, 'Short', 'The Toy Maker', 'ML'),
(19283, 'Short', 'I diamanti rosa', 'ML'),
(19284, 'Short', 'Love That Dog', 'ML'),
(19285, 'Short', 'Carnet de identidad', 'ML'),
(19286, 'Short', 'The Year the Universe Lost the Pennant', 'ML'),
(19287, 'Short', 'Born Ready', 'ML'),
(19288, 'Short', 'CSI: Miami - Season 10: A Perfect Ten', 'ML'),
(19289, 'Short', 'Lordinanza', 'ML'),
(19290, 'Short', 'Parked and Empty', 'ML'),
(19291, 'Short', 'Jack & Jill', 'ML'),
(19292, 'Short', 'Mint Chocolate Chip', 'ML'),
(19293, 'Short', 'On the Cannibal Isle', 'ML'),
(19294, 'Short', 'De la tele a la boca', 'ML'),
(19295, 'Short', 'Sounds and Pictures', 'ML'),
(19296, 'Short', 'Houzi lao yue', 'ML'),
(19297, 'Short', 'Canadian Falls: Panoramic View from Michigan Central R.R.', 'ML'),
(19298, 'Short', 'No Credit No Life', 'ML'),
(19299, 'Short', 'Salim chilim tecohidimm', 'ML'),
(19300, 'Short', 'Suitcase', 'ML'),
(19301, 'Short', 'Le bon patron', 'ML'),
(19302, 'Short', 'As Fate Decides', 'ML'),
(19303, 'Short', 'Trozos-Trazos', 'ML'),
(19304, 'Short', 'A Daughter of the Sun', 'ML'),
(19305, 'Short', 'Its Cheaper to Kippah', 'ML'),
(19306, 'Short', 'Post-Industrial Fiddle', 'ML'),
(19307, 'Short', 'Godsejeren', 'ML'),
(19308, 'Short', 'Bicicleta', 'ML'),
(19309, 'Short', 'Project MEDUSA', 'ML'),
(19310, 'Short', 'Two Timers', 'ML'),
(19311, 'Short', 'The Gamblers Reformation', 'ML'),
(19312, 'Short', 'Julot a du jarret', 'ML'),
(19313, 'Short', 'The Two Paths', 'ML'),
(19314, 'Short', 'Theresienstadt', 'ML'),
(19315, 'Short', 'Hoy no estoy', 'ML'),
(19316, 'Short', 'Purple Glob: A Re-Enactment', 'ML'),
(19317, 'Short', 'La donna che veste di bianco', 'ML'),
(19318, 'Short', 'Intel: Visual Life Profile Films', 'ML'),
(19319, 'Short', 'Banquete', 'ML'),
(19320, 'Short', 'Lenkene brytes', 'ML'),
(19321, 'Short', 'Sports Alpha - Ugo Monye', 'ML'),
(19322, 'Short', 'The Stazzi Studio', 'ML'),
(19323, 'Short', 'Audiciones', 'ML'),
(19324, 'Short', 'For the Love of Him', 'ML'),
(19325, 'Short', 'After Party', 'ML'),
(19326, 'Short', 'Shamrock and Columbia Jockeying for a Start', 'ML'),
(19327, 'Short', 'Intoxication', 'ML'),
(19328, 'Short', 'The Crime City Diaries: Entry 1 - Crooked', 'ML'),
(19329, 'Short', 'A Patient Sufferer', 'ML'),
(19330, 'Short', 'Flor de dinero', 'ML'),
(19331, 'Short', 'The Claws of Greed', 'ML'),
(19332, 'Short', 'Circumambulate', 'ML'),
(19333, 'Short', 'Ideally', 'ML'),
(19334, 'Short', 'When Men Love', 'ML'),
(19335, 'Short', 'Dead Eye Jeff', 'ML'),
(19336, 'Short', 'Over the Ferry', 'ML'),
(19337, 'Short', 'I Am Human', 'ML'),
(19338, 'Short', 'A Time to Reconcile', 'ML'),
(19339, 'Short', '20% Off', 'ML'),
(19340, 'Short', 'On the Island of Luzon', 'ML'),
(19341, 'Short', 'Panenky a muzi', 'ML'),
(19342, 'Short', 'Birdhouse', 'ML'),
(19343, 'Short', '2 Blind Mice', 'ML'),
(19344, 'Short', 'Blowtop Blues', 'ML'),
(19345, 'Short', 'Eterno ritorno', 'ML'),
(19346, 'Short', 'California Tri-Tip Pistol Match Day/Night Shooting', 'ML'),
(19347, 'Short', 'Hatamoto kinta', 'ML'),
(19348, 'Short', 'The Breakthrough', 'ML'),
(19349, 'Short', 'Pillar', 'ML'),
(19350, 'Short', 'Bobsleigh Racing No. 3', 'ML'),
(19351, 'Short', 'Bochibochi no orera', 'ML'),
(19352, 'Short', 'The Generals Only Son', 'ML'),
(19353, 'Short', 'Hearts and Memories', 'ML'),
(19354, 'Short', 'Homo Geminus', 'ML'),
(19355, 'Short', 'Digging for Foundation for Large Department Store, Phila.', 'ML'),
(19356, 'Short', 'Email!', 'ML'),
(19357, 'Short', 'Una ciudad espectacular', 'ML'),
(19358, 'Short', 'The Ever-Changing Motor Car', 'ML'),
(19359, 'Short', 'Escrito na Lava', 'ML'),
(19360, 'Short', 'Spiritual Rampage', 'ML'),
(19361, 'Short', 'Bjesovi', 'ML'),
(19362, 'Short', 'How to Ass Ejaculate', 'ML'),
(19363, 'Short', 'Praraj pithee borommapisek', 'ML'),
(19364, 'Short', 'The Second Wind', 'ML'),
(19365, 'Short', 'Over a Cracked Bowl', 'ML'),
(19366, 'Short', 'A Mothers Strategy', 'ML'),
(19367, 'Short', 'Resen', 'ML'),
(19368, 'Short', 'Pro Familia', 'ML'),
(19369, 'Short', 'Amaranthine', 'ML'),
(19370, 'Short', 'The Nutz', 'ML'),
(19371, 'Short', 'Damien 1 4 6 9', 'ML'),
(19372, 'Short', 'The Elephants Toilet', 'ML'),
(19373, 'Short', 'Easy Come Easy Go', 'ML'),
(19374, 'Short', 'Trashy Treasure', 'ML'),
(19375, 'Short', 'Nick: A Teen Romance', 'ML'),
(19376, 'Short', 'Malka Lev Adom', 'ML'),
(19377, 'Short', 'The Haunted Scene Painter', 'ML'),
(19378, 'Short', 'The Jarrs Visit Arcadia', 'ML'),
(19379, 'Short', 'Intruder!', 'ML'),
(19380, 'Short', 'La santa muerte en Tepito', 'ML'),
(19381, 'Short', 'My Film dAzur', 'ML'),
(19382, 'Short', 'Maidens', 'ML'),
(19383, 'Short', 'Pesar, dokhtar, piremard', 'ML'),
(19384, 'Short', 'Jedan iz legende', 'ML'),
(19385, 'Short', 'Entero o a Pedazos', 'ML'),
(19386, 'Short', 'The Final Division', 'ML'),
(19387, 'Short', 'Prokalo', 'ML'),
(19388, 'Short', 'Bleu Shut', 'ML'),
(19389, 'Short', 'Kreitserova sonata', 'ML'),
(19390, 'Short', 'La nuit bleue', 'ML'),
(19391, 'Short', 'Flowers for Norma', 'ML'),
(19392, 'Short', 'Hou Holland schoon', 'ML'),
(19393, 'Short', 'Rainbows of Hawaii', 'ML'),
(19394, 'Short', 'The Teleported Man', 'ML'),
(19395, 'Short', 'The Tin Wedding', 'ML'),
(19396, 'Short', 'Real Baja California', 'ML'),
(19397, 'Short', 'Evilgreen', 'ML'),
(19398, 'Short', 'Hungerford: Symphony of a London Bridge', 'ML'),
(19399, 'Short', 'Rei structure', 'ML'),
(19400, 'Short', 'Donna James & Gary', 'ML'),
(19401, 'Short', 'A Film Johnnie', 'ML'),
(19402, 'Short', 'Kiss the Moon', 'ML'),
(19403, 'Short', 'Shaolin Hipster', 'ML'),
(19404, 'Short', 'Mondrian LHG', 'ML'),
(19405, 'Short', 'Il gatto dal viso duomo', 'ML'),
(19406, 'Short', 'Baby Einstein: Babys First Moves', 'ML'),
(19407, 'Short', 'For God and Ulster', 'ML'),
(19408, 'Short', 'Nan of Music Mountain', 'ML'),
(19409, 'Short', 'Just Call Me Hanna', 'ML'),
(19410, 'Short', 'The Bandits Surprise', 'ML'),
(19411, 'Short', 'The Fable of the Honeymoon That Tried to Come Back', 'ML'),
(19412, 'Short', 'Tomorrows Requiem', 'ML'),
(19413, 'Short', 'Nil Desperandum', 'ML'),
(19414, 'Short', 'Belle', 'ML'),
(19415, 'Short', 'Information Please: Series 1, No. 1', 'ML'),
(19416, 'Short', 'Inventario', 'ML'),
(19417, 'Short', 'Thesis: Work vs. Play', 'ML'),
(19418, 'Short', 'Still Life with Oyster and Lemon', 'ML'),
(19419, 'Short', 'Sonata para Arcadio', 'ML'),
(19420, 'Short', 'A New Song', 'ML'),
(19421, 'Short', 'The Cast', 'ML'),
(19422, 'Short', 'King of the Park', 'ML'),
(19423, 'Short', 'Off to Philadelphia', 'ML'),
(19424, 'Short', 'A Lost Pixel', 'ML'),
(19425, 'Short', 'Aeras', 'ML'),
(19426, 'Short', 'The Tramp Trapped', 'ML'),
(19427, 'Short', 'Bad Obsession', 'ML'),
(19428, 'Short', 'A Softer Touch', 'ML'),
(19429, 'Short', 'A Grande Formatura Militar', 'ML'),
(19430, 'Short', 'The Aliens Invasion', 'ML'),
(19431, 'Short', 'Here He Is', 'ML'),
(19432, 'Short', 'Zakaria', 'ML'),
(19433, 'Short', 'Too Late to Quit', 'ML'),
(19434, 'Short', 'Voices Carry', 'ML'),
(19435, 'Short', 'Il combattimento', 'ML'),
(19436, 'Short', 'Our Wars Remastered', 'ML'),
(19437, 'Short', 'Dames and Dentists', 'ML'),
(19438, 'Short', 'La promesa', 'ML'),
(19439, 'Short', 'A Silly Sailor', 'ML'),
(19440, 'Short', 'Les lieux dune fugue', 'ML'),
(19441, 'Short', 'Candy Bar Kid', 'ML'),
(19442, 'Short', 'The Pull', 'ML'),
(19443, 'Short', 'Obrazki nr 1/55', 'ML'),
(19444, 'Short', 'Zimica', 'ML'),
(19445, 'Short', 'Robinet falso cow-boy', 'ML'),
(19446, 'Short', 'Code 13', 'ML'),
(19447, 'Short', 'Liwanag sa dilim', 'ML'),
(19448, 'Short', 'Majokko Sena', 'ML'),
(19449, 'Short', 'The Trail of the Fatal Ruby', 'ML'),
(19450, 'Short', 'Chichisama no urimono', 'ML'),
(19451, 'Short', 'The Original Freak', 'ML'),
(19452, 'Short', 'Equestrian Acrobats', 'ML'),
(19453, 'Short', 'Odeon Cavalcade', 'ML'),
(19454, 'Short', 'Danzante', 'ML'),
(19455, 'Short', 'lArbre a Clous', 'ML'),
(19456, 'Short', 'Dangers of Honesty', 'ML'),
(19457, 'Short', 'Faint Not', 'ML'),
(19458, 'Short', 'Smece', 'ML'),
(19459, 'Short', 'A Faithful Fool', 'ML'),
(19460, 'Short', 'Traci Lords: Last Drag', 'ML'),
(19461, 'Short', 'Myriad', 'ML'),
(19462, 'Short', 'Cretinetti facchino', 'ML'),
(19463, 'Short', 'A Wee Bit of Scotland', 'ML'),
(19464, 'Short', 'Dude Cam', 'ML'),
(19465, 'Short', 'Timed', 'ML'),
(19466, 'Short', 'Parade of Trades and Friendly Societies', 'ML'),
(19467, 'Short', 'Me and the Moilsies', 'ML'),
(19468, 'Short', 'Rod Coronado: A Voice for Liberation', 'ML'),
(19469, 'Short', 'Dejan Milicevic: Eat the Beat', 'ML'),
(19470, 'Short', 'Misleading Evidence', 'ML'),
(19471, 'Short', 'Pojedynek', 'ML'),
(19472, 'Short', 'Preschools a Bitch', 'ML'),
(19473, 'Short', 'When the Light Came', 'ML'),
(19474, 'Short', 'Son Up', 'ML'),
(19475, 'Short', 'Captured by Bedouins', 'ML'),
(19476, 'Short', 'Song of the Firefly', 'ML'),
(19477, 'Short', 'Tail Light', 'ML'),
(19478, 'Short', 'It Happened in a Bungalow', 'ML'),
(19479, 'Short', 'Prelude 13', 'ML'),
(19480, 'Short', 'The Apostate', 'ML'),
(19481, 'Short', 'Star Identification', 'ML'),
(19482, 'Short', 'The World Beneath', 'ML'),
(19483, 'Short', 'BnE', 'ML'),
(19484, 'Short', 'At Apollinaires Grave', 'ML'),
(19485, 'Short', 'Il vedovo allegro', 'ML'),
(19486, 'Short', 'Jugo 45', 'ML'),
(19487, 'Short', 'Romance Revier', 'ML'),
(19488, 'Short', 'The Fighting Blood', 'ML'),
(19489, 'Short', 'The Distraught Elf of Parc St Henri', 'ML'),
(19490, 'Short', 'Street Price', 'ML'),
(19491, 'Short', 'Snabdevanje ugljem termoelektrane Obrenovac', 'ML'),
(19492, 'Short', 'Suicide Pro', 'ML'),
(19493, 'Short', 'The Prison Stain', 'ML'),
(19494, 'Short', 'Eiga wa tsuini hyakunen ni natta', 'ML'),
(19495, 'Short', 'Erasitehnis kinimatografistis', 'ML'),
(19496, 'Short', 'The Rise', 'ML'),
(19497, 'Short', 'Professionals Only Need Apply', 'ML'),
(19498, 'Short', 'Stockcar', 'ML'),
(19499, 'Short', 'Trichromie', 'ML'),
(19500, 'Short', 'A Different Approach', 'ML'),
(19501, 'Short', 'Fools on Fire', 'ML'),
(19502, 'Short', 'Level Playing Field', 'ML'),
(19503, 'Short', 'Shshsh - Sintonia Incompleta', 'ML'),
(19504, 'Short', 'Human/Nature', 'ML'),
(19505, 'Short', 'Heart-ache', 'ML'),
(19506, 'Short', 'Fereshtegan dar khak mimirand', 'ML'),
(19507, 'Short', 'The Ghost Train', 'ML'),
(19508, 'Short', 'Departure of the Arundel Castle Laden with Troops', 'ML'),
(19509, 'Short', 'Conspiracy Guy: Behind the Coat', 'ML'),
(19510, 'Short', 'Cortege on Its Way from Osborne to Trinity Pier', 'ML'),
(19511, 'Short', 'Score More Points Nintendo Blue', 'ML'),
(19512, 'Short', 'The Last Widow', 'ML'),
(19513, 'Short', 'Zwiazek na odleglosc', 'ML'),
(19514, 'Short', 'Table to the Farm', 'ML'),
(19515, 'Short', 'Ill Trust Next January', 'ML'),
(19516, 'Short', 'Divorced Sweethearts', 'ML'),
(19517, 'Short', 'The Passing', 'ML'),
(19518, 'Short', 'Hungreed', 'ML'),
(19519, 'Short', 'Lost in the Shuffle', 'ML'),
(19520, 'Short', 'Rantojen miehet', 'ML'),
(19521, 'Short', 'And the Green Grass Grew All Around', 'ML'),
(19522, 'Short', 'Noahs ark', 'ML'),
(19523, 'Short', 'La tarde del domingo', 'ML'),
(19524, 'Short', 'Pubert', 'ML'),
(19525, 'Short', 'Aunt Luisa', 'ML'),
(19526, 'Short', 'Na vez', 'ML'),
(19527, 'Short', 'Pimples Three Musketeers', 'ML'),
(19528, 'Short', 'Musika', 'ML'),
(19529, 'Short', 'A Few Small Dramas', 'ML'),
(19530, 'Short', 'Noctuor', 'ML'),
(19531, 'Short', 'Erotic Starlets 20: Sahara', 'ML'),
(19532, 'Short', 'To Molsmalere', 'ML'),
(19533, 'Short', 'Me, Myself, & I', 'ML'),
(19534, 'Short', 'Maten al Payaso', 'ML'),
(19535, 'Short', 'How Matches Are Made', 'ML'),
(19536, 'Short', 'Oh, Say Can You Sue', 'ML'),
(19537, 'Short', 'Community Sing 7659: Arent You Glad Youre You', 'ML'),
(19538, 'Short', 'Luenapperen', 'ML'),
(19539, 'Short', 'Il tesoro dei Louzat', 'ML'),
(19540, 'Short', 'Listen Hear, Mug', 'ML'),
(19541, 'Short', 'I klepsydra', 'ML'),
(19542, 'Short', 'Kalkheim', 'ML'),
(19543, 'Short', 'La sombra de la rosa', 'ML'),
(19544, 'Short', 'Saved by Their Chee-ild', 'ML'),
(19545, 'Short', 'Diggin Up Bones', 'ML'),
(19546, 'Short', 'How the Pimp Saved Christmas', 'ML'),
(19547, 'Short', 'Dialogo di un venditore di almanacchi e di un passeggiere', 'ML'),
(19548, 'Short', 'Take off', 'ML'),
(19549, 'Short', 'Mr. Whitney Had a Notion', 'ML'),
(19550, 'Short', 'Coming to My Senses', 'ML'),
(19551, 'Short', 'Mucki', 'ML'),
(19552, 'Short', 'The Hour of Peril', 'ML'),
(19553, 'Short', 'The Death Certificate', 'ML'),
(19554, 'Short', 'Migrantes', 'ML'),
(19555, 'Short', 'The Danger Claim', 'ML'),
(19556, 'Short', 'Finding Home', 'ML'),
(19557, 'Short', 'Tourists Boarding Cooks Steamer Rameses III', 'ML'),
(19558, 'Short', 'The Bar Heist', 'ML'),
(19559, 'Short', 'The Modiste', 'ML'),
(19560, 'Short', 'The Transmission', 'ML'),
(19561, 'Short', 'Kochankowie z Moraga', 'ML'),
(19562, 'Short', 'Silent Heat', 'ML'),
(19563, 'Short', 'Fumeur trop petit', 'ML'),
(19564, 'Short', 'Her Fathers Guilt', 'ML'),
(19565, 'Short', 'Der Ring des schwedischen Reiters', 'ML'),
(19566, 'Short', 'Buky', 'ML'),
(19567, 'Short', 'scAIRcrows', 'ML'),
(19568, 'Short', 'Fishing for Fun', 'ML'),
(19569, 'Short', 'Old School Orientation', 'ML'),
(19570, 'Short', 'Vuelo de libertad', 'ML'),
(19571, 'Short', 'Cross Hair: Double Cross', 'ML'),
(19572, 'Short', 'Yankee Doodle Andy', 'ML'),
(19573, 'Short', 'Mankinda', 'ML'),
(19574, 'Short', '7 Mesi', 'ML'),
(19575, 'Short', 'Kiss + Tell', 'ML'),
(19576, 'Short', 'PS', 'ML'),
(19577, 'Short', 'We the Cats Shall Hep Ya', 'ML'),
(19578, 'Short', 'Budenje', 'ML'),
(19579, 'Short', 'La vengeance du sire de Guildo', 'ML'),
(19580, 'Short', 'Done Dirt Cheap', 'ML'),
(19581, 'Short', 'The Sisters Club', 'ML'),
(19582, 'Short', 'Conscript', 'ML'),
(19583, 'Short', 'Manon de Montmartre', 'ML'),
(19584, 'Short', 'Eletrotorpe', 'ML'),
(19585, 'Short', 'Relaciones exteriores', 'ML'),
(19586, 'Short', 'The Vengeance of the Fakir', 'ML'),
(19587, 'Short', 'Dont Shove', 'ML'),
(19588, 'Short', 'Hutongless', 'ML'),
(19589, 'Short', 'CH1, Hygienic Ascendancy', 'ML'),
(19590, 'Short', 'Kendo Monogatari', 'ML'),
(19591, 'Short', 'Kamchatka: The Salmon Country', 'ML'),
(19592, 'Short', 'The Methods of Margaret', 'ML'),
(19593, 'Short', 'Agua sagrada', 'ML'),
(19594, 'Short', 'I-Can-D', 'ML'),
(19595, 'Short', 'The Trials of a Playwright', 'ML'),
(19596, 'Short', 'Haunts for Rent', 'ML'),
(19597, 'Short', 'Magoos Lodge Brother', 'ML'),
(19598, 'Short', 'I lancieri di Savoia', 'ML'),
(19599, 'Short', 'Talk Mr Bard', 'ML'),
(19600, 'Short', 'Ageless', 'ML'),
(19601, 'Short', 'General Sir Redvers Buller', 'ML'),
(19602, 'Short', 'Ka Haka-Rongo', 'ML'),
(19603, 'Short', 'Cazador de nadas', 'ML'),
(19604, 'Short', 'Sylvania', 'ML'),
(19605, 'Short', 'Swiss Trip', 'ML'),
(19606, 'Short', 'Le miniere della calce', 'ML'),
(19607, 'Short', 'Good Karma?', 'ML'),
(19608, 'Short', 'Signalwaala Ladka', 'ML'),
(19609, 'Short', 'OP.1207-X', 'ML'),
(19610, 'Short', 'Chromatic Fantasy', 'ML'),
(19611, 'Short', 'Medardo Pantoja', 'ML'),
(19612, 'Short', 'Fate Accompli', 'ML'),
(19613, 'Short', 'Del Monte Pisano', 'ML'),
(19614, 'Short', 'Pursued by Priscilla', 'ML'),
(19615, 'Short', 'Even Gray Feels Blue', 'ML'),
(19616, 'Short', 'Konkurss', 'ML'),
(19617, 'Short', 'Avishag: Conversations with a Female Soldier', 'ML'),
(19618, 'Short', 'I Am an American', 'ML'),
(19619, 'Short', 'Oklahoma', 'ML'),
(19620, 'Short', 'Too Commercial for Cannes', 'ML'),
(19621, 'Short', 'U.S. Interior Dept.: Laguna Indian Chicken-Pulling Race', 'ML'),
(19622, 'Short', 'Mission to Mir', 'ML'),
(19623, 'Short', 'Fred the Steam Fugitive', 'ML'),
(19624, 'Short', 'Gate Out', 'ML'),
(19625, 'Short', 'Canvassing', 'ML'),
(19626, 'Short', 'Jungle Jail', 'ML'),
(19627, 'Short', 'Die geliebte Stimme', 'ML'),
(19628, 'Short', 'iGun 4', 'ML'),
(19629, 'Short', 'Loud Video', 'ML'),
(19630, 'Short', 'Am Arsch der Welt', 'ML'),
(19631, 'Short', 'Le potier', 'ML'),
(19632, 'Short', 'The One Thing', 'ML'),
(19633, 'Short', 'Leipziger Messe', 'ML'),
(19634, 'Short', 'Pas Japonais', 'ML'),
(19635, 'Short', 'Corten', 'ML'),
(19636, 'Short', 'Midena pro tou telous makarize', 'ML'),
(19637, 'Short', 'Kobe Bryant on the NBA Lockout', 'ML'),
(19638, 'Short', 'Steel Cathedrals', 'ML'),
(19639, 'Short', 'Parallelogram', 'ML'),
(19640, 'Short', 'Walking', 'ML'),
(19641, 'Short', 'Samurai Escort', 'ML'),
(19642, 'Short', 'Floating: The Nathan Gocke Story', 'ML'),
(19643, 'Short', 'The Fine Fisherman', 'ML'),
(19644, 'Short', 'The Referees', 'ML'),
(19645, 'Short', 'Rena', 'ML'),
(19646, 'Short', 'Tante Aurore viendra ce soir', 'ML'),
(19647, 'Short', 'Hypothetical Children', 'ML'),
(19648, 'Short', 'Sprinkles!', 'ML'),
(19649, 'Short', 'The Making of the Mission', 'ML'),
(19650, 'Short', 'Naturlige briller', 'ML'),
(19651, 'Short', 'Shattered Allegiance', 'ML'),
(19652, 'Short', 'Frankie and Johnnie', 'ML'),
(19653, 'Short', 'Mother o Dreams', 'ML'),
(19654, 'Short', 'Doing a Deal in India', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(19655, 'Short', 'When the Devil Laughed', 'ML'),
(19656, 'Short', 'The Dreaming', 'ML'),
(19657, 'Short', 'Helsinki ja meri', 'ML'),
(19658, 'Short', 'Mixing in Mexico', 'ML'),
(19659, 'Short', 'Fleur des maquis', 'ML'),
(19660, 'Short', 'Gold Moon, Sharp Arrow', 'ML'),
(19661, 'Short', 'Girls Girls Girls', 'ML'),
(19662, 'Short', 'Koraci preobrazaja', 'ML'),
(19663, 'Short', 'Love or Riches', 'ML'),
(19664, 'Short', 'I Am Bubba', 'ML'),
(19665, 'Short', 'La marcha de los borregos', 'ML'),
(19666, 'Short', 'Texas 1983', 'ML'),
(19667, 'Short', 'Malpractice: Behind the Scenes at the Damocles Foundation', 'ML'),
(19668, 'Short', 'Kagamiga wa zoino gaadoreeru', 'ML'),
(19669, 'Short', 'The Carriage of Death', 'ML'),
(19670, 'Short', '2.30 A.M.', 'ML'),
(19671, 'Short', 'Walterio y yo', 'ML'),
(19672, 'Short', 'Canadas Mountain of Tears', 'ML'),
(19673, 'Short', 'Nothings the Same', 'ML'),
(19674, 'Short', 'Mozda Diogen', 'ML'),
(19675, 'Short', 'Lions, Tigers and Bears', 'ML'),
(19676, 'Short', 'Trevors in Heaven', 'ML'),
(19677, 'Short', 'Polar Bear Hunt', 'ML'),
(19678, 'Short', 'A Red Hot Romance', 'ML'),
(19679, 'Short', 'Under an Influence', 'ML'),
(19680, 'Short', 'Mike and Max', 'ML'),
(19681, 'Short', 'Se tutto va bene prendo il prossimo treno...', 'ML'),
(19682, 'Short', 'A Very European Christmas', 'ML'),
(19683, 'Short', 'Hand Soap', 'ML'),
(19684, 'Short', 'Parkstone Comedies', 'ML'),
(19685, 'Short', 'control x', 'ML'),
(19686, 'Short', 'Mickey the Detective', 'ML'),
(19687, 'Short', 'Une aventure de la Malibran', 'ML'),
(19688, 'Short', 'Homebelly', 'ML'),
(19689, 'Short', 'Temper', 'ML'),
(19690, 'Short', 'Forte est la tentation de Georges', 'ML'),
(19691, 'Short', 'What Price Dough', 'ML'),
(19692, 'Short', 'Afro Shock', 'ML'),
(19693, 'Short', 'Human Flesh Search Engine', 'ML'),
(19694, 'Short', 'Dawns Early Light', 'ML'),
(19695, 'Short', 'Besniku i Partise', 'ML'),
(19696, 'Short', '100+ Eyes', 'ML'),
(19697, 'Short', 'Casual Fridays', 'ML'),
(19698, 'Short', 'Corderos de Dios', 'ML'),
(19699, 'Short', '900 Ruku', 'ML'),
(19700, 'Short', 'Christ Is Risen', 'ML'),
(19701, 'Short', 'New-Gen at NYCC 11 Featurette', 'ML'),
(19702, 'Short', 'Amor e... Piche', 'ML'),
(19703, 'Short', 'Skeeter and the Mystery of the Lost Mosquito Treasure', 'ML'),
(19704, 'Short', 'Starship America', 'ML'),
(19705, 'Short', 'Stars', 'ML'),
(19706, 'Short', 'Divided Highway: The Story of They Drive by Night', 'ML'),
(19707, 'Short', 'Street Law: Laying Down the Law', 'ML'),
(19708, 'Short', 'Happy Pill', 'ML'),
(19709, 'Short', '44. Ich hol meine Cousins', 'ML'),
(19710, 'Short', 'Highland Brigade to the Front', 'ML'),
(19711, 'Short', 'Ape Town', 'ML'),
(19712, 'Short', 'Streets in Tientsin After Occupation by Allied Troops', 'ML'),
(19713, 'Short', 'In His Shoes', 'ML'),
(19714, 'Short', 'Un jour en France', 'ML'),
(19715, 'Short', 'Zimmerleute des Waldes', 'ML'),
(19716, 'Short', 'Solitarius', 'ML'),
(19717, 'Short', 'Two Distinct Courses of Action', 'ML'),
(19718, 'Short', 'Columbia World of Sports 2802: Winter Capers', 'ML'),
(19719, 'Short', 'Vestigios romanos', 'ML'),
(19720, 'Short', 'I Go to War with Everything That Doesnt Make Sense in a Bathtub', 'ML'),
(19721, 'Short', 'Koharu biyori: Watashi no daiji na...', 'ML'),
(19722, 'Short', 'Los hervideros', 'ML'),
(19723, 'Short', 'Mon amour', 'ML'),
(19724, 'Short', 'Mary and Thurston', 'ML'),
(19725, 'Short', 'Ein Arbeiterclub in Sheffield', 'ML'),
(19726, 'Short', 'Prelude in E -Minor', 'ML'),
(19727, 'Short', 'Koji', 'ML'),
(19728, 'Short', 'Taormina', 'ML'),
(19729, 'Short', 'Lucky Boy', 'ML'),
(19730, 'Short', 'Deux enfants terribles', 'ML'),
(19731, 'Short', 'Bud and Tommy Take a Day Off', 'ML'),
(19732, 'Short', 'The Lost Explorer', 'ML'),
(19733, 'Short', 'Teams Entering the Field', 'ML'),
(19734, 'Short', 'Lilli', 'ML'),
(19735, 'Short', 'The Jail', 'ML'),
(19736, 'Short', 'Stripped and Struggling Bound Captives!', 'ML'),
(19737, 'Short', 'Monumenti siciliani', 'ML'),
(19738, 'Short', 'The Bent Gun', 'ML'),
(19739, 'Short', 'An Enormous Haul', 'ML'),
(19740, 'Short', 'Sinner', 'ML'),
(19741, 'Short', 'The White to Be Angry', 'ML'),
(19742, 'Short', 'Sunday Father', 'ML'),
(19743, 'Short', 'Dizar El Gran Mago', 'ML'),
(19744, 'Short', 'Canada: Calf Leather', 'ML'),
(19745, 'Short', 'The Red Center - Unterwegs im Herzen Australiens', 'ML'),
(19746, 'Short', 'I Wanna Be Your Rom', 'ML'),
(19747, 'Short', 'VH-1 Where Are They Now: TV Hunks', 'ML'),
(19748, 'Short', 'Vet!', 'ML'),
(19749, 'Short', '26 Mirror: Montage of Lives', 'ML'),
(19750, 'Short', 'Una lettura poco interessante', 'ML'),
(19751, 'Short', 'Wambus Rettung', 'ML'),
(19752, 'Short', 'La giustizia buona', 'ML'),
(19753, 'Short', 'Hatulot Haraam', 'ML'),
(19754, 'Short', 'Sarangeun duballo', 'ML'),
(19755, 'Short', 'The Brown Bag Mystery', 'ML'),
(19756, 'Short', 'Thats My Weakness Now', 'ML'),
(19757, 'Short', '#Stop', 'ML'),
(19758, 'Short', 'Two to One on Pimple', 'ML'),
(19759, 'Short', 'Meter Maids', 'ML'),
(19760, 'Short', 'Saving Private Ryan: Miller and His Platoon', 'ML'),
(19761, 'Short', 'Franks Dream', 'ML'),
(19762, 'Short', 'A One Man Submarine', 'ML'),
(19763, 'Short', 'The Killer Krapper', 'ML'),
(19764, 'Short', 'Pile On!', 'ML'),
(19765, 'Short', 'Cosa raccomanda lei?', 'ML'),
(19766, 'Short', 'F. Word Pizza', 'ML'),
(19767, 'Short', 'Den inre hamnen', 'ML'),
(19768, 'Short', 'Layne Tom, Jr: The Adventures of Charlie Chan, Jr.', 'ML'),
(19769, 'Short', 'Canoeing at Riverside', 'ML'),
(19770, 'Short', 'Las plantaciones forestales', 'ML'),
(19771, 'Short', 'Ramiro', 'ML'),
(19772, 'Short', 'Boskos Fox Hunt', 'ML'),
(19773, 'Short', 'Ernest Goes to the Window', 'ML'),
(19774, 'Short', 'Film Sanctuary', 'ML'),
(19775, 'Short', 'Symphony in Black: A Rhapsody of Negro Life', 'ML'),
(19776, 'Short', 'Deus et machina', 'ML'),
(19777, 'Short', 'Treachery of the Red Man', 'ML'),
(19778, 'Short', 'The Fable of Henpecked Henry', 'ML'),
(19779, 'Short', 'Puzzle of Poison', 'ML'),
(19780, 'Short', 'LSD: Insight or Insanity?', 'ML'),
(19781, 'Short', 'Zombie Surfing', 'ML'),
(19782, 'Short', 'The Junior Partner', 'ML'),
(19783, 'Short', 'Nits', 'ML'),
(19784, 'Short', 'Lindustria dei pomidori', 'ML'),
(19785, 'Short', 'Funeral for a Friend', 'ML'),
(19786, 'Short', 'Bird in a Window', 'ML'),
(19787, 'Short', 'The Somnambulist', 'ML'),
(19788, 'Short', 'Une bonne affaire', 'ML'),
(19789, 'Short', 'Eikosi dyo Protohronies', 'ML'),
(19790, 'Short', 'Arrival at Falls View Station', 'ML'),
(19791, 'Short', 'Transrexia', 'ML'),
(19792, 'Short', 'Xanthos ippotis', 'ML'),
(19793, 'Short', 'Strumpfwirker im Erzgebirge', 'ML'),
(19794, 'Short', 'Between Bears', 'ML'),
(19795, 'Short', 'A Taste of Magic', 'ML'),
(19796, 'Short', 'Commingled Containers', 'ML'),
(19797, 'Short', 'Vivement lan 2000', 'ML'),
(19798, 'Short', 'Be Careful What You Wish', 'ML'),
(19799, 'Short', 'Sweet Stick', 'ML'),
(19800, 'Short', 'Het korte leven van Anne Frank', 'ML'),
(19801, 'Short', 'Das gelobte Land', 'ML'),
(19802, 'Short', 'The 9/11 Decade: The Intelligence War', 'ML'),
(19803, 'Short', 'The Three Queens', 'ML'),
(19804, 'Short', 'Seaside', 'ML'),
(19805, 'Short', 'Funny Games II', 'ML'),
(19806, 'Short', 'Arrival of the Funeral Cortege at the City Hall, Buffalo, N.Y.', 'ML'),
(19807, 'Short', 'Night of the Idiots', 'ML'),
(19808, 'Short', 'Pichianni Troupe', 'ML'),
(19809, 'Short', 'Grand Canyon, Pride of Creation', 'ML'),
(19810, 'Short', 'Lana', 'ML'),
(19811, 'Short', 'How I Created Doctor Faustef', 'ML'),
(19812, 'Short', 'Our Friend River', 'ML'),
(19813, 'Short', 'Writing the Music for Stay', 'ML'),
(19814, 'Short', 'Zivotopis', 'ML'),
(19815, 'Short', 'Le coeur magnifique', 'ML'),
(19816, 'Short', 'Music in the Morgan Manner', 'ML'),
(19817, 'Short', 'Go Into the Light', 'ML'),
(19818, 'Short', 'Sushi Bar', 'ML'),
(19819, 'Short', 'Bonsoir, Monsieur Champagne', 'ML'),
(19820, 'Short', 'Christie Pits Garbage', 'ML'),
(19821, 'Short', 'Delaware River, Philadelphia', 'ML'),
(19822, 'Short', 'Faisal Goes West', 'ML'),
(19823, 'Short', 'Kikanbi', 'ML'),
(19824, 'Short', 'Het dorp', 'ML'),
(19825, 'Short', 'Black Man Down', 'ML'),
(19826, 'Short', 'Pyromanes', 'ML'),
(19827, 'Short', 'Weirded Out and Blown Away', 'ML'),
(19828, 'Short', 'Pierrot dans les nuages', 'ML'),
(19829, 'Short', 'All Balled Up', 'ML'),
(19830, 'Short', 'Sardunya', 'ML'),
(19831, 'Short', 'KCET Outreach', 'ML'),
(19832, 'Short', 'Xmas Past', 'ML'),
(19833, 'Short', 'Darians Naughty Webcam', 'ML'),
(19834, 'Short', 'Museu Picasso', 'ML'),
(19835, 'Short', 'Beyond Lovely', 'ML'),
(19836, 'Short', 'Sweet Caroline', 'ML'),
(19837, 'Short', 'Fuori gioco', 'ML'),
(19838, 'Short', 'Adorjan ur Felsoeoersroel - Ein Mann aus Oberwart', 'ML'),
(19839, 'Short', 'Daedalus Is Dead', 'ML'),
(19840, 'Short', 'Rude Removal', 'ML'),
(19841, 'Short', 'Shadows of the Dead', 'ML'),
(19842, 'Short', 'Hold Music', 'ML'),
(19843, 'Short', 'Bouzouki blues', 'ML'),
(19844, 'Short', 'Mer baki astghere', 'ML'),
(19845, 'Short', 'The Carousel', 'ML'),
(19846, 'Short', 'Carpinteros - Wood Work', 'ML'),
(19847, 'Short', 'Quelques jours de trop', 'ML'),
(19848, 'Short', 'Creating an X5', 'ML'),
(19849, 'Short', 'Blood in my Mouth', 'ML'),
(19850, 'Short', 'Italian Pasta', 'ML'),
(19851, 'Short', 'The Sins of the Fathers', 'ML'),
(19852, 'Short', 'Ultra, je taime', 'ML'),
(19853, 'Short', 'Haim Was here', 'ML'),
(19854, 'Short', 'Elvis Stories', 'ML'),
(19855, 'Short', 'Pie-Eating Contest', 'ML'),
(19856, 'Short', 'The Niggard', 'ML'),
(19857, 'Short', 'The Sixth Sense: Reflections from the Set', 'ML'),
(19858, 'Short', 'A Pocket or Two', 'ML'),
(19859, 'Short', 'Haunt Ed', 'ML'),
(19860, 'Short', 'Un autre homme', 'ML'),
(19861, 'Short', 'A Place to Land', 'ML'),
(19862, 'Short', 'Un paquete de tabaco', 'ML'),
(19863, 'Short', 'Route 2', 'ML'),
(19864, 'Short', 'Rene Haggard Journeys On', 'ML'),
(19865, 'Short', 'Ching Ling Foo Outdone', 'ML'),
(19866, 'Short', 'Maniobras en el molino del rey', 'ML'),
(19867, 'Short', 'A Question of Content', 'ML'),
(19868, 'Short', 'Retrospect: The Passover', 'ML'),
(19869, 'Short', 'Le cavalier bleu', 'ML'),
(19870, 'Short', 'Dillusc', 'ML'),
(19871, 'Short', 'Operation: The Future Looks Bright', 'ML'),
(19872, 'Short', 'Exit Exam', 'ML'),
(19873, 'Short', 'The Creatures: Tokyo Drum Session', 'ML'),
(19874, 'Short', 'Galenika', 'ML'),
(19875, 'Short', 'Every Day the Same', 'ML'),
(19876, 'Short', 'Piazza del Duomo', 'ML'),
(19877, 'Short', 'Satyagraha: 100 Years of Nonviolence', 'ML'),
(19878, 'Short', 'Revenge of the Dead', 'ML'),
(19879, 'Short', 'The Glen Island, Accompanying Parade', 'ML'),
(19880, 'Short', 'Voca e canta', 'ML'),
(19881, 'Short', 'Acres of Alfalfa', 'ML'),
(19882, 'Short', 'Svatba v Ribnovo', 'ML'),
(19883, 'Short', 'Der Trichter Nr. 11', 'ML'),
(19884, 'Short', 'Firemens Picnic', 'ML'),
(19885, 'Short', 'Cobayas: Human Test', 'ML'),
(19886, 'Short', 'The Arm Behind the Army', 'ML'),
(19887, 'Short', 'Bicyclers in Inaugural Parade', 'ML'),
(19888, 'Short', 'Sounds Good', 'ML'),
(19889, 'Short', 'Interlude', 'ML'),
(19890, 'Short', 'Automne Hiver', 'ML'),
(19891, 'Short', 'A Peregrina', 'ML'),
(19892, 'Short', 'Le cadeau de maman', 'ML'),
(19893, 'Short', 'Soldado sen fortuna', 'ML'),
(19894, 'Short', 'If You Need Me', 'ML'),
(19895, 'Short', 'Mark & Tom', 'ML'),
(19896, 'Short', 'Ballpoint Fury', 'ML'),
(19897, 'Short', 'The Art Spy', 'ML'),
(19898, 'Short', 'Robotrip', 'ML'),
(19899, 'Short', 'Mutt and Jeff in Paris', 'ML'),
(19900, 'Short', 'Lvoluten Osken', 'ML'),
(19901, 'Short', 'Jo jo jo', 'ML'),
(19902, 'Short', 'The Matching Game', 'ML'),
(19903, 'Short', 'The Two Suffragettes', 'ML'),
(19904, 'Short', 'La tentazione', 'ML'),
(19905, 'Short', 'The World on Fire', 'ML'),
(19906, 'Short', 'Le piment', 'ML'),
(19907, 'Short', 'Neem mij', 'ML'),
(19908, 'Short', 'Topic A with James Urbaniak: Jumping the Shark', 'ML'),
(19909, 'Short', 'Una notte in Arabia', 'ML'),
(19910, 'Short', 'Climbing the Austrian Alps', 'ML'),
(19911, 'Short', 'Pa', 'ML'),
(19912, 'Short', 'No Room for Father', 'ML'),
(19913, 'Short', 'Ozzie Nelson and His Orchestra', 'ML'),
(19914, 'Short', 'O ehthros mou, ego', 'ML'),
(19915, 'Short', 'Faces - India', 'ML'),
(19916, 'Short', 'Feeding the Bear at the Menagerie', 'ML'),
(19917, 'Short', 'Hangin Round the Fountain', 'ML'),
(19918, 'Short', 'Finding Thea', 'ML'),
(19919, 'Short', 'Cowboys in Kosovo', 'ML'),
(19920, 'Short', 'Magellan: At the Gates of Death, Part I: The Red Gate I, 0', 'ML'),
(19921, 'Short', 'Le sablier', 'ML'),
(19922, 'Short', 'Euro 400.000', 'ML'),
(19923, 'Short', 'Grief Becomes Me', 'ML'),
(19924, 'Short', 'Up Is Down', 'ML'),
(19925, 'Short', 'Testing a Rotary, Westinghouse Works', 'ML'),
(19926, 'Short', 'Dis-Immigration', 'ML'),
(19927, 'Short', 'Sougen no ko Tenguri', 'ML'),
(19928, 'Short', 'Eclipse of the Sun Virgin', 'ML'),
(19929, 'Short', 'County Rd 42', 'ML'),
(19930, 'Short', 'The Street Sweeper', 'ML'),
(19931, 'Short', 'To Know the Hurons', 'ML'),
(19932, 'Short', 'Sukces', 'ML'),
(19933, 'Short', 'El lobo loco', 'ML'),
(19934, 'Short', 'Flieg mich zum Mond', 'ML'),
(19935, 'Short', 'Beach Games', 'ML'),
(19936, 'Short', 'Conture Brothers, Acrobats', 'ML'),
(19937, 'Short', 'Daddys Boy', 'ML'),
(19938, 'Short', 'Red Suspenders', 'ML'),
(19939, 'Short', 'Main Tumhara Kavi Hoon', 'ML'),
(19940, 'Western', 'The Deadly Companions', 'ML'),
(19941, 'Western', '...e lo chiamarono Spirito Santo', 'ML'),
(19942, 'Western', 'The Mexicali Kid', 'ML'),
(19943, 'Western', 'Beyond the Law', 'ML'),
(19944, 'Western', 'The Rawhide Terror', 'ML'),
(19945, 'Western', 'The Faithful Indian', 'ML'),
(19946, 'Western', 'A Western Romance in the Days of 49', 'ML'),
(19947, 'Western', 'A Fistful of Rawhide', 'ML'),
(19948, 'Western', 'North of Arizona', 'ML'),
(19949, 'Western', 'Son of a Gun', 'ML'),
(19950, 'Western', 'Sam', 'ML'),
(19951, 'Western', 'The New Boss of Bar X Ranch', 'ML'),
(19952, 'Western', 'Gold, Glory and Custer', 'ML'),
(19953, 'Western', 'The Range Boss', 'ML'),
(19954, 'Western', 'Wish in One Hand', 'ML'),
(19955, 'Western', 'The Tribes Penalty', 'ML'),
(19956, 'Western', 'At Old Fort Dearborn; or, Chicago in 1812', 'ML'),
(19957, 'Western', 'Elda of the Mountains', 'ML'),
(19958, 'Western', 'Apache Warrior', 'ML'),
(19959, 'Western', 'Arizona Terror', 'ML'),
(19960, 'Western', 'El tres de copas', 'ML'),
(19961, 'Western', 'Rangers Oath', 'ML'),
(19962, 'Western', 'Carson City Cyclone', 'ML'),
(19963, 'Western', 'The Bull of the West', 'ML'),
(19964, 'Western', 'With Naked Fists', 'ML'),
(19965, 'Western', 'The Loafers Mother', 'ML'),
(19966, 'Western', 'The Boss of Lucky Ranch', 'ML'),
(19967, 'Western', 'Nichols', 'ML'),
(19968, 'Western', 'The Jaguars Claws', 'ML'),
(19969, 'Western', 'Spurs', 'ML'),
(19970, 'Western', 'Apache Territory', 'ML'),
(19971, 'Western', 'Los cuatreros', 'ML'),
(19972, 'Western', '1313: Billy the Kid', 'ML'),
(19973, 'Western', 'Bajo el cielo de Sonora', 'ML'),
(19974, 'Western', 'The Old Wyoming Trail', 'ML'),
(19975, 'Western', 'The Fighting Three', 'ML'),
(19976, 'Western', 'Destry reitet wieder', 'ML'),
(19977, 'Western', 'In the Mission Shadows', 'ML'),
(19978, 'Western', 'Get the Rabbit Back', 'ML'),
(19979, 'Western', 'Fighting Joe', 'ML'),
(19980, 'Western', 'Roarin Lead', 'ML'),
(19981, 'Western', 'Roping a Sweetheart', 'ML'),
(19982, 'Western', 'Broncho Billy and the Schoolmams Sweetheart', 'ML'),
(19983, 'Western', 'Silver Wings Two Suitors', 'ML'),
(19984, 'Western', 'Straight to Hell Returns', 'ML'),
(19985, 'Western', 'O.U.T. West', 'ML'),
(19986, 'Western', 'Death Rides the Range', 'ML'),
(19987, 'Western', 'Racketeer Round-up', 'ML'),
(19988, 'Western', 'The Jack Bull', 'ML'),
(19989, 'Western', 'Right of Way Casey', 'ML'),
(19990, 'Western', 'Forbidden Grass', 'ML'),
(19991, 'Western', 'The Iron Strain', 'ML'),
(19992, 'Western', 'Something Big', 'ML'),
(19993, 'Western', 'Their Frontier Wives', 'ML'),
(19994, 'Western', 'The Feud', 'ML'),
(19995, 'Western', 'Rider of the Plains', 'ML'),
(19996, 'Western', 'Dead Mans Walk', 'ML'),
(19997, 'Western', 'The Kings Command', 'ML'),
(19998, 'Western', 'The Reclamation', 'ML'),
(19999, 'Western', 'Ridgeway of Montana', 'ML'),
(20000, 'Western', 'An Indian Trappers Prize', 'ML'),
(20001, 'Western', 'White Fawn', 'ML'),
(20002, 'Western', 'Playing It Wild', 'ML'),
(20003, 'Western', 'After Your Own Heart', 'ML'),
(20004, 'Western', 'A Romance of the Hills', 'ML'),
(20005, 'Western', 'Amore, piombo e furore', 'ML'),
(20006, 'Western', 'Trail Street', 'ML'),
(20007, 'Western', 'The Sea of Grass', 'ML'),
(20008, 'Western', 'The New Cowpuncher', 'ML'),
(20009, 'Western', 'Drums of the Desert', 'ML'),
(20010, 'Western', 'Where the Trail Divides', 'ML'),
(20011, 'Western', 'The Winning of Wonega', 'ML'),
(20012, 'Western', 'Star Eyes Stratagem', 'ML'),
(20013, 'Western', 'The Cowboy and the Lieutenant', 'ML'),
(20014, 'Western', 'The Courageous Avenger', 'ML'),
(20015, 'Western', 'Coming an Going', 'ML'),
(20016, 'Western', 'Fort Defiance', 'ML'),
(20017, 'Western', 'Sentencia contra una mujer', 'ML'),
(20018, 'Western', 'Alleluja e Sartana figli di... Dio', 'ML'),
(20019, 'Western', 'Stanleys Dinosaur Round-Up', 'ML'),
(20020, 'Western', 'The Fighting Smile', 'ML'),
(20021, 'Western', 'Killer Women', 'ML'),
(20022, 'Western', 'His Buddy', 'ML'),
(20023, 'Western', 'Soy chicano y mexicano', 'ML'),
(20024, 'Western', 'Gun Law Justice', 'ML'),
(20025, 'Western', 'Duel at Apache Wells', 'ML'),
(20026, 'Western', 'Tennison Hopps', 'ML'),
(20027, 'Western', 'The War Bonnet', 'ML'),
(20028, 'Western', 'Facing the Storm: Story of the American Bison', 'ML'),
(20029, 'Western', 'Night Raiders', 'ML'),
(20030, 'Western', 'Don Desperado', 'ML'),
(20031, 'Western', 'To Kill a Memory', 'ML'),
(20032, 'Western', 'Calamity Anne, Heroine', 'ML'),
(20033, 'Western', 'Looped for Life', 'ML'),
(20034, 'Western', 'Pride in the Shell', 'ML'),
(20035, 'Western', 'Lights of the Desert', 'ML'),
(20036, 'Western', 'The Tell Tale Clue', 'ML'),
(20037, 'Western', 'Bada alla tua pelle Spirito Santo!', 'ML'),
(20038, 'Western', 'The Firefly of Tough Luck', 'ML'),
(20039, 'Western', 'The Indian and the Child', 'ML'),
(20040, 'Western', 'When a Mans a Man', 'ML'),
(20041, 'Western', 'The Western Doctors Peril', 'ML'),
(20042, 'Western', 'The Strawberry Roan', 'ML'),
(20043, 'Western', 'Alice of Hudson Bay', 'ML'),
(20044, 'Western', 'Brand of the Devil', 'ML'),
(20045, 'Western', 'Amanecer en Puerta Oscura', 'ML'),
(20046, 'Western', 'Riders of the Badlands', 'ML'),
(20047, 'Western', 'The Notorious Jesse James', 'ML'),
(20048, 'Western', 'Aquileo venganza', 'ML'),
(20049, 'Western', 'Domino Kid', 'ML'),
(20050, 'Western', 'Broncho Billys Elopement', 'ML'),
(20051, 'Western', 'The Burning Trail', 'ML'),
(20052, 'Western', 'Rustlers Roundup', 'ML'),
(20053, 'Western', 'Chief White Eagle', 'ML'),
(20054, 'Western', 'The Parson and the Outlaw', 'ML'),
(20055, 'Western', 'Firecreek', 'ML'),
(20056, 'Western', 'Trumpin Trouble', 'ML'),
(20057, 'Western', 'Dio perdoni la mia pistola', 'ML'),
(20058, 'Western', 'Puszta Cowboy', 'ML'),
(20059, 'Western', 'When the Blood Calls', 'ML'),
(20060, 'Western', 'Man from the Black Hills', 'ML'),
(20061, 'Western', 'Ace of the Saddle', 'ML'),
(20062, 'Western', 'Flying Eagle', 'ML'),
(20063, 'Western', 'King of the Herd', 'ML'),
(20064, 'Western', 'The Border Rider', 'ML'),
(20065, 'Western', 'Deuce Duncan', 'ML'),
(20066, 'Western', 'Hard-Hittin Hamilton', 'ML'),
(20067, 'Western', 'Rodeo King and the Senorita', 'ML'),
(20068, 'Western', 'Sheriff of Redwood Valley', 'ML'),
(20069, 'Western', 'Lonestar Cowboy', 'ML'),
(20070, 'Western', 'Paying His Debt', 'ML'),
(20071, 'Western', 'Cart', 'ML'),
(20072, 'Western', 'The Bad Man', 'ML'),
(20073, 'Western', 'A Hero of the Big Snows', 'ML'),
(20074, 'Western', 'A Ridin Romeo', 'ML'),
(20075, 'Western', 'The Mad Miner', 'ML'),
(20076, 'Western', 'The Devils Dooryard', 'ML'),
(20077, 'Western', 'Broncho Billys Escapade', 'ML'),
(20078, 'Western', 'Pistol Harvest', 'ML'),
(20079, 'Western', 'The Ranchmans Love', 'ML'),
(20080, 'Western', 'Walking Ghost', 'ML'),
(20081, 'Western', 'Iron Horse', 'ML'),
(20082, 'Western', 'The Waste', 'ML'),
(20083, 'Western', 'The Half-Breed Sheriff', 'ML'),
(20084, 'Western', 'The Daring Caballero', 'ML'),
(20085, 'Western', 'The Gun Runners', 'ML'),
(20086, 'Western', 'The Squaw Mans Revenge', 'ML'),
(20087, 'Western', 'Colorado Pioneers', 'ML'),
(20088, 'Western', 'The White Outlaw', 'ML'),
(20089, 'Western', 'The Phantom Gunslinger', 'ML'),
(20090, 'Western', 'Chatos Land', 'ML'),
(20091, 'Western', 'Land of Wanted Men', 'ML'),
(20092, 'Western', 'Three Texas Steers', 'ML'),
(20093, 'Western', 'A Cowboys Sacrifice', 'ML'),
(20094, 'Western', 'Rayo veloz', 'ML'),
(20095, 'Western', 'Last of the Badmen', 'ML'),
(20096, 'Western', 'Tin Star', 'ML'),
(20097, 'Western', 'The Tarzan/Lone Ranger Adventure Hour', 'ML'),
(20098, 'Western', 'Broncho Billys Greaser Deputy', 'ML'),
(20099, 'Western', 'Navajo Run', 'ML'),
(20100, 'Western', 'Buffalo Bill', 'ML'),
(20101, 'Western', 'Viva Zalata', 'ML'),
(20102, 'Western', 'The Avenging Rider', 'ML'),
(20103, 'Western', 'Texas to Bataan', 'ML'),
(20104, 'Western', 'Dadaloglunun intikami', 'ML'),
(20105, 'Western', 'I lunghi giorni della vendetta', 'ML'),
(20106, 'Western', 'Throwing Lead', 'ML'),
(20107, 'Western', 'Il pistolero dellAve Maria', 'ML'),
(20108, 'Western', 'Her Man', 'ML'),
(20109, 'Western', 'Saddle Cyclone', 'ML'),
(20110, 'Western', 'His Side Pard', 'ML'),
(20111, 'Western', 'Stagecoach Kid', 'ML'),
(20112, 'Western', 'Heading West', 'ML'),
(20113, 'Western', 'The Cowboy and the Kid', 'ML'),
(20114, 'Western', 'Road Agent', 'ML'),
(20115, 'Western', 'Young Machine', 'ML'),
(20116, 'Western', 'The Hermit of the Rockies', 'ML'),
(20117, 'Western', 'Hors-la-loi', 'ML'),
(20118, 'Western', 'A Western Hero', 'ML'),
(20119, 'Western', 'White Clouds Secret', 'ML'),
(20120, 'Western', 'Some Doings at Lonesome Ranch', 'ML'),
(20121, 'Western', 'The Good, the Bad, & the Dead', 'ML'),
(20122, 'Western', 'Quindici forche per un assassino', 'ML'),
(20123, 'Western', 'The Sweet Creek County War', 'ML'),
(20124, 'Western', 'Sumbitch!', 'ML'),
(20125, 'Western', 'Park Avenue Logger', 'ML'),
(20126, 'Western', 'The Man from Red Gulch', 'ML'),
(20127, 'Western', 'Quinto: non ammazzare', 'ML'),
(20128, 'Western', 'El Dorado Pass', 'ML'),
(20129, 'Western', 'The Desert Flower', 'ML'),
(20130, 'Western', 'The Arizona Cat Claw', 'ML'),
(20131, 'Western', 'Code of the Lawless', 'ML'),
(20132, 'Western', 'Fear-Bound', 'ML'),
(20133, 'Western', 'The Red Avenger', 'ML'),
(20134, 'Western', 'The Durango Kid', 'ML'),
(20135, 'Western', 'Lean Wolfs End', 'ML'),
(20136, 'Western', 'The Last Westie', 'ML'),
(20137, 'Western', 'Broncho Billy and the Card Sharp', 'ML'),
(20138, 'Western', 'A Town Called Bastard', 'ML'),
(20139, 'Western', 'Cattle Queen Rancher', 'ML'),
(20140, 'Western', 'Temporary Sheriff', 'ML'),
(20141, 'Western', 'Moon Zero Two', 'ML'),
(20142, 'Western', 'Sugarfoot', 'ML'),
(20143, 'Western', 'The Indian Maidens Lesson', 'ML'),
(20144, 'Western', 'Beau Bandit', 'ML'),
(20145, 'Western', 'Thunder River Feud', 'ML'),
(20146, 'Western', 'Wyatt Earp: Return to Tombstone', 'ML'),
(20147, 'Western', 'Tales of Wells Fargo', 'ML'),
(20148, 'Western', 'Sheriff of Las Vegas', 'ML'),
(20149, 'Western', 'Ghost-Town Gold', 'ML'),
(20150, 'Western', 'Between Men', 'ML'),
(20151, 'Western', 'The Indians Narrow Escape', 'ML'),
(20152, 'Western', 'The Iron Fist', 'ML'),
(20153, 'Western', 'Klondike Kate', 'ML'),
(20154, 'Western', 'The Girl Deputy', 'ML'),
(20155, 'Western', 'The Conversion of Frosty Blake', 'ML'),
(20156, 'Western', 'Lorraine of the Timberlands', 'ML'),
(20157, 'Western', 'Dynamite Pass', 'ML'),
(20158, 'Western', 'The Buster', 'ML'),
(20159, 'Western', 'The High Chaparral', 'ML'),
(20160, 'Western', 'To Meet It with Awe', 'ML'),
(20161, 'Western', 'Sweet Savage', 'ML'),
(20162, 'Western', 'Sette pistole per i MacGregor', 'ML'),
(20163, 'Western', 'Over Silent Paths', 'ML'),
(20164, 'Western', 'The Mormon', 'ML'),
(20165, 'Western', 'Santa Fe Uprising', 'ML'),
(20166, 'Western', 'Dynamites Daughter', 'ML'),
(20167, 'Western', 'The Scarlet Worm', 'ML'),
(20168, 'Western', 'One Thousand White Women', 'ML'),
(20169, 'Western', 'Charlie Cobb: Nice Night for a Hanging', 'ML'),
(20170, 'Western', 'Guns of the Timberland', 'ML'),
(20171, 'Western', 'The Ranchers', 'ML'),
(20172, 'Western', 'Scrappy Bill', 'ML'),
(20173, 'Western', 'Woman of the North Country', 'ML'),
(20174, 'Western', 'The Little Sheriff', 'ML'),
(20175, 'Western', 'Tierra sangrienta', 'ML'),
(20176, 'Western', 'Al diablo las mujeres', 'ML'),
(20177, 'Western', 'Bullitz', 'ML'),
(20178, 'Western', 'Yukon Manhunt', 'ML'),
(20179, 'Western', 'Karl-May-Spiele: Winnetou und das Geheimnis der Felsenburg', 'ML'),
(20180, 'Western', 'The Unbroken Promise', 'ML'),
(20181, 'Western', 'The Gold Trap', 'ML'),
(20182, 'Western', 'The Gambling Terror', 'ML'),
(20183, 'Western', 'In the Land of Cactus', 'ML'),
(20184, 'Western', 'Gold from Weepah', 'ML'),
(20185, 'Western', 'Bang bang al hoyo', 'ML'),
(20186, 'Western', 'The Tia Juana Kid', 'ML'),
(20187, 'Western', 'Wild Horse Valley', 'ML'),
(20188, 'Western', 'Forty Guns', 'ML'),
(20189, 'Western', 'Lacy and the Mississippi Queen', 'ML'),
(20190, 'Western', 'Grubstake', 'ML'),
(20191, 'Western', 'Song of Nevada', 'ML'),
(20192, 'Western', 'Trickery', 'ML'),
(20193, 'Western', 'Sukiyaki Western Django', 'ML'),
(20194, 'Western', 'The Shield of Silence', 'ML'),
(20195, 'Western', 'Bullets for Rustlers', 'ML'),
(20196, 'Western', 'The Buckskin Lady', 'ML'),
(20197, 'Western', 'Trouble in Texas', 'ML'),
(20198, 'Western', 'Los siete de Pancho Villa', 'ML'),
(20199, 'Western', 'A Cripple Creek Cinderella', 'ML'),
(20200, 'Western', 'Just Pals', 'ML'),
(20201, 'Western', 'Oklahoma Frontier', 'ML'),
(20202, 'Western', 'Scattergood Makes a Match', 'ML'),
(20203, 'Western', 'The Desperados Are in Town', 'ML'),
(20204, 'Western', 'Run Home Slow', 'ML'),
(20205, 'Western', 'Cripple Creek', 'ML'),
(20206, 'Western', 'Een Halve Ster', 'ML'),
(20207, 'Western', 'Angel and the Bad Man', 'ML'),
(20208, 'Western', 'Frontiersmen', 'ML'),
(20209, 'Western', 'Speed Versus Death', 'ML'),
(20210, 'Western', 'Card of Destiny', 'ML'),
(20211, 'Western', 'Lonesome Trail', 'ML'),
(20212, 'Western', 'The Treasure of Lost Canyon', 'ML'),
(20213, 'Western', 'Rounding Up the Law', 'ML'),
(20214, 'Western', 'The Winning of Barbara Worth', 'ML'),
(20215, 'Western', 'Men of the Desert', 'ML'),
(20216, 'Western', 'The Golden Princess', 'ML'),
(20217, 'Western', 'The Bullet Mark', 'ML'),
(20218, 'Western', 'Topeka', 'ML'),
(20219, 'Western', 'Sunlights Last Raid', 'ML'),
(20220, 'Western', 'The Whirlwind Ranger', 'ML'),
(20221, 'Western', 'Hostile Guns', 'ML'),
(20222, 'Western', 'Popalong Popeye', 'ML'),
(20223, 'Western', 'Trouble at Melody Mesa', 'ML'),
(20224, 'Western', 'The Big Valley', 'ML'),
(20225, 'Western', 'Men with Steel Faces', 'ML'),
(20226, 'Western', 'La tumba del pistolero', 'ML'),
(20227, 'Western', 'Western Speed', 'ML'),
(20228, 'Western', 'Broncho Billys Word of Honor', 'ML'),
(20229, 'Western', 'True Western Hearts', 'ML'),
(20230, 'Western', 'Deep in the Heart of Texas', 'ML'),
(20231, 'Western', 'Saved from the Vigilantes', 'ML'),
(20232, 'Western', 'The Restless Gun', 'ML'),
(20233, 'Western', 'Under the Western Sun', 'ML'),
(20234, 'Western', 'Outlaw Brand', 'ML'),
(20235, 'Western', 'Skeleton Canyon', 'ML'),
(20236, 'Western', 'A Strange Inheritance', 'ML'),
(20237, 'Western', 'The Fighting Code', 'ML'),
(20238, 'Western', 'The Wind Favors West', 'ML'),
(20239, 'Western', 'Border Brigands', 'ML'),
(20240, 'Western', 'Sally Fieldgood & Co', 'ML'),
(20241, 'Western', 'The Legend of Shizuko Nishimura', 'ML'),
(20242, 'Western', 'Men in the Raw', 'ML'),
(20243, 'Western', 'Zanna Bianca e il cacciatore solitario', 'ML'),
(20244, 'Western', 'My Friend Flicka', 'ML'),
(20245, 'Western', 'Little House: Look Back to Yesterday', 'ML'),
(20246, 'Western', 'Der letzte Mohikaner', 'ML'),
(20247, 'Western', 'Cinque dollari per Ringo', 'ML'),
(20248, 'Western', 'At Double Cross Ranch', 'ML'),
(20249, 'Western', 'Broncho Billy and the Express Rider', 'ML'),
(20250, 'Western', 'Little Joe, the Wrangler', 'ML'),
(20251, 'Western', 'A Desperate Tenderfoot', 'ML'),
(20252, 'Western', 'In the Sunset Country', 'ML'),
(20253, 'Western', 'Mr. Grey', 'ML'),
(20254, 'Western', 'El fugitivo', 'ML'),
(20255, 'Western', 'Wild Gals of the Naked West', 'ML'),
(20256, 'Western', 'Cupid the Cowpuncher', 'ML'),
(20257, 'Western', 'Fedra West', 'ML'),
(20258, 'Western', 'Der Cowboy und die Schurken: Mother Death', 'ML'),
(20259, 'Western', 'The Cowboys Innocence', 'ML'),
(20260, 'Western', 'A Cowboys Daring Rescue', 'ML'),
(20261, 'Western', 'Shuang cheng ji zhong ji', 'ML'),
(20262, 'Western', 'Uno a uno sin piedad', 'ML'),
(20263, 'Western', 'West of the Alamo', 'ML'),
(20264, 'Western', 'The Night Attack', 'ML'),
(20265, 'Western', 'The Bascom Home Guard', 'ML'),
(20266, 'Western', 'Ein langer Ritt nach Eden', 'ML'),
(20267, 'Western', 'Vamos a matar Sartana', 'ML'),
(20268, 'Western', 'Josiah', 'ML'),
(20269, 'Western', 'The Indian Girls Romance', 'ML'),
(20270, 'Western', 'Sheriff of Cimarron', 'ML'),
(20271, 'Western', 'Testa tammazzo, croce... sei morto... Mi chiamano Alleluja', 'ML'),
(20272, 'Western', 'The Girl of the Rancho', 'ML'),
(20273, 'Western', 'Law of the North', 'ML'),
(20274, 'Western', 'Beartooth', 'ML'),
(20275, 'Western', 'Double Daring', 'ML'),
(20276, 'Western', 'Broncho Billys First Arrest', 'ML'),
(20277, 'Western', 'The Narrow Trail', 'ML'),
(20278, 'Western', 'The Tomboy on Bar Z', 'ML'),
(20279, 'Western', 'Bud Nevins, Bad Man', 'ML'),
(20280, 'Western', 'The Stage Drivers Daughter', 'ML'),
(20281, 'Western', 'Black Spurs', 'ML'),
(20282, 'Western', 'On Lonesome Mountain', 'ML'),
(20283, 'Western', 'The Devils Saddle', 'ML'),
(20284, 'Western', 'Three Mounted Men', 'ML'),
(20285, 'Western', 'The Sheep Trail', 'ML'),
(20286, 'Western', 'Colorado Ambush', 'ML'),
(20287, 'Western', 'Iron to Gold', 'ML'),
(20288, 'Western', 'Gunfighters of the Northwest', 'ML'),
(20289, 'Western', 'Rough-Riding Romance', 'ML'),
(20290, 'Western', 'The Last Rites of Ransom Pride', 'ML'),
(20291, 'Western', 'Target', 'ML'),
(20292, 'Western', 'A Time for Dying', 'ML'),
(20293, 'Western', 'The Double Hold-Up', 'ML'),
(20294, 'Western', 'Proud Rebel', 'ML'),
(20295, 'Western', 'The Silent Guardian', 'ML'),
(20296, 'Western', 'Tumbleweeds', 'ML'),
(20297, 'Western', 'A Cheyennes Courtship', 'ML'),
(20298, 'Western', 'The Telltale Knife', 'ML'),
(20299, 'Western', 'The Big Horn Massacre', 'ML'),
(20300, 'Western', 'The Angel of the Gulch', 'ML'),
(20301, 'Western', 'Arizona Terrors', 'ML'),
(20302, 'Western', 'Goodnight for Justice', 'ML'),
(20303, 'Western', '3 Bad Men', 'ML'),
(20304, 'Western', 'Galloping Vengeance', 'ML'),
(20305, 'Western', 'Ridin Luck', 'ML'),
(20306, 'Western', 'Timberjack', 'ML'),
(20307, 'Western', 'Ranger Dave Morgan', 'ML'),
(20308, 'Western', 'A Woman in the Case', 'ML'),
(20309, 'Western', 'Seven Men from Now', 'ML'),
(20310, 'Western', 'Hills of Old Wyoming', 'ML'),
(20311, 'Western', 'Kader bagi', 'ML'),
(20312, 'Western', 'Shorty Turns Judge', 'ML'),
(20313, 'Western', 'Western Pluck', 'ML'),
(20314, 'Western', 'Viva la parranda', 'ML'),
(20315, 'Western', 'Trigger Smith', 'ML'),
(20316, 'Western', 'The Sleeping Lion', 'ML'),
(20317, 'Western', 'Crimson Gold', 'ML'),
(20318, 'Western', 'Arizona Gunfighter', 'ML'),
(20319, 'Western', 'The Desert Scout', 'ML'),
(20320, 'Western', 'The Sheriffs Reward', 'ML'),
(20321, 'Western', 'Blackthorn', 'ML'),
(20322, 'Western', 'West of the Santa Fe', 'ML'),
(20323, 'Western', 'El correo del norte', 'ML'),
(20324, 'Western', 'Two in Revolt', 'ML'),
(20325, 'Western', 'Sundown on the Prairie', 'ML'),
(20326, 'Western', 'The Man Behind the Gun', 'ML'),
(20327, 'Western', 'The Far Side of Jericho', 'ML'),
(20328, 'Western', 'Ridin Mad', 'ML'),
(20329, 'Western', 'Father Murphy', 'ML'),
(20330, 'Western', 'In the Sage Brush Country', 'ML'),
(20331, 'Western', 'Bat Masterson', 'ML'),
(20332, 'Western', 'Snake River Desperadoes', 'ML'),
(20333, 'Western', 'Silver Tail and His Squaw', 'ML'),
(20334, 'Western', 'The Charge at Feather River', 'ML'),
(20335, 'Western', 'Robin Hood of the Pecos', 'ML'),
(20336, 'Western', 'Lone Star Pioneers', 'ML'),
(20337, 'Western', 'The Cactus Cut-Up', 'ML'),
(20338, 'Western', 'El chuncho, quien sabe?', 'ML'),
(20339, 'Western', 'It Started with Money', 'ML'),
(20340, 'Western', 'Shorty Gets Into Trouble', 'ML'),
(20341, 'Western', 'The Vengeance of the Skystone', 'ML'),
(20342, 'Western', 'Public Cowboy No. 1', 'ML'),
(20343, 'Western', 'A Man Worthwhile', 'ML'),
(20344, 'Western', 'The Four-Footed Ranger', 'ML'),
(20345, 'Western', 'A Day in the Wilds', 'ML'),
(20346, 'Western', 'On the Deserts Edge', 'ML'),
(20347, 'Western', 'What the Indians Did', 'ML'),
(20348, 'Western', 'Pals in Peril', 'ML'),
(20349, 'Western', 'Daisogen no wataridori', 'ML'),
(20350, 'Western', 'Gun Packer', 'ML'),
(20351, 'Western', 'Fort Vengeance', 'ML'),
(20352, 'Western', 'Canyon City', 'ML'),
(20353, 'Western', 'Covered Wagon Days', 'ML'),
(20354, 'Western', 'The Two Doyles', 'ML'),
(20355, 'Western', 'A Womans Man', 'ML'),
(20356, 'Western', 'Pirates on Horseback', 'ML'),
(20357, 'Western', 'Roswell 1847', 'ML'),
(20358, 'Western', 'Kid il monello del west', 'ML'),
(20359, 'Western', 'The Miracle Baby', 'ML'),
(20360, 'Western', 'Mustang Country', 'ML'),
(20361, 'Western', 'The Trail of the Hound', 'ML'),
(20362, 'Western', 'Por mis pistolas', 'ML'),
(20363, 'Western', 'Good for Nothing', 'ML'),
(20364, 'Western', 'Border Intrigue', 'ML'),
(20365, 'Western', 'Agua Dulce', 'ML'),
(20366, 'Western', 'Land of the Outlaws', 'ML'),
(20367, 'Western', 'The Devils Mistress', 'ML'),
(20368, 'Western', 'The Trail Through the Hills', 'ML'),
(20369, 'Western', 'Justin America', 'ML'),
(20370, 'Western', 'The Poisoned Arrow', 'ML'),
(20371, 'Western', 'Black Arrow', 'ML'),
(20372, 'Western', 'Lone Star Law Men', 'ML'),
(20373, 'Western', 'The Man Hater', 'ML'),
(20374, 'Western', 'The Bantam Cowboy', 'ML'),
(20375, 'Western', 'Rock River Renegades', 'ML'),
(20376, 'Western', 'A Womans Eyes', 'ML'),
(20377, 'Western', 'Stars Over Texas', 'ML'),
(20378, 'Western', 'Love Takes Wing', 'ML'),
(20379, 'Western', 'Roll, Thunder, Roll!', 'ML'),
(20380, 'Western', 'The Legend of the Lone Ranger', 'ML'),
(20381, 'Western', 'Death Rides the Plains', 'ML'),
(20382, 'Western', 'Stolen Gold', 'ML'),
(20383, 'Western', 'Tempest Cody, Kidnapper', 'ML'),
(20384, 'Western', 'Ranger of the North', 'ML'),
(20385, 'Western', 'Sunrise Trail', 'ML'),
(20386, 'Western', 'The Roaring Rider', 'ML'),
(20387, 'Western', 'Doomed at Sundown', 'ML'),
(20388, 'Western', 'Mind Trip', 'ML'),
(20389, 'Western', 'Indian Uprising', 'ML'),
(20390, 'Western', 'Two-Gun Girl', 'ML'),
(20391, 'Western', 'Dear Hunter', 'ML'),
(20392, 'Western', 'Robin Hood of Texas', 'ML'),
(20393, 'Western', 'Son of Geronimo: Apache Avenger', 'ML'),
(20394, 'Western', 'Eyes of Texas', 'ML'),
(20395, 'Western', 'Riders of Vengeance', 'ML'),
(20396, 'Western', 'The Dawn Trail', 'ML'),
(20397, 'Western', 'Duello nel Texas', 'ML'),
(20398, 'Western', 'Nato per uccidere', 'ML'),
(20399, 'Western', 'The Range War', 'ML'),
(20400, 'Western', 'Kanunsuz kahraman - Ringo Kid', 'ML'),
(20401, 'Western', 'The Price Paid', 'ML'),
(20402, 'Western', 'Trail of Vengeance', 'ML'),
(20403, 'Western', 'Truthful Tulliver', 'ML'),
(20404, 'Western', 'Belle Starrs Daughter', 'ML'),
(20405, 'Western', 'The Sheriff and the Man', 'ML'),
(20406, 'Western', 'Under Fiesta Stars', 'ML'),
(20407, 'Western', 'The Fabulous Texan', 'ML'),
(20408, 'Western', 'September Dawn', 'ML'),
(20409, 'Western', 'The Gold Lust', 'ML'),
(20410, 'Western', 'On the Moonlight Trail', 'ML'),
(20411, 'Western', 'Lucky Bob', 'ML'),
(20412, 'Western', 'Once Upon a Time on PCH', 'ML'),
(20413, 'Western', 'Three in the Saddle', 'ML'),
(20414, 'Western', 'Rock Island Trail', 'ML'),
(20415, 'Western', 'The Outlaws Trail', 'ML'),
(20416, 'Western', 'Face of a Fugitive', 'ML'),
(20417, 'Western', 'The Dangerous Trail', 'ML'),
(20418, 'Western', 'A Fistful of Fingers', 'ML'),
(20419, 'Western', 'Silver Moon', 'ML'),
(20420, 'Western', 'Quintana', 'ML'),
(20421, 'Western', 'Laramie Mountains', 'ML'),
(20422, 'Western', 'O Cabeleira', 'ML'),
(20423, 'Western', 'Six-Shooter Justice', 'ML'),
(20424, 'Western', 'The Quick Kid', 'ML'),
(20425, 'Western', 'Big Rocks Last Stand', 'ML'),
(20426, 'Western', 'Ridin Down the Trail', 'ML'),
(20427, 'Western', 'Los hombres no lloran', 'ML'),
(20428, 'Western', 'Mi guitarra y mi caballo', 'ML'),
(20429, 'Western', 'Lucky Luke', 'ML'),
(20430, 'Western', 'Under the Tonto Rim', 'ML'),
(20431, 'Western', 'The Long Hunt of April Savage', 'ML'),
(20432, 'Western', 'Los inocentes', 'ML'),
(20433, 'Western', 'Trail of Courage', 'ML'),
(20434, 'Western', 'Under Mexican Skies', 'ML'),
(20435, 'Western', 'The Roaring Gulch', 'ML'),
(20436, 'Western', 'The Cowboy Prince', 'ML'),
(20437, 'Western', 'Red Hawks Sacrifice', 'ML'),
(20438, 'Western', 'Straight Through', 'ML'),
(20439, 'Western', 'The Sign of Zorro', 'ML'),
(20440, 'Western', 'The Peacemaker', 'ML'),
(20441, 'Western', 'Cowboy Courage', 'ML'),
(20442, 'Western', 'The New Schoolmarm of Green River', 'ML'),
(20443, 'Western', 'The Fugitive Sheriff', 'ML'),
(20444, 'Western', 'An Outlaw Yet a Man', 'ML'),
(20445, 'Western', 'Here Comes the Cavalry', 'ML'),
(20446, 'Western', 'Red Stallion in the Rockies', 'ML'),
(20447, 'Western', 'Shalako', 'ML'),
(20448, 'Western', 'Lightning Raiders', 'ML'),
(20449, 'Western', 'Nybyggarna', 'ML'),
(20450, 'Western', '$5000 Reward, Dead or Alive', 'ML'),
(20451, 'Western', 'A Western Bride', 'ML'),
(20452, 'Western', 'Jim il primo', 'ML'),
(20453, 'Western', 'Ace of the Law', 'ML'),
(20454, 'Western', 'Four Winds', 'ML'),
(20455, 'Western', 'Tumbleweed Tempo', 'ML'),
(20456, 'Western', 'Bad Man Bobbs', 'ML'),
(20457, 'Western', 'Juan Colorado', 'ML'),
(20458, 'Western', 'A Western Vacation', 'ML'),
(20459, 'Western', 'Denver and Rio Grande', 'ML'),
(20460, 'Western', 'The Shooting: Story of the Kane Brothers', 'ML'),
(20461, 'Western', 'Ridin On', 'ML'),
(20462, 'Western', 'Prairie Roundup', 'ML'),
(20463, 'Western', 'The Wolf Hunters', 'ML'),
(20464, 'Western', 'A Gunfight', 'ML'),
(20465, 'Western', 'Vic Dyson Pays', 'ML'),
(20466, 'Western', 'Orphan of the Pecos', 'ML'),
(20467, 'Western', 'Tschetan, der Indianerjunge', 'ML'),
(20468, 'Western', 'More Dead Than Alive', 'ML'),
(20469, 'Western', 'Southwest Passage', 'ML'),
(20470, 'Western', 'An Indian Legend', 'ML'),
(20471, 'Western', 'Days of the Early West', 'ML'),
(20472, 'Western', 'Buckaroo, il winchester che non perdona', 'ML'),
(20473, 'Western', 'Roaring Rangers', 'ML'),
(20474, 'Western', 'Timber Fury', 'ML'),
(20475, 'Western', 'The Wild West Show', 'ML'),
(20476, 'Western', 'Escuela de valientes', 'ML'),
(20477, 'Western', 'If Only Jim', 'ML'),
(20478, 'Western', 'Rimfire', 'ML'),
(20479, 'Western', 'The Cowboy Ace', 'ML'),
(20480, 'Western', 'Thunder Pass', 'ML'),
(20481, 'Western', 'Ambush', 'ML'),
(20482, 'Western', 'Saddle Mountain Roundup', 'ML'),
(20483, 'Western', 'Hombres de roca', 'ML'),
(20484, 'Western', 'A Rattling Good Time', 'ML'),
(20485, 'Western', 'Desperate Odds', 'ML'),
(20486, 'Western', 'The Macahans', 'ML'),
(20487, 'Western', 'Springtime in the Sierras', 'ML'),
(20488, 'Western', 'I due violenti', 'ML'),
(20489, 'Western', 'Code of the Outlaw', 'ML'),
(20490, 'Western', 'A Cowboys Reward', 'ML'),
(20491, 'Western', 'Trigger Pals', 'ML'),
(20492, 'Western', 'Dude Cowboy', 'ML'),
(20493, 'Western', 'The Only Good Indian', 'ML'),
(20494, 'Western', 'The Tattooed Arm', 'ML'),
(20495, 'Western', 'The Stain in the Blood', 'ML'),
(20496, 'Western', 'Forajidos de la Patagonia', 'ML'),
(20497, 'Western', 'Twisted Trails', 'ML'),
(20498, 'Western', 'Western Fate', 'ML'),
(20499, 'Western', 'Bury the Gold, Eli', 'ML'),
(20500, 'Western', 'Quelle sporche anime dannate', 'ML'),
(20501, 'Western', 'To Kill A Cowboy', 'ML'),
(20502, 'Western', 'Two for Texas', 'ML'),
(20503, 'Western', 'Wild West Days', 'ML'),
(20504, 'Western', 'Pharaohs Army', 'ML'),
(20505, 'Western', 'Horizons West', 'ML'),
(20506, 'Western', 'Oregon Trail', 'ML'),
(20507, 'Western', 'Ride em, Cowgirl', 'ML'),
(20508, 'Western', 'Riders of Border Bay', 'ML'),
(20509, 'Western', 'One Shot Ross', 'ML'),
(20510, 'Western', 'Broncho Billy and the Girl', 'ML'),
(20511, 'Western', 'A Tale of the Desert', 'ML'),
(20512, 'Western', 'Woman Hungry', 'ML'),
(20513, 'Western', 'The Iron Horse', 'ML'),
(20514, 'Western', 'The Wide Country', 'ML'),
(20515, 'Western', 'Snow Stuff', 'ML'),
(20516, 'Western', 'The Lawless Nineties', 'ML'),
(20517, 'Western', 'Overland Bound', 'ML'),
(20518, 'Western', 'To a Finish', 'ML'),
(20519, 'Western', 'The Texas Rangers Ride Again', 'ML'),
(20520, 'Western', 'Kan ve kin', 'ML'),
(20521, 'Western', 'Fighting for Gold', 'ML'),
(20522, 'Western', 'Born to the West', 'ML'),
(20523, 'Western', 'The Lone Rider in Ghost Town', 'ML'),
(20524, 'Western', 'The Two-Gun Parson', 'ML'),
(20525, 'Western', 'Camino de la horca', 'ML'),
(20526, 'Western', 'A Foundling', 'ML'),
(20527, 'Western', 'California Firebrand', 'ML'),
(20528, 'Western', 'His In-Laws', 'ML'),
(20529, 'Western', 'Hells Fury Gordon', 'ML'),
(20530, 'Western', 'The Superior Claim', 'ML'),
(20531, 'Western', 'The Last Black Hat', 'ML'),
(20532, 'Western', 'Moran of the Mounted', 'ML'),
(20533, 'Western', 'Panchos Hideaway', 'ML'),
(20534, 'Western', 'Luke and the Tenderfoot', 'ML'),
(20535, 'Western', 'Escolta', 'ML'),
(20536, 'Western', 'Un dollaro di fifa', 'ML'),
(20537, 'Western', 'Arizona Colt', 'ML'),
(20538, 'Western', 'The Sierra', 'ML'),
(20539, 'Western', 'Grand Canyon Trail', 'ML'),
(20540, 'Western', 'The Jackals', 'ML'),
(20541, 'Western', 'Action Galore', 'ML'),
(20542, 'Western', 'Last of the Wild Horses', 'ML'),
(20543, 'Western', 'Truckers Top Hand', 'ML'),
(20544, 'Western', 'Fade-In', 'ML'),
(20545, 'Western', 'Gunsmoke: To the Last Man', 'ML'),
(20546, 'Western', 'Ozarks: Legacy & Legend', 'ML'),
(20547, 'Western', 'Fates Mockery', 'ML'),
(20548, 'Western', 'The Double Trail', 'ML'),
(20549, 'Western', 'Andy of the Royal Mounted', 'ML'),
(20550, 'Western', 'Stagecoach Days', 'ML'),
(20551, 'Western', 'Undercover Men', 'ML'),
(20552, 'Western', 'Best of the Badmen', 'ML'),
(20553, 'Western', 'The Last Days of Frank and Jesse James', 'ML'),
(20554, 'Western', 'Stampede Thunder', 'ML'),
(20555, 'Western', 'Ahora mis pistolas hablan', 'ML'),
(20556, 'Western', 'Heroes of the Wild', 'ML'),
(20557, 'Western', 'Remembered', 'ML'),
(20558, 'Western', 'The Demon Rider', 'ML'),
(20559, 'Western', 'The Mask of Lopez', 'ML'),
(20560, 'Western', 'A Modern Knight', 'ML'),
(20561, 'Western', 'Harlem Rides the Range', 'ML'),
(20562, 'Western', 'Glory Glory', 'ML'),
(20563, 'Western', '20 Mule Team', 'ML'),
(20564, 'Western', 'El caballo Bayo', 'ML'),
(20565, 'Western', 'The Sergeant', 'ML'),
(20566, 'Western', 'Renegades of the West', 'ML'),
(20567, 'Western', 'The Frontier', 'ML'),
(20568, 'Western', 'In the Days of the Thundering Herd', 'ML'),
(20569, 'Western', 'Song of Texas', 'ML'),
(20570, 'Western', 'Life in the Raw', 'ML'),
(20571, 'Western', 'The Treasure of the Sierra Madre', 'ML'),
(20572, 'Western', 'On El Monte Ranch', 'ML'),
(20573, 'Western', 'Allombra di una colt', 'ML'),
(20574, 'Western', 'The White Princess of the Tribe', 'ML'),
(20575, 'Western', 'Buried Gold', 'ML'),
(20576, 'Western', 'Spara, Gringo, spara', 'ML'),
(20577, 'Western', 'The Sheepman', 'ML'),
(20578, 'Western', 'The Wicked Men', 'ML'),
(20579, 'Western', 'Mi Tierra', 'ML'),
(20580, 'Western', 'Khuda Gawah', 'ML'),
(20581, 'Western', 'The Flying U Ranch', 'ML'),
(20582, 'Western', 'This Savage Land', 'ML'),
(20583, 'Western', 'Showdown at Devils Butte', 'ML'),
(20584, 'Western', 'Las hermanas Karambazo', 'ML'),
(20585, 'Western', 'Ridin Easy', 'ML'),
(20586, 'Western', 'Il mio corpo per un poker', 'ML'),
(20587, 'Western', 'The Desert Calls Its Own', 'ML'),
(20588, 'Western', 'Canyon River', 'ML'),
(20589, 'Western', 'The Untitled Bear Project', 'ML'),
(20590, 'Western', 'Sangue em Santa Maria', 'ML'),
(20591, 'Western', 'Chuka', 'ML'),
(20592, 'Western', 'Gun Brothers', 'ML'),
(20593, 'Western', 'The Miser Miner', 'ML'),
(20594, 'Western', 'Roarin Broncs', 'ML'),
(20595, 'Western', 'The Left Hand Brand', 'ML'),
(20596, 'Western', 'Nine Points of the Law', 'ML'),
(20597, 'Western', 'Artista, dolarii si Ardelenii', 'ML'),
(20598, 'Western', 'Nugget Nells Ward', 'ML'),
(20599, 'Western', 'One Man Law', 'ML'),
(20600, 'Western', 'Told in the Hills', 'ML'),
(20601, 'Western', 'The Branded Six-Shooter', 'ML'),
(20602, 'Western', 'The Rangers Round-Up', 'ML'),
(20603, 'Western', 'The Texas Terror', 'ML'),
(20604, 'Western', 'Three on a Trail', 'ML'),
(20605, 'Western', 'Todos mis muertos', 'ML'),
(20606, 'Western', 'Under Nevada Skies', 'ML'),
(20607, 'Western', 'Sundown Jim', 'ML'),
(20608, 'Western', 'The King and Four Queens', 'ML'),
(20609, 'Western', 'Arapuca', 'ML'),
(20610, 'Western', 'The White Rider', 'ML'),
(20611, 'Western', 'Gangsters of the Frontier', 'ML'),
(20612, 'Western', 'Il tempo degli avvoltoi', 'ML'),
(20613, 'Western', '...e per tetto un cielo di stelle', 'ML'),
(20614, 'Western', 'Brave Eagle', 'ML'),
(20615, 'Western', 'The Peace of Roaring River', 'ML'),
(20616, 'Western', 'Brave Warrior', 'ML'),
(20617, 'Western', 'Lonesome Dove: The Outlaw Years', 'ML'),
(20618, 'Western', 'Streak of Yellow', 'ML'),
(20619, 'Western', 'The Big Ranger', 'ML'),
(20620, 'Western', 'Tombstone', 'ML'),
(20621, 'Western', 'Lone Star Ranger', 'ML'),
(20622, 'Western', 'A Horseman of the Plains', 'ML'),
(20623, 'Western', 'La pazienza ha un limite... noi no!', 'ML'),
(20624, 'Western', 'La muerte pasa lista', 'ML'),
(20625, 'Western', 'Johnny Oro', 'ML'),
(20626, 'Western', 'Painted Post', 'ML'),
(20627, 'Western', 'Two Gun Troubador', 'ML'),
(20628, 'Western', 'Night Passage', 'ML'),
(20629, 'Western', 'Cyclone Prairie Rangers', 'ML'),
(20630, 'Western', 'Adventures of Wild Bill Hickok', 'ML'),
(20631, 'Western', 'The Desert Rider', 'ML'),
(20632, 'Western', 'Outcasts of Black Mesa', 'ML'),
(20633, 'Western', 'The Square Deal Man', 'ML'),
(20634, 'Western', 'Prescott Kid', 'ML'),
(20635, 'Western', 'The Indian Runners Romance', 'ML'),
(20636, 'Western', 'The Perfect Alibi', 'ML'),
(20637, 'Western', 'Blind Justice', 'ML'),
(20638, 'Western', 'Judge Roy Bean', 'ML'),
(20639, 'Western', 'Ehi amigo... sei morto!', 'ML'),
(20640, 'Western', 'Rough and Ready', 'ML'),
(20641, 'Western', 'The Greater Duty', 'ML'),
(20642, 'Western', 'Condenados a vivir', 'ML'),
(20643, 'Western', 'Rough Ridin', 'ML'),
(20644, 'Western', 'Desert Gold', 'ML'),
(20645, 'Western', 'Luomo della valle maledetta', 'ML'),
(20646, 'Western', 'Wild Wests Most Wanted', 'ML'),
(20647, 'Western', 'Birth of a Legend Part Two: The Betrayal', 'ML'),
(20648, 'Western', 'Painted Ponies', 'ML'),
(20649, 'Western', 'Drifting Along', 'ML'),
(20650, 'Western', 'The Avenging', 'ML'),
(20651, 'Western', '26 Men', 'ML'),
(20652, 'Western', 'Money, Women and Guns', 'ML'),
(20653, 'Western', 'Ace of Cactus Range', 'ML'),
(20654, 'Western', 'A Bad Man and Others', 'ML'),
(20655, 'Western', 'Alias Billy the Kid', 'ML'),
(20656, 'Western', 'Rustlers', 'ML'),
(20657, 'Western', 'Heiss weht der Wind', 'ML'),
(20658, 'Western', 'Zorro alla corte di Spagna', 'ML'),
(20659, 'Western', 'Hanging Day', 'ML'),
(20660, 'Western', 'Fort Dobbs', 'ML'),
(20661, 'Western', 'Home in Oklahoma', 'ML'),
(20662, 'Western', 'Masked Raiders', 'ML'),
(20663, 'Western', 'Payable on Demand', 'ML'),
(20664, 'Western', 'Frontier Gun', 'ML'),
(20665, 'Western', 'The Lawless Eighties', 'ML'),
(20666, 'Western', 'The Indian and the Cowgirl', 'ML'),
(20667, 'Western', 'Desert Justice', 'ML'),
(20668, 'Western', '...e venne il tempo di uccidere', 'ML'),
(20669, 'Western', 'Carrying the Mail', 'ML'),
(20670, 'Western', 'Wild West Whoopee', 'ML'),
(20671, 'Western', 'Hell at My Heels', 'ML'),
(20672, 'Western', 'My Prairie Flower', 'ML'),
(20673, 'Western', 'A Child of the Prairie', 'ML'),
(20674, 'Western', 'The Legend of Booger Red', 'ML'),
(20675, 'Western', 'The Heroes of the Plains', 'ML'),
(20676, 'Western', 'The Lonely', 'ML'),
(20677, 'Western', 'Battling Bates', 'ML'),
(20678, 'Western', 'Rolling Caravans', 'ML'),
(20679, 'Western', 'Fievels American Tails', 'ML'),
(20680, 'Western', 'Empire of Modern Passivity', 'ML'),
(20681, 'Western', 'The Royal Rider', 'ML'),
(20682, 'Western', 'The Punchers Law', 'ML'),
(20683, 'Western', 'Roamin Wild', 'ML'),
(20684, 'Western', 'The Making of Broncho Billy', 'ML'),
(20685, 'Western', 'Don Quickshot of the Rio Grande', 'ML'),
(20686, 'Western', 'What Great Bear Learned', 'ML'),
(20687, 'Western', 'Code of the Cow Country', 'ML'),
(20688, 'Western', 'The Texas Bad Man', 'ML'),
(20689, 'Western', 'Wolves of the Road', 'ML'),
(20690, 'Western', 'Alias: The Bad Man', 'ML'),
(20691, 'Western', 'U.S. Marshal', 'ML'),
(20692, 'Western', 'Frontier Pony Express', 'ML'),
(20693, 'Western', 'Die Geier der Goldgruben', 'ML'),
(20694, 'Western', 'Gun Play', 'ML'),
(20695, 'Western', 'The Broken Land', 'ML'),
(20696, 'Western', 'Zorros Black Whip', 'ML'),
(20697, 'Western', 'El diablo a caballo', 'ML'),
(20698, 'Western', 'Tracks', 'ML'),
(20699, 'Western', 'The Man from Painted Post', 'ML'),
(20700, 'Western', 'Lawless Cowboys', 'ML'),
(20701, 'Western', 'Hollywood Round-Up', 'ML'),
(20702, 'Western', 'Range Vultures', 'ML'),
(20703, 'Western', 'When Outlaws Meet', 'ML'),
(20704, 'Western', 'The Quarter Breed', 'ML'),
(20705, 'Western', 'Utah', 'ML'),
(20706, 'Western', 'Forgettin the Law', 'ML'),
(20707, 'Western', 'El muchacho alegre', 'ML'),
(20708, 'Western', 'Mamas Cowpuncher', 'ML'),
(20709, 'Western', 'Silver City Raiders', 'ML'),
(20710, 'Western', 'The Lone Rider and the Bandit', 'ML'),
(20711, 'Western', 'Red Eagles Love Affair', 'ML'),
(20712, 'Western', 'Danger Valley', 'ML'),
(20713, 'Western', 'The Indian Fighter', 'ML'),
(20714, 'Western', 'Johnny West il mancino', 'ML'),
(20715, 'Western', 'Broncho Billy, Guardian', 'ML'),
(20716, 'Western', 'Love and Hatred', 'ML'),
(20717, 'Western', 'The Sheriffs Brother', 'ML'),
(20718, 'Western', 'The Right Road', 'ML'),
(20719, 'Western', 'The Winged Horseman', 'ML'),
(20720, 'Western', 'Bad Man of Angle Trail', 'ML'),
(20721, 'Western', 'Courage of the West', 'ML'),
(20722, 'Western', 'Yellow Hill: The Strangers Tale', 'ML'),
(20723, 'Western', 'Revelation Trail', 'ML'),
(20724, 'Western', 'The Brand of Fear', 'ML'),
(20725, 'Western', 'The Miners Baby', 'ML'),
(20726, 'Western', 'Cowboys Courtship', 'ML'),
(20727, 'Western', 'The Phantom City', 'ML'),
(20728, 'Western', 'Film Tempo', 'ML'),
(20729, 'Western', 'El 7 leguas', 'ML'),
(20730, 'Western', 'South of Death Valley', 'ML'),
(20731, 'Western', 'The Rustlers', 'ML'),
(20732, 'Western', 'Lash of the West', 'ML'),
(20733, 'Western', 'Un hombre llamado el diablo', 'ML'),
(20734, 'Western', 'Cold Nerve', 'ML'),
(20735, 'Western', 'The Purple Riders', 'ML'),
(20736, 'Western', 'His Indian Bride', 'ML'),
(20737, 'Western', 'Love in a Tepee', 'ML'),
(20738, 'Western', 'Bill il taciturno', 'ML'),
(20739, 'Western', 'Hawaiian Buckaroo', 'ML'),
(20740, 'Western', 'Tombstone Canyon', 'ML'),
(20741, 'Western', 'The Sun Shines Brightly on Our Gasmasks: Tales from Before the End of the World', 'ML'),
(20742, 'Western', 'Three Jerks', 'ML'),
(20743, 'Western', 'Wep-Ton-No-Mah, the Indian Mail Carrier', 'ML'),
(20744, 'Western', 'Lorna', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(20745, 'Western', 'Bordertown Gun Fighters', 'ML'),
(20746, 'Western', 'Tricks', 'ML'),
(20747, 'Western', 'The Great Indian Wars 1840-1890', 'ML'),
(20748, 'Western', 'New Spain', 'ML'),
(20749, 'Western', 'The Gun Ranger', 'ML'),
(20750, 'Western', 'Stagecoach West', 'ML'),
(20751, 'Western', 'Badmans Country', 'ML'),
(20752, 'Western', 'The Outcasts of Poker Flat', 'ML'),
(20753, 'Western', 'The Badlanders', 'ML'),
(20754, 'Western', 'Shotgun Slade', 'ML'),
(20755, 'Western', 'Colt Comrades', 'ML'),
(20756, 'Western', 'Many Rivers to Cross', 'ML'),
(20757, 'Western', 'Santos Vega', 'ML'),
(20758, 'Western', 'The Thrill Hunter', 'ML'),
(20759, 'Western', 'White-Eyed Winter', 'ML'),
(20760, 'Western', 'Trailing Danger', 'ML'),
(20761, 'Western', 'The Good Indian', 'ML'),
(20762, 'Western', 'Just Tony', 'ML'),
(20763, 'Western', 'Two Fisted Thompson', 'ML'),
(20764, 'Western', 'Tangled Herds', 'ML'),
(20765, 'Western', 'The Fighting Streak', 'ML'),
(20766, 'Western', 'Ricochet Romance', 'ML'),
(20767, 'Western', 'Wheels of the Pioneers', 'ML'),
(20768, 'Western', 'The Freeze-Out', 'ML'),
(20769, 'Western', 'The Cattle Barons Daughter', 'ML'),
(20770, 'Western', 'The Nine of Diamonds', 'ML'),
(20771, 'Western', 'An Eastern Westerner', 'ML'),
(20772, 'Western', 'Kenny Rogers as The Gambler, Part III: The Legend Continues', 'ML'),
(20773, 'Western', 'Ten Wanted Men', 'ML'),
(20774, 'Western', 'The Yaquis Revenge', 'ML'),
(20775, 'Western', 'Shadowheart', 'ML'),
(20776, 'Western', 'One of Three', 'ML'),
(20777, 'Western', 'Loiseau de proie', 'ML'),
(20778, 'Western', 'Sheriffs of the USA', 'ML'),
(20779, 'Western', 'Die Goldsucher von Arkansas', 'ML'),
(20780, 'Western', 'The Stolen Claim', 'ML'),
(20781, 'Western', 'Stage to Blue River', 'ML'),
(20782, 'Western', 'Sundown Rider', 'ML'),
(20783, 'Western', 'Trails of the Golden West', 'ML'),
(20784, 'Western', 'The Hold-Up at Devils Pass', 'ML'),
(20785, 'Western', 'The Cowboy Guardians', 'ML'),
(20786, 'Western', 'Bullet for a Badman', 'ML'),
(20787, 'Western', 'Tucson', 'ML'),
(20788, 'Western', 'The Duelist', 'ML'),
(20789, 'Western', 'Sunset Riders', 'ML'),
(20790, 'Western', 'The Passing of Dappled Fawn', 'ML'),
(20791, 'Western', 'Underwritten', 'ML'),
(20792, 'Western', 'Broncho Billys Sentence', 'ML'),
(20793, 'Western', 'The Outlaw Samaritan', 'ML'),
(20794, 'Western', 'The Two-Gun Bad Man', 'ML'),
(20795, 'Western', 'Ambush at Cimarron Pass', 'ML'),
(20796, 'Western', 'A Dream of Wealth, a Tale of the Gold Seekers of 49', 'ML'),
(20797, 'Western', 'The Deserts Crucible', 'ML'),
(20798, 'Western', 'The Texas Trail', 'ML'),
(20799, 'Western', 'Outlaws of Sonora', 'ML'),
(20800, 'Western', 'The Maverick Queen', 'ML'),
(20801, 'Western', 'Two Kinds of Love', 'ML'),
(20802, 'Western', 'Un treno per Durango', 'ML'),
(20803, 'Western', 'Kidnapped by Redskins', 'ML'),
(20804, 'Western', 'The Girl from Golden Run', 'ML'),
(20805, 'Western', 'The Ramblin Galoot', 'ML'),
(20806, 'Western', 'Sparks of Flint', 'ML'),
(20807, 'Western', 'Sting of the Scorpion', 'ML'),
(20808, 'Western', 'A Western Ruse', 'ML'),
(20809, 'Western', 'The Little Western Rose', 'ML'),
(20810, 'Western', 'In Wrong Wright', 'ML'),
(20811, 'Western', 'Reservado', 'ML'),
(20812, 'Western', 'Days of Old Cheyenne', 'ML'),
(20813, 'Western', 'Bandit King of Texas', 'ML'),
(20814, 'Western', 'Sun Valley Cyclone', 'ML'),
(20815, 'Western', 'The Man They Scorned', 'ML'),
(20816, 'Western', 'Sorcerers Vendetta', 'ML'),
(20817, 'Western', 'A Perilous Journey', 'ML'),
(20818, 'Western', 'The Ridin Rascal', 'ML'),
(20819, 'Western', 'The Ropin Fool', 'ML'),
(20820, 'Western', 'Rodeo Rhythm', 'ML'),
(20821, 'Western', 'Manhattan Cowboy', 'ML'),
(20822, 'Western', 'I giorni dellira', 'ML'),
(20823, 'Western', 'Way of the West', 'ML'),
(20824, 'Western', 'Scalplock', 'ML'),
(20825, 'Western', 'Fighting for Justice', 'ML'),
(20826, 'Western', 'The Crimson Canyon', 'ML'),
(20827, 'Western', 'Speedy Meade', 'ML'),
(20828, 'Western', 'Billy the Kids Round-up', 'ML'),
(20829, 'Western', 'Broncho Billy and the Bandits', 'ML'),
(20830, 'Western', 'Tumbledown Ranch in Arizona', 'ML'),
(20831, 'Western', 'Trail of the Rustlers', 'ML'),
(20832, 'Western', 'Lonesome Cowboys', 'ML'),
(20833, 'Western', 'The Arrow Maiden', 'ML'),
(20834, 'Western', 'The Searchers', 'ML'),
(20835, 'Western', 'A Girl of the Plains', 'ML'),
(20836, 'Western', 'Silent Sanderson', 'ML'),
(20837, 'Western', 'Surrounded', 'ML'),
(20838, 'Western', 'Texas Renegades', 'ML'),
(20839, 'Western', 'Aatsinki: The Story of Arctic Cowboys', 'ML'),
(20840, 'Western', 'Machismo: 40 Graves for 40 Guns', 'ML'),
(20841, 'Western', 'Pioneer Woman', 'ML'),
(20842, 'Western', 'Tex Granger: Midnight Rider of the Plains', 'ML'),
(20843, 'Western', 'The Desert Ghost', 'ML'),
(20844, 'Western', 'Western Skies', 'ML'),
(20845, 'Western', 'Driftin River', 'ML'),
(20846, 'Western', 'Hell Bent for Leather', 'ML'),
(20847, 'Western', 'Gentleman Jo... uccidi', 'ML'),
(20848, 'Western', 'Hawk of the Hills', 'ML'),
(20849, 'Western', 'North from the Lone Star', 'ML'),
(20850, 'Western', 'The Last Round-up', 'ML'),
(20851, 'Western', 'Wichita Town', 'ML'),
(20852, 'Western', 'The Little Angel of Canyon Creek', 'ML'),
(20853, 'Western', 'The Man from Dakota', 'ML'),
(20854, 'Western', 'Fence Riders', 'ML'),
(20855, 'Western', 'The Gambler Returns: The Luck of the Draw', 'ML'),
(20856, 'Western', 'Red Blood', 'ML'),
(20857, 'Western', 'Those Redheads from Seattle', 'ML'),
(20858, 'Western', 'Riders of the Purple Sage', 'ML'),
(20859, 'Western', 'Son of Roaring Dan', 'ML'),
(20860, 'Western', 'Tres balas perdidas', 'ML'),
(20861, 'Western', '100.000 dollari per Lassiter', 'ML'),
(20862, 'Western', 'The Call of the Canyon', 'ML'),
(20863, 'Western', 'Western Heritage', 'ML'),
(20864, 'Western', 'Madonna of the Desert', 'ML'),
(20865, 'Western', 'The Frozen Star', 'ML'),
(20866, 'Western', 'The Wildcat', 'ML'),
(20867, 'Western', '11 Guns', 'ML'),
(20868, 'Western', 'Stagecoach Express', 'ML'),
(20869, 'Western', 'The Last Ride of the Dalton Gang', 'ML'),
(20870, 'Western', 'The Iron Sheriff', 'ML'),
(20871, 'Western', 'Les filles du Golden Saloon', 'ML'),
(20872, 'Western', 'Mexikanische Revolution', 'ML'),
(20873, 'Western', 'The Invasion of Johnson County', 'ML'),
(20874, 'Western', 'Cowboy: A Love Story', 'ML'),
(20875, 'Western', 'The Man Who Came Back', 'ML'),
(20876, 'Western', 'The Last Outlaws', 'ML'),
(20877, 'Western', 'The Blunderers Mark', 'ML'),
(20878, 'Western', 'The Last Big Job', 'ML'),
(20879, 'Western', 'A Broadway Cowboy', 'ML'),
(20880, 'Western', 'Shine On, Harvest Moon', 'ML'),
(20881, 'Western', 'Dead Mans Gold', 'ML'),
(20882, 'Western', 'I vigliacchi non pregano', 'ML'),
(20883, 'Western', 'The Vanishing American', 'ML'),
(20884, 'Western', 'Pride of the West', 'ML'),
(20885, 'Western', 'Febre do Sexo', 'ML'),
(20886, 'Western', 'Desperado: Badlands Justice', 'ML'),
(20887, 'Western', 'Romance in the Rockies', 'ML'),
(20888, 'Western', 'The Soda Water Cowboy', 'ML'),
(20889, 'Western', 'The Burning Hills', 'ML'),
(20890, 'Western', 'Clearing the Range', 'ML'),
(20891, 'Western', 'When the Storm God Rides', 'ML'),
(20892, 'Western', 'Gold and the Girl', 'ML'),
(20893, 'Western', 'The Trappers Five Dollar Bill', 'ML'),
(20894, 'Western', 'Hard Bounty', 'ML'),
(20895, 'Western', 'Border Fence', 'ML'),
(20896, 'Western', 'Wild Western', 'ML'),
(20897, 'Western', 'Gun Smoke', 'ML'),
(20898, 'Western', 'Tracked by the Police', 'ML'),
(20899, 'Western', 'Lost Ranch', 'ML'),
(20900, 'Western', 'Hello Stranger...', 'ML'),
(20901, 'Western', 'The Blind Trail', 'ML'),
(20902, 'Western', 'High Pockets', 'ML'),
(20903, 'Western', 'Hurricane Horseman', 'ML'),
(20904, 'Western', 'The U.P. Trail', 'ML'),
(20905, 'Western', 'Headin Through', 'ML'),
(20906, 'Western', 'Lock, Stock and Barrel', 'ML'),
(20907, 'Western', 'Dangerous Odds', 'ML'),
(20908, 'Western', 'La frontera sin ley', 'ML'),
(20909, 'Western', 'Broncho Billys Dad', 'ML'),
(20910, 'Western', 'Hit the Saddle', 'ML'),
(20911, 'Western', 'Scalp Trouble', 'ML'),
(20912, 'Western', 'Cold Fury', 'ML'),
(20913, 'Western', 'Alvarez Kelly', 'ML'),
(20914, 'Western', 'The Stolen Grey', 'ML'),
(20915, 'Western', 'Under Azure Skies', 'ML'),
(20916, 'Western', 'Badlands of Montana', 'ML'),
(20917, 'Western', 'The Savage Horde', 'ML'),
(20918, 'Western', 'Jackass Mail', 'ML'),
(20919, 'Western', 'Volver, volver, volver', 'ML'),
(20920, 'Western', 'Two-Gun Hicks', 'ML'),
(20921, 'Western', 'West of Mojave', 'ML'),
(20922, 'Western', 'Un buco in fronte', 'ML'),
(20923, 'Western', 'Joaquin Murrieta', 'ML'),
(20924, 'Western', 'West Is Best', 'ML'),
(20925, 'Western', 'Straight Shooting', 'ML'),
(20926, 'Western', 'Gene Autry and The Mounties', 'ML'),
(20927, 'Western', 'Lista Negra Para Black Medal', 'ML'),
(20928, 'Western', 'Silent Pal', 'ML'),
(20929, 'Western', 'Utah Blaine', 'ML'),
(20930, 'Western', '$50,000 Reward', 'ML'),
(20931, 'Western', 'The Boy from Oklahoma', 'ML'),
(20932, 'Western', 'His Mexican Bride', 'ML'),
(20933, 'Western', 'The Gunfighters', 'ML'),
(20934, 'Western', 'The Mysterious Rider', 'ML'),
(20935, 'Western', 'Saps and Saddles', 'ML'),
(20936, 'Western', 'The Castle Ranch', 'ML'),
(20937, 'Western', 'Zanna Bianca', 'ML'),
(20939, 'Western', 'The Backwoodsmans Suspicion', 'ML'),
(20940, 'Western', 'Stepping Fast', 'ML'),
(20941, 'Western', 'For Robbing the Dead', 'ML'),
(20942, 'Western', 'The Fighting Frontiersman', 'ML'),
(20943, 'Western', '7 Clinics with Buck Brannaman', 'ML'),
(20944, 'Western', 'The Lash of Pinto Pete', 'ML'),
(20945, 'Western', 'The Gay Amigo', 'ML'),
(20946, 'Western', 'Trapping the Wildcat', 'ML'),
(20947, 'Western', 'Gambler V: Playing for Keeps', 'ML'),
(20948, 'Western', 'Lightnin Shot', 'ML'),
(20949, 'Western', 'West of Tombstone', 'ML'),
(20950, 'Western', 'Sette magnifiche pistole', 'ML'),
(20951, 'Western', 'An Indian Vendetta', 'ML'),
(20952, 'Western', 'Dos maridos baratos', 'ML'),
(20953, 'Western', 'Plainsman and the Lady', 'ML'),
(20954, 'Western', 'When the Daltons Rode', 'ML'),
(20955, 'Western', 'The Vengeance of Pierre', 'ML'),
(20956, 'Western', 'Peril of the Plains', 'ML'),
(20957, 'Western', 'Adventures of Red Ryder', 'ML'),
(20958, 'Western', 'Buffalo Bill, Jr.', 'ML'),
(20959, 'Western', 'Below the Border', 'ML'),
(20960, 'Western', 'La notte dei serpenti', 'ML'),
(20961, 'Western', 'Siege at Red River', 'ML'),
(20962, 'Western', 'Sons of New Mexico', 'ML'),
(20963, 'Western', 'Return of Ta-Wa-Wa', 'ML'),
(20964, 'Western', 'The Winged Rider', 'ML'),
(20965, 'Western', '40 Guns to Apache Pass', 'ML'),
(20966, 'Western', 'The Indian Trappers Vindication', 'ML'),
(20967, 'Western', 'Code of the West', 'ML'),
(20968, 'Western', 'Hard Boiled: Appointment at 11 Sharp', 'ML'),
(20969, 'Western', 'Deadwood Dick', 'ML'),
(20970, 'Western', 'Los matones de mi pueblo', 'ML'),
(20971, 'Western', 'Only the Master Shall Judge', 'ML'),
(20972, 'Western', '38 Caliber Friendship', 'ML'),
(20973, 'Western', 'The Mysterious Outlaw', 'ML'),
(20974, 'Western', 'Plunderers of Painted Flats', 'ML'),
(20975, 'Western', 'Mountain Charlie', 'ML'),
(20976, 'Western', 'Apache Trail', 'ML'),
(20977, 'Western', 'The Great Sioux Uprising', 'ML'),
(20978, 'Western', 'The Apple Dumpling Gang Rides Again', 'ML'),
(20979, 'Western', 'Mojave Lagniappe', 'ML'),
(20980, 'Western', 'Terror in a Texas Town', 'ML'),
(20981, 'Western', 'Gunfighters of Casa Grande', 'ML'),
(20982, 'Western', 'Broadway to Cheyenne', 'ML'),
(20983, 'Western', 'The Sheriff Outwitted', 'ML'),
(20984, 'Western', 'The Desert Man', 'ML'),
(20985, 'Thriller', 'A Man in the World', 'ML'),
(20986, 'Thriller', 'Johnny Was', 'ML'),
(20987, 'Thriller', 'Level 26: Dark Revelations', 'ML'),
(20988, 'Thriller', 'Anhonee', 'ML'),
(20989, 'Thriller', 'The Record Run', 'ML'),
(20990, 'Thriller', 'A Silent Witness', 'ML'),
(20991, 'Thriller', 'Dame de sang', 'ML'),
(20992, 'Thriller', 'Blade Runner 60: Directors Cut', 'ML'),
(20993, 'Thriller', 'Concerning Mr. Martin', 'ML'),
(20994, 'Thriller', 'Clown clown clan', 'ML'),
(20995, 'Thriller', 'Xtrme City', 'ML'),
(20996, 'Thriller', 'Seishojo: hitontasu no keiken', 'ML'),
(20997, 'Thriller', 'The Dark Path Chronicles', 'ML'),
(20998, 'Thriller', 'Moscow Velocity', 'ML'),
(20999, 'Thriller', 'Die Millennium-Katastrophe - Computer-Crash 2000', 'ML'),
(21000, 'Thriller', 'Yildiz tepe', 'ML'),
(21001, 'Thriller', 'Rude Awakening', 'ML'),
(21002, 'Thriller', 'Wings of a Demon', 'ML'),
(21003, 'Thriller', 'The Engineers Honor', 'ML'),
(21004, 'Thriller', 'Impolite', 'ML'),
(21005, 'Thriller', 'Woh Main Nahin', 'ML'),
(21006, 'Thriller', 'Tales from the Darkside: The Movie', 'ML'),
(21007, 'Thriller', 'The Adored', 'ML'),
(21008, 'Thriller', 'Cielo Drive', 'ML'),
(21009, 'Thriller', 'Heart of Fear', 'ML'),
(21010, 'Thriller', 'No hay cambio', 'ML'),
(21011, 'Thriller', '2 Dogs Inside', 'ML'),
(21012, 'Thriller', 'Jakher Dhan', 'ML'),
(21013, 'Thriller', 'Client 3815', 'ML'),
(21014, 'Thriller', 'Kahaani 2', 'ML'),
(21015, 'Thriller', 'Grushko', 'ML'),
(21016, 'Thriller', 'Ladykiller', 'ML'),
(21017, 'Thriller', 'Dorn', 'ML'),
(21018, 'Thriller', 'Bloodmyth', 'ML'),
(21019, 'Thriller', 'High Desert', 'ML'),
(21020, 'Thriller', 'The Leaning', 'ML'),
(21021, 'Thriller', 'Akriet', 'ML'),
(21022, 'Thriller', 'Postpartum', 'ML'),
(21023, 'Thriller', 'Survive the Night', 'ML'),
(21024, 'Thriller', 'Stunde des Wolfs', 'ML'),
(21025, 'Thriller', 'Box 3125', 'ML'),
(21026, 'Thriller', 'Club eutanasia', 'ML'),
(21027, 'Thriller', 'Atrapats', 'ML'),
(21028, 'Thriller', 'Killer View', 'ML'),
(21029, 'Thriller', 'Mission: Blacklist', 'ML'),
(21030, 'Thriller', 'A Man Between Two Gangs and a Grave', 'ML'),
(21031, 'Thriller', 'Ambitious', 'ML'),
(21032, 'Thriller', 'Sherlock Holmes: The Case of the Temporal Nexus', 'ML'),
(21033, 'Thriller', 'Voices from Within', 'ML'),
(21034, 'Thriller', 'Either Or', 'ML'),
(21035, 'Thriller', 'Gangstas Hell', 'ML'),
(21036, 'Thriller', 'Viento salvaje', 'ML'),
(21037, 'Thriller', 'Milwood', 'ML'),
(21038, 'Thriller', 'Kickboxer 2: The Road Back', 'ML'),
(21039, 'Thriller', 'Backroad', 'ML'),
(21040, 'Thriller', 'Neeku Naaku Dash Dash', 'ML'),
(21041, 'Thriller', 'Resonanz', 'ML'),
(21042, 'Thriller', 'Der kalte Finger', 'ML'),
(21043, 'Thriller', 'Gei sun yan', 'ML'),
(21044, 'Thriller', 'Kamen', 'ML'),
(21045, 'Thriller', 'Pudhiya Paravai', 'ML'),
(21046, 'Thriller', 'Porcelain Dreams', 'ML'),
(21047, 'Thriller', 'Vadh', 'ML'),
(21048, 'Thriller', 'Lennys Luck', 'ML'),
(21049, 'Thriller', 'Taxi?', 'ML'),
(21050, 'Thriller', 'The Perilous Swing', 'ML'),
(21051, 'Thriller', 'Who Killed Samantha Green?', 'ML'),
(21052, 'Thriller', 'Private Penthouse Movies: Without Limits 2', 'ML'),
(21053, 'Thriller', 'Heather Hunted', 'ML'),
(21054, 'Thriller', 'La fille de lair', 'ML'),
(21055, 'Thriller', 'La banda del mocha orejas', 'ML'),
(21056, 'Thriller', 'The Naked Spur', 'ML'),
(21057, 'Thriller', 'Mangled Angels', 'ML'),
(21058, 'Thriller', 'The Spirit of Gallipoli', 'ML'),
(21059, 'Thriller', 'Testigo azul', 'ML'),
(21060, 'Thriller', 'Blue Eyed Devil', 'ML'),
(21061, 'Thriller', 'Blondes for Danger', 'ML'),
(21062, 'Thriller', 'The Mask of Janus', 'ML'),
(21063, 'Thriller', 'La marche de lenfant roi', 'ML'),
(21064, 'Thriller', 'The Dark Number', 'ML'),
(21065, 'Thriller', 'Cell/Phone', 'ML'),
(21066, 'Thriller', 'I-Doll', 'ML'),
(21067, 'Thriller', 'Alice auf der Flucht', 'ML'),
(21068, 'Thriller', 'Playing Dangerous', 'ML'),
(21069, 'Thriller', 'Some Static Started', 'ML'),
(21070, 'Thriller', 'Chocolate: Deep Dark Secrets', 'ML'),
(21071, 'Thriller', 'Beyond Aperture', 'ML'),
(21072, 'Thriller', 'Paranormal Entity', 'ML'),
(21073, 'Thriller', 'T.I.P.', 'ML'),
(21074, 'Thriller', 'Impulsos asesinos', 'ML'),
(21075, 'Thriller', 'The Sand Angels', 'ML'),
(21076, 'Thriller', 'Gardiens de lordre', 'ML'),
(21077, 'Thriller', 'Hangmen Also Die!', 'ML'),
(21078, 'Thriller', 'Tomorrow by Midnight', 'ML'),
(21079, 'Thriller', 'Death Ride', 'ML'),
(21080, 'Thriller', 'Bloody Flowers', 'ML'),
(21081, 'Thriller', 'O som ao redor', 'ML'),
(21082, 'Thriller', 'Law & Order: Special Victims Unit', 'ML'),
(21083, 'Thriller', 'Last Dance', 'ML'),
(21084, 'Thriller', 'Farworld', 'ML'),
(21085, 'Thriller', 'Those About to Die', 'ML'),
(21086, 'Thriller', 'The Innocence of Play', 'ML'),
(21087, 'Thriller', 'The Terror of the Tongs', 'ML'),
(21088, 'Thriller', 'Capricorn One', 'ML'),
(21089, 'Thriller', 'Lifeforce', 'ML'),
(21090, 'Thriller', 'Beyond the Rave', 'ML'),
(21091, 'Thriller', 'The Brick Dollhouse', 'ML'),
(21092, 'Thriller', 'Prison Break: The Conspiracy', 'ML'),
(21093, 'Thriller', 'Wayward', 'ML'),
(21094, 'Thriller', 'O Agente da Lei', 'ML'),
(21095, 'Thriller', 'Talk Dirty to Me 15', 'ML'),
(21096, 'Thriller', 'Vacaciones de terror 2', 'ML'),
(21097, 'Thriller', 'Who Killed Buddy Blue?', 'ML'),
(21098, 'Thriller', 'Meteor Night', 'ML'),
(21099, 'Thriller', 'House of the Rising Sun', 'ML'),
(21100, 'Thriller', 'Secret Ceremony', 'ML'),
(21101, 'Thriller', 'Clear and Present Danger', 'ML'),
(21102, 'Thriller', 'This Keeps Happening', 'ML'),
(21103, 'Thriller', 'Regretful Decision', 'ML'),
(21104, 'Thriller', 'Chi se Xiang Wei she', 'ML'),
(21105, 'Thriller', 'The Armchair Hacker', 'ML'),
(21106, 'Thriller', 'Deadline', 'ML'),
(21107, 'Thriller', 'voyage sans retour', 'ML'),
(21108, 'Thriller', 'Geu-rim-ja', 'ML'),
(21109, 'Thriller', 'Don 2', 'ML'),
(21110, 'Thriller', 'Te noci', 'ML'),
(21111, 'Thriller', 'Buppha Rahtree', 'ML'),
(21112, 'Thriller', 'Dukun', 'ML'),
(21113, 'Thriller', 'The Signal Code', 'ML'),
(21114, 'Thriller', '14th and Marshall', 'ML'),
(21115, 'Thriller', 'The Wild Brat', 'ML'),
(21116, 'Thriller', 'Motor City', 'ML'),
(21117, 'Thriller', 'The House in Nightmare Park', 'ML'),
(21118, 'Thriller', 'The Subversion Agency', 'ML'),
(21119, 'Thriller', 'Der Fuchs von Paris', 'ML'),
(21120, 'Thriller', 'Crosstalk', 'ML'),
(21121, 'Thriller', 'Demonium', 'ML'),
(21122, 'Thriller', 'Destino homicida', 'ML'),
(21123, 'Thriller', '13 East Street', 'ML'),
(21124, 'Thriller', 'Los dibujos de Bruno Kulczewski', 'ML'),
(21125, 'Thriller', 'The Meaning of Filo', 'ML'),
(21126, 'Thriller', 'Cavale', 'ML'),
(21127, 'Thriller', 'Hai-Alarm auf Mallorca', 'ML'),
(21128, 'Thriller', 'Osoe!', 'ML'),
(21129, 'Thriller', 'Sisters Keeper', 'ML'),
(21130, 'Thriller', 'Tainted', 'ML'),
(21131, 'Thriller', 'Leyendas macabras de la colonia', 'ML'),
(21132, 'Thriller', 'Alting bliver godt igen', 'ML'),
(21133, 'Thriller', 'Rosenhill', 'ML'),
(21134, 'Thriller', 'Goliad Uprising', 'ML'),
(21135, 'Thriller', 'Untitled Kip Williams Project', 'ML'),
(21136, 'Thriller', 'Of Wanderlust', 'ML'),
(21137, 'Thriller', 'Den rozhdeniya Burzhuya 2', 'ML'),
(21138, 'Thriller', 'Miracle at St. Anna', 'ML'),
(21139, 'Thriller', 'Doyumsuz', 'ML'),
(21140, 'Thriller', 'Barbershop Blues', 'ML'),
(21141, 'Thriller', 'Anaconda 4: Trail of Blood', 'ML'),
(21142, 'Thriller', 'Shadows of West', 'ML'),
(21143, 'Thriller', 'Cheers: An Ode to John Woo', 'ML'),
(21144, 'Thriller', 'Der fremde Gast', 'ML'),
(21145, 'Thriller', 'The Sigma Force', 'ML'),
(21146, 'Thriller', 'Yongho sanggwon', 'ML'),
(21147, 'Thriller', 'Intolerable', 'ML'),
(21148, 'Thriller', 'Ultimate Love Games', 'ML'),
(21149, 'Thriller', 'Charlie, Trevor, and a Girl Savannah', 'ML'),
(21150, 'Thriller', 'Trial by Terror', 'ML'),
(21151, 'Thriller', 'Sotto protezione', 'ML'),
(21152, 'Thriller', 'Low m.', 'ML'),
(21153, 'Thriller', 'The Heavy', 'ML'),
(21154, 'Thriller', 'Subject 15', 'ML'),
(21155, 'Thriller', 'Ransom for Alice!', 'ML'),
(21156, 'Thriller', 'Fight or Flight', 'ML'),
(21157, 'Thriller', 'Teenage Bank Heist', 'ML'),
(21158, 'Thriller', 'Ballet daction', 'ML'),
(21159, 'Thriller', 'Lanno prossimo vado a letto alle dieci', 'ML'),
(21160, 'Thriller', 'Mental Sport', 'ML'),
(21161, 'Thriller', 'Alacakaranlik', 'ML'),
(21162, 'Thriller', 'Ruiner', 'ML'),
(21163, 'Thriller', 'Deadbeat', 'ML'),
(21164, 'Thriller', 'Jumpin Jack Flash', 'ML'),
(21165, 'Thriller', 'Nightwatch', 'ML'),
(21166, 'Thriller', 'The Perfect Crime', 'ML'),
(21167, 'Thriller', 'Asesino de Testigos', 'ML'),
(21168, 'Thriller', 'Las flores del vicio', 'ML'),
(21169, 'Thriller', 'Camille and Myself', 'ML'),
(21170, 'Thriller', 'Professione fantasma', 'ML'),
(21171, 'Thriller', 'Locusts: The 8th Plague', 'ML'),
(21172, 'Thriller', 'N.F.A.', 'ML'),
(21173, 'Thriller', 'The Divine Enforcer', 'ML'),
(21174, 'Thriller', 'The Gay Lord Waring', 'ML'),
(21175, 'Thriller', '30 Days of Night: Dark Days', 'ML'),
(21176, 'Thriller', 'The Hunted', 'ML'),
(21177, 'Thriller', 'The Hard Corps', 'ML'),
(21178, 'Thriller', 'A transzport', 'ML'),
(21179, 'Thriller', 'Treacherous Beauties', 'ML'),
(21180, 'Thriller', 'Aka Albert Walker', 'ML'),
(21181, 'Thriller', 'Sweet Little Sixteen', 'ML'),
(21182, 'Thriller', 'The Wilmington Incident', 'ML'),
(21183, 'Thriller', 'Testamento', 'ML'),
(21184, 'Thriller', 'Charlie Chans Murder Cruise', 'ML'),
(21185, 'Thriller', 'Av mevsimi', 'ML'),
(21186, 'Thriller', 'La banda del infierno', 'ML'),
(21187, 'Thriller', 'All the Kind Strangers', 'ML'),
(21188, 'Thriller', 'He Dies at the End', 'ML'),
(21189, 'Thriller', 'Cody: The Tipoff', 'ML'),
(21190, 'Thriller', 'In the Company of Lies', 'ML'),
(21191, 'Thriller', 'ReCreation', 'ML'),
(21192, 'Thriller', 'Issue', 'ML'),
(21193, 'Thriller', 'The Naked Jungle', 'ML'),
(21194, 'Thriller', 'The Call of Farqunglu', 'ML'),
(21195, 'Thriller', 'Footsteps', 'ML'),
(21196, 'Thriller', 'Southern Visitation', 'ML'),
(21197, 'Thriller', 'Manipulation', 'ML'),
(21198, 'Thriller', 'Magiki nyhta', 'ML'),
(21199, 'Thriller', 'To Dream of Falling Upwards', 'ML'),
(21200, 'Thriller', 'Love: Quit or Die', 'ML'),
(21201, 'Thriller', '47 Cleveland', 'ML'),
(21202, 'Thriller', 'Shall Come to Pass', 'ML'),
(21203, 'Thriller', 'Summer City', 'ML'),
(21204, 'Thriller', 'S.E.R.E.', 'ML'),
(21205, 'Thriller', 'Amys End', 'ML'),
(21206, 'Thriller', 'Terminate Life Cycle', 'ML'),
(21207, 'Thriller', 'The Hairy Hands', 'ML'),
(21208, 'Thriller', 'Wicked Deeds', 'ML'),
(21209, 'Thriller', 'Babangon akot dudurugin kita', 'ML'),
(21210, 'Thriller', 'Ripped Memories', 'ML'),
(21211, 'Thriller', 'Cody: A Family Affair', 'ML'),
(21212, 'Thriller', 'Saturn 3', 'ML'),
(21213, 'Thriller', 'Mr. Anonymous', 'ML'),
(21214, 'Thriller', 'Doodslag', 'ML'),
(21215, 'Thriller', 'Apartment #5C', 'ML'),
(21216, 'Thriller', 'You sha cuo mao ai cuo', 'ML'),
(21217, 'Thriller', 'The Consequence', 'ML'),
(21218, 'Thriller', 'Out Done', 'ML'),
(21219, 'Thriller', 'Palay Khan', 'ML'),
(21220, 'Thriller', 'Elopement', 'ML'),
(21221, 'Thriller', 'Dance with Death', 'ML'),
(21222, 'Thriller', 'The Dorm', 'ML'),
(21223, 'Thriller', 'Beautiful Phil', 'ML'),
(21224, 'Thriller', 'La doppia ora', 'ML'),
(21225, 'Thriller', 'The Thirst: Blood War', 'ML'),
(21226, 'Thriller', 'Schwarzes Blut', 'ML'),
(21227, 'Thriller', 'Teddy Bear, Teddy Bear, Say Goodnight', 'ML'),
(21228, 'Thriller', 'Shadow Conspiracy', 'ML'),
(21229, 'Thriller', 'Confessions of a Wall Street Shoeshine Boy', 'ML'),
(21230, 'Thriller', 'Triads, Yardies & Onion Bhajees', 'ML'),
(21231, 'Thriller', 'The Offertory', 'ML'),
(21232, 'Thriller', 'Demons from Her Past', 'ML'),
(21233, 'Thriller', 'Cold Spring', 'ML'),
(21234, 'Thriller', 'Le voyou', 'ML'),
(21235, 'Thriller', 'Dead Before Dawn', 'ML'),
(21236, 'Thriller', 'Bad Monkeys', 'ML'),
(21237, 'Thriller', 'Curtain of Fear', 'ML'),
(21238, 'Thriller', 'Eagles Are Turning People Into Horses', 'ML'),
(21239, 'Thriller', 'Curiosidad fatal', 'ML'),
(21240, 'Thriller', 'Caboose', 'ML'),
(21241, 'Thriller', 'Irene Huss - Tatuerad torso', 'ML'),
(21242, 'Thriller', 'The Airzone Solution', 'ML'),
(21243, 'Thriller', 'Terror', 'ML'),
(21244, 'Thriller', 'Her Night', 'ML'),
(21245, 'Thriller', 'The Prisoners Story', 'ML'),
(21246, 'Thriller', 'Winter Wood', 'ML'),
(21247, 'Thriller', 'I, the Jury', 'ML'),
(21248, 'Thriller', 'Cupo limitado', 'ML'),
(21249, 'Thriller', 'Carne', 'ML'),
(21250, 'Thriller', 'Beware of the Scarlet Woman', 'ML'),
(21251, 'Thriller', 'Quito', 'ML'),
(21252, 'Thriller', 'Un colpo al cuore', 'ML'),
(21253, 'Thriller', 'Stolen: The Mysterious Disappearance of Isobel Bowman', 'ML'),
(21254, 'Thriller', 'Violencia en la noche', 'ML'),
(21255, 'Thriller', 'Legend of the Lost Tomb', 'ML'),
(21256, 'Thriller', 'The Trials of Zander Peterson', 'ML'),
(21257, 'Thriller', 'The Wright Girls', 'ML'),
(21258, 'Thriller', 'Thriller', 'ML'),
(21259, 'Thriller', 'Nel cuore della notte', 'ML'),
(21260, 'Thriller', 'Calcutta Mail', 'ML'),
(21261, 'Thriller', 'Star Trap', 'ML'),
(21262, 'Thriller', 'Net Games', 'ML'),
(21263, 'Thriller', 'Tesis sobre un homicidio', 'ML'),
(21264, 'Thriller', 'Cyber-Tracker 2', 'ML'),
(21265, 'Thriller', 'Meth', 'ML'),
(21266, 'Thriller', 'Venus Fixer', 'ML'),
(21267, 'Thriller', 'Vacanze per un massacro', 'ML'),
(21268, 'Thriller', 'The Loved Ones', 'ML'),
(21269, 'Thriller', 'Bighorn', 'ML'),
(21270, 'Thriller', 'San Franpsycho', 'ML'),
(21271, 'Thriller', 'Cottage to Let', 'ML'),
(21272, 'Thriller', 'Turn Back the Clock', 'ML'),
(21273, 'Thriller', 'Billy Strobe', 'ML'),
(21274, 'Thriller', 'Silent Hill 2', 'ML'),
(21275, 'Thriller', 'Irresistible Impulse', 'ML'),
(21276, 'Thriller', 'Jasoos', 'ML'),
(21277, 'Thriller', 'Activated', 'ML'),
(21278, 'Thriller', 'The Missed Detail', 'ML'),
(21279, 'Thriller', 'Assault', 'ML'),
(21280, 'Thriller', 'Crumble', 'ML'),
(21281, 'Thriller', 'Broken Knuckles', 'ML'),
(21282, 'Thriller', 'Assault on a Queen', 'ML'),
(21283, 'Thriller', 'Car Jack', 'ML'),
(21284, 'Thriller', 'Justified', 'ML'),
(21285, 'Thriller', 'The Rival', 'ML'),
(21286, 'Thriller', 'The Girl Telegraphers Peril', 'ML'),
(21287, 'Thriller', 'Vaali', 'ML'),
(21288, 'Thriller', 'Man in the Dark', 'ML'),
(21289, 'Thriller', 'Purgatory Flats', 'ML'),
(21290, 'Thriller', 'Severed Connection', 'ML'),
(21291, 'Thriller', 'Holgi', 'ML'),
(21292, 'Thriller', 'Valka barev', 'ML'),
(21293, 'Thriller', 'El desig', 'ML'),
(21294, 'Thriller', 'A Savior Red', 'ML'),
(21295, 'Thriller', 'The Tale of the Curious and Confused Monster', 'ML'),
(21296, 'Thriller', 'Wicked Leak', 'ML'),
(21297, 'Thriller', 'Victims', 'ML'),
(21298, 'Thriller', 'The Final Haunting', 'ML'),
(21299, 'Thriller', 'Unhealer', 'ML'),
(21300, 'Thriller', '1111', 'ML'),
(21301, 'Thriller', 'Iza ogledala', 'ML'),
(21302, 'Thriller', 'Sementes Crioulas', 'ML'),
(21303, 'Thriller', 'Bleeding Love', 'ML'),
(21304, 'Thriller', 'The Silent Horror Picture Show', 'ML'),
(21305, 'Thriller', 'Killer Tranny', 'ML'),
(21306, 'Thriller', 'Gumnam Hai Koi', 'ML'),
(21307, 'Thriller', 'Otondo', 'ML'),
(21308, 'Thriller', 'Family of Cops', 'ML'),
(21309, 'Thriller', 'A mani nude', 'ML'),
(21310, 'Thriller', 'Virtual Dating', 'ML'),
(21311, 'Thriller', 'Fractions', 'ML'),
(21312, 'Thriller', 'Demon Island', 'ML'),
(21313, 'Thriller', 'Cadiz 1812', 'ML'),
(21314, 'Thriller', 'La casa muda', 'ML'),
(21315, 'Thriller', 'Teri Talash Mein', 'ML'),
(21316, 'Thriller', 'Keunbab prompiram', 'ML'),
(21317, 'Thriller', 'Shadow of Terror', 'ML'),
(21318, 'Thriller', 'The Flesh Chapter 1: Angle of Trajectory', 'ML'),
(21319, 'Thriller', 'Una sullaltra', 'ML'),
(21320, 'Thriller', 'Cordilheira', 'ML'),
(21321, 'Thriller', 'The M.O. Of M.I.', 'ML'),
(21322, 'Thriller', 'The Scarlet Clue', 'ML'),
(21323, 'Thriller', 'Brilliant', 'ML'),
(21324, 'Thriller', 'Lighthouse at the End of the World', 'ML'),
(21325, 'Thriller', 'Trespass', 'ML'),
(21326, 'Thriller', 'Code Name Vengeance', 'ML'),
(21327, 'Thriller', 'The Possession of Michael D.', 'ML'),
(21328, 'Thriller', 'Crimine a due', 'ML'),
(21329, 'Thriller', 'Pursuit of a Legend', 'ML'),
(21330, 'Thriller', 'Otuzdort', 'ML'),
(21331, 'Thriller', 'Blacke Revenant', 'ML'),
(21332, 'Thriller', 'La hiena humana', 'ML'),
(21333, 'Thriller', 'Terrorville', 'ML'),
(21334, 'Thriller', 'Bills Seat', 'ML'),
(21335, 'Thriller', '8 Million Dollars', 'ML'),
(21336, 'Thriller', 'Doves of War', 'ML'),
(21337, 'Thriller', 'Dark Habits', 'ML'),
(21338, 'Thriller', 'Victims Song', 'ML'),
(21339, 'Thriller', 'The Pendant', 'ML'),
(21340, 'Thriller', 'Jennys Blog', 'ML'),
(21341, 'Thriller', 'Criminal Intent', 'ML'),
(21342, 'Thriller', 'Socket', 'ML'),
(21343, 'Thriller', 'Taken Back: Finding Haley', 'ML'),
(21344, 'Thriller', 'Aground 2027', 'ML'),
(21345, 'Thriller', 'Paris by Night', 'ML'),
(21346, 'Thriller', 'Tape Me: Reel 4', 'ML'),
(21347, 'Thriller', 'Specter of the Rose', 'ML'),
(21348, 'Thriller', 'Yedian gui tan', 'ML'),
(21349, 'Thriller', 'Untitled David S. Goyer Supernatural Thriller Project', 'ML'),
(21350, 'Thriller', 'Jack the Reaper', 'ML'),
(21351, 'Thriller', 'Usted No Me Conoce', 'ML'),
(21352, 'Thriller', 'Schwurgericht - Seitenwechsel', 'ML'),
(21353, 'Thriller', 'Pain Killer', 'ML'),
(21354, 'Thriller', 'The Tilbury Run', 'ML'),
(21355, 'Thriller', 'Nomer 1000', 'ML'),
(21356, 'Thriller', 'Servants of Twilight', 'ML'),
(21357, 'Thriller', 'Beacon77', 'ML'),
(21358, 'Thriller', 'Shattered Lies', 'ML'),
(21359, 'Thriller', 'Xianggang qi an', 'ML'),
(21360, 'Thriller', 'Matching Blue', 'ML'),
(21361, 'Thriller', 'Glass Chin', 'ML'),
(21362, 'Thriller', 'Proefrit', 'ML'),
(21363, 'Thriller', 'They Met in the Dark', 'ML'),
(21364, 'Thriller', 'Killer in Me', 'ML'),
(21365, 'Thriller', 'Ghost in Mind', 'ML'),
(21366, 'Thriller', 'Talking Head', 'ML'),
(21367, 'Thriller', 'Seizing Me', 'ML'),
(21368, 'Thriller', 'This Is a Hijack', 'ML'),
(21369, 'Thriller', 'Final Approach', 'ML'),
(21370, 'Thriller', 'Caro benzina', 'ML'),
(21371, 'Thriller', 'Shatranj: Your Move', 'ML'),
(21372, 'Thriller', 'Les patriotes', 'ML'),
(21373, 'Thriller', 'Psalm 21', 'ML'),
(21374, 'Thriller', 'The End of The Beginning', 'ML'),
(21375, 'Thriller', '...And Justice for All.', 'ML'),
(21376, 'Thriller', 'Yeung gwong ging chaat', 'ML'),
(21377, 'Thriller', 'The Bondage of the Bush', 'ML'),
(21378, 'Thriller', 'Lithivm', 'ML'),
(21379, 'Thriller', 'Jade', 'ML'),
(21380, 'Thriller', 'The Joker Blogs', 'ML'),
(21381, 'Thriller', 'La raison du plus faible', 'ML'),
(21382, 'Thriller', 'Mi shi zi bu ke gao ren', 'ML'),
(21383, 'Thriller', 'De la part des copains', 'ML'),
(21384, 'Thriller', 'O Outro Lado da Rua', 'ML'),
(21385, 'Thriller', 'Devils at Play', 'ML'),
(21386, 'Thriller', 'Abduction of Jesse Bookman', 'ML'),
(21387, 'Thriller', 'Slip', 'ML'),
(21388, 'Thriller', 'The Belle Gunness Story', 'ML'),
(21389, 'Thriller', 'Die Tote im Unterholz', 'ML'),
(21390, 'Thriller', 'Abril', 'ML'),
(21391, 'Thriller', 'The Gingerbread Man', 'ML'),
(21392, 'Thriller', 'The Seven Sins: The Tyrant Ascending', 'ML'),
(21393, 'Thriller', 'The Asylum', 'ML'),
(21394, 'Thriller', 'Zawgat ragol mohim', 'ML'),
(21395, 'Thriller', 'Stefanies Geschenk', 'ML'),
(21396, 'Thriller', 'Makom Bazman', 'ML'),
(21397, 'Thriller', 'Lapsus', 'ML'),
(21398, 'Thriller', 'Kailashey Kelenkari', 'ML'),
(21399, 'Thriller', 'Haunted Echoes', 'ML'),
(21400, 'Thriller', 'The Breed', 'ML'),
(21401, 'Thriller', 'Devanthakudu', 'ML'),
(21402, 'Thriller', 'Caffe dei Libri', 'ML'),
(21403, 'Thriller', 'Kill Me Later', 'ML'),
(21404, 'Thriller', 'June 23rd', 'ML'),
(21405, 'Thriller', 'Nowhere Man: Fact or Fiction? - True Stories of CIA Mind Control Techniques', 'ML'),
(21406, 'Thriller', 'Todesstrafe - Ein Deutscher hinter Gittern', 'ML'),
(21407, 'Thriller', 'Irrlichter', 'ML'),
(21408, 'Thriller', 'Horis martyres', 'ML'),
(21409, 'Thriller', 'Nippon chinbotsu', 'ML'),
(21410, 'Thriller', 'Under the Ravens Wing', 'ML'),
(21411, 'Thriller', 'Insidious', 'ML'),
(21412, 'Thriller', 'Nailed', 'ML'),
(21413, 'Thriller', 'Cena para uno', 'ML'),
(21414, 'Thriller', '7 Kilos', 'ML'),
(21415, 'Thriller', 'El menor de los males', 'ML'),
(21416, 'Thriller', 'Charles Manson', 'ML'),
(21417, 'Thriller', 'Project 847', 'ML'),
(21418, 'Thriller', 'The Delivery Man Part:1', 'ML'),
(21419, 'Thriller', 'El porvenir', 'ML'),
(21420, 'Thriller', 'IMfamous', 'ML'),
(21421, 'Thriller', 'Zeher', 'ML'),
(21422, 'Thriller', 'Lament for the Artist', 'ML'),
(21423, 'Thriller', 'Then the Night Comes', 'ML'),
(21424, 'Thriller', 'Casting the Runes', 'ML'),
(21425, 'Thriller', 'Crosse', 'ML'),
(21426, 'Thriller', 'Unhallowed', 'ML'),
(21427, 'Thriller', 'A Gruta - Filme Interativo', 'ML'),
(21428, 'Thriller', 'IG Farben', 'ML'),
(21429, 'Thriller', 'Danger List', 'ML'),
(21430, 'Thriller', 'Die Another Day 2', 'ML'),
(21431, 'Thriller', 'Agent 009 3/4', 'ML'),
(21432, 'Thriller', 'The Recovery', 'ML'),
(21433, 'Thriller', 'Blink: Black Ops', 'ML'),
(21434, 'Thriller', 'Transaction', 'ML'),
(21435, 'Thriller', 'Wasted on the Young', 'ML'),
(21436, 'Thriller', 'Kuollut mies vihastuu', 'ML'),
(21437, 'Thriller', 'The Fears of Tade', 'ML'),
(21438, 'Thriller', 'La triche', 'ML'),
(21439, 'Thriller', 'Die Jahrhundertlawine', 'ML'),
(21440, 'Thriller', 'Bunnyman Bridge', 'ML'),
(21441, 'Thriller', 'El Ascensor', 'ML'),
(21442, 'Thriller', 'Mistaken', 'ML'),
(21443, 'Thriller', 'Coming Home: Dangerously', 'ML'),
(21444, 'Thriller', 'Already Dead', 'ML'),
(21445, 'Thriller', 'Guta-yubalja-deul', 'ML'),
(21446, 'Thriller', 'Cry Macho', 'ML'),
(21447, 'Thriller', 'Dead Simple', 'ML'),
(21448, 'Thriller', 'Sororal', 'ML'),
(21449, 'Thriller', 'Soldiers of the Damned', 'ML'),
(21450, 'Thriller', 'Somethings in the Water', 'ML'),
(21451, 'Thriller', 'De helman Factor', 'ML'),
(21452, 'Thriller', 'House of Bodies', 'ML'),
(21453, 'Thriller', 'Bei Anruf - Mord', 'ML'),
(21454, 'Thriller', 'Final Assignment', 'ML'),
(21455, 'Thriller', 'Nelle foreste vergini', 'ML'),
(21456, 'Thriller', 'Urban Legend I', 'ML'),
(21457, 'Thriller', 'Shiver', 'ML'),
(21458, 'Thriller', 'Creepy Clips', 'ML'),
(21459, 'Thriller', 'Dark Stories 3', 'ML'),
(21460, 'Thriller', 'New Love', 'ML'),
(21461, 'Thriller', 'Calys Edge', 'ML'),
(21462, 'Thriller', 'Al filo del terror', 'ML'),
(21463, 'Thriller', 'Charlie the Ox', 'ML'),
(21464, 'Thriller', 'Bolshaya progulka', 'ML'),
(21465, 'Thriller', 'Dilarang masuk', 'ML'),
(21466, 'Thriller', 'The Haunted Road of Life', 'ML'),
(21467, 'Thriller', 'Druga strana medalje', 'ML'),
(21468, 'Thriller', 'A Woman in Love', 'ML'),
(21469, 'Thriller', 'Death Wish', 'ML'),
(21470, 'Thriller', 'The Belly of the Beast', 'ML'),
(21471, 'Thriller', 'Bad Aur Badnaam', 'ML'),
(21472, 'Thriller', 'Dying Swan', 'ML'),
(21473, 'Thriller', 'Riveting', 'ML'),
(21474, 'Thriller', 'Sebunzu feisu', 'ML'),
(21475, 'Thriller', 'Hotel Reserve', 'ML'),
(21476, 'Thriller', 'Explode, Chapter Two: Into the Fold', 'ML'),
(21477, 'Thriller', 'The Broken Train', 'ML'),
(21478, 'Thriller', 'The Golden Lady', 'ML'),
(21479, 'Thriller', 'Bird-Scorpion', 'ML'),
(21480, 'Thriller', 'Black Oasis', 'ML'),
(21481, 'Thriller', 'Friend Request 2', 'ML'),
(21482, 'Thriller', 'Fix and Numbers', 'ML'),
(21483, 'Thriller', 'The Lake of Death', 'ML'),
(21484, 'Thriller', '22, el loco', 'ML'),
(21485, 'Thriller', 'The Thomas Crown Affair 2', 'ML'),
(21486, 'Thriller', 'Caged Women II', 'ML'),
(21487, 'Thriller', 'Yellow Pages', 'ML'),
(21488, 'Thriller', 'Safe House 2', 'ML'),
(21489, 'Thriller', 'I Am Man', 'ML'),
(21490, 'Thriller', 'Morning Fall', 'ML'),
(21491, 'Thriller', 'G8', 'ML'),
(21492, 'Thriller', 'Bul gaemi', 'ML'),
(21493, 'Thriller', 'The Day You Die', 'ML'),
(21494, 'Thriller', 'Killing the Joneses', 'ML'),
(21495, 'Thriller', 'Under the Knife', 'ML'),
(21497, 'Thriller', 'Behind Your Eyes', 'ML'),
(21498, 'Thriller', 'Mukha Chithram', 'ML'),
(21499, 'Thriller', 'A Sticky Seduction', 'ML'),
(21500, 'Thriller', 'Jabal: Ali Di Ghiaccio', 'ML'),
(21501, 'Thriller', 'Markisia tou limaniou', 'ML'),
(21502, 'Thriller', 'Mallu Singh', 'ML'),
(21503, 'Thriller', 'Cries in the Dark', 'ML'),
(21504, 'Thriller', 'Ishq Aur Inteqaam', 'ML'),
(21505, 'Thriller', 'The Reluctant Fundamentalist', 'ML'),
(21506, 'Thriller', 'The Casting', 'ML'),
(21507, 'Thriller', 'Surviving Death: A Paranormal Debate', 'ML'),
(21508, 'Thriller', 'Look for Water', 'ML'),
(21509, 'Thriller', 'Soy El Solitario', 'ML'),
(21510, 'Thriller', 'Pari', 'ML'),
(21511, 'Thriller', 'Le truqueur', 'ML'),
(21512, 'Thriller', 'Red Card', 'ML'),
(21513, 'Thriller', 'Tirez sur le pianiste', 'ML'),
(21514, 'Thriller', 'Analogue', 'ML'),
(21515, 'Thriller', 'The Secret Philosophy', 'ML'),
(21516, 'Thriller', 'The Ungodly', 'ML'),
(21517, 'Thriller', 'Serial Mom', 'ML'),
(21518, 'Thriller', 'The Ugly', 'ML'),
(21519, 'Thriller', 'Never Say Never Again', 'ML'),
(21520, 'Thriller', 'The Shadow Asset', 'ML'),
(21521, 'Thriller', 'These Angels Are Cruel', 'ML'),
(21522, 'Thriller', 'Drohi', 'ML'),
(21523, 'Thriller', 'A solas contigo', 'ML'),
(21524, 'Thriller', '03:34 Terremoto en Chile', 'ML'),
(21525, 'Thriller', 'Beware: The Children', 'ML'),
(21526, 'Thriller', 'The Black Diamond Express', 'ML'),
(21527, 'Thriller', 'Tra gli ulivi', 'ML'),
(21528, 'Thriller', 'A Child of Mystery', 'ML'),
(21529, 'Thriller', 'Blue Silence', 'ML'),
(21530, 'Thriller', 'Deep Woods', 'ML'),
(21531, 'Thriller', 'The Broken Wire', 'ML'),
(21532, 'Thriller', 'Ghost in the Microwave', 'ML'),
(21533, 'Thriller', 'My Ex 2: Haunted Lover', 'ML'),
(21534, 'Thriller', 'Masacre en la frontera', 'ML'),
(21535, 'Thriller', 'Pusu', 'ML'),
(21536, 'Thriller', 'The Two Roomer', 'ML'),
(21537, 'Thriller', 'Vengar', 'ML'),
(21538, 'Thriller', 'I Digress', 'ML'),
(21539, 'Thriller', 'The Coup', 'ML'),
(21540, 'Thriller', 'The Monkeys Paw', 'ML'),
(21541, 'Thriller', 'Rumors of Wars', 'ML'),
(21542, 'Thriller', 'Blurred Lines', 'ML'),
(21543, 'Thriller', 'On the Trail of the Spider Gang', 'ML'),
(21544, 'Thriller', 'Lultimo aereo per Venezia', 'ML'),
(21545, 'Thriller', 'Rachels Requiem', 'ML'),
(21546, 'Thriller', 'Der Nachfolger', 'ML'),
(21547, 'Thriller', 'The Untitled Lucky Project', 'ML'),
(21548, 'Thriller', '13 Strings', 'ML'),
(21549, 'Thriller', 'Blood Ransom', 'ML'),
(21550, 'Thriller', 'Devils Knight', 'ML'),
(21551, 'Thriller', 'Chatri baray-eh do nafar', 'ML'),
(21552, 'Thriller', 'I Am Legend: Survival', 'ML'),
(21553, 'Thriller', 'The Downfall of Ryder', 'ML'),
(21554, 'Thriller', 'Hold Out', 'ML'),
(21555, 'Thriller', 'Abril y mayo', 'ML'),
(21556, 'Thriller', 'Sidste time', 'ML'),
(21557, 'Thriller', 'Suratan kasih', 'ML'),
(21558, 'Thriller', 'The Vault', 'ML'),
(21559, 'Thriller', 'Osoi hito', 'ML'),
(21560, 'Thriller', 'Stripped to Kill', 'ML'),
(21561, 'Thriller', 'Watch All Night', 'ML'),
(21562, 'Thriller', 'In the Name of Love: A Texas Tragedy', 'ML'),
(21563, 'Thriller', 'Zebra Lounge', 'ML'),
(21564, 'Thriller', 'Maho Shojo Madoka Magica', 'ML'),
(21565, 'Thriller', 'Dark Desires: Vera', 'ML'),
(21566, 'Thriller', 'Gassal', 'ML'),
(21567, 'Thriller', 'The Devils Tattoo', 'ML'),
(21568, 'Thriller', 'Nightmares from the Mind of Poe', 'ML'),
(21569, 'Thriller', 'Gang domei', 'ML'),
(21570, 'Thriller', 'Mayu wo tsukuru onna', 'ML'),
(21571, 'Thriller', 'The Cone Gatherer', 'ML'),
(21572, 'Thriller', 'Abstract Art', 'ML'),
(21573, 'Thriller', 'The Hitcher', 'ML'),
(21574, 'Thriller', 'Amma Nagamma', 'ML'),
(21575, 'Thriller', 'The Stolen Moments of September', 'ML'),
(21576, 'Thriller', 'Out Go the Lights', 'ML'),
(21577, 'Thriller', 'Twilight Blind', 'ML'),
(21578, 'Thriller', 'Destinys Boomerang', 'ML'),
(21579, 'Thriller', 'Devils Detail', 'ML'),
(21580, 'Thriller', 'Rush Hour', 'ML'),
(21581, 'Thriller', 'Drawn in Blood', 'ML'),
(21582, 'Thriller', 'The Willing', 'ML'),
(21583, 'Thriller', 'A Killing on the Exchange', 'ML'),
(21584, 'Thriller', 'Joshuu sasori: Satsujin yokoku', 'ML'),
(21585, 'Thriller', 'The Ghost and the Darkness', 'ML'),
(21586, 'Thriller', 'La caverna', 'ML'),
(21587, 'Thriller', 'Not for Children', 'ML'),
(21588, 'Thriller', 'The 5th Dimension', 'ML'),
(21589, 'Thriller', 'Discretion Assured', 'ML'),
(21590, 'Thriller', 'Speed Meatway', 'ML'),
(21591, 'Thriller', 'Lovesick Captivity', 'ML'),
(21592, 'Thriller', 'True Crime: New York City', 'ML'),
(21593, 'Thriller', 'The Maul', 'ML'),
(21594, 'Thriller', 'Masters', 'ML'),
(21595, 'Thriller', 'Deuces', 'ML'),
(21596, 'Thriller', 'Antigravity', 'ML'),
(21597, 'Thriller', 'Revenge at Devils Peak: The Ascent 2', 'ML'),
(21598, 'Thriller', '27 Million', 'ML'),
(21599, 'Thriller', 'Iggi', 'ML'),
(21600, 'Thriller', 'Trespasses', 'ML'),
(21601, 'Thriller', 'The Scorpions Gate', 'ML'),
(21602, 'Thriller', 'Keerpunt', 'ML'),
(21603, 'Thriller', 'Attack of the Pig-Zombies!', 'ML'),
(21604, 'Thriller', 'Dark Was the Night', 'ML'),
(21605, 'Thriller', 'Gotterdammerung', 'ML'),
(21606, 'Thriller', 'Darkling', 'ML'),
(21607, 'Thriller', 'High Heels and Hooch', 'ML'),
(21608, 'Thriller', 'Pink Champagne', 'ML'),
(21609, 'Thriller', 'Breve storia di lunghi tradimenti', 'ML'),
(21610, 'Thriller', 'Yamim Kfuim', 'ML'),
(21611, 'Thriller', 'Angels & Demons', 'ML'),
(21612, 'Thriller', 'Meet the Girl', 'ML'),
(21613, 'Thriller', 'Le rouge est mis', 'ML'),
(21614, 'Thriller', 'Xie xing Friday', 'ML'),
(21615, 'Thriller', 'Intacto', 'ML'),
(21616, 'Thriller', 'Chaingangs', 'ML'),
(21617, 'Thriller', 'Hu die de wei xiao', 'ML'),
(21618, 'Thriller', 'Grizzly Cove', 'ML'),
(21619, 'Thriller', 'Venganza siniestra', 'ML'),
(21620, 'Thriller', 'The Ghost Club: Spirits Never Die', 'ML'),
(21621, 'Thriller', 'Soita 03 - Rikospoliisi', 'ML'),
(21622, 'Thriller', 'Il mostro dellisola', 'ML'),
(21623, 'Thriller', 'Frauen im Liebeslager', 'ML'),
(21624, 'Thriller', 'Reckoning', 'ML'),
(21625, 'Thriller', 'Know Chance', 'ML'),
(21626, 'Thriller', 'Knife Party at Nikos', 'ML'),
(21627, 'Thriller', 'Julias Daughter', 'ML'),
(21628, 'Thriller', 'Prettyface', 'ML'),
(21629, 'Thriller', 'Password: Una mirada en la oscuridad', 'ML'),
(21630, 'Thriller', 'The Last Sign', 'ML'),
(21631, 'Thriller', 'Ragazza tutta nuda assassinata nel parco', 'ML'),
(21632, 'Thriller', 'The Duplicate', 'ML'),
(21633, 'Thriller', 'Onna-ro hizu', 'ML'),
(21634, 'Thriller', 'Chicas', 'ML'),
(21635, 'Thriller', '...And Millions Die!', 'ML'),
(21636, 'Thriller', 'Princess of Wealth', 'ML'),
(21637, 'Thriller', 'Hello, Youre Dead', 'ML'),
(21638, 'Thriller', 'A Thousand Kisses Deep', 'ML'),
(21639, 'Thriller', 'Hantu jamu gendong', 'ML'),
(21640, 'Thriller', 'Z Day', 'ML'),
(21641, 'Thriller', 'Shifty', 'ML'),
(21642, 'Thriller', 'Beneath the River', 'ML'),
(21643, 'Thriller', 'Deadly Relations', 'ML'),
(21644, 'Thriller', 'Cut Time', 'ML'),
(21645, 'Thriller', 'Modified', 'ML'),
(21646, 'Thriller', 'Deadly Surveillance', 'ML'),
(21647, 'Thriller', 'Maternal Instincts', 'ML'),
(21648, 'Thriller', 'The Sacrifice of Old San Juan', 'ML'),
(21649, 'Thriller', 'OK Connery', 'ML'),
(21650, 'Thriller', 'Evil Behind You', 'ML'),
(21651, 'Thriller', 'Me and a Gun', 'ML'),
(21652, 'Thriller', 'Held', 'ML'),
(21653, 'Thriller', 'Reciprocation', 'ML'),
(21654, 'Thriller', '1313: Actor Slash Model', 'ML'),
(21655, 'Thriller', 'Nuts', 'ML'),
(21656, 'Thriller', 'Lovers Lane', 'ML'),
(21657, 'Thriller', 'Bright Midnight', 'ML'),
(21658, 'Thriller', 'Deadly Whispers', 'ML'),
(21659, 'Thriller', 'D.One', 'ML'),
(21660, 'Thriller', 'The Obstacle', 'ML'),
(21661, 'Thriller', 'Vacancy 2: The First Cut', 'ML'),
(21662, 'Thriller', 'Kazaki-razboiniki', 'ML'),
(21663, 'Thriller', 'Real Time: Siege at Lucas Street Market', 'ML'),
(21664, 'Thriller', 'Das Stockholm-Syndrom', 'ML'),
(21666, 'Thriller', 'Tora no o wo fumu otokotachi', 'ML'),
(21667, 'Thriller', 'The Fantasist', 'ML'),
(21668, 'Thriller', 'Cai se jing hun', 'ML'),
(21669, 'Thriller', 'The Dingo', 'ML'),
(21670, 'Thriller', 'A Perfect Spy', 'ML'),
(21671, 'Thriller', 'Things You Dont Tell...', 'ML'),
(21672, 'Thriller', 'The Hidden Ones', 'ML'),
(21673, 'Thriller', 'Im Not Harry Jenson.', 'ML'),
(21674, 'Thriller', 'Killer Waiting', 'ML'),
(21675, 'Thriller', 'Midnight Breaks', 'ML'),
(21676, 'Thriller', 'A Sheer Agenda', 'ML'),
(21677, 'Thriller', 'Wereldkampioenschap Freestyle Roulette', 'ML'),
(21678, 'Thriller', 'Pig Hunt', 'ML'),
(21679, 'Thriller', 'Peter Strohm', 'ML'),
(21680, 'Thriller', 'Eye Contact', 'ML'),
(21681, 'Thriller', 'Pudhiya Mugam', 'ML'),
(21682, 'Thriller', 'Fem dagar i december', 'ML'),
(21683, 'Thriller', 'Schrecklicher Verdacht', 'ML'),
(21684, 'Thriller', 'Di 8 dian', 'ML'),
(21685, 'Thriller', 'Black Aura on an Angel', 'ML'),
(21686, 'Thriller', 'Pyar Mein Kyun', 'ML'),
(21687, 'Thriller', 'Ba ge xiong shou', 'ML'),
(21688, 'Thriller', 'Klute', 'ML'),
(21689, 'Thriller', 'Le battant', 'ML'),
(21690, 'Thriller', 'Diamanti sporchi di sangue', 'ML'),
(21691, 'Thriller', 'My Garden', 'ML'),
(21692, 'Thriller', 'Die Watching', 'ML'),
(21693, 'Thriller', 'Mukkam Post Dhanori', 'ML'),
(21694, 'Thriller', 'Blue Tornado', 'ML'),
(21695, 'Thriller', 'Ubaldo Terzani Horror Show', 'ML'),
(21696, 'Thriller', 'Of Blood & Gin', 'ML'),
(21697, 'Thriller', 'The Legend of DarkHorse County', 'ML'),
(21698, 'Thriller', 'Pro Fedota-streltsa, udalogo molodtsa', 'ML'),
(21699, 'Thriller', 'The Spirit', 'ML'),
(21700, 'Thriller', 'Man of Tomorrow', 'ML'),
(21701, 'Thriller', 'Shadowland 3D', 'ML'),
(21702, 'Thriller', 'The Wrong Guy', 'ML'),
(21703, 'Thriller', 'The Trail of Danger', 'ML'),
(21704, 'Thriller', 'The Four', 'ML'),
(21705, 'Thriller', 'Thigh Meat', 'ML'),
(21706, 'Thriller', 'Porphyrias Lover', 'ML'),
(21707, 'Thriller', 'Cheot sonnim', 'ML'),
(21708, 'Thriller', 'Spirit of Hoboken', 'ML'),
(21709, 'Thriller', 'Smert na vzlyote', 'ML'),
(21710, 'Thriller', 'Dreamgirl', 'ML'),
(21711, 'Thriller', 'O Brother, a Little Violence Never Hurt Anyone', 'ML'),
(21712, 'Thriller', 'Roaring Road', 'ML'),
(21713, 'Thriller', 'We Were F(r)iends', 'ML'),
(21714, 'Thriller', 'Profane', 'ML'),
(21715, 'Thriller', 'Valentinas Tango', 'ML'),
(21716, 'Thriller', 'As Time Runs Out', 'ML'),
(21717, 'Thriller', 'Fishers Ghost', 'ML'),
(21718, 'Thriller', 'Recycled', 'ML'),
(21719, 'Thriller', '9th Wonderland', 'ML'),
(21720, 'Thriller', 'Pattern: Response', 'ML'),
(21721, 'Thriller', 'Lovers Spell', 'ML'),
(21722, 'Thriller', 'Cheun', 'ML'),
(21723, 'Thriller', 'Blame', 'ML'),
(21724, 'Thriller', 'Le meurtrier', 'ML'),
(21725, 'Thriller', 'Sex & Death: 1977', 'ML'),
(21726, 'Thriller', 'Transamerican Killer', 'ML'),
(21727, 'Thriller', 'Des femmes disparaissent', 'ML'),
(21728, 'Thriller', 'Winter Kills', 'ML'),
(21729, 'Thriller', 'Manhaters!', 'ML'),
(21730, 'Thriller', 'Kaun Hai Khooni', 'ML'),
(21731, 'Thriller', 'Expose', 'ML'),
(21732, 'Thriller', '36 Kiniun', 'ML'),
(21733, 'Thriller', 'Resort to Ice', 'ML'),
(21734, 'Thriller', 'Untitled Rand Ravich/NBC Project', 'ML'),
(21735, 'Thriller', 'Lord of Illusions', 'ML'),
(21736, 'Thriller', 'The Double Hour', 'ML'),
(21737, 'Thriller', 'Dangerous Attraction', 'ML'),
(21738, 'Thriller', 'Pecos Falls', 'ML'),
(21739, 'Thriller', 'Serie B', 'ML'),
(21740, 'Thriller', 'The Unscarred', 'ML'),
(21741, 'Thriller', 'Bringing Out the Dead', 'ML'),
(21742, 'Thriller', 'The Arsonists Affair', 'ML'),
(21743, 'Thriller', 'The Finale', 'ML'),
(21744, 'Thriller', 'N-Day', 'ML'),
(21745, 'Thriller', 'Fish Hook', 'ML'),
(21746, 'Thriller', 'Les voleurs de la nuit', 'ML'),
(21747, 'Thriller', 'Sound of Mind', 'ML'),
(21748, 'Thriller', '7 Khoon Maaf', 'ML'),
(21749, 'Thriller', 'Return from the Ashes', 'ML'),
(21750, 'Thriller', 'Anton', 'ML'),
(21751, 'Thriller', 'Exhausted Renegade Elephant', 'ML'),
(21752, 'Thriller', 'Secret State', 'ML'),
(21753, 'Thriller', 'Shonen tanteidan: Kabutomushi no yoki', 'ML'),
(21754, 'Thriller', 'The Dead Outside', 'ML'),
(21755, 'Thriller', 'Omicidio su misura', 'ML'),
(21756, 'Thriller', 'Lara Croft Tomb Raider: The Cradle of Life', 'ML'),
(21757, 'Thriller', 'Badger by Owl-Light', 'ML'),
(21758, 'Thriller', 'Valerie', 'ML'),
(21759, 'Thriller', 'They Never Found Her', 'ML'),
(21760, 'Thriller', 'Les disparus de Saint-Agil', 'ML'),
(21761, 'Thriller', 'The Last Boy Scout', 'ML'),
(21762, 'Thriller', 'Rituals', 'ML'),
(21763, 'Thriller', 'Showreel', 'ML'),
(21764, 'Thriller', 'Nyhterini exodos', 'ML'),
(21765, 'Thriller', 'Doctor Feelgood', 'ML'),
(21766, 'Thriller', 'La rete', 'ML'),
(21767, 'Thriller', 'Snatchback', 'ML'),
(21768, 'Thriller', 'Siu sum ngan', 'ML'),
(21769, 'Thriller', 'Red Shift', 'ML'),
(21770, 'Thriller', 'Wireface: The KNA TV-13 News Reports', 'ML'),
(21771, 'Thriller', 'Asliyat', 'ML'),
(21772, 'Thriller', 'Miao tan shuang long', 'ML'),
(21773, 'Thriller', 'The Parallax Parallel', 'ML'),
(21774, 'Thriller', 'Opasen char', 'ML'),
(21775, 'Thriller', 'So Confused', 'ML'),
(21776, 'Thriller', 'The Raid of the Human Tigers', 'ML'),
(21777, 'Thriller', 'Territorial', 'ML'),
(21778, 'Thriller', 'Pandoras Box', 'ML'),
(21779, 'Thriller', 'H2O', 'ML'),
(21780, 'Thriller', 'Shadow Park', 'ML'),
(21781, 'Thriller', 'Qaqqat Alanngui', 'ML'),
(21782, 'Thriller', 'Medicamento Extremo', 'ML'),
(21783, 'Thriller', 'Novella', 'ML'),
(21784, 'Thriller', 'Ratchet', 'ML'),
(21785, 'Thriller', 'My Computer', 'ML'),
(21786, 'Thriller', 'Mako: The Jaws of Death', 'ML'),
(21787, 'Thriller', 'I Bet You', 'ML'),
(21788, 'Thriller', 'The Nightmare Ends on Halloween II', 'ML'),
(21789, 'Thriller', 'Deer Head Valley', 'ML'),
(21790, 'Thriller', 'Blindlings', 'ML'),
(21791, 'Thriller', 'The Vanishing Box Car', 'ML'),
(21792, 'Thriller', 'Al rahina', 'ML'),
(21793, 'Thriller', 'Run from the Morning', 'ML'),
(21794, 'Thriller', 'Ekti Rahasya Galpo', 'ML'),
(21795, 'Thriller', 'The Dead Light District', 'ML'),
(21796, 'Thriller', 'Stay Inside', 'ML'),
(21797, 'Thriller', 'Helen', 'ML'),
(21798, 'Thriller', 'The Basement', 'ML'),
(21799, 'Thriller', 'Die Sexfalle', 'ML'),
(21800, 'Thriller', 'Ii', 'ML'),
(21801, 'Thriller', 'I/O Error', 'ML'),
(21802, 'Thriller', 'Insomonlent', 'ML'),
(21803, 'Thriller', 'The Lovers Are Losing', 'ML'),
(21804, 'Thriller', 'Paper Tigers', 'ML'),
(21805, 'Thriller', 'The Roadhouse', 'ML'),
(21806, 'Thriller', 'Rehearsal #3', 'ML'),
(21807, 'Thriller', 'Domingo salvaje', 'ML'),
(21808, 'Thriller', 'The Last Hit', 'ML'),
(21809, 'Thriller', 'Killer God', 'ML'),
(21810, 'Thriller', 'Blood Soaked', 'ML'),
(21811, 'Thriller', 'La rusa', 'ML'),
(21812, 'Thriller', 'Point of Fear', 'ML'),
(21813, 'Thriller', 'The Grief Tourist', 'ML'),
(21814, 'Thriller', 'Sinners in the Sun', 'ML'),
(21815, 'Thriller', 'Twenty-Four Hours to Kill', 'ML'),
(21816, 'Thriller', 'Unit 30', 'ML'),
(21817, 'Thriller', 'I Met a Murderer', 'ML'),
(21818, 'Thriller', 'Poklosie', 'ML'),
(21819, 'Thriller', 'Sop Dek 2002', 'ML'),
(21820, 'Thriller', '48 Stunden bis Acapulco', 'ML'),
(21821, 'Thriller', 'Leid in Hawaii', 'ML'),
(21822, 'Thriller', 'Cold Storage', 'ML'),
(21823, 'Thriller', 'At Dawn They Sleep', 'ML'),
(21824, 'Thriller', 'The Glass Key', 'ML'),
(21825, 'Thriller', 'Shudojo: nure nawa zange', 'ML'),
(21826, 'Thriller', 'The Wanted', 'ML'),
(21827, 'Thriller', 'Shattered Faith', 'ML'),
(21828, 'Thriller', 'The Glass Alibi', 'ML'),
(21829, 'Thriller', 'A Stranger Waits', 'ML'),
(21830, 'Thriller', 'Exit 17', 'ML'),
(21831, 'Thriller', 'Hyphen', 'ML'),
(21832, 'Thriller', 'Illegal Entry: Formula for Fear', 'ML'),
(21833, 'Thriller', 'Last Picnic', 'ML'),
(21834, 'Thriller', 'BloodMonkey', 'ML'),
(21835, 'Thriller', 'The House of Orphans', 'ML'),
(21836, 'Thriller', 'Predator 2', 'ML'),
(21837, 'Thriller', 'Operation Noah', 'ML'),
(21838, 'Thriller', 'Headhunter: The Assessment Weekend', 'ML'),
(21839, 'Thriller', 'Fallout Shelter', 'ML'),
(21840, 'Thriller', 'Display', 'ML'),
(21841, 'Thriller', 'Ming duo huang jin tu', 'ML'),
(21842, 'Thriller', 'Attrazione pericolosa', 'ML'),
(21843, 'Thriller', 'Rain from Stars', 'ML'),
(21844, 'Thriller', '2-channeru no noroi Gekijouban', 'ML'),
(21845, 'Thriller', 'Poor Angels', 'ML'),
(21846, 'Thriller', 'Corpo', 'ML'),
(21847, 'Thriller', 'Chong po hei xuan wo', 'ML'),
(21848, 'Thriller', 'Wu fa wu tian fei che dang', 'ML'),
(21849, 'Thriller', 'Det perfekte mord', 'ML'),
(21850, 'Thriller', 'The Final Textination', 'ML'),
(21851, 'Thriller', 'Lapse of Memory', 'ML'),
(21852, 'Thriller', 'Sahasi Chori', 'ML'),
(21853, 'Thriller', 'Daybreakers', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(21854, 'Thriller', 'Flota', 'ML'),
(21855, 'Thriller', 'Barang terlarang', 'ML'),
(21856, 'Thriller', 'King Eternal', 'ML'),
(21857, 'Thriller', 'Intimate Sins', 'ML'),
(21858, 'Thriller', 'Firstborn', 'ML'),
(21859, 'Thriller', 'Inhumanoid', 'ML'),
(21860, 'Thriller', 'Its Ringing', 'ML'),
(21861, 'Thriller', 'Ana baria', 'ML'),
(21862, 'Thriller', 'For the Dogs', 'ML'),
(21863, 'Thriller', 'Her Telling Heart', 'ML'),
(21864, 'Thriller', 'Hundarna i Riga', 'ML'),
(21865, 'Thriller', 'Childs Cry', 'ML'),
(21866, 'Thriller', 'Tikhaya semeynaya zhizn', 'ML'),
(21867, 'Thriller', 'Il coltello di ghiaccio', 'ML'),
(21868, 'Thriller', 'Under Siege', 'ML'),
(21869, 'Thriller', 'L.A. Ricochet', 'ML'),
(21870, 'Thriller', 'Vahset kasirgasi', 'ML'),
(21871, 'Thriller', 'Las insolitas imagenes de Aurora', 'ML'),
(21872, 'Thriller', 'Sever', 'ML'),
(21873, 'Thriller', 'Bloodstruck', 'ML'),
(21874, 'Thriller', 'The Quiller Memorandum', 'ML'),
(21875, 'Thriller', 'A Second Life', 'ML'),
(21876, 'Thriller', 'Crook: Its Good to Be Bad', 'ML'),
(21877, 'Thriller', 'Le gang des Antillais', 'ML'),
(21878, 'Thriller', 'Let the Devil Wear Black', 'ML'),
(21879, 'Thriller', 'Stalked at 17', 'ML'),
(21880, 'Thriller', 'Ying hung ho hon', 'ML'),
(21881, 'Thriller', 'Four Kings of Ruin', 'ML'),
(21882, 'Thriller', 'Zulu', 'ML'),
(21883, 'Thriller', 'The Counterfeit Traitor', 'ML'),
(21884, 'Thriller', 'Scorned', 'ML'),
(21885, 'Thriller', 'Cold Remains', 'ML'),
(21886, 'Thriller', 'Piilo', 'ML'),
(21887, 'Thriller', 'Bomber', 'ML'),
(21888, 'Thriller', 'Alibi for Murder', 'ML'),
(21889, 'Thriller', 'Sta dihtya tou tromou', 'ML'),
(21890, 'Thriller', 'Without Malice', 'ML'),
(21891, 'Thriller', 'Red Runway', 'ML'),
(21892, 'Thriller', 'The Night-Gaunts', 'ML'),
(21893, 'Thriller', 'A Good and Happy Child', 'ML'),
(21894, 'Thriller', 'Deadly Betrayal', 'ML'),
(21895, 'Thriller', 'The Basement and the Kitchen', 'ML'),
(21896, 'Thriller', 'Savages Crossing', 'ML'),
(21897, 'Thriller', 'Independently Blue', 'ML'),
(21898, 'Thriller', 'Element of Doubt', 'ML'),
(21899, 'Thriller', 'Phantom', 'ML'),
(21900, 'Thriller', 'Odinochestvo krovi', 'ML'),
(21901, 'Thriller', 'P.I. Private Investigations', 'ML'),
(21902, 'Thriller', 'Christmas Nightmare', 'ML'),
(21903, 'Thriller', 'Turist', 'ML'),
(21904, 'Thriller', 'Heart of the Atom', 'ML'),
(21905, 'Thriller', 'Out of the Furnace', 'ML'),
(21906, 'Thriller', 'Special Affairs Team: TEN', 'ML'),
(21907, 'Thriller', 'Season of the Witch', 'ML'),
(21908, 'Thriller', 'Little Nikita', 'ML'),
(21909, 'Thriller', 'Alta comedia: El avaro', 'ML'),
(21910, 'Thriller', 'Untitled Richard Lagravenese/Tony Goldwyn/David Manson Project', 'ML'),
(21911, 'Thriller', 'Lodge Lake', 'ML'),
(21912, 'Thriller', 'Da nu ji zhong ying', 'ML'),
(21913, 'Thriller', 'Someones in the House', 'ML'),
(21914, 'Thriller', 'Trigger Point', 'ML'),
(21915, 'Thriller', 'The Gauntlet', 'ML'),
(21916, 'Thriller', 'Nightmare at Bitter Creek', 'ML'),
(21917, 'Thriller', 'Night and Fog', 'ML'),
(21918, 'Thriller', 'Within', 'ML'),
(21919, 'Thriller', 'The Philadelphia Experiment', 'ML'),
(21920, 'Thriller', 'O 3os nomos', 'ML'),
(21921, 'Thriller', 'Innocent Blood', 'ML'),
(21922, 'Thriller', 'El Segundo Paso', 'ML'),
(21923, 'Thriller', 'Drive Angry', 'ML'),
(21924, 'Thriller', 'Jin yi wei', 'ML'),
(21925, 'Thriller', 'Four Days Eariler', 'ML'),
(21926, 'Thriller', 'The Killing Floor', 'ML'),
(21927, 'Thriller', 'Mind Torture', 'ML'),
(21928, 'Thriller', 'C Me Dance', 'ML'),
(21929, 'Thriller', 'Backroads to Vegas', 'ML'),
(21930, 'Thriller', 'The Ordinary Life of Totally Psycho', 'ML'),
(21931, 'Thriller', 'Jiao tou xiong di', 'ML'),
(21932, 'Thriller', 'Property of the State', 'ML'),
(21933, 'Thriller', 'Sin rastro', 'ML'),
(21934, 'Thriller', 'The Spider and the Fly', 'ML'),
(21935, 'Thriller', 'The Affair at Raynors', 'ML'),
(21936, 'Thriller', 'Topkapi', 'ML'),
(21937, 'Thriller', 'Passageraren', 'ML'),
(21938, 'Thriller', 'Jiu ming', 'ML'),
(21939, 'Thriller', 'Los violadores del amanecer', 'ML'),
(21940, 'Thriller', 'White Admiral', 'ML'),
(21941, 'Thriller', 'Home to Danger', 'ML'),
(21942, 'Thriller', 'Lesser of Three Evils', 'ML'),
(21943, 'Thriller', 'Sathyam', 'ML'),
(21944, 'Thriller', 'Warui yatsu hodo yoku nemuru', 'ML'),
(21945, 'Thriller', 'Wolfhound', 'ML'),
(21946, 'Thriller', 'The Adderall Diaries', 'ML'),
(21947, 'Thriller', 'Het glas van roem en dood', 'ML'),
(21948, 'Thriller', 'Coq rouge', 'ML'),
(21949, 'Thriller', 'Children of the Corn II: The Final Sacrifice', 'ML'),
(21950, 'Thriller', 'Privileged Information', 'ML'),
(21951, 'Thriller', 'The Final Equation', 'ML'),
(21952, 'Thriller', 'Dead Mans Run', 'ML'),
(21953, 'Thriller', 'Seeds of Doubt', 'ML'),
(21954, 'Thriller', 'Kokusai himitsu keisatsu: Kayaku no taru', 'ML'),
(21955, 'Thriller', 'Deadly Chase', 'ML'),
(21956, 'Thriller', 'The Devils Luck', 'ML'),
(21957, 'Thriller', 'Oi didymoi', 'ML'),
(21958, 'Thriller', 'Edgars Lunch', 'ML'),
(21959, 'Thriller', 'Last Will and Testament', 'ML'),
(21960, 'Thriller', 'Roleta', 'ML'),
(21961, 'Thriller', 'Nasaan ka Maruja?', 'ML'),
(21962, 'Thriller', 'Prime Suspect: The Final Act', 'ML'),
(21963, 'Thriller', '388 Arletta Avenue', 'ML'),
(21964, 'Thriller', 'Le serpent', 'ML'),
(21965, 'Thriller', 'Tae-poong', 'ML'),
(21966, 'Thriller', 'The Art of Dying', 'ML'),
(21967, 'Thriller', 'The Doctor Is In', 'ML'),
(21968, 'Thriller', 'Unknown Caller', 'ML'),
(21969, 'Thriller', 'Key West', 'ML'),
(21970, 'Thriller', 'Ive Been Waiting for You', 'ML'),
(21971, 'Thriller', 'Il criminale', 'ML'),
(21972, 'Thriller', 'Grizzly II: The Concert', 'ML'),
(21973, 'Thriller', 'Crucify You', 'ML'),
(21974, 'Thriller', 'La noche del fugitivo', 'ML'),
(21975, 'Thriller', 'Deadly Pursuits', 'ML'),
(21976, 'Thriller', 'Cemento armato', 'ML'),
(21977, 'History', 'Cruzada en la mar', 'ML'),
(21978, 'History', 'Chekhov for Children', 'ML'),
(21979, 'History', 'The Saints Speak', 'ML'),
(21980, 'History', 'Legendary Champions', 'ML'),
(21981, 'History', 'Here and Gone: Locomotion Through a Small Town', 'ML'),
(21982, 'History', '681 - Velichieto na hana', 'ML'),
(21983, 'History', 'Com Que Voz', 'ML'),
(21984, 'History', 'Back to the Blueprint', 'ML'),
(21985, 'History', 'The Zulu Wars 1879', 'ML'),
(21986, 'History', 'The Plot to Kill: Jesse James', 'ML'),
(21987, 'History', 'Eva von Autun', 'ML'),
(21988, 'History', 'Die the Good Death', 'ML'),
(21989, 'History', 'Question 7', 'ML'),
(21990, 'History', 'The Nazareth Jesus Knew', 'ML'),
(21991, 'History', 'Roda Roda', 'ML'),
(21992, 'History', 'Dit is hoe een land ontstond', 'ML'),
(21993, 'History', 'Dictionnaire de lamour fourbe', 'ML'),
(21994, 'History', 'Hotel Meina', 'ML'),
(21995, 'History', 'Gynaika se fthinoporo', 'ML'),
(21996, 'History', 'Queen Victorias Last Love', 'ML'),
(21997, 'History', 'Odins Wolves: Prologue', 'ML'),
(21998, 'History', 'Holyrood', 'ML'),
(21999, 'History', 'Barrel of Imagination', 'ML'),
(22000, 'History', 'El Circo de las Luces', 'ML'),
(22001, 'History', 'Golden Circle', 'ML'),
(22002, 'History', 'Assault and Rescue', 'ML'),
(22003, 'History', 'Inquisitio', 'ML'),
(22004, 'History', 'Imaginary Enemy', 'ML'),
(22005, 'History', 'Begegnung mit der Bibel', 'ML'),
(22006, 'History', 'La rafle', 'ML'),
(22007, 'History', 'Partition: The Day India Burned', 'ML'),
(22008, 'History', 'Memories of Iraq', 'ML'),
(22009, 'History', 'The Eucharist', 'ML'),
(22010, 'History', 'Enguerrand le guerroyeur', 'ML'),
(22011, 'History', 'Korea: The Unfinished War', 'ML'),
(22012, 'History', 'Gangs of Wasseypur', 'ML'),
(22013, 'History', 'Quelle aventure!', 'ML'),
(22014, 'History', 'Kopernik', 'ML'),
(22015, 'History', 'Rhyme for Reason', 'ML'),
(22016, 'History', 'Broken Rainbow', 'ML'),
(22017, 'History', 'American Hardcore', 'ML'),
(22018, 'History', 'Armenian Genocide', 'ML'),
(22019, 'History', 'Airshow Extreme', 'ML'),
(22020, 'History', 'I na Tikhom Okeane...', 'ML'),
(22021, 'History', 'Brel 1955', 'ML'),
(22022, 'History', 'On the Edge of Black and White', 'ML'),
(22023, 'History', 'Canyonlands: Edward Abbey and the Great American Desert', 'ML'),
(22024, 'History', 'Lumina palida a durerii', 'ML'),
(22025, 'History', 'Metehan', 'ML'),
(22026, 'History', 'Bauhaus - Broken Wings', 'ML'),
(22027, 'History', 'Finding Mary March', 'ML'),
(22028, 'History', 'The Guns of August', 'ML'),
(22029, 'History', 'Aquile senza corona', 'ML'),
(22030, 'History', 'Bombs To Birds', 'ML'),
(22031, 'History', 'Cost of Construction', 'ML'),
(22032, 'History', 'Milyy drug davno zabytykh let...', 'ML'),
(22033, 'History', 'The Defence of Canada', 'ML'),
(22034, 'History', 'Heroes in the Sky', 'ML'),
(22035, 'History', 'Red Files', 'ML'),
(22036, 'History', 'The Opium Symphony', 'ML'),
(22037, 'History', 'The Spread of the Eagle', 'ML'),
(22038, 'History', 'My Favorite Hitler Youth', 'ML'),
(22039, 'History', 'De laatste ronde', 'ML'),
(22040, 'History', 'I diki ton vasaniston: EAT/ESA 1967-74', 'ML'),
(22041, 'History', 'The Plot to Kill Lincoln', 'ML'),
(22042, 'History', 'Damrells Fire', 'ML'),
(22043, 'History', 'Undercover History', 'ML'),
(22044, 'History', 'The Last Party', 'ML'),
(22045, 'History', 'Monsieur Beaucaire', 'ML'),
(22046, 'History', 'Palabras Dulces, Palabras Amargas', 'ML'),
(22047, 'History', 'Mumbai Charlie', 'ML'),
(22048, 'History', 'La Gerusalemme liberata', 'ML'),
(22049, 'History', 'Mai tian', 'ML'),
(22050, 'History', 'JFK: 3 Shots That Changed America', 'ML'),
(22051, 'History', 'Marquis de Sade', 'ML'),
(22052, 'History', 'The Making of the Fittest: The Birth and Death of Genes', 'ML'),
(22053, 'History', 'An American Portrait', 'ML'),
(22054, 'History', 'The Many Lovers of Miss Jane Austen', 'ML'),
(22055, 'History', 'Tukaram', 'ML'),
(22056, 'History', 'My War, My Story', 'ML'),
(22057, 'History', 'Vesyolye rasplyuyevskiye dni', 'ML'),
(22058, 'History', 'Carlo Goldoni: Venezia, Gran Teatro del Mondo', 'ML'),
(22059, 'History', 'General Crack', 'ML'),
(22060, 'History', 'La chanson de ladieu', 'ML'),
(22061, 'History', 'Boardwalk Hempire: The Rise and Fall of the Medical Kush Beach Club', 'ML'),
(22062, 'History', 'Walls of Sound: A Look Inside the House of Records', 'ML'),
(22063, 'History', 'Gulli Danda', 'ML'),
(22064, 'History', 'Andrew Sarris: Critic in Focus', 'ML'),
(22065, 'History', 'Third: The World of the Philippines', 'ML'),
(22066, 'History', 'Teruel, ciudad de los amantes', 'ML'),
(22067, 'History', 'The Star of Bethlehem', 'ML'),
(22068, 'History', 'Becket 2', 'ML'),
(22069, 'History', 'America by the Thumb', 'ML'),
(22070, 'History', 'Losing Our Sons', 'ML'),
(22071, 'History', 'Rozina sebranec', 'ML'),
(22072, 'History', 'Untitled Benazir Bhutto Biopic', 'ML'),
(22073, 'History', 'Russkie Tsari', 'ML'),
(22074, 'History', 'A Short History of Pittsburgh', 'ML'),
(22075, 'History', 'Joe Building: The Stalin Memorial Lecture', 'ML'),
(22076, 'History', 'Dirk van Haveskerke', 'ML'),
(22077, 'History', '12:15 Sunday', 'ML'),
(22078, 'History', 'Zeitfenster: A View Through a Window', 'ML'),
(22079, 'History', 'Red Hot History', 'ML'),
(22080, 'History', 'Henry Aarons Summer Up North', 'ML'),
(22081, 'History', 'Americas New Slavery?', 'ML'),
(22082, 'History', 'Seven Ages of Qatar', 'ML'),
(22083, 'History', 'Hezar dastan', 'ML'),
(22084, 'History', 'Marching Band: Declassified', 'ML'),
(22085, 'History', 'Kranti', 'ML'),
(22086, 'History', 'In the Shadow of Hollywood: Race Movies and the Birth of Black Cinema', 'ML'),
(22087, 'History', '203 kochi', 'ML'),
(22088, 'History', 'Stalins deutsche Elite', 'ML'),
(22089, 'History', 'Conde de Abranhos', 'ML'),
(22090, 'History', 'Darkest Russia', 'ML'),
(22091, 'History', 'To lavaro tou 21', 'ML'),
(22092, 'History', 'A History of Black Achievement in America', 'ML'),
(22093, 'History', 'The Peoples Nepal', 'ML'),
(22094, 'History', 'Ferrytale', 'ML'),
(22095, 'History', '1812: El mar de la libertad', 'ML'),
(22096, 'History', 'Game Change', 'ML'),
(22097, 'History', 'Volk en vaderliefde', 'ML'),
(22098, 'History', 'Tecnica di un colpo di stato: la marcia su Roma', 'ML'),
(22099, 'History', 'O.W. Kenosha', 'ML'),
(22100, 'History', 'Peterburgskie tayny', 'ML'),
(22101, 'History', 'The Naked Archaeologist', 'ML'),
(22102, 'History', 'Le sou', 'ML'),
(22103, 'History', 'The Warsaw Ghetto', 'ML'),
(22104, 'History', 'Frohe Ostern! Happy Easter!', 'ML'),
(22105, 'History', 'The Hornets Nest', 'ML'),
(22106, 'History', '81 the Other World', 'ML'),
(22107, 'History', 'American Coup', 'ML'),
(22108, 'History', 'Qing gong mi shi', 'ML'),
(22109, 'History', 'Route 66: The Marathon Tour', 'ML'),
(22110, 'History', 'Sign of the Pagan', 'ML'),
(22111, 'History', 'Winnipeg Burlesque', 'ML'),
(22112, 'History', 'Nix Film of Kennedy Assassination', 'ML'),
(22113, 'History', 'The Trek West', 'ML'),
(22114, 'History', 'Meine Liebe', 'ML'),
(22115, 'History', 'Twombley', 'ML'),
(22116, 'History', 'The Unvanquished', 'ML'),
(22117, 'History', 'The 300 Spartans', 'ML'),
(22118, 'History', 'A Campaign That Failed', 'ML'),
(22119, 'History', 'El Numero Uno', 'ML'),
(22120, 'History', 'Vincere', 'ML'),
(22121, 'History', 'Just a Man', 'ML'),
(22122, 'History', 'Ill Gotten Gains', 'ML'),
(22123, 'History', 'The Road to Rome: Tracing the Steps of Paul the Apostle', 'ML'),
(22124, 'History', 'The Horrors of Hussein', 'ML'),
(22125, 'History', 'Gekijouban Sengoku basara: The Last Party', 'ML'),
(22126, 'History', 'Marguerite Volant', 'ML'),
(22127, 'History', 'Khemet', 'ML'),
(22128, 'History', 'Vroeger was het anders', 'ML'),
(22129, 'History', 'Bible Prophecy Revealed', 'ML'),
(22130, 'History', 'Rosmunda e Alboino', 'ML'),
(22131, 'History', 'Riemvasmaak', 'ML'),
(22132, 'History', 'Pintea', 'ML'),
(22133, 'History', 'Tokyo Trial', 'ML'),
(22134, 'History', 'Store Norske', 'ML'),
(22135, 'History', 'Napoleon and Wellington', 'ML'),
(22136, 'History', 'Shtorm', 'ML'),
(22137, 'History', 'Ebony Fashion Fair: 50 Years of Style', 'ML'),
(22138, 'History', 'Its Never Too Late to Say Thank You', 'ML'),
(22139, 'History', 'Landscapes of England', 'ML'),
(22140, 'History', 'Wadans World', 'ML'),
(22141, 'History', 'Guru: Bhagwan, His Secretary & His Bodyguard', 'ML'),
(22142, 'History', 'Soul Deep: The Story of Black Popular Music', 'ML'),
(22143, 'History', 'Reliquias', 'ML'),
(22144, 'History', 'Nas venchali ne v tserkvi', 'ML'),
(22145, 'History', 'The German Wall', 'ML'),
(22146, 'History', 'Aus des Rheinlands Schicksalstagen', 'ML'),
(22147, 'History', 'Maralinga Pieces', 'ML'),
(22148, 'History', 'I Made America', 'ML'),
(22149, 'History', 'The Adventures of Young Indiana Jones: Passion for Life', 'ML'),
(22150, 'History', 'Los mineros', 'ML'),
(22151, 'History', 'Le tombeau de la garde', 'ML'),
(22152, 'History', 'Il messia', 'ML'),
(22153, 'History', 'KJV: The Making of the King James Bible', 'ML'),
(22154, 'History', 'Ash', 'ML'),
(22155, 'History', 'Fox News Reporting: The Right, All Along - The Rise, Fall and Future of Conservatism', 'ML'),
(22156, 'History', 'David e Golia', 'ML'),
(22157, 'History', 'Al-lail', 'ML'),
(22158, 'History', 'Les amants du bagne', 'ML'),
(22159, 'History', 'Electric Signs', 'ML'),
(22160, 'History', 'The Power of One', 'ML'),
(22161, 'History', 'The Industrious Tradesmen', 'ML'),
(22162, 'History', 'Forever and a Day', 'ML'),
(22163, 'History', 'Anthelme Collet ou Le brigand gentillhomme', 'ML'),
(22164, 'History', 'Bell Witch Haunting', 'ML'),
(22165, 'History', 'Natures Fury: Storm of the Century', 'ML'),
(22166, 'History', 'Aoki', 'ML'),
(22167, 'History', 'The Secrets of Genghis Khan', 'ML'),
(22168, 'History', 'Prints privideniye', 'ML'),
(22169, 'History', 'Scarz', 'ML'),
(22170, 'History', 'New York Song Series', 'ML'),
(22171, 'History', 'The Fifteen Streets', 'ML'),
(22172, 'History', 'MisLead: Americas Secret Epidemic', 'ML'),
(22173, 'History', 'Bedford County Vets-WWII', 'ML'),
(22174, 'History', 'Paper Giants: The Birth of Cleo', 'ML'),
(22175, 'History', 'Royal Inquest', 'ML'),
(22176, 'History', 'Stealing Heaven', 'ML'),
(22177, 'History', 'Lost Innocents of Kashmir', 'ML'),
(22178, 'History', 'We of the Never Never', 'ML'),
(22179, 'History', 'Britains Best', 'ML'),
(22180, 'History', 'Bothwell', 'ML'),
(22181, 'History', 'The Great War', 'ML'),
(22182, 'History', 'Knight of Faith', 'ML'),
(22183, 'History', 'Timelines', 'ML'),
(22184, 'History', 'North Atlantic Convoy Raider', 'ML'),
(22185, 'History', 'The Constitution Project: A Call to Act', 'ML'),
(22186, 'History', 'Madelines Rock', 'ML'),
(22187, 'History', 'The Blue Peter', 'ML'),
(22188, 'History', 'My Brooklyn', 'ML'),
(22189, 'History', 'Louder Than Love: The Grande Ballroom Story', 'ML'),
(22190, 'History', 'Erotas kai epanastasi', 'ML'),
(22191, 'History', 'La huella de Beauchef', 'ML'),
(22192, 'History', 'Kriegskinder', 'ML'),
(22193, 'History', 'Dave Hager Went to Hollywood', 'ML'),
(22194, 'History', 'Oborona Sevastopolya', 'ML'),
(22195, 'History', 'Edward and Mary: The Unknown Tudors', 'ML'),
(22196, 'History', 'Men Like These', 'ML'),
(22197, 'History', 'Zlozor', 'ML'),
(22198, 'History', 'The Blacksmith and the Carpenter', 'ML'),
(22199, 'History', 'The Sharp End: Witnesses of Vietnam', 'ML'),
(22200, 'History', 'Embraceable You', 'ML'),
(22201, 'History', 'Anthrax War', 'ML'),
(22202, 'History', 'Wizja lokalna 1901', 'ML'),
(22203, 'History', 'Ghanaian Music-Echoes of the Ancestors', 'ML'),
(22204, 'History', 'Nor the Moon by Night', 'ML'),
(22205, 'History', 'The Way We Worshipped: Christmas Special', 'ML'),
(22206, 'History', 'Veeraputhran', 'ML'),
(22207, 'History', 'Veer Hamirji - Somanath ni Sakhate', 'ML'),
(22208, 'History', 'Blau Jeans', 'ML'),
(22209, 'History', 'Our American Musical Heritage', 'ML'),
(22210, 'History', 'Sir Francis Drake: The Queens Pirate', 'ML'),
(22211, 'History', 'Gokai senryo yari', 'ML'),
(22212, 'History', 'Olga', 'ML'),
(22213, 'History', 'State-Theatre #2 Tehran', 'ML'),
(22214, 'History', 'Knocking on the Devils Door', 'ML'),
(22215, 'History', 'Bijutsu no Genom', 'ML'),
(22216, 'History', 'Going Places with Graham McNamee, #58', 'ML'),
(22217, 'History', 'Transitions: Closings and Openings', 'ML'),
(22218, 'History', 'Lady Caroline Lamb', 'ML'),
(22219, 'History', 'Misterele Bucurestilor', 'ML'),
(22220, 'History', 'Thinking Back', 'ML'),
(22221, 'History', 'Anne Frank: The Untold Story', 'ML'),
(22222, 'History', 'Wienfilm 1896-1976', 'ML'),
(22223, 'History', 'No Going Back: Women and the War', 'ML'),
(22224, 'History', 'Francesco, giullare di Dio', 'ML'),
(22225, 'History', 'The Quest for Captain Kidd', 'ML'),
(22226, 'History', 'Hunting the Anthrax Killer', 'ML'),
(22227, 'History', 'An Unfinished DREAM', 'ML'),
(22228, 'History', 'La reine et le cardinal', 'ML'),
(22229, 'History', 'Suomen tasavallan presidentit', 'ML'),
(22230, 'History', 'Voices of the Platte', 'ML'),
(22231, 'History', 'Pomarancheve nebo', 'ML'),
(22232, 'History', 'Baciami piccina', 'ML'),
(22233, 'History', 'The Ten Thousand Day War', 'ML'),
(22234, 'History', 'First Stop, Iowa', 'ML'),
(22235, 'History', 'Celebrate the Century', 'ML'),
(22236, 'History', 'Love Our Families', 'ML'),
(22237, 'History', 'Filthy Rich', 'ML'),
(22238, 'History', 'Hazman havarod', 'ML'),
(22239, 'History', 'Christianity: A History', 'ML'),
(22240, 'History', 'Browns Boatyard', 'ML'),
(22241, 'History', 'Les veus de lArnau', 'ML'),
(22242, 'History', 'Gawah', 'ML'),
(22243, 'History', 'Einsatzgruppen, les commandos de la mort', 'ML'),
(22244, 'History', 'The Greatest Generation', 'ML'),
(22245, 'History', 'Hollywood: The Golden Years', 'ML'),
(22246, 'History', 'Tejid@s Junt@s/Stitched Together', 'ML'),
(22247, 'History', 'The Landlords Game', 'ML'),
(22248, 'History', 'Escape from Iran: The Canadian Caper', 'ML'),
(22249, 'History', 'They Call It Myanmar: Lifting the Curtain', 'ML'),
(22250, 'History', 'Boule de suif', 'ML'),
(22251, 'History', 'First Light: Montauk Point Lighthouse', 'ML'),
(22252, 'History', 'Old Glory', 'ML'),
(22253, 'History', 'Songs Are Free', 'ML'),
(22254, 'History', 'Der Sklave Calvisius', 'ML'),
(22255, 'History', 'The Character of Calvin Coolidge', 'ML'),
(22256, 'History', 'Documentary Short Film: Haiti Eathquake 2010', 'ML'),
(22257, 'History', 'Basques in the West', 'ML'),
(22258, 'History', 'Atlantic Affairs', 'ML'),
(22259, 'History', 'Path to Glory', 'ML'),
(22260, 'History', 'O Quinto dos Infernos', 'ML'),
(22261, 'History', 'Mashed Media', 'ML'),
(22262, 'History', 'Hexen - Magie, Mythen und die Wahrheit', 'ML'),
(22263, 'History', 'Young Catherine', 'ML'),
(22264, 'History', 'What Burns Did for Me', 'ML'),
(22265, 'History', 'Striapacha', 'ML'),
(22266, 'History', 'Battleship North Carolina: The Showboat Legacy', 'ML'),
(22267, 'History', 'All Ghost Women Play the Theremin', 'ML'),
(22268, 'History', 'La reina roja, un misterio maya', 'ML'),
(22269, 'History', 'Step', 'ML'),
(22270, 'History', 'Ancestral Languages Heard Again', 'ML'),
(22271, 'History', 'Die Machtergreifung', 'ML'),
(22272, 'History', 'Zendeh Rood', 'ML'),
(22273, 'History', 'Bismarck, 1. Teil', 'ML'),
(22274, 'History', 'Ein Volk unter Verdacht - Die Staatssicherheit der DDR', 'ML'),
(22275, 'History', 'Happy Birthday BAFTA', 'ML'),
(22276, 'History', 'Prophecy 101', 'ML'),
(22277, 'History', 'Dont Wanna Slave No More', 'ML'),
(22278, 'History', 'Het ondergrondse orkest', 'ML'),
(22279, 'History', 'Baltiyskoe nebo - 1 seriya', 'ML'),
(22280, 'History', 'Breaking Lincolns Balls', 'ML'),
(22281, 'History', 'Taking a Chance on God', 'ML'),
(22282, 'History', 'Vivat Anna!', 'ML'),
(22283, 'History', 'Zeppelin!', 'ML'),
(22284, 'History', 'When It Was a Game', 'ML'),
(22285, 'History', 'Indo-Iranian Culture, History and Architecture', 'ML'),
(22286, 'History', 'Le devoir, Part 1: 1910-1945 - Do What You Must', 'ML'),
(22287, 'History', 'Strange Landscape', 'ML'),
(22288, 'History', 'Ageless Art', 'ML'),
(22289, 'History', 'Finding Gauguin', 'ML'),
(22290, 'History', 'A.M. Mayhem: The Story of Tucsons Power 1490AM', 'ML'),
(22291, 'History', 'Cultures of Resistance: Battle for the Xingu', 'ML'),
(22292, 'History', 'Der Cornet - Die Weise von Liebe und Tod', 'ML'),
(22293, 'History', 'Equality: Womens Strike for Equality', 'ML'),
(22294, 'History', 'Queen Victorias Empire', 'ML'),
(22295, 'History', 'November 22, 1963', 'ML'),
(22296, 'History', 'The Unpatentable Invention', 'ML'),
(22297, 'History', 'A Cult Influence', 'ML'),
(22298, 'History', 'The Peoples Doctor', 'ML'),
(22299, 'History', 'The Good War and Those Who Refused to Fight It', 'ML'),
(22300, 'History', 'Disconnect: Cell Phones & Cancer', 'ML'),
(22301, 'History', 'Touring Historic America', 'ML'),
(22302, 'History', 'Rock n Roll Made in Mexico', 'ML'),
(22303, 'History', 'Great Military Blunders', 'ML'),
(22304, 'History', 'McKinley!', 'ML'),
(22305, 'History', '1075', 'ML'),
(22306, 'History', 'Pot Country', 'ML'),
(22307, 'History', 'Movie Magic', 'ML'),
(22308, 'History', 'Truth & Treason', 'ML'),
(22309, 'History', 'The Surprising History of Egypt', 'ML'),
(22310, 'History', 'Gilgamesh', 'ML'),
(22311, 'History', 'The Second Russian Revolution', 'ML'),
(22312, 'History', 'Spekulaatio', 'ML'),
(22313, 'History', 'Severnyy sfinks', 'ML'),
(22314, 'History', 'The Passion for Change', 'ML'),
(22315, 'History', 'Deadliest Tech', 'ML'),
(22316, 'History', 'Immortal Cupboard: In Search of Lorine Niedecker', 'ML'),
(22317, 'History', 'Heat Wave', 'ML'),
(22318, 'History', 'Hu', 'ML'),
(22319, 'History', 'Carlota Joaquina - Princesa do Brasil', 'ML'),
(22320, 'History', 'Tidsmaskinen', 'ML'),
(22321, 'History', 'The Fall of the British Empire', 'ML'),
(22322, 'History', 'Master of Defense', 'ML'),
(22323, 'History', 'First Fruits', 'ML'),
(22324, 'History', 'Andante ma non troppo', 'ML'),
(22325, 'History', 'For the Sake of the Song: The Story of Anderson Fair', 'ML'),
(22326, 'History', 'Legendary: When Baseball Came to the Bluegrass', 'ML'),
(22327, 'History', 'Land Lost, Culture Lost', 'ML'),
(22328, 'History', 'The Burial of Daughters', 'ML'),
(22329, 'History', 'Veteran Nation', 'ML'),
(22330, 'History', 'A More Perfect Union: America Becomes a Nation', 'ML'),
(22331, 'History', 'Seven Minutes in the Warsaw Ghetto', 'ML'),
(22332, 'History', 'WWII Sub Rescue', 'ML'),
(22333, 'History', 'Christmas in Icaria', 'ML'),
(22334, 'History', 'Pula-aika', 'ML'),
(22335, 'History', 'Robert Mugabe... What Happened?', 'ML'),
(22336, 'History', 'La Venere dei pirati', 'ML'),
(22337, 'History', 'Waasa Inaabidaa: We Look in All Directions', 'ML'),
(22338, 'History', 'Normandy: The Great Crusade', 'ML'),
(22339, 'History', 'The Birth of a Nation', 'ML'),
(22340, 'History', 'Azat', 'ML'),
(22341, 'History', 'Bogd Khaan', 'ML'),
(22342, 'History', 'The Real Story of Halloween', 'ML'),
(22343, 'History', 'Matula', 'ML'),
(22344, 'History', 'Limni ton stenagmon', 'ML'),
(22345, 'History', 'Titanics Final Moments: Missing Pieces', 'ML'),
(22346, 'History', 'Knights: Robert Guiscard, the Terror of the World', 'ML'),
(22347, 'History', 'Gekido no showashi: Okinawa kessen', 'ML'),
(22348, 'History', 'Algonquin Wildlife', 'ML'),
(22349, 'History', 'La Tempeta', 'ML'),
(22350, 'History', 'David Jones Between the Wars: The Years of Achievement', 'ML'),
(22351, 'History', 'Canada Vignettes: Toronto', 'ML'),
(22352, 'History', 'Joan of Arc', 'ML'),
(22353, 'History', 'Chinmoku', 'ML'),
(22354, 'History', 'Noi credevamo', 'ML'),
(22355, 'History', 'Le grand Georges', 'ML'),
(22356, 'History', 'Lultima frontiera', 'ML'),
(22357, 'History', 'Spy of Napoleon', 'ML'),
(22358, 'History', '2048', 'ML'),
(22359, 'History', 'Kaip mes zaideme revoliucija', 'ML'),
(22360, 'History', 'Crisis of Faith: Tennessee Civil War 150', 'ML'),
(22361, 'History', 'Mining for Change: A Story of South African Mining.', 'ML'),
(22362, 'History', 'In the Shadows of Light', 'ML'),
(22363, 'History', 'Canada Vignettes: The Seigneury', 'ML'),
(22364, 'History', 'Faith of the Anzacs', 'ML'),
(22365, 'History', 'Battle of Britain Sunday from Westminster Abbey', 'ML'),
(22366, 'History', 'The Raven Reconstructed', 'ML'),
(22367, 'History', 'Sageata capitanului Ion', 'ML'),
(22368, 'History', 'The Liturgy Series', 'ML'),
(22369, 'History', 'Raffl', 'ML'),
(22370, 'History', 'Robatierra', 'ML'),
(22371, 'History', 'Meyers Hill', 'ML'),
(22372, 'History', 'Gentlemen of the Night', 'ML'),
(22373, 'History', 'Entre Temps', 'ML'),
(22374, 'History', 'Sudba pojeta', 'ML'),
(22375, 'History', 'The Gambian Paradox', 'ML'),
(22376, 'History', 'Historia de alto vuelo', 'ML'),
(22377, 'History', 'Americas Iliad: The Siege of Charleston', 'ML'),
(22378, 'History', 'Reconciliation', 'ML'),
(22379, 'History', 'Grasp the Nettle', 'ML'),
(22380, 'History', 'Charles Beans Great War', 'ML'),
(22381, 'History', 'Lost Liners', 'ML'),
(22382, 'History', 'What Men Live by', 'ML'),
(22383, 'History', 'The Dreams of Kings', 'ML'),
(22384, 'History', 'The Beat of a Different Drummer: The Story of Americas Last All-Female Military Band', 'ML'),
(22385, 'History', 'Travelling Fields', 'ML'),
(22386, 'History', 'Island Home Country', 'ML'),
(22387, 'History', 'The Re-Inventors', 'ML'),
(22388, 'History', 'The Porchlight Sessions', 'ML'),
(22389, 'History', 'Menschenlabor Sowjetunion', 'ML'),
(22390, 'History', 'Rome 78', 'ML'),
(22391, 'History', 'The Purple Heart', 'ML'),
(22392, 'History', 'Paris of My Exiles', 'ML'),
(22393, 'History', 'Opera Palladio', 'ML'),
(22394, 'History', 'High Seas Heroes: Fighting Back Pirates', 'ML'),
(22395, 'History', 'De verborgen man', 'ML'),
(22396, 'History', 'Europa Europa', 'ML'),
(22397, 'History', 'More Than the Mountains', 'ML'),
(22398, 'History', 'Apollo XI Landing', 'ML'),
(22399, 'History', 'Servants: The True Story of Life Below Stairs', 'ML'),
(22400, 'History', 'The Clay Village of Transylvania', 'ML'),
(22401, 'History', 'New York 1943', 'ML'),
(22402, 'History', 'El concurso de cine experimental I', 'ML'),
(22403, 'History', 'The Forgetting Game', 'ML'),
(22404, 'History', 'Southern Blend: A Dating Experiment', 'ML'),
(22405, 'History', 'Daana Veera Shura Karna', 'ML'),
(22406, 'History', 'Tower of London', 'ML'),
(22407, 'History', 'Contemporary', 'ML'),
(22408, 'History', 'James Polk', 'ML'),
(22409, 'History', 'Broomfield: Spirit of the American Dream', 'ML'),
(22410, 'History', 'Aces: A Story of the First Air War', 'ML'),
(22411, 'History', 'Ancient Discoveries: Airborne Assault', 'ML'),
(22412, 'History', 'Xin hai shuang shi', 'ML'),
(22413, 'History', 'New York Originals', 'ML'),
(22414, 'History', 'Le Montespan', 'ML'),
(22415, 'History', 'The Kings Pardon', 'ML'),
(22416, 'History', 'Mestari Patelin', 'ML'),
(22417, 'History', 'Wild Girl', 'ML'),
(22418, 'History', 'Horatios Drive: Americas First Road Trip', 'ML'),
(22419, 'History', 'Przylbice i kaptury', 'ML'),
(22420, 'History', 'The Execution of Mary, Queen of Scots', 'ML'),
(22421, 'History', 'The Land of Orange Groves & Jails', 'ML'),
(22422, 'History', 'Brensham People', 'ML'),
(22423, 'History', 'Castillos de Castilla', 'ML'),
(22424, 'History', 'Andrew Marrs History of Modern Britain', 'ML'),
(22425, 'History', 'Travels in Europe with Rick Steves', 'ML'),
(22426, 'History', 'The Nearly Complete and Utter History of Everything', 'ML'),
(22427, 'History', 'Hitler in His Own Words', 'ML'),
(22428, 'History', 'Two Hundred and Two', 'ML'),
(22429, 'History', 'Mahakavi Kshetrayya', 'ML'),
(22430, 'History', 'The Alphabet of the River', 'ML'),
(22431, 'History', 'Concerning Dinosaurs', 'ML'),
(22432, 'History', 'The Game of Their Lives: Pro Footballs Wonder Years', 'ML'),
(22433, 'History', 'Our Century, Our Country', 'ML'),
(22434, 'History', 'Reward Unlimited', 'ML'),
(22435, 'History', 'Boy Brides & Bachelors', 'ML'),
(22436, 'History', 'Poslednyaya doroga', 'ML'),
(22437, 'History', 'El abanderado', 'ML'),
(22438, 'History', 'Sharks Play Critical Role in Ocean Food Web', 'ML'),
(22439, 'History', 'Notes to Anarchism', 'ML'),
(22440, 'History', 'Le fatiche erotiche di Hercules', 'ML'),
(22441, 'History', 'A. Hitler', 'ML'),
(22442, 'History', 'The Tavern Knight', 'ML'),
(22443, 'History', 'Lessons of the Blood', 'ML'),
(22444, 'History', 'The 13th Day', 'ML'),
(22445, 'History', 'Wishes on a Falling Star', 'ML'),
(22446, 'History', 'Main Street on the March!', 'ML'),
(22447, 'History', 'A la recerca del Grial', 'ML'),
(22448, 'History', 'Coming to Light', 'ML'),
(22449, 'History', '...Pervaya lyubov', 'ML'),
(22450, 'History', 'Come and Take It Day', 'ML'),
(22451, 'History', 'Under the Tokyo Night', 'ML'),
(22452, 'History', 'Naked Planet', 'ML'),
(22453, 'History', 'We Shall Not Be Moved: The Chattanooga Sit-Ins', 'ML'),
(22454, 'History', 'Comic Book Confidential', 'ML'),
(22455, 'History', 'Yanji', 'ML'),
(22456, 'History', 'The Great Builders of Egypt', 'ML'),
(22457, 'History', 'Yo Solo, Bernardo de Galvez on the Stage of the American Revolution', 'ML'),
(22458, 'History', '10 Things You Dont Know About', 'ML'),
(22459, 'History', 'Thunder Over Mexico', 'ML'),
(22460, 'History', 'Operatsiya slava', 'ML'),
(22461, 'History', 'Hidden House History', 'ML'),
(22462, 'History', 'Beyond the Game', 'ML'),
(22463, 'History', 'Historium Brugge', 'ML'),
(22464, 'History', 'Casanova II', 'ML'),
(22465, 'History', 'Egaro: The Immortal XI', 'ML'),
(22466, 'History', 'The Prime Minister Is Missing', 'ML'),
(22467, 'History', 'The Story of ITV: The Peoples Channel', 'ML'),
(22468, 'History', 'Little Manila: Filipinos in Californias Heartland', 'ML'),
(22469, 'History', 'Razvyazka Peterburgskikh tayn', 'ML'),
(22470, 'History', 'Nazi Spies in America', 'ML'),
(22471, 'History', 'Marina Abramovic: The Artist Is Present', 'ML'),
(22472, 'History', 'Limprobable rencontre', 'ML'),
(22473, 'History', 'Electric Purgatory: The Fate of the Black Rocker', 'ML'),
(22474, 'History', 'Shockwave', 'ML'),
(22475, 'History', 'Atrocity', 'ML'),
(22476, 'History', 'Feast of the Uninvited', 'ML'),
(22477, 'History', 'The Gospel of Caesar', 'ML'),
(22478, 'History', 'Tiwarga', 'ML'),
(22479, 'History', 'Polonia restituta', 'ML'),
(22480, 'History', 'Bologna nel lungo 800', 'ML'),
(22481, 'History', 'Passione', 'ML'),
(22482, 'History', 'Az a nap a mienk', 'ML'),
(22483, 'History', 'The Scandalous Four', 'ML'),
(22484, 'History', 'Mughlani Begum', 'ML'),
(22485, 'History', 'Handcart', 'ML'),
(22486, 'History', 'The Fall of the Roman Empire', 'ML'),
(22487, 'History', 'Clash of the Gods', 'ML'),
(22488, 'History', 'The Soul of Kalaupapa: Voices of Exile', 'ML'),
(22489, 'History', 'American Herro', 'ML'),
(22490, 'History', 'Ottsy i deti', 'ML'),
(22491, 'History', 'Designers Quest', 'ML'),
(22492, 'History', 'Nuremberg: Goerings Last Stand', 'ML'),
(22493, 'History', 'Making Mistakes', 'ML'),
(22494, 'History', '22. juni 1941', 'ML'),
(22495, 'History', 'Boudewijn is niet dood', 'ML'),
(22496, 'History', 'Under the Eightball', 'ML'),
(22497, 'History', 'Mais', 'ML'),
(22498, 'History', 'In Search of Aseemun', 'ML'),
(22499, 'History', 'Casa universitaria del libro', 'ML'),
(22500, 'History', 'The Final Call', 'ML'),
(22501, 'History', 'Heartland Transport', 'ML'),
(22502, 'History', 'Fem skott i senaten', 'ML'),
(22503, 'History', 'Tony Robinsons Time Walks', 'ML'),
(22504, 'History', 'Crusoe', 'ML'),
(22505, 'History', 'From Sofia', 'ML'),
(22506, 'History', 'Beslan', 'ML'),
(22507, 'History', 'Rumi: Path to Enlightenment', 'ML'),
(22508, 'History', 'Music Track for Embraceable You - Blinders', 'ML'),
(22509, 'History', 'Vive la bombe!', 'ML'),
(22510, 'History', 'gODDESSES', 'ML'),
(22511, 'History', 'The Consequence of Oil', 'ML'),
(22512, 'History', 'Rupert of Hentzau', 'ML'),
(22513, 'History', 'God in America', 'ML'),
(22514, 'History', 'Apo to Makedoniko Agona stin apeleftherosi tis Thessalonikis', 'ML'),
(22515, 'History', 'The Reach of Resonance', 'ML'),
(22516, 'History', 'The Mighty Saturns Part I: The Early Saturns', 'ML'),
(22517, 'History', 'The Sun Behind the Clouds: Tibets Struggle for Freedom', 'ML'),
(22518, 'History', 'Most Extreme Airports', 'ML'),
(22519, 'History', 'The Mystery of the Vitruvian Man', 'ML'),
(22520, 'History', 'Lucrezia Borgia; Or, Plaything of Power', 'ML'),
(22521, 'History', 'Casas viejas', 'ML'),
(22522, 'History', 'Campanas de sangre', 'ML'),
(22523, 'History', 'River of Steel', 'ML'),
(22524, 'History', 'Tsurs Kids', 'ML'),
(22525, 'History', 'Miasto z morza', 'ML'),
(22526, 'History', 'Aurora Australis', 'ML'),
(22527, 'History', 'Symphony of the Soil', 'ML'),
(22528, 'History', 'One Dead Indian', 'ML'),
(22529, 'History', 'Forefathers', 'ML'),
(22530, 'History', 'The Saxon Chronicles', 'ML'),
(22531, 'History', 'Intruders: Abductees Speak Out!', 'ML'),
(22532, 'History', 'The Night Trotsky Came to Dinner', 'ML'),
(22533, 'History', 'Come Together Home', 'ML'),
(22534, 'History', 'Another Bloody Creek', 'ML'),
(22535, 'History', 'Wonder Women! The Untold Story of American Superheroines', 'ML'),
(22536, 'History', 'Gladiators: Back from the Dead', 'ML'),
(22537, 'History', 'Smoke, Sand & Rubber', 'ML'),
(22538, 'History', 'Creating Buddhas: The Making and Meaning of Fabric Thangkas', 'ML'),
(22539, 'History', 'Blues Is My Middle Name', 'ML'),
(22540, 'History', 'WOW Croatia', 'ML'),
(22541, 'History', 'Napoleon Returns to Galleria Borghese', 'ML'),
(22542, 'History', 'Kanakanavu Await', 'ML'),
(22543, 'History', 'Cleopatra and Her Easy Mark', 'ML'),
(22544, 'History', 'Memory Leak', 'ML'),
(22545, 'History', 'Babam tarih yapiyor', 'ML'),
(22546, 'History', 'Censorious', 'ML'),
(22547, 'History', 'Lagonie des aigles', 'ML'),
(22548, 'History', 'Tragedy in the Holy Land: The Second Uprising', 'ML'),
(22549, 'History', 'Nezabyvaemyy 1919 god', 'ML'),
(22550, 'History', 'Here I Stand...', 'ML'),
(22551, 'History', 'Seven Signs of the Apocalypse', 'ML'),
(22552, 'History', 'Caravelas e Naus', 'ML'),
(22553, 'History', 'Wilhelm Cuceritorul', 'ML'),
(22554, 'History', 'Blitz: Londons Firestorm', 'ML'),
(22555, 'History', 'Colonel Carter of Cartersville', 'ML'),
(22556, 'History', 'Scipione detto anche lafricano', 'ML'),
(22557, 'History', 'The Great Khan', 'ML'),
(22558, 'History', 'Scarred but Smarter: Life n Times of Drivin n Cryin', 'ML'),
(22559, 'History', 'My Father, Joe', 'ML'),
(22560, 'History', 'American Icon: The Hot Rod', 'ML'),
(22561, 'History', 'The Legend of Sofa Kingdom', 'ML'),
(22562, 'History', 'Je ne vous oublierai jamais', 'ML'),
(22563, 'History', 'Joe Petrosino', 'ML'),
(22564, 'History', 'Rahe Behesht', 'ML'),
(22565, 'History', 'Aspettando Sanremo', 'ML'),
(22566, 'History', 'The Secret of Oz', 'ML'),
(22567, 'History', 'Neverland: The Rise and Fall of the Symbionese Liberation Army', 'ML'),
(22568, 'History', 'Soltan-e sahebgharan', 'ML'),
(22569, 'History', 'The Great Depression', 'ML'),
(22570, 'History', 'Bir Zamanlar Osmanli - KIYAM', 'ML'),
(22571, 'History', 'From Cable Street to Brick Lane', 'ML'),
(22572, 'History', 'Eyewitness Gaza', 'ML'),
(22573, 'History', 'Spoke Folk: An anthropological Study of the Austin Cycling Community', 'ML'),
(22574, 'History', 'La araucana', 'ML'),
(22575, 'History', 'Enslaved in Freedom', 'ML'),
(22576, 'History', 'Investigation of a Flame', 'ML'),
(22577, 'History', 'Widerstand - Vom Kampf gegen Hitler in Deutschland 1933-1945', 'ML'),
(22578, 'History', 'Akher ayam el ard', 'ML'),
(22579, 'History', 'The God Squad', 'ML'),
(22580, 'History', 'Hatalyan', 'ML'),
(22581, 'History', 'The Spanish Dancer', 'ML'),
(22582, 'History', 'When Nature Calls', 'ML'),
(22583, 'History', 'Young Lakota', 'ML'),
(22584, 'History', 'Bisperas ng kasaysayan', 'ML'),
(22585, 'History', 'King Jamie and the Angel', 'ML'),
(22586, 'History', 'The Conspiracy Show with Richard Syrett', 'ML'),
(22587, 'History', 'Tony Robinsons Gods & Monsters', 'ML'),
(22588, 'History', 'Su re', 'ML'),
(22589, 'History', 'Pomni, Kaspar!', 'ML'),
(22590, 'History', 'Jamestown Unearthed', 'ML'),
(22591, 'History', 'Ebreju iela', 'ML'),
(22592, 'History', '06: The Big One', 'ML'),
(22593, 'History', 'The Company', 'ML'),
(22594, 'History', 'The Pounoing Story of Jilin Diesel Engine Plant', 'ML'),
(22595, 'History', 'Hooked: Illegal Drugs & How They Got That Way - Cocaine, the Third Scourge', 'ML'),
(22596, 'History', 'TV Latino', 'ML'),
(22597, 'History', 'Der ewige Traum', 'ML'),
(22598, 'History', 'The Doctors Revolution', 'ML'),
(22599, 'History', 'Mot ukjent land - Helge Ingstad, den siste av de store', 'ML'),
(22600, 'History', 'Hanka', 'ML'),
(22601, 'History', 'I solkorsets tegn', 'ML'),
(22602, 'History', 'Troy', 'ML'),
(22603, 'History', 'Big Bets: 100 Years of Southern Company', 'ML'),
(22604, 'History', 'Me the Vinyl and the Rest of the World', 'ML'),
(22605, 'History', 'The Making of The Nutcracker', 'ML'),
(22606, 'History', 'The Courtship of Myles Standish', 'ML'),
(22607, 'History', 'With Conviction', 'ML'),
(22608, 'History', 'Antiikin Kreikka', 'ML'),
(22609, 'History', 'Saya: Dance and Survival in an Afro-Bolivian Village', 'ML'),
(22610, 'History', 'Gladiators of World War II', 'ML'),
(22611, 'History', 'Het Europa van het Gulden Vlies', 'ML'),
(22612, 'History', 'The Irish in America: Long Journey Home', 'ML'),
(22613, 'History', 'Im Not Black, Im Coloured: Identity Crisis at the Cape of Good Hope', 'ML'),
(22614, 'History', 'Decoding the Past: Secrets of Kabbalah', 'ML'),
(22615, 'History', 'Secrets of the Founding Fathers', 'ML'),
(22616, 'History', 'Malenkie tragedii', 'ML'),
(22617, 'History', 'A Good Day to Die', 'ML'),
(22618, 'History', 'Serrallonga', 'ML'),
(22619, 'History', 'Kinderblock 66: Return to Buchenwald', 'ML'),
(22620, 'History', 'The Historical Mystery: Miracle of Salt Lake', 'ML'),
(22621, 'History', 'Ikons Flight', 'ML'),
(22622, 'History', 'Kaneganti Hanumanthu', 'ML'),
(22623, 'History', 'La batalla de los Tres Reyes', 'ML'),
(22624, 'History', 'Les 3 tambours', 'ML'),
(22625, 'History', 'Navy Log', 'ML'),
(22626, 'History', 'The Very Worst Thing', 'ML'),
(22627, 'History', 'Mirza Koochak Khan', 'ML'),
(22628, 'History', 'Claddagh', 'ML'),
(22629, 'History', 'Prervannyi polet Garri Powersa', 'ML'),
(22630, 'History', 'Peregrinos: Pilgrims - A Musical Journey', 'ML'),
(22631, 'History', 'Liturgia meotse saukunis saqartveloze', 'ML'),
(22632, 'History', 'Muslimah Sisters of Islam', 'ML'),
(22633, 'History', 'Plague City: SARS in Toronto', 'ML'),
(22634, 'History', 'Watawat', 'ML'),
(22635, 'History', 'The Man in the Iron Mask', 'ML'),
(22636, 'History', 'Samson in the Amazons Land', 'ML'),
(22637, 'History', 'Gulf War Syndrome: Killing Our Own', 'ML'),
(22638, 'History', 'Zum Beispiel Montaretto', 'ML'),
(22639, 'History', 'The Airborne Patrols', 'ML'),
(22640, 'History', 'Project Censored the Movie', 'ML'),
(22641, 'History', 'Great Moments from the Campaign Trail', 'ML'),
(22642, 'History', 'El chamaco en el cine', 'ML'),
(22643, 'History', 'Batalha dos Atoleiros', 'ML'),
(22644, 'History', 'American Voices', 'ML'),
(22645, 'History', 'From Headlines to Tight-Lines the Story of ATV Today', 'ML'),
(22646, 'History', 'A Wild Idea', 'ML'),
(22647, 'History', 'Wonder: The Lives of Anna and Harlan Hubbard', 'ML'),
(22648, 'History', 'Mellem 2 verdenskrige', 'ML'),
(22649, 'History', 'Venezia Salva', 'ML'),
(22650, 'History', 'Burden of Proof', 'ML'),
(22651, 'History', 'Up from the Bottoms: The Search for the American Dream', 'ML'),
(22652, 'History', 'Robert Loveless: An American Legend', 'ML'),
(22653, 'History', 'The Entire History of the Louisiana Purchase', 'ML'),
(22654, 'History', 'Kike Like Me', 'ML'),
(22655, 'History', 'The Art of Occupy', 'ML'),
(22656, 'History', 'Butterflies & Bulldozers', 'ML'),
(22657, 'History', 'Zhena Stalina', 'ML'),
(22658, 'History', 'Blaise Pascal', 'ML'),
(22659, 'History', 'Taketori monogatari', 'ML'),
(22660, 'History', 'Behind the Scenes at Time Team', 'ML'),
(22661, 'History', 'The Program', 'ML'),
(22662, 'History', 'The Agents', 'ML'),
(22663, 'History', 'Nubien - sidste tog fra Debeira', 'ML'),
(22664, 'History', 'Inner Worlds, Outer Worlds', 'ML'),
(22665, 'History', 'Oi emporoi ton ethnon', 'ML'),
(22666, 'History', 'Castros Daughter', 'ML'),
(22667, 'History', 'The Dead and the Buried', 'ML'),
(22668, 'History', 'Heretics', 'ML'),
(22669, 'History', 'Gamle Danmark', 'ML'),
(22670, 'History', 'Marie-Antoinette reine de France', 'ML'),
(22671, 'History', 'Winter of 1905', 'ML'),
(22672, 'History', 'The Age of Stupid', 'ML'),
(22673, 'History', 'We Continue in the Old Style', 'ML'),
(22674, 'History', 'The Red Machine', 'ML'),
(22675, 'History', '7 Wonders of Chicago', 'ML'),
(22676, 'History', 'Leading Between the Vines', 'ML'),
(22677, 'History', 'Submerged Queer Spaces', 'ML'),
(22678, 'History', 'Rain, Drizzle, and Fog', 'ML'),
(22679, 'History', 'Diller Scofidio + Renfro: Reimagining Lincoln Center and the High Line', 'ML'),
(22680, 'History', 'Age of Empires', 'ML'),
(22681, 'History', 'The Thirteenth Day: The Story of Esther', 'ML'),
(22682, 'History', 'Sir John Soane', 'ML'),
(22683, 'History', 'Fighter Pilot', 'ML'),
(22684, 'History', 'Hiroshima: Out of the Ashes', 'ML'),
(22685, 'History', 'Al-ayyam al-tawila', 'ML'),
(22686, 'History', 'Wir machen hier deutsch', 'ML'),
(22687, 'History', 'Daniil knyaz Galitskiy', 'ML'),
(22688, 'History', 'Becoming Henry', 'ML'),
(22689, 'History', 'In Search of History: The Great Train Robbery', 'ML'),
(22690, 'History', 'Avoiding Armageddon', 'ML'),
(22691, 'History', 'Farewell to the Deuce', 'ML'),
(22692, 'History', 'Letters from Karelia', 'ML'),
(22693, 'History', 'Horea', 'ML'),
(22694, 'History', 'Neskolko lyubovnykh istoriy', 'ML'),
(22695, 'History', 'Srbi u Holivudu', 'ML'),
(22696, 'History', 'The Battle for Rome', 'ML'),
(22697, 'History', 'Cool Women', 'ML'),
(22698, 'History', 'Rex vs. Singh', 'ML'),
(22699, 'History', 'Missions That Changed the War', 'ML'),
(22700, 'History', 'Cultural Intifada', 'ML'),
(22701, 'History', 'History Undercover: Jungle Battle Burma', 'ML'),
(22702, 'History', 'Czlowiek z zelaza', 'ML'),
(22703, 'History', 'La tregua', 'ML'),
(22704, 'History', 'The Longest Day', 'ML'),
(22705, 'History', 'Taste of Centuries III: Dark Legend', 'ML'),
(22706, 'History', 'Destinations: Charlie Felker', 'ML'),
(22707, 'History', '1911 Review of the Year', 'ML'),
(22708, 'History', 'Guy Fawkes', 'ML'),
(22709, 'History', 'Back to the Land', 'ML'),
(22710, 'History', 'Satellite Shootdown', 'ML'),
(22711, 'History', 'Kronprinz Rudolfs letzte Liebe', 'ML'),
(22712, 'History', 'History Hunters', 'ML'),
(22713, 'History', 'The Status Films: BAD LUCK', 'ML'),
(22714, 'History', 'Afrodite, dea dellamore', 'ML'),
(22715, 'History', 'Tales of Old Edinburgh', 'ML'),
(22716, 'History', 'Age of Empires: The Rise of Rome', 'ML'),
(22717, 'History', 'Tarkovskys River', 'ML'),
(22718, 'History', 'Atomic Epilogue', 'ML'),
(22719, 'History', 'Touba', 'ML'),
(22720, 'History', 'Dancis pa trim', 'ML'),
(22721, 'History', 'Quest for Sunken Warships', 'ML'),
(22722, 'History', 'Right There', 'ML'),
(22723, 'History', 'Bathory', 'ML'),
(22724, 'History', 'A Clockwork Mutant', 'ML'),
(22725, 'History', '#Publicworks', 'ML'),
(22726, 'History', 'Pulling Together', 'ML'),
(22727, 'History', 'Ahlam Saghira', 'ML'),
(22728, 'History', 'We the People: From Crispus Attucks to President Barack Obama', 'ML'),
(22729, 'History', 'Ugandan Days: A Documentary', 'ML'),
(22730, 'History', 'Potseluy', 'ML'),
(22731, 'History', 'Knights: Richard the Lionheart', 'ML'),
(22732, 'History', 'Isla Limasawa', 'ML'),
(22733, 'History', 'Kolme katku vahel', 'ML'),
(22734, 'History', 'Giacobbe ed Esau', 'ML'),
(22735, 'History', 'Five Films Shorty: Experiments in Photo-Chemistry and Daily Life', 'ML'),
(22736, 'History', 'Baby Bundesrepublik - Wie unsere Demokratie laufen lernte', 'ML'),
(22737, 'History', 'The Flowering Thorn', 'ML'),
(22738, 'History', 'A Pilots History', 'ML'),
(22739, 'History', 'Game & Watch Gallery 4', 'ML'),
(22740, 'History', 'Bells of San Fernando', 'ML'),
(22741, 'History', 'Roma rivuole Cesare', 'ML'),
(22742, 'History', 'The Shadow of the Tower', 'ML'),
(22743, 'History', 'Fajr al islam', 'ML'),
(22744, 'History', 'The Ghosts of Scotland', 'ML'),
(22745, 'History', 'Cafe Cyprus', 'ML'),
(22746, 'History', 'USS Midway', 'ML'),
(22747, 'History', 'Iancu Jianu', 'ML'),
(22748, 'History', 'Wholly Moses!', 'ML'),
(22749, 'History', 'Jai Bolo Telangana', 'ML'),
(22750, 'History', 'The Fugitive Law', 'ML'),
(22751, 'History', 'Mukuntuweap', 'ML'),
(22752, 'History', 'Gente mala del norte', 'ML'),
(22753, 'History', 'Against Rome', 'ML'),
(22754, 'History', 'Secret History of Religion: Knights Templar', 'ML'),
(22755, 'History', 'Iranium', 'ML'),
(22756, 'History', 'Rekishi hiwa hisutoria', 'ML'),
(22757, 'History', 'History Bites', 'ML'),
(22758, 'History', 'Miracle at Moreaux', 'ML'),
(22759, 'History', 'Dancetime DVD! 500 Years of Social Dance, Volume II: 20th Century', 'ML'),
(22760, 'History', 'Mound Bayou', 'ML'),
(22761, 'History', 'Feng liu tian zi', 'ML'),
(22762, 'History', 'USS Constellation: Battling for Freedom', 'ML'),
(22763, 'History', 'Costantino il grande', 'ML'),
(22764, 'History', 'Richard Vtoroi', 'ML'),
(22765, 'History', 'The Broken Tower', 'ML'),
(22766, 'History', 'STAR Energy', 'ML'),
(22767, 'History', 'Bronte: cronaca di un massacro che i libri di storia non hanno raccontato', 'ML'),
(22768, 'History', 'Esclave et Pharaon', 'ML'),
(22769, 'History', 'Kassiani ymnodos', 'ML'),
(22770, 'History', 'Biegga savkala duoddariid duohken lea soames', 'ML'),
(22771, 'History', '804', 'ML'),
(22772, 'History', 'TV Guides 50 Best Shows of All Time: A 50th Anniversary Celebration', 'ML'),
(22773, 'History', '1-9', 'ML'),
(22774, 'History', 'Stringed Roots', 'ML'),
(22775, 'History', 'Rail Around Queensland: Down to the Bay', 'ML'),
(22776, 'History', 'The Speeches Collection: Adolf Hitler', 'ML'),
(22777, 'History', 'Into the Gyre', 'ML'),
(22778, 'History', 'Wallenstein, 1. Teil - Wallensteins Macht', 'ML'),
(22779, 'History', 'La guerra di Troia', 'ML'),
(22780, 'History', 'A Sleight of History', 'ML'),
(22781, 'History', 'Captain Kidds Treasure', 'ML'),
(22782, 'History', 'Sto dni', 'ML'),
(22783, 'History', 'The American Adventure', 'ML'),
(22784, 'History', 'Popa Wu: A 5% Story', 'ML'),
(22785, 'History', 'Canada Vignettes: Men of the Deeps, Cape Breton', 'ML'),
(22786, 'History', 'The Wooden Horse', 'ML'),
(22787, 'History', 'Flashbacks with Barry Humphries', 'ML'),
(22788, 'History', 'Corporate Vampires', 'ML'),
(22789, 'History', 'Alone Yet Not Alone', 'ML'),
(22790, 'History', 'Scottsboro: An American Tragedy', 'ML'),
(22791, 'History', 'Il cavaliere di Maison Rouge', 'ML'),
(22792, 'History', 'Untitled Moon Project', 'ML'),
(22793, 'History', 'Big Deal at Gettysburg: The Value of Historical Places', 'ML'),
(22794, 'History', 'Il cacciatore del cielo', 'ML'),
(22795, 'History', 'Puhtaaksikirjoittaja', 'ML'),
(22796, 'History', 'The Tales of Allen, Texas', 'ML'),
(22797, 'History', 'Flysch, el susurro de las rocas', 'ML'),
(22798, 'History', 'Little John Country', 'ML'),
(22799, 'History', 'Iraq and Beyond', 'ML'),
(22800, 'History', 'Medieval II: Total War - Kingdoms', 'ML'),
(22801, 'History', 'Dao cao ren', 'ML'),
(22802, 'History', 'The Secret Disco Revolution', 'ML'),
(22803, 'History', 'Civil War Terror', 'ML'),
(22804, 'History', 'Boli zhi cheng', 'ML'),
(22805, 'History', 'National Treasures Live', 'ML'),
(22806, 'History', 'Jack The Ripper: The Definitive Story', 'ML'),
(22807, 'History', 'A Woman Rebels', 'ML'),
(22808, 'History', 'Caracremada', 'ML'),
(22809, 'History', 'Beast of Bataan', 'ML'),
(22810, 'History', 'Smack DVD Magazine', 'ML'),
(22811, 'History', 'Henrietta Maria; or, The Queen of Sorrow', 'ML'),
(22812, 'History', 'Libby, Montana', 'ML'),
(22813, 'History', 'Monarchy with David Starkey', 'ML'),
(22814, 'History', 'Opasnye gastroli', 'ML'),
(22815, 'History', 'La reine morte', 'ML'),
(22816, 'History', 'Remember Africville', 'ML'),
(22817, 'History', 'Clothes Make the Woman', 'ML'),
(22818, 'History', 'Allah Hu Akbar Call of the Saviour', 'ML'),
(22819, 'History', 'The Tragedy of Coriolanus', 'ML'),
(22820, 'History', '50 aniversario de Radio Universidad. Programa III: 1957-1967', 'ML'),
(22821, 'History', 'Maquis: Les ombres del bosc', 'ML'),
(22822, 'History', 'Saxon Gold: Finding the Hoard', 'ML'),
(22823, 'History', 'Into the Glass', 'ML'),
(22824, 'History', 'While We Are Alive', 'ML'),
(22825, 'History', 'Viva Fitzrovia', 'ML'),
(22826, 'History', 'Life of St. Paul Series', 'ML'),
(22827, 'History', 'The Rooms', 'ML'),
(22828, 'History', 'Smoke & Shadows', 'ML'),
(22829, 'History', 'The Transition Period', 'ML'),
(22830, 'History', 'Keenan', 'ML'),
(22831, 'History', 'Rise from the Storm', 'ML'),
(22832, 'History', 'From Bee to Ferry', 'ML'),
(22833, 'History', 'Mad as Hell: Rise of the Young Turks', 'ML'),
(22834, 'History', 'Sand Mountain', 'ML'),
(22835, 'History', 'Gamzdeli', 'ML'),
(22836, 'History', 'Insoo Daebi', 'ML'),
(22837, 'History', 'Through the Bible with Les Feldick', 'ML'),
(22838, 'History', 'Up Periscope', 'ML'),
(22839, 'History', 'Raskol', 'ML'),
(22840, 'History', 'Exposed: 25 Most Notorious Moments of Fashion Week', 'ML'),
(22841, 'History', 'Walking with Cavemen', 'ML'),
(22842, 'History', 'Sceny z powstania', 'ML'),
(22843, 'History', 'Inside the Medieval Mind', 'ML'),
(22844, 'History', 'Igra v modern', 'ML'),
(22845, 'History', 'Viva Madrid que es mi pueblo', 'ML'),
(22846, 'History', 'Arranged Happiness', 'ML'),
(22847, 'History', 'Your Fathers Have Taught You Lies: The Resurrection of the True Hebrew Israelites', 'ML'),
(22848, 'History', 'Never Got a Dime', 'ML'),
(22849, 'History', 'Po dlouhe noci den', 'ML'),
(22850, 'History', 'Bury My Heart at Wounded Knee', 'ML'),
(22851, 'History', 'Seobe II', 'ML'),
(22852, 'History', 'Yunkera', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(22853, 'History', 'Joseph Smith: Prophet of the Restoration', 'ML'),
(22854, 'History', 'Vagabondo!', 'ML'),
(22855, 'History', 'Tulsidas', 'ML'),
(22856, 'History', 'Chatty Hveska', 'ML'),
(22857, 'History', 'The Color of War', 'ML'),
(22858, 'History', 'The Ancient Olympic Games: the Pankration', 'ML'),
(22859, 'History', 'Ksiezna Lowicka', 'ML'),
(22860, 'History', 'Momella - Eine Farm in Afrika', 'ML'),
(22861, 'History', 'My Encounter with the Rebbe: The Early Years II', 'ML'),
(22862, 'History', 'My Family at War', 'ML'),
(22863, 'History', 'Dwa Rembrandty w ogrodzie', 'ML'),
(22864, 'History', 'Sardar', 'ML'),
(22865, 'History', 'Secret Origin: The Story of DC Comics', 'ML'),
(22866, 'History', 'Fire and Ice: The Winter War of Finland and Russia', 'ML'),
(22867, 'History', 'American Road', 'ML'),
(22868, 'History', 'In Cold Blood', 'ML'),
(22869, 'History', 'Jews in Armenia: The Hidden Diaspora', 'ML'),
(22870, 'History', 'Return of the Nephilim', 'ML'),
(22871, 'History', 'Fantome Island', 'ML'),
(22872, 'History', 'The Great Khmer Empire', 'ML'),
(22873, 'History', 'Battle for Haditha', 'ML'),
(22874, 'History', 'Herr Schmidt sieht fern', 'ML'),
(22875, 'History', 'Historys Raiders: Desert Raiders', 'ML'),
(22876, 'History', 'Gosudarstvennaya granitsa: Mirnoe leto 21-go goda...', 'ML'),
(22877, 'History', 'Lenin v Polshe', 'ML'),
(22878, 'History', 'The Slave Trade', 'ML'),
(22879, 'History', 'MMA Worldwide', 'ML'),
(22880, 'History', 'The Holocaust: A Deception of Truth', 'ML'),
(22881, 'History', 'The Real Heroes of Telemark', 'ML'),
(22882, 'History', 'Pasazerka', 'ML'),
(22883, 'History', 'Comets: Prophets of Doom', 'ML'),
(22884, 'History', 'The Good River', 'ML'),
(22885, 'History', 'Americas Atomic Bomb Tests: Operation Tumbler Snapper', 'ML'),
(22886, 'History', 'Traces of a Diary', 'ML'),
(22887, 'History', 'Goraczka. Dzieje jednego pocisku', 'ML'),
(22888, 'History', 'Clash of the Dinosaurs', 'ML'),
(22889, 'History', 'Y Santa hablo!', 'ML'),
(22890, 'History', 'Eddie Izzard: Dress to Kill', 'ML'),
(22891, 'History', 'Rudolf Jacobs: Luomo che nacque morendo', 'ML'),
(22892, 'History', 'Witness the Healing', 'ML'),
(22893, 'History', 'The US of Archie', 'ML'),
(22894, 'History', 'Chile: The Other 9/11', 'ML'),
(22895, 'History', 'Pervaya vstrecha - poslednyaya vstrecha', 'ML'),
(22896, 'History', 'Artists in Exile: A Story of Modern Dance in San Francisco', 'ML'),
(22897, 'History', 'Drums of Destiny', 'ML'),
(22898, 'History', 'Anne of the Thousand Days', 'ML'),
(22899, 'History', 'The Jones Boys Sister', 'ML'),
(22900, 'History', 'Karaoglanin kardesi Sargan', 'ML'),
(22901, 'History', 'Lyubov Yarovaya', 'ML'),
(22902, 'History', 'Uznik zamka If', 'ML'),
(22903, 'History', 'Who Killed the Federal Theatre', 'ML'),
(22904, 'History', 'Sotaretki', 'ML'),
(22905, 'History', 'Personal Che', 'ML'),
(22906, 'History', 'Life and Death of the Army of Northern Virginia', 'ML'),
(22907, 'History', 'Vasilissa Amalia', 'ML'),
(22908, 'History', 'The Story of Wales', 'ML'),
(22909, 'History', 'Sin Embargo: Never the Less', 'ML'),
(22910, 'History', 'Isaacs Storm', 'ML'),
(22911, 'History', 'Greetings from South Beach, Staten Island', 'ML'),
(22912, 'History', 'Woman in Sari', 'ML'),
(22913, 'History', 'In Search of History: The Night Tulsa Burned', 'ML'),
(22914, 'History', 'Spirit of the House', 'ML'),
(22915, 'History', 'Hockey: A Peoples History', 'ML'),
(22916, 'History', 'The Business of Show Business', 'ML'),
(22917, 'History', 'Squandering of Splendid', 'ML'),
(22918, 'History', 'Can We Take Off the Blindfold?', 'ML'),
(22919, 'History', 'Banovic Strahinja', 'ML'),
(22920, 'History', 'Our Bloodiest Day', 'ML'),
(22921, 'History', 'Obrona czestochowy', 'ML'),
(22922, 'History', 'Welcome to Ebensee', 'ML'),
(22923, 'History', 'Raja Shivchhatrapati', 'ML'),
(22924, 'History', 'Dancing Salmon Home', 'ML'),
(22925, 'History', 'Spiral', 'ML'),
(22926, 'History', 'Anokhe Amar Shaheed Baba Deep Singh Ji', 'ML'),
(22927, 'History', 'Occupation Has No Future: Militarism + Resistance in Israel/Palestine', 'ML'),
(22928, 'History', 'Union der festen Hand', 'ML'),
(22929, 'History', 'Number', 'ML'),
(22930, 'History', 'Der Teufel hat ein Loch im Schuh oder Lessing in Leipzig', 'ML'),
(22931, 'History', 'Farming 101', 'ML'),
(22932, 'History', 'The Pressman Negatives', 'ML'),
(22933, 'History', 'Un rey para la Patagonia', 'ML'),
(22934, 'History', 'Hitlers Women', 'ML'),
(22935, 'History', 'Die Reederei Waried - ein Kapitel der deutschen Technikgeschichte', 'ML'),
(22936, 'History', 'Am Ende die Hoffnung', 'ML'),
(22937, 'History', 'Is Atlantis in the Bible?', 'ML'),
(22938, 'History', 'El enigma de los Mayas', 'ML'),
(22939, 'History', 'Drakes Love Story', 'ML'),
(22940, 'History', 'Cheonggyecheon Medley', 'ML'),
(22941, 'History', 'Journey of a Paper Son', 'ML'),
(22942, 'History', 'Vikingeskibets hemmeligheder', 'ML'),
(22943, 'History', 'The Surprising History of Rome', 'ML'),
(22944, 'History', 'Between Gentlemen', 'ML'),
(22945, 'History', 'Around the World in Ohio', 'ML'),
(22946, 'History', 'My Beautiful Dacia', 'ML'),
(22947, 'History', 'Nasseredin Shah and His 84 Wives', 'ML'),
(22948, 'History', 'Stonewall', 'ML'),
(22949, 'History', 'Ngurrumbang', 'ML'),
(22950, 'History', 'These Are My Names', 'ML'),
(22951, 'History', 'Suuri ilveily', 'ML'),
(22952, 'History', 'Volk in Not', 'ML'),
(22953, 'History', 'The History of Denim', 'ML'),
(22954, 'History', 'La columbina', 'ML'),
(22955, 'History', 'Deutsche Dynastien', 'ML'),
(22956, 'History', 'A fekete Mercedes utasai', 'ML'),
(22957, 'Comedy', 'Dinosaurier', 'ML'),
(22958, 'Comedy', 'Fix It for Me', 'ML'),
(22959, 'Comedy', 'Jesus on Line Four', 'ML'),
(22960, 'Comedy', 'Paja i Jare', 'ML'),
(22961, 'Comedy', 'Hot Rod Girls from Hell', 'ML'),
(22962, 'Comedy', 'Sean Lock: Live!', 'ML'),
(22963, 'Comedy', 'Bitch the Bounty Huntress', 'ML'),
(22964, 'Comedy', 'Practically Yours', 'ML'),
(22965, 'Comedy', 'Bambinot', 'ML'),
(22966, 'Comedy', 'Dal Jas Spring', 'ML'),
(22967, 'Comedy', 'On the Television', 'ML'),
(22968, 'Comedy', 'La ruse de Willy', 'ML'),
(22969, 'Comedy', 'The Life of Luxury', 'ML'),
(22970, 'Comedy', 'The Gracie Allen Murder Case', 'ML'),
(22971, 'Comedy', 'Guess Whos Coming to Dinner', 'ML'),
(22972, 'Comedy', 'Edo kai tora litotita!..', 'ML'),
(22973, 'Comedy', 'Opening an Oyster', 'ML'),
(22974, 'Comedy', 'Cougar Club', 'ML'),
(22975, 'Comedy', 'The Little Darlings', 'ML'),
(22976, 'Comedy', 'Bob Martin', 'ML'),
(22977, 'Comedy', 'Valkanizater', 'ML'),
(22978, 'Comedy', 'Trashy Affair', 'ML'),
(22979, 'Comedy', 'The Clown Mime Wars: WW9', 'ML'),
(22980, 'Comedy', 'Le pigeon', 'ML'),
(22981, 'Comedy', 'College Life with Brook White', 'ML'),
(22982, 'Comedy', 'Mister Lonely', 'ML'),
(22983, 'Comedy', 'Get In and Get Out', 'ML'),
(22984, 'Comedy', 'Barok', 'ML'),
(22985, 'Comedy', 'Props Master', 'ML'),
(22986, 'Comedy', 'Blood Diner', 'ML'),
(22987, 'Comedy', 'Wad', 'ML'),
(22988, 'Comedy', '45 Fathers', 'ML'),
(22989, 'Comedy', 'Qui cherche trouve', 'ML'),
(22990, 'Comedy', 'Under the Hammer', 'ML'),
(22991, 'Comedy', 'Comedy Zoo', 'ML'),
(22992, 'Comedy', 'Something for the Cynical', 'ML'),
(22993, 'Comedy', 'Vroom-Vroom!', 'ML'),
(22994, 'Comedy', 'Nobodys Ninja', 'ML'),
(22995, 'Comedy', 'Two Flaming Youths', 'ML'),
(22996, 'Comedy', 'Karma Calling', 'ML'),
(22997, 'Comedy', 'Arthur Godfrey Loves Animals', 'ML'),
(22998, 'Comedy', 'In Search of La Che', 'ML'),
(22999, 'Comedy', 'First World Problems', 'ML'),
(23000, 'Comedy', 'Bed and Breakfast Two Shillings', 'ML'),
(23001, 'Comedy', 'Donald Jenkins Funeral', 'ML'),
(23002, 'Comedy', 'Bombai Ke Hawa Kar Gai Tabah', 'ML'),
(23003, 'Comedy', 'The Just a Little Late Club', 'ML'),
(23004, 'Comedy', 'Dorian', 'ML'),
(23005, 'Comedy', 'Our Lips Are Sealed', 'ML'),
(23006, 'Comedy', 'Frankie and Johnnie... Were Lovers', 'ML'),
(23007, 'Comedy', 'Flora y Mariana', 'ML'),
(23008, 'Comedy', 'Huumorin koulu', 'ML'),
(23009, 'Comedy', 'Blondies Big Deal', 'ML'),
(23010, 'Comedy', 'Svend, Knud og Valdemar', 'ML'),
(23011, 'Comedy', 'Anatomy of a Tiff', 'ML'),
(23012, 'Comedy', 'Boom, tara!!! Ta tzoum!!!', 'ML'),
(23013, 'Comedy', 'Inside the Box: The Harold Mahoffer Story', 'ML'),
(23014, 'Comedy', 'Tertern u aytze', 'ML'),
(23015, 'Comedy', 'Whiffles Goes Two Ways', 'ML'),
(23016, 'Comedy', 'His Mother-in-Law', 'ML'),
(23017, 'Comedy', 'Taylor Made', 'ML'),
(23018, 'Comedy', 'Die unentschuldigte Stunde', 'ML'),
(23019, 'Comedy', 'Pacchigi!', 'ML'),
(23020, 'Comedy', 'Tired Feet', 'ML'),
(23021, 'Comedy', 'Damens walker', 'ML'),
(23022, 'Comedy', 'Dansa, min docka...', 'ML'),
(23023, 'Comedy', 'Fair But False', 'ML'),
(23024, 'Comedy', 'Super Secret TV Formulas', 'ML'),
(23025, 'Comedy', 'The American Snitch', 'ML'),
(23026, 'Comedy', 'All Quiet on the Preston Front', 'ML'),
(23027, 'Comedy', 'Casi30', 'ML'),
(23028, 'Comedy', 'A Mugs Game', 'ML'),
(23029, 'Comedy', 'Batyat palu-palo', 'ML'),
(23030, 'Comedy', 'Bokyo', 'ML'),
(23031, 'Comedy', 'Larry David: Curb Your Enthusiasm', 'ML'),
(23032, 'Comedy', 'At the Gate', 'ML'),
(23033, 'Comedy', 'Los amigos Maravilla en el mundo de la aventura', 'ML'),
(23034, 'Comedy', 'Ne khodite, devki, zamuzh', 'ML'),
(23035, 'Comedy', 'Stepfather of the Bride', 'ML'),
(23036, 'Comedy', 'Krissen vaaligrilli', 'ML'),
(23037, 'Comedy', '4 passi fra le nuvole', 'ML'),
(23038, 'Comedy', 'Torremolinos 73', 'ML'),
(23039, 'Comedy', 'Hindsight News', 'ML'),
(23040, 'Comedy', 'My Boss, My Hero', 'ML'),
(23041, 'Comedy', 'Coronation Street: The Feature Length Special', 'ML'),
(23042, 'Comedy', 'Kaksi Vihtoria', 'ML'),
(23043, 'Comedy', 'The Socratic Method', 'ML'),
(23044, 'Comedy', 'Highways', 'ML'),
(23045, 'Comedy', 'Brock Wilbur: 28 Years Later', 'ML'),
(23046, 'Comedy', 'Hotel Hotel', 'ML'),
(23047, 'Comedy', 'Esc', 'ML'),
(23048, 'Comedy', 'Smoke Break', 'ML'),
(23049, 'Comedy', 'Have I Got News for You: The Official Pirate Video', 'ML'),
(23050, 'Comedy', 'Passion, Fruit', 'ML'),
(23051, 'Comedy', 'The Tin Can Tourist', 'ML'),
(23052, 'Comedy', 'Ulykkens Galoscher', 'ML'),
(23053, 'Comedy', 'Lappel au voyage', 'ML'),
(23054, 'Comedy', 'The Rebellious Pupil', 'ML'),
(23055, 'Comedy', 'Buried Dreams', 'ML'),
(23056, 'Comedy', 'Sparkles & Smiley Kill the Internet', 'ML'),
(23057, 'Comedy', 'Kodikas da Mitsi', 'ML'),
(23058, 'Comedy', 'Then Comes Marriage', 'ML'),
(23059, 'Comedy', 'Sharing God Kid Style', 'ML'),
(23060, 'Comedy', 'The Thing About My Brother', 'ML'),
(23061, 'Comedy', 'The Man Who Understood Women', 'ML'),
(23062, 'Comedy', 'Pimple as Hamlet', 'ML'),
(23063, 'Comedy', 'Philips Flashing Finger', 'ML'),
(23064, 'Comedy', 'Krippendorfs Tribe', 'ML'),
(23065, 'Comedy', 'Le chapeau gibus', 'ML'),
(23066, 'Comedy', 'Sankari kuin sankari', 'ML'),
(23067, 'Comedy', 'Dude, Wheres My Spooge?', 'ML'),
(23068, 'Comedy', 'De komedie Compagnie: Kom van dat dak af', 'ML'),
(23069, 'Comedy', 'Ta touvla', 'ML'),
(23070, 'Comedy', 'Pervenche', 'ML'),
(23071, 'Comedy', 'Kigeki: Nippon no oba-chan', 'ML'),
(23072, 'Comedy', 'Flawless Buck', 'ML'),
(23073, 'Comedy', 'Extreme Movie', 'ML'),
(23074, 'Comedy', 'La communion solennelle', 'ML'),
(23075, 'Comedy', 'Candy Stripers 3', 'ML'),
(23076, 'Comedy', 'Americas Tallest Baby', 'ML'),
(23077, 'Comedy', 'Internal Affairs', 'ML'),
(23078, 'Comedy', 'Me or the Porn', 'ML'),
(23079, 'Comedy', 'You Only Die Once', 'ML'),
(23080, 'Comedy', 'The Bunco Game at Lizardhead', 'ML'),
(23081, 'Comedy', 'Cowboy Yoga: A New Brand of Stretchin', 'ML'),
(23082, 'Comedy', 'The Road Warriors', 'ML'),
(23083, 'Comedy', 'Paulette, la pauvre petite milliardaire', 'ML'),
(23084, 'Comedy', 'Il mondo dei miracoli', 'ML'),
(23085, 'Comedy', 'Tinea Cruris', 'ML'),
(23086, 'Comedy', 'The Devil and Miss Jones', 'ML'),
(23087, 'Comedy', 'Tahitis Girl', 'ML'),
(23088, 'Comedy', 'Too Much Bull', 'ML'),
(23089, 'Comedy', 'Cactus Caballeros', 'ML'),
(23090, 'Comedy', 'Bilingual', 'ML'),
(23091, 'Comedy', 'Pee-wee Goes to Sturgis', 'ML'),
(23092, 'Comedy', 'Figure It Out', 'ML'),
(23093, 'Comedy', 'The Trophy Room', 'ML'),
(23094, 'Comedy', 'Byeolnan janggun', 'ML'),
(23095, 'Comedy', 'The Klang Show', 'ML'),
(23096, 'Comedy', 'Coasting', 'ML'),
(23097, 'Comedy', 'Meister Eder und sein Pumuckl', 'ML'),
(23098, 'Comedy', 'America 2100', 'ML'),
(23099, 'Comedy', 'The Ron White Animated Show', 'ML'),
(23100, 'Comedy', 'Crossed Love and Swords', 'ML'),
(23101, 'Comedy', 'Think About Disney', 'ML'),
(23102, 'Comedy', 'Contagious', 'ML'),
(23103, 'Comedy', 'Shan dian lian ai', 'ML'),
(23104, 'Comedy', 'The Nefarious Octavarius', 'ML'),
(23105, 'Comedy', 'Ubedureba', 'ML'),
(23106, 'Comedy', 'Za spichkami', 'ML'),
(23107, 'Comedy', 'Idoling!!!', 'ML'),
(23108, 'Comedy', 'Chicanery', 'ML'),
(23109, 'Comedy', 'Vyanet-propadaet', 'ML'),
(23110, 'Comedy', 'Wear Something Nice', 'ML'),
(23111, 'Comedy', 'Muzhchina s garantiey', 'ML'),
(23112, 'Comedy', 'Tenten', 'ML'),
(23113, 'Comedy', 'Housos', 'ML'),
(23114, 'Comedy', 'Willy et les paysans pauvres', 'ML'),
(23115, 'Comedy', 'Old Man McDouche', 'ML'),
(23116, 'Comedy', 'A Merry Mix-up', 'ML'),
(23117, 'Comedy', 'Foto Spread', 'ML'),
(23118, 'Comedy', 'Snow Dogs', 'ML'),
(23119, 'Comedy', 'Pierre', 'ML'),
(23120, 'Comedy', 'Miracle Mile Girls', 'ML'),
(23121, 'Comedy', 'Ole, the Hypnotist', 'ML'),
(23122, 'Comedy', 'The Naughty Rude Show', 'ML'),
(23123, 'Comedy', 'My Life in 8 Minutes', 'ML'),
(23124, 'Comedy', 'Lincoln Vs Bush', 'ML'),
(23125, 'Comedy', 'Pimple Explains', 'ML'),
(23126, 'Comedy', 'Little Red Walking Hood', 'ML'),
(23127, 'Comedy', 'Odd Man Out', 'ML'),
(23128, 'Comedy', 'Queer Duck', 'ML'),
(23129, 'Comedy', 'I katallili stigmi', 'ML'),
(23130, 'Comedy', 'Os Figuras', 'ML'),
(23131, 'Comedy', 'Mga syanong parak', 'ML'),
(23132, 'Comedy', 'Comme un cheveu sur la soupe', 'ML'),
(23133, 'Comedy', 'Just', 'ML'),
(23134, 'Comedy', 'Cheeni Kum', 'ML'),
(23135, 'Comedy', 'Beaumont Bixby: My Life in the Silent Pictures', 'ML'),
(23136, 'Comedy', 'Was nicht passt wird passend gemacht - Die Serie', 'ML'),
(23137, 'Comedy', 'Such a Picnic', 'ML'),
(23138, 'Comedy', 'Bhotu Shah Ji Thand Rakho', 'ML'),
(23139, 'Comedy', 'Trust and Descent', 'ML'),
(23140, 'Comedy', 'Gunstons Australia', 'ML'),
(23141, 'Comedy', 'Handsup', 'ML'),
(23142, 'Comedy', 'Merry Mary', 'ML'),
(23143, 'Comedy', 'Clock Watcher', 'ML'),
(23144, 'Comedy', 'Amor a domicilio', 'ML'),
(23145, 'Comedy', 'Italialainen olkihattu', 'ML'),
(23146, 'Comedy', 'Il est charmant', 'ML'),
(23147, 'Comedy', 'Stolen Kisses', 'ML'),
(23148, 'Comedy', 'Youve Got M@le', 'ML'),
(23149, 'Comedy', 'Top Soil', 'ML'),
(23150, 'Comedy', 'Crosby, Columbo, and Vallee', 'ML'),
(23151, 'Comedy', 'The Would-Be Detective', 'ML'),
(23152, 'Comedy', 'A Dream of Paradise', 'ML'),
(23153, 'Comedy', 'Why I Would Not Marry', 'ML'),
(23154, 'Comedy', 'Sven: The Coach, the Cash and His Lovers', 'ML'),
(23155, 'Comedy', 'Anak ajaib', 'ML'),
(23156, 'Comedy', 'The Good Son', 'ML'),
(23157, 'Comedy', 'Una famiglia impossibile', 'ML'),
(23158, 'Comedy', 'Grumpier Old Men', 'ML'),
(23159, 'Comedy', 'Three Is a Family', 'ML'),
(23160, 'Comedy', 'Schlimmer gehts nimmer!', 'ML'),
(23161, 'Comedy', 'Nudes on Credit', 'ML'),
(23162, 'Comedy', 'Gai tung ngap gong', 'ML'),
(23163, 'Comedy', 'Pigeon Dance', 'ML'),
(23164, 'Comedy', 'Wildcats', 'ML'),
(23165, 'Comedy', 'Iqraar: By Chance', 'ML'),
(23166, 'Comedy', 'Kapetan Smelo srce', 'ML'),
(23167, 'Comedy', 'Jak sie pozbyc cellulitu', 'ML'),
(23168, 'Comedy', 'The Old Maids Picnic', 'ML'),
(23169, 'Comedy', 'One Fell Swoop', 'ML'),
(23170, 'Comedy', 'Die Tweede Slaapkamer', 'ML'),
(23171, 'Comedy', 'Have It Out, My Boy, Have It Out!', 'ML'),
(23172, 'Comedy', 'Tofigh-e Ejbari', 'ML'),
(23173, 'Comedy', 'Corta-t', 'ML'),
(23174, 'Comedy', 'Photographers Mishap', 'ML'),
(23175, 'Comedy', 'Het kongres der kosters', 'ML'),
(23176, 'Comedy', 'De klok van Simpeldorp', 'ML'),
(23177, 'Comedy', 'Torrente, el brazo tonto de la ley', 'ML'),
(23178, 'Comedy', 'An Old Hope', 'ML'),
(23179, 'Comedy', 'Caught!', 'ML'),
(23180, 'Comedy', 'Untitled Howie Mandel Project', 'ML'),
(23181, 'Comedy', 'The Importance of Being Askew', 'ML'),
(23182, 'Comedy', 'Un complot contre Rigadin', 'ML'),
(23183, 'Comedy', 'Day Guy vs. Night Guy', 'ML'),
(23184, 'Comedy', 'War Babies', 'ML'),
(23185, 'Comedy', 'Nachalnik karuseley', 'ML'),
(23186, 'Comedy', 'Caldura', 'ML'),
(23187, 'Comedy', 'Les deux vagabonds de Namur', 'ML'),
(23188, 'Comedy', 'Chencho', 'ML'),
(23189, 'Comedy', 'Clara es el precio', 'ML'),
(23190, 'Comedy', 'Apartment No. 13', 'ML'),
(23191, 'Comedy', 'Phoh', 'ML'),
(23192, 'Comedy', 'Pats Fancy Dress', 'ML'),
(23193, 'Comedy', 'Burial Boys', 'ML'),
(23194, 'Comedy', 'Monsieur, Madame et Bibi', 'ML'),
(23195, 'Comedy', 'The Arthur Haynes Show', 'ML'),
(23196, 'Comedy', 'SEX! With Hot Robots', 'ML'),
(23197, 'Comedy', 'Manhood', 'ML'),
(23198, 'Comedy', 'The Triumph of Dingus McGraw: Village Idiot', 'ML'),
(23199, 'Comedy', 'Stalker Struck', 'ML'),
(23200, 'Comedy', 'Er oder ich', 'ML'),
(23201, 'Comedy', 'La noticia rebelde', 'ML'),
(23202, 'Comedy', 'Subha-O-Sham', 'ML'),
(23203, 'Comedy', 'Amici per la pelle', 'ML'),
(23204, 'Comedy', 'Best in Show', 'ML'),
(23205, 'Comedy', 'I racconti di Canterbury', 'ML'),
(23206, 'Comedy', 'Train in Vain', 'ML'),
(23207, 'Comedy', 'A Pair of Garters', 'ML'),
(23208, 'Comedy', 'Flanimals', 'ML'),
(23209, 'Comedy', 'Mang Kepwengs Final Conflict', 'ML'),
(23210, 'Comedy', 'De Remate', 'ML'),
(23211, 'Comedy', 'Marty and Dougs New Religion', 'ML'),
(23212, 'Comedy', 'The Amazon Force', 'ML'),
(23213, 'Comedy', 'Just Like a Girl', 'ML'),
(23214, 'Comedy', 'Prodigy/Bully', 'ML'),
(23215, 'Comedy', 'Robinet contro un rubinetto', 'ML'),
(23216, 'Comedy', 'Die Keuschheitskonkurrenz', 'ML'),
(23217, 'Comedy', 'Belle o brutte si sposan tutte...', 'ML'),
(23218, 'Comedy', 'Her Dads Pistol', 'ML'),
(23219, 'Comedy', 'Entre platos y notas', 'ML'),
(23220, 'Comedy', 'The Dancing Beetle', 'ML'),
(23221, 'Comedy', 'Happy Cancer Chick', 'ML'),
(23222, 'Comedy', 'Tarif Novogodniy', 'ML'),
(23223, 'Comedy', 'Understanding Who You Are', 'ML'),
(23224, 'Comedy', 'Master Debaters with Jay Mohr', 'ML'),
(23225, 'Comedy', 'Dizzy Yardbird', 'ML'),
(23226, 'Comedy', 'Bringing Up BayBay', 'ML'),
(23227, 'Comedy', 'La scuola delle mogli', 'ML'),
(23228, 'Comedy', 'Georgies Big Break', 'ML'),
(23229, 'Comedy', 'Angels Feathers', 'ML'),
(23230, 'Comedy', 'Guapa, rica y... especial', 'ML'),
(23231, 'Comedy', 'Date with Death', 'ML'),
(23232, 'Comedy', 'The BOOB Show', 'ML'),
(23233, 'Comedy', 'Baby, Im Back', 'ML'),
(23234, 'Comedy', 'Head of the Class', 'ML'),
(23235, 'Comedy', 'I Dont Know How to Cook', 'ML'),
(23236, 'Comedy', 'Unestate ai Caraibi', 'ML'),
(23237, 'Comedy', 'Ruddy Hell! Its Harry and Paul', 'ML'),
(23238, 'Comedy', 'Grounded for Life', 'ML'),
(23239, 'Comedy', 'Vote for Huggett', 'ML'),
(23240, 'Comedy', 'Miss Stevens', 'ML'),
(23241, 'Comedy', 'E_mail', 'ML'),
(23242, 'Comedy', 'The Galley Slave', 'ML'),
(23243, 'Comedy', 'Besser als Schule', 'ML'),
(23244, 'Comedy', 'Dieter Hallervorden - Mit dem Gesicht', 'ML'),
(23245, 'Comedy', 'Il sogno di Gennaro', 'ML'),
(23246, 'Comedy', 'Pulp Comics: Laura Kightlinger', 'ML'),
(23247, 'Comedy', 'Daredreamer', 'ML'),
(23248, 'Comedy', 'Nick the Doorman', 'ML'),
(23249, 'Comedy', 'West from North Goes South', 'ML'),
(23250, 'Comedy', 'Single White Millionaire', 'ML'),
(23251, 'Comedy', 'Venga conmigo', 'ML'),
(23252, 'Comedy', 'Best of the West', 'ML'),
(23253, 'Comedy', 'Hilltop Hospital', 'ML'),
(23254, 'Comedy', 'Shoulda Coulda Woulda', 'ML'),
(23255, 'Comedy', 'Amor en maniobras', 'ML'),
(23256, 'Comedy', '34-24-36 suay... Det yaa bawk khrai', 'ML'),
(23257, 'Comedy', 'Hubbys Chicken', 'ML'),
(23258, 'Comedy', 'Furaingu rabittsu', 'ML'),
(23259, 'Comedy', 'The Mastersons of Manhattan', 'ML'),
(23260, 'Comedy', 'Tobias and the Angel', 'ML'),
(23261, 'Comedy', 'Caiga quien caiga - CQC', 'ML'),
(23262, 'Comedy', 'Life at Five Feet', 'ML'),
(23263, 'Comedy', 'Delitto al Blue Gay', 'ML'),
(23264, 'Comedy', 'The Straphanger', 'ML'),
(23265, 'Comedy', 'Pokes and Jabs', 'ML'),
(23266, 'Comedy', 'Sluttspill', 'ML'),
(23267, 'Comedy', 'Finalmente... le mille e una notte', 'ML'),
(23268, 'Comedy', 'CircumSize Me', 'ML'),
(23269, 'Comedy', 'Justo a tiempo', 'ML'),
(23270, 'Comedy', 'The Way He Won the Widow', 'ML'),
(23271, 'Comedy', 'Soghate Farang', 'ML'),
(23272, 'Comedy', 'La vieille dame qui ne souriait plus', 'ML'),
(23273, 'Comedy', 'Getting the Goods on Father', 'ML'),
(23274, 'Comedy', 'Kim Possible: So the Drama', 'ML'),
(23275, 'Comedy', 'Curriculu Machine', 'ML'),
(23276, 'Comedy', 'Ibitsu', 'ML'),
(23277, 'Comedy', 'All Men Are Liars', 'ML'),
(23278, 'Comedy', 'The Golden Wall', 'ML'),
(23279, 'Comedy', 'Madame Patch', 'ML'),
(23280, 'Comedy', 'Just Your Average Arab', 'ML'),
(23281, 'Comedy', 'Good Muslim Boy', 'ML'),
(23282, 'Comedy', 'Gle, kako lijepo pocinje dan', 'ML'),
(23283, 'Comedy', 'Irene the Onion Eaters Daughter', 'ML'),
(23284, 'Comedy', 'Newtons Disease', 'ML'),
(23285, 'Comedy', 'Lang bei zhang fu qiao jiao qi', 'ML'),
(23286, 'Comedy', 'All Gas and Gaiters', 'ML'),
(23287, 'Comedy', 'The Faces of LA', 'ML'),
(23288, 'Comedy', 'Der Junge von St. Pauli', 'ML'),
(23289, 'Comedy', 'Do-Over', 'ML'),
(23290, 'Comedy', 'Phone Friends', 'ML'),
(23291, 'Comedy', 'The Sleepyhead', 'ML'),
(23292, 'Comedy', 'Hora once', 'ML'),
(23293, 'Comedy', 'Bana Bir Soygun Yaz', 'ML'),
(23294, 'Comedy', 'Ingeblikt', 'ML'),
(23295, 'Comedy', 'All We Need Is a Little Red Wagon', 'ML'),
(23296, 'Comedy', 'G.I. War Brides', 'ML'),
(23297, 'Comedy', 'Pelladi Chupistha', 'ML'),
(23298, 'Comedy', 'The Riff Brothers', 'ML'),
(23299, 'Comedy', 'Kleine pauze', 'ML'),
(23300, 'Comedy', 'Why Lee!', 'ML'),
(23301, 'Comedy', 'Saint Nicolas chez les Baltus', 'ML'),
(23302, 'Comedy', 'A Witchs Tangled Hare', 'ML'),
(23303, 'Comedy', 'The Delightfully Shit World of Hayden and Lachlan', 'ML'),
(23304, 'Comedy', 'A Lowrider Spring Break En San Quilmas', 'ML'),
(23305, 'Comedy', 'Daai cheung foo', 'ML'),
(23306, 'Comedy', 'Katz Pajamas', 'ML'),
(23307, 'Comedy', 'The Haircutter', 'ML'),
(23308, 'Comedy', 'Big Trouble in Little China', 'ML'),
(23309, 'Comedy', 'Village of the Giants', 'ML'),
(23310, 'Comedy', 'Clarissa and the Countryman', 'ML'),
(23311, 'Comedy', 'This Week in Nemtim', 'ML'),
(23312, 'Comedy', 'Modern Conveniences', 'ML'),
(23313, 'Comedy', 'TV Colosso', 'ML'),
(23314, 'Comedy', 'Channel 3 Billion', 'ML'),
(23315, 'Comedy', 'Split Ends', 'ML'),
(23316, 'Comedy', 'Brunos Blues', 'ML'),
(23317, 'Comedy', 'My Dead Dad', 'ML'),
(23318, 'Comedy', 'Bill at Play', 'ML'),
(23319, 'Comedy', 'Talkative Tess', 'ML'),
(23320, 'Comedy', 'Speeding Bullet', 'ML'),
(23321, 'Comedy', 'Oesje!', 'ML'),
(23322, 'Comedy', 'Only When I Laugh', 'ML'),
(23323, 'Comedy', 'The Girl from Texas', 'ML'),
(23324, 'Comedy', 'Pros', 'ML'),
(23325, 'Comedy', 'Youre Not That Crazy', 'ML'),
(23326, 'Comedy', 'V.M.T.S.', 'ML'),
(23327, 'Comedy', 'Mladici i devojke 2', 'ML'),
(23328, 'Comedy', 'Elwood Carlisle Superstar!', 'ML'),
(23329, 'Comedy', 'Susie Slips One Over', 'ML'),
(23330, 'Comedy', 'Agries plakes sta thrania', 'ML'),
(23331, 'Comedy', 'Could You Blame Him?', 'ML'),
(23332, 'Comedy', 'The Fuck Up', 'ML'),
(23333, 'Comedy', 'Rupan sansei: Moeyo zantetsuken', 'ML'),
(23334, 'Comedy', 'Gadhvache Lagna', 'ML'),
(23335, 'Comedy', 'Orpheus in der Unterwelt', 'ML'),
(23336, 'Comedy', 'You xin bu pa chi', 'ML'),
(23337, 'Comedy', 'House Cleaning Days; or, No Rest for the Weary', 'ML'),
(23338, 'Comedy', 'Clerks II: Unauthorized', 'ML'),
(23339, 'Comedy', 'A Remarkable Apparatus: The Making of In the Penal Colony', 'ML'),
(23340, 'Comedy', 'Remember Marci', 'ML'),
(23341, 'Comedy', 'Magnetic Squirrel in Dog Dazed!', 'ML'),
(23342, 'Comedy', 'Chaotic Good Online', 'ML'),
(23343, 'Comedy', 'Binks Advertises for a Wife', 'ML'),
(23344, 'Comedy', 'A Tenacious Solicitor', 'ML'),
(23345, 'Comedy', 'God Bless Mr. Ferguson', 'ML'),
(23346, 'Comedy', 'Left in the Lurch', 'ML'),
(23347, 'Comedy', 'Enormous Nuclear Potato', 'ML'),
(23348, 'Comedy', 'Bill, Mentally Deranged', 'ML'),
(23349, 'Comedy', 'Rekkit the Rabbit', 'ML'),
(23350, 'Comedy', 'Starmaton la vie presque vraie', 'ML'),
(23351, 'Comedy', 'Los padrinos', 'ML'),
(23352, 'Comedy', 'Chiles rellenos pa Wilson', 'ML'),
(23353, 'Comedy', 'Live Nude Comedy', 'ML'),
(23354, 'Comedy', 'Bob Hope on the Road to China', 'ML'),
(23355, 'Comedy', 'Pimples Pitter-Patter', 'ML'),
(23356, 'Comedy', 'The Tarix Jabrix 2', 'ML'),
(23357, 'Comedy', 'Stand-Up 360: Edition 4', 'ML'),
(23358, 'Comedy', 'Ruggles of Red Gap', 'ML'),
(23359, 'Comedy', 'Tom and Jerry in Dreamland', 'ML'),
(23360, 'Comedy', 'Undraped', 'ML'),
(23361, 'Comedy', 'Jack and His Friends', 'ML'),
(23362, 'Comedy', 'Disco Beaver from Outer Space', 'ML'),
(23363, 'Comedy', 'Carnal College 2', 'ML'),
(23364, 'Comedy', 'The First Auto', 'ML'),
(23365, 'Comedy', 'As Young as You Feel', 'ML'),
(23366, 'Comedy', 'A Trifle Backward', 'ML'),
(23367, 'Comedy', 'Natalie Nunn: Forever Alone', 'ML'),
(23368, 'Comedy', 'Undergrad', 'ML'),
(23369, 'Comedy', 'Beat Takeshi no Owarai Ultra Quiz 6', 'ML'),
(23370, 'Comedy', 'Herrie om Harrie', 'ML'),
(23371, 'Comedy', 'Deset zapovesti', 'ML'),
(23372, 'Comedy', 'Moja luda glava', 'ML'),
(23373, 'Comedy', 'La La Love You', 'ML'),
(23374, 'Comedy', 'The Ugly Dachshund', 'ML'),
(23375, 'Comedy', 'This Is the Law', 'ML'),
(23376, 'Comedy', 'Dine and Slash', 'ML'),
(23377, 'Comedy', 'Max und Moritz Reloaded', 'ML'),
(23378, 'Comedy', 'Los peluqueros', 'ML'),
(23379, 'Comedy', 'Brain Storms', 'ML'),
(23380, 'Comedy', 'Anyone for Bridge?', 'ML'),
(23381, 'Comedy', 'Gretna Green', 'ML'),
(23382, 'Comedy', 'Fillum Star: The Peter Patel Story', 'ML'),
(23383, 'Comedy', 'Walk Like a Panther', 'ML'),
(23384, 'Comedy', 'Il cappello a tre punte', 'ML'),
(23385, 'Comedy', 'Chasing Tchaikovsky', 'ML'),
(23386, 'Comedy', '(Im Living) A Charmed Life', 'ML'),
(23387, 'Comedy', 'LifeSpam: My Child Is French', 'ML'),
(23388, 'Comedy', 'Zoo Radio', 'ML'),
(23389, 'Comedy', 'A Legal Hold-Up', 'ML'),
(23390, 'Comedy', 'Kurt Olssons sommartelevision', 'ML'),
(23391, 'Comedy', 'Muckrakers', 'ML'),
(23392, 'Comedy', 'Oh, Mama!', 'ML'),
(23393, 'Comedy', 'Lupin', 'ML'),
(23394, 'Comedy', 'Trader Hornee', 'ML'),
(23395, 'Comedy', 'Rodicas', 'ML'),
(23396, 'Comedy', 'Behind the Directors Sons Cut', 'ML'),
(23397, 'Comedy', 'Raybang', 'ML'),
(23398, 'Comedy', 'Rosi', 'ML'),
(23399, 'Comedy', 'Mister Dollar', 'ML'),
(23400, 'Comedy', 'His Home Coming', 'ML'),
(23401, 'Comedy', 'Betriebsfest', 'ML'),
(23402, 'Comedy', 'Man vs. Tree', 'ML'),
(23403, 'Comedy', 'And Heres the Show', 'ML'),
(23404, 'Comedy', 'Sandwich H8r', 'ML'),
(23405, 'Comedy', 'The Kylie Show', 'ML'),
(23406, 'Comedy', 'Two Knights Tonight', 'ML'),
(23407, 'Comedy', 'The Lost Kitten', 'ML'),
(23408, 'Comedy', 'Naftalin', 'ML'),
(23409, 'Comedy', 'This Quarter Life', 'ML'),
(23410, 'Comedy', 'Foyer perdu', 'ML'),
(23411, 'Comedy', 'Ambulance Chasers', 'ML'),
(23412, 'Comedy', 'Keeping It Dark', 'ML'),
(23413, 'Comedy', 'Mikael Wulff forklarer alt', 'ML'),
(23414, 'Comedy', 'All Wet', 'ML'),
(23415, 'Comedy', 'Mother Gooseland', 'ML'),
(23416, 'Comedy', 'Claudine et le poussin', 'ML'),
(23417, 'Comedy', 'The Backyard Front', 'ML'),
(23418, 'Comedy', 'Dirty Dads', 'ML'),
(23419, 'Comedy', 'Top of the Form', 'ML'),
(23420, 'Comedy', 'Felix Gets in Wrong', 'ML'),
(23421, 'Comedy', 'When a Mans Single', 'ML'),
(23422, 'Comedy', 'This Is Alice', 'ML'),
(23423, 'Comedy', 'Bonsai: The Musical?', 'ML'),
(23424, 'Comedy', 'Monsieur Clim', 'ML'),
(23425, 'Comedy', 'Egyszeregy', 'ML'),
(23426, 'Comedy', 'Tonta tonta pero no tanto', 'ML'),
(23427, 'Comedy', 'The Three Stooges Go Around the World in a Daze', 'ML'),
(23428, 'Comedy', 'O gynaikas', 'ML'),
(23429, 'Comedy', 'Department of Debt', 'ML'),
(23430, 'Comedy', 'Just Another Firework', 'ML'),
(23431, 'Comedy', 'Lifes Passing Me By', 'ML'),
(23432, 'Comedy', 'Mike and Jake in Mexico', 'ML'),
(23433, 'Comedy', 'Ladies Who Do', 'ML'),
(23434, 'Comedy', 'Uno Koichiro no joi mo nureruno', 'ML'),
(23435, 'Comedy', 'Country Story', 'ML'),
(23436, 'Comedy', 'Untitled Cory Monteith Project', 'ML'),
(23437, 'Comedy', 'Full Benefits', 'ML'),
(23438, 'Comedy', 'The Show So Gay', 'ML'),
(23439, 'Comedy', 'Hersey yolunda', 'ML'),
(23440, 'Comedy', 'Olie Kolonie', 'ML'),
(23441, 'Comedy', 'Adamo ed Eva', 'ML'),
(23442, 'Comedy', 'Phat Girlz', 'ML'),
(23443, 'Comedy', 'Xiao fu qi', 'ML'),
(23444, 'Comedy', 'Why Is It?', 'ML'),
(23445, 'Comedy', 'Thanasi, mas tin pesane!', 'ML'),
(23446, 'Comedy', 'Day of the Joe', 'ML'),
(23447, 'Comedy', 'Jesus, the Daughter of God', 'ML'),
(23448, 'Comedy', 'Juntos', 'ML'),
(23449, 'Comedy', 'Old Maids Morning Greeting', 'ML'),
(23450, 'Comedy', 'Invisible Mom', 'ML'),
(23451, 'Comedy', 'Noticias calientes', 'ML'),
(23452, 'Comedy', 'Onward to Calgary', 'ML'),
(23453, 'Comedy', 'Los rockeros del barrio', 'ML'),
(23454, 'Comedy', 'Kidding Captain Kidd', 'ML'),
(23455, 'Comedy', 'Loaner', 'ML'),
(23456, 'Comedy', 'Self Storage', 'ML'),
(23457, 'Comedy', 'Ardetroya', 'ML'),
(23458, 'Comedy', 'Shut Up and Deal', 'ML'),
(23459, 'Comedy', 'Spies, Lies & Naked Thighs', 'ML'),
(23460, 'Comedy', 'Tittertime', 'ML'),
(23461, 'Comedy', 'Years of Lightning, Day of Dust', 'ML'),
(23462, 'Comedy', 'Polidor ha il tic nervoso', 'ML'),
(23463, 'Comedy', 'Gert and Daisys Weekend', 'ML'),
(23464, 'Comedy', 'Dorcol-Menhetn', 'ML'),
(23465, 'Comedy', 'Maintenance by Any Means', 'ML'),
(23466, 'Comedy', 'College Holiday', 'ML'),
(23467, 'Comedy', 'Untitled Dustin Hoffman Project', 'ML'),
(23468, 'Comedy', 'Hempmento', 'ML'),
(23469, 'Comedy', 'Making Uncle Jealous', 'ML'),
(23470, 'Comedy', 'Reviisori', 'ML'),
(23471, 'Comedy', 'Thank You for Smoking', 'ML'),
(23472, 'Comedy', 'Sky Dog 4-D', 'ML'),
(23473, 'Comedy', 'A Menina Feia', 'ML'),
(23474, 'Comedy', 'Hunter4Love', 'ML'),
(23475, 'Comedy', 'Gli anni ruggenti', 'ML'),
(23476, 'Comedy', 'Debit', 'ML'),
(23477, 'Comedy', 'Another Holiday', 'ML'),
(23478, 'Comedy', 'O varvaros kai i Varvara', 'ML'),
(23479, 'Comedy', 'The Speed Demon', 'ML'),
(23480, 'Comedy', 'The Married Flapper', 'ML'),
(23481, 'Comedy', 'Strike It Rich', 'ML'),
(23482, 'Comedy', 'The Midgard Serpent', 'ML'),
(23483, 'Comedy', 'Barbary Coast Gent', 'ML'),
(23484, 'Comedy', 'Hard Luck', 'ML'),
(23485, 'Comedy', 'A Moony Mariner', 'ML'),
(23486, 'Comedy', 'Now I Have to Call Him Father', 'ML'),
(23487, 'Comedy', 'El escritor de telenovelas', 'ML'),
(23488, 'Comedy', 'Kuai le bao bei', 'ML'),
(23489, 'Comedy', 'Sroloc', 'ML'),
(23490, 'Comedy', 'Trappen', 'ML'),
(23491, 'Comedy', 'Samson en Gert', 'ML'),
(23492, 'Comedy', 'Carmageddon Carmen', 'ML'),
(23493, 'Comedy', 'Whiskey', 'ML'),
(23494, 'Comedy', 'Pink Tights', 'ML'),
(23495, 'Comedy', 'Queenie', 'ML'),
(23496, 'Comedy', 'Simply Plimpton', 'ML'),
(23497, 'Comedy', 'The Prince & Me: The Elephant Adventure', 'ML'),
(23498, 'Comedy', 'La double inconstance', 'ML'),
(23499, 'Comedy', 'The Facts of Life Goes to Paris', 'ML'),
(23500, 'Comedy', 'Getting Wet', 'ML'),
(23501, 'Comedy', 'Less Than Kind: Behind the Scenes', 'ML'),
(23502, 'Comedy', 'Geveret Tiftehi, Ze Ani', 'ML'),
(23503, 'Comedy', 'Lane and Russell', 'ML'),
(23504, 'Comedy', 'Hokus - Pokus - Musikus', 'ML'),
(23505, 'Comedy', 'Goin to the Big Dance', 'ML'),
(23506, 'Comedy', 'Lick', 'ML'),
(23507, 'Comedy', 'Mad Mad Scientist', 'ML'),
(23508, 'Comedy', 'Funeral Etiquette', 'ML'),
(23509, 'Comedy', 'Meet the Magoons', 'ML'),
(23510, 'Comedy', 'ASS Apartment Sketch Show', 'ML'),
(23511, 'Comedy', 'Porque la vida puede ser maravillosa', 'ML'),
(23512, 'Comedy', 'All You Can Eat', 'ML'),
(23513, 'Comedy', 'Tick Tock', 'ML'),
(23514, 'Comedy', 'Those Were the Days', 'ML'),
(23515, 'Comedy', 'Robinet appassionato pel dirigibile', 'ML'),
(23516, 'Comedy', 'Der Vetter aus Dingsda', 'ML'),
(23517, 'Comedy', 'Umbkotid', 'ML'),
(23518, 'Comedy', 'The Coming of Sunbeam', 'ML'),
(23519, 'Comedy', 'Io, Amleto', 'ML'),
(23520, 'Comedy', 'Die lustigen Vier von der Tankstelle', 'ML'),
(23521, 'Comedy', 'Red Light Comedy: Live from Amsterdam', 'ML'),
(23522, 'Comedy', 'The White Shadow', 'ML'),
(23523, 'Comedy', 'O gerontokoros', 'ML'),
(23524, 'Comedy', 'Suatu malam kubur berasap', 'ML'),
(23525, 'Comedy', 'Pria', 'ML'),
(23526, 'Comedy', 'O Comprador de Fazendas', 'ML'),
(23527, 'Comedy', 'Doi vecini', 'ML'),
(23528, 'Comedy', 'Red Hook', 'ML'),
(23529, 'Comedy', 'Nobodys Kid', 'ML'),
(23530, 'Comedy', 'Porters: Two Men and a Sex Doll', 'ML'),
(23531, 'Comedy', 'Herowork', 'ML'),
(23532, 'Comedy', 'Callaway Went Thataway', 'ML'),
(23533, 'Comedy', 'Star Trek Versus Batman', 'ML'),
(23534, 'Comedy', 'Chekhov Comedy Shorts', 'ML'),
(23535, 'Comedy', 'Which Die Is That Again?', 'ML'),
(23536, 'Comedy', 'Lose No Time', 'ML'),
(23537, 'Comedy', 'Sen Kimsin', 'ML'),
(23538, 'Comedy', 'Blind(Side) Date', 'ML'),
(23539, 'Comedy', 'Touching People', 'ML'),
(23540, 'Comedy', 'New York Black & Blue', 'ML'),
(23541, 'Comedy', 'Robinzoniada, anu chemi ingliseli Papa', 'ML'),
(23542, 'Comedy', 'Hey! Hey! Cowboy', 'ML'),
(23543, 'Comedy', 'Breakups with Matt McManus: Office', 'ML'),
(23544, 'Comedy', 'Bikes and Babes: This Is How We Do', 'ML'),
(23545, 'Comedy', 'The Right Not to Know', 'ML'),
(23546, 'Comedy', 'Promtroversy', 'ML'),
(23547, 'Comedy', 'Suburban Children', 'ML'),
(23548, 'Comedy', 'The Best of Americas Funniest Home Videos', 'ML'),
(23549, 'Comedy', 'Der Lehrer', 'ML'),
(23550, 'Comedy', 'Ai qing sha gua', 'ML'),
(23551, 'Comedy', 'Curing a Temper', 'ML'),
(23552, 'Comedy', '14 tseluvki', 'ML'),
(23553, 'Comedy', 'Sergeant Senip', 'ML'),
(23554, 'Comedy', 'El rey de la carretera', 'ML'),
(23555, 'Comedy', 'Buy One, Take One', 'ML'),
(23556, 'Comedy', 'Pratas Conquistador', 'ML'),
(23557, 'Comedy', 'Bess the Detectress in Tick, Tick, Tick', 'ML'),
(23558, 'Comedy', 'The Newlyweds False Alarm', 'ML'),
(23559, 'Comedy', 'Young Man with Ideas', 'ML'),
(23560, 'Comedy', 'Sweedie Learns to Ride', 'ML'),
(23561, 'Comedy', 'My Big Birthday Celebration!', 'ML'),
(23562, 'Comedy', 'A Voz do Carnaval', 'ML'),
(23563, 'Comedy', 'Unlucky Mike', 'ML'),
(23564, 'Comedy', 'Uma Cama Para Sete Noivas', 'ML'),
(23565, 'Comedy', 'Inspector Gadget: Gadgets Greatest Gadgets', 'ML'),
(23566, 'Comedy', 'Bokutachi no koukan nikki', 'ML'),
(23567, 'Comedy', 'Hurra - Die Schwedinnen sind da', 'ML'),
(23568, 'Comedy', 'Dynamite', 'ML'),
(23569, 'Comedy', 'Bob Came from Outer Space', 'ML'),
(23570, 'Comedy', 'Wild Wild West', 'ML'),
(23571, 'Comedy', 'Lloyds Bank Channel 4 Film Challenge', 'ML'),
(23572, 'Comedy', 'Esta vieja es una fiera', 'ML'),
(23573, 'Comedy', 'Double D', 'ML'),
(23574, 'Comedy', 'Super Mondo Trasho 3: Unleashed!', 'ML'),
(23575, 'Comedy', 'The Liquid of Life', 'ML'),
(23576, 'Comedy', 'Muz s duchem', 'ML'),
(23577, 'Comedy', 'Comedy Whacked!', 'ML'),
(23578, 'Comedy', 'Trailer Talk', 'ML'),
(23579, 'Comedy', 'China, Mexiko', 'ML'),
(23580, 'Comedy', 'White on Rice', 'ML'),
(23581, 'Comedy', 'A Dark Horse', 'ML'),
(23582, 'Comedy', 'Sat TV', 'ML'),
(23583, 'Comedy', 'A Pair of Briefs', 'ML'),
(23584, 'Comedy', 'Los muertos no se tocan, nene', 'ML'),
(23585, 'Comedy', 'Leu Doc', 'ML'),
(23586, 'Comedy', 'Roseanne Barr: Blonde and Bitchin', 'ML'),
(23587, 'Comedy', 'Indian Dream', 'ML'),
(23588, 'Comedy', 'Spika na spiku', 'ML'),
(23589, 'Comedy', 'La trappola', 'ML'),
(23590, 'Comedy', 'Meeting Theda Bara', 'ML'),
(23591, 'Comedy', 'Saturday Morning Live', 'ML'),
(23592, 'Comedy', 'Self-Absorbed', 'ML'),
(23593, 'Comedy', 'Cocoricocoboy', 'ML'),
(23594, 'Comedy', 'Bob vs. Society', 'ML'),
(23595, 'Comedy', 'Grassroutes', 'ML'),
(23596, 'Comedy', 'Juliana and the Medicine Fish', 'ML'),
(23597, 'Comedy', 'El gandalla', 'ML'),
(23598, 'Comedy', 'Zeny v pokuseni', 'ML'),
(23599, 'Comedy', 'Abbott and Costello Meet the Keystone Kops', 'ML'),
(23600, 'Comedy', 'Rateta, rateta', 'ML'),
(23601, 'Comedy', 'A Summers Tale', 'ML'),
(23602, 'Comedy', 'Coppolas Box', 'ML'),
(23603, 'Comedy', 'Pesta... vromostome!', 'ML'),
(23604, 'Comedy', 'Our Man Higgins', 'ML'),
(23605, 'Comedy', 'Collin et Willy', 'ML'),
(23606, 'Comedy', 'My Wifes Away, Hurrah!', 'ML'),
(23607, 'Comedy', '3 of Us', 'ML'),
(23608, 'Comedy', 'Ik verzin wel iets', 'ML'),
(23609, 'Comedy', 'O Belo e as Feras', 'ML'),
(23610, 'Comedy', 'Doll & Em', 'ML'),
(23611, 'Comedy', 'iMan', 'ML'),
(23612, 'Comedy', 'Buhay artista', 'ML'),
(23613, 'Comedy', 'We Could Be Ninjas', 'ML'),
(23614, 'Comedy', 'Hollywood Dot Com', 'ML'),
(23615, 'Comedy', 'Summer League', 'ML'),
(23616, 'Comedy', 'I ftoheia thelei kaloperasi', 'ML'),
(23617, 'Comedy', 'Rhubarb and Rascals', 'ML'),
(23618, 'Comedy', 'Die Kaiserin von China', 'ML'),
(23619, 'Comedy', 'Deceitfully Funny', 'ML'),
(23620, 'Comedy', 'El agarratodo', 'ML'),
(23621, 'Comedy', 'Blaming George Romero', 'ML'),
(23622, 'Comedy', 'Walters Worries', 'ML'),
(23623, 'Comedy', 'Ghosts and Flypaper', 'ML'),
(23624, 'Comedy', 'She Got What She Wanted', 'ML'),
(23625, 'Comedy', 'Tou ji feng mui', 'ML'),
(23626, 'Comedy', 'Coffee & Donuts', 'ML'),
(23627, 'Comedy', 'Off Limits', 'ML'),
(23628, 'Comedy', 'Thank You, Good Night', 'ML'),
(23629, 'Comedy', 'The Adventures of Terrence and Spider: Professional Bouncers', 'ML'),
(23630, 'Comedy', 'Birthday Girl', 'ML'),
(23631, 'Comedy', 'Rocket from the Grave', 'ML'),
(23632, 'Comedy', 'r3tual', 'ML'),
(23633, 'Comedy', 'Harmony Row', 'ML'),
(23634, 'Comedy', 'Despedida de soltero', 'ML'),
(23635, 'Comedy', 'Eddies: The Documentary', 'ML'),
(23636, 'Comedy', 'His Uncle Dudley', 'ML'),
(23637, 'Comedy', 'BOTB Comedy', 'ML'),
(23638, 'Comedy', 'Boomers Day Off', 'ML'),
(23639, 'Comedy', 'Me tulemme taas', 'ML'),
(23640, 'Comedy', 'Dukhless', 'ML'),
(23641, 'Comedy', 'Un ladro in paradiso', 'ML'),
(23642, 'Comedy', 'Betty Boops Big Boss', 'ML'),
(23643, 'Comedy', 'Pimples New Job', 'ML'),
(23644, 'Comedy', 'How to Live with Your Parents for the Rest of Your Life', 'ML'),
(23645, 'Comedy', 'Le parapluie', 'ML'),
(23646, 'Comedy', 'La nascita', 'ML'),
(23647, 'Comedy', 'The Richard Pryor Special?', 'ML'),
(23648, 'Comedy', 'Possible Fever', 'ML'),
(23649, 'Comedy', 'Riding Shotgun with Adam Pally', 'ML'),
(23650, 'Comedy', 'Dawn of Dracula', 'ML'),
(23651, 'Comedy', 'The Show Off', 'ML'),
(23652, 'Comedy', 'Un lujo a su alcance', 'ML'),
(23653, 'Comedy', 'Oki Doki Doc', 'ML'),
(23654, 'Comedy', 'Earthquake: About Got Damm Time', 'ML'),
(23655, 'Comedy', 'Kings of Comedy', 'ML'),
(23656, 'Comedy', 'How a Mosquito Operates', 'ML'),
(23657, 'Comedy', 'Blunt', 'ML'),
(23658, 'Comedy', 'The Approval Matrix', 'ML'),
(23659, 'Comedy', 'Ultima noapte a copilariei', 'ML'),
(23660, 'Comedy', 'Die Nacht ohne Moral', 'ML'),
(23661, 'Comedy', 'Hicks and Stokes', 'ML'),
(23662, 'Comedy', 'The Pill Box', 'ML'),
(23663, 'Comedy', 'A Frontier Flirtation; or, How the Tenderfoot Won Out', 'ML'),
(23664, 'Comedy', 'Beach Bums', 'ML'),
(23665, 'Comedy', 'Three Rules of Infidelity', 'ML'),
(23666, 'Comedy', 'One Hit Wonders', 'ML'),
(23667, 'Comedy', 'Slucaj Buldozer', 'ML'),
(23668, 'Comedy', 'The Closer: Celebration Special', 'ML'),
(23669, 'Comedy', 'Untitled Ray Romano TV Project', 'ML'),
(23670, 'Comedy', 'Insomnambulists', 'ML'),
(23671, 'Comedy', 'JUNK Food Doritos Commercial', 'ML'),
(23672, 'Comedy', 'Milk and Cookies, or The Ballad of Norman Saxon', 'ML'),
(23673, 'Comedy', 'Her Cousin Bill', 'ML'),
(23674, 'Comedy', 'The Torchbearers', 'ML'),
(23675, 'Comedy', 'Mock Up on Mu', 'ML'),
(23676, 'Comedy', 'Theo Maassen: Ruwe pit', 'ML'),
(23677, 'Comedy', 'Covik i arhitektura', 'ML'),
(23678, 'Comedy', 'The Nut House!!', 'ML'),
(23679, 'Comedy', 'F**k New York', 'ML'),
(23680, 'Comedy', 'Casper & Mandrilaftalen', 'ML'),
(23681, 'Comedy', 'Old Mother Riley in Paris', 'ML'),
(23682, 'Comedy', 'The Beauty Bunglers', 'ML'),
(23683, 'Comedy', 'Sabueso', 'ML'),
(23684, 'Comedy', 'When Auntie Made Her Will', 'ML'),
(23685, 'Comedy', 'Weddings Are Wonderful', 'ML'),
(23686, 'Comedy', 'The Trouble with Spies', 'ML'),
(23687, 'Comedy', 'Henry Allgood Must Die', 'ML'),
(23688, 'Comedy', 'Tontolini guardiacaccia', 'ML'),
(23689, 'Comedy', 'Picking Up at Auschwitz', 'ML'),
(23690, 'Comedy', 'A Pair of Bears', 'ML'),
(23691, 'Comedy', 'Jerk Boss', 'ML'),
(23692, 'Comedy', 'Kalabush', 'ML'),
(23693, 'Comedy', 'Churros!', 'ML'),
(23694, 'Comedy', 'Kai to proto klarino', 'ML'),
(23695, 'Comedy', 'Rob of the Rovers', 'ML'),
(23696, 'Comedy', 'Dont Know Daily', 'ML'),
(23697, 'Comedy', 'Fergus in Hell', 'ML'),
(23698, 'Comedy', 'Beat Takeshi no Owarai Ultra Quiz 2', 'ML'),
(23699, 'Comedy', 'Brand of Shame', 'ML'),
(23700, 'Comedy', 'Thats News to Me', 'ML'),
(23701, 'Comedy', 'Gloire et fortune: la grande imposture', 'ML'),
(23702, 'Comedy', 'The Greatest Movie Ever Made', 'ML'),
(23703, 'Comedy', 'The Golden Palace', 'ML'),
(23704, 'Comedy', 'The Beautiful Blonde from Bashful Bend', 'ML'),
(23705, 'Comedy', 'Hose Jockeys', 'ML'),
(23706, 'Comedy', 'Erotic Dreams', 'ML'),
(23707, 'Comedy', 'Playing the Deuce', 'ML'),
(23708, 'Comedy', 'Ein stilles Wochenende', 'ML'),
(23709, 'Comedy', 'Gonev Miganav Patoor', 'ML'),
(23710, 'Comedy', 'Window Shopping: Attack of the New Releases', 'ML'),
(23711, 'Comedy', 'Mamma mia, che impressione!', 'ML'),
(23712, 'Comedy', 'Dodek na froncie', 'ML'),
(23713, 'Comedy', 'Irish American Ninja', 'ML'),
(23714, 'Comedy', 'Devils Feud Cake', 'ML'),
(23715, 'Comedy', 'Vammo Vathoo O Pellamoo', 'ML'),
(23716, 'Comedy', 'Was He a German Spy?', 'ML'),
(23717, 'Comedy', 'Fame Whore', 'ML'),
(23718, 'Comedy', 'Bathing Under Difficulties', 'ML'),
(23719, 'Comedy', 'La seconda notte di nozze', 'ML'),
(23720, 'Comedy', 'Low Watt', 'ML'),
(23721, 'Comedy', 'Cuatro noches de boda', 'ML'),
(23722, 'Comedy', 'Domingos espectaculares', 'ML'),
(23723, 'Comedy', 'Vier gegen Willi', 'ML'),
(23724, 'Comedy', 'The Grand Slammer', 'ML'),
(23725, 'Comedy', 'Dont Get Gay with Your Manicure!', 'ML'),
(23726, 'Comedy', 'Kant aan mn broek!', 'ML'),
(23727, 'Comedy', 'Mexican Spitfires Baby', 'ML'),
(23728, 'Comedy', 'Monkey Warfare', 'ML'),
(23729, 'Comedy', 'Mon oncle Benjamin', 'ML'),
(23730, 'Comedy', 'Fay Grim', 'ML'),
(23731, 'Comedy', 'The Man from Schenectady', 'ML'),
(23732, 'Comedy', 'The Fable of the Kid Who Shifted His Ideals to Golf and Finally Became a Baseball Fan and Took the Only Known Cure', 'ML'),
(23733, 'Comedy', 'Untitled Matt Hubbard/Donald Glover Project', 'ML'),
(23734, 'Comedy', 'Wallace and Gromits World of Invention', 'ML'),
(23735, 'Comedy', 'Jiu se cai qi', 'ML'),
(23736, 'Comedy', 'Bicycle Lane', 'ML'),
(23737, 'Comedy', 'Brutal normal', 'ML'),
(23738, 'Comedy', 'Paul Lynde at the Movies', 'ML'),
(23739, 'Comedy', 'A Dishonest Burglar', 'ML'),
(23740, 'Comedy', 'The Rural Demons', 'ML'),
(23741, 'Comedy', 'Marking Time', 'ML'),
(23742, 'Comedy', 'How Come?', 'ML'),
(23743, 'Comedy', 'Mental Laxative', 'ML'),
(23744, 'Comedy', 'Gonna Meet a Rock Star', 'ML'),
(23745, 'Comedy', 'Planet Ajay', 'ML'),
(23746, 'Comedy', 'Aaron Karo: The Rest Is History', 'ML'),
(23747, 'Comedy', 'The Morgan Waters Show', 'ML'),
(23748, 'Comedy', 'The Folding Channel', 'ML'),
(23749, 'Comedy', 'Mike and Lucy', 'ML'),
(23750, 'Comedy', 'Einai o Theos mageiras?', 'ML'),
(23751, 'Comedy', 'This Years Love', 'ML'),
(23752, 'Comedy', 'Love and Class in Connecticut', 'ML'),
(23753, 'Comedy', 'God khoroshego rebyonka', 'ML'),
(23754, 'Comedy', 'Lifes a Joke', 'ML'),
(23755, 'Comedy', 'Comics Without Borders', 'ML'),
(23756, 'Comedy', 'The Pickle', 'ML'),
(23757, 'Comedy', 'Arante Mulla Kochu Mulla', 'ML'),
(23758, 'Comedy', 'Hihiriku - 25 godini', 'ML'),
(23759, 'Comedy', 'Little Miss Badass', 'ML'),
(23760, 'Comedy', 'Zouganellinika', 'ML'),
(23761, 'Comedy', 'O Homem que Casou com uma Mulher Surda', 'ML'),
(23762, 'Comedy', 'Way Up North', 'ML'),
(23763, 'Comedy', 'Such Is Life in Monte Carlo', 'ML'),
(23764, 'Comedy', 'The Carol Burnett Show in London', 'ML'),
(23765, 'Comedy', 'Over-sexed Rugsuckers from Mars', 'ML'),
(23766, 'Comedy', 'La banda degli onesti', 'ML'),
(23767, 'Comedy', 'Eyes & Ears', 'ML'),
(23768, 'Comedy', 'Schusterman Levine: A Boxing Fable', 'ML'),
(23769, 'Comedy', 'Outolintu', 'ML'),
(23770, 'Comedy', 'But Charlie, I Never Played Volleyball!', 'ML'),
(23771, 'Comedy', 'Love Ke Chakkar Mein', 'ML'),
(23772, 'Comedy', 'Shofyor na odin reys', 'ML'),
(23773, 'Comedy', 'Doctor at the Top', 'ML'),
(23774, 'Comedy', 'His Fidelity Investigated', 'ML'),
(23775, 'Comedy', 'The Lure of Hollywood', 'ML'),
(23776, 'Comedy', 'Nate and Margaret', 'ML'),
(23777, 'Comedy', 'He Took a Powder', 'ML'),
(23778, 'Comedy', 'Mr. Jarr and the Ladies Cup', 'ML'),
(23779, 'Comedy', 'The League of Science', 'ML'),
(23780, 'Comedy', 'Steal a Car', 'ML'),
(23781, 'Comedy', 'Cudoviste iz Tamisa', 'ML'),
(23782, 'Comedy', 'Signore e signora', 'ML'),
(23783, 'Comedy', 'L.T.D.', 'ML'),
(23784, 'Comedy', 'Wife Tamers', 'ML'),
(23785, 'Comedy', 'Domestic Partners', 'ML'),
(23786, 'Comedy', 'SuperSilvester 2009', 'ML'),
(23787, 'Comedy', 'The Cohens and Kellys', 'ML'),
(23788, 'Comedy', 'The Lightweight Champion', 'ML'),
(23789, 'Comedy', 'Bobby Bumps, Early Shopper', 'ML'),
(23790, 'Comedy', 'Jam and Jealousy', 'ML'),
(23791, 'Comedy', 'Fleetwood', 'ML'),
(23792, 'Comedy', 'Jeonggeul jyuseu', 'ML'),
(23793, 'Comedy', 'Mlle. La Mode', 'ML'),
(23794, 'Comedy', 'Popular Betty', 'ML'),
(23795, 'Comedy', 'Alligator Boots', 'ML'),
(23796, 'Comedy', 'The Recognition', 'ML'),
(23797, 'Comedy', 'Reis e Ratos', 'ML'),
(23798, 'Comedy', 'Carsten & Gittes filmballade', 'ML'),
(23799, 'Comedy', 'Bee Bop highschool: Koko yotaro ondo', 'ML'),
(23800, 'Comedy', 'La pietra del paragone', 'ML'),
(23801, 'Comedy', 'Comprend rien aux femmes', 'ML'),
(23802, 'Comedy', 'I Am Ben', 'ML'),
(23803, 'Comedy', 'Colour Blind', 'ML'),
(23804, 'Comedy', 'Ikke lutter lagkage', 'ML'),
(23805, 'Comedy', 'Bummellotte', 'ML'),
(23806, 'Comedy', 'Russell Gilbert Was Here!', 'ML'),
(23807, 'Comedy', 'Immature', 'ML'),
(23808, 'Comedy', 'Im in Hell', 'ML'),
(23809, 'Comedy', 'Head, Heart and Balls... or Why I Gave Up Smoking Pot', 'ML'),
(23810, 'Comedy', 'A Glimpse Inside the Mind of Charles Swan III', 'ML'),
(23811, 'Comedy', 'Bob Hope: Celebrity Bloopers', 'ML'),
(23812, 'Comedy', 'Ai yu qi tan', 'ML'),
(23813, 'Comedy', 'Jack Woody', 'ML'),
(23814, 'Comedy', 'A Touch of the Moon', 'ML'),
(23815, 'Comedy', 'O magos tou sex', 'ML'),
(23816, 'Comedy', 'Flight of the Griffin', 'ML'),
(23817, 'Comedy', 'Salvage 1', 'ML'),
(23818, 'Comedy', 'Atsay killer buti nga sayo', 'ML'),
(23819, 'Comedy', 'Lossi', 'ML'),
(23820, 'Comedy', 'The Ice Dream', 'ML'),
(23821, 'Comedy', 'A Hobo Philosopher', 'ML'),
(23822, 'Comedy', 'Possibly Famous', 'ML'),
(23823, 'Comedy', 'La Combe', 'ML'),
(23824, 'Comedy', 'Kurdapya', 'ML'),
(23825, 'Comedy', 'Motor Mad', 'ML'),
(23826, 'Comedy', 'Fairly Legal', 'ML'),
(23827, 'Comedy', 'The Trainer', 'ML'),
(23828, 'Comedy', 'Bim Bam Bino', 'ML'),
(23829, 'Comedy', 'San xing ban yue', 'ML'),
(23830, 'Comedy', 'The Spirit of 4/20', 'ML'),
(23831, 'Comedy', 'Si yo fuera rico', 'ML'),
(23832, 'Comedy', 'I.H. ora miden', 'ML'),
(23833, 'Comedy', 'The Cohens and Kellys in Atlantic City', 'ML'),
(23834, 'Comedy', 'Pretty Soft', 'ML'),
(23835, 'Comedy', 'The Subliminal Chef', 'ML'),
(23836, 'Comedy', 'U fryzjera', 'ML'),
(23837, 'Comedy', 'Undskyld jeg forstyrrer', 'ML'),
(23838, 'Comedy', 'Hypothetically', 'ML'),
(23839, 'Comedy', 'Mice Follies', 'ML'),
(23840, 'Comedy', 'He Could Not Lose Her', 'ML'),
(23841, 'Comedy', 'The Committee Ep 1: Bad Dog', 'ML'),
(23842, 'Comedy', 'Slecna Golem', 'ML'),
(23843, 'Comedy', 'The Danger Point', 'ML'),
(23844, 'Comedy', 'Daniel Newark', 'ML'),
(23845, 'Comedy', 'His Wife Got All the Credit', 'ML'),
(23846, 'Comedy', 'Experiment in Sex', 'ML'),
(23847, 'Comedy', 'Salo-Salo', 'ML'),
(23848, 'Comedy', 'El partido', 'ML'),
(23849, 'Comedy', 'Steve Coogan: The Inside Story', 'ML'),
(23850, 'Comedy', 'The Funny Manns', 'ML'),
(23851, 'Comedy', 'Jensen & Jensen', 'ML'),
(23852, 'Comedy', 'Billy Blazes, Esq.', 'ML'),
(23853, 'Comedy', 'Tui piao xin niang', 'ML'),
(23854, 'Comedy', 'Tarantino in Jail', 'ML'),
(23855, 'Comedy', 'Al-khatib nimrah talatach', 'ML'),
(23856, 'Comedy', 'Shadow of Suspicion', 'ML'),
(23857, 'Comedy', 'It Dont Rain on Sunny Days', 'ML'),
(23858, 'Comedy', 'Wainy Days', 'ML'),
(23859, 'Comedy', 'Linda + Harrie', 'ML'),
(23860, 'Comedy', 'Alternative Rebellion: The Beginning of Britains Alternative Comedy Scene', 'ML'),
(23861, 'Comedy', 'Que familia', 'ML'),
(23862, 'Comedy', 'Plats bruts', 'ML'),
(23863, 'Comedy', 'Mi Yegua bronca', 'ML'),
(23864, 'Comedy', 'Anonymous Celebrities: Animatic', 'ML'),
(23865, 'Comedy', 'Inside Amy Schumer', 'ML'),
(23866, 'Comedy', 'Cat Run', 'ML'),
(23867, 'Comedy', 'The Great TV Game Show', 'ML'),
(23868, 'Comedy', 'Starhyke', 'ML'),
(23869, 'Comedy', 'Newstopia', 'ML'),
(23870, 'Comedy', 'Rodeo Drive Diva', 'ML'),
(23871, 'Comedy', 'Johnny Garage', 'ML'),
(23872, 'Comedy', 'And Theres More', 'ML'),
(23873, 'Comedy', 'The first Annual Vampire Scare', 'ML'),
(23874, 'Comedy', 'American - Thats All', 'ML'),
(23875, 'Comedy', 'Les 11 commandements', 'ML'),
(23876, 'Comedy', 'Ni xi de ji', 'ML'),
(23877, 'Comedy', 'Trees Companee', 'ML'),
(23878, 'Comedy', 'Bad Ass Bikers', 'ML'),
(23879, 'Comedy', 'A Ten-Karat Hero', 'ML'),
(23880, 'Comedy', 'Casting morboso de un aficionado vigoroso', 'ML'),
(23881, 'Comedy', 'The Great Electrical Revolution', 'ML'),
(23882, 'Comedy', 'Sexecution', 'ML'),
(23883, 'Comedy', 'Taian ni butsumetsu', 'ML'),
(23884, 'Comedy', 'Orma rena stin arena', 'ML'),
(23885, 'Comedy', 'Abbrevs.', 'ML'),
(23886, 'Comedy', 'Mukhsin', 'ML'),
(23887, 'Comedy', 'The Wishing Ring', 'ML'),
(23888, 'Comedy', 'The Adventures of Aggie', 'ML'),
(23889, 'Comedy', 'Get Lost! Little Doggy', 'ML'),
(23890, 'Comedy', 'Kyaa Kool Hai Hum', 'ML'),
(23891, 'Comedy', 'Otoko wa tsurai yo: Torajiro yumemakura', 'ML'),
(23892, 'Comedy', 'Mr. Poxycat & Co.', 'ML'),
(23893, 'Comedy', 'A-List Las Vegas', 'ML'),
(23894, 'Comedy', 'In Search of Work: Episode One - WPM', 'ML'),
(23895, 'Comedy', 'Atashinchi no danshi', 'ML'),
(23896, 'Comedy', 'Shuang xing ban yue', 'ML'),
(23897, 'Comedy', 'Seven at Eleven', 'ML'),
(23898, 'Comedy', 'Cineasten', 'ML'),
(23899, 'Comedy', 'El motamarreda', 'ML'),
(23900, 'Comedy', 'Kantai', 'ML'),
(23901, 'Comedy', 'Come to Dinner', 'ML'),
(23902, 'Comedy', 'Team America: World Police', 'ML'),
(23903, 'Comedy', 'Il nemico di mia moglie', 'ML'),
(23904, 'Comedy', 'Josser in the Army', 'ML'),
(23905, 'Comedy', 'The Strawberry', 'ML'),
(23906, 'Comedy', 'Writers Cramp', 'ML'),
(23907, 'Comedy', 'Lupusor si Mielutu', 'ML'),
(23908, 'Comedy', 'Svens On Contact', 'ML'),
(23909, 'Comedy', 'Chasing Val', 'ML'),
(23910, 'Comedy', 'Caseys Nightmare', 'ML'),
(23911, 'Comedy', 'Mr. Belvedere', 'ML'),
(23912, 'Comedy', 'Le roi du village', 'ML'),
(23913, 'Comedy', 'The Sleeping Car', 'ML'),
(23914, 'Comedy', 'Swamper', 'ML'),
(23915, 'Comedy', 'Donnant, donnant', 'ML'),
(23916, 'Comedy', 'June Bride', 'ML'),
(23917, 'Comedy', 'Negin and Me Dot Com', 'ML'),
(23918, 'Comedy', 'Army Daze', 'ML'),
(23919, 'Comedy', 'Stuttur Frakki', 'ML'),
(23920, 'Comedy', 'Ah Lok Kafe: The Movie', 'ML'),
(23921, 'Comedy', 'When Mother Fell Ill at Christmas', 'ML'),
(23922, 'Comedy', 'Aint It the Truth?', 'ML'),
(23923, 'Comedy', 'Kilroy sen teki', 'ML'),
(23924, 'Comedy', 'Rvanye bashmaki', 'ML'),
(23925, 'Comedy', 'Tem a Palavra a Revista', 'ML'),
(23926, 'Comedy', 'Combien tu maimes?', 'ML'),
(23927, 'Comedy', 'Hunted House', 'ML'),
(23928, 'Comedy', 'Un dia en el banco', 'ML'),
(23929, 'Comedy', 'Astghayin amar', 'ML'),
(23930, 'Comedy', 'My Name Is... Jesus Christ!', 'ML'),
(23931, 'Comedy', 'Henpecks Holiday', 'ML'),
(23932, 'Comedy', 'Die verliebte Firma', 'ML'),
(23933, 'Comedy', 'Dangerous Hour', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(23934, 'Comedy', 'Price iza diskrecione linije', 'ML'),
(23935, 'Comedy', 'Manedyer... si kumander', 'ML'),
(23936, 'Comedy', 'Un amore di strega', 'ML'),
(23937, 'Comedy', 'Me and the Colonel', 'ML'),
(23938, 'Comedy', 'The Jane Powell Show', 'ML'),
(23939, 'Comedy', 'Classe mannequin', 'ML'),
(23940, 'Comedy', 'Not Another Eurovision Song Contest', 'ML'),
(23941, 'Comedy', 'The Shabbies', 'ML'),
(23942, 'Comedy', 'Convention', 'ML'),
(23943, 'Comedy', 'Pacar hantu perawan', 'ML'),
(23944, 'Comedy', 'Fast ein Gentleman', 'ML'),
(23945, 'Comedy', 'Mayadhari Kutumbham', 'ML'),
(23946, 'Comedy', 'Gary Makes a Sandwich', 'ML'),
(23947, 'Comedy', 'Vacation in Reno', 'ML'),
(23948, 'Comedy', 'Daniel Jones', 'ML'),
(23949, 'Comedy', 'Miss Mischief Maker', 'ML'),
(23950, 'Comedy', 'Thieves Fall Out', 'ML'),
(23951, 'Comedy', 'Abbie Cancelled', 'ML'),
(23952, 'Comedy', 'One Big Night', 'ML'),
(23953, 'Comedy', '800 Fantasy Lane', 'ML'),
(23954, 'Comedy', 'Y se le hizo a Pancho', 'ML'),
(23955, 'Comedy', 'Love That Girl!', 'ML'),
(23956, 'Comedy', 'Why Now?!', 'ML'),
(23957, 'Comedy', 'Skitlets', 'ML'),
(23958, 'Comedy', '3X Trouble', 'ML'),
(23959, 'Comedy', 'Fantasterne', 'ML'),
(23960, 'Comedy', 'Acrobatic Pills', 'ML'),
(23961, 'Comedy', 'ALF: The Funny Radio Network Starring ALF', 'ML'),
(23962, 'Comedy', 'Dopo divorzieremo', 'ML'),
(23963, 'Comedy', 'Anohi to anohi', 'ML'),
(23964, 'Comedy', 'Mga batang iskwater', 'ML'),
(23965, 'Comedy', 'Razvod na odredjeno vreme', 'ML'),
(23966, 'Comedy', 'Dylan Moran: Yeah, Yeah', 'ML'),
(23967, 'Animation', 'Ashoka the Hero', 'ML'),
(23968, 'Animation', 'Les aventures extraordinaires de Michel Strogoff', 'ML'),
(23969, 'Animation', 'Sally Bollywood', 'ML'),
(23970, 'Animation', 'Rebasnaine', 'ML'),
(23971, 'Animation', 'Hanbun no tsuki ga noboru sora', 'ML'),
(23972, 'Animation', 'Alley Dog', 'ML'),
(23973, 'Animation', 'A Battle for a Bottle', 'ML'),
(23974, 'Animation', 'Buonomo - Bustaman', 'ML'),
(23975, 'Animation', 'Travel Roulette', 'ML'),
(23976, 'Animation', 'Moskito Bravo', 'ML'),
(23977, 'Animation', 'The Hare-Brained Hypnotist', 'ML'),
(23978, 'Animation', 'Prehistoric Super Salesman', 'ML'),
(23979, 'Animation', 'Ducktators', 'ML'),
(23980, 'Animation', 'Zoku Koihime: Sato no maki', 'ML'),
(23981, 'Animation', 'Kappa no ku to natsu yasumi', 'ML'),
(23982, 'Animation', 'Agent Crush', 'ML'),
(23983, 'Animation', 'Rubik, the Amazing Cube', 'ML'),
(23984, 'Animation', 'Pororo: The Racing Advanture', 'ML'),
(23985, 'Animation', 'Polly Wants a Doctor', 'ML'),
(23986, 'Animation', 'Doraemon: Nobita to mugen sankenshi', 'ML'),
(23987, 'Animation', 'Wilson Surrenders', 'ML'),
(23988, 'Animation', 'Manga!', 'ML'),
(23989, 'Animation', 'Connie the Cow', 'ML'),
(23990, 'Animation', 'Army Men: World War', 'ML'),
(23991, 'Animation', 'Capers of a Camera', 'ML'),
(23992, 'Animation', 'Star Wars: Bounty Hunter', 'ML'),
(23993, 'Animation', 'Sport Goofy in Soccermania', 'ML'),
(23994, 'Animation', 'The Fire Plug', 'ML'),
(23995, 'Animation', 'Ottifanten', 'ML'),
(23996, 'Animation', 'The Save-Ums!', 'ML'),
(23997, 'Animation', 'Yumemiru kikai', 'ML'),
(23998, 'Animation', 'A byahme krushi', 'ML'),
(23999, 'Animation', 'Doki doki densetsu mahou noburu guruguru', 'ML'),
(24000, 'Animation', 'Pechat vremeni', 'ML'),
(24001, 'Animation', 'Curious George: A Very Monkey Christmas', 'ML'),
(24002, 'Animation', 'Ye Olde Melodies', 'ML'),
(24003, 'Animation', 'Heavy Pockets', 'ML'),
(24004, 'Animation', 'Order of Madness', 'ML'),
(24005, 'Animation', 'Operator', 'ML'),
(24006, 'Animation', 'Jasper Goes Fishing', 'ML'),
(24007, 'Animation', 'Fishing with Spinoza', 'ML'),
(24008, 'Animation', 'Astro Farm', 'ML'),
(24009, 'Animation', 'Hai no kioku', 'ML'),
(24010, 'Animation', 'Sid the Science Kid', 'ML'),
(24011, 'Animation', 'Kinder Olympics', 'ML'),
(24012, 'Animation', 'Left Kick', 'ML'),
(24013, 'Animation', 'Aaaaaah', 'ML'),
(24014, 'Animation', 'Chiri', 'ML'),
(24015, 'Animation', 'A Hard Life', 'ML'),
(24016, 'Animation', 'Kaze', 'ML'),
(24017, 'Animation', 'From the New World', 'ML'),
(24018, 'Animation', 'Kapcsolat', 'ML'),
(24019, 'Animation', 'Bid Em In', 'ML'),
(24020, 'Animation', 'Suraj: The Rising Star', 'ML'),
(24021, 'Animation', 'Aquarela', 'ML'),
(24022, 'Animation', 'BFC: Big F*ckin Chicken', 'ML'),
(24023, 'Animation', 'Sink or Swim', 'ML'),
(24024, 'Animation', 'A Star for Jeremy', 'ML'),
(24025, 'Animation', 'Scrambled Aches', 'ML'),
(24026, 'Animation', 'Swoon X Cat Solen', 'ML'),
(24027, 'Animation', 'Ernest', 'ML'),
(24028, 'Animation', 'Allegretto', 'ML'),
(24029, 'Animation', 'Animalz', 'ML'),
(24030, 'Animation', 'Over the Horizon', 'ML'),
(24031, 'Animation', 'Legacy: A Very Short History of Natural Resources', 'ML'),
(24032, 'Animation', 'XIII baran', 'ML'),
(24033, 'Animation', 'Combat Chess', 'ML'),
(24034, 'Animation', 'One Zillion Valentines', 'ML'),
(24035, 'Animation', 'Gay Life for Beginners', 'ML'),
(24036, 'Animation', 'Lesnaya khronika', 'ML'),
(24037, 'Animation', 'Eggclusion', 'ML'),
(24038, 'Animation', 'Empire Square', 'ML'),
(24039, 'Animation', 'Crow and the Peacock', 'ML'),
(24040, 'Animation', 'Flyvning uden motor', 'ML'),
(24041, 'Animation', 'Sacred Chewing Gum', 'ML'),
(24042, 'Animation', 'Mig Said Series: Can We Be Friends', 'ML'),
(24043, 'Animation', 'Katedra', 'ML'),
(24044, 'Animation', 'The Owl and the Swan', 'ML'),
(24045, 'Animation', 'Felix Monkeys with Magic', 'ML'),
(24046, 'Animation', 'The Froze Nose Knows', 'ML'),
(24047, 'Animation', 'Maxi Cat', 'ML'),
(24048, 'Animation', 'Ambages', 'ML'),
(24049, 'Animation', 'Snowdens Christmas', 'ML'),
(24050, 'Animation', 'Happy Monster Band', 'ML'),
(24051, 'Animation', 'Marthas Best Thanksgiving', 'ML'),
(24052, 'Animation', 'Tya', 'ML'),
(24053, 'Animation', 'Slucaj opakog misa', 'ML'),
(24054, 'Animation', 'Les mistigris', 'ML'),
(24055, 'Animation', 'In the Land of Nod', 'ML'),
(24056, 'Animation', 'Fremder Pelz', 'ML'),
(24057, 'Animation', 'Rolf', 'ML'),
(24058, 'Animation', 'Sazan aizu seima densetsu', 'ML'),
(24059, 'Animation', 'Pachelbel Kanon', 'ML'),
(24060, 'Animation', 'Ladder 6', 'ML'),
(24061, 'Animation', 'Underfist: Halloween Bash', 'ML'),
(24062, 'Animation', 'A Night in New Jersey', 'ML'),
(24063, 'Animation', 'Izvor zivota', 'ML'),
(24064, 'Animation', 'Sockenheinzel', 'ML'),
(24065, 'Animation', 'Joshua and the Promised Land', 'ML'),
(24066, 'Animation', 'Quinoscopio 3', 'ML'),
(24067, 'Animation', 'Road to Kirribilli', 'ML'),
(24068, 'Animation', 'EggDream', 'ML'),
(24069, 'Animation', 'Nebylitsy v litsakh', 'ML'),
(24070, 'Animation', 'Secret Mountain Fort Awesome', 'ML'),
(24071, 'Animation', 'Uiski sas soda', 'ML'),
(24072, 'Animation', 'The Little Rascals', 'ML'),
(24073, 'Animation', 'Sign Along: Ice Age Continental Drift', 'ML'),
(24074, 'Animation', 'Mother Hens Holiday', 'ML'),
(24075, 'Animation', 'Bearly Asleep', 'ML'),
(24076, 'Animation', 'My Friend Rabbit', 'ML'),
(24077, 'Animation', 'Spirello', 'ML'),
(24078, 'Animation', 'Young Justice: Legacy', 'ML'),
(24079, 'Animation', 'Kid Chameleon', 'ML'),
(24080, 'Animation', 'Eikoku koi monogatari Emma', 'ML'),
(24081, 'Animation', 'Mizuiro jidai', 'ML'),
(24082, 'Animation', 'A Hollywood Hounds Christmas', 'ML'),
(24083, 'Animation', 'Gun Shy', 'ML'),
(24084, 'Animation', 'Animal Follies', 'ML'),
(24085, 'Animation', 'Freds Meat', 'ML'),
(24086, 'Animation', 'Akis', 'ML'),
(24087, 'Animation', 'Patriotic Popeye', 'ML'),
(24088, 'Animation', 'Q-2', 'ML'),
(24089, 'Animation', 'Elwha Unplugged: The Opus of Dick Goin', 'ML'),
(24090, 'Animation', 'Knights of Virtue', 'ML'),
(24091, 'Animation', 'A Dogs Tale: A Mexican Parable', 'ML'),
(24092, 'Animation', 'Strips', 'ML'),
(24093, 'Animation', 'Kakhardakan gorg', 'ML'),
(24094, 'Animation', 'How to Swim', 'ML'),
(24095, 'Animation', 'Crook Who Cried Wolf', 'ML'),
(24096, 'Animation', 'Omishi mahou gekijou Risky Safety', 'ML'),
(24097, 'Animation', 'Crofton Road SE.5', 'ML'),
(24098, 'Animation', 'Mtm 548', 'ML'),
(24099, 'Animation', 'Spirits of the Piano', 'ML'),
(24100, 'Animation', 'Flip Flap', 'ML'),
(24101, 'Animation', 'Hare Tonic', 'ML'),
(24102, 'Animation', 'Sekisoutai', 'ML'),
(24103, 'Animation', 'Slova, slova', 'ML'),
(24104, 'Animation', 'The Deputy Dawg Show', 'ML'),
(24105, 'Animation', 'Sidekick II', 'ML'),
(24106, 'Animation', 'Dear Diary: A Film About Female Puberty', 'ML'),
(24107, 'Animation', 'Scary Godmother: Halloween Spooktakular', 'ML'),
(24108, 'Animation', 'Adventures of a Sugar Doll', 'ML'),
(24109, 'Animation', 'Kanamemo', 'ML'),
(24110, 'Animation', 'Serial Experiments: Lain', 'ML'),
(24111, 'Animation', 'Si vis pacem...', 'ML'),
(24112, 'Animation', 'Minema Cinema', 'ML'),
(24113, 'Animation', 'Kaczorek Felus', 'ML'),
(24114, 'Animation', 'The Replacements', 'ML'),
(24115, 'Animation', 'Depth Study', 'ML'),
(24116, 'Animation', 'KISS Pinball', 'ML'),
(24117, 'Animation', 'Gypsy Cab', 'ML'),
(24118, 'Animation', 'Bomb Love Bomb', 'ML'),
(24119, 'Animation', 'Home Made Home', 'ML'),
(24120, 'Animation', 'Stalk', 'ML'),
(24121, 'Animation', 'Kleo the Misfit Unicorn', 'ML'),
(24122, 'Animation', 'Sub cupola albastra', 'ML'),
(24123, 'Animation', 'Bienvenidos a Algoria', 'ML'),
(24124, 'Animation', 'The Magic Quilt', 'ML'),
(24125, 'Animation', 'Bell Hoppy', 'ML'),
(24126, 'Animation', 'Marie II - anatominen menuetti', 'ML'),
(24127, 'Animation', 'Swashbuckle Your Seatbelts', 'ML'),
(24128, 'Animation', 'Gone Hollywood', 'ML'),
(24129, 'Animation', 'Fly Out Blue', 'ML'),
(24130, 'Animation', 'Alfredo', 'ML'),
(24131, 'Animation', 'Ink Slinging', 'ML'),
(24132, 'Animation', 'The Saw Mill Mystery', 'ML'),
(24133, 'Animation', 'Lets All Sing Together: No. 2', 'ML'),
(24134, 'Animation', 'Captain Bligh', 'ML'),
(24135, 'Animation', 'Dreamland Express', 'ML'),
(24136, 'Animation', 'Pandora', 'ML'),
(24137, 'Animation', 'Yes We Can', 'ML'),
(24138, 'Animation', 'Horizontes', 'ML'),
(24139, 'Animation', 'La demoiselle et le violoncelliste', 'ML'),
(24140, 'Animation', 'Horses, Horses, Horses', 'ML'),
(24141, 'Animation', 'Symphonie diagonale', 'ML'),
(24142, 'Animation', 'Paws & Tales, the Animated Series: The Good Shepherd and To Have and Give Not', 'ML'),
(24143, 'Animation', 'Winnie the Pooh Learning: Working Together', 'ML'),
(24144, 'Animation', 'Must lagi', 'ML'),
(24145, 'Animation', 'Our Park, Vicky Park', 'ML'),
(24146, 'Animation', 'El perro de carreras', 'ML'),
(24147, 'Animation', 'Planeta Adormecido', 'ML'),
(24148, 'Animation', 'The Missing Book', 'ML'),
(24149, 'Animation', 'Girls We All Know', 'ML'),
(24150, 'Animation', 'Zeiteye', 'ML'),
(24151, 'Animation', 'Senya ichiya monogatari', 'ML'),
(24152, 'Animation', 'Sandokan', 'ML'),
(24153, 'Animation', 'The Genesis Solution', 'ML'),
(24154, 'Animation', 'The Drinky Crow Show', 'ML'),
(24155, 'Animation', 'Uchu Senkan Yamato 2199', 'ML'),
(24156, 'Animation', 'Not Your Dog', 'ML'),
(24157, 'Animation', 'Cosmic Zoom', 'ML'),
(24158, 'Animation', 'Nanna & Lil Puss Puss in Love That Pussy', 'ML'),
(24159, 'Animation', 'Wunderkammern', 'ML'),
(24160, 'Animation', 'Trust Me Im a Genie', 'ML'),
(24161, 'Animation', 'Tom Waits for No One', 'ML'),
(24162, 'Animation', 'Little Buck Cheeser', 'ML'),
(24163, 'Animation', 'Max on Snax', 'ML'),
(24164, 'Animation', 'Kure', 'ML'),
(24165, 'Animation', 'The Origin of Ocean Rabbit', 'ML'),
(24166, 'Animation', 'Ai no gakko cuore monogatari', 'ML'),
(24167, 'Animation', 'The Bronco Buster', 'ML'),
(24168, 'Animation', 'Bio-Bunny', 'ML'),
(24169, 'Animation', 'I Cant Escape from You', 'ML'),
(24170, 'Animation', 'Noggin the Nog', 'ML'),
(24171, 'Animation', 'The Do-It-Yourself Cartoon Kit', 'ML'),
(24172, 'Animation', 'Alastontutkielma', 'ML'),
(24173, 'Animation', 'Katsunebi', 'ML'),
(24174, 'Animation', 'S.P.L.A.S.H.', 'ML'),
(24175, 'Animation', 'Jolly Old St. Nicholas', 'ML'),
(24176, 'Animation', 'This Is Just to Say', 'ML'),
(24177, 'Animation', 'Zito', 'ML'),
(24178, 'Animation', 'Scoopers', 'ML'),
(24179, 'Animation', 'Elka', 'ML'),
(24180, 'Animation', 'Plutos Kid Brother', 'ML'),
(24181, 'Animation', 'Tales of a Digital Immigrant', 'ML'),
(24182, 'Animation', 'The Fat Albert Easter Special', 'ML'),
(24183, 'Animation', 'Father Time Bomb', 'ML'),
(24184, 'Animation', 'Call Me a Taxi', 'ML'),
(24185, 'Animation', 'Kage kara mamoru!', 'ML'),
(24186, 'Animation', 'Garfield in Paradise', 'ML'),
(24187, 'Animation', 'ZEN Pinball', 'ML'),
(24188, 'Animation', 'The SoulTaker', 'ML'),
(24189, 'Animation', 'A Duet', 'ML'),
(24190, 'Animation', 'Barkleys Barnyard Critters: Mystery Tail', 'ML'),
(24191, 'Animation', 'Mile-a-Minute Monty', 'ML'),
(24192, 'Animation', 'Les matics', 'ML'),
(24193, 'Animation', 'Life on a Limb', 'ML'),
(24194, 'Animation', 'A Day in the Life of a Tree', 'ML'),
(24195, 'Animation', 'The Power of Illusion: Epic Mickey', 'ML'),
(24196, 'Animation', 'Scurta istorie', 'ML'),
(24197, 'Animation', 'If We Reversed', 'ML'),
(24198, 'Animation', 'Gosenzosama Banbanzai!', 'ML'),
(24199, 'Animation', 'How to Quit Smoking in Ten Days or Less', 'ML'),
(24200, 'Animation', 'Humm', 'ML'),
(24201, 'Animation', 'The Super Adventures of Frank & Fran', 'ML'),
(24202, 'Animation', 'Gekijouban Bureiku bureido Dainishou: Ketsubetsu no michi', 'ML'),
(24203, 'Animation', 'The Owl Who Married a Goose: An Eskimo Legend', 'ML'),
(24204, 'Animation', 'Giufa', 'ML'),
(24205, 'Animation', 'Joseph and His Brothers', 'ML'),
(24206, 'Animation', 'Goodrich Dirt, the Bad-man Tamer', 'ML'),
(24207, 'Animation', 'The Animators Eye', 'ML'),
(24208, 'Animation', 'Die Seilbahn', 'ML'),
(24209, 'Animation', 'Barney: A-Counting We Will Go', 'ML'),
(24210, 'Animation', 'Evening Tea', 'ML'),
(24211, 'Animation', 'The Treacle People', 'ML'),
(24212, 'Animation', 'Ready 2 Rumble Boxing', 'ML'),
(24213, 'Animation', 'When Noahs Ark Embarked', 'ML'),
(24214, 'Animation', 'Hunter x Hunter: Greed Island', 'ML'),
(24215, 'Animation', 'Friends of the Family', 'ML'),
(24216, 'Animation', 'Pot kannibaal', 'ML'),
(24217, 'Animation', 'Chopin to Infinity', 'ML'),
(24218, 'Animation', 'Kon', 'ML'),
(24219, 'Animation', 'Farmer Al Falfas Catastrophe', 'ML'),
(24220, 'Animation', 'Apogee Episode One: One Small Step', 'ML'),
(24221, 'Animation', 'Strawberry Shortcakes Berry Bitty Adventures', 'ML'),
(24222, 'Animation', 'When Apples Roll', 'ML'),
(24223, 'Animation', 'Monkey Melodies', 'ML'),
(24224, 'Animation', 'R4: Rural Resilience', 'ML'),
(24225, 'Animation', 'Vignette Quatrefoil', 'ML'),
(24226, 'Animation', 'Sonic Eraser', 'ML'),
(24227, 'Animation', 'Poleznye sovety professora Chaynikova', 'ML'),
(24228, 'Animation', 'The House in Which They Live', 'ML'),
(24229, 'Animation', 'The Fable of the Mechanical Horse', 'ML'),
(24230, 'Animation', 'The Old Can Mystery', 'ML'),
(24231, 'Animation', 'Pim & Pom: Het Grote Avontuur', 'ML'),
(24232, 'Animation', 'Kodomo no keijijougaku', 'ML'),
(24233, 'Animation', 'Multiplication 3', 'ML'),
(24234, 'Animation', 'The Cave: An Adaptation of Platos Allegory in Clay', 'ML'),
(24235, 'Animation', 'Holiday for Drumsticks', 'ML'),
(24236, 'Animation', 'Grossology', 'ML'),
(24237, 'Animation', 'Miss Daisy Cutter', 'ML'),
(24238, 'Animation', 'Startopia', 'ML'),
(24239, 'Animation', 'Urusei Yatsura: Haato o Tsukame', 'ML'),
(24240, 'Animation', 'Junkyard: The Web Series', 'ML'),
(24241, 'Animation', 'Jar Jars Walking Papers', 'ML'),
(24242, 'Animation', 'A Soapy Opera', 'ML'),
(24243, 'Animation', 'Hello Kitty', 'ML'),
(24244, 'Animation', 'Detective Bogey', 'ML'),
(24245, 'Animation', 'SkuggFaxe', 'ML'),
(24246, 'Animation', 'King Tuts Tomb', 'ML'),
(24247, 'Animation', 'Nuit', 'ML'),
(24248, 'Animation', 'Life with Fido', 'ML'),
(24249, 'Animation', 'Create', 'ML'),
(24250, 'Animation', 'Caspion', 'ML'),
(24251, 'Animation', 'The Cat Above and the Mouse Below', 'ML'),
(24252, 'Animation', 'Pirate Scum', 'ML'),
(24253, 'Animation', 'Starz Special: Open Season', 'ML'),
(24254, 'Animation', 'Ishida to Asakura', 'ML'),
(24255, 'Animation', 'Frying Pan Alley', 'ML'),
(24256, 'Animation', 'The Phoney Focus', 'ML'),
(24257, 'Animation', 'Dogpile', 'ML'),
(24258, 'Animation', 'Molodilnye yabloki', 'ML'),
(24259, 'Animation', 'Strawberry Shortcake: A Berry Grand Opening', 'ML'),
(24260, 'Animation', 'Turnip Head', 'ML'),
(24261, 'Animation', 'Muto', 'ML'),
(24262, 'Animation', 'I spilia tou fengariou', 'ML'),
(24263, 'Animation', 'Dazzle the Dinosaur', 'ML'),
(24264, 'Animation', 'Megas XLR', 'ML'),
(24265, 'Animation', 'Glendogie Bogey', 'ML'),
(24266, 'Animation', 'What Cassandra Saw', 'ML'),
(24267, 'Animation', 'Tri bogatyrya na dalnikh beregakh', 'ML'),
(24268, 'Animation', 'Jail Birds', 'ML'),
(24269, 'Animation', 'A Magic Box', 'ML'),
(24270, 'Animation', 'Curiosos: Las secuoyas', 'ML'),
(24271, 'Animation', 'The Animated Adventures of Tom Sawyer', 'ML'),
(24272, 'Animation', 'Kureyon Shinchan: Arashi o yobu ougon no supai daisakusen', 'ML'),
(24273, 'Animation', 'Studie Nr. 14', 'ML'),
(24274, 'Animation', 'The Memory Operation in UFO', 'ML'),
(24275, 'Animation', 'Dark Horse Motion Comics', 'ML'),
(24276, 'Animation', 'Weasel Stop', 'ML'),
(24277, 'Animation', 'Jasper: Journey to the End of the World', 'ML'),
(24278, 'Animation', 'Soho Square', 'ML'),
(24279, 'Animation', 'The Happy Cobblers', 'ML'),
(24280, 'Animation', 'Invention Convention', 'ML'),
(24281, 'Animation', 'Signs of the Times', 'ML'),
(24282, 'Animation', 'Sakura Wars Gekitei Furitusuke Video', 'ML'),
(24283, 'Animation', 'Nuril', 'ML'),
(24284, 'Animation', 'Jozi Zoo', 'ML'),
(24285, 'Animation', 'El perro ambicioso', 'ML'),
(24286, 'Animation', 'Combat Two', 'ML'),
(24287, 'Animation', 'Don Cleque va de pesca', 'ML'),
(24288, 'Animation', 'The Adventures of One eskimO', 'ML'),
(24289, 'Animation', 'Weather Magic', 'ML'),
(24290, 'Animation', 'Its Everybodys Business', 'ML'),
(24291, 'Animation', 'Peeping Gnooms', 'ML'),
(24292, 'Animation', 'Postman Pat', 'ML'),
(24293, 'Animation', 'Ruby Gloom', 'ML'),
(24294, 'Animation', 'The Mighty Mr. Titan', 'ML'),
(24295, 'Animation', 'Lloyd in the Corner', 'ML'),
(24296, 'Animation', 'Nonspecific Threat', 'ML'),
(24297, 'Animation', 'Garbancito de la Mancha', 'ML'),
(24298, 'Animation', 'Rupan sansei', 'ML'),
(24299, 'Animation', 'Tobe! Isami', 'ML'),
(24300, 'Animation', 'Wings: A Tale of Two Chickens', 'ML'),
(24301, 'Animation', 'Johns Tall Tale', 'ML'),
(24302, 'Animation', 'Klyuch', 'ML'),
(24303, 'Animation', 'Freefonix', 'ML'),
(24304, 'Animation', 'The International Tournee of Animation: Volume 2', 'ML'),
(24305, 'Animation', 'Kenny and the Chimp: Diseasy Does It! or Chimp -n- Pox', 'ML'),
(24306, 'Animation', 'Outer Space', 'ML'),
(24307, 'Animation', 'Zwei Ziegen', 'ML'),
(24308, 'Animation', 'Romance in the Air', 'ML'),
(24309, 'Animation', 'Nick Jr. Parent Directed Spot', 'ML'),
(24310, 'Animation', 'Entaku no kishi monogatari: Moero Arthur', 'ML'),
(24311, 'Animation', 'Scooby-Doo! Legend of the Phantosaur', 'ML'),
(24312, 'Animation', 'Bajo la almohada', 'ML'),
(24313, 'Animation', 'Price Shock', 'ML'),
(24314, 'Animation', 'Sasamekikoto', 'ML'),
(24315, 'Animation', 'The Arrival', 'ML'),
(24316, 'Animation', 'Extinct', 'ML'),
(24317, 'Animation', 'Technotise - Edit i ja', 'ML'),
(24318, 'Animation', 'Fiske Torpedo Plane', 'ML'),
(24319, 'Animation', 'BugWorld', 'ML'),
(24320, 'Animation', 'Final Fantasy', 'ML'),
(24321, 'Animation', 'Raimu iro senki tan', 'ML'),
(24322, 'Animation', 'Sheep Raider', 'ML'),
(24323, 'Animation', 'Antagonisme', 'ML'),
(24324, 'Animation', 'Sini', 'ML'),
(24325, 'Animation', 'Ixion Saga DT', 'ML'),
(24326, 'Animation', 'Shark Bait', 'ML'),
(24327, 'Animation', 'Spectators', 'ML'),
(24328, 'Animation', 'Microfabule', 'ML'),
(24329, 'Animation', 'Pickup Is a Sportsman', 'ML'),
(24330, 'Animation', 'Mechta', 'ML'),
(24331, 'Animation', 'Namahage densetsu', 'ML'),
(24332, 'Animation', 'The Flooded Playground', 'ML'),
(24333, 'Animation', 'Common Scents', 'ML'),
(24334, 'Animation', 'The Super Salesman', 'ML'),
(24335, 'Animation', 'Monsterbox', 'ML'),
(24336, 'Animation', 'Filminuto 2', 'ML'),
(24337, 'Animation', 'Ubu', 'ML'),
(24338, 'Animation', 'Star Wars: Yoda Stories', 'ML'),
(24339, 'Animation', 'Akuerian eiji', 'ML'),
(24340, 'Animation', 'Il signor Rossi al Camping', 'ML'),
(24341, 'Animation', 'La linea', 'ML'),
(24342, 'Animation', 'Pryde of the X-Men', 'ML'),
(24343, 'Animation', 'Museo Coconut', 'ML'),
(24344, 'Animation', 'Megaroporisu no mokushiroku', 'ML'),
(24345, 'Animation', 'Roll with It', 'ML'),
(24346, 'Animation', 'Mondaiji-tachi ga Isekai kara Kuru Sou Desu yo?', 'ML'),
(24347, 'Animation', 'La traca', 'ML'),
(24348, 'Animation', 'Dollar Dance', 'ML'),
(24349, 'Animation', 'Dziwny sen profesora Filutka', 'ML'),
(24350, 'Animation', 'Alf, Bill & Fred', 'ML'),
(24351, 'Animation', 'Elf Sparkle and the Special Red Dress', 'ML'),
(24352, 'Animation', 'Hero Factory', 'ML'),
(24353, 'Animation', 'Down to Mirth', 'ML'),
(24354, 'Animation', 'Achille', 'ML'),
(24355, 'Animation', 'We Can Get You Some Really Cheap Gear', 'ML'),
(24356, 'Animation', 'Dem der forsvinder', 'ML'),
(24357, 'Animation', 'Krabbenpuppenpoppen', 'ML'),
(24358, 'Animation', 'Elvira', 'ML'),
(24359, 'Animation', 'Vesyolaya karusel N 1', 'ML'),
(24360, 'Animation', 'Hombre idea', 'ML'),
(24361, 'Animation', 'Love and Theft', 'ML'),
(24362, 'Animation', 'Streltzi', 'ML'),
(24363, 'Animation', 'Around the World with Timon & Pumbaa', 'ML'),
(24364, 'Animation', 'Emfylios polemos', 'ML'),
(24365, 'Animation', 'Caracol, col, col', 'ML'),
(24366, 'Animation', 'Tiger & Bunny', 'ML'),
(24367, 'Animation', 'Sterile Atomic Fly', 'ML'),
(24368, 'Animation', 'Bunga banga re', 'ML'),
(24369, 'Animation', 'Ecophan', 'ML'),
(24370, 'Animation', 'Dealing with Women', 'ML'),
(24371, 'Animation', 'The Dizzy Acrobat', 'ML'),
(24372, 'Animation', 'Hochzeit im Korallenmeer', 'ML'),
(24373, 'Animation', 'Collecting Sky', 'ML'),
(24374, 'Animation', 'Strasse der Spezialisten', 'ML'),
(24375, 'Animation', 'Christmas for Sale', 'ML'),
(24376, 'Animation', 'The Falcon and the Duck', 'ML'),
(24377, 'Animation', 'Gun Dealer', 'ML'),
(24378, 'Animation', 'H', 'ML'),
(24379, 'Animation', 'Ahvipoeg Fips', 'ML'),
(24380, 'Animation', 'The Legend of Mulan', 'ML'),
(24381, 'Animation', 'Ichigatsu ni wa Christmas', 'ML'),
(24382, 'Animation', 'From Nudnik with Love', 'ML'),
(24383, 'Animation', 'Mankeli', 'ML'),
(24384, 'Animation', 'School Town', 'ML'),
(24385, 'Animation', 'Dragonball Z: God & God', 'ML'),
(24386, 'Animation', 'Peace Insurance', 'ML'),
(24387, 'Animation', 'Twenty Something Ninja Turtles', 'ML'),
(24388, 'Animation', 'Montezumas Revenge', 'ML'),
(24389, 'Animation', 'Mai otome: Tsuvai - Arashi no yokan', 'ML'),
(24390, 'Animation', 'Moonwatch', 'ML'),
(24391, 'Animation', 'No Comply', 'ML'),
(24392, 'Animation', 'MTV Bloom', 'ML'),
(24393, 'Animation', 'The Ginger Bread Boy', 'ML'),
(24394, 'Animation', 'Love and War in Toyland', 'ML'),
(24395, 'Animation', 'Quick Change', 'ML'),
(24396, 'Animation', 'Suika', 'ML'),
(24397, 'Animation', 'Chikara to onna no yo no naka', 'ML'),
(24398, 'Animation', 'SushiMan', 'ML'),
(24399, 'Animation', 'Natsuyasumi nikki', 'ML'),
(24400, 'Animation', 'Suursataman uhkaa', 'ML'),
(24401, 'Animation', 'Plus 50000 nen', 'ML'),
(24402, 'Animation', 'Memento mori 1', 'ML'),
(24403, 'Animation', 'The Tomorrow Machine', 'ML'),
(24404, 'Animation', 'The Rotten Rainmaker', 'ML'),
(24405, 'Animation', 'Bus Gamer', 'ML'),
(24406, 'Animation', 'A Family Circus Christmas', 'ML'),
(24407, 'Animation', 'Drum Up a Tenant', 'ML'),
(24408, 'Animation', 'Kinoki', 'ML'),
(24409, 'Animation', 'Cabeza alada', 'ML'),
(24410, 'Animation', 'Lets Talk Puberty for Girls', 'ML'),
(24411, 'Animation', 'Die Utopen', 'ML'),
(24412, 'Animation', 'La banda volante', 'ML'),
(24413, 'Animation', 'Atomix TV', 'ML'),
(24414, 'Animation', 'Mein Bruder', 'ML'),
(24415, 'Animation', 'The Lumber Champ', 'ML'),
(24416, 'Animation', '[Tides]', 'ML'),
(24417, 'Animation', 'Tansuwarashi.', 'ML'),
(24418, 'Animation', 'Kitchen Godfather', 'ML'),
(24419, 'Animation', 'Egoli', 'ML'),
(24420, 'Animation', 'Room on the Broom', 'ML'),
(24421, 'Animation', 'Bubsy in Claws Encounters of the Furred Kind', 'ML'),
(24422, 'Animation', 'Manga: Oira no ski', 'ML'),
(24423, 'Animation', 'Naa', 'ML'),
(24424, 'Animation', 'Strekoza i muravey', 'ML'),
(24425, 'Animation', 'Night Head Genesis', 'ML'),
(24426, 'Animation', 'WWF WrestleMania: The Arcade Game', 'ML'),
(24427, 'Animation', 'The Missing Sock', 'ML'),
(24428, 'Animation', 'The Dumbconscious Mind', 'ML'),
(24429, 'Animation', 'Rei-Lan: Orchid Emblem', 'ML'),
(24430, 'Animation', 'Ginga ojousama densetsu yuna', 'ML'),
(24431, 'Animation', 'Iraultza', 'ML'),
(24432, 'Animation', 'Duck Fever', 'ML'),
(24433, 'Animation', 'The Great Rabbitini', 'ML'),
(24434, 'Animation', 'Doing Their Bit', 'ML'),
(24435, 'Animation', 'The Beet Party', 'ML'),
(24436, 'Animation', 'Bassant and Diyasty', 'ML'),
(24437, 'Animation', 'Margarita', 'ML'),
(24438, 'Animation', 'Ankoku shinden takegami', 'ML'),
(24439, 'Animation', 'The Mumbly Cartoon Show', 'ML'),
(24440, 'Animation', 'Sinister Stuff', 'ML'),
(24441, 'Animation', 'K-Mouse', 'ML'),
(24442, 'Animation', 'Bratya piloty', 'ML'),
(24443, 'Animation', 'Ozuma', 'ML'),
(24444, 'Animation', 'Kara: The Animation', 'ML'),
(24445, 'Animation', 'El Musica', 'ML'),
(24446, 'Animation', 'The Little King', 'ML'),
(24447, 'Animation', 'Cartoonland', 'ML'),
(24448, 'Animation', 'Little Laura', 'ML'),
(24449, 'Animation', 'Cohen and Coon', 'ML'),
(24450, 'Animation', 'G-Man Jitters', 'ML'),
(24451, 'Animation', 'Leo the Lion: King of the Jungle', 'ML'),
(24452, 'Animation', 'Bat City', 'ML'),
(24453, 'Animation', 'Dogballs', 'ML'),
(24454, 'Animation', 'Sheng xiao chuan qi', 'ML'),
(24455, 'Animation', 'CH Jones: The Worlds Most Hated Food', 'ML'),
(24456, 'Animation', 'Wolverine', 'ML'),
(24457, 'Animation', 'Cockleshell Bay', 'ML'),
(24458, 'Animation', 'Zoo Olympics', 'ML'),
(24459, 'Animation', 'The Fruit Cases', 'ML'),
(24460, 'Animation', 'Trotro', 'ML'),
(24461, 'Animation', 'The Hunchback of Notre-Dame', 'ML'),
(24462, 'Animation', 'Pataniile lui Dulus si Labus', 'ML'),
(24463, 'Animation', 'Psychic Force', 'ML'),
(24464, 'Animation', 'Nogalo', 'ML'),
(24465, 'Animation', 'Cornwall', 'ML'),
(24466, 'Animation', 'Strela uletayet v skazku', 'ML'),
(24467, 'Animation', 'Tan cerca del sol', 'ML'),
(24468, 'Animation', 'Christmas Is Here Again', 'ML'),
(24469, 'Animation', 'Noddys Toyland Adventures', 'ML'),
(24470, 'Animation', 'North vs. South', 'ML'),
(24471, 'Animation', 'Cuesta College for Kids Stop Motion Project', 'ML'),
(24472, 'Animation', 'Triptyque: Tripes, Entrailles, Visceres', 'ML'),
(24473, 'Animation', 'Aka ao futaride', 'ML'),
(24474, 'Animation', 'Angel Beats!', 'ML'),
(24475, 'Animation', 'More Sex and Violence', 'ML'),
(24476, 'Animation', 'The Enchanted Drawing', 'ML'),
(24477, 'Animation', 'Old Mother Hubbard', 'ML'),
(24478, 'Animation', 'Voinicul si zmeul', 'ML'),
(24479, 'Animation', 'Storm P. Opfindelser', 'ML'),
(24480, 'Animation', 'The Great Handicap', 'ML'),
(24481, 'Animation', 'Yogi Bear and the Magical Flight of the Spruce Goose', 'ML'),
(24482, 'Animation', 'Slameniyat chovek', 'ML'),
(24483, 'Animation', 'El Hazard: The Magnificent World 2', 'ML'),
(24484, 'Animation', 'El arquero', 'ML'),
(24485, 'Animation', 'Le corbeau et le renard', 'ML'),
(24486, 'Animation', 'All Up a Tree', 'ML'),
(24487, 'Animation', 'The Sorrowful Story of Michael McShane', 'ML'),
(24488, 'Animation', 'Namiuchigiwa no Muromi-san', 'ML'),
(24489, 'Animation', 'Tennis Chumps', 'ML'),
(24490, 'Animation', 'She She She Shes a Bombshell', 'ML'),
(24491, 'Animation', 'Deep Sea Doodle', 'ML'),
(24492, 'Animation', 'Numbering Bad Fruit', 'ML'),
(24493, 'Animation', 'The California Raisin Show', 'ML'),
(24494, 'Animation', 'Jilted and Jolted', 'ML'),
(24495, 'Animation', 'Ko-Kos Signals', 'ML'),
(24496, 'Animation', 'Ostrich Feathers', 'ML'),
(24497, 'Animation', 'Freaky Robots', 'ML'),
(24498, 'Animation', 'Picatura', 'ML'),
(24499, 'Animation', 'Ti pou', 'ML'),
(24500, 'Animation', 'Care Bears: Adventures in Care-A-Lot', 'ML'),
(24501, 'Animation', 'Bebeto v uchilishte', 'ML'),
(24502, 'Animation', 'Lok Gatha', 'ML'),
(24503, 'Animation', 'Clay or the Origin of Species', 'ML'),
(24504, 'Animation', 'Sarah & Hayah', 'ML'),
(24505, 'Animation', 'The Magic Pail', 'ML'),
(24506, 'Animation', 'Samozhertva', 'ML'),
(24507, 'Animation', 'Kanojo no omoide', 'ML'),
(24508, 'Animation', 'Toshi wo totta wani', 'ML'),
(24509, 'Animation', 'Do pivnice', 'ML'),
(24510, 'Animation', 'Betwixt & Between', 'ML'),
(24511, 'Animation', 'La leyenda de los volcanes', 'ML'),
(24512, 'Animation', 'The Broncho Buster', 'ML'),
(24513, 'Animation', 'Art Support', 'ML'),
(24514, 'Animation', 'Transylvania Mania', 'ML'),
(24515, 'Animation', 'Fangface', 'ML'),
(24516, 'Animation', 'Animal Trax', 'ML'),
(24517, 'Animation', 'Hot for Hollywood', 'ML'),
(24518, 'Animation', 'The Loch Ness Kelpie', 'ML'),
(24519, 'Animation', 'Skarb Czarnego Jacka', 'ML'),
(24520, 'Animation', 'Fup & Svindel', 'ML'),
(24521, 'Animation', 'Vuurspuwers en krachtpatsers', 'ML'),
(24522, 'Animation', 'Palmy Days', 'ML'),
(24523, 'Animation', 'Pinocchios Abenteuer', 'ML'),
(24524, 'Animation', 'Cinderella Goes to a Party', 'ML'),
(24525, 'Animation', 'Crayon Shin-chan: Arashi o Yobu! Ora to Uchu no Princess', 'ML'),
(24526, 'Animation', 'Soldat', 'ML'),
(24527, 'Animation', 'Little Nobody', 'ML'),
(24528, 'Animation', 'Son Flower', 'ML'),
(24529, 'Animation', 'Farhat: The Prince of the Desert', 'ML'),
(24530, 'Animation', 'Les joyeux microbes', 'ML'),
(24531, 'Animation', 'The Adventures of Manxmouse', 'ML'),
(24532, 'Animation', 'Cat-Tastrophy', 'ML'),
(24533, 'Animation', 'Armitage III', 'ML'),
(24534, 'Animation', 'Lost and Foundation', 'ML'),
(24535, 'Animation', 'Genndys Scrapbook', 'ML'),
(24536, 'Animation', 'Mr. Slacker', 'ML'),
(24537, 'Animation', 'Czerwone i czarne', 'ML'),
(24538, 'Animation', 'Hanasaku Iroha Home Sweet Home', 'ML'),
(24539, 'Animation', 'Garto', 'ML'),
(24540, 'Animation', 'Uncle Sams Christmas', 'ML'),
(24541, 'Animation', 'Puchimas!: Petit Idolm@ster', 'ML'),
(24542, 'Animation', 'NeoGeo Battle Coliseum', 'ML'),
(24543, 'Animation', 'Ningyo no mori', 'ML'),
(24544, 'Animation', 'Bonhommes', 'ML'),
(24545, 'Animation', 'Bromitas no', 'ML'),
(24546, 'Animation', 'Mouse Trek', 'ML'),
(24547, 'Animation', 'Pumper Pups', 'ML'),
(24548, 'Animation', 'Disney Princess Party: Volume Two', 'ML'),
(24549, 'Animation', 'Inspektor Martin i banda puzeva', 'ML'),
(24550, 'Animation', 'Auto', 'ML'),
(24551, 'Animation', 'The Greener Yard', 'ML'),
(24552, 'Animation', 'Sanjourno Must Die', 'ML'),
(24553, 'Animation', 'Ban ye ji jiao', 'ML'),
(24554, 'Animation', 'Priscilla and the Pesky Fly', 'ML'),
(24555, 'Animation', 'Budda saitan', 'ML'),
(24556, 'Animation', 'C.O.P.S.', 'ML'),
(24557, 'Animation', 'Arabs with Dirty Fezzes', 'ML'),
(24558, 'Animation', 'The Yum Yums: The Day Things Went Sour', 'ML'),
(24559, 'Animation', 'The Lonely Bottle', 'ML'),
(24560, 'Animation', 'The Awful Tooth', 'ML'),
(24561, 'Animation', 'Gakuen Sodomu', 'ML'),
(24562, 'Animation', 'Trumpton', 'ML'),
(24563, 'Animation', 'Barbie as Rapunzel', 'ML'),
(24564, 'Animation', 'Never Again! The Story of a Speeder Cop.', 'ML'),
(24565, 'Animation', 'The Bare Idea', 'ML'),
(24566, 'Animation', 'The Old Santiago and the Sea', 'ML'),
(24567, 'Animation', 'The Creation', 'ML'),
(24568, 'Animation', 'Variatiuni...', 'ML'),
(24569, 'Animation', 'Nellie of the Circus', 'ML'),
(24570, 'Animation', 'B.O.B.s Big Break', 'ML'),
(24571, 'Animation', 'Dr Otter', 'ML'),
(24572, 'Animation', 'The Hitch Hiker', 'ML'),
(24573, 'Animation', 'Beneath the Rubber Tree', 'ML'),
(24574, 'Animation', 'Pantoffelhelden', 'ML'),
(24575, 'Animation', 'Dirty Little Adult Cartoons, Vol. 5', 'ML'),
(24576, 'Animation', 'Dots', 'ML'),
(24577, 'Animation', 'Hatsukoi rimitetto', 'ML'),
(24578, 'Animation', 'Postcards from Buster', 'ML'),
(24579, 'Animation', 'Emilio and His Magical Bull', 'ML'),
(24580, 'Animation', 'Half-Pint Pygmy', 'ML'),
(24581, 'Animation', 'The Emperors Treasure', 'ML'),
(24582, 'Animation', 'The International Fast Food Championship', 'ML'),
(24583, 'Animation', 'Las aventuras de Don Quijote', 'ML'),
(24584, 'Animation', 'Solomon Grundy', 'ML'),
(24585, 'Animation', 'Party Wagon', 'ML'),
(24586, 'Animation', 'Yellow Fever', 'ML'),
(24587, 'Animation', 'The Bear, the Cloud, and God', 'ML'),
(24588, 'Animation', 'Aquatoria', 'ML'),
(24589, 'Animation', 'EyeToy: AntiGrav', 'ML'),
(24590, 'Animation', 'A Barnyard Hamlet', 'ML'),
(24591, 'Animation', 'Mugworth', 'ML'),
(24592, 'Animation', 'Erotische Zeichentrickparade: Teil 2', 'ML'),
(24593, 'Animation', 'Geschichten aus Mullewapp', 'ML'),
(24594, 'Animation', 'Four Hobbies', 'ML'),
(24595, 'Animation', '(R)evolution', 'ML'),
(24596, 'Animation', 'Mr. Smith', 'ML'),
(24597, 'Animation', 'Waardige vertegenwoordiging', 'ML'),
(24598, 'Animation', 'Monsuno', 'ML'),
(24599, 'Animation', 'Olive Oyl and Water Dont Mix', 'ML'),
(24600, 'Animation', 'The Adventures of Luke and Joe: Return to Santa Cruz', 'ML'),
(24601, 'Animation', 'StorySmyth Tales: Hurry Up and Slow Down', 'ML'),
(24602, 'Animation', 'Big Cat, Little Cat', 'ML'),
(24603, 'Animation', 'Garabatos Freyre de Andrade', 'ML'),
(24604, 'Animation', 'Sprinkle Me Pink', 'ML'),
(24605, 'Animation', 'The Boy and the Whore', 'ML'),
(24606, 'Animation', 'Cool Boarders', 'ML'),
(24607, 'Animation', 'Hollywood Hounds', 'ML'),
(24608, 'Animation', 'Hto zhywe na dni Pisochnogo?', 'ML'),
(24609, 'Animation', 'Pas de Stoelen', 'ML'),
(24610, 'Animation', 'One Cakey Afternoon', 'ML'),
(24611, 'Animation', 'Hula Hullabaloola', 'ML'),
(24612, 'Animation', 'Lil Larikkins', 'ML'),
(24613, 'Animation', 'Rebus Film Nr. 5', 'ML'),
(24614, 'Animation', 'LocoRoco: Midnight Carnival', 'ML'),
(24615, 'Animation', 'Day Nurse', 'ML'),
(24616, 'Animation', 'Urmel 2: Faule Tricks auf hoher See', 'ML'),
(24617, 'Animation', 'Please Hold Your Breath', 'ML'),
(24618, 'Animation', 'Flight to the Finish', 'ML'),
(24619, 'Animation', 'Des souris', 'ML'),
(24620, 'Animation', 'Bum Fights!', 'ML'),
(24621, 'Animation', 'SSX Tricky', 'ML'),
(24622, 'Animation', 'Marvin the Martian & K9: 50 Years on Earth', 'ML'),
(24623, 'Animation', 'Beanstalk Jack', 'ML'),
(24624, 'Animation', 'Kirmes in Hollywood', 'ML'),
(24625, 'Animation', 'Everybodys Pregnant', 'ML'),
(24626, 'Animation', 'Sharo detektiv', 'ML'),
(24627, 'Animation', 'City Hunter: Ai to shukumei no Magnum', 'ML'),
(24628, 'Animation', 'Wooden Athletes', 'ML'),
(24629, 'Animation', 'Tongues and Taxis', 'ML'),
(24630, 'Animation', 'Airmax and the Cottonball Monsters', 'ML'),
(24631, 'Animation', 'A Bed of Butterflies', 'ML'),
(24632, 'Animation', '008: Operazione ritmo', 'ML'),
(24633, 'Animation', 'Video Mods', 'ML'),
(24634, 'Animation', 'Genji monogatari sennenki: Genji', 'ML'),
(24635, 'Animation', 'The Swineherd', 'ML'),
(24636, 'Animation', 'Life on Mental Block', 'ML'),
(24637, 'Animation', 'Crow De Guerre', 'ML'),
(24638, 'Animation', 'Aka-chan to boku', 'ML'),
(24639, 'Animation', 'Un matin ordinaire', 'ML'),
(24640, 'Animation', 'Dead But Not Buried', 'ML'),
(24641, 'Animation', 'Lili et le loup', 'ML'),
(24642, 'Animation', 'Amazing Insects', 'ML'),
(24643, 'Animation', 'Ekho', 'ML'),
(24644, 'Animation', 'Mr. Ima Jonahs Home Brew', 'ML'),
(24645, 'Animation', 'Angelina Ballerina: Angelina Sets Sail', 'ML'),
(24646, 'Animation', 'Buzzy Boop at the Concert', 'ML'),
(24647, 'Animation', 'SimsalaGrimm II: The Adventures of Yoyo and Doc Croc', 'ML'),
(24648, 'Animation', 'Paa-man', 'ML'),
(24649, 'Animation', 'Doodle Film', 'ML'),
(24650, 'Animation', 'Die Schelme von Schelm', 'ML'),
(24651, 'Animation', 'The History of Stand-Up Comedy', 'ML'),
(24652, 'Animation', 'Croon Crazy', 'ML'),
(24653, 'Animation', 'Strawberry Shortcake: Spring for Strawberry Shortcake', 'ML'),
(24654, 'Animation', 'Occho kochoi', 'ML'),
(24655, 'Animation', 'The Adventures of Fleebert the Flamingo', 'ML'),
(24656, 'Animation', 'Jushin Riger', 'ML'),
(24657, 'Animation', 'A Scooby-Doo! Christmas', 'ML'),
(24658, 'Animation', 'Abu and the Poisoned Well', 'ML'),
(24659, 'Animation', 'Propaganda Message', 'ML'),
(24660, 'Animation', 'Little Red Schoolmouse', 'ML'),
(24661, 'Animation', 'A Dama da Lapa', 'ML'),
(24662, 'Animation', 'Socko in Morocco', 'ML'),
(24663, 'Animation', 'Intelligence Test', 'ML'),
(24664, 'Animation', 'Another Great Day!', 'ML'),
(24665, 'Animation', 'Dver', 'ML'),
(24666, 'Animation', 'Bongee Bear and the Kingdom of Rhythm', 'ML'),
(24667, 'Animation', 'The Crowd Snores', 'ML'),
(24668, 'Animation', 'Hotdog n Hamburger: Lunchbreak', 'ML'),
(24669, 'Animation', 'Cirkus', 'ML'),
(24670, 'Animation', 'Laverne & Shirley in the Army', 'ML'),
(24671, 'Animation', 'Eppur si muove', 'ML'),
(24672, 'Animation', 'The Phantom Skyscraper', 'ML'),
(24673, 'Animation', 'Pink Pull', 'ML'),
(24674, 'Animation', 'The Wrong Trainers', 'ML'),
(24675, 'Animation', 'The Cartoon Man', 'ML'),
(24676, 'Animation', 'Rebus Film Nr. 6', 'ML'),
(24677, 'Animation', 'Redrat', 'ML'),
(24678, 'Animation', 'Blue Aces Wild', 'ML'),
(24679, 'Animation', 'Cartoons in a Sanitarium', 'ML'),
(24680, 'Animation', 'Beat Dedication', 'ML'),
(24681, 'Animation', 'Coming!! Snafu', 'ML'),
(24682, 'Animation', 'Private Andy', 'ML'),
(24683, 'Animation', 'Smallville: Justice and Doom', 'ML'),
(24684, 'Animation', 'The Comic Strip', 'ML'),
(24685, 'Animation', 'Angelo Rules', 'ML'),
(24686, 'Animation', 'The Golden Calf', 'ML'),
(24687, 'Animation', 'Son smeshnogo cheloveka', 'ML'),
(24688, 'Animation', 'De la lume adunate', 'ML'),
(24689, 'Animation', 'Code Name: Mat', 'ML'),
(24690, 'Animation', 'Krake', 'ML'),
(24691, 'Animation', 'Noddy in Toyland', 'ML'),
(24692, 'Animation', 'Flying Lesson', 'ML'),
(24693, 'Animation', 'Urban Stencil', 'ML'),
(24694, 'Animation', 'Rimodelim', 'ML'),
(24695, 'Animation', 'Uncle Joey', 'ML'),
(24696, 'Animation', 'Party Smarty', 'ML'),
(24697, 'Animation', 'Lisica v lisicjem jeziku', 'ML'),
(24698, 'Animation', 'Colonel Heeza Liar, Ghost Breaker', 'ML'),
(24699, 'Animation', 'Farbrorn som inte vill va stor', 'ML'),
(24700, 'Animation', 'Hollyrock-a-Bye Baby', 'ML'),
(24701, 'Animation', 'Supertramps', 'ML'),
(24702, 'Animation', 'Mouse in Manhattan', 'ML'),
(24703, 'Animation', 'Danguard Ace', 'ML'),
(24704, 'Animation', 'The Incredible Toon Machine', 'ML'),
(24705, 'Animation', 'Ceguera', 'ML'),
(24706, 'Animation', 'Teddys End', 'ML'),
(24707, 'Animation', 'Cirque De Hamster', 'ML'),
(24708, 'Animation', 'Im Glad You Asked That Question', 'ML'),
(24709, 'Animation', 'Kval', 'ML'),
(24710, 'Animation', 'The Instructional Guide to Dating', 'ML'),
(24711, 'Animation', 'Spaghetti for Two', 'ML'),
(24712, 'Animation', 'The Playful Pest', 'ML'),
(24713, 'Animation', 'El viaje de Ida', 'ML'),
(24714, 'Animation', 'Off We Glow', 'ML'),
(24715, 'Animation', 'Winner by a Hare', 'ML'),
(24716, 'Animation', 'Firmin: Adventures of a Metropolitan Lowlife', 'ML'),
(24717, 'Animation', 'Zevo-3', 'ML'),
(24718, 'Animation', 'Yuukiaru hotaru to tobenai hotaru', 'ML'),
(24719, 'Animation', 'World Womble Day', 'ML'),
(24720, 'Animation', 'Snapping the Whip', 'ML'),
(24721, 'Animation', 'Shorty McShorts Shorts', 'ML'),
(24722, 'Animation', 'Kovceg', 'ML'),
(24723, 'Animation', 'Fruit Football World Cup', 'ML'),
(24724, 'Animation', 'The Manslayer', 'ML'),
(24725, 'Animation', 'Jim Knopf', 'ML'),
(24726, 'Animation', 'The Adventures of the Scrabble People in a Pumpkin Full of Nonsense', 'ML'),
(24727, 'Animation', 'Hooky Spooky', 'ML'),
(24728, 'Animation', 'Bully Dance', 'ML'),
(24729, 'Animation', 'Hana no ko Lun Lun', 'ML'),
(24730, 'Animation', 'G.I. Joe: Sgt. Savage and His Screaming Eagles', 'ML'),
(24731, 'Animation', 'The Papilio Odyssey Book 1: Flutterby', 'ML'),
(24732, 'Animation', 'Yo quiero que me quieran', 'ML'),
(24733, 'Animation', 'Squatters Rights', 'ML'),
(24734, 'Animation', 'Moya zhizn', 'ML'),
(24735, 'Animation', 'A Warm Reception in L.A.', 'ML'),
(24736, 'Animation', 'Felix on the Trail', 'ML'),
(24737, 'Animation', 'Fantascope Tylostoma', 'ML'),
(24738, 'Animation', 'Deep Threat', 'ML'),
(24739, 'Animation', 'Marys Little Lamb', 'ML'),
(24740, 'Animation', 'How to Ride a Horse', 'ML'),
(24741, 'Animation', 'Emuna: A Tale of Faith', 'ML'),
(24742, 'Animation', 'Autre', 'ML'),
(24743, 'Animation', 'La chose dans la poubelle', 'ML'),
(24744, 'Animation', 'Son Indochine', 'ML'),
(24745, 'Animation', 'Quack Shot', 'ML'),
(24746, 'Animation', 'Nando en la luna', 'ML'),
(24747, 'Animation', 'Team Umizoomi', 'ML'),
(24748, 'Animation', 'Bobby Bumps, the Cave Man', 'ML'),
(24749, 'Animation', 'Ignatz Believes in Signs', 'ML'),
(24750, 'Animation', 'En marchant', 'ML'),
(24751, 'Animation', 'Hospitalities', 'ML'),
(24752, 'Animation', 'A Guy and His Beaver', 'ML'),
(24753, 'Animation', 'A Wolfs Tale', 'ML'),
(24754, 'Animation', 'Za samurai', 'ML'),
(24755, 'Animation', 'Honorable Cat Story', 'ML'),
(24756, 'Animation', 'Useless Hints by Fuller Prunes', 'ML'),
(24757, 'Animation', 'Kappa no paataro', 'ML'),
(24758, 'Animation', 'Rekko', 'ML'),
(24759, 'Animation', 'In the Forest', 'ML'),
(24760, 'Animation', 'Ek Anek Aur Ekta', 'ML'),
(24761, 'Animation', 'A Study in Crayon', 'ML'),
(24762, 'Animation', 'Ceux den haut', 'ML'),
(24763, 'Animation', 'Giddy Gadgets', 'ML'),
(24764, 'Animation', 'Heymll, Carcasses', 'ML'),
(24765, 'Animation', 'Strife with Father', 'ML'),
(24766, 'Animation', 'The Way the Dead Love', 'ML'),
(24767, 'Animation', 'Wont You Walk Into My Parlor', 'ML'),
(24768, 'Animation', 'Cock-a-Doodle-Duel', 'ML'),
(24769, 'Animation', 'Steeples', 'ML'),
(24770, 'Animation', 'Creatures', 'ML'),
(24771, 'Animation', 'Edward and Friends', 'ML'),
(24772, 'Animation', 'Felix Finds a Way', 'ML'),
(24773, 'Animation', 'Goofy Gondolas', 'ML'),
(24774, 'Animation', 'Little Tough Mice', 'ML'),
(24775, 'Animation', 'Vesyolaya karusel N 18', 'ML'),
(24776, 'Animation', 'Alan Ford e il gruppo TNT contro Superciuk', 'ML'),
(24777, 'Animation', 'Egg', 'ML'),
(24778, 'Animation', 'Dig That Dog', 'ML'),
(24779, 'Animation', 'The First Earful', 'ML'),
(24780, 'Animation', 'Another Tale', 'ML'),
(24781, 'Animation', 'Two Sizes Too Big', 'ML'),
(24782, 'Animation', 'Movin on Up!', 'ML'),
(24783, 'Animation', 'Port Whines', 'ML'),
(24784, 'Animation', 'Initial D: Fourth Stage', 'ML'),
(24785, 'Animation', 'Los reyes magos', 'ML'),
(24786, 'Animation', 'Mutt and Jeffs Nooze Weekly', 'ML'),
(24787, 'Animation', 'Origin of the Shinny', 'ML'),
(24788, 'Animation', 'Cultural Reproduction Machine', 'ML'),
(24789, 'Animation', 'Little Brown Jug', 'ML'),
(24790, 'Animation', 'Habit Troubles', 'ML'),
(24791, 'Animation', 'Robin Hood and Other Fabulous Fables', 'ML'),
(24792, 'Animation', 'Whats Up Mom?', 'ML'),
(24793, 'Animation', 'Little Dogs on the Prairie: Pride, Prejudice and Fudge', 'ML'),
(24794, 'Animation', 'Robot and Monster', 'ML'),
(24795, 'Animation', 'The Right to Express Yourself', 'ML'),
(24796, 'Animation', 'Manga: Kobutori', 'ML'),
(24797, 'Animation', 'The Wotwots', 'ML'),
(24798, 'Animation', 'The Parable of the Thoughtless Man', 'ML'),
(24799, 'Animation', 'Touchdown Mickey', 'ML'),
(24800, 'Animation', 'Weight of a Wall', 'ML'),
(24801, 'Animation', 'Pinch to Punch', 'ML'),
(24802, 'Animation', 'Alices Adventures in Wonderland by Lewis Carroll, the 150th Anniversary Animated Edition for Tablet Computers', 'ML'),
(24803, 'Animation', 'Dyadyushka Au v gorode', 'ML'),
(24804, 'Animation', 'The Moxy Show', 'ML'),
(24805, 'Animation', 'The Abominable Mountaineers', 'ML'),
(24806, 'Animation', 'Kemeko derakkusu!', 'ML'),
(24807, 'Animation', 'Cutting Out His Nonsense', 'ML'),
(24808, 'Animation', 'The Great Balloon Race of Ace & Jace', 'ML'),
(24809, 'Animation', 'The Bon Bon Parade', 'ML'),
(24810, 'Animation', 'The Archie Comedy Hour', 'ML'),
(24811, 'Animation', 'For Lands Sake', 'ML'),
(24812, 'Animation', 'VeggieTales: Minnesota Cuke and the Search for Noahs Umbrella', 'ML'),
(24813, 'Animation', 'Lesson Not Learned', 'ML'),
(24814, 'Animation', 'Clarita', 'ML'),
(24815, 'Animation', 'Carte de Visite', 'ML'),
(24816, 'Animation', 'Tables of Content', 'ML'),
(24817, 'Animation', 'Sto godina jednog veka', 'ML'),
(24818, 'Animation', 'Co kdyby...?', 'ML'),
(24819, 'Animation', 'Walk Through Forest, Enter Water, Build Fort', 'ML'),
(24820, 'Animation', 'Hubert, lhomme aux bonbons', 'ML'),
(24821, 'Animation', 'Boulevardier from the Bronx', 'ML'),
(24822, 'Animation', 'Philbert the Frog', 'ML'),
(24823, 'Animation', 'Deep Stuff', 'ML'),
(24824, 'Animation', 'D.C.S.S.: Da Capo Second Season', 'ML'),
(24825, 'Animation', 'Bobby Bumps Adventures', 'ML'),
(24826, 'Animation', 'Eshmakunas oinebi', 'ML'),
(24827, 'Animation', 'Akage no Anne: Green Gables e no Michi', 'ML'),
(24828, 'Animation', 'Johnny Bravo Goes to Bollywood', 'ML'),
(24829, 'Animation', 'Mighty Mouse and the Kilkenny Cats', 'ML'),
(24830, 'Animation', 'The Trained Horse', 'ML'),
(24831, 'Animation', 'Tublid loomad', 'ML'),
(24832, 'Animation', 'My Frankie', 'ML'),
(24833, 'Animation', 'Xenosaga', 'ML'),
(24834, 'Animation', 'Off-Mikes', 'ML'),
(24835, 'Animation', 'State of the Economy: Oil Addiction', 'ML'),
(24836, 'Animation', 'Dreamy Dud and a Visit to the Zoo', 'ML'),
(24837, 'Animation', 'Neds Newt', 'ML'),
(24838, 'Animation', 'Jelly Pilgrim', 'ML'),
(24839, 'Animation', 'Squirrel Crazy', 'ML'),
(24840, 'Animation', 'Commandos Strike Force', 'ML'),
(24841, 'Animation', 'Le Piaf', 'ML'),
(24842, 'Animation', '1,332 Feet Below the Sea', 'ML'),
(24843, 'Animation', 'Jeom-bak-i: Han-ban-do-eui Gong-ryong 3D', 'ML'),
(24844, 'Animation', 'The Lost Book', 'ML'),
(24845, 'Animation', 'Decaff II', 'ML'),
(24846, 'Animation', 'Beside Her Cider', 'ML'),
(24847, 'Animation', 'Coastal Navigation', 'ML'),
(24848, 'Animation', 'Bunnytown', 'ML'),
(24849, 'Animation', 'Adventures in Odyssey: Go West Young Man', 'ML'),
(24850, 'Animation', 'Jojo in the Stars', 'ML'),
(24851, 'Animation', 'Krolestwo zielonej polany', 'ML'),
(24852, 'Animation', 'Hyokkori hyotan-jima', 'ML'),
(24853, 'Animation', 'Petes Haunted House', 'ML'),
(24854, 'Animation', 'Saint Seiya: The Hades Chapter - Inferno', 'ML'),
(24855, 'Animation', 'Veliki strah', 'ML'),
(24856, 'Animation', 'Alpha and Omega', 'ML'),
(24857, 'Animation', 'Doraemon: Nobita to robotto kingudamu', 'ML'),
(24858, 'Animation', 'Pitt and Kantrop', 'ML'),
(24859, 'Animation', 'Beasty Rooster', 'ML'),
(24860, 'Animation', 'El planeta del terror', 'ML'),
(24861, 'Animation', 'Garasu no Chikyuu o Sukue Unico Tokubetsuhen', 'ML'),
(24862, 'Animation', 'Na Linha do Horizonte', 'ML'),
(24863, 'Animation', 'Watching TV', 'ML'),
(24864, 'Animation', 'Una de abono', 'ML'),
(24865, 'Animation', 'The Autograph Hunter', 'ML'),
(24866, 'Animation', 'Xevious', 'ML'),
(24867, 'Animation', 'Bewitched Matches', 'ML'),
(24868, 'Animation', 'Ageladitsa', 'ML'),
(24869, 'Animation', 'MindCandy Volume 3: PC Demos 2003-2010', 'ML'),
(24870, 'Animation', 'Der Two Twins', 'ML'),
(24871, 'Animation', 'Tom and Jerrys Greatest Chases', 'ML'),
(24872, 'Animation', 'n.n.', 'ML'),
(24873, 'Animation', 'Tales of a Traveler', 'ML'),
(24874, 'Animation', 'Pica para malaiata', 'ML'),
(24875, 'Animation', 'The Animation Show 2007', 'ML'),
(24876, 'Animation', 'Bo on the GO!', 'ML'),
(24877, 'Animation', 'The Not So Altruistic Scientist', 'ML'),
(24878, 'Animation', 'Tangled Up in Blue', 'ML'),
(24879, 'Animation', 'Plumm', 'ML'),
(24880, 'Animation', 'The Bonehead Age', 'ML'),
(24881, 'Animation', 'The Promoters', 'ML'),
(24882, 'Animation', 'Musti', 'ML'),
(24883, 'Animation', 'Fatal Distraction', 'ML'),
(24884, 'Animation', 'Bananas', 'ML'),
(24885, 'Animation', 'Little Che', 'ML'),
(24886, 'Animation', 'Witches in Stitches', 'ML'),
(24887, 'Animation', 'Disney Sing-Along-Songs: Friend Like Me', 'ML'),
(24888, 'Animation', 'Rhea Gall Force', 'ML'),
(24889, 'Animation', 'This Sucks!', 'ML'),
(24890, 'Animation', 'Trolly Dollies', 'ML'),
(24891, 'Animation', 'Distraction of a Stationary Nature', 'ML'),
(24892, 'Animation', 'Epic Mickey: Designing the World', 'ML'),
(24893, 'Animation', 'Nicktoons Movin Eye Toy', 'ML'),
(24894, 'Animation', 'Espresso Depresso', 'ML'),
(24895, 'Animation', 'Stone Age Error', 'ML'),
(24896, 'Animation', 'God Hates Cartoons', 'ML'),
(24897, 'Animation', 'Magoos Moose Hunt', 'ML'),
(24898, 'Animation', 'Troy: Naked Boys Behind Bars, Sing!', 'ML'),
(24899, 'Animation', 'Stories from My Childhood', 'ML'),
(24900, 'Animation', 'The Fable of the Dogs Paradise', 'ML'),
(24901, 'Animation', 'The Little Wizard. O Mago Dubidoso.', 'ML'),
(24902, 'Animation', 'An Animated American', 'ML'),
(24903, 'Animation', 'Free as a Bird', 'ML'),
(24904, 'Animation', 'Moxie', 'ML'),
(24905, 'Animation', 'Gene Hattree: The Trap', 'ML'),
(24906, 'Animation', 'Sealab 2020', 'ML'),
(24907, 'Animation', 'Fantezii', 'ML'),
(24908, 'Animation', 'Im No Fool with a Bicycle', 'ML'),
(24909, 'Animation', 'Cooper McQue Comes Through', 'ML'),
(24910, 'Animation', 'Polly World: Her First Full-Length Movie', 'ML'),
(24911, 'Animation', 'Going! Going! Gosh!', 'ML'),
(24912, 'Animation', 'The Toy Shoppe', 'ML'),
(24913, 'Animation', 'V strane Bobberov', 'ML'),
(24914, 'Animation', 'Where, There, Here', 'ML'),
(24915, 'Animation', 'Little Roquefort', 'ML'),
(24916, 'Animation', 'Dichoso mordisco', 'ML'),
(24917, 'Animation', 'Seaside Adventures', 'ML'),
(24918, 'Animation', 'Itse valtiaat', 'ML'),
(24919, 'Animation', 'Les jetons', 'ML'),
(24920, 'Animation', 'Room Runners', 'ML'),
(24921, 'Animation', 'A Krazy Katastrophe', 'ML'),
(24922, 'Animation', 'Emily and the Baba Yaga', 'ML'),
(24923, 'Animation', 'The Sydney Pulse', 'ML'),
(24924, 'Animation', 'Doc McStuffins', 'ML'),
(24925, 'Animation', 'Domestikia: The Incident in the Nursery', 'ML'),
(24926, 'Animation', 'Galactik Football', 'ML'),
(24927, 'Animation', 'Flight of Magic', 'ML'),
(24928, 'Animation', 'Reci, reci, reci...', 'ML'),
(24929, 'Animation', 'The Pebbles and Bamm-Bamm Show', 'ML'),
(24930, 'Animation', 'Rasseyannyy Dzhovanni', 'ML'),
(24931, 'Animation', 'Jammin in Jamaica', 'ML'),
(24932, 'Animation', 'Tri junaka', 'ML'),
(24933, 'Animation', 'Dive Olly Dive!', 'ML'),
(24934, 'Animation', 'Wicked Willie', 'ML'),
(24935, 'Animation', 'Psychological Testing', 'ML'),
(24936, 'Animation', 'Ena gramma mia istoria', 'ML'),
(24937, 'Animation', 'Abstractions', 'ML'),
(24938, 'Animation', 'The Bone Ranger', 'ML'),
(24939, 'Animation', 'Kubula a Kuba Kubikula', 'ML'),
(24940, 'Animation', 'Oscar, der Ballonfahrer', 'ML'),
(24941, 'Animation', 'WWF WrestleMania Steel Cage Challenge', 'ML'),
(24942, 'Animation', 'Low-Tech', 'ML'),
(24943, 'Animation', 'Eetu ja Konna', 'ML'),
(24944, 'Animation', 'Very Merry Christmas Sing Along Songs', 'ML'),
(24945, 'Animation', 'Yabloko', 'ML'),
(24946, 'Animation', 'Twisted Murder', 'ML'),
(24947, 'Animation', 'My Pony Boy', 'ML'),
(24948, 'Animation', 'Teddy Bears Picnic', 'ML'),
(24949, 'Animation', 'Ave', 'ML'),
(24950, 'Animation', 'Which Witch Is Which', 'ML'),
(24951, 'Animation', 'Xemoland', 'ML'),
(24952, 'Animation', 'Henry Le Cooking', 'ML'),
(24953, 'Animation', 'Max Steel: Endangered Species', 'ML'),
(24954, 'Animation', 'La gallina ciega', 'ML'),
(24955, 'Animation', 'Big Hero 6', 'ML'),
(24956, 'Animation', 'The Funny Company', 'ML'),
(24957, 'Animation', 'Canimated Nooz Pictorial, No. 3', 'ML'),
(24958, 'Animation', 'In the Shadow of No Towers', 'ML'),
(24959, 'Animation', 'Match Scratch Fever', 'ML'),
(24960, 'Animation', 'Captain Wilcox vs. the End of the World', 'ML'),
(24961, 'Animation', 'Porkys Snooze Reel', 'ML'),
(24962, 'Animation', 'Mice-capades', 'ML'),
(24963, 'Animation', 'Opgezet spel', 'ML');
INSERT INTO `movie` (`id`, `genre`, `title`, `origin`) VALUES
(24964, 'Animation', 'Mai otome: Tsuvai - Tsunagaru yume', 'ML'),
(24965, 'Animation', 'Robot Taekwon V', 'ML'),
(24966, 'Animation', 'Tom and Jerry: A Nutcracker Tale', 'ML'),
(24967, 'Animation', 'Nezumi no rusuban', 'ML'),
(24968, 'Animation', 'Der Soldat', 'ML'),
(24969, 'Animation', 'Double-J', 'ML'),
(24970, 'Animation', 'Tempo giusto', 'ML'),
(24971, 'Animation', '1985-1986', 'ML'),
(24972, 'Animation', 'Just nii!', 'ML'),
(24973, 'Animation', 'Dancing in the Shadows', 'ML'),
(24974, 'Animation', 'Animated Cards', 'ML'),
(24975, 'Animation', 'A Moment', 'ML'),
(24976, 'Animation', 'Heavenly', 'ML'),
(24977, 'Animation', 'Robotic Mutation', 'ML'),
(24978, 'Animation', 'Monadire, bichi da dzagli', 'ML'),
(24979, 'Animation', 'Celluloid Heroes Never Really Die', 'ML'),
(24980, 'Animation', 'A.Z', 'ML'),
(24981, 'Animation', 'Krepi oboronu', 'ML'),
(24982, 'Animation', 'Rail Rode', 'ML'),
(24983, 'Animation', 'Astroganga', 'ML'),
(24984, 'Animation', '21 emon: Sora ike! Harashi no purinsesu', 'ML'),
(24985, 'Animation', 'Astrothrill', 'ML'),
(24986, 'Animation', 'Clever Animated Drawings', 'ML'),
(24987, 'Animation', 'Kinnikuman: Ubawareta champion belt', 'ML'),
(24988, 'Animation', 'Bukvar za pismeni', 'ML'),
(24989, 'Animation', 'iSanta Claus', 'ML'),
(24990, 'Animation', 'The Angelic Organ', 'ML'),
(24991, 'Animation', 'Argyle Kabuki', 'ML'),
(24992, 'Animation', 'The Lightship Kulis', 'ML'),
(24993, 'Animation', 'Shuten Doji: The Star Hand Kid 4 - End Game', 'ML'),
(24994, 'Animation', 'The Myth of the Miss of the Mist', 'ML'),
(24995, 'Animation', 'Buy Buy Baby', 'ML'),
(24996, 'Animation', 'Chilly Beach: The Canadian President', 'ML'),
(24997, 'Animation', 'Repeat Viewings', 'ML'),
(24998, 'Animation', 'Simple Siren', 'ML'),
(24999, 'Animation', 'Ballad of Mary Slade', 'ML'),
(25000, 'Animation', 'SuperF*ckers', 'ML');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
alter table Minions
add TownId int
alter table Minions
ADD CONSTRAINT Minions_TownId_FK
FOREIGN KEY (TownId)
REFERENCES Towns(Id)
select * from Minions |
create database if not exists persons;
use persons;
create table if not exists pessoa (
idpessoa int primary key auto_increment,
login varchar(15) not null unique,
senha varchar(15) not null,
tipoPessoa varchar(2) not null,
nome varchar(100) not null);
insert into pessoa(login, senha, tipoPessoa,nome) values ("usuario","usuario123","PF","Usuario0"),("system","system123","PJ","system");
create table if not exists Cliente(
idPessoa int not null unique,
login varchar(15) not null unique,
idCliente int auto_increment primary key,
docum varchar(14) not null unique,
foreign key (login) references Pessoa(login),
foreign key (idPessoa) references Pessoa(idPessoa));
insert into cliente(idPessoa,login,idcliente,docum) values (1,"usuario",1,"12345678901"),(2,"system",2,"12345678901234");
create table if not exists Fornecedor(
idPessoa int not null unique, login varchar(15) not null unique,
idFornecedor int auto_increment primary key,
docum varchar(14) not null unique,
foreign key (login) references Pessoa(login),
foreign key (idPessoa) references Pessoa(idPessoa));
insert into fornecedor(idPessoa,login,idFornecedor,docum) values (1,"usuario",1,"12345678901"),(2,"system",2,"12345678901234"); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.