text
stringlengths
6
9.38M
ALTER TABLE endret_utbetaling_andel ADD COLUMN avtaletidspunkt_delt_bosted TIMESTAMP(3), ADD COLUMN soknadstidspunkt TIMESTAMP(3);
-- phpMyAdmin SQL Dump -- version 4.7.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Aug 06, 2018 at 09:09 AM -- Server version: 10.1.30-MariaDB -- PHP Version: 7.2.1 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `siak` -- -- -------------------------------------------------------- -- -- Table structure for table `answer` -- CREATE TABLE `answer` ( `id` int(11) NOT NULL, `question_id` int(11) NOT NULL, `answer` text NOT NULL, `status` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `answer` -- INSERT INTO `answer` (`id`, `question_id`, `answer`, `status`, `created_at`, `updated_at`) VALUES (1, 1, 'a', 0, '2018-07-03 17:06:47', '2018-07-03 10:06:47'), (2, 1, 'b', 0, '2018-07-03 15:17:25', '2018-07-03 08:17:25'), (3, 1, 'c', 1, '2018-07-03 17:06:47', '2018-07-03 10:06:47'), (4, 1, 'd', 0, '2018-07-03 15:17:25', '2018-07-03 08:17:25'), (5, 2, 'e', 1, '2018-07-02 05:02:22', '0000-00-00 00:00:00'), (6, 2, 'f', 0, '2018-07-02 05:02:39', '0000-00-00 00:00:00'), (7, 3, 'g', 0, '2018-07-03 02:30:29', '2018-07-03 02:30:29'), (8, 3, 'h', 0, '2018-07-03 02:30:29', '2018-07-03 02:30:29'), (9, 3, 'i', 0, '2018-07-03 02:30:29', '2018-07-03 02:30:29'), (10, 3, 'j', 1, '2018-07-03 02:30:29', '2018-07-03 02:30:29'), (11, 4, 'g', 0, '2018-07-03 02:35:02', '2018-07-03 02:35:02'), (12, 4, 'h', 0, '2018-07-03 02:35:02', '2018-07-03 02:35:02'), (13, 4, 'i', 0, '2018-07-03 02:35:02', '2018-07-03 02:35:02'), (14, 4, 'j', 1, '2018-07-03 02:35:02', '2018-07-03 02:35:02'), (31, 10, '23', 1, '2018-07-03 09:51:02', '2018-07-03 09:51:02'), (32, 10, '22', 0, '2018-07-03 09:51:02', '2018-07-03 09:51:02'), (33, 10, '21', 0, '2018-07-03 09:51:02', '2018-07-03 09:51:02'), (34, 10, '3', 0, '2018-07-03 09:51:02', '2018-07-03 09:51:02'), (35, 11, '12', 1, '2018-07-03 09:51:55', '2018-07-03 09:51:55'), (36, 11, '13', 0, '2018-07-03 09:51:55', '2018-07-03 09:51:55'), (37, 11, '14', 0, '2018-07-03 09:51:55', '2018-07-03 09:51:55'), (38, 11, '15', 0, '2018-07-03 09:51:55', '2018-07-03 09:51:55'), (39, 12, 'a', 1, '2018-07-09 11:22:17', '2018-07-09 11:22:17'), (40, 12, 'b', 0, '2018-07-09 11:22:17', '2018-07-09 11:22:17'), (41, 12, 'c', 0, '2018-07-09 11:22:17', '2018-07-09 11:22:17'), (42, 12, 'd', 0, '2018-07-09 11:22:17', '2018-07-09 11:22:17'), (43, 13, 'a', 0, '2018-07-09 11:23:56', '2018-07-09 11:23:56'), (44, 13, 'b', 0, '2018-07-09 11:23:56', '2018-07-09 11:23:56'), (45, 13, 'c', 0, '2018-07-09 11:23:56', '2018-07-09 11:23:56'), (46, 13, 'd', 1, '2018-07-09 11:23:56', '2018-07-09 11:23:56'); -- -------------------------------------------------------- -- -- Table structure for table `catatansiswa` -- CREATE TABLE `catatansiswa` ( `id` int(11) NOT NULL, `student_id` int(11) NOT NULL, `kelas_name` varchar(20) NOT NULL, `semester` int(11) NOT NULL, `teacher_id` int(11) NOT NULL, `kebersihan` varchar(1) NOT NULL, `kerapihan` varchar(1) NOT NULL, `ibadah` varchar(1) NOT NULL, `kesantunan` varchar(1) NOT NULL, `sakit` int(3) NOT NULL, `ijin` int(3) NOT NULL, `tanpa_keterangan` int(3) NOT NULL, `membolos` int(3) NOT NULL, `catatan_tambahan` text NOT NULL, `tuntas` int(11) NOT NULL, `lulus` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `catatansiswa` -- INSERT INTO `catatansiswa` (`id`, `student_id`, `kelas_name`, `semester`, `teacher_id`, `kebersihan`, `kerapihan`, `ibadah`, `kesantunan`, `sakit`, `ijin`, `tanpa_keterangan`, `membolos`, `catatan_tambahan`, `tuntas`, `lulus`, `created_at`, `updated_at`) VALUES (1, 1, 'X TKJ 1', 1, 1, 'B', 'A', 'A', 'A', 1, 0, 0, 0, 'Pertahankan!', 0, 0, '2018-07-26 07:55:19', '2018-07-26 00:55:19'); -- -------------------------------------------------------- -- -- Table structure for table `kelas` -- CREATE TABLE `kelas` ( `id` int(11) NOT NULL, `vocational_id` int(11) NOT NULL, `name` varchar(11) NOT NULL, `teacher_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `kelas` -- INSERT INTO `kelas` (`id`, `vocational_id`, `name`, `teacher_id`, `created_at`, `updated_at`) VALUES (1, 1, 'X TKJ 1', 1, '2018-05-29 11:44:22', '2018-04-22 01:43:40'), (2, 3, 'IX A', 0, '2018-04-18 18:42:51', '0000-00-00 00:00:00'), (31, 4, 'XI AK 2', 0, '2018-05-02 12:56:51', '2018-05-02 05:56:51'), (33, 5, 'XII BHS', 0, '2018-07-17 17:27:22', '2018-07-17 10:27:22'), (34, 6, 'XII TB', 0, '2018-07-17 17:27:30', '2018-07-17 10:27:30'); -- -------------------------------------------------------- -- -- Table structure for table `materi` -- CREATE TABLE `materi` ( `id` int(11) NOT NULL, `schedule_id` int(11) NOT NULL, `name` varchar(50) NOT NULL, `description` text, `url` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `materi` -- INSERT INTO `materi` (`id`, `schedule_id`, `name`, `description`, `url`, `created_at`, `updated_at`) VALUES (27, 1, 'Materi 1', 'ini deskripsi materi 1', 'course/1/Materi 1/', '2018-06-25 13:44:00', '2018-06-25 06:44:00'), (28, 2, 'Materi 1', 'deskripsi', 'course/2/Materi 1/', '2018-05-20 07:35:45', '2018-05-20 07:35:45'), (29, 1, 'Materi 2', 'ini deskripsi materi 2', 'course/1/asdxxx/', '2018-06-25 13:44:18', '2018-06-25 06:44:18'); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2018_04_17_132209_create_siak_table', 1); -- -------------------------------------------------------- -- -- Table structure for table `nilai` -- CREATE TABLE `nilai` ( `id` int(11) NOT NULL, `subject_name` varchar(20) NOT NULL, `subjecttype_id` int(11) NOT NULL, `schedule_id` int(11) NOT NULL, `student_id` int(11) NOT NULL, `teacher_id` int(11) NOT NULL, `semester` int(11) NOT NULL, `kelas_name` varchar(11) NOT NULL, `nilai_ujian` varchar(5) NOT NULL, `kkm_nu` int(3) NOT NULL, `kkm_ns` int(3) NOT NULL, `attitude` varchar(2) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `nilai` -- INSERT INTO `nilai` (`id`, `subject_name`, `subjecttype_id`, `schedule_id`, `student_id`, `teacher_id`, `semester`, `kelas_name`, `nilai_ujian`, `kkm_nu`, `kkm_ns`, `attitude`, `created_at`, `updated_at`) VALUES (8, 'Bahasa Indonesia', 1, 2, 1, 1, 1, 'X TKJ 1', '99', 80, 75, 'A', '2018-07-25 16:22:59', '2018-07-25 09:22:59'), (9, 'Bahasa Indonesia', 1, 2, 4, 1, 1, 'X TKJ 1', '70', 80, 75, 'C', '2018-07-25 16:23:05', '2018-07-25 09:23:05'), (10, 'Matematika', 2, 1, 1, 1, 1, 'X TKJ 1', '85', 75, 75, 'B', '2018-07-26 04:51:52', '2018-07-25 21:51:52'); -- -------------------------------------------------------- -- -- Table structure for table `question` -- CREATE TABLE `question` ( `id` int(11) NOT NULL, `quiz_id` int(11) NOT NULL, `question` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `question` -- INSERT INTO `question` (`id`, `quiz_id`, `question`, `created_at`, `updated_at`) VALUES (1, 1, 'abc?', '2018-07-02 04:23:43', '0000-00-00 00:00:00'), (2, 1, 'def?', '2018-07-02 05:01:23', '0000-00-00 00:00:00'), (3, 1, 'ghi', '2018-07-03 02:30:29', '2018-07-03 02:30:29'), (4, 1, 'ghi', '2018-07-03 02:35:02', '2018-07-03 02:35:02'), (10, 1, 'asd', '2018-07-03 09:51:02', '2018-07-03 09:51:02'), (11, 1, 'asdasd', '2018-07-03 09:51:55', '2018-07-03 09:51:55'), (12, 2, 'ABC', '2018-07-09 11:22:17', '2018-07-09 11:22:17'), (13, 2, 'DEF', '2018-07-09 11:23:56', '2018-07-09 11:23:56'); -- -------------------------------------------------------- -- -- Table structure for table `quiz` -- CREATE TABLE `quiz` ( `id` int(11) NOT NULL, `materi_id` int(11) NOT NULL, `name` varchar(20) NOT NULL, `total_question` int(11) NOT NULL, `time` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `quiz` -- INSERT INTO `quiz` (`id`, `materi_id`, `name`, `total_question`, `time`, `created_at`, `updated_at`) VALUES (1, 27, 'Exercise 1', 10, 20, '2018-07-02 04:21:45', '0000-00-00 00:00:00'), (2, 28, 'Exercise2', 0, 10, '2018-07-09 11:19:56', '2018-07-09 11:19:56'), (5, 28, 'Exercise2', 0, 10, '2018-07-09 11:22:03', '2018-07-09 11:22:03'); -- -------------------------------------------------------- -- -- Table structure for table `religion` -- CREATE TABLE `religion` ( `id` int(11) NOT NULL, `name` varchar(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `religion` -- INSERT INTO `religion` (`id`, `name`, `created_at`, `updated_at`) VALUES (1, 'Islam', '2018-04-18 18:41:56', '0000-00-00 00:00:00'), (2, 'Kristen', '2018-04-18 18:41:56', '0000-00-00 00:00:00'), (3, 'Hindu', '2018-04-18 18:41:56', '0000-00-00 00:00:00'), (4, 'Buddha', '2018-04-18 18:41:56', '0000-00-00 00:00:00'), (5, 'Kong Hu Cu', '2018-04-18 18:41:56', '0000-00-00 00:00:00'), (6, 'Katolik', '2018-04-18 18:41:56', '0000-00-00 00:00:00'); -- -------------------------------------------------------- -- -- Table structure for table `schedule` -- CREATE TABLE `schedule` ( `id` int(11) NOT NULL, `teacher_id` int(11) NOT NULL, `subject_id` int(11) NOT NULL, `kelas_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `schedule` -- INSERT INTO `schedule` (`id`, `teacher_id`, `subject_id`, `kelas_id`, `created_at`, `updated_at`) VALUES (1, 1, 1, 1, '2018-06-10 11:49:46', '0000-00-00 00:00:00'), (2, 1, 2, 1, '2018-06-10 11:49:53', '0000-00-00 00:00:00'), (3, 1, 1, 31, '2018-06-10 11:49:59', '0000-00-00 00:00:00'); -- -------------------------------------------------------- -- -- Table structure for table `score` -- CREATE TABLE `score` ( `id` int(11) NOT NULL, `student_id` int(11) NOT NULL, `quiz_id` int(11) NOT NULL, `marks` int(11) NOT NULL, `precentage` varchar(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `score` -- INSERT INTO `score` (`id`, `student_id`, `quiz_id`, `marks`, `precentage`, `created_at`, `updated_at`) VALUES (1, 1, 1, 2, '100', '2018-07-01 23:29:59', '2018-07-01 23:29:59'), (2, 1, 1, 2, '33.33333333', '2018-07-04 02:35:34', '2018-07-04 02:35:34'), (3, 1, 1, 2, '33.33333333', '2018-07-04 03:01:28', '2018-07-04 03:01:28'), (4, 1, 1, 2, '33.33333333', '2018-07-04 03:03:11', '2018-07-04 03:03:11'), (5, 1, 1, 1, '16.66666667', '2018-07-04 03:07:40', '2018-07-04 03:07:40'), (6, 1, 1, 0, '0', '2018-07-04 03:07:46', '2018-07-04 03:07:46'), (7, 1, 1, 0, '0', '2018-07-04 03:07:52', '2018-07-04 03:07:52'), (8, 1, 1, 0, '0', '2018-07-04 03:07:58', '2018-07-04 03:07:58'), (9, 1, 1, 0, '0', '2018-07-05 23:57:07', '2018-07-05 23:57:07'), (10, 1, 1, 0, '0', '2018-07-07 23:58:37', '2018-07-07 23:58:37'); -- -------------------------------------------------------- -- -- Table structure for table `sex` -- CREATE TABLE `sex` ( `id` int(11) NOT NULL, `name` varchar(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `sex` -- INSERT INTO `sex` (`id`, `name`, `created_at`, `updated_at`) VALUES (1, 'Laki - Laki', '2018-04-19 18:58:29', '0000-00-00 00:00:00'), (2, 'Perempuan', '2018-04-19 18:58:39', '0000-00-00 00:00:00'); -- -------------------------------------------------------- -- -- Table structure for table `status` -- CREATE TABLE `status` ( `id` int(11) NOT NULL, `name` varchar(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `status` -- INSERT INTO `status` (`id`, `name`, `created_at`, `updated_at`) VALUES (1, 'Aktif', '2018-04-18 18:40:59', '0000-00-00 00:00:00'), (2, 'Lulus', '2018-04-18 18:40:59', '0000-00-00 00:00:00'); -- -------------------------------------------------------- -- -- Table structure for table `student` -- CREATE TABLE `student` ( `id` int(11) NOT NULL, `user_id` int(11) DEFAULT NULL, `fullname` varchar(50) NOT NULL, `nis` varchar(20) NOT NULL, `nisn` varchar(11) NOT NULL, `address` varchar(200) NOT NULL, `birth_date` date NOT NULL, `birth_place` varchar(20) NOT NULL, `kelas_id` varchar(11) NOT NULL, `entry_year` int(4) NOT NULL, `religion_id` int(11) NOT NULL, `phone_number` int(20) DEFAULT NULL, `picture` varchar(50) DEFAULT NULL, `status_id` int(11) NOT NULL, `sex_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `student` -- INSERT INTO `student` (`id`, `user_id`, `fullname`, `nis`, `nisn`, `address`, `birth_date`, `birth_place`, `kelas_id`, `entry_year`, `religion_id`, `phone_number`, `picture`, `status_id`, `sex_id`, `created_at`, `updated_at`) VALUES (1, 1, 'Siswa', '4814010016', '3435312', 'Serang - Banten', '1995-12-15', 'Purwakarta', '1', 2014, 1, 231352, 'images\\profile_default.png', 1, 1, '2018-06-26 08:48:15', '2018-06-26 01:48:15'), (2, NULL, 'Syahrini', '21212121212', '', 'jl. jl. terus', '2002-04-28', 'Jakarta', '2', 2017, 2, 2123132121, 'images/21212121212.png', 2, 2, '2018-07-19 13:04:46', '2018-07-19 06:04:46'), (3, NULL, 'Kurt Cobain', '29092091', '', 'Amerika', '1999-04-10', 'Amerika', '2', 2017, 4, 231352, 'images\\profile_default.png', 1, 1, '2018-05-23 16:10:05', '2018-05-23 09:10:05'), (4, NULL, 'Sukajan Bin Sukijan', '123123kepolu', '123123', 'benerbenerkepolu', '2018-06-07', 'hmmm', '1', 2014, 1, 123123, NULL, 1, 1, '2018-06-03 18:23:08', '2018-06-03 11:23:08'), (5, NULL, 'TEST', '', '', 'asdasd', '2018-07-12', 'asdasd', '', 0, 1, 1234123, NULL, 0, 1, '2018-07-09 18:06:08', '2018-07-09 18:06:08'), (6, NULL, 'asdasd', '', '', 'asdasd', '2018-07-06', 'asdasd', '', 0, 1, 0, NULL, 0, 1, '2018-07-09 18:08:54', '2018-07-09 18:08:54'), (7, NULL, 'test', '2122233', '', 'asdsd', '2018-07-05', 'mansmdnmans', '1', 2013, 1, 123123, NULL, 1, 1, '2018-07-26 05:06:58', '2018-07-25 22:06:58'), (8, NULL, 'sss', '212', '2222', 'sadasd', '2018-07-13', 'sadasd', '1', 2211, 1, 123123, NULL, 1, 1, '2018-07-10 01:18:17', '2018-07-09 18:18:17'); -- -------------------------------------------------------- -- -- Table structure for table `subject` -- CREATE TABLE `subject` ( `id` int(11) NOT NULL, `name` varchar(20) NOT NULL, `subjecttype_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `subject` -- INSERT INTO `subject` (`id`, `name`, `subjecttype_id`, `created_at`, `updated_at`) VALUES (1, 'Matematika', 2, '2018-06-10 11:50:40', '0000-00-00 00:00:00'), (2, 'Bahasa Indonesia', 1, '2018-06-10 11:50:54', '0000-00-00 00:00:00'), (4, 'Agama', 1, '2018-06-10 11:51:00', '2018-05-05 02:22:34'); -- -------------------------------------------------------- -- -- Table structure for table `subjecttype` -- CREATE TABLE `subjecttype` ( `id` int(11) NOT NULL, `desc` varchar(50) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `subjecttype` -- INSERT INTO `subjecttype` (`id`, `desc`, `created_at`, `updated_at`) VALUES (1, 'NORMATIF', '2018-06-10 11:42:00', '0000-00-00 00:00:00'), (2, 'ADAPTIF', '2018-06-10 11:42:00', '0000-00-00 00:00:00'), (3, 'DASAR KOMPETENSI', '2018-06-10 11:43:40', '0000-00-00 00:00:00'), (4, 'KOMPETENSI KEJURUAN', '2018-06-10 11:43:53', '0000-00-00 00:00:00'), (5, 'MUATAN LOKAL DAN PENGEMBANGAN', '2018-06-10 11:44:22', '0000-00-00 00:00:00'); -- -------------------------------------------------------- -- -- Table structure for table `teacher` -- CREATE TABLE `teacher` ( `id` int(11) NOT NULL, `user_id` int(11) DEFAULT NULL, `fullname` varchar(50) NOT NULL, `nip` varchar(20) NOT NULL, `birth_date` date NOT NULL, `birth_place` varchar(20) NOT NULL, `religion_id` int(11) NOT NULL, `sex_id` int(11) NOT NULL, `phone_number` int(20) DEFAULT NULL, `address` varchar(200) DEFAULT NULL, `picture` varchar(50) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `teacher` -- INSERT INTO `teacher` (`id`, `user_id`, `fullname`, `nip`, `birth_date`, `birth_place`, `religion_id`, `sex_id`, `phone_number`, `address`, `picture`, `created_at`, `updated_at`) VALUES (1, 3, 'Guru 1', '00012340', '1970-04-04', 'Serang', 1, 1, 2313523, 'Serang - Banten', 'images/profile_default.png', '2018-07-25 07:56:40', '2018-07-25 00:56:40'), (8, NULL, 'Guru 2', '12323', '2018-05-09', 'sdsad', 1, 1, 23123, 'sadsad', NULL, '2018-07-25 07:56:49', '2018-07-25 00:56:49'); -- -------------------------------------------------------- -- -- Table structure for table `tugas` -- CREATE TABLE `tugas` ( `id` int(11) NOT NULL, `materi_id` int(11) NOT NULL, `name` varchar(225) NOT NULL, `description` text NOT NULL, `url` varchar(225) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `tugas` -- INSERT INTO `tugas` (`id`, `materi_id`, `name`, `description`, `url`, `created_at`, `updated_at`) VALUES (1, 27, 'Tugas 1', 'asda', 'course/1/Materi 1/tugas/', '2018-07-18 08:15:33', '2018-07-18 08:15:33'); -- -------------------------------------------------------- -- -- Table structure for table `type` -- CREATE TABLE `type` ( `id` int(11) NOT NULL, `description` varchar(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `type` -- INSERT INTO `type` (`id`, `description`, `created_at`, `updated_at`) VALUES (1, 'SMK Student', '2018-04-18 18:40:28', '0000-00-00 00:00:00'), (2, 'SMP Student', '2018-04-18 18:40:28', '0000-00-00 00:00:00'), (3, 'Teacher', '2018-04-18 18:40:28', '0000-00-00 00:00:00'), (4, 'Admin', '2018-04-18 18:40:28', '0000-00-00 00:00:00'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` int(11) UNSIGNED NOT NULL, `username` text COLLATE utf8mb4_unicode_ci NOT NULL, `password` text COLLATE utf8mb4_unicode_ci NOT NULL, `type_id` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `remember_token` text COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `username`, `password`, `type_id`, `created_at`, `updated_at`, `remember_token`) VALUES (1, 'siswa', '$2y$10$F21bh99VE4JdEK2zqIl3d.mNTonKOB1KoS1FkLVWMMonBlXFQpxfu', 1, '2018-04-17 06:50:51', '2018-06-26 01:48:28', 'oFW4ADoGTcQkl3tTAehx7yBLzhjJJGk3oj9nxQNoNKDfzbu1m6IWgsf6gyHs'), (2, 'admin', '$2y$10$N8nGUWSM8bCydPehulwYyurHP7zlpC4iKTKA5hNRVRQHP30tAPHLK', 4, NULL, NULL, 'qFRJtTiInlH9dmXD6CnWxJGZdKpZKw9mA9DTQsgcJ7J2M4HM8LwkweuMNjcJ'), (3, 'guru', '$2y$10$RjxYNzgnasUIgcIEhBI7Que7kBCsgmgLKn9MCNJGIfHt5u/4lUF3i', 3, NULL, '2018-06-25 09:17:57', 'yws0GRUD0CwOfgpDsa4nuJyOgRmLVtnqwLVozF8zJ6R7i6sIHxpUJLUOycJE'); -- -------------------------------------------------------- -- -- Table structure for table `video` -- CREATE TABLE `video` ( `id` int(11) NOT NULL, `materi_id` int(11) NOT NULL, `video` varchar(100) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `video` -- INSERT INTO `video` (`id`, `materi_id`, `video`, `created_at`, `updated_at`) VALUES (1, 27, 'https://www.youtube.com/watch?v=vEYBWm4_71Y', '2018-06-26 15:52:06', '0000-00-00 00:00:00'), (2, 2, NULL, '2018-04-18 18:44:19', '0000-00-00 00:00:00'), (3, 27, NULL, '2018-07-04 23:06:14', '2018-07-04 23:06:14'), (4, 27, NULL, '2018-07-04 23:06:33', '2018-07-04 23:06:33'); -- -------------------------------------------------------- -- -- Table structure for table `vocational` -- CREATE TABLE `vocational` ( `id` int(11) NOT NULL, `name` varchar(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `vocational` -- INSERT INTO `vocational` (`id`, `name`, `created_at`, `updated_at`) VALUES (1, 'TKJ', '2018-04-20 09:27:43', '2018-04-20 02:27:43'), (3, 'SMP', '2018-04-18 18:39:27', '0000-00-00 00:00:00'), (4, 'AKUNTANSI', '2018-04-20 09:25:50', '2018-04-20 02:25:50'), (5, 'BAHASA', '2018-04-20 09:27:50', '2018-04-20 02:27:50'), (6, 'TATA BOGA', '2018-04-20 19:01:31', '2018-04-20 12:01:31'); -- -- Indexes for dumped tables -- -- -- Indexes for table `answer` -- ALTER TABLE `answer` ADD PRIMARY KEY (`id`); -- -- Indexes for table `catatansiswa` -- ALTER TABLE `catatansiswa` ADD PRIMARY KEY (`id`); -- -- Indexes for table `kelas` -- ALTER TABLE `kelas` ADD PRIMARY KEY (`id`); -- -- Indexes for table `materi` -- ALTER TABLE `materi` ADD PRIMARY KEY (`id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `nilai` -- ALTER TABLE `nilai` ADD PRIMARY KEY (`id`); -- -- Indexes for table `question` -- ALTER TABLE `question` ADD PRIMARY KEY (`id`); -- -- Indexes for table `quiz` -- ALTER TABLE `quiz` ADD PRIMARY KEY (`id`); -- -- Indexes for table `religion` -- ALTER TABLE `religion` ADD PRIMARY KEY (`id`); -- -- Indexes for table `schedule` -- ALTER TABLE `schedule` ADD PRIMARY KEY (`id`); -- -- Indexes for table `score` -- ALTER TABLE `score` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sex` -- ALTER TABLE `sex` ADD PRIMARY KEY (`id`); -- -- Indexes for table `status` -- ALTER TABLE `status` ADD PRIMARY KEY (`id`); -- -- Indexes for table `student` -- ALTER TABLE `student` ADD PRIMARY KEY (`id`); -- -- Indexes for table `subject` -- ALTER TABLE `subject` ADD PRIMARY KEY (`id`); -- -- Indexes for table `subjecttype` -- ALTER TABLE `subjecttype` ADD PRIMARY KEY (`id`); -- -- Indexes for table `teacher` -- ALTER TABLE `teacher` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tugas` -- ALTER TABLE `tugas` ADD PRIMARY KEY (`id`); -- -- Indexes for table `type` -- ALTER TABLE `type` ADD PRIMARY KEY (`id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`); -- -- Indexes for table `video` -- ALTER TABLE `video` ADD PRIMARY KEY (`id`); -- -- Indexes for table `vocational` -- ALTER TABLE `vocational` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `answer` -- ALTER TABLE `answer` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47; -- -- AUTO_INCREMENT for table `catatansiswa` -- ALTER TABLE `catatansiswa` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `kelas` -- ALTER TABLE `kelas` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35; -- -- AUTO_INCREMENT for table `materi` -- ALTER TABLE `materi` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `nilai` -- ALTER TABLE `nilai` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `question` -- ALTER TABLE `question` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `quiz` -- ALTER TABLE `quiz` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `religion` -- ALTER TABLE `religion` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `schedule` -- ALTER TABLE `schedule` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `score` -- ALTER TABLE `score` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `sex` -- ALTER TABLE `sex` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `status` -- ALTER TABLE `status` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `student` -- ALTER TABLE `student` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `subject` -- ALTER TABLE `subject` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `subjecttype` -- ALTER TABLE `subjecttype` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `teacher` -- ALTER TABLE `teacher` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `tugas` -- ALTER TABLE `tugas` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `type` -- ALTER TABLE `type` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `video` -- ALTER TABLE `video` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `vocational` -- ALTER TABLE `vocational` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; 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 */;
-- dba-registry-history.sql set linesize 200 trimspool on set pagesize 60 col action_time format a10 head 'ACTION|TIME' col action format a15 col namespace format a15 col version format a10 col comments format a60 select to_char(action_time,'yyyy-mm-dd') action_time , action , namespace , version , comments from DBA_REGISTRY_HISTORY order by action_time /
/* Operator Precedence ====================== An operation is either a unary operator and its single operand or a binary operator and its two operands. The operations in an expression are evaluated in order of operator precedence. Operators with equal precedence are evaluated in no particular order. Table 2-3 shows operator precedence from highest to lowest. Operator Operation ** exponentiation +, - identity, negation *, / multiplication, division +, -, || addition, subtraction, concatenation =, <, >, <=, >=, <>, !=, ~=, ^=, IS NULL, LIKE, BETWEEN, IN comparison NOT negation AND conjunction OR inclusion */ DECLARE a INTEGER := 1+2**2; b INTEGER := (1+2)**2; BEGIN DBMS_OUTPUT.PUT_LINE('a = ' || TO_CHAR(a)); DBMS_OUTPUT.PUT_LINE('b = ' || TO_CHAR(b)); END; / /* a = 5 b = 9 */ DECLARE a INTEGER := ((1+2)*(3+4))/7; BEGIN DBMS_OUTPUT.PUT_LINE('a = ' || TO_CHAR(a)); END; / /* Result: a = 3 */ DECLARE a INTEGER := 2**2*3**2; b INTEGER := (2**2)*(3**2); BEGIN DBMS_OUTPUT.PUT_LINE('a = ' || TO_CHAR(a)); DBMS_OUTPUT.PUT_LINE('b = ' || TO_CHAR(b)); END; / /* Result: a = 36 b = 36 */ DECLARE salary NUMBER := 60000; commission NUMBER := 0.10; BEGIN -- Division has higher precedence than addition: DBMS_OUTPUT.PUT_LINE('5 + 12 / 4 = ' || TO_CHAR(5 + 12 / 4)); DBMS_OUTPUT.PUT_LINE('12 / 4 + 5 = ' || TO_CHAR(12 / 4 + 5)); -- Parentheses override default operator precedence: DBMS_OUTPUT.PUT_LINE('8 + 6 / 2 = ' || TO_CHAR(8 + 6 / 2)); DBMS_OUTPUT.PUT_LINE('(8 + 6) / 2 = ' || TO_CHAR((8 + 6) / 2)); -- Most deeply nested operation is evaluated first: DBMS_OUTPUT.PUT_LINE('100 + (20 / 5 + (7 - 3)) = ' || TO_CHAR(100 + (20 / 5 + (7 - 3)))); -- Parentheses, even when unnecessary, improve readability: DBMS_OUTPUT.PUT_LINE('(salary * 0.05) + (commission * 0.25) = ' || TO_CHAR((salary * 0.05) + (commission * 0.25)) ); DBMS_OUTPUT.PUT_LINE('salary * 0.05 + commission * 0.25 = ' || TO_CHAR(salary * 0.05 + commission * 0.25) ); END; / /* Result: 5 + 12 / 4 = 8 12 / 4 + 5 = 8 8 + 6 / 2 = 11 (8 + 6) / 2 = 7 100 + (20 / 5 + (7 - 3)) = 108 (salary * 0.05) + (commission * 0.25) = 3000.025 salary * 0.05 + commission * 0.25 = 3000.025 */
-- phpMyAdmin SQL Dump -- version 4.7.7 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Dec 09, 2019 at 10:41 PM -- Server version: 10.1.30-MariaDB -- PHP Version: 7.2.2 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `easypawn` -- CREATE DATABASE IF NOT EXISTS `easypawn` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `easypawn`; -- -------------------------------------------------------- -- -- Table structure for table `customerinquirytable` -- CREATE TABLE `customerinquirytable` ( `inquiryID` int(11) NOT NULL, `customerID` int(11) NOT NULL, `itemName` varchar(50) NOT NULL, `description` varchar(250) DEFAULT NULL, `amountWanted` float NOT NULL, `pawnOrSell` varchar(10) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `customerinquirytable` -- INSERT INTO `customerinquirytable` (`inquiryID`, `customerID`, `itemName`, `description`, `amountWanted`, `pawnOrSell`) VALUES (4, 4, 'Dick Cheney', 'Hunting tips', 1000, 'sell'), (5, 4, 'President Trump', 'How to disagree with other people without offending them', 750, 'pawn'), (7, 4, 'Justin Trudeau', 'What to wear to a party', 2001, 'pawn'), (8, 4, 'Michael Jackson', 'Sing like your hair is on fire', 45, 'sell'), (11, 4, 'Marv Albert', 'A bite to eat', 100, 'sell'), (13, 4, '2 Live Crew', 'Songs for the Kiddies', 25, 'sell'), (14, 4, 'Jim Jones', 'OG Kool Aid Man', 750, 'sell'), (16, 3, 'Safe', '4ft by 2ft and 3ft deep', 250, 'pawn'), (17, 3, 'Ralph Kramden', 'Trip to the Moon', 45, 'sell'), (20, 4, 'Marshall Applewhite', 'How to sell Nike shoes', 135, 'pawn'), (22, 4, 'Ted Cruz', 'My father the zodiac killer ', 145, 'pawn'); -- -------------------------------------------------------- -- -- Table structure for table `employee` -- CREATE TABLE `employee` ( `userID` int(11) NOT NULL, `hireDate` date NOT NULL, `salary` float NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `employee` -- INSERT INTO `employee` (`userID`, `hireDate`, `salary`) VALUES (2, '2015-06-16', 64500), (13, '2018-10-30', 43500), (14, '2015-06-25', 35500), (15, '2019-05-24', 35000), (16, '2019-05-16', 43500); -- -------------------------------------------------------- -- -- Table structure for table `inventory` -- CREATE TABLE `inventory` ( `inventoryID` int(11) NOT NULL, `itemID` int(11) NOT NULL, `employeeID` int(11) NOT NULL, `dateInserted` date NOT NULL, `boughtFor` float NOT NULL, `askingPrice` float NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `inventory` -- INSERT INTO `inventory` (`inventoryID`, `itemID`, `employeeID`, `dateInserted`, `boughtFor`, `askingPrice`) VALUES (2, 5, 13, '2019-12-06', 1875, 2675), (3, 7, 16, '2019-12-05', 25, 37); -- -------------------------------------------------------- -- -- Table structure for table `items` -- CREATE TABLE `items` ( `itemID` int(11) NOT NULL, `itemName` varchar(50) NOT NULL, `description` varchar(250) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `items` -- INSERT INTO `items` (`itemID`, `itemName`, `description`) VALUES (2, 'Marshall Applewhite', 'How to sell Nike shoes'), (5, 'steel guitar ', 'once owned by Junior Brown'), (7, 'Nike', 'Freedom and fair wages (except in our factories)'), (9, 'Bill Clinton', 'Faithful until the end '); -- -------------------------------------------------------- -- -- Table structure for table `pawnitems` -- CREATE TABLE `pawnitems` ( `pawnID` int(11) NOT NULL, `itemID` int(11) NOT NULL, `customerID` int(11) NOT NULL, `dateRecieved` date NOT NULL, `loanAmount` float NOT NULL, `paymentRecieved` float NOT NULL DEFAULT '0', `paidOff` tinyint(1) NOT NULL DEFAULT '0', `employeeID` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `pawnitems` -- INSERT INTO `pawnitems` (`pawnID`, `itemID`, `customerID`, `dateRecieved`, `loanAmount`, `paymentRecieved`, `paidOff`, `employeeID`) VALUES (3, 2, 3, '2019-12-09', 95, 0, 0, 13), (4, 9, 4, '2019-12-09', 25, 0, 0, 13); -- -------------------------------------------------------- -- -- Table structure for table `solditems` -- CREATE TABLE `solditems` ( `soldID` int(11) NOT NULL, `itemID` int(11) NOT NULL, `employeeID` int(11) NOT NULL, `customerID` int(11) NOT NULL, `soldFor` float NOT NULL, `profit` float NOT NULL, `dateSold` date NOT NULL, `daysInInventory` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `userID` int(11) NOT NULL, `fName` varchar(50) NOT NULL, `lName` varchar(50) NOT NULL, `username` varchar(50) NOT NULL, `email` varchar(50) DEFAULT NULL, `phoneNumber` varchar(14) DEFAULT NULL, `password` varchar(255) NOT NULL, `admin` int(2) NOT NULL DEFAULT '30' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `users` -- INSERT INTO `users` (`userID`, `fName`, `lName`, `username`, `email`, `phoneNumber`, `password`, `admin`) VALUES (2, 'Kelly', 'Gates', 'KellyGates', 'kgater@me.org', '402-456-6789', 'KellyGates', 10), (3, 'Scott', 'Gates', 'ScottJonGates', NULL, NULL, 'ScottJonGates', 30), (4, 'Scott', 'Gates', 'ScottGates', NULL, NULL, 'ScottGates', 30), (13, 'Peter', 'Gates', 'PeterGates', 'sgates699@windstream.net', '402-476-3885', 'PeterGates', 20), (14, 'Bob', 'Smith', 'ScottGatesScottGates', 'bob@bob.bob', '402-456-6789', 'ScottGatesScottGates', 20), (15, 'Caitlyn', 'Gates', 'CaitlynGates', 'sgates699@windstream.net', '402-217-5587', 'CaitlynGates', 20), (16, 'Tommie', 'Gunn', 'TommieGunn', 'sgates699@windstream.net', '402-217-4848', 'TommieGunn', 10); -- -- Indexes for dumped tables -- -- -- Indexes for table `customerinquirytable` -- ALTER TABLE `customerinquirytable` ADD PRIMARY KEY (`inquiryID`); -- -- Indexes for table `employee` -- ALTER TABLE `employee` ADD PRIMARY KEY (`userID`); -- -- Indexes for table `inventory` -- ALTER TABLE `inventory` ADD PRIMARY KEY (`inventoryID`); -- -- Indexes for table `items` -- ALTER TABLE `items` ADD PRIMARY KEY (`itemID`); -- -- Indexes for table `pawnitems` -- ALTER TABLE `pawnitems` ADD PRIMARY KEY (`pawnID`); -- -- Indexes for table `solditems` -- ALTER TABLE `solditems` ADD PRIMARY KEY (`soldID`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`userID`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `customerinquirytable` -- ALTER TABLE `customerinquirytable` MODIFY `inquiryID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; -- -- AUTO_INCREMENT for table `inventory` -- ALTER TABLE `inventory` MODIFY `inventoryID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `items` -- ALTER TABLE `items` MODIFY `itemID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `pawnitems` -- ALTER TABLE `pawnitems` MODIFY `pawnID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `solditems` -- ALTER TABLE `solditems` MODIFY `soldID` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `userID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; 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 */;
-- phpMyAdmin SQL Dump -- version 4.7.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Feb 26, 2018 at 07:58 AM -- Server version: 10.1.29-MariaDB -- PHP Version: 7.1.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `evolty` -- -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (5, '2014_10_12_000000_create_users_table', 1), (6, '2014_10_12_100000_create_password_resets_table', 1), (10, '2017_12_26_015056_add_nopeserta_to_users', 2), (11, '2018_01_04_014259_add_tipedaftar_to_users', 2), (16, '2018_01_08_015438_add_baronas_to_users', 3), (17, '2018_01_08_062102_add_baronas_bukti_to_users', 3), (18, '2018_01_10_022635_add_baronas_kategori_to_users', 4), (19, '2018_01_11_060631_add_namaanggota3_baronasemail_to_users', 5), (20, '2018_01_14_154120_add_kartupelajar_foto_to_users', 6), (21, '2018_01_15_022408_add_namapembimbing_to_users', 7); -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `namatim` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` int(11) NOT NULL DEFAULT '0', `tipedaftar` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `no_peserta` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `password` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `asalsekolah` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `alamatsekolah` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `namaketua` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `kelasketua` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `namaanggota1` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `kelasanggota1` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `namaanggota2` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `kelasanggota2` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `namaanggota3` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `notelp` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `bukti` blob, `region` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tipetes` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `baronas_kategori` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `baronas_namatim` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `baronas_cp` int(25) DEFAULT NULL, `baronas_namapembimbing` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `baronas_bukti` blob, `baronas_email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `baronas_kartupelajar1` blob, `baronas_kartupelajar2` blob, `baronas_kartupelajar3` blob, `baronas_foto1` blob, `baronas_foto2` blob, `baronas_foto3` blob, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `namatim`, `status`, `tipedaftar`, `no_peserta`, `email`, `password`, `asalsekolah`, `alamatsekolah`, `namaketua`, `kelasketua`, `namaanggota1`, `kelasanggota1`, `namaanggota2`, `kelasanggota2`, `namaanggota3`, `event`, `notelp`, `bukti`, `region`, `tipetes`, `remember_token`, `baronas_kategori`, `baronas_namatim`, `baronas_cp`, `baronas_namapembimbing`, `baronas_bukti`, `baronas_email`, `baronas_kartupelajar1`, `baronas_kartupelajar2`, `baronas_kartupelajar3`, `baronas_foto1`, `baronas_foto2`, `baronas_foto3`, `created_at`, `updated_at`) VALUES (1, 'mantaplah', 1, NULL, '11-111-111-2', 'arinanda.adib@gmail.com', '$2y$10$VL5UM8fi4kIRbAUd/ULp.ehASRXAHeQmXt537YlLIZAkHQuo1GtEy', 'mantapbos', 'mantapabis', 'Muhammad', '10', 'Adib', '11', 'Arinanda', '12', NULL, 'electra', '08115408066', 0x356133376461333761396537662e706e67, 'Balikpapan', 'Offline', 'E7LzvqhFvh7NsBlFkXDm2evve4rU9Jkmbst9yOgB0jLNdMKM80iGq6Y7lkaH', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-18 08:09:43', '2018-01-14 01:12:17'), (3, 'Peserta Surabaya', 1, NULL, '13-313-313-3', 'bonek@bonek.com', '$2y$10$dzKeRxUNpAsNFBxkY/8zyOQoSV.Pbr7TFBdpivJytHMnbt/pky0pm', 'yoi', 'dong', 'sura', '10', 'baya', '11', 'bonek', '12', NULL, 'electra', '0213453413', 0x356133376461663830666130342e6a7067, 'Surabaya', 'offline', 'gav9oNCE6L3rc0jXVVamFwLdrSNncQFV5eeQ1Ql2cuqYo6oS9why8jA1VSrF', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-18 08:12:56', '2018-01-02 18:44:25'), (4, 'dasdas', 0, NULL, NULL, 'ada@ada.com', '$2y$10$gwjTt7SuG0XKLIibQIhcS.Mj2WpHf.mWzb6eONnF36wqz3Ac5geRm', 'sman 48', 'asdasdasd', 'asdasd', '11', 'asdasd', '12', 'asdasdasdas', '10', NULL, 'electra', '123123', 0x356133663131353533363237322e6a7067, 'Pilih Region', 'online', 'lpPDpfJCy2wspKjRh5x000I9nlQ9nClQ5BgNACPNaWcALp7Co13PPg2LW5e7', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-23 19:30:45', '2018-01-03 00:54:12'), (30, 'unggul', 0, 'Online', '12-212-121-2', 'ungguljawa@gmail.com', '$2y$10$MvA.PQ1tXcaCR3H7lZfCSuWn0lBLZ3jD.VW3j4A6wV4Pe/bXhtp6.', 'unggul', 'unggul', 'unggul', '10', 'unggul', '11', 'unggul', '12', NULL, 'electra', '65444444', 0x356134643862376236333136372e6a7067, 'Surabaya', 'Online', '6PH22MjMfYG4088K6QD38iuyKJx62EAJNobHhXIA6tuINxegI6EhQwkGCR8p', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-01-03 19:03:39', '2018-01-13 20:02:49'), (65, 'lagi', 0, 'Offline', NULL, 'lagi@lagi.com', '$2y$10$752IL45gx8lopVMaz6Uzl.GwM7ujDavqhDPnLpwLTY5gL3h2XWLDq', 'lagi', 'lagi', 'lagi', '10', 'lagi', '10', 'lagi', '10', NULL, 'electra', '23487628734', NULL, 'Balikpapan', 'Online', 'JRcesEU6bpVu5qG6IH1onkBQYDMg7EYTP4JiIRSj0WRRS5iikNzlf9cybwgb', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (66, 'tesssss', 0, 'Online', NULL, 'haha@haha.com', '$2y$10$Q7ilKjlrsUZYz6U3fstd8OpkgaKzwiHUC4UFtT35gDs8ghs35PW6S', 'tesssss', 'tesssss', 'tesssss', '10', 'tesssss', '10', 'tesssss', '10', NULL, 'electra', '1293123', 0x356135326634333461383463302e706e67, 'Gresik', 'Online', 'NL1SrOsyATW32hpRip29meL7O4g1NZrpOT6Y4kUb9pEQOMLtSn6VWch0y8Gv', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-01-07 21:31:49', '2018-01-07 21:31:49'), (82, NULL, 1, NULL, 'AB-2138-791', 'user1@evolty-its.com', '$2y$10$01rhNnAiB04dxWjvUYuwhuoqiN1SufbDssNKpKifLia5asVIuKYRe', 'jember', 'cok', NULL, NULL, 'hero', NULL, 'akbar', NULL, 'ahmadi', 'baronas', NULL, NULL, NULL, NULL, 'VzOiMo7siwSmzcW4yIIAs9rtXgYyOmcaIWs6RyaP4Tl15z2OWrHgFWD1pq4m', 'Elementary', 'baronas2', 4320934, 'pembimbing', 0x356135353761353535643261352e706e67, 'hero@hero.com', 0x356135633133646135393164382e6a7067, 0x356135633133646135393634362e6a7067, 0x356135633133646135396136302e6a7067, 0x356135633133646135396533392e706e67, 0x356135633133646135613234382e706e67, 0x356135633133646135613661372e706e67, NULL, '2018-01-14 19:37:14'), (83, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'baronas', NULL, NULL, NULL, NULL, NULL, 'Junior', 'rttyryrt', 234234123, NULL, 0x356135656639383931336363342e6a7067, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (84, 'treter', 0, 'Offline', '45-645-645-6', 'ytr@ytr.ytr', '$2y$10$iY18e..fxMs8thng8rJc.e4Yim4EsbprhoMgMA9HXD3DTebd1wWoa', 'ertertert', 'erttrer', 'terte', '10', 'ertert', '11', 'ertert', '12', NULL, 'electra', '234465456', NULL, 'Denpasar', 'Online', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); -- -- Indexes for dumped tables -- -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_email_unique` (`email`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=85; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Create Proc sp_InsertCustomerHierarchy(@HierarchyID int, @HierarchyName nVarChar(255)) As Insert Into CustomerHierarchy Values(@HierarchyID, @HierarchyName )
CREATE TABLE ranks ( name varchar(32) NOT NULL DEFAULT '', sex varchar(1) NOT NULL DEFAULT 'M', year integer NOT NULL DEFAULT 0, rank integer NOT NULL DEFAULT 0 ); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 1880, 44); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 1890, 58); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 1900, 70); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 1910, 86); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 1920, 78); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 1930, 83); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 1940, 85); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 1950, 85); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 1960, 77); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 1970, 93); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 1980, 123); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 1990, 113); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 2000, 175); INSERT INTO ranks (name, sex, year, rank) VALUES ("Martin", "M", 2010, 258); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 1880, 739); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 1890, 727); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 1900, 499); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 1910, 426); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 1920, 470); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 1930, 450); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 1940, 618); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 1950, 885); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 1960, 904); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 1970, 1488); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 1980, 4146); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 1990, 5054); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 2000, 3979); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zelda", "F", 2010, 2605); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 1880, 0); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 1890, 0); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 1900, 0); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 1910, 0); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 1920, 0); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 1930, 0); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 1940, 0); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 1950, 0); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 1960, 0); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 1970, 0); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 1980, 9084); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 1990, 2737); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 2000, 3164); INSERT INTO ranks (name, sex, year, rank) VALUES ("Zuri", "F", 2010, 978);
use automotriz; DELIMITER $$ create procedure agregarAutomovil(in _nro_chasis int,in _precio decimal, in _id_modelo int, in _id_pedido int,in _id_linea_asignada int,out mensaje varchar(50)) begin declare cantidadRepetida int default 0; select count(*) into cantidadRepetida from automovil where nro_chasis=_nro_chasis; if(cantidadRepetida>0)then select "Este automovil ya existe" into mensaje; else insert into automovil values(_nro_chasis,_precio,_id_modelo,_id_pedido,_id_linea_asignada); select "El automovil se agregó correctamente" into mensaje; end if; end$$ DELIMITER ; DELIMITER $$ create procedure eliminarAutomovil(in _nro_chasis int, out mensaje varchar(70))begin declare cantidadRepetida int default 0; select count(*) into cantidadRepetida from automovil where nro_chasis=_nro_chasis; if(cantidadRepetida>0)then -- delete from concesionaria where cuit_concesionaria = _cuit_concesionaria; delete from automovil where nro_chasis=_nro_chasis; select "El automovil se eliminó correctamente" into mensaje; else select "El automovil no existe" into mensaje; end if; end $$ DELIMITER ; DELIMITER $$ create procedure modificarAutomovil(in _nro_chasis int,in nuevo_nro_chasis int,in nuevo_precio decimal, out mensaje varchar(70))begin declare cantidadRepetida int default 0; if(cantidadRepetida>0)then update automovil set nro_chasis=nuevo_nro_chasis, precio=nuevo_precio where nro_chasis=_nro_chasis; select "El automovil se actualizó correctamente" into mensaje; else select "El automovil no existe" into mensaje; end if; end $$ DELIMITER ;
INSERT INTO `journal`.`column`(`tid`, `aid`) VALUES (1, 1);
create or replace function dec2hex(in_num NUMBER) RETURN VARCHAR2 as TYPE vc2tab_type IS TABLE OF VARCHAR2(1) INDEX BY BINARY_INTEGER; hextab vc2tab_type; v_num NUMBER; v_hex VARCHAR2(200); BEGIN IF in_num IS NULL THEN RETURN NULL; END IF; hextab(0) := '0'; hextab(1) := '1'; hextab(2) := '2'; hextab(3) := '3'; hextab(4) := '4'; hextab(5) := '5'; hextab(6) := '6'; hextab(7) := '7'; hextab(8) := '8'; hextab(9) := '9'; hextab(10) := 'A'; hextab(11) := 'B'; hextab(12) := 'C'; hextab(13) := 'D'; hextab(14) := 'E'; hextab(15) := 'F'; v_num := in_num; WHILE v_num >= 16 LOOP v_hex := hextab (MOD (v_num, 16)) || v_hex; v_num := TRUNC (v_num / 16); END LOOP; v_hex := hextab (MOD (v_num, 16)) || v_hex; return(v_hex); end dec2hex;
CREATE TABLE TAG ( id INTEGER NOT NULL, name VARCHAR(31) NOT NULL ); ALTER TABLE TAG ADD CONSTRAINT PK_TAG PRIMARY KEY (id); ALTER TABLE TAG ADD CONSTRAINT TAG_UNQ_NAME UNIQUE (name);
CREATE TABLE t_msg( uid INT PRIMARY KEY AUTO_INCREMENT, msg VARCHAR(200), uname VARCHAR(32), time datetime ); INSERT INTO t_msg VALUES (1, 'qiangdong','qiangdong','123456',now()), (2, 'naicha', 'qiangdong','456789',now());
SELECT * --모든 컬럼정보를 조회 FROM prod; -- 데이터를 조회할 테이블 기술 테이블은 행과 컬럼(열)으로 이루어져 있다 특정 컬럼에 대해서만 조회 : SElECT 컬럼1, 컬럼2... prod_id, prod_name 컬럼만 prod 테이블에서 조회; SELECT prod_id, prod_name FROM prod; select1] SELECT * FROM lprod; SELECT buyer_id, buyer_name FROM buyer; SELECT * FROM cart; SELECT mem_id, mem_pass, mem_name FROM member; SQL연산: JAVA와 다르게 대입X, 일반적 사칙연산 int b = 2; = 대입 연산자, == 비교 연산자; SQL 데이터 타입: 문자, 숫자, 날짜{date} USERS 테이블이 (4/14 만들어 놓음) 존재 //spl문장 복사해 와서 실행해주면 테이블 생성됨 USERS 테이블이 모든 데이터를 조회; 날짜 타입에 대한 연산: 날짜는 +, - 연산 가능 date type + 정수 : date에서 정수날짜만큼 미래 날짜로 이동 date type - 정수 : date에서 정수날짜만큼 과거 날짜로 이동 SELECT userid, reg_dt, reg_dt + 5, reg_dt - 5(reg_dt + 5 after_5days) FROM users; 컬럼 별칭: 기존 컬럼명을 변경하고 싶을 때 syntax: 기존 컬럼명 [as]별칭 명칭 별칭 명칭에 공백이 표현되어야 할 경우 더블 퀘테이션으로 묶는다. 또한 오라클에서는 객체명을 대문자 처리 하기 때문에 소문자로 별칭을 저장하기 위해서도 더블 퀘데이션을 사용한다. SELECT userid as id, user id2, userid " 아 이 디" FROM users; SELECT prod_id id, prod_name name FROM prod; SELECT lprod_gu gu, lprod_nm nm FROM lprod; SELECT buyer_id 바이어아이디, buyer_name 이름 FROM buyer 문자열 연산(결합연산) : || (문자열 결합은 + 연산자가 아니다) String str = "test" str = str + ", world" // str : hello, world -- SELECT userid + 'test', reg_dt + 5 문자열 결합은 ||를 사용해야 한다. --사용자가 임의로 열을 생성할 수 있음 SELECT userid || 'test', reg_dt + 5, 'test', 15 FROM users; SELECT '경 ' || userid || ' 축' FROM users; SELECT userid || usernm FROM users; --userid || usernm id_name -> userid랑 usernm을 결합시키고 그 열의 이름은 id_name 으로 지정해라 & AS는 안써도 된다. SELECT userid, usernm, userid || usernm id_name FROM users; SELECT userid || usernm AS id_name, CONCAT(userid, usernm) AS concat_id_name FROM users; sel_con1] user_tables: oracle 관리하는 테이블 정보를 담고 있는 테이블(이라고 지금은 말하지만 사실은 view라고 한다 ==> data dicrionary) SELECT * FROM user_tables; 문자열 결합 문자열 결합 문자열 1 + 3 + 5 SELECT 'SELECT * FROM ' ||table_name || ';' AS QUERY FROM user_tables; 테이블의 구성 컬럼을 확인 1. tool(sql developer)을 통해 확인 테이블 - 확인하고자 하는 테이블 2. SELECT * FROM 테이블 일단 전체 조회 --> 모든 컬럼이 표시 3. DESC 테이블명 4. data dictionary: user_table_columns DESC emp; SELECT * FROM user_tab_columns; 지금까지 배운 SELECT 구문 조회하고자 하는 컬럼 기술: SELECT 조회할 테이블 기술: FROM 조회할 행을 제한하는 조건을 기술: WHERE WHERE 절에 기술한 조건이 참(TRUE)일 때 결과를 조회 java의 비교 연산: a변수와 b변수의 값이 같은지 비교 == sql의 비교 연산 : = int a = 5; int b = 2; a랑 b의 값이 같을 때만 특정로직 실행 if(a == b){ } SELECT * FROM users WHERE userid = 'cony'; SELECT * FROM users WHERE userid =userid; emp테이블에서 컬럼과 데이터 타입을 확인; DESC emp; SELECT * FROM emp; emp: employee(직원 테이블) empo: 사원번호 ename: 사원 이름 job: 담당업무(직책) mgr: 담당자(관리자) hiredate: 입사일자 sal: 급여 comm: 성과급 deptno: 부서번호 SELECT SELECT * FROM dept; emp 테이블에서 직원이 속한 부서번호가 30번 보다 큰(>) 부서에 속한 직원으로 조회; SELECT * FROM emp WHERE deptno >= 30; != 다를 때 users 테이블에서 사용자 아이디(userid)가 brown이 아닌 사용자를 조회 SELECT * FROM users WHERE userid != 'brown'; SQL 리터럴 숫자: 20 , 30 ... 문자: 싱클 퀘테이션: 'hello world' 날짜: TO_DATE('날짜문자열','날짜 문자열의 형식') 1980년 1월 1일 이후에 입사한 직원만 조회 직원의 입사일자: hiredate 컬럼 emp테이블의 직원 : 14명 1982년 01월 01일 이후 입사자가 : 3명 1982년 01월 01일 이전 입사자가 : 11명 SELECT ename , hiredate FROM emp WHERE hiredate >= TO_DATE('1982/01/01', 'yyyy/mm/dd'); hiredate >= TO_DATE('19820101', 'yyyymmdd'); hiredate >= TO_DATE('1982.01.01', 'yyyy.mm.dd'); --('19820101','yyyymmdd' / '1982.01.01', 'yyyy.mm.dd')도 가능 형식만 잘 맞추면 됨
/* select * from MBCgmbh.LoginList select * from MBCgmbh.EmployeeList select * from MBCgmbh.theworkdays insert into MBCgmbh.LoginList (login,pass) values ('q', '1'); insert into MBCgmbh.EmployeeList (surname,name) values ('user', ''); insert into MBCgmbh.theworkdays (date,idperson,shift) values ('2019-09-3', 1,2); insert into MBCgmbh.theworkdays (date,idperson) values ('2019-09-18', 2); update MBCgmbh.theworkdays set shift=2 where date='2019-09-18'; update MBCgmbh.EmployeeList set surname='Petrov', name='Ivan' where id=1; insert into MBCgmbh.theworkdays (date,idperson) values ('2019-09-13', 1); insert into MBCgmbh.theworkdays (date,idperson) values ('2019-09-23', 1); insert into MBCgmbh.theworkdays (date,idperson) values ('2019-09-73', 1); insert into MBCgmbh.theworkdays (date,idperson) values ('2019-09-27', 1); insert into MBCgmbh.theworkdays (date,idperson) values ('2019-09-17', 1); insert into MBCgmbh.theworkdays (date,idperson) values ('2019-09-1', 1); insert into MBCgmbh.theworkdays (date,idperson) values ('2019-09-11', 1); insert into MBCgmbh.theworkdays (date,idperson) values ('2019-09-21', 1); update MBCgmbh.theworkdays set shift=1 where idperson>0; ALTER TABLE MBCgmbh.theworkdays ADD COLUMN shift integer; ALTER TABLE MBCgmbh.theworkdays DROP COLUMN schift; ALTER TABLE MBCgmbh.theworkdays ADD COLUMN idperson integer NOT NULL; delete from MBCgmbh.theworkdays where date='2019-09-01'; delete from MBCgmbh.LoginList where id=2; CREATE TABLE mbcgmbh.LoginList ( ) WITH ( OIDS = FALSE ) TABLESPACE pg_default; DROP SCHEMA "MBCgmbh" ; CREATE SCHEMA MBCgmbh AUTHORIZATION postgres; CREATE TABLE mbcgmbh.EmployeeList CREATE TABLE MBCgmbh.LoginList ( id integer NOT NULL, login character(15) COLLATE pg_catalog."default" NOT NULL, pass character(15) COLLATE pg_catalog."default" NOT NULL, CONSTRAINT "LoginList_pkey" PRIMARY KEY (id) ) WITH ( OIDS = FALSE ) TABLESPACE pg_default;
-- These statements drop the tables and re-add them. DROP TABLE IF EXISTS vote; DROP TABLE IF EXISTS post; DROP TABLE IF EXISTS profile; DROP TABLE IF EXISTS district; -- table district CREATE TABLE district ( districtId INT UNSIGNED AUTO_INCREMENT NOT NULL, districtGeom GEOMETRY NOT NULL, districtName VARCHAR(64) NOT NULL, PRIMARY KEY (districtId) ); -- table profile CREATE TABLE profile ( profileId INT UNSIGNED AUTO_INCREMENT NOT NULL, profileDistrictId INT UNSIGNED NOT NULL, profileActivationToken CHAR(32), profileAddress1 VARCHAR(64) NOT NULL, profileAddress2 VARCHAR(64), profileCity VARCHAR(64) NOT NULL, profileDateTime TIMESTAMP(6) NOT NULL DEFAULT ON UPDATE CURRENT_TIMESTAMP(6), profileEmail VARCHAR(128) NOT NULL, profileFirstName VARCHAR(64) NOT NULL, profileHash CHAR(128) NOT NULL, profileLastName VARCHAR(64) NOT NULL, profileRecoveryToken CHAR(32), profileRepresentative TINYINT UNSIGNED, profileSalt CHAR(64) NOT NULL, profileState CHAR(2) NOT NULL, profileUserName VARCHAR(32) NOT NULL, profileZip VARCHAR(10) NOT NULL, UNIQUE (profileEmail), UNIQUE (profileUserName), INDEX (profileDistrictId), FOREIGN KEY (profileDistrictId) REFERENCES district (districtId), PRIMARY KEY (profileId) ); -- table post CREATE TABLE post ( postId INT UNSIGNED AUTO_INCREMENT NOT NULL, postDistrictId INT UNSIGNED NOT NULL, postParentId INT UNSIGNED, postProfileId INT UNSIGNED NOT NULL, postContent VARCHAR(8192) NOT NULL, postDateTime TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), INDEX (postDistrictId), INDEX (postParentId), INDEX (postProfileId), FOREIGN KEY (postDistrictId) REFERENCES district (districtId), FOREIGN KEY (postParentId) REFERENCES post (postId), FOREIGN KEY (postProfileId) REFERENCES profile (profileId), PRIMARY KEY (postId) ); -- table vote CREATE TABLE vote ( votePostId INT UNSIGNED NOT NULL, voteProfileId INT UNSIGNED NOT NULL, voteDateTime TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), voteValue TINYINT NOT NULL, INDEX (votePostId), INDEX (voteProfileId), FOREIGN KEY (votePostId) REFERENCES post (postId), FOREIGN KEY (voteProfileId) REFERENCES profile (profileId), PRIMARY KEY (votePostId, voteProfileId) );
Drop DATABASE IF EXISTS cab302; CREATE DATABASE IF NOT EXISTS cab302; USE cab302; CREATE TABLE IF NOT EXISTS user ( id INT UNSIGNED AUTO_INCREMENT, username VARCHAR(255) UNIQUE NOT NULL, password VARCHAR(255) NOT NULL, salt VARBINARY(16) NOT NULL, PRIMARY KEY (id), UNIQUE KEY (username) ); CREATE TABLE If NOT EXISTS permission( id INT UNSIGNED AUTO_INCREMENT, user_id INT UNSIGNED NOT NULL, create_billboard TINYINT(1) NOT NULL, edit_billboard TINYINT(1) NOT NULL, schedule_billboard TINYINT(1) NOT NULL, edit_user TINYINT(1) NOT NULL, PRIMARY KEY (id) ); CREATE TABLE IF NOT EXISTS billboard( id INT UNSIGNED AUTO_INCREMENT NOT NULL , user_id INT UNSIGNED NOT NULL, schedule_id INT UNSIGNED, xml_data BLOB NOT NULL, status BOOLEAN NOT NULL DEFAULT false, PRIMARY KEY (id), CONSTRAINT fk_billboard_user FOREIGN KEY (user_id) REFERENCES user (id) ); --complete as per requirements CREATE TABLE IF NOT EXISTS schedule( id INT UNSIGNED AUTO_INCREMENT NOT NULL , user_id INT UNSIGNED NOT NULL, billboard_id INT UNSIGNED NOT NULL, start_time timestamp default current_timestamp, end_time timestamp default current_timestamp, PRIMARY KEY (id), CONSTRAINT fk_schedule_user FOREIGN KEY (user_id) REFERENCES user (id), CONSTRAINT fk_schedule_billboard FOREIGN KEY (billboard_id) REFERENCES billboard (id) ); INSERT INTO user VALUES (1, 'ADMIN', 'pass', 'pass' ); INSERT INTO permission VALUES (1, 1, true, true, true, true);
--extraindo dados das contabilidade de 2015 select lcn.cd_lcn as codigo, lcn.cd_tlc || ' - ' || tlc.ds_tlc as tipo_lancamento, --lcn.fg_dcr_lcn, to_char(lcn.dt_ref_lcn, 'dd/mm/yyyy hh24:mi:ss') as data_ref, /*lcn_d.dt_lcn, lcn_d.dt_inc_usr as dt_inc_lcn,*/ cnt.cd_cnt || ' - ' || cnt.nm_cnt as conta, cnt_ctp.cd_cnt || ' - ' || cnt_ctp.nm_cnt as conta_contra_partida, case when lcn.fg_dcr_lcn = 'D' then lcn.vl_lcn else 0 end as valor_debito, case when lcn.fg_dcr_lcn = 'C' then lcn.vl_lcn else 0 end as valor_credito, usr.nm_usr as usuario from sc_cnt.tbl_lcn lcn inner join sc_cnt.tbl_cnt cnt on lcn.cd_cnt = cnt.cd_cnt inner join sc_cnt.tbl_tlc tlc on lcn.cd_tlc = tlc.cd_tlc left join sc_sgr.tbl_usr usr on lcn.cd_inc_usr = usr.cd_usr left join sc_cnt.tbl_lcn lcn_ctp on lcn.cd_ctp_lcn = lcn_ctp.cd_lcn left join sc_cnt.tbl_cnt cnt_ctp on lcn_ctp.cd_cnt = cnt_ctp.cd_cnt where lcn.dt_ref_lcn >= '2015-02-01' and lcn.dt_ref_lcn < '2015-02-04' --and lcn_d.fg_dcr_lcn = 'D' --and lcn.cd_cnt = 35 and cnt.cd_scn = 30 order by lcn.dt_ref_lcn; select * from sc_cnt.tbl_cnt where cd_cnt = 499; select * from sc_cnt.tbl_cnt where cd_scn = 30; select * from sc_cnt.tbl_cnt where cd_cnt in (6376, 125577);
create table feed ( feed_id int primary key auto_increment, link text not null, title varchar(255), unique (link(255)) ) engine=innodb charset=utf8; create table entry ( entry_id int primary key auto_increment, feed_id int not null, link text not null, title varchar(255), content text, hatenabookmark_users int default 0, issued int, modified int ) engine=innodb charset=utf8; create unique index feed_link on entry (feed_id, link(255)); alter table entry add index (feed_id, entry_id); create table entry_page ( entry_page_id int primary key auto_increment, entry_id int not null, page_no int not null, body text ) engine=innodb charset=utf8; create unique index entry_id_page_no on entry_page (entry_id, page_no); ALTER TABLE entry_page ADD FOREIGN KEY (entry_id) REFERENCES entry(entry_id) ON DELETE CASCADE;
-- -- Update sql for MailWizz EMA from version 1.0 to 1.1 -- -- -- Table structure for table `language` -- CREATE TABLE IF NOT EXISTS `language` ( `language_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `language_code` char(2) NOT NULL, `region_code` char(2) DEFAULT NULL, `is_default` enum('yes','no') NOT NULL DEFAULT 'no', `date_added` datetime NOT NULL, `last_updated` datetime NOT NULL, PRIMARY KEY (`language_id`), KEY `is_default` (`is_default`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Alter the table `customer` -- ALTER TABLE `customer` ADD `language_id` int(11) NULL DEFAULT NULL AFTER `customer_id`; ALTER TABLE `customer` ADD KEY `fk_customer_language1_idx` (`language_id` ASC); ALTER TABLE `customer` ADD CONSTRAINT `fk_customer_language1` FOREIGN KEY (`language_id`) REFERENCES `language` (`language_id`) ON DELETE SET NULL ON UPDATE NO ACTION; -- -------------------------------------------------------- -- -- Alter the table `user` -- ALTER TABLE `user` ADD `language_id` int(11) NULL DEFAULT NULL AFTER `user_id`; ALTER TABLE `user` ADD KEY `fk_user_language1_idx` (`language_id` ASC); ALTER TABLE `user` ADD CONSTRAINT `fk_user_language1` FOREIGN KEY (`language_id`) REFERENCES `language` (`language_id`) ON DELETE SET NULL ON UPDATE NO ACTION; -- --------------------------------------------------------
SELECT sff.fde_code AS fde_code, sff.leg_id AS leg_id, sffc.count AS occurrences, sff.flight_no AS flight_no, '' AS start_time, '' AS end_time, history.dep_city AS dep_city, history.arr_city AS arr_city FROM bombardier.servs_fde_faults AS sff JOIN bombardier.servs_fde_fault_count AS sffc ON sff.fault_code = sffc.code JOIN bombardier.servs_flight_history AS history ON sff.leg_id = history.leg_id WHERE sff.fde_code IN :fde_codes AND sff.leg_id IN :leg_ids
-- -- @lc app=leetcode.cn id=176 lang=mysql -- -- [176] 第二高的薪水 -- -- https://leetcode-cn.com/problems/second-highest-salary/description/ -- -- database -- Easy (30.71%) -- Likes: 301 -- Dislikes: 0 -- Total Accepted: 32.3K -- Total Submissions: 105K -- Testcase Example: '{"headers": {"Employee": ["Id", "Salary"]}, "rows": {"Employee": [[1, 100], [2, 200], [3, 300]]}}' -- -- 编写一个 SQL 查询,获取 Employee 表中第二高的薪水(Salary) 。 -- -- +----+--------+ -- | Id | Salary | -- +----+--------+ -- | 1 | 100 | -- | 2 | 200 | -- | 3 | 300 | -- +----+--------+ -- -- -- 例如上述 Employee 表,SQL查询应该返回 200 作为第二高的薪水。如果不存在第二高的薪水,那么查询应返回 null。 -- -- +---------------------+ -- | SecondHighestSalary | -- +---------------------+ -- | 200 | -- +---------------------+ -- -- -- # Write your MySQL query statement below SELECT ( SELECT DISTINCT Salary FROM Employee ORDER BY Salary DESC LIMIT 1 OFFSET 1) AS SecondHighestSalary;
{{ config(materialized='table') }} with forms as ( select * from {{ ref('snowplow_submit_form') }} ), classes as ( select * from {{ ref('snowplow_submit_form_classes') }} ), elements as ( select * from {{ ref('snowplow_submit_form_elements') }} ), page_views as ( select event_id, page_view_id from {{ ref('snowplow_base_web_page_context') }} ), elements_xf as ( select event_id, array_agg(struct( index, name, value ) order by index ) as elements from elements group by 1 ), classes_xf as ( select event_id, array_agg(struct(index, class) order by index) as classes from classes group by 1 ) select * from forms join page_views using (event_id) join classes_xf using (event_id) join elements_xf using (event_id)
SELECT post_id, image_url FROM images WHERE post_id = $1;
CREATE TABLE peeps( id INT GENERATED ALWAYS AS IDENTITY, content VARCHAR(140) NOT NULL, time TIME NOT NULL, date DATE NOT NULL, user_id INT, PRIMARY KEY(id), CONSTRAINT fk_user FOREIGN KEY(user_id) REFERENCES users(id) ON DELETE CASCADE );
-- phpMyAdmin SQL Dump -- version 3.5.5 -- http://www.phpmyadmin.net -- -- Máquina: localhost -- Data de Criação: 04-Mar-2013 às 06:32 -- Versão do servidor: 5.1.67-0ubuntu0.10.04.1 -- versão do PHP: 5.3.2-1ubuntu4.18 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 */; -- -- Base de Dados: `ttotsite` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `accounts` -- CREATE TABLE IF NOT EXISTS `accounts` ( `idaccount` int(11) NOT NULL AUTO_INCREMENT, `isconfirmed` tinyint(1) NOT NULL, `txtconfirm` varchar(256) NOT NULL, `txtusername` varchar(64) NOT NULL, `txtcodename` varchar(32) NOT NULL, `txtchangepass` varchar(256) NOT NULL, `isgender` tinyint(1) NOT NULL, `txtcountry` varchar(32) NOT NULL, `txtlanguage` varchar(5) NOT NULL, `dtlastday` datetime NOT NULL, `dtcadastro` datetime NOT NULL, PRIMARY KEY (`idaccount`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=356 ; -- -- Extraindo dados da tabela `accounts` -- INSERT INTO `accounts` (`idaccount`, `isconfirmed`, `txtconfirm`, `txtusername`, `txtcodename`, `txtchangepass`, `isgender`, `txtcountry`, `txtlanguage`, `dtlastday`, `dtcadastro`) VALUES (2, 0, '1454e81454b3e156a591c720d3da6cee', 'Ricardo Azzi Silva', 'Lord Azzi', '', 1, 'Brasil', 'pt-br', '2013-01-23 18:27:48', '2013-01-18 20:56:34'), (3, 0, '6d444b9d3f87c249c8090759f678490e', 'Felipe Funck', '', '', 1, 'Brasil', 'pt-br', '2013-01-18 22:42:42', '2013-01-18 22:42:27'), (4, 0, 'cb7fe7448e9cde7dc3861b6602d25516', 'Rick Sampaio', '', '', 1, 'Brasil', 'pt-br', '2013-01-19 12:56:05', '2013-01-19 12:56:05'), (5, 0, '244e630a00c704420321647b6d36ffae', 'Igor Lacerda', '', '', 1, 'Brasil', 'pt-br', '2013-01-23 03:22:35', '2013-01-23 03:22:35'), (6, 0, 'fddfd502c66ec0a382e5742bc3e38c66', 'Thiago Mota', '', '', 1, 'Brasil', 'pt-br', '2013-01-23 19:12:55', '2013-01-23 19:12:55'), (7, 0, '949fd37ac21f96e9b04618e2a98f2bba', 'Marcin se', '', '', 1, 'Polônia', 'en-us', '2013-01-23 19:22:52', '2013-01-23 19:22:52'), (8, 0, 'a405eea5bdd82679d9a7d5fa91fb3061', 'Andre Azzi Silva', 'Andre Azzi Silva', '', 1, 'Brasil', 'pt-br', '2013-01-23 19:35:10', '2013-01-23 19:35:10'), (9, 0, '6fc6f7a5ef28076ac757d62189255a78', 'Aziz Shavershian', 'Aziz Shavershian', '', 1, 'Austrália', 'pt-br', '2013-01-23 20:05:51', '2013-01-23 20:05:51'), (10, 0, 'fdd5167cb81d8bc1ab5163900a732aea', 'Felipe Haag', 'Felipe Haag', '', 1, 'Brasil', 'pt-br', '2013-01-23 20:19:16', '2013-01-23 20:19:16'), (11, 0, '1bf166b84c1579f32b056bf6300fb216', 'Igor Santos', '', '', 1, 'Brasil', 'pt-br', '2013-01-23 21:05:08', '2013-01-23 21:05:08'), (12, 0, '7cecc374e3344c9ee2dddfc423704566', 'tiago santos', '', '', 1, 'Brasil', 'pt-br', '2013-01-24 10:09:15', '2013-01-24 10:09:15'), (13, 0, 'bac9bf72297c4d460981bfaf430d2ce5', 'Lord Saraiva', '', '', 1, 'Brasil', 'pt-br', '2013-01-24 10:54:33', '2013-01-24 10:54:33'), (14, 0, '39afdcbeb42e1a40b25588ed6c687841', 'Thomas Sampaio', '', '', 1, 'Brasil', 'pt-br', '2013-01-24 11:23:38', '2013-01-24 11:23:38'), (15, 0, 'bb21664433ae7c7c333358c676df3a4e', 'alexandre Gazar', 'alexandre Gazar', '', 1, 'Brasil', 'pt-br', '2013-01-24 22:22:59', '2013-01-24 22:22:59'), (16, 0, '776c59febf5244d480577deef8caf2ab', 'rafael santos', 'rafael santos', '', 1, 'Brasil', 'pt-br', '2013-01-24 23:19:43', '2013-01-24 23:19:43'), (17, 0, 'dd4eba3485fc759b11d08ee3cf3f9820', 'marcin wojcik', '', '', 1, 'Holanda', 'en-us', '2013-01-24 23:30:13', '2013-01-24 23:30:13'), (18, 0, 'bd04dd3c4abf11f0dcddbf92148bbe8b', 'Marcelo de Oliveira', '', '', 1, 'Brasil', 'pt-br', '2013-01-24 23:35:57', '2013-01-24 23:35:57'), (19, 0, '9e6877bf7c932d3b269ca5d00ec20153', 'gustavo leme', '', '', 1, 'Brasil', 'pt-br', '2013-01-25 03:18:59', '2013-01-25 03:18:59'), (20, 0, '2dc61a9ef47e89a30065a5041e5114dd', 'Papasito shulo', '', '', 1, 'México', 'en-us', '2013-01-25 03:48:41', '2013-01-25 03:48:41'), (21, 0, '72a04f636760ab21daad50d3e94e9e16', 'Anderson Igor', '', '', 1, 'Brasil', 'pt-br', '2013-01-25 11:45:08', '2013-01-25 11:45:08'), (22, 0, '10b5fdd53e3443efe51e02aa409966c2', 'Shunner Shunnerify', '', '', 1, 'Brasil', 'pt-br', '2013-01-25 14:03:37', '2013-01-25 14:03:37'), (23, 0, '368967398409e62eb5a7b1072f004fde', 'Rodrigo Temoteo', 'Rodrigo Temoteo', '', 1, 'Brasil', 'pt-br', '2013-01-25 19:12:50', '2013-01-25 19:12:50'), (24, 0, '5c643dc93b524a2b053ce5a44b9363e4', 'Pedro Avelar', '', '', 1, 'Brasil', 'pt-br', '2013-01-25 20:30:47', '2013-01-25 20:30:47'), (25, 0, '336cec32e7dfafbe12c23450a70bb649', 'Natan Menegasse', 'Neeext Wild', '', 1, 'Brasil', 'pt-br', '2013-01-26 00:23:21', '2013-01-26 00:23:21'), (26, 1, '', 'Estevam Jose', 'Estevam Jose Fatobeni', '', 1, 'Brasil', 'pt-br', '2013-01-26 21:28:12', '2013-01-26 02:26:29'), (27, 0, 'b4c5fba3d98f91351d85fc43b3321d3b', 'kaka wy', '', '', 1, 'Brasil', 'pt-br', '2013-01-26 02:56:17', '2013-01-26 02:56:17'), (28, 0, '463a2000b8a1b7239e707d57b09fb42b', 'fasgass gdsgds', '', '', 1, 'Brasil', 'pt-br', '2013-01-26 06:15:51', '2013-01-26 06:15:51'), (29, 1, '', 'Ricardo Azzi Silva', 'Produto Escalar', '', 1, 'Brasil', 'pt-br', '2013-01-26 11:24:11', '2013-01-26 11:24:11'), (30, 0, '3f145fcbcf4d4ef14152a75389f5192b', 'Luciano Amorim', 'Luciano Amorim', '', 1, 'Brasil', 'pt-br', '2013-01-26 17:34:41', '2013-01-26 17:34:41'), (31, 0, '6e4152086daa890dcc72f6ce7107605e', 'Lucas Avelar', 'Lucas Avelar', '', 1, 'Brasil', 'pt-br', '2013-01-26 17:55:43', '2013-01-26 17:55:43'), (32, 0, '41d691f030a51de8b2c06313cfe68023', 'Guilherme De Lima', '', '', 1, 'Brasil', 'pt-br', '2013-01-26 22:58:16', '2013-01-26 22:58:16'), (33, 0, '849cace6c3a48cdccccf339cad41fcf9', 'Paulo Arruda', 'Paulo Arruda', '', 1, 'Espanha', 'pt-br', '2013-01-27 03:37:21', '2013-01-27 03:37:21'), (34, 0, '6dc50483e49cc29234860e03738effab', 'joao vitor neri', '', '', 1, 'Brasil', 'pt-br', '2013-01-27 14:03:49', '2013-01-27 14:03:49'), (35, 0, '7337826e8c95436ec518605e63816c31', 'Su Pinto', '', '', 1, 'Brasil', 'pt-br', '2013-01-27 14:03:49', '2013-01-27 14:03:49'), (36, 0, 'f325af5b624f04e7fbd5c2653dd3860e', 'Carlos Alberto Pereira', '', '', 1, 'Brasil', 'pt-br', '2013-01-27 15:06:07', '2013-01-27 15:06:07'), (37, 0, '9d6a2b768e03fff1ac28cf3a862b89f1', 'Bruma Talyn', '', '', 0, 'Brasil', 'pt-br', '2013-01-27 17:28:26', '2013-01-27 17:28:26'), (38, 0, 'fbb450127807bdb5640f877189b7f1af', 'Fabio Ovidio de Sousa', '', '', 1, 'Brasil', 'pt-br', '2013-01-28 01:05:00', '2013-01-28 01:05:00'), (39, 0, 'a6ba859b5187d71b169d2912bf7e10f2', 'Guilherme Solino', 'Guilherme Solino', '', 1, 'Brasil', 'pt-br', '2013-01-28 13:26:17', '2013-01-28 13:26:17'), (40, 0, '2d30c19837a0cb17e03082eed844af8f', 'evaldo costa sampaio', '', '', 1, 'Brasil', 'pt-br', '2013-01-28 17:11:06', '2013-01-28 17:11:06'), (41, 0, '364b1a1d09702f4d7abc72544a67d467', 'Pedro Bial', '', '', 1, 'Brasil', 'pt-br', '2013-01-28 21:38:37', '2013-01-28 21:38:37'), (42, 0, '1e682f116062dd87e3226f96b90b3690', 'Luis Crespi', '', '', 1, 'Brasil', 'pt-br', '2013-01-28 22:00:22', '2013-01-28 22:00:22'), (43, 0, '5e6b4723361cc021e53ca0e45807627b', 'Wallace Ferreira', 'Wallace Ferreira', '', 1, 'Brasil', 'pt-br', '2013-01-29 10:45:33', '2013-01-29 10:45:33'), (44, 0, 'd8a7333ed4d95ab4d54afb2e041e6b3a', 'Josnei fernandes', '', '', 1, 'Brasil', 'pt-br', '2013-01-29 10:57:18', '2013-01-29 10:57:18'), (45, 0, 'd4269888135d7e85a95771f71b4f1be9', 'Joao Ricardo', 'Joao Ricardo', '', 1, 'Brasil', 'pt-br', '2013-01-29 12:59:44', '2013-01-29 12:59:44'), (46, 0, 'd03203c737b6de2b3ab4e9a542652067', 'Jose Arthur', 'Jose Arthur', '', 1, 'Brasil', 'pt-br', '2013-01-29 13:16:44', '2013-01-29 13:16:44'), (47, 0, '935022405ead260be6802156da94c4ff', 'Joao Ricardo', '', '', 1, 'Brasil', 'pt-br', '2013-01-29 13:34:19', '2013-01-29 13:34:19'), (48, 0, '2f76740e28c9abd2a29a068e3c62fd6e', 'Marcelo Funchal', '', '', 1, 'Brasil', 'pt-br', '2013-01-29 14:51:28', '2013-01-29 14:51:28'), (49, 0, 'b4ad3455767270565ea626a99e4d6114', 'Alexandre Serafim', '', '', 1, 'Brasil', 'pt-br', '2013-01-29 19:39:41', '2013-01-29 19:39:41'), (50, 0, '88d34649db98c48071226cb2d5c8188a', 'Lucas Marcos', '', '', 1, 'Brasil', 'pt-br', '2013-01-29 21:12:04', '2013-01-29 21:12:04'), (51, 0, '4409bb1c45aed239bb811584dea33497', 'Felipe borja', 'Felipe borja', '', 1, 'Brasil', 'pt-br', '2013-01-29 21:30:20', '2013-01-29 21:30:20'), (52, 0, '8fb7861f4915c37319fbdcd4e6b32a9e', 'Aparawra Apsrawa', 'Aparawra Apsrawa', '', 1, 'Polônia', 'en-us', '2013-01-30 12:42:45', '2013-01-30 12:42:45'), (53, 0, '8f14ebda479bfb549d133c2e53776f9b', 'Alan falcao', '', '', 1, 'Brasil', 'pt-br', '2013-01-30 21:07:14', '2013-01-30 21:07:14'), (54, 0, '93c13438f8e80cbe89a8736e2845edb1', 'Jonathan Santos', '', '', 1, 'Brasil', 'pt-br', '2013-01-30 21:32:42', '2013-01-30 21:32:42'), (55, 0, 'abc373d900dccf82fbde72484d1e2950', 'Thairinck Silva', '', '', 1, 'Brasil', 'pt-br', '2013-01-30 21:33:04', '2013-01-30 21:33:04'), (56, 0, '0b44032818af49f6c14364f705271873', 'Cleber Rodrigues', 'Cleber Rodrigues', '', 1, 'Brasil', 'pt-br', '2013-01-31 00:49:35', '2013-01-31 00:49:35'), (60, 0, '7ea2cdeff67c9b8b31210755013597b3', 'jerffson anderson', '', '', 1, 'Brasil', 'pt-br', '2013-02-01 20:58:09', '2013-02-01 20:58:09'), (57, 0, 'a3dcc42fe188ddedd3372896850810bb', 'Lucas Va', 'The Seeker', '', 1, 'Brasil', 'pt-br', '2013-01-31 22:44:35', '2013-01-31 22:44:35'), (58, 0, '6c5a99a998a32d8b356461788fdd736c', 'Nothingness No', '', '', 1, 'Outro', 'en-us', '2013-01-31 23:55:07', '2013-01-31 23:55:07'), (59, 0, '9e632ea1586c08e7a277328ad284e37e', 'kringle nog', '', '', 1, 'Brasil', 'pt-br', '2013-02-01 10:56:20', '2013-02-01 10:56:20'), (61, 0, '45795d11e37de37970b3b8f71563a422', 'Raul Tibiano', '', '', 1, 'Brasil', 'pt-br', '2013-02-02 11:19:55', '2013-02-02 11:19:55'), (62, 0, '0aa43cbde0cfedd32a16846012612fce', 'Numtinteressa Cacete', 'Numtinteressa Cacete', '', 1, 'Brasil', 'pt-br', '2013-02-02 17:04:32', '2013-02-02 17:04:32'), (63, 0, '92b9e9d8eef9e92b4ced4416e00d6ca4', 'Alex Pauli', 'Alex Pauli', '', 1, 'Brasil', 'pt-br', '2013-02-02 17:37:00', '2013-02-02 17:37:00'), (64, 0, 'b6334829a28d6ce713194678d97ff2e8', 'Meu Ovo Chapa', 'Meu Ovo Chapa', '', 1, 'Brasil', 'pt-br', '2013-02-02 17:58:03', '2013-02-02 17:58:03'), (65, 0, '1754c65ac4dba52d855811226aa4cd87', 'Clayton Silva', '', '', 1, 'Brasil', 'pt-br', '2013-02-03 00:07:29', '2013-02-03 00:07:29'), (66, 0, 'c3a9ae05bd168e5cb26ca5dd7d19028f', 'Lord Mineirinho', '', '', 1, 'Brasil', 'pt-br', '2013-02-03 07:37:02', '2013-02-03 07:37:02'), (67, 0, 'd04f9f901d5d5b2d79fb0d904025b239', 'Gabriel Belem Vasconcelos', '', '', 1, 'Brasil', 'pt-br', '2013-02-03 15:31:08', '2013-02-03 15:31:08'), (68, 0, '2e78fa26be9e50dd846b9cb1d2522bfb', 'andrew luiz', 'andrew luiz', '', 1, 'Brasil', 'pt-br', '2013-02-03 15:58:53', '2013-02-03 15:58:53'), (69, 0, 'c196f500cb76fb9237e0110056ce431a', 'thiago costa', 'thiago costa', '', 1, 'Brasil', 'pt-br', '2013-02-03 19:18:39', '2013-02-03 19:18:39'), (70, 0, 'f468ecffec871cff75f1059a9f338b63', 'Arthur Vizoto', 'Arthur Vizoto', '', 1, 'Brasil', 'pt-br', '2013-02-03 23:29:22', '2013-02-03 23:29:22'), (71, 0, 'd925fd906ee4643da6752c680d758892', 'douglas warllen', '', '', 1, 'Brasil', 'pt-br', '2013-02-04 00:31:39', '2013-02-04 00:31:39'), (72, 0, '0f74ef8bb1d7de745cc1a326a99566c1', 'Mcbsa fhas', '', '', 1, 'Brasil', 'en-us', '2013-02-04 11:12:52', '2013-02-04 11:12:52'), (73, 0, '009d72e8f3d756dfe36413ccb230b359', 'cromo silva', '', '', 1, 'Brasil', 'pt-br', '2013-02-04 15:07:49', '2013-02-04 15:07:49'), (74, 0, '285c2c57595d3aba2ec533479de1e456', 'joao vitor', '', '', 1, 'Brasil', 'pt-br', '2013-02-04 21:59:48', '2013-02-04 21:59:48'), (75, 0, 'e998e8e4439fda76edb4c3f178661f94', 'joao vitor', 'joao vitor', '', 1, 'Brasil', 'pt-br', '2013-02-05 21:25:05', '2013-02-04 22:00:59'), (76, 0, 'ff8af443114a07c8393e2937ae925df8', 'Gilberto Kruschewsky', '', '', 1, 'Brasil', 'pt-br', '2013-02-04 22:02:48', '2013-02-04 22:02:48'), (77, 0, 'f4f825a322fec82a1b633a9ceb1ca201', 'Luis Felipe', '', '', 1, 'Brasil', 'pt-br', '2013-02-04 23:46:07', '2013-02-04 23:46:07'), (78, 0, '5807ff702c7f0df64b23e1db64214720', 'Victor Hugo', '', '', 1, 'Brasil', 'pt-br', '2013-02-05 15:01:07', '2013-02-05 15:01:07'), (79, 0, 'd9530deca463ff42c3a56d3feaa6d6ed', 'Real Matheu', '', '', 1, 'Brasil', 'pt-br', '2013-02-05 18:24:52', '2013-02-05 18:24:52'), (80, 0, 'e48eb8b289f75d9eb9daf91f0c128e08', 'Smyty da Silva', '', '', 1, 'Brasil', 'pt-br', '2013-02-05 23:27:11', '2013-02-05 23:27:11'), (81, 0, 'ef5ab8ffeece7d8f1b6cc6c6569156c5', 'Alan Sere', '', '', 1, 'Brasil', 'en-us', '2013-02-06 03:11:36', '2013-02-06 03:11:36'), (82, 0, '14ecdf96a8201a5f61276f42e699b089', 'jose wanderson', '', '', 1, 'Brasil', 'pt-br', '2013-02-06 13:20:44', '2013-02-06 12:22:09'), (83, 0, 'abfbabaf3c98cdca9cbb493314fdb34a', 'alexssander silveira barbosa', '', '', 1, 'Brasil', 'pt-br', '2013-02-08 03:33:30', '2013-02-08 03:33:30'), (84, 0, '25174ceeef0279c40111270aaad096f9', 'Orlando Sendas', 'Orlando Sendas', '', 1, 'Brasil', 'pt-br', '2013-02-08 11:47:27', '2013-02-08 11:47:27'), (85, 0, '981196aee58f2ca1381a822f654182c5', 'Felipe Teti', '', '', 1, 'Brasil', 'pt-br', '2013-02-08 20:08:23', '2013-02-08 20:08:23'), (86, 0, 'bbaaf9b56f2852062355e0590e192965', 'Deiven Pein', '', '', 1, 'Brasil', 'pt-br', '2013-02-08 15:27:02', '2013-02-08 15:27:02'), (87, 0, 'a5153456ac6535c9a0b0ed36489f86b5', 'kaique bonato', '', '', 1, 'Brasil', 'pt-br', '2013-02-08 19:14:09', '2013-02-08 19:14:09'), (88, 0, '63055bbab38e329d257edfdbcbeecb6f', 'bryan silva', '', '', 1, 'Brasil', 'pt-br', '2013-02-08 19:30:32', '2013-02-08 19:30:32'), (89, 0, 'b2714f6273815922935d9a08b0e59ad4', 'joao vitor', '', '', 1, 'Brasil', 'pt-br', '2013-02-14 17:55:51', '2013-02-08 19:39:15'), (90, 0, 'f15261e855f10b602819f21d9743c177', 'Matheus Carvalho', 'Matheus Carvalho', '', 1, 'Brasil', 'pt-br', '2013-02-08 19:43:20', '2013-02-08 19:43:20'), (91, 0, '8ffde22d96c5adfe62ab4c27d9f1d03f', 'Eduardo Barbosa', '', '', 1, 'Brasil', 'pt-br', '2013-02-08 19:55:35', '2013-02-08 19:55:35'), (92, 0, '79ecb9750f4c4f01942ed05e44ef1eff', 'joao pereira', '', '', 1, 'Brasil', 'pt-br', '2013-02-08 20:02:50', '2013-02-08 20:02:50'), (93, 0, '4e4e8781a534c80ae7805c2d47fe9282', 'jonatas ramos', '', '', 1, 'Brasil', 'pt-br', '2013-02-08 20:20:28', '2013-02-08 20:20:28'), (94, 1, '', 'Augusto Antunes', 'Augusto Antunes', '', 1, 'Brasil', 'pt-br', '2013-02-08 20:33:51', '2013-02-08 20:33:51'), (95, 0, 'edef24a12b58484804bb77f1498fbc84', 'Dron Niear', '', '', 1, 'Brasil', 'pt-br', '2013-02-08 20:38:37', '2013-02-08 20:38:37'), (96, 0, '10732c5bf34a40b4b9f913d3e623ae1d', 'Guilherme Reynaldo', '', '', 1, 'Brasil', 'pt-br', '2013-02-08 21:05:03', '2013-02-08 21:05:03'), (97, 0, '5bc1b73362fa18e0478fa914a92ab324', 'Daniel Kinder', '', '', 1, 'Brasil', 'pt-br', '2013-02-08 23:01:38', '2013-02-08 23:01:38'), (98, 0, '401ff167b02545424de8b50704545d42', 'laiz fernanda', '', '', 0, 'Brasil', 'pt-br', '2013-02-08 23:55:04', '2013-02-08 23:55:04'), (99, 0, 'c96b2b1b30d6d9c893da36c2463c7609', 'Tiago Monteiro', 'Tiago Monteiro', '', 1, 'Brasil', 'pt-br', '2013-02-09 00:25:11', '2013-02-09 00:25:11'), (100, 0, 'eca10c2a8b648d9217d519e4716baf6e', 'rafael simoes', '', '', 1, 'Brasil', 'pt-br', '2013-02-09 00:41:03', '2013-02-09 00:41:03'), (101, 0, '8b6d0d590c8b75853acaaad03baa8a58', 'Anderson Henrique', 'Anderson Henrique', '', 1, 'Brasil', 'pt-br', '2013-02-09 10:44:30', '2013-02-09 10:44:30'), (103, 0, '4fe4d33491dd791a466b730461033336', 'marcos lol', 'amanda walker', '', 1, 'Brasil', 'pt-br', '2013-02-09 10:48:17', '2013-02-09 10:48:17'), (104, 0, '0747e0b75b028c0280e7d83ab4de7216', 'Shenical batcaverna', '', '', 1, 'Brasil', 'pt-br', '2013-02-09 18:41:16', '2013-02-09 18:41:16'), (105, 0, 'e12608d8835a2bba38bfda0715adb2c3', 'Bryan Nunes', '', '', 1, 'Brasil', 'pt-br', '2013-02-09 12:57:14', '2013-02-09 12:57:14'), (106, 0, 'dfd2fed9ec62e53ecda785dfdfc0ddff', 'Thayana Rocha', '', '', 0, 'Brasil', 'pt-br', '2013-02-09 13:59:29', '2013-02-09 13:59:29'), (107, 0, '264bd87d729d244b4a66b79d16ba06be', 'Iam Legend', '', '', 1, 'Brasil', 'pt-br', '2013-02-09 14:08:40', '2013-02-09 14:08:40'), (108, 0, 'bdc29729c220f23866519f9bf90051e3', 'Guilherme Henrique', '', '', 1, 'Brasil', 'pt-br', '2013-02-09 16:34:34', '2013-02-09 16:34:22'), (109, 0, '8b8fff9fdad64a29b5854161325426ea', 'victor amaral', 'Victor Amaral', '', 1, 'Brasil', 'pt-br', '2013-02-09 19:29:11', '2013-02-09 19:29:11'), (110, 0, '51091154a97758cd13e754227c9be8a0', 'Larcharter Lokao', '', '', 1, 'Brasil', 'pt-br', '2013-02-12 05:17:56', '2013-02-09 22:56:22'), (111, 0, 'e003c1cb6078b07b527711349eb1329a', 'Pedro Vitor', 'Pedro Eita Noix', '', 1, 'Brasil', 'pt-br', '2013-02-10 00:00:11', '2013-02-10 00:00:03'), (112, 0, '7e2ea12b9f7dd80ed0132f5c6667e50c', 'Stakers Pister', 'Stakers Pister', '', 1, 'Brasil', 'pt-br', '2013-02-10 01:33:27', '2013-02-10 01:33:27'), (113, 0, 'fd5a9ec03920cebc97906c2f7c182459', 'Rodolfo Bardelli', '', '', 1, 'Brasil', 'pt-br', '2013-02-10 11:43:49', '2013-02-10 11:43:49'), (114, 0, 'a7b55ab1eb18313b28fb58723dc1133a', 'lol dos lool', 'Sorcerer Very Lol', '', 1, 'Brasil', 'pt-br', '2013-02-10 13:56:39', '2013-02-10 13:56:39'), (115, 0, '8f01ea5e97f87aa20d042d03f56f50b2', 'Ricardo Luiz', '', '', 1, 'Brasil', 'pt-br', '2013-02-10 16:37:15', '2013-02-10 16:37:15'), (116, 0, '6b2e65ae123c2684424f3a70a8cb076d', 'Jose Jeremias', '', '', 1, 'Brasil', 'pt-br', '2013-02-10 16:55:45', '2013-02-10 16:55:45'), (117, 0, 'c1baf36e5dbf1d09583257eb3e588fbe', 'Julio Bicudo', '', '', 1, 'Brasil', 'pt-br', '2013-02-11 03:35:50', '2013-02-11 03:35:50'), (118, 0, 'ce5a27fa861b89cac9fe5a4971e3585b', 'Aion Smith', '', '', 1, 'Chile', 'pt-br', '2013-02-11 03:45:17', '2013-02-11 03:45:17'), (119, 0, '0d2929d62b04d14d1c92ba20009d41e0', 'pedro henque', '', '', 1, 'Brasil', 'pt-br', '2013-02-11 05:01:29', '2013-02-11 05:01:29'), (120, 0, '430818e7e775c8a346e64cdf6927d839', 'Guilherme Borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-11 06:42:30', '2013-02-11 06:42:30'), (121, 0, '1cef5aa5291a3ead5457dc5fc5fa05f9', 'cleusa lioness', '', '', 1, 'Brasil', 'pt-br', '2013-02-11 07:16:28', '2013-02-11 07:16:28'), (122, 0, 'a9adec61e795b2ab75af102c1492478a', 'Lucas Farias da Silva', '', '', 1, 'Brasil', 'pt-br', '2013-02-11 11:18:17', '2013-02-11 11:18:17'), (123, 0, '0a17bdfd58eb33ad8fcd3a821f49309f', 'joao reis', '', '', 1, 'Brasil', 'pt-br', '2013-02-11 17:09:34', '2013-02-11 17:09:34'), (124, 0, '95be9ec3eb3577755dc1a691787f4b80', 'Demoby Dino', '', '', 1, 'Brasil', 'pt-br', '2013-02-11 21:40:26', '2013-02-11 21:40:26'), (125, 0, 'f1fb6ac92d5538db3dc5fda61e567c5b', 'Fausto Guedes', '', '', 1, 'Brasil', 'pt-br', '2013-02-11 16:27:13', '2013-02-11 16:27:13'), (126, 0, '2dc6bd79314020ee8228ce2a4cdc22d7', 'Adalberto Rodrigues Teixeira Junior', '', '', 1, 'Brasil', 'pt-br', '2013-02-11 21:58:39', '2013-02-11 21:58:39'), (127, 0, 'b41da90ffd2d2865e2c7d2bbf979d6bf', 'pedro henrique dias', '', '', 1, 'Brasil', 'pt-br', '2013-02-11 22:01:01', '2013-02-11 22:00:51'), (128, 0, 'd42bb4e9b3cd085d509e8e7e53b035f3', 'rogerio carneikro', '', '', 1, 'Brasil', 'pt-br', '2013-02-12 00:03:00', '2013-02-12 00:03:00'), (129, 0, '0f39cec6c181c27de54361426bdb3d96', 'Gabriel Teixeira Genova', '', '', 1, 'Brasil', 'pt-br', '2013-02-12 04:53:01', '2013-02-12 04:53:01'), (130, 0, '4dc490cdcedcfb91c15b30796ef69ff0', 'Bufunfa Peido', '', '', 1, 'Brasil', 'pt-br', '2013-02-12 13:27:43', '2013-02-12 13:27:43'), (131, 0, 'cf1f4f0e39ea0da5386c66dc5c57d31f', 'Gabriel Spadoni', '', '', 1, 'Brasil', 'pt-br', '2013-02-12 13:28:26', '2013-02-12 13:28:26'), (132, 0, 'a237cc0bcd48d2273f076fc0ed63d782', 'Javali Java', '', '', 1, 'Brasil', 'pt-br', '2013-02-12 13:30:54', '2013-02-12 13:30:54'), (133, 0, '4744930d0cca55e8a16d9965c522a97c', 'Merilu Bota Ovo Pelo Cu', '', '', 0, 'Canadá', 'en-us', '2013-02-12 22:16:57', '2013-02-12 22:16:57'), (134, 0, '294cb6ca90cbdde79e9da36f1b8ab9fd', 'Lucas Santos', '', '', 1, 'Brasil', 'pt-br', '2013-02-12 22:25:15', '2013-02-12 22:25:15'), (140, 0, '4501f8537c36be7726309e5422ae8151', 'astro jildo', '', '', 1, 'Brasil', 'pt-br', '2013-02-12 23:53:39', '2013-02-12 23:53:39'), (141, 0, '16ca52e0859865e6c10626879a10bdf4', 'Jordan Felix', '', '', 0, 'Brasil', 'pt-br', '2013-02-14 18:30:30', '2013-02-13 23:43:11'), (142, 0, '597f50b6f79ff80322ef2bbb8aa3b319', 'Cristopher francesquini', '', '', 1, 'Brasil', 'pt-br', '2013-02-13 23:44:04', '2013-02-13 23:44:04'), (143, 0, '1306b0bb926cb1703c777bee7a54ad85', 'Kayque Alves', '', '', 1, 'Brasil', 'pt-br', '2013-02-14 01:23:49', '2013-02-14 01:23:49'), (144, 1, '', 'Matheus Moreira', 'Matheus Moreira', '', 1, 'Brasil', 'pt-br', '2013-02-14 03:40:06', '2013-02-14 03:40:06'), (145, 0, '08fd62adfb3e8e67dda143f4e62ccfbc', 'Iago Telles', '', '', 1, 'Brasil', 'pt-br', '2013-02-14 05:27:59', '2013-02-14 05:27:59'), (146, 0, '4c778e8146c4e76a84f57ee1237d431c', 'Anderson alex', '', '', 1, 'Brasil', 'pt-br', '2013-02-14 06:40:22', '2013-02-14 06:40:22'), (147, 0, 'c0bc1cf0901ef57f0bdbb13f1437acf0', 'Phillipe Pereira', '', '', 1, 'Brasil', 'pt-br', '2013-02-14 02:57:12', '2013-02-14 02:57:12'), (148, 0, '66df89d2ed763db537a85e200e3bdd9a', 'Tom Sawyer', 'Tom Sawyer', '', 1, 'Outro', 'en-us', '2013-02-14 15:36:54', '2013-02-14 15:36:54'), (304, 0, '', 'Julio Cesar', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 06:20:12', '2013-02-25 06:20:12'), (305, 0, '57a5e710a0ba02eab9c39d404bb544db', 'daniel borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 06:42:08', '2013-02-25 06:42:08'), (306, 0, '4899eb1ba3230b7d8564071f7d126978', 'Sandro Aguiuar', 'Sandro Aguiar', '', 1, 'Brasil', 'pt-br', '2013-02-25 07:23:10', '2013-02-25 07:23:10'), (307, 0, '05ef1d897cc69723500cd3977be83f49', 'felipe machado', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 07:23:32', '2013-02-25 07:23:32'), (308, 0, '3ef1b7417a20bba4a389903c5d5d6a00', 'Italo Alves Paiva', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 16:27:41', '2013-02-25 16:27:41'), (309, 0, '71b4d1e8307e931336c095b9aca6d2ea', 'daniel borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 21:08:08', '2013-02-25 21:08:08'), (310, 0, '71b4d1e8307e931336c095b9aca6d2ea', 'daniel borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 21:08:11', '2013-02-25 21:08:11'), (311, 0, '71b4d1e8307e931336c095b9aca6d2ea', 'daniel borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 21:08:15', '2013-02-25 21:08:15'), (312, 0, '71b4d1e8307e931336c095b9aca6d2ea', 'daniel borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 21:08:19', '2013-02-25 21:08:19'), (313, 0, '71b4d1e8307e931336c095b9aca6d2ea', 'daniel borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 21:08:23', '2013-02-25 21:08:23'), (314, 0, '71b4d1e8307e931336c095b9aca6d2ea', 'daniel borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 21:08:27', '2013-02-25 21:08:27'), (315, 0, '71b4d1e8307e931336c095b9aca6d2ea', 'daniel borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 21:08:31', '2013-02-25 21:08:31'), (316, 0, '71b4d1e8307e931336c095b9aca6d2ea', 'daniel borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 21:08:36', '2013-02-25 21:08:36'), (317, 0, '71b4d1e8307e931336c095b9aca6d2ea', 'daniel borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 21:08:40', '2013-02-25 21:08:40'), (318, 0, '71b4d1e8307e931336c095b9aca6d2ea', 'daniel borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 21:08:44', '2013-02-25 21:08:44'), (319, 0, '71b4d1e8307e931336c095b9aca6d2ea', 'daniel borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 21:08:48', '2013-02-25 21:08:48'), (320, 0, '7df4eb5be596a0446cc755eab44e4a7a', 'Resalt Daop', '', '', 1, 'Brasil', 'pt-br', '2013-02-25 21:44:45', '2013-02-25 21:44:45'), (321, 0, 'b15d0746cf5a96e3ae2d206f9381a3fe', 'Lucas gabriel', 'Lucas gabriel', '', 1, 'Brasil', 'pt-br', '2013-02-26 03:31:23', '2013-02-25 22:22:24'), (322, 0, '07613ff366b958a87b888ad67a84c2d3', 'jose anderson', 'jose anderson', '', 1, 'Brasil', 'pt-br', '2013-02-26 03:36:38', '2013-02-26 03:36:38'), (323, 0, '49588047512057e0390d43adc9a4a484', 'Felipe Moraes', 'Felipe Moraes', '', 1, 'Brasil', 'pt-br', '2013-02-26 03:37:09', '2013-02-26 03:37:09'), (324, 1, '', 'Marcos Dotti', '', '', 1, 'Brasil', 'pt-br', '2013-02-26 18:13:39', '2013-02-26 18:12:35'), (325, 0, '57fd84ebd9c45e89fe0e2f10ab26c588', 'roniele dias', '', '', 1, 'Brasil', 'pt-br', '2013-02-26 19:31:50', '2013-02-26 19:31:50'), (326, 0, '628850ad09c610b471f30b68f7617f19', 'roniele souza', '', '', 1, 'Brasil', 'en-us', '2013-02-26 19:35:04', '2013-02-26 19:35:04'), (327, 0, '4020bbf5cbfe063f2364cb54ca0f4439', 'ewerton clemente', '', '', 1, 'Brasil', 'pt-br', '2013-02-27 02:59:18', '2013-02-27 02:59:18'), (328, 1, '', 'Dom Maconheiro', '', '', 1, 'Brasil', 'pt-br', '2013-02-27 04:46:26', '2013-02-27 04:46:26'), (329, 0, '07a223851f7da243534f0cbbc09f1b37', 'Vital Nuaman', '', '', 1, 'Brasil', 'pt-br', '2013-02-27 06:07:44', '2013-02-27 06:07:44'), (330, 0, 'f50718b5f2766a809d7e422f6ba783a7', 'Victor Dantas', '', '', 1, 'Brasil', 'pt-br', '2013-02-27 06:14:37', '2013-02-27 06:14:37'), (331, 0, '02bbaaffd9afd3620a97d109026cf2d7', 'Victor Dantas', '', '', 1, 'Brasil', 'pt-br', '2013-02-27 06:16:19', '2013-02-27 06:16:19'), (332, 1, '', 'Michel Gomes', 'Michel Gomes', '', 1, 'Brasil', 'pt-br', '2013-02-28 08:04:54', '2013-02-27 09:26:55'), (333, 0, 'd1cf9503e5fc33b9594219349f350a24', 'Tauro beast', 'Tauro beast', '', 1, 'México', 'en-us', '2013-02-28 01:03:37', '2013-02-28 01:03:37'), (334, 0, 'd476396c249dc598d517b0fcf7e3fd36', 'Romulo Borges', '', '', 1, 'Brasil', 'pt-br', '2013-02-28 03:24:04', '2013-02-28 03:24:04'), (335, 0, '8c56daca750ffbd4be4d62a00640960f', 'Brendon Souza', '', '', 1, 'Brasil', 'pt-br', '2013-02-28 04:11:53', '2013-02-28 04:11:53'), (336, 0, '65914d7dfd9f9b512dce034f23165da6', 'Renan Ramalho', 'Renan Ramalho', '', 1, 'Brasil', 'pt-br', '2013-02-28 06:22:44', '2013-02-28 06:22:44'), (337, 0, '', 'Mateus Lucas', '', '', 1, 'Brasil', 'pt-br', '2013-02-28 16:55:34', '2013-02-28 16:55:34'), (338, 0, '', 'Matheus Terra', '', '', 1, 'Brasil', 'pt-br', '2013-03-01 01:54:44', '2013-02-28 22:47:20'), (339, 0, '', 'Sandro Aguiar', '', '', 1, 'Brasil', 'pt-br', '2013-03-01 01:49:19', '2013-03-01 01:49:19'), (340, 0, '', 'Rei Caveira', '', '', 1, 'Brasil', 'pt-br', '2013-03-02 02:24:27', '2013-03-01 04:56:30'), (341, 0, '', 'elder ribeiro', '', '', 1, 'Brasil', 'pt-br', '2013-03-01 19:36:17', '2013-03-01 19:36:17'), (342, 0, '', 'daniel yan', '', '', 1, 'Brasil', 'pt-br', '2013-03-01 19:56:51', '2013-03-01 19:56:51'), (343, 0, '', 'Rodrigo Terra', 'Rodrigo Terra', '', 1, 'Brasil', 'pt-br', '2013-03-01 22:44:14', '2013-03-01 22:44:14'), (344, 0, '', 'Pedro pacheco', '', '', 1, 'Brasil', 'pt-br', '2013-03-02 00:37:52', '2013-03-02 00:37:52'), (345, 0, '', 'Matheus Gomes', '', '', 1, 'Brasil', 'pt-br', '2013-03-02 04:40:32', '2013-03-02 04:40:32'), (346, 0, '', 'Jorge ibarra', '', '', 1, 'México', 'en-us', '2013-03-02 11:15:49', '2013-03-02 11:15:49'), (347, 0, '', 'Lucas Gabriel', '', '', 1, 'Brasil', 'pt-br', '2013-03-02 20:32:42', '2013-03-02 20:32:42'), (348, 0, '', 'lucas gabriel', '', '', 1, 'Brasil', 'pt-br', '2013-03-02 20:44:34', '2013-03-02 20:44:34'), (349, 0, '', 'lucas gabriel', '', '', 1, 'Brasil', 'pt-br', '2013-03-02 20:44:37', '2013-03-02 20:44:37'), (350, 0, '', 'lucas gabriel', '', '', 1, 'Brasil', 'pt-br', '2013-03-02 20:44:39', '2013-03-02 20:44:39'), (351, 0, '', 'lucas gabriel', '', '', 1, 'Brasil', 'pt-br', '2013-03-02 20:44:45', '2013-03-02 20:44:45'), (352, 0, '', 'lucas gabriel', '', '', 1, 'Brasil', 'pt-br', '2013-03-02 20:44:47', '2013-03-02 20:44:47'), (353, 0, '', 'lucas gabriel', '', '', 1, 'Brasil', 'pt-br', '2013-03-02 20:44:48', '2013-03-02 20:44:48'), (354, 0, '', 'Cleiton Felipe A', '', '', 1, 'Brasil', 'pt-br', '2013-03-03 13:08:40', '2013-03-03 13:08:40'), (355, 0, '', 'Rafael Oi', '', '', 1, 'Brasil', 'pt-br', '2013-03-04 00:57:45', '2013-03-04 00:57:45'); -- -------------------------------------------------------- -- -- Estrutura da tabela `accounts_acessos` -- CREATE TABLE IF NOT EXISTS `accounts_acessos` ( `idaccount` int(11) NOT NULL, `idacesso` int(10) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `accounts_acessos` -- INSERT INTO `accounts_acessos` (`idaccount`, `idacesso`) VALUES (2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (8, 1), (8, 2), (8, 3), (8, 4), (8, 5); -- -------------------------------------------------------- -- -- Estrutura da tabela `accounts_ingametime` -- CREATE TABLE IF NOT EXISTS `accounts_ingametime` ( `idingametime` int(10) unsigned NOT NULL AUTO_INCREMENT, `idplayer` int(10) unsigned NOT NULL, `nrip` int(10) unsigned NOT NULL, `nrlogin` int(10) unsigned NOT NULL, `nrlogout` int(10) unsigned DEFAULT NULL, `nrlualogout` int(10) unsigned NOT NULL, PRIMARY KEY (`idingametime`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=284 ; -- -- Extraindo dados da tabela `accounts_ingametime` -- INSERT INTO `accounts_ingametime` (`idingametime`, `idplayer`, `nrip`, `nrlogin`, `nrlogout`, `nrlualogout`) VALUES (1, 1, 1405013178, 1359942906, 1359942914, 0), (2, 1, 1405013178, 1359942946, 1359943026, 0), (3, 4, 143578810, 1359945683, 0, 0), (4, 4, 143578810, 1359950403, 1359955309, 0), (5, 4, 143578810, 1359963209, 1359964187, 0), (6, 4, 143578810, 1359974589, 1359975221, 0), (7, 4, 143578810, 1359975230, 1359975240, 0), (8, 2, 4013171121, 1359975119, 1359975338, 0), (9, 5, 4013171121, 1359975362, 1359975383, 0), (10, 4, 143578810, 1359975463, 0, 0), (11, 2, 4013171121, 1359978258, 1359986373, 0), (12, 4, 283477681, 1359981825, 0, 0), (13, 6, 2250691258, 1359982572, 1359985131, 0), (14, 4, 283477681, 1359982249, 1359986901, 0), (15, 10, 675111089, 1359984832, 1359991382, 0), (16, 2, 4013171121, 1359986374, 1359989568, 0), (17, 12, 283477681, 1359987118, 0, 0), (18, 2, 4013171121, 1359989570, 1359993317, 0), (19, 6, 2250691258, 1359990854, 1359992278, 0), (20, 10, 675111089, 1359991384, 0, 0), (21, 12, 283477681, 1359992443, 1359992446, 0), (22, 10, 675111089, 1359992543, 1359993659, 0), (23, 4, 283477681, 1359992446, 0, 0), (24, 4, 283477681, 1359992960, 1359993504, 0), (25, 12, 283477681, 1359993505, 1359993537, 0), (26, 4, 283477681, 1359993539, 1359993543, 0), (27, 12, 283477681, 1359993544, 1359994509, 0), (28, 10, 675111089, 1359993769, 1359997931, 0), (29, 13, 4238888637, 1359994070, 1359994136, 0), (30, 1, 4013171121, 1359994376, 1359997536, 0), (31, 4, 283477681, 1359994797, 0, 0), (32, 4, 283477681, 1359996701, 0, 0), (33, 4, 283477681, 1359996829, 0, 0), (34, 4, 283477681, 1359997021, 1359999087, 0), (35, 1, 4013171121, 1359997537, 1359998511, 0), (36, 1, 4013171121, 1359998518, 1359998634, 0), (37, 1, 4013171121, 1359998639, 1359998818, 0), (38, 1, 4013171121, 1359998827, 1359998867, 0), (39, 14, 2381538760, 1359998864, 1359999087, 0), (40, 1, 4013171121, 1359998972, 1359999087, 0), (41, 14, 2381538760, 1359999041, 0, 0), (42, 1, 4013171121, 1359999052, 1359999211, 0), (43, 1, 4013171121, 1359999230, 1359999279, 0), (44, 1, 4013171121, 1359999297, 1359999316, 0), (45, 1, 4013171121, 1360000326, 1360001278, 0), (46, 1, 4013171121, 1360001280, 1360001282, 0), (47, 1, 4013171121, 1360001292, 1360002041, 0), (48, 1, 4013171121, 1360002057, 1360002509, 0), (49, 1, 4013171121, 1360002510, 1360003796, 0), (50, 10, 675111089, 1360004215, 1360010078, 0), (51, 1, 4013171121, 1360003797, 1360004572, 0), (52, 6, 2250691258, 1360004954, 1360005272, 0), (53, 1, 4013171121, 1360004584, 1360005684, 0), (54, 1, 4013171121, 1360005685, 1360007061, 0), (55, 14, 2381538760, 1360006765, NULL, 0), (56, 1, 4013171121, 1360007104, 1360007106, 0), (57, 15, 4013171121, 1360007107, 1360007827, 0), (58, 14, 2381538760, 1360007642, 1360007702, 0), (59, 1, 4013171121, 1360007831, 1360007872, 0), (60, 15, 4013171121, 1360007873, 1360009924, 0), (61, 1, 4013171121, 1360009925, 1360010479, 0), (62, 15, 4013171121, 1360010479, 1360011139, 0), (63, 1, 4013171121, 1360011140, 1360011158, 0), (64, 15, 4013171121, 1360011159, 1360012094, 0), (65, 15, 4013171121, 1360012340, 1360014759, 0), (66, 4, 283477681, 1360013925, 1360015584, 0), (67, 13, 2357541307, 1360014900, NULL, 0), (68, 15, 4013171121, 1360015015, 1360015045, 0), (69, 1, 4013171121, 1360015046, 1360015058, 0), (70, 15, 4013171121, 1360015058, 1360015095, 0), (71, 1, 4013171121, 1360015096, 1360016705, 0), (72, 13, 2357541307, 1360015989, 1360016000, 0), (73, 4, 283477681, 1360015598, 1360018170, 0), (74, 16, 2357541307, 1360016064, 1360017021, 0), (75, 15, 4013171121, 1360016706, 1360016722, 0), (76, 1, 4013171121, 1360016723, 1360019414, 0), (77, 10, 675111089, 1360017163, 1360018770, 0), (78, 4, 283477681, 1360018552, 0, 0), (79, 1, 4013171121, 1360020697, 1360026824, 0), (80, 17, 3901900733, 1360022531, 1360023850, 0), (81, 4, 283477681, 1360022543, 1360030155, 0), (82, 10, 2914223281, 1360023305, 0, 0), (83, 18, 3901900733, 1360023863, 1360023866, 0), (84, 6, 2250691258, 1360023966, 1360025220, 0), (85, 1, 4146615241, 1360026925, 1360027047, 0), (86, 6, 2250691258, 1360027267, 1360029445, 0), (87, 2, 4146615241, 1360027620, 1360027663, 0), (88, 10, 2914223281, 1360028653, 1360033376, 0), (89, 19, 3405256113, 1360029649, NULL, 0), (90, 19, 3405256113, 1360029995, 1360030077, 0), (91, 11, 2914223281, 1360033382, 1360034558, 0), (92, 4, 283477681, 1360034067, 1360037750, 0), (93, 4, 283477681, 1360038427, 1360040928, 0), (94, 1, 4146615241, 1360052284, 1360052290, 0), (95, 2, 4146615241, 1360060704, 1360068594, 0), (96, 4, 283477681, 1360064960, 0, 0), (97, 10, 2914223281, 1360067702, 1360072000, 0), (98, 2, 4146615241, 1360068595, 1360070828, 0), (99, 2, 4146615241, 1360071035, 1360076823, 0), (100, 10, 2914223281, 1360072051, 1360081987, 0), (101, 4, 283477681, 1360075932, 1360077966, 0), (102, 2, 4146615241, 1360077123, 1360079807, 0), (103, 1, 4146615241, 1360080038, 1360080326, 0), (104, 1, 4146615241, 1360080832, 1360081988, 0), (105, 4, 283477681, 1360081520, 1360081988, 0), (106, 20, 2668416954, 1360084061, NULL, 0), (107, 10, 2914223281, 1360083596, 1360088440, 0), (108, 1, 4146615241, 1360083282, 1360093307, 0), (109, 4, 283477681, 1360084174, 1360085561, 0), (110, 17, 2509653949, 1360087131, 1360087390, 0), (111, 18, 2509653949, 1360087392, 1360087587, 0), (112, 17, 2509653949, 1360087591, 0, 0), (113, 17, 2509653949, 1360088080, 0, 0), (114, 10, 2914223281, 1360088442, 1360098707, 0), (115, 17, 2509653949, 1360088880, 0, 0), (116, 17, 2509653949, 1360090180, 1360091352, 0), (117, 18, 2509653949, 1360091353, 1360091577, 0), (118, 17, 2509653949, 1360091579, 0, 0), (119, 17, 2509653949, 1360093184, 1360094800, 0), (120, 15, 4146615241, 1360093308, 1360093806, 0), (121, 1, 4146615241, 1360093807, 1360094221, 0), (122, 15, 4146615241, 1360094222, 1360094418, 0), (123, 1, 4146615241, 1360094419, 0, 0), (124, 4, 283477681, 1360094570, 0, 0), (125, 21, 2442167729, 1360098814, 1360101623, 0), (126, 17, 294668221, 1360099096, 1360100373, 0), (127, 4, 283477681, 1360102226, 0, 0), (128, 4, 283477681, 1360102967, 0, 0), (129, 4, 283477681, 1360103899, 0, 0), (130, 10, 2914223281, 1360104154, 0, 0), (131, 1, 4146615241, 1360104183, 0, 0), (132, 4, 283477681, 1360104304, 0, 0), (133, 1, 4146615241, 1360104766, 1360104768, 0), (134, 12, 283477681, 1360104813, 1360104830, 0), (135, 4, 283477681, 1360104832, 0, 0), (136, 12, 283477681, 1360106165, 1360106433, 0), (137, 4, 283477681, 1360106435, 0, 0), (138, 12, 283477681, 1360106855, 1360106894, 0), (139, 4, 283477681, 1360106894, NULL, 0), (140, 1, 4146615241, 1360107154, 0, 0), (141, 17, 294668221, 1360107208, 1360107405, 0), (142, 10, 2914223281, 1360107224, 1360107548, 0), (143, 12, 283477681, 1360107292, 1360107670, 0), (144, 11, 2914223281, 1360107549, 1360107692, 0), (145, 12, 283477681, 1360107774, 1360107797, 0), (146, 22, 283477681, 1360107798, 1360107800, 0), (147, 17, 294668221, 1360107407, 0, 0), (148, 10, 2914223281, 1360107693, 0, 0), (149, 12, 283477681, 1360107809, 1360109285, 0), (150, 22, 283477681, 1360109293, 0, 0), (151, 11, 2914223281, 1360109753, 1360109756, 0), (152, 10, 2914223281, 1360109757, 1360110165, 0), (153, 17, 294668221, 1360109781, 0, 0), (154, 1, 4146615241, 1360109788, 0, 0), (155, 12, 283477681, 1360110072, 1360110296, 0), (156, 11, 2914223281, 1360110166, 1360110285, 0), (157, 10, 2914223281, 1360110286, 0, 0), (158, 22, 283477681, 1360110297, 0, 0), (159, 10, 2914223281, 1360110669, 0, 0), (160, 1, 4146615241, 1360110684, 1360111422, 0), (161, 17, 294668221, 1360110699, 1360112901, 0), (162, 22, 283477681, 1360110743, 1360110891, 0), (163, 12, 283477681, 1360110892, 1360110910, 0), (164, 22, 283477681, 1360110911, 1360111332, 0), (165, 12, 283477681, 1360111334, 1360111679, 0), (166, 1, 4146615241, 1360111423, 1360111503, 0), (167, 22, 283477681, 1360111679, 1360113041, 0), (168, 10, 2914223281, 1360113365, 1360115369, 0), (169, 23, 503589041, 1360114128, 1360115507, 0), (170, 10, 2914223281, 1360118288, 1360119189, 0), (171, 10, 2914223281, 1360120264, 1360122553, 0), (172, 22, 283477681, 1360126368, 1360128323, 0), (173, 24, 4209879576, 1360127580, 1360128629, 0), (174, 12, 283477681, 1360128325, 1360129670, 0), (175, 12, 283477681, 1360129774, 1360130676, 0), (176, 22, 283477681, 1360140669, 1360141831, 0), (177, 12, 283477681, 1360142124, 1360142165, 0), (178, 22, 283477681, 1360142166, 1360143068, 0), (179, 2, 3895796145, 1360148879, 1360149099, 0), (180, 2, 3895796145, 1360149100, 1360153988, 0), (181, 10, 2914223281, 1360153678, 1360154305, 0), (182, 5, 3895796145, 1360153988, 1360154392, 0), (183, 11, 2914223281, 1360154306, 1360155958, 0), (184, 2, 3895796145, 1360154400, 1360164688, 0), (185, 10, 2914223281, 1360156159, 1360158347, 0), (186, 17, 3887941565, 1360158565, 0, 0), (187, 17, 1235044285, 1360158887, 0, 0), (188, 17, 1235044285, 1360159071, 0, 0), (189, 10, 2914223281, 1360159088, 1360161287, 0), (190, 22, 2547526321, 1360159448, 1360160166, 0), (191, 17, 1235044285, 1360159725, 1360162823, 0), (192, 12, 2547526321, 1360160167, 0, 0), (193, 25, 1235044285, 1360160651, 1360162143, 0), (194, 12, 2547526321, 1360161372, 1360161375, 0), (195, 11, 2914223281, 1360161289, 1360161657, 0), (196, 11, 2914223281, 1360161658, 1360161659, 0), (197, 22, 2547526321, 1360161375, 1360161967, 0), (198, 10, 2914223281, 1360161660, 1360162556, 0), (199, 12, 2547526321, 1360161968, 1360162710, 0), (200, 11, 2914223281, 1360162556, 1360162573, 0), (201, 10, 2914223281, 1360162574, 1360164213, 0), (202, 22, 2547526321, 1360162711, 1360164263, 0), (203, 22, 2547526321, 1360164360, 1360166755, 0), (204, 1, 3895796145, 1360167896, 1360167926, 0), (205, 10, 2914223281, 1360170870, 1360173842, 0), (206, 2, 3895796145, 1360171644, 1360175817, 0), (207, 22, 2547526321, 1360173153, 1360174056, 0), (208, 11, 2914223281, 1360173844, 0, 0), (209, 17, 399132605, 1360174183, 1360181822, 0), (210, 25, 3873059249, 1360175058, 0, 0), (211, 11, 2914223281, 1360175631, 1360175637, 0), (212, 10, 2914223281, 1360175638, 1360175999, 0), (213, 11, 2914223281, 1360176000, 1360176898, 0), (214, 22, 2547526321, 1360175854, 1360176288, 0), (215, 1, 3895796145, 1360176049, 1360176418, 0), (216, 1, 3895796145, 1360176421, 1360176426, 0), (217, 1, 3895796145, 1360176429, 1360176431, 0), (218, 1, 3895796145, 1360176516, 1360176553, 0), (219, 25, 3873059249, 1360176844, 0, 0), (220, 22, 2547526321, 1360176462, 1360178715, 0), (221, 10, 2914223281, 1360176899, 1360183093, 0), (222, 25, 3873059249, 1360177113, 0, 0), (223, 2, 3895796145, 1360177665, 1360182589, 0), (224, 12, 2547526321, 1360178719, 1360179649, 0), (225, 25, 3873059249, 1360180574, 1360182847, 0), (226, 12, 2547526321, 1360180780, 1360181688, 0), (227, 1, 3895796145, 1360182597, 1360182606, 0), (228, 17, 399132605, 1360181825, 1360186082, 0), (229, 15, 3895796145, 1360182607, 1360182763, 0), (230, 1, 3895796145, 1360182764, 1360188700, 0), (231, 10, 2914223281, 1360183230, 1360188700, 0), (232, 21, 2442167729, 1360184293, 1360185298, 0), (233, 17, 399132605, 1360187278, 1360188191, 0), (234, 10, 2914223281, 1360189353, 1360189514, 0), (235, 10, 2914223281, 1360189515, 1360189853, 0), (236, 1, 3895796145, 1360188998, 1360191046, 0), (237, 10, 2914223281, 1360189854, 1360190658, 0), (238, 10, 2914223281, 1360190659, 1360190801, 0), (239, 10, 2914223281, 1360190803, 1360190827, 0), (240, 10, 2914223281, 1360190833, 1360190854, 0), (241, 10, 2914223281, 1360190857, 1360190932, 0), (242, 1, 3895796145, 1360191047, 1360191074, 0), (243, 1, 3895796145, 1360191076, 1360191150, 0), (244, 1, 3895796145, 1360192670, 1360193690, 0), (245, 1, 3895796145, 1360193691, 1360194818, 0), (246, 1, 3895796145, 1360194819, 1360200606, 0), (247, 6, 2224754621, 1360200596, 1360200692, 0), (248, 1, 3895796145, 1360201795, 1360201856, 0), (249, 10, 3124519089, 1360202142, 1360202300, 0), (250, 10, 3124519089, 1360202327, 1360202335, 0), (251, 1, 3895796145, 1360202443, 1360202508, 0), (252, 11, 3124519089, 1360202336, 1360203457, 0), (253, 27, 1093739185, 1360203421, 1360208181, 0), (254, 11, 3124519089, 1360203459, 1360206948, 0), (255, 22, 2547526321, 1360204977, 1360210640, 0), (256, 10, 3124519089, 1360206951, 1360207066, 0), (257, 11, 3124519089, 1360207066, 1360207348, 0), (258, 10, 3124519089, 1360207348, 1360207519, 0), (259, 11, 3124519089, 1360207519, 1360208463, 0), (260, 27, 1093739185, 1360208290, 1360210029, 0), (261, 22, 2547526321, 1360213768, 1360214702, 0), (262, 25, 654127537, 1360234601, 0, 0), (263, 25, 654127537, 1360242041, 0, 0), (264, 10, 3124519089, 1360242905, 1360242920, 0), (265, 11, 3124519089, 1360242920, 1360244748, 0), (266, 17, 3954788285, 1360242837, 0, 0), (267, 11, 3124519089, 1360245064, 1360247308, 0), (268, 17, 1757366205, 1360245496, 1360250515, 0), (269, 25, 654127537, 1360245429, NULL, 0), (270, 25, 654127537, 1360246467, 1360246604, 0), (271, 10, 3124519089, 1360247310, 0, 0), (272, 10, 3124519089, 1360248901, 0, 0), (273, 10, 3124519089, 1360249451, 0, 0), (274, 22, 2547526321, 1360249554, 1360254020, 0), (275, 10, 3124519089, 1360252029, 1360253572, 0), (276, 1, 3895796145, 1360253726, 1360254792, 0), (277, 22, 2547526321, 1360254028, 1360255748, 0), (278, 1, 3895796145, 1360254808, 1360254826, 0), (279, 1, 3895796145, 1360254830, 1360254997, 0), (280, 1, 3895796145, 1360255076, 1360255217, 0), (281, 1, 3895796145, 1360255237, 1360255308, 0), (282, 1, 3895796145, 1360255317, 1360255673, 0), (283, 1, 3895796145, 1360255713, 1360255826, 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `accounts_item_comprados` -- CREATE TABLE IF NOT EXISTS `accounts_item_comprados` ( `iditemcomprado` int(10) unsigned NOT NULL AUTO_INCREMENT, `idaccount` int(10) unsigned NOT NULL, `idplayer` int(10) unsigned NOT NULL, `idmarketitem` int(10) unsigned NOT NULL, `isonlyone` tinyint(1) unsigned NOT NULL, `isbag` tinyint(1) unsigned NOT NULL, `isbackpack` tinyint(1) unsigned NOT NULL, `nrpontosgastos` int(10) unsigned NOT NULL COMMENT 'É importante gravar a quantidade de pontos gastos para casos como promoções.', `dtcadastro` datetime NOT NULL, PRIMARY KEY (`iditemcomprado`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=40 ; -- -- Extraindo dados da tabela `accounts_item_comprados` -- INSERT INTO `accounts_item_comprados` (`iditemcomprado`, `idaccount`, `idplayer`, `idmarketitem`, `isonlyone`, `isbag`, `isbackpack`, `nrpontosgastos`, `dtcadastro`) VALUES (1, 2, 1, 16, 0, 0, 1, 5, '2013-02-04 15:21:54'), (2, 2, 1, 2, 1, 0, 0, 15, '2013-02-04 15:23:56'), (3, 2, 1, 6, 1, 0, 0, 3, '2013-02-04 15:27:05'), (4, 2, 1, 17, 0, 1, 0, 2, '2013-02-04 15:27:49'), (5, 2, 1, 17, 0, 1, 0, 2, '2013-02-04 15:33:42'), (6, 2, 1, 12, 0, 0, 1, 5, '2013-02-04 15:34:54'), (7, 2, 1, 18, 1, 0, 0, 10, '2013-02-04 16:06:45'), (8, 2, 1, 18, 1, 0, 0, 10, '2013-02-04 16:07:26'), (9, 2, 1, 1, 1, 0, 0, 5, '2013-02-04 16:07:43'), (10, 2, 1, 8, 0, 0, 1, 5, '2013-02-04 16:20:55'), (11, 2, 1, 3, 1, 0, 0, 30, '2013-02-04 17:03:00'), (12, 2, 1, 1, 1, 0, 0, 5, '2013-02-04 18:11:12'), (13, 2, 1, 18, 1, 0, 0, 10, '2013-02-04 18:14:49'), (14, 2, 1, 18, 1, 0, 0, 10, '2013-02-04 18:15:56'), (15, 2, 1, 18, 1, 0, 0, 10, '2013-02-04 18:16:31'), (16, 2, 1, 18, 1, 0, 0, 10, '2013-02-04 18:16:35'), (17, 2, 1, 28, 0, 0, 1, 140, '2013-02-05 07:19:56'), (18, 2, 1, 3, 1, 0, 0, 30, '2013-02-05 07:20:18'), (19, 2, 1, 17, 0, 1, 0, 2, '2013-02-05 07:20:33'), (20, 2, 1, 16, 0, 0, 1, 5, '2013-02-05 07:20:45'), (21, 2, 1, 2, 1, 0, 0, 15, '2013-02-07 07:40:06'), (22, 2, 1, 6, 1, 0, 0, 3, '2013-02-07 07:40:14'), (23, 2, 1, 24, 0, 0, 1, 80, '2013-02-07 07:40:31'), (24, 2, 1, 17, 0, 1, 0, 2, '2013-02-07 07:40:45'), (25, 2, 1, 16, 0, 0, 1, 5, '2013-02-07 07:41:02'), (26, 2, 1, 16, 0, 0, 1, 5, '2013-02-07 07:41:12'), (27, 2, 1, 16, 0, 0, 1, 5, '2013-02-07 07:41:20'), (28, 2, 15, 1, 1, 0, 0, 5, '2013-02-08 15:27:06'), (29, 2, 1, 18, 1, 0, 0, 10, '2013-02-08 15:30:43'), (30, 2, 80, 7, 0, 1, 0, 1, '2013-02-11 20:41:12'), (31, 2, 15, 2, 1, 0, 0, 15, '2013-02-11 17:58:46'), (32, 2, 15, 6, 1, 0, 0, 3, '2013-02-11 17:58:52'), (33, 2, 1, 18, 1, 0, 0, 10, '2013-02-12 16:25:51'), (34, 2, 15, 6, 1, 0, 0, 3, '2013-02-12 17:33:29'), (35, 2, 15, 6, 1, 0, 0, 3, '2013-02-12 17:33:33'), (36, 2, 15, 6, 1, 0, 0, 3, '2013-02-12 17:33:36'), (37, 2, 15, 6, 1, 0, 0, 3, '2013-02-12 17:33:39'), (38, 2, 15, 6, 1, 0, 0, 3, '2013-02-12 17:33:42'), (39, 89, 38, 1, 1, 0, 0, 5, '2013-02-15 19:28:00'); -- -------------------------------------------------------- -- -- Estrutura da tabela `accounts_pontos_history` -- CREATE TABLE IF NOT EXISTS `accounts_pontos_history` ( `idcompra` int(10) unsigned NOT NULL AUTO_INCREMENT, `idaccount` int(10) unsigned NOT NULL, `idponto` int(10) unsigned NOT NULL, `nrqtdd` int(10) unsigned NOT NULL, `txtplugin` varchar(32) NOT NULL COMMENT 'Avisa pro onde a compra foi feita: pagseguro ou paypal', `txttransacao` varchar(32) NOT NULL, `dtcadastro` datetime NOT NULL, PRIMARY KEY (`idcompra`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ; -- -- Extraindo dados da tabela `accounts_pontos_history` -- INSERT INTO `accounts_pontos_history` (`idcompra`, `idaccount`, `idponto`, `nrqtdd`, `txtplugin`, `txttransacao`, `dtcadastro`) VALUES (1, 2, 1, 10, 'pagseguro', '', '2013-02-12 12:04:37'), (2, 2, 1, 10, 'pagseguro', '', '2013-02-12 12:05:05'), (3, 2, 1, 10, 'pagseguro', '', '2013-02-12 12:05:41'), (4, 2, 1, 10, 'pagseguro', '', '2013-02-12 12:06:38'), (5, 2, 1, 10, 'pagseguro', '', '2013-02-12 12:07:06'), (6, 2, 1, 10, 'pagseguro', '', '2013-02-12 12:08:33'), (7, 2, 1, 10, 'pagseguro', '', '2013-02-12 12:08:45'), (8, 2, 1, 10, 'pagseguro', '', '2013-02-12 12:09:54'), (9, 2, 1, 10, 'pagseguro', '', '2013-02-12 12:15:13'), (10, 2, 1, 10, 'pagseguro', '', '2013-02-12 12:18:22'), (11, 2, 1, 10, 'pagseguro', '', '2013-02-12 12:20:59'), (12, 29, 1, 10, 'pagseguro', '', '2013-02-12 12:25:31'), (13, 29, 1, 10, 'pagseguro', '', '2013-02-12 12:40:43'), (14, 29, 1, 10, 'pagseguro', '', '2013-02-12 12:40:49'), (15, 29, 1, 10, 'pagseguro', '', '2013-02-12 12:41:53'), (16, 29, 1, 10, 'pagseguro', '', '2013-02-12 12:42:55'), (17, 2, 1, 10, 'pagseguro', '', '2013-02-12 13:24:47'), (18, 2, 1, 10, 'pagseguro', '', '2013-02-12 13:25:39'), (19, 110, 1, 10, 'pagseguro', '', '2013-02-19 21:43:59'), (20, 322, 1, 5, 'pagseguro', '', '2013-03-02 04:03:12'), (21, 322, 1, 5, 'pagseguro', '', '2013-03-02 04:05:03'), (22, 322, 1, 5, 'pagseguro', '', '2013-03-02 04:08:26'); -- -------------------------------------------------------- -- -- Estrutura da tabela `accounts_pontos_pagsegurostatus` -- CREATE TABLE IF NOT EXISTS `accounts_pontos_pagsegurostatus` ( `txttransacao` varchar(32) NOT NULL, `idstatus` int(10) unsigned NOT NULL, `idtype` int(10) unsigned NOT NULL, `idmeio` int(10) unsigned NOT NULL, `dtstatus` datetime NOT NULL, `dtcadastro` datetime NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `accounts_pontos_pagsegurostatus` -- INSERT INTO `accounts_pontos_pagsegurostatus` (`txttransacao`, `idstatus`, `idtype`, `idmeio`, `dtstatus`, `dtcadastro`) VALUES ('PS-0-0-0', 1, 0, 0, '2013-02-11 13:43:26', '2013-02-11 20:50:33'), ('PS-0-0-0', 1, 0, 0, '2013-02-11 13:52:42', '2013-02-11 21:00:03'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-02-15 04:52:34'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-02-15 06:21:13'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-02-15 08:19:12'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-02-15 10:19:53'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-02-15 12:19:05'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-02-24 14:41:55'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-02-24 15:26:00'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-02-24 17:26:23'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-02-24 19:26:14'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-02-24 21:26:28'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-01 12:23:53'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-01 13:35:47'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-01 15:31:45'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-01 17:32:17'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-01 19:30:55'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 04:05:34'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 04:09:02'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 05:39:00'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 05:39:07'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 07:32:44'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 07:32:48'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 09:29:33'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 09:29:41'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 11:27:43'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 11:27:50'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 14:05:35'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 14:09:03'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 15:32:00'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 15:32:00'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 17:33:08'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 17:33:09'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 19:31:37'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 19:31:37'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 21:26:16'), ('', 0, 0, 0, '1969-12-31 21:00:00', '2013-03-02 21:26:17'); -- -------------------------------------------------------- -- -- Estrutura da tabela `accounts_vipinformacao` -- CREATE TABLE IF NOT EXISTS `accounts_vipinformacao` ( `idvip` int(10) unsigned NOT NULL AUTO_INCREMENT, `idaccount` int(10) unsigned NOT NULL, `nrvippoints` float NOT NULL, `txttelprefix` varchar(2) NOT NULL, `txttelefone` varchar(13) NOT NULL, `txtcep` varchar(16) NOT NULL, `txtlogradouro` varchar(64) NOT NULL, `txtnumero` varchar(16) NOT NULL, `txtcomplemento` varchar(32) NOT NULL, `txtbairro` varchar(64) NOT NULL, `txtcidade` varchar(64) NOT NULL, `txtestado` varchar(2) NOT NULL, PRIMARY KEY (`idvip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ; -- -- Extraindo dados da tabela `accounts_vipinformacao` -- INSERT INTO `accounts_vipinformacao` (`idvip`, `idaccount`, `nrvippoints`, `txttelprefix`, `txttelefone`, `txtcep`, `txtlogradouro`, `txtnumero`, `txtcomplemento`, `txtbairro`, `txtcidade`, `txtestado`) VALUES (1, 2, 40, '11', '998478133', '04284030', 'r. francisco meirelles', '57', '', 'Vila Moinho Velho', 'São Paulo', 'SP'), (8, 8, 0, '11', '22745044', '04284-030', 'Francisco Meirelles', '57', '', 'Vila Moinho Velho', 'São Paulo', 'SP'), (3, 33, 0, '15', '96180655', '18200110', 'José Bonifacio', '90', 'A', 'Centro', 'Itapetininga', 'SP'), (6, 26, 0, '12', '39072863', '', 'dos palmares', '54', '', 'campo dos alemaes', 'sao jose dos campos', 'SP'), (13, 29, 0, '11', '981176137', '04285000', 'R. Elba', '318', 'fundos', 'Vila Moinho Velho', 'São Paulo', 'SP'), (10, 101, 0, '81', '89355184', '', 'Barreiros', '310', 'Prox:Colegio Elisete Lopes', 'Caiuca', 'Caruaru', 'PE'), (11, 119, 0, '', '', '', '', '', '', '', '', ''), (12, 89, 0, '79', '99379761', '49090270', 'Av. Santa Gleide', '350', '', 'Matadouro', 'Aracaju', 'SE'), (14, 110, 0, '14', '38157817', '18610301', 'Ursula camargo de barros', '487', '', 'Jd. Paraiso', 'Btu', 'SP'), (15, 331, 0, '83', '87657018', '58700390', 'Onaldo de Queiroz', '161', '', 'Brasília', 'Patos', 'PB'), (16, 343, 0, '21', '88935142', '25915-000', 'Magé', '451', 'casa 8', 'Piabetá', 'Magé', 'RJ'), (17, 322, 0, '21', '33583094', '21640360', 'crisantemos', '5', '', 'anchieta', 'rj', 'RJ'); -- -------------------------------------------------------- -- -- Estrutura da tabela `accounts_vip_history` -- CREATE TABLE IF NOT EXISTS `accounts_vip_history` ( `idtransacao` int(10) unsigned NOT NULL AUTO_INCREMENT, `idvip` int(10) unsigned NOT NULL, `nrquantidade` int(11) NOT NULL, `dtsolicitado` datetime NOT NULL, `dtconfirmado` datetime NOT NULL, PRIMARY KEY (`idtransacao`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Estrutura da tabela `acessos` -- CREATE TABLE IF NOT EXISTS `acessos` ( `idacesso` int(10) unsigned NOT NULL AUTO_INCREMENT, `txtacesso` varchar(512) NOT NULL, PRIMARY KEY (`idacesso`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Extraindo dados da tabela `acessos` -- INSERT INTO `acessos` (`idacesso`, `txtacesso`) VALUES (1, 'Adicionar e remover acessos.'), (2, 'Postar novas notícias.'), (3, 'Validar postagem.'), (5, 'Sanar itens da ouvidoria.'); -- -------------------------------------------------------- -- -- Estrutura da tabela `clipart` -- CREATE TABLE IF NOT EXISTS `clipart` ( `idclipart` int(10) unsigned NOT NULL, `ptbrimagem` varchar(512) NOT NULL, `enusimagem` varchar(512) NOT NULL, `isstatus` bit(1) NOT NULL, `dtcadastro` datetime NOT NULL, PRIMARY KEY (`idclipart`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estrutura da tabela `comentarios` -- CREATE TABLE IF NOT EXISTS `comentarios` ( `idcomentario` int(10) unsigned NOT NULL AUTO_INCREMENT, `idparent` int(10) unsigned NOT NULL, `idtipo` int(10) unsigned NOT NULL, `idaccount` int(10) unsigned NOT NULL, `txtcomentario` varchar(3072) NOT NULL, `dtcadastro` datetime NOT NULL, PRIMARY KEY (`idcomentario`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=172 ; -- -- Extraindo dados da tabela `comentarios` -- INSERT INTO `comentarios` (`idcomentario`, `idparent`, `idtipo`, `idaccount`, `txtcomentario`, `dtcadastro`) VALUES (17, 8, 3, 8, 'Bem vamos lá o que eu vi o pessoal falando, falta saida nas cidades e precisa de buracos na cidade com rotworm...<br />\nA mana de ningu?m sobe quando você upa...', '2013-01-24 12:12:56'), (18, 9, 3, 9, 'Não está dando para colocar arrow no slot, e no site não está dando pra ver as magias das classes.', '2013-01-24 14:05:41'), (21, 9, 3, 2, 'Olá Aziz,<br />\nprimeiramente nos desculpe pela demora.<br />\n<br />\nObrigado pela sua ajuda nos avisando dos bugs.<br />\nEstamos analisando qual é o motivo da arrow não esta sendo colocada no slot de ammo.<br />\n<br />\nO servidor está em fase de teste até 31/01/2013 e nessa fase esperamos corrigir todos os bugs antes de lança-lo oficialmente. Depois do lançamento você vai continuar com seus personagens e items.<br />\nPor isso suas contribuição nos avisando dos bugs é muito importante.<br />\n<br />\nObrigado pela atenção.', '2013-01-24 15:35:28'), (22, 9, 3, 2, 'Bug das setas resolvido.', '2013-01-24 16:14:50'), (25, 2, 3, 2, 'Ox não da xp<br />\nAku aku n heala e eh mto forte', '2013-01-24 20:07:08'), (29, 16, 6, 16, 'POderia Colocar UMa Magia q eu vi em um ot ums meses atras mt daora msm q tinha essas vocaçoes novas ,e oq me chamou atençAO<br />\nfoi q o assassin tinha uma magia q ao aplica ela ele se teleporta imediatamente a distance de 4 skm e da um comb de 5 atk em fast atk os atacks do assassin nao pode nao ser forte serto ser mt rapido o atk dele apesar de usa pequenas adagas ,e outra magia q chamou mt atençao uma magia de invisibilidade q deixa o buneco invisivel em 3 seg q da mt bem para despistar os inimigos ,do resto das vocation é so equilibras spero q minhas sugestoes tenhao atitudes brigado adorei o ot msm ,dicas q deu agora sobre magia do assasin veio de um ot mt famoso q centenas de pessoas gostaram ,mas invelismente o servidor nao duro nem 3 semana por causa dos kick e o adk acabou fexando :( infelismente ,mas como apareceu uma nova staff com caapacidade de editar magia e skins boa sorte para vc`s sperto susseço', '2013-01-25 17:51:05'), (27, 15, 3, 15, 'vendi items e n recebi dinhero... e n consigo olhar as magias no site usando google chrome', '2013-01-24 23:45:52'), (28, 15, 3, 2, 'Obrigado por reportar o bug, vamos analisar o motivo dos erros.<br />\nPrimeiro do npc que é mais importante, depois o da magia.', '2013-01-25 10:40:02'), (31, 16, 6, 16, 'Oi Kero dar UMa sugestao Sobre ums poderes Do assassin ,uma dela é o atk rapido mas fraco ,e a magia de invisibilidade q ninguem pode ver dentro de 3 seg dicas de ums servidor igual ao de vc`s q tem capacidade para editar skins brigadao boa sorte', '2013-01-25 17:52:36'), (32, 16, 6, 16, 'Sugestao sobre magia de assassin umas delas a invisibilidade de 3 seg suficiente para despistar o inimi<br />\ngo', '2013-01-25 17:53:09'), (70, 33, 3, 33, 'eu acho que o npc Peter The Elf (que vende munição) está no lugar do npc de food.', '2013-01-27 04:06:25'), (71, 33, 3, 33, '04:08 You see a sign.<br />\nYou read: Norte:<br />\n - Saida da cidade.<br />\n - DP.<br />\n<br />\nNorteste:<br />\n - Fazenda.<br />\n<br />\nerro de portugues .-.', '2013-01-27 04:09:03'), (69, 33, 3, 33, '04:02 Echigoya: ::ERROR :: Unable to talk to you... Language information lost, please contact an administrator.', '2013-01-27 04:03:19'), (36, 16, 6, 16, 'Outra Magia mt boa de assassin é O teleport e atk fast ao targetq ao aplica deleporta numa distancia de 4 skm e da um atk fast', '2013-01-25 17:54:22'), (37, 16, 4, 16, 'Axo q mudar a cor dos coins Nao foi Mt legal na minha opiniao A cor Dourada Do Gold FIca mais Legal', '2013-01-25 17:55:16'), (67, 33, 3, 33, 'no dp da cidade da philadelphia tem um mail box bloqueando o acesso ao dp.', '2013-01-27 03:53:21'), (66, 31, 3, 2, 'Que erro aparece?<br />\nPode enviar uma print para ttots.contato@gmail.com, por favor?', '2013-01-26 23:28:44'), (65, 15, 3, 2, 'Ok, o problema com as moedas dos npcs foi corrigido, obrigado por nos avisar.', '2013-01-26 18:44:06'), (64, 31, 3, 31, 'ALguem ae ? não consigo me conectar no cliente ;x', '2013-01-26 18:02:43'), (41, 16, 6, 16, 'tenho uma ideia boa para a vocaçao Druid = Saserdote q é uma ideia de outro ot tb ,ele tem capacidade para cria HEalth Potions', '2013-01-25 17:57:49'), (42, 16, 6, 16, 'Sugestao de Druid =saserte uma Magia q fas Health potions alem de UH', '2013-01-25 17:58:17'), (43, 16, 6, 16, 'Sugestao Para Barbarian q Usa Apenas Armas de 2 Mao e Tem atk lento Mas uma Força extraordinaria :P', '2013-01-25 17:59:04'), (44, 16, 6, 16, 'Sugestao Sobre o Barbarian com Apenas Armas de 2 Mao mas Mt forte apesar do atk for lento de 2 seg', '2013-01-25 17:59:46'), (45, 16, 6, 16, 'se eu lembras de outras magia do nargot eu passo pra vc`s edita ate +', '2013-01-25 18:00:21'), (46, 15, 6, 15, 'inserir !rank e !spells', '2013-01-25 23:58:06'), (47, 15, 7, 15, 'server bom... tem futuroo... eh soh organizar tudo nesse beta ai (:', '2013-01-25 23:58:40'), (48, 25, 4, 25, 'Eu nao to conseguindo entrar no servidor `-`', '2013-01-26 00:41:55'), (49, 25, 4, 2, 'O servidor foi reiniciado, tente novamente.<br />\nSe não conseguir, favor reportar na ouvidoria novamente.<br />\nObrigado!', '2013-01-26 10:29:40'), (50, 15, 6, 2, 'Obrigado pela sugestão, vamos analisar com a equipe e muito possivelmente isso será implementado.', '2013-01-26 10:30:49'), (68, 33, 6, 33, 'como ninguem conhece o mapa... voces poderiam postar o mapa pra conhecimento geral, não? .-.', '2013-01-27 03:53:53'), (72, 33, 3, 2, 'Obrigado por reportar!<br />\nVamos corrigir o erro de português, vamos analisar o npc e corrigir o erro de linguagem seu e verificar se há mais pessoas com esse problema.<br />\nA questão do mailbox se deve ao fato daquele depot está com um bug e foi necessário bloqueá-lo temporariamente.<br />\n<br />\nObrigado por reportar!', '2013-01-27 08:55:13'), (73, 33, 6, 2, 'Faremos isso, assim que os bugs mais pesados do servidor forem corrigidos.<br />\nObrigado por sua sugestão!', '2013-01-27 08:55:46'), (74, 33, 3, 33, 'o buraco de acesso aos rotworms está com bug. ele é perto do npc Jony Query, perto ao dp.', '2013-01-27 13:35:57'), (75, 33, 3, 2, 'Editamos temporariamente, vamos fazer a edição fixa no mapa depois, mas por enquanto colocamos um bueiro provisório lá.', '2013-01-27 18:06:00'), (76, 2, 3, 2, 'não pode funcioanr !pacc<br />\ndistance dos elfians estão muito forte, upando mto rapido', '2013-01-27 18:56:37'), (77, 2, 3, 2, 'Runas novas estão com um bug muito sério.', '2013-01-27 23:09:32'), (78, 8, 3, 8, 'Aku aku não dá mais 75% como se fosse part', '2013-01-28 09:36:54'), (79, 8, 6, 8, 'É bom ter um sistema de autoloot', '2013-01-28 09:49:27'), (80, 8, 3, 8, 'exura ico recupera mta pouca vida', '2013-01-28 09:56:50'), (81, 8, 6, 2, 'Nossa equipe pretende integrar um sistema bem completo de autoloot assim que os bugs mais importantes forem corrigidos.', '2013-01-28 13:00:12'), (82, 43, 3, 43, 'o NPC da Canoa , ao dar "Hi" ele responde<br />\n<br />\n11:17 Echigoya: ::ERROR :: Unable to talk to you... Language information lost, please contact an administrator.', '2013-01-29 11:19:20'), (83, 46, 4, 46, 'vcs tevem ter tutores respondendo no help pow ta loko tipo cheguei la e n tem ninguem respondendo as perguntas', '2013-01-29 13:31:07'), (84, 46, 4, 46, 'entao como querem crescer esse ot ? responde', '2013-01-29 13:31:37'), (85, 4, 2, 46, 'tutores respondendo as perguntas no help ¬¬', '2013-01-29 13:32:52'), (95, 51, 3, 51, 'o lag do server ta mais feio q bate na mae', '2013-01-29 21:39:04'), (94, 43, 3, 2, 'O erro já foi visto, vamos ajeitar isso assim que terminarmos de ajustar o problema das magias não estarem aparecendo no site.<br />\nObrigado por reportar!', '2013-01-29 16:18:12'), (93, 46, 4, 2, 'O servidor ainda não foi lançado oficialmente,<br />\nEstamos em versão de testes até dia 01/02/2013.<br />\nDurante esse tempo todos nossos programadores estão concluindo cada um sua parte dentro do projeto e ajustando os bugs que são reportados na ouvidoria.', '2013-01-29 16:13:48'), (96, 15, 3, 15, 'nao esta sendo possivel deletar characters no site tb =x', '2013-01-30 06:01:14'), (97, 15, 3, 15, 'npc da canoa ta dando erro ao falar', '2013-01-30 06:41:20'), (98, 15, 3, 2, 'Ok, obrigado por reportar! Vamos ajustar este bug em breve.', '2013-01-30 07:26:23'), (99, 15, 7, 2, ':D', '2013-01-30 07:26:31'), (100, 51, 3, 2, 'Obrigado por reportar, vamos tentar trocar de hoster ou melhor nosso plano em fevereiro.', '2013-01-30 07:29:01'), (101, 15, 3, 2, 'O problema de pesquisar magias no site foi corrigido. Obrigado por reportar!', '2013-01-30 07:30:52'), (102, 15, 7, 15, 'nao sei como comprar premium account e promotion :P', '2013-01-30 08:57:25'), (103, 8, 3, 8, 'slug nao ataca', '2013-01-30 11:27:39'), (104, 4, 2, 52, 'fuck all brazil', '2013-01-30 20:49:11'), (105, 33, 4, 33, 'cade as vocações?', '2013-01-31 01:57:14'), (106, 33, 4, 2, 'As novas vocações foram temporariamente suspendidas, vão voltar a ativa amanhã.', '2013-01-31 08:05:31'), (107, 8, 3, 2, 'Eu sei :)<br />\nSe tiver dando xp ai precisa tirar.', '2013-01-31 08:06:29'), (108, 26, 3, 26, 'aruma a ice rapier esta quebrando.... aruma as parcels elas n abrem.. e coloca label pa se vender no npc correio e coloca 1 correio nos dps...', '2013-01-31 20:20:29'), (109, 26, 3, 26, 'n esqueça..', '2013-01-31 20:21:00'), (110, 26, 3, 26, 'n esqueça..', '2013-01-31 20:21:01'), (111, 26, 3, 26, 'n esqueça..', '2013-01-31 20:21:02'), (112, 26, 3, 26, 'n esqueça..', '2013-01-31 20:21:02'), (113, 26, 3, 26, 'n esqueça..', '2013-01-31 20:21:03'), (114, 26, 3, 26, 'n esqueça..', '2013-01-31 20:21:04'), (115, 26, 3, 26, 'n esqueça..', '2013-01-31 20:21:04'), (116, 26, 3, 26, 'n esqueça..', '2013-01-31 20:21:05'), (117, 26, 3, 26, 'n esqueça..', '2013-01-31 20:21:05'), (118, 26, 3, 26, 'n esqueça..', '2013-01-31 20:21:06'), (119, 15, 6, 15, 'wilds nao possuem magias free de ataque =/ somente premium accounts podem usufruir dessas magias', '2013-01-31 20:30:30'), (120, 56, 4, 56, 'ADM seria mmuito bom se vuc ficasse mais on pelo começo do serv eu to querendo falar com vuc nao fico on muito tempo se pelo menos vuc colocasse uns players pra te ajudar, eu poderia falar com eles', '2013-02-01 08:55:44'), (121, 56, 4, 2, 'Não tenho como colocar administradores de manhã, estamos analisando pessoas para serem tutores, dando treinamento, mas eu não vou poder controlar o horário de entrada deles.<br />\nA medida do possível estamos tentando manter o GM André pela manhã, mas agora ele vai poder entrar com menos frequência neste horário.', '2013-02-01 09:19:50'), (122, 2, 3, 2, '` or 1 = 1 --', '2013-02-01 10:17:23'), (123, 2, 3, 2, '%$#@!', '2013-02-01 10:17:40'), (124, 2, 6, 2, '- Reflect Shield<br />\n - Pescar monstros', '2013-02-01 23:54:42'), (125, 1, 2, 57, 'Contudo a falta de vip, dificulta as vocacoes mais dependentes de ataques fisicos!', '2013-02-02 17:35:17'), (126, 2, 2, 57, '1', '2013-02-02 17:35:58'), (127, 4, 2, 57, '4', '2013-02-02 17:36:38'), (128, 64, 4, 64, 'poxa meu email tem um . e nao consigi cria a conta com o . <br />\nentao criei sem o ponto qem puder me ajudar ;]', '2013-02-02 18:01:07'), (129, 4, 2, 64, '6 e 2 ;]] o site chama mt a tençao de qem acessar e os players podem acha lgl o ot e testar', '2013-02-02 18:03:41'), (130, 64, 4, 2, 'ok, vamos alterar a validação de email.<br />\nMuito grato por nos visar! :D', '2013-02-02 18:48:54'), (131, 62, 6, 62, 'Na verdade é uma duvida. Só que nao tinha nenhuma area pra isso então postei aqui. Mas... porque o ot nao é 8.6?', '2013-02-02 20:16:19'), (132, 62, 6, 8, 'Você pode colocar na aba de observações tudo o que não tem categoria. :)<br />\nO OT não 8.6 por que quando começamos a programar o OT pegamos a versão mais atual de Tibia. Nós temos programadores que são capazes de editar Sprites 9.6, como você pode averiguar algumas mudanças no servidor.<br />\n<br />\nQuais as vantagens de um servidor 8.6 para um 9.6 no seu ponto de vista?', '2013-02-02 20:29:03'), (133, 15, 6, 15, 'abaixa o preço do aol.. 50k mata qualquer um man =x', '2013-02-03 07:27:13'), (134, 1, 2, 68, 'Apenas achei um tanto ruim os magos começarem com uma wand que requer level 7 e uma espada que necessita full attack para poder talvez dar dano.', '2013-02-03 16:49:14'), (135, 69, 3, 69, 'cara, pelo amor de Deus, tem que ter uma net boa pra ter server on, nao sei se realmente eh isso que acontece, mas seu server trava muito e com apenas dois players, infelizmente nao jogarei mais, mais pense nos novos clientes que tera.', '2013-02-03 19:38:42'), (136, 69, 4, 69, 'desculpe por postar errado', '2013-02-03 19:39:51'), (137, 69, 3, 2, 'Nosso problema é com o hoster e será trocado antes do dia 8 deste mês.', '2013-02-04 08:44:16'), (138, 15, 6, 2, 'O preço foi abaixado para 10k', '2013-02-05 07:09:12'), (139, 1, 2, 2, 'VIP já está ativa :D<br />\nAndrew, o que você recomenda?', '2013-02-05 07:22:01'), (140, 64, 4, 2, 'O problema já foi resolvido, pode atualizar seu e-mail agora. :D', '2013-02-05 08:25:02'), (141, 26, 3, 2, 'Os bugs foram corrigidos, mas a ice rapier vai continuar quebrando.', '2013-02-05 08:26:04'), (142, 43, 3, 2, 'O erro já foi corrigido, obrigado por reportar!', '2013-02-05 08:27:16'), (143, 33, 4, 2, 'As vocações já estão ativas.', '2013-02-05 08:28:19'), (144, 2, 7, 2, 'window.opener.location.href', '2013-02-05 11:39:11'), (145, 62, 6, 62, 'Sinceramente, Elfbot hahahha<br />\nSei la, gosto até da idéia de um ot sem bot, mas ja tentei e É IMPOSSIVEL. Realmente, quem é que tem tempo e saco pra ficar 12h upando por exemplo. Mesmo que o cara use bot, a maior parte do tempo o cara vai jogar normalmente, só upar mesmo que ele vai usar bot. E treinar tambem. Porque quem é que vai ficar no pc o dia todo vendo o char treinando e ter que voltar de 15 em 15 minutos pra rodar ele? =\\<br />\nE também qual é a diferença exatamente de um 8.6 pra um 9.6? Além daquela barrinha inutil de cooldown e bixos novos? Incluindo sprites. Isso um client próprio resolve.', '2013-02-05 15:07:09'), (146, 84, 3, 84, 'Nao consigo fazer o download do cliente, quando ficara disponível?', '2013-02-08 11:52:12'), (147, 15, 6, 15, 'wilds e dwarfians regen de hp de 15 em 15... mana de 5 em 5<br />\ntribais e sorcs regen hp de 5 em 5 e mana de 15 em 15..<br />\nninjas e amazons com regen de hp e mana de 10 em 10', '2013-02-08 13:35:48'), (148, 15, 6, 15, 'aumentar a recuperaçao de soul', '2013-02-08 13:40:52'), (149, 84, 3, 8, 'Obrigado por reportar, em algumas horas já estará disponível para download.', '2013-02-08 20:20:50'), (150, 8, 3, 8, 'o horario de bugs está 7h na frente do real', '2013-02-08 20:31:05'), (151, 84, 3, 8, 'Já esta disponível no site, obrigado por reportar. (^:', '2013-02-08 21:16:33'), (152, 15, 7, 8, 'Você compra P.A. na loja do site, com pontos vip.<br />\nCada um ponto VIP custa 1 R$.<br />\n30 dias P.A. são 10 pontos vip.<br />\n15 dias P.A. são 5 pontos vip.<br />\nComprando pontos vip você ajuda nosso servidor a se manter no ar.', '2013-02-08 21:18:27'), (153, 4, 2, 99, 'Hunts', '2013-02-09 00:59:41'), (154, 4, 2, 112, 'Acho que deveria melhorar bastante no detalhamento do mapa, tem muita coisa vazia, e tbm muito quadrado, logo de cara achei bem legal, inicio com detalhes etc, mais dps q andei pra fora do "esgoto" achei muito quadrado e sem detalhe.', '2013-02-10 02:04:31'), (155, 114, 5, 114, 'poxa esse tibia é muito bom!!!', '2013-02-10 14:25:31'), (156, 114, 6, 114, 'Sera que seria possível ter "eventos relampagos" pelo menos 3 vezes na semana tipo: zombie attack ou survival', '2013-02-10 14:26:42'), (157, 114, 6, 2, 'Perfeito, vamos buscar desenvolver estes eventos. :D<br />\nObrigado pela sua sugestão.', '2013-02-11 05:53:49'), (158, 114, 5, 2, 'Obrigado :D', '2013-02-13 01:06:15'), (159, 2, 3, 2, 'Testando insert', '2013-02-14 18:48:10'), (160, 306, 3, 306, 'Oi, o comando !promote para guild não funciona. Diz que o player a ser promovido precisa de uma premium account (não Vip, premium) e no server não tem premmy. Enfim, é um erro bobo mas acho que vale a pena a atenção :D', '2013-02-27 06:17:50'), (161, 332, 6, 332, 'Queria dar uma sugestão do tipo um forum pros usuarios se interagirem e algumas abas de 1º passos dentro do servidor tipo "Fazendo a primeira quest e a segunda" depois disso parti pra jogo solo algo assim', '2013-02-27 10:14:16'), (162, 1, 2, 321, 'dawarfian presisa de magias', '2013-02-28 03:52:21'), (163, 2, 2, 332, 'Sim porque assim creio eu que os jogadores novatos e mesmo os que já tem no servidor saberão que ele sempre esta em andamento ou "VIVO"', '2013-02-28 08:07:01'), (164, 306, 3, 2, 'Olá, a vip account no servidor é a premmy account.<br />\nVocê pode compra-la pelo site.<br />\n<br />\nApesar disso não tem sentido o comando !promote estar como premmy, já que a criação de guildas é livre.<br />\n<br />\nVamos ajustar esse bug assim que possível. Obrigado por reportar!', '2013-02-28 16:34:03'), (165, 332, 6, 2, 'Olá, pretendemos sim fazer um forum!<br />\nMas nossos programadores estão com muito trabalho atualmente em projetos pessoais e cursos e por isso esse novo recurso pode demorar um pouco para se tornar disponível.<br />\n<br />\nTambém, por enquanto, nosso foco é o equilíbrio das vocações e lançamento da vocação Monk.<br />\n<br />\nObrigado por sugerir!', '2013-02-28 16:37:09'), (166, 8, 3, 2, 'Como assim?', '2013-02-28 16:37:59'), (167, 15, 6, 2, 'Aumentado.', '2013-02-28 16:38:21'), (168, 1, 2, 336, 'Peguei a classe de dwarf.. e ela em certo nivel.. tira nada de player.. com uma arma mediana.. pois outras classes tem um exura que recupera 10k de vida ;/ ai e tenso.', '2013-03-01 05:29:02'), (169, 1, 2, 336, 'E concordo na classe Dwarf nao ter muita skill de atc.. mas um "exori" ou algum assim.. não faz mal .. já que na porrada ta dificil de matar tudo .', '2013-03-01 05:57:31'), (170, 336, 4, 336, 'A classe Dwarf está fraca em Atc corpo a corpo.. e já que nao tem uma magia de atc para ele.. por favor melhorem os ataques dele.. Tenho um dwarf lv 31 .. com uma arma de atc 40 , skill axe 62 .. e tiro no máximo de dragon 100~120 isso quando eu tiro.. que é meio raro..', '2013-03-01 05:59:37'), (171, 343, 4, 343, 'Boa tarde, estou aqui para falar sobre o dano do dwarfian.<br />\nEle está hitando muito abaixo do padrão de hit, chega a ser abaixo de um hit do wild (pelo que eu li deveria ser maior por ele ser uma vocação de puro dano fisico), queria pedir a vocês que verificassem esse dano dele e ver se realmente tem algum problema e que vocês estivessem corrigindo-o!', '2013-03-02 00:47:40'); -- -------------------------------------------------------- -- -- Estrutura da tabela `comentario_tipos` -- CREATE TABLE IF NOT EXISTS `comentario_tipos` ( `idtipo` int(10) unsigned NOT NULL AUTO_INCREMENT, `txttipo` varchar(64) NOT NULL, PRIMARY KEY (`idtipo`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ; -- -- Extraindo dados da tabela `comentario_tipos` -- INSERT INTO `comentario_tipos` (`idtipo`, `txttipo`) VALUES (1, 'Comentário em comentário'), (2, 'Comentário em enquete'), (3, 'Aviso de bug'), (4, 'Reclamação'), (5, 'Elogio'), (6, 'Sugestão'), (7, 'Observação'); -- -------------------------------------------------------- -- -- Estrutura da tabela `cometario_curtidas` -- CREATE TABLE IF NOT EXISTS `cometario_curtidas` ( `idcomentario` int(10) unsigned NOT NULL, `idaccount` int(10) unsigned NOT NULL, `isgostei` tinyint(1) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estrutura da tabela `enquetes` -- CREATE TABLE IF NOT EXISTS `enquetes` ( `idenquete` int(10) unsigned NOT NULL AUTO_INCREMENT, `txtptbrpergunta` varchar(110) NOT NULL, `txtenuspergunta` varchar(110) NOT NULL, `ismulti` tinyint(1) NOT NULL DEFAULT '0', `dtinicio` datetime NOT NULL, `dtfim` datetime DEFAULT NULL, `isactive` tinyint(1) NOT NULL DEFAULT '1', `dtcadastro` datetime NOT NULL, PRIMARY KEY (`idenquete`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Extraindo dados da tabela `enquetes` -- INSERT INTO `enquetes` (`idenquete`, `txtptbrpergunta`, `txtenuspergunta`, `ismulti`, `dtinicio`, `dtfim`, `isactive`, `dtcadastro`) VALUES (1, 'Na sua opinião, as vocações estão equilibradas?', '', 0, '2012-12-11 00:00:00', NULL, 1, '2012-11-27 20:08:38'), (2, 'Você acha que o servidor deve ser mais reverente nas postagens?', '', 0, '2012-11-27 20:10:28', '2013-03-31 20:10:31', 1, '2012-11-27 20:11:00'), (4, 'Qual você acha que deve ser o foco dos nossos desenvolvedores agora?', '', 1, '2012-12-07 18:51:23', '2013-03-31 18:51:27', 1, '2012-12-07 18:51:47'); -- -------------------------------------------------------- -- -- Estrutura da tabela `enquete_opicoes` -- CREATE TABLE IF NOT EXISTS `enquete_opicoes` ( `idopicao` int(10) unsigned NOT NULL AUTO_INCREMENT, `idenquete` int(10) unsigned NOT NULL, `txtopicao` varchar(64) NOT NULL, PRIMARY KEY (`idopicao`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ; -- -- Extraindo dados da tabela `enquete_opicoes` -- INSERT INTO `enquete_opicoes` (`idopicao`, `idenquete`, `txtopicao`) VALUES (1, 1, 'Sim, estão equilibradas.'), (2, 1, 'Não, estão desequilibradas.'), (3, 2, 'Sim, deve ser mais reverente.'), (4, 2, 'Isso não faz diferença nenhuma.'), (5, 2, 'Não, devem continuar irreverente.'), (13, 4, 'Ajustar montarias.'), (8, 4, 'Melhorar os monstros já existentes.'), (9, 4, 'Melhorar o site.'), (10, 4, 'Melhorar as vocações (itens, magias, runas)'), (11, 4, 'Melhorar os NPCs, mais interação, novas quests.'), (12, 4, 'Ajustar quests (baús) bugadas.'), (14, 4, 'Outra coisa (escreva o que).'); -- -------------------------------------------------------- -- -- Estrutura da tabela `enquete_respostas` -- CREATE TABLE IF NOT EXISTS `enquete_respostas` ( `idopicao` int(10) unsigned NOT NULL, `idaccount` mediumint(8) unsigned NOT NULL, UNIQUE KEY `uq_idopicao_idaccount` (`idopicao`,`idaccount`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `enquete_respostas` -- INSERT INTO `enquete_respostas` (`idopicao`, `idaccount`) VALUES (1, 2), (1, 15), (1, 16), (1, 57), (1, 68), (1, 111), (2, 29), (2, 75), (2, 90), (2, 112), (2, 321), (2, 336), (3, 15), (3, 75), (3, 90), (3, 112), (3, 306), (3, 321), (3, 332), (4, 2), (4, 8), (5, 29), (5, 343), (8, 112), (8, 321), (9, 15), (9, 33), (9, 112), (9, 321), (10, 90), (10, 112), (10, 321), (10, 336), (10, 343), (11, 2), (11, 29), (11, 33), (11, 112), (11, 321), (11, 343), (12, 2), (12, 29), (12, 112), (13, 2), (13, 112), (13, 321), (14, 8), (14, 29), (14, 46), (14, 52), (14, 99), (14, 112); -- -------------------------------------------------------- -- -- Estrutura da tabela `linguagem` -- CREATE TABLE IF NOT EXISTS `linguagem` ( `idlang` int(10) unsigned NOT NULL AUTO_INCREMENT, `txtabrev` varchar(5) NOT NULL, `txtcompleto` varchar(256) NOT NULL, PRIMARY KEY (`idlang`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Extraindo dados da tabela `linguagem` -- INSERT INTO `linguagem` (`idlang`, `txtabrev`, `txtcompleto`) VALUES (1, 'pt-br', 'Português do Brasil'), (2, 'en-us', 'Unite States English'); -- -------------------------------------------------------- -- -- Estrutura da tabela `login_tries` -- CREATE TABLE IF NOT EXISTS `login_tries` ( `idtry` int(10) unsigned NOT NULL AUTO_INCREMENT, `txtip` varchar(64) NOT NULL, `txtcookie` varchar(32) NOT NULL, `txtlogintry` varchar(32) NOT NULL, `txtpasswordtry` varchar(32) NOT NULL, `isactive` tinyint(1) unsigned NOT NULL DEFAULT '1', `dtcadastro` datetime NOT NULL, PRIMARY KEY (`idtry`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=599 ; -- -- Extraindo dados da tabela `login_tries` -- INSERT INTO `login_tries` (`idtry`, `txtip`, `txtcookie`, `txtlogintry`, `txtpasswordtry`, `isactive`, `dtcadastro`) VALUES (1, '189.120.156.195', '12df922042d064a3da88a546871f037d', '220991', '823f67cd553ac9291ea2de26c9904390', 1, '2013-01-18 20:56:34'), (2, '187.121.108.150', '5f60c4b3ef4e95146d5c8f37f7025ea1', 'onixasd', 'd41e42bbbd7134e5de16a06f89c5bf01', 1, '2013-01-18 22:42:27'), (3, '177.9.192.14', 'b7ba1cfe39f595ddcd001c35e9047a90', 'haemon', '5861d24e812e649ee74eefaa8d708316', 1, '2013-01-19 12:56:05'), (4, '187.51.66.38', '463fa701118e35da69dc55ea592d8791', '09051996', '163cb1742a8b6bdf724f0ae454c1fd23', 1, '2013-01-23 03:22:35'), (5, '177.157.44.44', 'ba22753272d3ecae9322291514820a9f', '84226034', '044950aee5f21a3b1c4e89141425fe56', 1, '2013-01-23 19:12:55'), (6, '177.157.44.44', 'ba22753272d3ecae9322291514820a9f', '84226034', '42ebf6bc662498a0fa625993d6fcb8c1', 1, '2013-01-23 19:13:18'), (7, '93.210.199.89', 'e5533b9a6f5677f801e48349c47a67b9', '5292852', '9d6e2a450a42655cd6a7fa54ee5fabbd', 1, '2013-01-23 19:22:52'), (8, '189.120.158.201', '9b158161f235e2e9af99628b6ba7c0d5', '200794', '4c3d71bd16c20725c9bd3d95dde2604f', 1, '2013-01-23 19:35:10'), (9, '177.81.195.101', 'd22683c9c2099979a5f6549bc0fc1c84', '95675522', 'fece252e2d75687b075e490726e53740', 1, '2013-01-23 20:05:51'), (10, '177.43.48.242', '76e0864b0794d470df80e9a557358b61', 'felipehaag', 'fee56c0021001792a00d52107da3bd61', 1, '2013-01-23 20:19:16'), (11, '187.21.40.182', '0d601c4f2ed702b1c3c29525af8202bd', 'igoracc', '839431d733a2b3eaec81ea4404b30c53', 1, '2013-01-23 21:05:08'), (12, '187.21.40.182', '39499c8f82de06199d525a837f14b493', 'tiagoacc', 'd461b79d85a557fabf9ce1fec420ee43', 1, '2013-01-24 10:09:15'), (13, '189.84.189.16', 'ebf55eb89ecbfb2dae4c46f9279c0a7d', '657355', '0bdf87a3d7c5d1d3c8dc2b4253278623', 1, '2013-01-24 10:54:33'), (14, '186.237.6.162', '94b547c680622a87bcfc65d4b6f74861', 'thhomate', '5f919b14acad347486cfcc925fe5476c', 1, '2013-01-24 11:23:38'), (15, '177.158.207.32', '8b184fcbf5ffc1fcba7abd8d50d0319f', 'darkxande10', '6e0a5f8df47decc68d5eb631a90721e6', 1, '2013-01-24 22:22:59'), (16, '201.0.98.208', '6f892c3c749a6a11dbd283c00e6a50bb', '9813899', 'b97375efa0d0eef35110926a5b26f2d9', 1, '2013-01-24 23:19:43'), (17, '83.117.25.165', 'd6ff0fe6b78a6ba0c0aefed68e47225b', 'hellx', 'bb7428c0a5f79dc4a4d1837bc5240367', 1, '2013-01-24 23:30:13'), (18, '187.13.227.233', '43674604534c4d26ab94fb81d45dfd6c', '22412299', '20e0665a3cc0b194dc499f1941470834', 1, '2013-01-24 23:35:57'), (19, '187.114.82.57', '798bbafbc30f08fd38f703a25e57aa2c', 'gustavoalemao', 'c4eb2a5a3d8bb7dcad09a4cc8fb1f453', 1, '2013-01-25 03:18:59'), (20, '189.197.79.42', 'b7afc9feab2e6087b5463df4b64a27e6', '6019530', '46280d8cc9940c9641d1d6a56fddd741', 1, '2013-01-25 03:48:41'), (21, '187.74.250.224', '02a2cf20539971e5ea0ec8330a36c2e1', 'anderson', 'c5c944ad52904965a06f0501cacebfd6', 1, '2013-01-25 11:45:08'), (22, '79.191.236.245', 'd1b0e9a9b697c4d48a055054e4d4e3f6', '6544485', '8694ab121541a77a034f43e5e0910d94', 1, '2013-01-25 14:03:37'), (23, '177.19.97.223', '35b426c21973807ae006612797cf3aa7', '452544', 'e2b58dd027b1592cb8f288fe5f2027a2', 1, '2013-01-25 19:12:50'), (24, '177.115.183.4', 'c871dd883a78c668f115254a9301ffbb', '994580', '083fb737b746f8676c7504f529741424', 1, '2013-01-25 20:30:47'), (25, '177.115.183.4', 'c871dd883a78c668f115254a9301ffbb', '994580aa', '7d28222a307a228bcc1bd9575a812b0e', 1, '2013-01-25 20:31:42'), (26, '189.120.215.42', 'afe6480eb75c5fee690942ce351ffda9', '646455', 'c632540d24afc19a616f0d3795b7d12b', 1, '2013-01-26 00:23:21'), (27, '189.111.203.21', '62a3bc21f83bbdad68563b17dead1094', 'estevam1', '86f31d56aa8721edcae9b6ceee0f2e74', 1, '2013-01-26 02:26:29'), (28, '200.192.215.48', 'd53d7eba721a31f05a123b184ec41c37', 'karate2', 'e4380fd672bffc74d746c2452d4911bd', 1, '2013-01-26 02:56:17'), (29, '177.42.200.249', '30b08b91daf7a2c7da41252be9e3c611', 'chinelow', '6e0a5f8df47decc68d5eb631a90721e6', 1, '2013-01-26 06:15:51'), (30, '201.83.34.176', 'b93c46baa7c5a6326749ad67517f0ad7', 'lordazzi', '823f67cd553ac9291ea2de26c9904390', 1, '2013-01-26 11:24:11'), (31, '189.25.253.41', 'f8e5adfb4af04c34e7e927f443134f5c', '4557532', '4c9428335fd9fb74d3e7c4de412fc2de', 1, '2013-01-26 17:34:41'), (32, '189.107.42.55', '41e6f95b229e940d13f851c8e1131f82', '432443', '73e3c7164a21c93309a96281adafa378', 1, '2013-01-26 17:55:43'), (33, '186.207.17.251', 'bcf1191653c266c9257e6291474d0f14', 'guihhi', 'fb61f6d7e081709f627491dca78bc044', 1, '2013-01-26 22:58:16'), (34, '187.23.227.119', 'ae0e55e936e3371ee651d5b9fd668047', 'paulolive', 'dc05c535fe49b44e6f5a2ee0ea743dff', 1, '2013-01-27 03:37:21'), (35, '189.101.159.144', 'f62cb846f7511378cbc676f5e9bf638c', 'aqqdssqq', 'dc05c535fe49b44e6f5a2ee0ea743dff', 1, '2013-01-27 14:03:49'), (36, '187.23.227.119', 'ae0e55e936e3371ee651d5b9fd668047', 'asdfg', 'dc05c535fe49b44e6f5a2ee0ea743dff', 1, '2013-01-27 14:03:49'), (37, '189.101.159.144', 'f62cb846f7511378cbc676f5e9bf638c', 'aqswde', '3a4c5deee1424051ef565309cd65bac7', 1, '2013-01-27 15:06:07'), (38, '189.35.13.250', '995d722b85e26087d7a2e44566dbe3cb', '369636', '13834aec1116f5579bd624f22ae38faa', 1, '2013-01-27 17:28:26'), (39, '201.88.25.49', '2baa91bac747753b899d650b514aa5dd', 'fabio123', 'a8f86da3106f1dad92634c2cfc55a54f', 1, '2013-01-28 01:05:00'), (40, '186.225.102.34', '801701bde32b26050e9d2b1abfe4c65b', '220991', '9993af19a3c0ca7acbc37178712e70bc', 0, '2013-01-28 08:26:31'), (41, '177.33.57.80', '36e02e5dab2f883f79a439d5c3c9b3df', '200794', 'f6cd56cc545335763df5cf88daa0c83c', 1, '2013-01-28 09:31:42'), (42, '187.13.131.35', 'a662e9fa39aedc8bd30d2e900597698b', 'guilhermesolino', '44aff78f0531a7b35e8b7c97ffefc914', 1, '2013-01-28 13:26:17'), (43, '187.114.32.247', '3a423ca82802a54a416878fcd514f8ed', 'toquin157', '9264ff6cc540705edb6693933e8b4d34', 1, '2013-01-28 17:11:06'), (44, '189.34.88.142', '3a1538731d657144ebdb5ea9201a76e6', 'fervo', 'bbbda18aa808539fd1b06cc55a132f59', 1, '2013-01-28 21:38:37'), (45, '200.232.228.2', '3c83bb548c666e8cb521949a153f2fa7', 'crespi', '5de31293c288137bc00ccd186b6805fd', 1, '2013-01-28 22:00:22'), (46, '187.114.89.89', '114031cf26d927038b53c4515b7d5761', 'wallace97', 'b3f1cde035defcc47386f3ba38ac12b3', 1, '2013-01-29 10:45:33'), (47, '200.150.86.186', 'bad12d8b93cd4d69ae0823d464382dd9', 'nathan8426', '72503fe32c40867a2fc2c89b012e1d5f', 1, '2013-01-29 10:57:18'), (48, '186.207.246.32', '724ced0e5d1411a24f9bf43257f9dab1', 'rellik', '86acf0798e10652cc50b3c88121447e0', 1, '2013-01-29 12:59:44'), (49, '187.107.48.4', '438054cb48cacd64c7506c3ef937a65d', 'josebr123', '603c12aa9ce695b25299bb56d63e4efd', 1, '2013-01-29 13:16:44'), (50, '186.207.246.32', '724ced0e5d1411a24f9bf43257f9dab1', 'rellik1', '86acf0798e10652cc50b3c88121447e0', 1, '2013-01-29 13:34:19'), (51, '189.35.250.119', '8e0be94acd5ebf6f06c95228dfe8808c', 'dhestzera', 'ba6a2858ca43541b9d5c87abb8bcbf18', 1, '2013-01-29 14:51:28'), (52, '186.226.148.101', '99d376a38af7529cde2e3ebc96308906', 'tuper123', '6bf2140f0b460ece1ef5f70d30a1c77f', 1, '2013-01-29 19:39:41'), (53, '189.29.189.29', '00290827eecb795dd89704f5e829a667', '270390', 'af5b96c946bfbd98cfc62c2742f9e688', 1, '2013-01-29 21:12:04'), (54, '186.194.226.55', '8bab3012a5d0b9a220abb1cdeb4b9c84', 'felipemcfe', 'bb2219f4e2ae3016d0e15be2289cf46b', 1, '2013-01-29 21:30:20'), (55, '164.126.156.102', '57e34955a8a8bf1fed33138bd7ed1618', '387435', '3c9a7e18609a0f6caf5d13bd70edcf5d', 1, '2013-01-30 12:42:45'), (56, '189.101.164.229', 'f5f4d7d20e96a326027f8cffde996e53', '159159', 'ebd6d36e7e49cba3e6ad0c15d537acf2', 1, '2013-01-30 14:07:52'), (57, '189.101.164.229', 'f5f4d7d20e96a326027f8cffde996e53', 'rplayeventos@hotmail.com', '39cebfad161e838026b367a33659e709', 1, '2013-01-30 14:09:42'), (58, '187.60.38.34', '30ea0f82162e2f5378d3a1e3ac7c276f', 'disz142536', '2f5016eafc07fa247f0adaedaec3d073', 1, '2013-01-30 20:28:35'), (59, '187.60.38.34', '30ea0f82162e2f5378d3a1e3ac7c276f', 'disz142536', '2f5016eafc07fa247f0adaedaec3d073', 1, '2013-01-30 20:28:46'), (60, '187.60.38.34', '30ea0f82162e2f5378d3a1e3ac7c276f', 'disz142536', '2f5016eafc07fa247f0adaedaec3d073', 1, '2013-01-30 20:28:48'), (61, '31.174.105.116', '626a83846fbf4eb01ddec874b73c5b42', '387435', '21151da0e1b11daa038fdb9ce1576280', 1, '2013-01-30 20:48:06'), (62, '31.174.105.116', '626a83846fbf4eb01ddec874b73c5b42', '387435', '8b0bba5115cfe635e425889f5af15642', 1, '2013-01-30 20:48:10'), (63, '31.174.105.116', '626a83846fbf4eb01ddec874b73c5b42', '3874353', '91f623a0382805556e928c5985c2db2a', 1, '2013-01-30 20:48:15'), (64, '31.174.105.116', '626a83846fbf4eb01ddec874b73c5b42', '3874353', '8b0bba5115cfe635e425889f5af15642', 1, '2013-01-30 20:48:18'), (65, '31.174.105.116', '626a83846fbf4eb01ddec874b73c5b42', '387435', '8b0bba5115cfe635e425889f5af15642', 1, '2013-01-30 20:48:21'), (66, '189.81.156.252', '201b87a541402a67ad2f7b83354ed11b', '1660382', '67732c0dc2b005d3dae90f5ea9ec4193', 1, '2013-01-30 21:07:14'), (67, '186.225.102.34', '7b63aa77603d23b503186a6e9cf3fdcd', 'marcosmperes', '109aa1c2512f161d7933cec976e6fee0', 0, '2013-01-30 21:32:42'), (68, '177.0.232.23', '8e21ba6669d0715539556de8c4215629', 'thairinck', '9fa09f1de8b329b6efef30fc1145d90d', 1, '2013-01-30 21:33:04'), (69, '201.92.159.199', 'df6d951fc34755c3777312274dab0c4b', '8856757', '59a746e25c54f672f9fa1538fa9f6bec', 1, '2013-01-31 00:49:35'), (70, '201.92.159.199', 'df6d951fc34755c3777312274dab0c4b', '8856757', 'ab213811b7345d2aa3a27c44da835892', 1, '2013-01-31 00:49:45'), (71, '186.225.102.34', '25bfdec442bd36c34dcb9117032f2c41', '220991', '7e389f1c15e5cfa68d27936a68b6c04d', 0, '2013-01-31 08:05:57'), (72, '189.41.120.65', 'b40bf35d3f3e38c5875444222e1870cf', '1370441', '4f97ce455fefeea9d134a12da0ba720b', 1, '2013-01-31 22:44:35'), (73, '178.28.48.129', '676ed9bd327b7f4a1df87b171cc897a6', '446464', 'f515f7571accaa52b898a09b685f236e', 1, '2013-01-31 23:55:07'), (74, '178.28.48.129', '676ed9bd327b7f4a1df87b171cc897a6', '446464', 'cfb18af09b62688cd8d0f75923a136fc', 1, '2013-02-01 09:50:20'), (75, '201.92.159.172', '6e7b2e544524c4a70d8528f77114b456', '123123', 'cbcce4ebcf0e63f32a3d690439779272', 1, '2013-02-01 10:56:20'), (76, '186.207.55.180', 'c8a714505bfe441a0d4700cd614995cc', 'guihhi', '3e2c7ca421af6585fc6756633c2338c9', 1, '2013-02-01 13:47:42'), (77, '187.78.207.20', 'c80ed21e2039bbbf8fea9c2e9594028b', 'jerffson280191', '6e60c23829ed50d6f399a8ae5cc330cc', 1, '2013-02-01 20:58:09'), (78, '187.39.168.201', 'cd5128d8e7679276b80baa2fa9eb1ef4', 'fst73k', 'b0a6423fd2132624a6e0a59139acb5b3', 1, '2013-02-02 11:19:55'), (79, '186.221.51.210', '5eaad8a78f48e652f6d242387606121e', '117171', 'c1275b88d3f2bba0a851c3f9a47ac197', 1, '2013-02-02 17:04:32'), (80, '201.24.187.179', '64334aae58e17aa5f683f451292cb81c', '99130948', 'debef6fec635c6cceb69a6a15c23b88d', 1, '2013-02-02 17:37:00'), (81, '200.236.203.198', '2b0f6ecd45a2e0dcf759cb84efa7fb75', '32656027', 'c9bc8a197983955de6f922ffe46d2ef7', 1, '2013-02-02 17:58:03'), (82, '187.57.133.226', 'c0cd42e717e4808bc0babd9df2024c6a', '723060', 'e863862f3300571e12f03d8f757023c2', 1, '2013-02-03 00:07:29'), (83, '189.83.111.204', '5ac191543e9ef9ed9bec6f309cda0b2c', '2384854', '53899c97a274e75603889b0c70b25d57', 1, '2013-02-03 07:37:02'), (84, '189.120.189.32', '8de7bcccb8ac0292a7ffdc2ce34ee093', 'gabriel123', '9894f3776cd8bb1e70c5a564d995a001', 1, '2013-02-03 15:31:08'), (85, '189.120.189.32', 'f25f6084b942a1c977acd59566ba59fd', 'gabriel123', '82cc2904c36a260b03875476fabaf1ab', 1, '2013-02-03 15:34:30'), (86, '177.157.20.74', 'd9187e3ee65f7e8cce2b4014ea2040e1', 'ehlanna', '50311513b083b80513ca7a0587932a26', 1, '2013-02-03 15:58:53'), (87, '186.223.16.27', 'ad6fe7750e0f33781492e4693a716da3', 'tchiago', '16f2b96e52b1983bcf6bce7ebad495f8', 1, '2013-02-03 19:18:39'), (88, '177.156.81.114', 'eb90c6e8f90a13ad18b039660f03b5c6', '169870', '922d24f637c3ce6f4355adda96c7bce4', 1, '2013-02-03 23:29:22'), (89, '177.53.187.162', '2fe169c8164b5042ad4bfc6935ad3b0a', 'douglas', '8afcc6139320265f4b6482f1874369c1', 1, '2013-02-04 00:31:39'), (90, '41.130.91.93', '941d7b7c4f9a5aa39c4e2d0dcd761c13', '317346852', '760f15c7d5b1cddb74b6f11aac7da23a', 1, '2013-02-04 11:12:52'), (91, '200.101.243.141', '68f1e04d9aac1992615fcf02bc772940', 'cromo', '033bc917c6879b9c7b52295b349eab8e', 1, '2013-02-04 15:07:49'), (92, '187.57.133.140', '9674a70492868f07335fc19ede60c171', '8856757', 'ab213811b7345d2aa3a27c44da835892', 1, '2013-02-04 19:55:28'), (93, '189.71.146.232', 'd0bf53f7465728c44546a36ea401d912', '7268647', 'ff1630471a86dc12d49784adaa9e90b0', 1, '2013-02-04 21:50:08'), (94, '189.71.146.232', 'fea780ef0edd4baaa73d3ba231e1a055', '7268647', '10a34637ad661d98ba3344717656fcc7', 1, '2013-02-04 21:59:48'), (95, '189.71.146.232', 'fea780ef0edd4baaa73d3ba231e1a055', '7268647', 'ff1630471a86dc12d49784adaa9e90b0', 1, '2013-02-04 22:00:04'), (96, '189.71.146.232', 'fea780ef0edd4baaa73d3ba231e1a055', '4268647', 'c0b77c23799fb7cf18e476dd6be40789', 1, '2013-02-04 22:00:59'), (97, '177.98.233.123', '2ec832473a592d431022addebad34b99', 'gilkrusch', 'abbf9a056993a4e6f932e333d0600e69', 1, '2013-02-04 22:02:48'), (98, '177.21.248.202', '1cf542b824944ba6e9af46dd14e7f0d8', 'felipefelipe', 'd3bc3cf39bc8be4baa22c5ebff58646a', 1, '2013-02-04 23:46:07'), (99, '186.225.102.34', 'c608475d845fd00dd02fa460a2ea721e', 'ricardo', 'f1ed6d286775d06cada6cad216401a45', 0, '2013-02-05 12:51:09'), (100, '186.207.12.159', 'fc697b5d802fddeb475644a213374599', '1898773', '722957301176ae7d396bccf7711469e0', 1, '2013-02-05 15:01:07'), (101, '186.221.51.210', '7d4c0c950343077b9209812121cbd51c', '117171', '11d8915ba6f72730d7aa9cbe19729805', 1, '2013-02-05 15:01:37'), (102, '177.133.144.145', 'b9dd706fdc5769a323543045b7b5368b', 'nathy1234', '20ae66d54ade1c582928a533b6e08884', 1, '2013-02-05 18:24:52'), (103, '177.40.4.30', 'ac1f15f56cc4a4db52b1ad2a4dba5410', '9938640', '1c4cf38dbda97896e998a0c864c4f5e4', 1, '2013-02-05 23:27:11'), (104, '177.40.4.30', 'ac1f15f56cc4a4db52b1ad2a4dba5410', '9938640', '03cc151e3a1c2bfcd34e8a32c4c27929', 1, '2013-02-05 23:27:21'), (105, '24.170.237.250', '5c590b795a06f6ff20e2433d4722f3be', '7524949', 'a2292578700d3c3b66f39d3e15181467', 1, '2013-02-06 03:11:36'), (106, '189.71.157.73', 'cb2803d42221ebc3cfce6dd8d28d5b1d', 'dundun', '72e9f053632140cd6c5477256df847f9', 1, '2013-02-06 12:22:09'), (107, '177.33.53.232', '2d0c496774e427385ecbd310433f9d91', '200794', '8f4505601c607dd46c8bb714f87a95d2', 1, '2013-02-06 13:58:22'), (108, '200.97.167.137', 'c6c439178c95f41b22ef9ac7d152852b', '4919154', '4c5b08bb3f4eab09ab6c52a5d33741a7', 1, '2013-02-06 17:18:02'), (109, '200.97.167.137', 'c6c439178c95f41b22ef9ac7d152852b', '4919154', '4c5b08bb3f4eab09ab6c52a5d33741a7', 1, '2013-02-06 17:18:09'), (110, '200.97.167.137', 'c6c439178c95f41b22ef9ac7d152852b', '9879860', '4c5b08bb3f4eab09ab6c52a5d33741a7', 1, '2013-02-06 17:19:08'), (111, '200.97.167.137', 'c6c439178c95f41b22ef9ac7d152852b', '4919154', '68e0882d7fcfc896cec29d5acdb131d7', 1, '2013-02-06 17:19:29'), (112, '200.97.167.137', 'c6c439178c95f41b22ef9ac7d152852b', '9879860', '4c5b08bb3f4eab09ab6c52a5d33741a7', 1, '2013-02-06 17:19:34'), (113, '200.97.167.137', 'c6c439178c95f41b22ef9ac7d152852b', '9879860', '03834cb59b8e0022bb2cc4b255b6f2e9', 1, '2013-02-06 17:20:29'), (114, '200.97.167.137', 'c6c439178c95f41b22ef9ac7d152852b', '9879860', '4c5b08bb3f4eab09ab6c52a5d33741a7', 1, '2013-02-06 17:22:51'), (115, '177.183.41.71', '406b60f1791d8df1722efa1d7ab5694e', 'mano12', 'b8c605d3948bbca79b9ce4b5c19ae77a', 1, '2013-02-08 03:33:30'), (116, '201.52.102.55', '2555a051e55999b70c71e40c2b3f5bdc', '188122', '044972ae12833ccc038102264dab0788', 1, '2013-02-08 11:47:27'), (117, '189.71.233.205', 'f21096dbb66ca9454bcc43a5c30e4dfc', '655595', 'b96074a21e7c630817b3ac4601e9975a', 1, '2013-02-08 20:08:23'), (118, '177.134.176.118', '3ec6eb7e157402bbda5bba455e8697e5', '36225501', 'd7e6599d48a1abc6fe5500073d54a1fa', 1, '2013-02-08 15:27:02'), (119, '177.134.176.118', '3ec6eb7e157402bbda5bba455e8697e5', 'kayque-love02@hotmail.com', '6173d6436489281d71d9122b30dfa18b', 1, '2013-02-08 15:27:21'), (120, '187.74.37.80', '45bd49ce70fcf8b86cd39debc2412daf', 'kaique', '19feaf15297e91bd7c73da16e43f03bc', 1, '2013-02-08 19:14:09'), (121, '187.21.120.102', '0e29ee9e628e8973bb93f1040b93a391', 'seufdp', '7a0de79c76059ff53416c2bdf5da9183', 1, '2013-02-08 19:30:32'), (122, '187.21.120.102', '0e29ee9e628e8973bb93f1040b93a391', 'bryan100', '94a88ec9a3d9c2ef888a0e344d9ddc88', 1, '2013-02-08 19:30:37'), (123, '177.177.21.74', '7c33b2e2b2dfec5b03641e4e98446470', 'vitor7268647', '593a6d5319f6fc54b92db7b3c16ff38e', 1, '2013-02-08 19:39:15'), (124, '186.223.103.2', 'b1b002499afee913073ede51341f8fbf', '91849414m', '50bc990db073c88c315507b07b15ff28', 1, '2013-02-08 19:43:20'), (125, '189.84.95.93', '7a94b205b887a32ab8f22e2e74cfc5d1', 'arielcv', 'ac59feac8f5419f858d43d7d7cceb75d', 1, '2013-02-08 19:49:33'), (126, '187.23.200.94', '2080df05b83d75ad1074df875438d772', 'dudubp75', '5abdcdcbe38acb4f26d64e22b4cfe124', 1, '2013-02-08 19:55:35'), (127, '200.150.78.130', 'c4a25a57c8ee1c8007a30ece39c95fbd', 'honorino', 'b09e6424d50e93d56c6c63f745c159de', 1, '2013-02-08 20:02:50'), (128, '187.56.92.226', '6b4b228e0ac2d4f66c4edf55630881e1', 'zeref', '06df975961ad88aed93ad3d995e12010', 1, '2013-02-08 20:20:28'), (129, '186.224.152.29', '8fea3969b2a71a58c400bf1c7e7e0118', 'forceguto', '0a94081c3e97c79d3ec80006af03f974', 1, '2013-02-08 20:33:51'), (130, '187.72.83.130', 'd5c0a268532b3ba8b55f2546c9689d85', 'iagomarins', 'c119dabd0407c513755c1c554fd3979e', 1, '2013-02-08 20:38:37'), (131, '187.72.83.130', 'd5c0a268532b3ba8b55f2546c9689d85', 'iagoamrins', '7eaf00cc59980af5ca70e54dc2607a27', 1, '2013-02-08 20:38:46'), (132, '187.35.239.237', '62d2c48c81ed276ce1d6ba25102e9f5d', '959805', 'd5dc8ee2ffeb97cd2466887d0a431d85', 1, '2013-02-08 21:05:03'), (133, '187.52.82.94', 'd9113b298558c71852c8e32ee509f2ae', 'males', 'b5c775bce788f4342228e945097bc6c8', 1, '2013-02-08 23:01:38'), (134, '201.66.110.15', '15409e9b6b2ed8d20e5c02d3f2459aaa', 'laaiz', 'b5c775bce788f4342228e945097bc6c8', 1, '2013-02-08 23:55:04'), (135, '201.66.110.15', '15409e9b6b2ed8d20e5c02d3f2459aaa', 'laaiz', '735a36a6a22fab7530e9411d513ec6c8', 1, '2013-02-08 23:55:15'), (136, '177.193.120.69', 'cf3eaeb2fc6268e9d6af846a4bf5c7b7', 'tiagomonteiroo', 'ce7f6af755bfff47d248e904f93d63ce', 1, '2013-02-09 00:25:11'), (137, '189.110.12.53', '852dda6da2b85e64fee31b2bada3a8cd', 'faelsimoes', 'ffbe012c51734ed0888d9159c4afa27e', 1, '2013-02-09 00:41:03'), (138, '177.33.56.211', '2c6bff19aa33ec7f06f59855642c9431', '220991', '819fe2a952e3e494216391317f674ab7', 1, '2013-02-09 08:43:58'), (139, '172.168.2.41', 'f0d3488cbb71e4ad8cde0334575dddb5', 'bolado03', 'e6ea1b0ce2fe65fce878c0f7f37b27a0', 1, '2013-02-09 10:42:03'), (140, '172.168.2.41', 'f0d3488cbb71e4ad8cde0334575dddb5', 'bolado03', 'b5de65ae69560dd0c701e21c41916e3f', 1, '2013-02-09 10:44:30'), (141, '172.168.2.41', 'f0d3488cbb71e4ad8cde0334575dddb5', 'bolado03', 'b5de65ae69560dd0c701e21c41916e3f', 1, '2013-02-09 10:45:16'), (142, '189.18.254.51', 'ea62d0df5fe80688036e6a3e78d50666', '465810', '392bc80cef160791dcf05d3bddda86cd', 1, '2013-02-09 10:48:17'), (143, '187.112.169.35', 'ac0c1c6888a420c35bc60c14788e0c41', 'edmoalbino', 'b7e024ac79a491d99ad0df1bcb55b263', 1, '2013-02-09 18:41:16'), (144, '201.66.172.116', '8988026e085bca7f388edf07f9d56e1a', '1317040', '0f8cb923dfedb87d4eb0b09e2cba1179', 1, '2013-02-09 12:57:14'), (145, '201.66.172.116', '8988026e085bca7f388edf07f9d56e1a', '13317040', '8f012b14bd48fe86fb85a1140066361f', 1, '2013-02-09 12:57:24'), (146, '192.168.2.252', '6b588c79ed2434ad611ab4c5ff15a08f', '992511', 'e786781c2209f1f3d0e33391ca62a5eb', 1, '2013-02-09 13:59:29'), (147, '192.168.2.252', '6b588c79ed2434ad611ab4c5ff15a08f', '992511', 'a18ddb2464ba489fc0d6fecb2640af86', 1, '2013-02-09 14:01:02'), (148, '189.7.221.82', '93688a83277d4de451f30bfe9d47166c', '040298', 'a32a852a9527eb5baeb1ad5a454e02fb', 1, '2013-02-09 14:08:40'), (149, '189.7.221.82', '93688a83277d4de451f30bfe9d47166c', '040298', '70e4d1111a58e0a4440f7abc509393af', 1, '2013-02-09 14:08:49'), (150, '186.225.112.226', 'f827c8e8bd6c689f6e3eb91af99e4a34', 'zerocross66', 'c64d7766f8ca8274c299f51610fa0a2c', 1, '2013-02-09 16:34:22'), (151, '187.35.21.54', 'bb2947ded2759a913288a4698eede0e0', 'victor1857', 'b60bf1e3f1cfaff77c969909cc608ce1', 1, '2013-02-09 19:29:11'), (152, '177.143.234.84', 'f201cb09528aff436436c46f2b0979bd', '7620925', 'ae201e6f0edb03abbcf24a752f72580c', 0, '2013-02-09 22:56:22'), (153, '201.4.181.241', '5d9248ad0d42839b09e2c5a8f2cb751c', '123952', '88b12079996bf820590229a34d0056b2', 1, '2013-02-10 00:00:03'), (154, '200.232.221.1', 'b4347ade610946e27597848653bacfb9', 'julioxd', '949b7556c5890c7eb446a88c44ba9a94', 1, '2013-02-10 01:33:27'), (155, '201.1.145.79', '1871c0573f3c235467f60f33d1328e02', '9021969', '4e6ccb9fbd232f10914da27859408a89', 1, '2013-02-10 11:43:49'), (156, '177.123.23.122', 'd7a235eafef2994022980cb0887d6b54', 'mannosake', '17ef55b33728a701d43ffe58c122a2d4', 1, '2013-02-10 13:56:39'), (157, '201.49.103.126', '1aaad85135b832cc04ac86b3a51188b0', 'ricardolaa', 'bea2fe2ba668d9436124b58d6322b7b4', 1, '2013-02-10 16:37:15'), (158, '187.112.193.148', 'deec5369b77cefaaa5ee6feeb7935b17', '34641284', '8499afa6ffb50e508c14e889f92e0d3b', 1, '2013-02-10 16:55:45'), (159, '177.9.88.251', 'bcad96c4ef760a37c314cb7888bcc37e', '8969285', '424bf0a3ae7e0b35b016b7f89cdd0268', 1, '2013-02-11 03:35:50'), (160, '190.211.58.153', '18c2754bbf6479fb6fea333f599aa893', 'astra', '5e3fce7178cca6c50e10e181136aaf6d', 1, '2013-02-11 03:45:17'), (161, '187.52.82.94', 'be29acac8533edf93c43a5247e807b4b', 'pedro123', '9c5c4020dc25a4089826d181182aee55', 1, '2013-02-11 05:01:29'), (162, '177.134.37.77', 'f4d8a55e15b01441f1dc684761ce8eab', 'glados', '42a1eb4cb8aa5fded2254bdb456f34d0', 1, '2013-02-11 06:42:30'), (163, '189.18.226.36', 'e672de3e6233705dd908b545ae148426', 'veioloko13', '2287af43680674c285952ccb55390857', 1, '2013-02-11 07:16:28'), (164, '172.0.7.147', '641caaf00776cd6f20a2f1ec70c6c29f', '1408913', '4f1d4a1148c7aac9e613c628548df6b7', 1, '2013-02-11 11:18:17'), (165, '192.168.2.153', '693346b07618de31cb57e86c9b9dd716', 'vinicius', '4708d7ffd785603e6291a985bb664eaa', 1, '2013-02-11 17:09:34'), (166, '177.103.236.44', '40a95aefa87638f60c8765c9f3bc37f9', '1277541', 'a4601d364fd23d1012a11cf6d051c76b', 1, '2013-02-11 21:40:26'), (167, '187.14.118.238', '32b27ed762853894fa9a7716fd50c377', '03077878', '310f8eacd6a8d0fcb1aec1c4a4802856', 1, '2013-02-11 16:27:13'), (168, '200.153.179.68', 'cc3b5d7fc213ea9280025ae80e5a5e36', 'xyz987', '428068531a986ad0033e4f4007eed0df', 1, '2013-02-11 21:58:39'), (169, '187.52.82.94', 'cbbb0075475a63bdc8a9f9d0ccf28b7f', 'pedro', '996519bca52dd859f2351f6214bc960e', 1, '2013-02-11 22:00:51'), (170, '200.140.66.142', 'e7965c6f4280097b80adfbd62bbae60b', 'rogerio', '1cd5c470ea858b6e8422a9862408d96e', 1, '2013-02-12 00:03:00'), (171, '177.17.70.161', '4c2d14ec31cf09be23d03628cdebdd46', 'nagash', '3c2469efae0be48330bd57d4d30a1a26', 1, '2013-02-12 04:53:01'), (172, '189.54.17.203', 'be1c77a835284678404685fe74618bcf', 'peralta52', 'cd767006dced6b763f3a10e8d5ca5c99', 1, '2013-02-12 13:27:43'), (173, '189.54.17.203', 'be1c77a835284678404685fe74618bcf', 'peralta52', 'ba1d93c75dd5963b53a660c1ecdf76a3', 1, '2013-02-12 13:27:52'), (174, '201.74.2.186', '600f431d2578ef34647ec4cb590e02ec', 'bananinha123', '12413102d2bcbf66bbf6092d3d86cadd', 1, '2013-02-12 13:28:26'), (175, '201.74.6.20', '8a4140e3542136015cdc3a1389c22262', 'a781263', '39e4c9cda1e7680f6c739606c7155e15', 1, '2013-02-12 13:30:54'), (176, '187.23.56.39', 'c823c3304d00ca7fc52562e69e040fe9', '447557', 'b6becd76ef809d637cd8e2cabcd8e404', 1, '2013-02-12 22:16:57'), (177, '201.58.8.53', '79a75a6b93e454a00cb8598b8c478c1f', 'lucasdam', '918aac8e55f09d82d1e885056607509b', 1, '2013-02-12 22:25:15'), (178, '186.241.110.52', '09ba688115d9a2e9a83572d61234e946', 'pedro', '996519bca52dd859f2351f6214bc960e', 1, '2013-02-12 22:43:37'), (179, '186.241.110.52', '09ba688115d9a2e9a83572d61234e946', 'pedro', '996519bca52dd859f2351f6214bc960e', 1, '2013-02-12 22:43:40'), (180, '186.241.110.52', '09ba688115d9a2e9a83572d61234e946', 'pedro', '996519bca52dd859f2351f6214bc960e', 1, '2013-02-12 22:43:43'), (181, '186.241.110.52', '09ba688115d9a2e9a83572d61234e946', 'pedro', '996519bca52dd859f2351f6214bc960e', 1, '2013-02-12 22:43:46'), (182, '186.241.110.52', '09ba688115d9a2e9a83572d61234e946', 'pedro', '996519bca52dd859f2351f6214bc960e', 1, '2013-02-12 22:43:49'), (183, '186.222.103.63', '9c99a874c37ebcf14cb5cf557a6b35e4', 'marola', 'e1ee8ce9a7433b7d8469a70623ce7a08', 1, '2013-02-12 23:53:39'), (184, '177.27.17.252', '9dbf37bf31faa6241c4c295c750b3d5a', '1225968', '8aa45d0a456a7500bef3bb82c661be75', 1, '2013-02-13 23:43:11'), (185, '189.126.183.97', '878669c3730df6b2b70a6b15592a9ed2', 'cris1610', 'c98357a1ae4ab6532e84f26af2615384', 1, '2013-02-13 23:44:04'), (186, '187.112.169.4', '87972d09290cb4be120061e963faf849', 'sa', '3608a6d1a05aba23ea390e5f3b48203d', 1, '2013-02-14 00:50:50'), (187, '187.112.169.4', '87972d09290cb4be120061e963faf849', 'sas', '7bf1ab1b8f7331ab5dc410e01f959d95', 1, '2013-02-14 00:50:54'), (188, '187.112.169.4', '87972d09290cb4be120061e963faf849', 'asa', 'b335f8ebef2135ea1b86a28a019fe442', 1, '2013-02-14 00:50:56'), (189, '187.10.44.49', '663b3b3b3af36650a5ac3e018db87914', 'kayquesl', 'a4201294623f6a7dd9b42481794cea40', 1, '2013-02-14 01:23:49'), (190, '189.107.131.62', '8c23ec0baa1bd628b1d3d7cc47f9a944', 'mmoreira', '7b7d3f5f39423c79fc1ad8364a4c6dd5', 1, '2013-02-14 03:40:06'), (191, '201.21.92.34', '092ae6b0f7b6efaa95c21215a53a5966', 'iagotelles', '3912c5c25b864a0325d73ead082ce16b', 1, '2013-02-14 05:27:59'), (192, '189.120.249.127', 'c7ddd278f1c59b7cf48f838be798ce0b', 'exori', 'e83ea18930b4b47e6889c17f2f84ee4c', 1, '2013-02-14 06:40:22'), (193, '189.60.50.84', '9a88799967bda09f6aec88d45c51b07b', '280590', '923bcb581980c7ca1b737f13a386fbe3', 1, '2013-02-14 02:57:12'), (194, '201.232.77.203', '92b3c85a8914483b30ccc49c88fb96b0', '272183', '3994badfe30155fbf25b87181f5a01f4', 1, '2013-02-14 15:36:54'), (195, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', '3374556', 'f0d9d0ca59ff1d86f7d068f95b7b863f', 0, '2013-02-14 21:17:41'), (196, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', 'Felipe1880', '91f8a67c58d585325e3e5fb64fabcf40', 0, '2013-02-14 21:18:59'), (197, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', 'Felipe1880', '0b2ced302f7c994c7af3f14880678200', 0, '2013-02-14 21:19:04'), (198, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', 'Felipe1880', '51359b6901b9cfd3ffa609f75c0504fd', 0, '2013-02-14 21:19:08'), (199, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', '337455650', 'f0d9d0ca59ff1d86f7d068f95b7b863f', 0, '2013-02-14 21:19:45'), (200, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', '337455650', '0b2ced302f7c994c7af3f14880678200', 0, '2013-02-14 21:19:55'), (201, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', '337455650', '91f8a67c58d585325e3e5fb64fabcf40', 0, '2013-02-14 21:20:06'), (202, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', 'Felipe1880', '51359b6901b9cfd3ffa609f75c0504fd', 0, '2013-02-14 21:23:17'), (203, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', '337455', 'ce1a95a80c370fb0f2a594505a783817', 0, '2013-02-14 21:24:32'), (204, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', '337455', '91f8a67c58d585325e3e5fb64fabcf40', 0, '2013-02-14 21:27:19'), (205, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', '12350', 'f0d9d0ca59ff1d86f7d068f95b7b863f', 0, '2013-02-14 21:46:28'), (206, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', 'Felipe1880', '91f8a67c58d585325e3e5fb64fabcf40', 0, '2013-02-14 21:46:41'), (207, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', 'Felipe1880', '0b2ced302f7c994c7af3f14880678200', 0, '2013-02-14 21:46:49'), (208, '187.63.236.50', '00a4d5a499ea128ccfca776c04b48b66', 'Felipe1880', '51359b6901b9cfd3ffa609f75c0504fd', 0, '2013-02-14 21:46:55'), (209, '187.63.236.50', '6d6d99043f57195d80a30b72991aab31', '33123', 'f0d9d0ca59ff1d86f7d068f95b7b863f', 0, '2013-02-14 22:39:46'), (210, '177.152.97.72', 'be7883e580a31df0cfb170fba9d3c0a3', 'gvermelho', '73a69ccc1ed61bbf11dfa49b2754d6c2', 0, '2013-02-14 22:42:45'), (211, '187.63.236.50', 'd037893ac442f8a8aab6dbfa4d5e5861', '112233', 'f0d9d0ca59ff1d86f7d068f95b7b863f', 0, '2013-02-14 23:52:01'), (212, '187.63.236.50', 'd04a92bcce0bbc648d64feb81c88fb57', '123500', 'ce1a95a80c370fb0f2a594505a783817', 0, '2013-02-15 07:37:11'), (213, '201.95.5.12', '65d4268531867c076c81996b11f8f5eb', '3577555', '806ac429069b85799bcbcbbb1540b0ca', 0, '2013-02-15 07:41:01'), (214, '186.194.195.48', 'ca173763e20ecdae6521b24b0c5e5efe', 'qjkzatt', 'f35f6eb219789e5b18b442a007dbad21', 0, '2013-02-15 15:15:22'), (215, '187.27.178.122', '6d27cb09f0453d313e14a66430b95b9d', '55123', 'ce1a95a80c370fb0f2a594505a783817', 0, '2013-02-15 19:20:46'), (216, '189.63.162.97', 'd9e1c4069849111a613a6f9d703514cb', '1394903', '7a488b1e5c489d6c222199885c9e4b80', 0, '2013-02-15 20:31:47'), (217, '200.203.31.205', 'eab020e6e1f9c0252f0e6a3e66342493', '12345', '8f41d7afd2ff47aedc4713e190f1c7dc', 1, '2013-02-15 20:32:38'), (218, '189.63.162.97', '77859ab077d88a893a1b5181db535cf2', '1394903', 'e4aa7d6ce4c7d6f10010cb1b465429f5', 0, '2013-02-15 20:36:54'), (219, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '10195e4d582f0895320758920ad6f9dc', 0, '2013-02-15 23:02:51'), (220, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '071cead891a70c3b0ab64a25883b2189', 0, '2013-02-15 23:09:16'), (221, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:05'), (222, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:06'), (223, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:08'), (224, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:09'), (225, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:11'), (226, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:13'), (227, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:14'), (228, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:16'), (229, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:18'), (230, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:19'), (231, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:21'), (232, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:23'), (233, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:24'), (234, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:26'), (235, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:27'), (236, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:29'), (237, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:31'), (238, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:32'), (239, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:34'), (240, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:35'), (241, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:37'), (242, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:38'), (243, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:40'), (244, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:42'), (245, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:43'), (246, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:45'), (247, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:47'), (248, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:48'), (249, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:50'), (250, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:10:51'), (251, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '071cead891a70c3b0ab64a25883b2189', 0, '2013-02-15 23:11:11'), (252, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '071cead891a70c3b0ab64a25883b2189', 0, '2013-02-15 23:12:56'), (253, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:16:51'), (254, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:16:53'), (255, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:16:55'), (256, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:16:57'), (257, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:16:58'), (258, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:00'), (259, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:01'), (260, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:03'), (261, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:05'), (262, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:06'), (263, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:08'), (264, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:10'), (265, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:12'), (266, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:14'), (267, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:15'), (268, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:17'), (269, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:18'), (270, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:20'), (271, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:22'), (272, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:24'), (273, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:26'), (274, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:28'), (275, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:29'), (276, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:31'), (277, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:32'), (278, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:34'), (279, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:35'), (280, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:37'), (281, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:39'), (282, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:40'), (283, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:42'), (284, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:44'), (285, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:46'), (286, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:47'), (287, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:49'), (288, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:50'), (289, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:52'), (290, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:54'), (291, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:55'), (292, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:57'), (293, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:17:59'), (294, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:18:00'), (295, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:18:02'), (296, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '65bea39e0ed2ad80cf5b6c23310adc0e', 0, '2013-02-15 23:18:03'), (297, '192.168.1.211', '363de6e218e4e65ba185336f05c72404', 'matheusterra', '071cead891a70c3b0ab64a25883b2189', 0, '2013-02-15 23:18:36'), (298, '192.168.1.211', '88fce104720ad83758286cc98b4eb260', 'matheusterra', '071cead891a70c3b0ab64a25883b2189', 0, '2013-02-15 23:21:00'), (299, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', '1', '356a192b7913b04c54574d18c28d46e6', 0, '2013-02-15 23:24:39'), (300, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '6449a8405a1c33b8a31352572f42d3f2', 0, '2013-02-15 23:25:15'), (301, '192.168.1.211', 'b31f6cce9d074f92161ef88b9dccae4a', 'matheusterra', '6449a8405a1c33b8a31352572f42d3f2', 0, '2013-02-15 23:25:42'), (302, '189.46.86.243', '7c53ce61103b31588a15b500d181d42e', '010209', '3f71e406869e20761a091153142274e1', 0, '2013-02-16 07:40:03'), (303, '189.46.86.243', '7c53ce61103b31588a15b500d181d42e', '010209', '188607e677138fa2f3a8a04153b249b4', 0, '2013-02-16 07:41:33'), (304, '189.46.86.243', '7c53ce61103b31588a15b500d181d42e', '010209,', '2ce16896ca18fd2e39d9d0de91f2b00f', 0, '2013-02-16 07:43:50'), (305, '189.46.86.243', '7c53ce61103b31588a15b500d181d42e', '010209,', '2ce16896ca18fd2e39d9d0de91f2b00f', 0, '2013-02-16 07:43:50'), (306, '187.11.211.155', '0ff46cbdbaa42445747cd33fc7b4a29b', '1141824', '8e97111dba796a764bc7d192a93e15b0', 0, '2013-02-16 16:21:01'), (307, '201.14.169.24', 'c6e19366a4a2c081a774ae804a05c392', '183141', 'ab8c0f0e1778e7ab3694892a9bdb7044', 1, '2013-02-16 18:58:43'), (308, '200.103.148.162', 'af5a93e1110b4bd9bd91c34bed706633', '6358499', 'c67076f97184073f90bb5afc567f82cc', 0, '2013-02-16 22:13:17'), (309, '177.152.97.72', 'bb54bd5703c170bb5695db5e5898a1d0', '123321', 'ce1a95a80c370fb0f2a594505a783817', 0, '2013-02-16 22:16:15'), (310, '177.152.97.72', '4cf5b2d7960a05de0492b82d8363fdfb', '337455633', 'ce1a95a80c370fb0f2a594505a783817', 0, '2013-02-16 22:22:09'), (311, '192.168.1.211', '2f1f2de35da66ef8697bd89580834a4d', '21081992', '009bc6104389fb9cb45585a7984a761c', 0, '2013-02-16 18:33:13'), (312, '201.82.34.69', '75a6edbede8133f5d63d272bc81b081c', '130389', 'ae7fabbad14700ffb81bbb6f40006718', 0, '2013-02-16 23:08:55'), (313, '201.82.34.69', '75a6edbede8133f5d63d272bc81b081c', '337243', 'ae7fabbad14700ffb81bbb6f40006718', 0, '2013-02-16 23:18:17'), (314, '186.214.160.13', 'ba880fbb8ee285f90b98cb43f8f5af5a', 'rads2014', '77d4e3f5f8d6d00d8e405743f5de96b7', 0, '2013-02-17 05:56:32'), (315, '186.214.160.13', '05411b9f5de169340043fbf77ee91241', '6070787', '04bdae0fd0feb756fbc1c959d505ac7e', 0, '2013-02-17 05:58:12'), (316, '186.214.160.13', 'ba880fbb8ee285f90b98cb43f8f5af5a', '422471', '1c4257485f15331a8128a80a23798186', 0, '2013-02-17 05:58:25'), (317, '186.214.160.13', 'ba880fbb8ee285f90b98cb43f8f5af5a', '422471', '77d4e3f5f8d6d00d8e405743f5de96b7', 0, '2013-02-17 05:59:44'), (318, '186.214.160.13', 'ba880fbb8ee285f90b98cb43f8f5af5a', 'rads@live.no', '1c4257485f15331a8128a80a23798186', 0, '2013-02-17 06:11:33'), (319, '186.214.160.13', 'ba880fbb8ee285f90b98cb43f8f5af5a', 'rads', '1c4257485f15331a8128a80a23798186', 0, '2013-02-17 06:11:59'), (320, '186.214.160.13', 'ba880fbb8ee285f90b98cb43f8f5af5a', '663598', '1c4257485f15331a8128a80a23798186', 0, '2013-02-17 06:12:12'), (321, '186.214.160.13', 'ba880fbb8ee285f90b98cb43f8f5af5a', '663598', '77d4e3f5f8d6d00d8e405743f5de96b7', 0, '2013-02-17 06:12:37'), (322, '186.214.160.13', 'ba880fbb8ee285f90b98cb43f8f5af5a', '663598', '64527abba3ffa9f6a6853d4b2739a1bf', 0, '2013-02-17 06:12:43'), (323, '186.214.160.13', 'ba880fbb8ee285f90b98cb43f8f5af5a', '663598', '1c4257485f15331a8128a80a23798186', 0, '2013-02-17 06:13:00'), (324, '186.214.160.13', '05411b9f5de169340043fbf77ee91241', '6070787', '02f4025f39920d32d4469648f1def40e', 0, '2013-02-17 06:15:49'), (325, '186.214.160.13', 'cd3470757a64e796c1f360f05560defb', 'glhrm', '04bdae0fd0feb756fbc1c959d505ac7e', 0, '2013-02-17 06:16:37'), (326, '200.35.232.31', '2eae55aaf488e3663cc280f28db6b600', '34567899', '47af89d02792aca92f64b58f45d0f4d2', 1, '2013-02-17 06:32:56'), (327, '177.83.149.102', '4d4efa1ad1c0f804a21227a735e82304', 'lordwar', '70bb748ad94b4a977e4e5403b10fbf17', 0, '2013-02-17 06:40:56'), (328, '200.77.192.86', 'a84a54fe7792b19eb3c85d385fed8e10', 'panchoek2', 'fa963a2b11943e82666bcbb841b27519', 0, '2013-02-17 15:50:09'), (329, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:07:01'), (330, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:08:34'), (331, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:08:43'), (332, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:08:44'), (333, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:08:46'), (334, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:08:48'), (335, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:08:55'), (336, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:08:56'), (337, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:08:58'), (338, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:08:59'), (339, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:09:01'), (340, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:09:02'), (341, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:09:04'), (342, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:09:05'), (343, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:09:07'), (344, '201.26.66.50', '1e1bc742e3c48a885e1d1c1eed4760ca', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:09:08'), (345, '201.26.66.50', 'eafd74e7f0a7c22b14f07630b9728472', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:10:13'), (346, '201.26.66.50', 'eafd74e7f0a7c22b14f07630b9728472', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:10:15'), (347, '201.26.66.50', 'eafd74e7f0a7c22b14f07630b9728472', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:10:17'), (348, '201.26.66.50', 'eafd74e7f0a7c22b14f07630b9728472', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:10:18'), (349, '201.26.66.50', 'eafd74e7f0a7c22b14f07630b9728472', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:10:20'), (350, '201.26.66.50', 'eafd74e7f0a7c22b14f07630b9728472', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:10:22'), (351, '201.26.66.50', 'eafd74e7f0a7c22b14f07630b9728472', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:10:23'), (352, '201.26.66.50', 'eafd74e7f0a7c22b14f07630b9728472', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:10:25'), (353, '201.26.66.50', 'eafd74e7f0a7c22b14f07630b9728472', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:10:26'), (354, '201.26.66.50', 'eafd74e7f0a7c22b14f07630b9728472', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:10:28'), (355, '201.26.66.50', 'eafd74e7f0a7c22b14f07630b9728472', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 17:10:29'), (356, '201.26.66.50', 'e33907c336db512f6927f2d0e95a7ab0', 'eichen', '357b67672181cd37d9a10cf722423f0c', 0, '2013-02-17 17:18:04'), (357, '201.26.66.50', 'e33907c336db512f6927f2d0e95a7ab0', 'eichen', '357b67672181cd37d9a10cf722423f0c', 0, '2013-02-17 17:18:23'), (358, '201.26.66.50', 'e33907c336db512f6927f2d0e95a7ab0', 'beichen', '444de1ac199225b99467b72fb962bad3', 0, '2013-02-17 17:19:00'), (359, '201.26.66.50', 'e33907c336db512f6927f2d0e95a7ab0', 'beichen', '444de1ac199225b99467b72fb962bad3', 0, '2013-02-17 17:19:40'), (360, '201.26.66.50', 'e33907c336db512f6927f2d0e95a7ab0', 'beichena', '32f1dd956a77ffda47921f3e82ecb9a2', 0, '2013-02-17 17:22:04'), (361, '201.26.66.50', 'e33907c336db512f6927f2d0e95a7ab0', 'beichena', '444de1ac199225b99467b72fb962bad3', 0, '2013-02-17 17:22:10'), (362, '200.236.197.94', 'eb5a24e877c6a00585baa5b0e60a58c0', '11418244', '8e97111dba796a764bc7d192a93e15b0', 0, '2013-02-17 17:32:25'), (363, '186.214.160.13', '916a596aedcc3e794db798cf8545d1af', '422471', '02f4025f39920d32d4469648f1def40e', 0, '2013-02-17 17:47:38'), (364, '186.214.160.13', '916a596aedcc3e794db798cf8545d1af', '422471', '02f4025f39920d32d4469648f1def40e', 0, '2013-02-17 17:47:55'), (365, '186.214.160.13', '916a596aedcc3e794db798cf8545d1af', '422471', 'b8017026277a794f3b6e38c5f35d6ff9', 0, '2013-02-17 17:48:01'), (366, '186.214.160.13', '916a596aedcc3e794db798cf8545d1af', '7181363', '04bdae0fd0feb756fbc1c959d505ac7e', 0, '2013-02-17 17:48:34'), (367, '177.42.36.144', '559f0d92f70654e36e65ee4d10fc8954', '110892', 'aadb71dbba37860c1a0fb60a4d5d9c4b', 0, '2013-02-17 17:55:37'), (368, '201.42.173.130', '1c702c644ab31142b972c95c9a48d508', 'v1851634', '02068237dd8b8bff58c16d21745c5734', 0, '2013-02-17 19:36:03'), (369, '201.52.218.130', '11ff3c0d758325925ce512d689194b8f', 'gbtricolor', '9d1fc226421c9e0cf37a4fb16116df15', 0, '2013-02-17 20:05:20'), (370, '201.52.218.130', '11ff3c0d758325925ce512d689194b8f', 'contateste', '9602689a19ec43be31b9e34e86b94832', 0, '2013-02-17 20:08:36'), (371, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:08:35'), (372, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:08:44'), (373, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:08:45'), (374, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:08:47'), (375, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:08:49'), (376, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:08:50'), (377, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:08:52'); INSERT INTO `login_tries` (`idtry`, `txtip`, `txtcookie`, `txtlogintry`, `txtpasswordtry`, `isactive`, `dtcadastro`) VALUES (378, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:08:53'), (379, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:08:55'), (380, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:08:56'), (381, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:08:58'), (382, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:08:59'), (383, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:09:01'), (384, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:09:02'), (385, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', 'beichen', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:09:04'), (386, '201.26.66.50', '20cf86655f786bab1fb3753e1c6e7d28', '71551217', 'df7857240ebdd4a680db462fb91f1ec0', 0, '2013-02-17 21:09:06'), (387, '201.82.34.69', '979428b1e27a743659bd567b27309026', '13031989', '352f5716eb2de100fee7fd1cb3f8c8c3', 0, '2013-02-17 21:16:07'), (388, '201.82.34.69', '979428b1e27a743659bd567b27309026', '13031989', '352f5716eb2de100fee7fd1cb3f8c8c3', 0, '2013-02-17 21:16:14'), (389, '201.82.34.69', '979428b1e27a743659bd567b27309026', '32670552', 'e68b33b023fa18d15648acd719cba82f', 0, '2013-02-17 21:16:53'), (390, '187.184.172.119', '70089ae48d58c4549e698aedc967e75b', '66433735', 'e32effbc1da9be92f7a2cb44f219d6eb', 1, '2013-02-17 23:46:22'), (391, '187.184.172.119', '70089ae48d58c4549e698aedc967e75b', 'panchoek2', 'fa963a2b11943e82666bcbb841b27519', 1, '2013-02-17 23:47:22'), (392, '187.184.172.119', '70089ae48d58c4549e698aedc967e75b', 'panchoek22', 'fa963a2b11943e82666bcbb841b27519', 1, '2013-02-17 23:47:32'), (393, '187.184.172.119', '70089ae48d58c4549e698aedc967e75b', 'panchoek22', '4e8c5226fb9e9f9f72c5a81b95712faf', 1, '2013-02-17 23:47:46'), (394, '192.168.1.211', '9905f4ad9d1d39d0a89660171e75e34f', '1028908', '6bfe522edf02a7d860a4ef588f27abc0', 0, '2013-02-18 05:27:46'), (395, '192.168.1.211', 'c8dfbe3629789db6ff32accd2b996d0a', '86842409', '037213d0bdcef68e79aee0019457e8f1', 0, '2013-02-18 05:34:50'), (396, '186.222.79.94', '476977954af3b537106f549c3ab6051b', '9115066', '5c67ce5004cc951156316d9304168db8', 0, '2013-02-18 10:26:37'), (397, '186.222.79.94', '476977954af3b537106f549c3ab6051b', 'bruniin123', 'fcd171b8c0ac9b59cfe51e28b3f14f59', 0, '2013-02-18 10:28:22'), (398, '201.82.34.69', '6efbbab97a439f886ef97f5ae5879794', '124578', '1bcb53c8a35cdd17b956175ebaea9162', 0, '2013-02-18 11:38:19'), (399, '177.17.144.50', '9826a6421c74a1cb01487c16fab3d205', 'aline1?2', '0063155c1256b7b1990b649c371d5cbc', 1, '2013-02-18 22:21:52'), (400, '201.42.173.130', '5cf6f5176eb80cc0fa474285b1ca3ca3', 'v1851634', '02068237dd8b8bff58c16d21745c5734', 0, '2013-02-18 23:16:30'), (401, '201.42.173.130', '5cf6f5176eb80cc0fa474285b1ca3ca3', 'v1851634', '02068237dd8b8bff58c16d21745c5734', 0, '2013-02-18 23:16:32'), (402, '201.42.173.130', '5cf6f5176eb80cc0fa474285b1ca3ca3', '2147483647', '02068237dd8b8bff58c16d21745c5734', 0, '2013-02-18 23:16:37'), (403, '201.42.173.130', '5cf6f5176eb80cc0fa474285b1ca3ca3', '214748364', '82912d6d91418925766fff56b23e1d1c', 0, '2013-02-18 23:17:08'), (404, '201.42.173.130', '5cf6f5176eb80cc0fa474285b1ca3ca3', 'v1851634', '75878664309b1e12165b0823315376b0', 0, '2013-02-18 23:17:15'), (405, '201.42.173.130', '5cf6f5176eb80cc0fa474285b1ca3ca3', '2147483647', '75878664309b1e12165b0823315376b0', 1, '2013-02-18 23:17:41'), (406, '189.73.10.188', 'd4ccf3c573351ae103d5aab1acacac80', 'sonic_ligeirinho@hotmail.com', '7df7db70f82ac980f664a17a267d541f', 1, '2013-02-19 11:12:26'), (407, '189.73.10.188', 'd4ccf3c573351ae103d5aab1acacac80', 'sol', '7df7db70f82ac980f664a17a267d541f', 1, '2013-02-19 11:12:35'), (408, '200.232.236.227', '118454c9752a0e03abd1a4af78111c0f', 'morijo', 'f92f1dd93fb99bb738a99990bb5f0f0b', 0, '2013-02-19 21:04:25'), (409, '200.232.236.227', '118454c9752a0e03abd1a4af78111c0f', '6845112', 'f92f1dd93fb99bb738a99990bb5f0f0b', 0, '2013-02-19 21:06:36'), (410, '200.232.236.227', '118454c9752a0e03abd1a4af78111c0f', '32373818qw', '947952b98d572692e6b813ce249bdbb5', 0, '2013-02-19 21:11:29'), (411, '200.232.236.227', '1464c19997fac8bfc6954fefc47c2dad', '6845112', '30c84990568be9f8a77c8e3223ab3f3b', 0, '2013-02-19 21:14:37'), (412, '200.232.236.227', '1464c19997fac8bfc6954fefc47c2dad', '91165868', 'eff9bd0c1f2bacf2c540ffec6f15f22a', 0, '2013-02-19 21:15:35'), (413, '200.232.236.227', '1464c19997fac8bfc6954fefc47c2dad', '91165868', '41fd5fc6a070ef3246659acbaca5308f', 0, '2013-02-19 21:15:47'), (414, '200.232.236.227', '1464c19997fac8bfc6954fefc47c2dad', '91165868', '41fd5fc6a070ef3246659acbaca5308f', 0, '2013-02-19 21:16:07'), (415, '200.232.236.227', '1464c19997fac8bfc6954fefc47c2dad', '32772177', 'f8c7d799ef6844a0f66f145d34534280', 0, '2013-02-19 21:24:49'), (416, '200.232.236.227', '118454c9752a0e03abd1a4af78111c0f', '77777ss', '76ad245996f456db49f7309dde03b42f', 0, '2013-02-19 21:40:37'), (417, '177.40.14.113', '3cee9fe2f54699c7667251494b9cde08', '91982452', '0ab74a58426fd82d6f6d568767fdb471', 1, '2013-02-20 02:20:32'), (418, '177.40.14.113', '3cee9fe2f54699c7667251494b9cde08', '92013829', '0ab74a58426fd82d6f6d568767fdb471', 1, '2013-02-20 02:21:12'), (419, '189.32.11.14', '1e81e40facabf543a9c2864f25be0307', '255218', 'f3476dc8e8bc11605cf064ed168e5445', 0, '2013-02-20 06:00:38'), (420, '189.32.11.14', '1e81e40facabf543a9c2864f25be0307', '654696', 'f3476dc8e8bc11605cf064ed168e5445', 0, '2013-02-20 06:02:34'), (421, '189.32.11.14', '1e81e40facabf543a9c2864f25be0307', '255218', 'd4c6a456a8b4dfbc5e45863a75339a27', 1, '2013-02-20 06:03:10'), (422, '189.32.11.14', '1e81e40facabf543a9c2864f25be0307', '9435977', 'd4c6a456a8b4dfbc5e45863a75339a27', 1, '2013-02-20 06:03:16'), (423, '201.82.34.69', '87a9c83b78593797b4a26ec220b45135', '3267055', 'ed8d66a93ee13a289a02c90936b6ac5f', 0, '2013-02-20 15:17:49'), (424, '187.59.102.44', 'a6012d2e31b75db9602513535f054072', '797871', 'd8e654e50aa8bbe93731c5d3138b429e', 0, '2013-02-21 16:18:52'), (425, '187.59.102.44', 'a6012d2e31b75db9602513535f054072', 'habib', 'd8e654e50aa8bbe93731c5d3138b429e', 0, '2013-02-21 16:20:17'), (426, '187.59.102.44', 'a6012d2e31b75db9602513535f054072', 'ebar12', 'd8e654e50aa8bbe93731c5d3138b429e', 0, '2013-02-21 16:21:19'), (427, '187.59.169.148', 'a6012d2e31b75db9602513535f054072', 'alfredo', '3c12938f50b9250a0bbe0d2bb09e6e8f', 0, '2013-02-21 16:27:58'), (428, '187.59.169.148', 'a6012d2e31b75db9602513535f054072', 'habib', 'd8e654e50aa8bbe93731c5d3138b429e', 1, '2013-02-21 16:29:06'), (429, '187.59.169.148', 'a6012d2e31b75db9602513535f054072', 'habib', 'd8e654e50aa8bbe93731c5d3138b429e', 1, '2013-02-21 16:29:07'), (430, '187.59.169.148', 'a6012d2e31b75db9602513535f054072', 'habib', 'd8e654e50aa8bbe93731c5d3138b429e', 1, '2013-02-21 16:29:09'), (431, '187.59.169.148', 'a6012d2e31b75db9602513535f054072', 'habib', 'd8e654e50aa8bbe93731c5d3138b429e', 1, '2013-02-21 16:29:11'), (432, '187.59.169.148', 'a6012d2e31b75db9602513535f054072', 'habib', 'd8e654e50aa8bbe93731c5d3138b429e', 1, '2013-02-21 16:29:13'), (433, '187.59.169.148', 'a6012d2e31b75db9602513535f054072', 'habib', 'd8e654e50aa8bbe93731c5d3138b429e', 1, '2013-02-21 16:29:15'), (434, '187.59.169.148', 'a6012d2e31b75db9602513535f054072', 'habib', 'd8e654e50aa8bbe93731c5d3138b429e', 1, '2013-02-21 16:29:16'), (435, '187.59.169.148', 'a6012d2e31b75db9602513535f054072', 'habib', 'd8e654e50aa8bbe93731c5d3138b429e', 1, '2013-02-21 16:29:18'), (436, '187.59.169.148', 'a6012d2e31b75db9602513535f054072', 'habib', 'db5fb1cd992e26c71d22920afda50118', 1, '2013-02-21 16:29:36'), (437, '186.214.246.225', '3ec6eb7e157402bbda5bba455e8697e5', '3622550', 'd7e6599d48a1abc6fe5500073d54a1fa', 1, '2013-02-21 22:39:02'), (438, '187.15.9.99', '2f407ea1493853b2f8a212a1171a6ff8', 'zezinhok16', '39b0a8e64e4a97c5fe5f28f61d436170', 0, '2013-02-22 02:08:32'), (439, '187.15.65.6', 'e5faddb6cf37b1f506d43e48672e7007', 'sputnik38', '123dd9f1feb2abe04eab28319c63e8f7', 0, '2013-02-22 02:11:00'), (440, '187.15.9.99', '2f407ea1493853b2f8a212a1171a6ff8', 'zezin', '39b0a8e64e4a97c5fe5f28f61d436170', 1, '2013-02-22 02:11:00'), (441, '187.15.65.6', 'e5faddb6cf37b1f506d43e48672e7007', 'sputnik', 'd84771976e0ed6b50a6eae042ec81859', 0, '2013-02-22 02:14:41'), (442, '187.15.65.6', 'e5faddb6cf37b1f506d43e48672e7007', 'sputnik38', '123dd9f1feb2abe04eab28319c63e8f7', 0, '2013-02-22 02:24:37'), (443, '187.15.65.6', 'e5faddb6cf37b1f506d43e48672e7007', 'sputnik', 'fac4559cf189e883ee29950fc8eec4ae', 0, '2013-02-22 02:24:46'), (444, '187.15.65.6', 'e5faddb6cf37b1f506d43e48672e7007', 'sputnik38', 'd84771976e0ed6b50a6eae042ec81859', 0, '2013-02-22 02:25:40'), (445, '187.15.65.6', 'e5faddb6cf37b1f506d43e48672e7007', '782450', 'a23cf03fa420040ee23991c0bf71d755', 0, '2013-02-22 14:28:28'), (446, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', '782450', 'a23cf03fa420040ee23991c0bf71d755', 0, '2013-02-22 14:43:30'), (447, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', '782450', 'a5a34a3190f656507d9ceee8911313cf', 0, '2013-02-22 14:43:38'), (448, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'aidshfoahdf', '79f0bb45f6638a276318dedec1e07d34', 0, '2013-02-22 14:43:54'), (449, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'odihfosdhif', '9ce59add499b5949aa83bc5da6b0e580', 0, '2013-02-22 14:43:57'), (450, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'ai?sdgpaihg', '9e16f139b194b198b206775e05ac7802', 0, '2013-02-22 14:43:59'), (451, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'pihodgih', '136db5950de39faa654e50f6b8f1a9f8', 0, '2013-02-22 14:44:02'), (452, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'adfgdsfg', 'ef818923c922adc44017429bba52e9a2', 0, '2013-02-22 14:44:39'), (453, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'gadfgadf', '76e1387bc04cd6622a39943ff92dc0f7', 0, '2013-02-22 14:44:44'), (454, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'dfgadfgadfgadfgadfgadfgadfg', 'f80a36ec76ff6a69a1ffb653ed06374e', 0, '2013-02-22 14:44:47'), (455, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'adfgadfgadfgadfgadfgaaag', '1d1edcf79e5726845c8e09747c424ef4', 0, '2013-02-22 14:44:50'), (456, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'afg', 'e6521cd1c592aaae484a00435b7ae107', 0, '2013-02-22 14:44:51'), (457, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'gadfgadfgadg', '460eecfb19c2d130710c4587bcf10fd7', 0, '2013-02-22 14:44:53'), (458, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'gadfgadfg', '738042feeefa697fb1242da2360b9497', 0, '2013-02-22 14:44:55'), (459, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'adfg', '4abcd420018b26f1de81c2a869bde344', 0, '2013-02-22 14:44:57'), (460, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'gadf', '9426bcacbceb2ec76c95f7b5f57164ee', 0, '2013-02-22 14:44:58'), (461, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'gadfgadfgadfgad', '9756afc3743fe6e68def4389c6a782c8', 0, '2013-02-22 14:45:01'), (462, '187.74.24.253', 'ec5ef31ae185923155b96c9d8f453dac', '741852morijo', 'e13bc72729dc698b93d23399f0069197', 1, '2013-02-22 22:06:12'), (463, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', 'dantasdm', 'a7ade7a67cc32648acf53f88108b087a', 0, '2013-02-22 23:36:11'), (464, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', 'dantasdm0', 'a7ade7a67cc32648acf53f88108b087a', 0, '2013-02-22 23:37:43'), (465, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '080595', 'a7ade7a67cc32648acf53f88108b087a', 0, '2013-02-22 23:43:02'), (466, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '976431', 'a7ade7a67cc32648acf53f88108b087a', 0, '2013-02-22 23:44:00'), (467, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '111111', '41da8bef22aaef9d7c5821fa0f0de7cc', 0, '2013-02-22 23:45:37'), (468, '187.19.173.154', '888fbdd473e19d9713f2b3877a356b03', 'nuaman', '3cc783ed1f7f8c2e16f75d0239168a2c', 0, '2013-02-22 23:45:56'), (469, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '986532', 'b56d5e696784655f1f57a6af19d39cd5', 0, '2013-02-22 23:48:22'), (470, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', 'victordantas_10@hotmail.com', '35e36380050faf421f71c53fc9562867', 0, '2013-02-22 23:48:38'), (471, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', 'resaltd@hotmail.com', '35e36380050faf421f71c53fc9562867', 0, '2013-02-22 23:48:43'), (472, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '80595', '35e36380050faf421f71c53fc9562867', 0, '2013-02-22 23:55:38'), (473, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '97642', 'a7ade7a67cc32648acf53f88108b087a', 0, '2013-02-22 23:56:29'), (474, '177.72.70.122', 'f2074ab9aa8742575920348771dc03b3', '2014816', '812619a1d01fd993a6928aefa36c179d', 0, '2013-02-23 01:53:40'), (475, '177.72.70.122', 'f2074ab9aa8742575920348771dc03b3', '2014813', '85a8f74eea0a4baae5ef64897bbea70a', 0, '2013-02-23 01:56:14'), (476, '177.72.70.122', 'f2074ab9aa8742575920348771dc03b3', '2014819', '812619a1d01fd993a6928aefa36c179d', 1, '2013-02-23 01:57:11'), (477, '189.47.5.105', '60045da499644244a0d8457cfe3f8879', '91322811', '232f491679aba75d585a9ac46925b4a6', 0, '2013-02-23 11:06:35'), (478, '177.60.91.47', 'dd70ca1106bbd54f49359863499f4f34', 'acc', '5baa61e4c9b93f3f0682250b6cf8331b', 1, '2013-02-23 13:09:50'), (479, '177.29.134.13', '773fc54a565b0e8380b151e6bd6d0ab2', 'ewerton2000', 'c9f3ffbf8a4f13adbd2b02fdd9978f5b', 0, '2013-02-23 13:37:45'), (480, '177.29.134.13', '773fc54a565b0e8380b151e6bd6d0ab2', 'ewerton', 'c9f3ffbf8a4f13adbd2b02fdd9978f5b', 0, '2013-02-23 13:39:24'), (481, '177.29.134.13', '773fc54a565b0e8380b151e6bd6d0ab2', 'ezes', '28d42dc8229c26ca73e45b244f3844f0', 0, '2013-02-23 13:40:25'), (482, '177.51.219.54', 'ab098b9006c61e3ff449430fc2c6ef58', 'ewerton', 'c9f3ffbf8a4f13adbd2b02fdd9978f5b', 0, '2013-02-23 16:54:38'), (483, '200.207.176.246', '4727cdf0dc861d6cc1ac24eec4927b89', '6845112', '30c84990568be9f8a77c8e3223ab3f3b', 0, '2013-02-23 18:39:28'), (484, '200.207.176.246', '4727cdf0dc861d6cc1ac24eec4927b89', 'good123', '803c787c0840e0a3059a9ad032839243', 1, '2013-02-23 18:43:14'), (485, '179.234.227.143', '25aca16132f3437d2bf112bc6975d5bd', 'daimouzx', '066008b9c8a0ce527266107cec0706d7', 0, '2013-02-23 19:55:22'), (486, '179.234.227.143', '25aca16132f3437d2bf112bc6975d5bd', 'Pardal', '066008b9c8a0ce527266107cec0706d7', 0, '2013-02-23 20:12:22'), (487, '179.234.227.143', '25aca16132f3437d2bf112bc6975d5bd', '475477', '91ee4fd11e235adfea38c16146a59786', 0, '2013-02-23 20:17:56'), (488, '179.234.227.143', '25aca16132f3437d2bf112bc6975d5bd', '475477', '1b5712c00a4c0614f29a22ec65e3f49f', 0, '2013-02-23 20:18:18'), (489, '179.234.227.143', '25aca16132f3437d2bf112bc6975d5bd', '388318', '91ee4fd11e235adfea38c16146a59786', 0, '2013-02-23 20:20:24'), (490, '179.234.227.143', 'eb48867015edd57fa6216e7f82519992', 'PArdal', '066008b9c8a0ce527266107cec0706d7', 0, '2013-02-23 20:30:30'), (491, '179.234.227.143', 'eb48867015edd57fa6216e7f82519992', '32261133noia', '91ee4fd11e235adfea38c16146a59786', 0, '2013-02-23 20:32:08'), (492, '186.249.114.133', 'abc5bf62698dd9f7e390097f3376c579', 'ismael2010', '44a991370cf8dd2a93650dd033ddd74e', 0, '2013-02-23 22:07:39'), (493, '186.249.114.133', 'abc5bf62698dd9f7e390097f3376c579', 'pantanal', 'f6547ab88fe01e9b0b06efd74023e858', 0, '2013-02-23 22:08:55'), (494, '186.226.183.146', 'c2d288913ddde8395a66cf2a446ee012', 'luanlok', '490fbdd20c0c2b7b3189af328bbfc201', 0, '2013-02-23 23:58:41'), (495, '179.234.227.143', 'bf419a8ae6f6170695800d5ed86fabf2', '32266297', '91ee4fd11e235adfea38c16146a59786', 0, '2013-02-24 01:01:17'), (496, '189.30.131.158', 'c346a5cedb1fcbd32dc75f5e3fc5836a', 'scoltrer', 'b59f80c5c0bb6254482274d65b08b878', 0, '2013-02-24 08:59:31'), (497, '177.69.199.142', 'b84746bea98578635daa92bc79eaaeee', '123456789', 'fc3707fa908df1e82e30ecbdae3d0948', 1, '2013-02-24 14:22:21'), (498, '177.40.132.202', 'a0f6717dcdc20902ee241d32dd858855', '99811720pardal', '68f8e3ee3809ff0b9e9ab1ee1843c779', 0, '2013-02-25 01:18:22'), (499, '177.40.132.202', 'a0f6717dcdc20902ee241d32dd858855', '99811720pardal', '066008b9c8a0ce527266107cec0706d7', 0, '2013-02-25 01:18:42'), (500, '177.40.132.202', 'a0f6717dcdc20902ee241d32dd858855', '97522374pardal', 'de4291d16c7636670f93e07bc93e10f5', 0, '2013-02-25 01:18:58'), (501, '201.67.187.228', '62a0cfc2e8a73b614532430aee9de9ba', '180967', 'c81a43ba5e66c667589471da971166cf', 0, '2013-02-25 04:42:11'), (502, '201.67.187.228', '62a0cfc2e8a73b614532430aee9de9ba', 'dottifromhell@gmail.com', '09192c2c7e881659317011ba5d191be5', 0, '2013-02-25 04:45:34'), (503, '201.67.187.228', '4e43960d9aeed7b41e825fb59a5aeb9a', '240394', 'c81a43ba5e66c667589471da971166cf', 0, '2013-02-25 04:49:14'), (504, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'sandro', 'd84771976e0ed6b50a6eae042ec81859', 0, '2013-02-25 05:50:45'), (505, '187.41.163.55', '33e813c44d45bf06729ecd580fc6b675', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 0, '2013-02-25 05:53:16'), (506, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'sandro', 'fac4559cf189e883ee29950fc8eec4ae', 0, '2013-02-25 05:53:41'), (507, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'sputnik', 'fac4559cf189e883ee29950fc8eec4ae', 0, '2013-02-25 05:53:48'), (508, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'sputnik38', 'fac4559cf189e883ee29950fc8eec4ae', 0, '2013-02-25 05:53:53'), (509, '187.36.234.223', '7f5f4fc0cef9de2063cea68bfbe36120', '7111993', 'd212b37af685a7398601a20c9913de11', 1, '2013-02-25 05:56:42'), (510, '179.234.227.143', 'a9ce8d8007f992a4c23d5205aadef809', '475477', '83681251e53b3bb4806efd6b27b19d2b', 0, '2013-02-25 05:59:25'), (511, '187.41.163.55', '33e813c44d45bf06729ecd580fc6b675', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 0, '2013-02-25 06:00:27'), (512, '187.41.163.55', '33e813c44d45bf06729ecd580fc6b675', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 0, '2013-02-25 06:00:29'), (513, '187.41.163.55', '33e813c44d45bf06729ecd580fc6b675', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 0, '2013-02-25 06:00:31'), (514, '187.41.163.55', '33e813c44d45bf06729ecd580fc6b675', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 0, '2013-02-25 06:00:32'), (515, '187.41.163.55', '33e813c44d45bf06729ecd580fc6b675', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 0, '2013-02-25 06:00:34'), (516, '187.41.163.55', '33e813c44d45bf06729ecd580fc6b675', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 0, '2013-02-25 06:00:36'), (517, '187.41.163.55', '33e813c44d45bf06729ecd580fc6b675', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 0, '2013-02-25 06:00:38'), (518, '187.41.163.55', '33e813c44d45bf06729ecd580fc6b675', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 0, '2013-02-25 06:00:39'), (519, '187.41.163.55', '33e813c44d45bf06729ecd580fc6b675', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 0, '2013-02-25 06:00:42'), (520, '187.41.163.55', '33e813c44d45bf06729ecd580fc6b675', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 0, '2013-02-25 06:00:43'), (521, '179.234.227.143', 'a9ce8d8007f992a4c23d5205aadef809', '475477', '066008b9c8a0ce527266107cec0706d7', 0, '2013-02-25 06:19:48'), (522, '179.234.227.143', 'a9ce8d8007f992a4c23d5205aadef809', '475477', '91ee4fd11e235adfea38c16146a59786', 0, '2013-02-25 06:20:12'), (523, '187.41.163.55', '33e813c44d45bf06729ecd580fc6b675', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 1, '2013-02-25 06:42:08'), (524, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'sputnik', '123dd9f1feb2abe04eab28319c63e8f7', 0, '2013-02-25 07:19:53'), (525, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'sandro', '123dd9f1feb2abe04eab28319c63e8f7', 0, '2013-02-25 07:22:41'), (526, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'sandro', 'd84771976e0ed6b50a6eae042ec81859', 0, '2013-02-25 07:23:10'), (527, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'sandro', '123dd9f1feb2abe04eab28319c63e8f7', 0, '2013-02-25 07:23:31'), (528, '189.73.149.138', '06835d76cbdbefe9503192a1bce7c0be', 'starke321', '656e8255b4a90bafe5522157f612d36d', 0, '2013-02-25 07:23:32'), (529, '187.15.65.6', 'a4b674f101359a11b436a1cf92c2b3ca', 'Sputnik38', '123dd9f1feb2abe04eab28319c63e8f7', 0, '2013-02-25 07:23:41'), (530, '10.7.22.133', '5280753ba96072606092d9fef1c99d77', '8164073ita', 'f338c27904b99d321871e929a629f4bf', 1, '2013-02-25 16:27:41'), (531, '187.41.166.177', '7042b7a8680ab9340daada972417343e', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 1, '2013-02-25 21:08:08'), (532, '187.41.166.177', '7042b7a8680ab9340daada972417343e', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 1, '2013-02-25 21:08:11'), (533, '187.41.166.177', '7042b7a8680ab9340daada972417343e', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 1, '2013-02-25 21:08:15'), (534, '187.41.166.177', '7042b7a8680ab9340daada972417343e', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 1, '2013-02-25 21:08:19'), (535, '187.41.166.177', '7042b7a8680ab9340daada972417343e', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 1, '2013-02-25 21:08:23'), (536, '187.41.166.177', '7042b7a8680ab9340daada972417343e', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 1, '2013-02-25 21:08:27'), (537, '187.41.166.177', '7042b7a8680ab9340daada972417343e', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 1, '2013-02-25 21:08:31'), (538, '187.41.166.177', '7042b7a8680ab9340daada972417343e', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 1, '2013-02-25 21:08:36'), (539, '187.41.166.177', '7042b7a8680ab9340daada972417343e', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 1, '2013-02-25 21:08:40'), (540, '187.41.166.177', '7042b7a8680ab9340daada972417343e', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 1, '2013-02-25 21:08:44'), (541, '187.41.166.177', '7042b7a8680ab9340daada972417343e', 'malmal12', 'ac7363827dd7335f3a918608f9fadf21', 1, '2013-02-25 21:08:48'), (542, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '86543', 'a7ade7a67cc32648acf53f88108b087a', 0, '2013-02-25 21:44:45'), (543, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '258369', '67166c921ecba0615f39bec7c6a94dad', 0, '2013-02-25 21:46:42'), (544, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '123456', '7c4a8d09ca3762af61e59520943dc264', 0, '2013-02-25 21:46:48'), (545, '177.17.57.225', '86c30cee792e079a7001a36c093b78d8', 'veratu', 'd19e630bf53a947bb464b42660fb61a3', 0, '2013-02-25 22:22:24'), (546, '187.15.49.248', '44c5fba86211b15efd8996f8f98f6c31', 'zezinhok16', 'e56e9920250d9806d370b37fa3964345', 0, '2013-02-26 03:36:04'), (547, '187.15.49.248', '44c5fba86211b15efd8996f8f98f6c31', 'zezinhok16', '39b0a8e64e4a97c5fe5f28f61d436170', 0, '2013-02-26 03:36:38'), (548, '187.15.19.55', 'e66becb410b3391d254043a41420055a', '101919', 'd3bc3cf39bc8be4baa22c5ebff58646a', 0, '2013-02-26 03:37:09'), (549, '201.67.151.4', '3f4ea9d76ff61fbbd2dcce3fec181262', '180967', 'c81a43ba5e66c667589471da971166cf', 0, '2013-02-26 18:12:35'), (550, '189.106.237.246', '9a52eb527a1789a878c8a7c63740f814', 'roniele', 'cdbc832fea93e99cf3d46fc148d78d23', 0, '2013-02-26 19:31:50'), (551, '189.106.237.246', '9a52eb527a1789a878c8a7c63740f814', 'roniele12', 'cdbc832fea93e99cf3d46fc148d78d23', 0, '2013-02-26 19:35:04'), (552, '189.106.237.246', '9a52eb527a1789a878c8a7c63740f814', 'roniele_2010@hotmail.com', 'b9c1cd855b904233b8e949a0e3b7a8e0', 0, '2013-02-26 19:38:03'), (553, '189.67.186.54', '1f87fb3293619725df0c8ce51db898c3', 'ewerton', 'c9f3ffbf8a4f13adbd2b02fdd9978f5b', 1, '2013-02-27 02:59:18'), (554, '187.15.124.35', 'ac17e54f946201dc18b7a4f8ae0a195d', 'dom05197528', '413582e68a5e04b71660259bbf9299b3', 0, '2013-02-27 04:46:26'), (555, '187.15.124.35', 'ac17e54f946201dc18b7a4f8ae0a195d', 'dom05197528', 'b98f6b86cfeff59160965ebd9cac84e3', 0, '2013-02-27 04:46:52'), (556, '187.19.173.154', '6cd741b4265da899aadf152676cce0a6', 'uy9krrksks', '3cc783ed1f7f8c2e16f75d0239168a2c', 0, '2013-02-27 06:07:44'), (557, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '80595', '8393436301cf36cb6fbefcceff404917', 0, '2013-02-27 06:14:14'), (558, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '80595', 'a7ade7a67cc32648acf53f88108b087a', 0, '2013-02-27 06:14:37'), (559, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '80595v', '35e36380050faf421f71c53fc9562867', 0, '2013-02-27 06:15:12'), (560, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '805950', 'a7ade7a67cc32648acf53f88108b087a', 0, '2013-02-27 06:16:19'), (561, '187.19.173.154', '6cd741b4265da899aadf152676cce0a6', 'dantasdm', '35e36380050faf421f71c53fc9562867', 0, '2013-02-27 06:17:27'), (562, '177.75.64.10', '60fdd11dcae251f8868ea3ad4b26a820', '80595v', '35e36380050faf421f71c53fc9562867', 0, '2013-02-27 07:55:01'), (563, '189.31.245.103', 'eda3a4831d857eabcc55ccc18719cd7f', 'michellgomes', '018d8c89f2adaeccdc9765028630241f', 0, '2013-02-27 09:26:55'), (564, '148.246.241.238', '7f3ce6bf42219910b8fc3495816839fb', '40476', '4cee0857dc76d1a346a44579a6add8b3', 0, '2013-02-28 01:03:37'), (565, '187.14.229.48', '7a08844431fbec6e96e07e848521149f', '101919', 'd933cfb841aea0ba370500efe466626d', 0, '2013-02-28 01:24:16'), (566, '200.140.90.172', 'ff985136b633d3ee123d7995502eb96c', 'romulimn', '84620b0fa58cc86e29a92874faa66864', 0, '2013-02-28 03:24:04'), (567, '189.32.224.87', '86ae6a4fdb795988e8c0d241fe89e64a', '222222', '5f555959a51bfdbf99d36c17f8b44fec', 0, '2013-02-28 04:11:53'), (568, '201.29.212.63', '8da4d0b6a76b619d8171e40da3faddc6', 'dalua123', '55c9ddf4322db03f9e1273e62cde4d2e', 0, '2013-02-28 06:22:44'), (569, '189.90.210.168', 'bc36051959650cbba0232eb10211d5e3', 'xicomica', '2809baf011f09d80107c56931b99df24', 1, '2013-02-28 16:55:34'), (570, '192.168.1.211', 'ba36f6e2694e4515d62bc9c27ef800f8', '20121994', '10195e4d582f0895320758920ad6f9dc', 0, '2013-02-28 22:47:20'), (571, '187.15.83.106', 'a4b674f101359a11b436a1cf92c2b3ca', 'sputnik', '123dd9f1feb2abe04eab28319c63e8f7', 0, '2013-03-01 01:48:15'), (572, '187.15.83.106', 'a4b674f101359a11b436a1cf92c2b3ca', 'sputnik', '123dd9f1feb2abe04eab28319c63e8f7', 0, '2013-03-01 01:48:18'), (573, '187.15.83.106', 'a4b674f101359a11b436a1cf92c2b3ca', 'sputnik38', '123dd9f1feb2abe04eab28319c63e8f7', 0, '2013-03-01 01:48:23'), (574, '187.15.83.106', 'a4b674f101359a11b436a1cf92c2b3ca', 'sandro', 'fac4559cf189e883ee29950fc8eec4ae', 0, '2013-03-01 01:48:27'), (575, '187.15.83.106', 'a4b674f101359a11b436a1cf92c2b3ca', 'sputnik', 'fac4559cf189e883ee29950fc8eec4ae', 0, '2013-03-01 01:48:40'), (576, '187.15.83.106', 'a4b674f101359a11b436a1cf92c2b3ca', 'sputnik', 'd84771976e0ed6b50a6eae042ec81859', 0, '2013-03-01 01:49:19'), (577, '187.58.247.108', 'f1a331d4bb745f98ec8e67de28f761e6', 'rwcc', 'd14a24b0f43c604b5c87915d4a0d6d26', 1, '2013-03-01 02:48:12'), (578, '201.32.151.10', '580ab8d47cb4a35de615419b33430545', '4506989', '8cdf8eeee52bda2d6bbd3e6db0b3ebcd', 1, '2013-03-01 04:31:38'), (579, '186.223.12.138', '34f640b5816c1dbae119c2bb2f853e0a', 'brejao', '1822c9871677342a3047a31d4fe756f9', 0, '2013-03-01 04:56:30'), (580, '189.25.38.232', '3c25ce7ec8dcb0e45bc46cb2f78b94fb', '21081992', 'c683872db2020994447db99cdc3e24d0', 0, '2013-03-01 19:15:43'), (581, '187.79.38.34', 'f0d9f480f43a574f80182b18f76680bf', '17011988', '274743baad1edb32cd3daf45244116e0', 0, '2013-03-01 19:36:17'), (582, '179.236.129.87', '71d84b3032888640cf00e946028037b1', 'danielyan', '0a84a022a50b8bb81c9aa54c756714c5', 0, '2013-03-01 19:56:51'), (583, '189.25.38.232', '303141bd84bc456b589045cac048e1ae', '21081992', '009bc6104389fb9cb45585a7984a761c', 0, '2013-03-01 22:44:14'), (584, '200.96.106.214', '4551157cd1bb0a711f43622d84364e3b', 'plinio', '5084de29d51d5be4a4174124ff2a8adc', 0, '2013-03-02 00:37:52'), (585, '189.8.105.6', '13fe81fcfc1838f21794db295c1053eb', '301094', 'dcadc9aa7d767753468a94181ea7565b', 0, '2013-03-02 04:40:32'), (586, '189.176.44.227', 'f808789e21003ca4626e53ed6aa35854', '4703138', '314b80d9fedd83d1472fda029884ecfe', 0, '2013-03-02 11:15:49'), (587, '177.131.235.72', 'd78c4cd46e72ddc240140bc44ab044f2', 'veratul', 'd19e630bf53a947bb464b42660fb61a3', 0, '2013-03-02 20:32:42'), (588, '177.131.235.72', 'd78c4cd46e72ddc240140bc44ab044f2', 'azariel', '27924c023e9060f09b4f913a92e632ee', 0, '2013-03-02 20:36:53'), (589, '177.131.235.72', 'd78c4cd46e72ddc240140bc44ab044f2', 'veratul', 'd19e630bf53a947bb464b42660fb61a3', 0, '2013-03-02 20:44:34'), (590, '177.131.235.72', 'd78c4cd46e72ddc240140bc44ab044f2', 'veratul', 'd19e630bf53a947bb464b42660fb61a3', 0, '2013-03-02 20:44:37'), (591, '177.131.235.72', 'd78c4cd46e72ddc240140bc44ab044f2', 'veratul', 'd19e630bf53a947bb464b42660fb61a3', 0, '2013-03-02 20:44:39'), (592, '177.131.235.72', 'd78c4cd46e72ddc240140bc44ab044f2', 'veratul', 'd19e630bf53a947bb464b42660fb61a3', 0, '2013-03-02 20:44:45'), (593, '177.131.235.72', 'd78c4cd46e72ddc240140bc44ab044f2', 'veratul', 'd19e630bf53a947bb464b42660fb61a3', 0, '2013-03-02 20:44:47'), (594, '177.131.235.72', 'd78c4cd46e72ddc240140bc44ab044f2', 'veratul', 'd19e630bf53a947bb464b42660fb61a3', 0, '2013-03-02 20:44:48'), (595, '201.11.107.237', '3dbd550a7567656da9b1156cd7cdc730', 'koko', 'dcd7c6ef54d01e3e3a4cc96508ff0bca', 1, '2013-03-03 05:34:31'), (596, '177.21.233.170', '6688ee223b85016e3553f9e6af7493c9', '2322768', 'b41e915036eec8d1c402ce11bd693fd0', 0, '2013-03-03 13:08:40'), (597, '177.83.69.48', '40f7a58fbb77ba86ec30e34805ef71b6', 'brejao', '135c30d246dca7e7a8942da1785c75ef', 0, '2013-03-03 19:52:47'), (598, '177.134.197.101', 'f8a49391abc5b16bc74366e9a499325f', 'piereck', '953dc9b99998b4470014496a5161f115', 0, '2013-03-04 00:57:45'); -- -------------------------------------------------------- -- -- Estrutura da tabela `logs` -- CREATE TABLE IF NOT EXISTS `logs` ( `idlog` int(10) unsigned NOT NULL AUTO_INCREMENT, `txttipo` varchar(128) NOT NULL, `txtlog` varchar(3072) NOT NULL, `dtcadastro` datetime NOT NULL, PRIMARY KEY (`idlog`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=482 ; -- -- Extraindo dados da tabela `logs` -- INSERT INTO `logs` (`idlog`, `txttipo`, `txtlog`, `dtcadastro`) VALUES (1, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm58747176yhg.4 - gsmtp\r\n</p>\n', '2013-02-14 21:17:40'), (2, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 h44sm86735438yhn.2 - gsmtp\r\n</p>\n', '2013-02-14 21:17:41'), (3, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d17sm46554667ann.11 - gsmtp\r\n</p>\n', '2013-02-14 21:19:45'), (4, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 b62sm86761422yhf.13 - gsmtp\r\n</p>\n', '2013-02-14 21:19:45'), (5, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 b62sm86782748yhf.13 - gsmtp\r\n</p>\n', '2013-02-14 21:24:32'), (6, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm65816688yhe.9 - gsmtp\r\n</p>\n', '2013-02-14 21:24:32'), (7, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f3sm40857738ani.3 - gsmtp\r\n</p>\n', '2013-02-14 21:46:27'), (8, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 y14sm36851220anm.14 - gsmtp\r\n</p>\n', '2013-02-14 21:46:28'), (9, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w7sm60646061yhj.0 - gsmtp\r\n</p>\n', '2013-02-14 22:39:46'), (10, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm87085837yhm.10 - gsmtp\r\n</p>\n', '2013-02-14 22:39:46'), (11, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 i24sm46777831ann.16 - gsmtp\r\n</p>\n', '2013-02-14 22:42:44'), (12, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm87098487yhm.10 - gsmtp\r\n</p>\n', '2013-02-14 22:42:45'), (13, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 p17sm5660482anh.15 - gsmtp\r\n</p>\n', '2013-02-14 23:52:00'), (14, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x8sm77333531yhn.12 - gsmtp\r\n</p>\n', '2013-02-14 23:52:01'), (15, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm1040733ank.4 - gsmtp\r\n</p>\n', '2013-02-15 07:37:10'), (16, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm1040846ank.4 - gsmtp\r\n</p>\n', '2013-02-15 07:37:11'), (17, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t8sm44715521anj.2 - gsmtp\r\n</p>\n', '2013-02-15 07:41:01'), (18, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 h44sm88796671yhn.2 - gsmtp\r\n</p>\n', '2013-02-15 07:41:01'), (19, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 p7sm12089304anl.20 - gsmtp\r\n</p>\n', '2013-02-15 15:15:21'), (20, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm62743997yhg.4 - gsmtp\r\n</p>\n', '2013-02-15 15:15:22'), (21, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u19sm49347387anj.5 - gsmtp\r\n</p>\n', '2013-02-15 19:20:45'), (22, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm91900120yhh.7 - gsmtp\r\n</p>\n', '2013-02-15 19:20:46'), (23, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u2sm349347yhl.8 - gsmtp\r\n</p>\n', '2013-02-15 20:31:46'), (24, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x4sm19167953qeu.7 - gsmtp\r\n</p>\n', '2013-02-15 20:31:47'), (25, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 y9sm92288397yhg.1 - gsmtp\r\n</p>\n', '2013-02-15 20:32:37'), (26, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm19111383qen.1 - gsmtp\r\n</p>\n', '2013-02-15 20:32:38'), (27, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t2sm20224069qav.1 - gsmtp\r\n</p>\n', '2013-02-15 23:02:50'), (28, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f29sm50124275anj.17 - gsmtp\r\n</p>\n', '2013-02-15 23:02:51'), (29, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm20236789qao.12 - gsmtp\r\n</p>\n', '2013-02-15 23:10:04'), (30, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t8sm47210994anj.2 - gsmtp\r\n</p>\n', '2013-02-15 23:10:05'), (31, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hn9sm20233881qab.8 - gsmtp\r\n</p>\n', '2013-02-15 23:10:05'), (32, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dw10sm3261755qab.11 - gsmtp\r\n</p>\n', '2013-02-15 23:10:06'), (33, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm20236863qao.12 - gsmtp\r\n</p>\n', '2013-02-15 23:10:07'), (34, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 ei2sm20238839qab.3 - gsmtp\r\n</p>\n', '2013-02-15 23:10:08'), (35, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr1sm19505031qeb.3 - gsmtp\r\n</p>\n', '2013-02-15 23:10:09'), (36, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 ei2sm20238853qab.3 - gsmtp\r\n</p>\n', '2013-02-15 23:10:09'), (37, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm93306504yhh.7 - gsmtp\r\n</p>\n', '2013-02-15 23:10:10'), (38, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u19sm50134779anj.5 - gsmtp\r\n</p>\n', '2013-02-15 23:10:11'), (39, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 ei2sm20238980qab.3 - gsmtp\r\n</p>\n', '2013-02-15 23:10:12'), (40, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j13sm50152754ani.19 - gsmtp\r\n</p>\n', '2013-02-15 23:10:13'), (41, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z5sm19591934qer.8 - gsmtp\r\n</p>\n', '2013-02-15 23:10:13'), (42, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hn9sm20234245qab.8 - gsmtp\r\n</p>\n', '2013-02-15 23:10:14'), (43, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm20237264qao.12 - gsmtp\r\n</p>\n', '2013-02-15 23:10:15'), (44, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x8sm83254440yhn.12 - gsmtp\r\n</p>\n', '2013-02-15 23:10:16'), (45, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 no8sm7322041qeb.0 - gsmtp\r\n</p>\n', '2013-02-15 23:10:17'), (46, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm65325459yhg.4 - gsmtp\r\n</p>\n', '2013-02-15 23:10:18'), (47, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z17sm19510312qem.4 - gsmtp\r\n</p>\n', '2013-02-15 23:10:19'), (48, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hn9sm20234411qab.8 - gsmtp\r\n</p>\n', '2013-02-15 23:10:19'), (49, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hn9sm20234359qab.8 - gsmtp\r\n</p>\n', '2013-02-15 23:10:20'), (50, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm72367697yhe.9 - gsmtp\r\n</p>\n', '2013-02-15 23:10:21'), (51, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 ei2sm20239378qab.3 - gsmtp\r\n</p>\n', '2013-02-15 23:10:22'), (52, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 b62sm93337200yhf.13 - gsmtp\r\n</p>\n', '2013-02-15 23:10:23'), (53, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 c10sm22756730ang.8 - gsmtp\r\n</p>\n', '2013-02-15 23:10:23'), (54, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 bb8sm19524551qeb.5 - gsmtp\r\n</p>\n', '2013-02-15 23:10:24'), (55, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm93309990yhj.6 - gsmtp\r\n</p>\n', '2013-02-15 23:10:25'), (56, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k24sm93309831yhd.5 - gsmtp\r\n</p>\n', '2013-02-15 23:10:26'), (57, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f3sm44365586ani.3 - gsmtp\r\n</p>\n', '2013-02-15 23:10:27'), (58, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f5sm20236253qac.5 - gsmtp\r\n</p>\n', '2013-02-15 23:10:27'), (59, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f16sm50147468ann.9 - gsmtp\r\n</p>\n', '2013-02-15 23:10:28'), (60, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr3sm20237505qab.4 - gsmtp\r\n</p>\n', '2013-02-15 23:10:29'), (61, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t2sm20243470qav.1 - gsmtp\r\n</p>\n', '2013-02-15 23:10:30'), (62, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm72368765yhe.9 - gsmtp\r\n</p>\n', '2013-02-15 23:10:31'), (63, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f5sm20236375qac.5 - gsmtp\r\n</p>\n', '2013-02-15 23:10:31'), (64, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr3sm20237694qab.4 - gsmtp\r\n</p>\n', '2013-02-15 23:10:32'), (65, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm93311058yhj.6 - gsmtp\r\n</p>\n', '2013-02-15 23:10:33'), (66, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm93311158yhj.6 - gsmtp\r\n</p>\n', '2013-02-15 23:10:34'), (67, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr1sm19506083qeb.3 - gsmtp\r\n</p>\n', '2013-02-15 23:10:34'), (68, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 y9sm93316071yhg.1 - gsmtp\r\n</p>\n', '2013-02-15 23:10:35'), (69, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dt10sm20243669qab.0 - gsmtp\r\n</p>\n', '2013-02-15 23:10:36'), (70, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 df6sm20235566qab.6 - gsmtp\r\n</p>\n', '2013-02-15 23:10:37'), (71, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dw10sm3263243qab.11 - gsmtp\r\n</p>\n', '2013-02-15 23:10:38'), (72, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f3sm44366316ani.3 - gsmtp\r\n</p>\n', '2013-02-15 23:10:38'), (73, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr1sm19505980qeb.3 - gsmtp\r\n</p>\n', '2013-02-15 23:10:39'), (74, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w7sm66866932yhj.0 - gsmtp\r\n</p>\n', '2013-02-15 23:10:40'), (75, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm93310025yhm.10 - gsmtp\r\n</p>\n', '2013-02-15 23:10:41'), (76, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 gw9sm20232547qab.10 - gsmtp\r\n</p>\n', '2013-02-15 23:10:42'), (77, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 8sm19538509qed.6 - gsmtp\r\n</p>\n', '2013-02-15 23:10:42'), (78, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm93309898yhh.7 - gsmtp\r\n</p>\n', '2013-02-15 23:10:43'), (79, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f5sm20236917qac.5 - gsmtp\r\n</p>\n', '2013-02-15 23:10:44'), (80, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z5sm19593306qer.8 - gsmtp\r\n</p>\n', '2013-02-15 23:10:45'), (81, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x4sm19557998qeu.7 - gsmtp\r\n</p>\n', '2013-02-15 23:10:46'), (82, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dg4sm20236195qab.7 - gsmtp\r\n</p>\n', '2013-02-15 23:10:47'), (83, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 c10sm22758260ang.8 - gsmtp\r\n</p>\n', '2013-02-15 23:10:47'), (84, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 no8sm7323181qeb.0 - gsmtp\r\n</p>\n', '2013-02-15 23:10:48'), (85, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d17sm50128388ann.11 - gsmtp\r\n</p>\n', '2013-02-15 23:10:49'), (86, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm93315189yhn.3 - gsmtp\r\n</p>\n', '2013-02-15 23:10:50'), (87, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t8sm47213317anj.2 - gsmtp\r\n</p>\n', '2013-02-15 23:10:51'), (88, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr3sm20238659qab.4 - gsmtp\r\n</p>\n', '2013-02-15 23:10:51'), (89, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f5sm20252800qac.5 - gsmtp\r\n</p>\n', '2013-02-15 23:16:50'), (90, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm65369811yhg.4 - gsmtp\r\n</p>\n', '2013-02-15 23:16:51'), (91, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t2sm20260129qav.1 - gsmtp\r\n</p>\n', '2013-02-15 23:16:52'), (92, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm93352862yhj.6 - gsmtp\r\n</p>\n', '2013-02-15 23:16:53'), (93, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm20254604qao.12 - gsmtp\r\n</p>\n', '2013-02-15 23:16:54'), (94, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 bb8sm19541402qeb.5 - gsmtp\r\n</p>\n', '2013-02-15 23:16:55'), (95, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k24sm93353803yhd.5 - gsmtp\r\n</p>\n', '2013-02-15 23:16:56'), (96, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d6sm31842624ani.13 - gsmtp\r\n</p>\n', '2013-02-15 23:16:57'), (97, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm93356438yhn.3 - gsmtp\r\n</p>\n', '2013-02-15 23:16:57'), (98, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 y9sm93359815yhg.1 - gsmtp\r\n</p>\n', '2013-02-15 23:16:58'), (99, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f5sm20253334qac.5 - gsmtp\r\n</p>\n', '2013-02-15 23:16:59'), (100, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f3sm44391016ani.3 - gsmtp\r\n</p>\n', '2013-02-15 23:17:00'), (101, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dw10sm3279719qab.11 - gsmtp\r\n</p>\n', '2013-02-15 23:17:00'), (102, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t2sm20260534qav.1 - gsmtp\r\n</p>\n', '2013-02-15 23:17:01'), (103, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 r4sm20254049qaa.2 - gsmtp\r\n</p>\n', '2013-02-15 23:17:02'), (104, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm20254978qao.12 - gsmtp\r\n</p>\n', '2013-02-15 23:17:03'), (105, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 gw9sm20249097qab.10 - gsmtp\r\n</p>\n', '2013-02-15 23:17:04'), (106, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 i24sm50178606ann.16 - gsmtp\r\n</p>\n', '2013-02-15 23:17:05'), (107, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 i24sm50178547ann.16 - gsmtp\r\n</p>\n', '2013-02-15 23:17:06'), (108, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 ei2sm20257011qab.3 - gsmtp\r\n</p>\n', '2013-02-15 23:17:06'), (109, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t2sm20260672qav.1 - gsmtp\r\n</p>\n', '2013-02-15 23:17:07'), (110, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 r4sm20254342qaa.2 - gsmtp\r\n</p>\n', '2013-02-15 23:17:08'), (111, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm20255265qao.12 - gsmtp\r\n</p>\n', '2013-02-15 23:17:09'), (112, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm19515278qen.1 - gsmtp\r\n</p>\n', '2013-02-15 23:17:10'), (113, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm19515279qen.1 - gsmtp\r\n</p>\n', '2013-02-15 23:17:11'), (114, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm93355056yhm.10 - gsmtp\r\n</p>\n', '2013-02-15 23:17:12'), (115, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm19515266qen.1 - gsmtp\r\n</p>\n', '2013-02-15 23:17:13'), (116, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s6sm558058qaz.13 - gsmtp\r\n</p>\n', '2013-02-15 23:17:14'), (117, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr1sm19523409qeb.3 - gsmtp\r\n</p>\n', '2013-02-15 23:17:15'), (118, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 ei2sm20257409qab.3 - gsmtp\r\n</p>\n', '2013-02-15 23:17:15'), (119, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t2sm20260944qav.1 - gsmtp\r\n</p>\n', '2013-02-15 23:17:16'), (120, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm65373497yhg.4 - gsmtp\r\n</p>\n', '2013-02-15 23:17:17'), (121, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j26sm50173620ani.6 - gsmtp\r\n</p>\n', '2013-02-15 23:17:18'), (122, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z17sm19528629qem.4 - gsmtp\r\n</p>\n', '2013-02-15 23:17:18'), (123, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dg4sm20253113qab.7 - gsmtp\r\n</p>\n', '2013-02-15 23:17:19'), (124, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 gr8sm4105765qab.9 - gsmtp\r\n</p>\n', '2013-02-15 23:17:20'), (125, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 gw9sm20249634qab.10 - gsmtp\r\n</p>\n', '2013-02-15 23:17:21'), (126, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t8sm47239043anj.2 - gsmtp\r\n</p>\n', '2013-02-15 23:17:22'), (127, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr3sm20255388qab.4 - gsmtp\r\n</p>\n', '2013-02-15 23:17:23'), (128, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 b62sm93384789yhf.13 - gsmtp\r\n</p>\n', '2013-02-15 23:17:24'), (129, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 gw9sm20249982qab.10 - gsmtp\r\n</p>\n', '2013-02-15 23:17:25'), (130, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dt10sm20261323qab.0 - gsmtp\r\n</p>\n', '2013-02-15 23:17:26'), (131, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 df6sm20253373qab.6 - gsmtp\r\n</p>\n', '2013-02-15 23:17:27'), (132, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x8sm83303216yhn.12 - gsmtp\r\n</p>\n', '2013-02-15 23:17:28'), (133, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k24sm93357453yhd.5 - gsmtp\r\n</p>\n', '2013-02-15 23:17:28'), (134, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 r4sm20255261qaa.2 - gsmtp\r\n</p>\n', '2013-02-15 23:17:29'), (135, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 i24sm50180272ann.16 - gsmtp\r\n</p>\n', '2013-02-15 23:17:30'), (136, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm65374704yhg.4 - gsmtp\r\n</p>\n', '2013-02-15 23:17:31'), (137, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm93358125yhj.6 - gsmtp\r\n</p>\n', '2013-02-15 23:17:31'), (138, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k24sm93357998yhd.5 - gsmtp\r\n</p>\n', '2013-02-15 23:17:32'), (139, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hn9sm20253308qab.8 - gsmtp\r\n</p>\n', '2013-02-15 23:17:33'), (140, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm20256136qao.12 - gsmtp\r\n</p>\n', '2013-02-15 23:17:34'), (141, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm93361098yhn.3 - gsmtp\r\n</p>\n', '2013-02-15 23:17:35'), (142, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dw10sm3281120qab.11 - gsmtp\r\n</p>\n', '2013-02-15 23:17:35'), (143, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d19sm50167646anm.18 - gsmtp\r\n</p>\n', '2013-02-15 23:17:36'), (144, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm93356917yhh.7 - gsmtp\r\n</p>\n', '2013-02-15 23:17:37'), (145, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x4sm19575970qeu.7 - gsmtp\r\n</p>\n', '2013-02-15 23:17:38'), (146, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm93357393yhh.7 - gsmtp\r\n</p>\n', '2013-02-15 23:17:39'), (147, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z5sm19611156qer.8 - gsmtp\r\n</p>\n', '2013-02-15 23:17:39'), (148, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm93359168yhj.6 - gsmtp\r\n</p>\n', '2013-02-15 23:17:40'), (149, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dw10sm3281656qab.11 - gsmtp\r\n</p>\n', '2013-02-15 23:17:41'), (150, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dt10sm20261902qab.0 - gsmtp\r\n</p>\n', '2013-02-15 23:17:42'), (151, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dw10sm3281281qab.11 - gsmtp\r\n</p>\n', '2013-02-15 23:17:43'), (152, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t2sm20262087qav.1 - gsmtp\r\n</p>\n', '2013-02-15 23:17:44'), (153, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 gr8sm4106641qab.9 - gsmtp\r\n</p>\n', '2013-02-15 23:17:45'), (154, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x8sm83305486yhn.12 - gsmtp\r\n</p>\n', '2013-02-15 23:17:46'), (155, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hn9sm20253839qab.8 - gsmtp\r\n</p>\n', '2013-02-15 23:17:47'), (156, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr1sm19524707qeb.3 - gsmtp\r\n</p>\n', '2013-02-15 23:17:47'), (157, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr1sm19524874qeb.3 - gsmtp\r\n</p>\n', '2013-02-15 23:17:48'), (158, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 y9sm93365370yhg.1 - gsmtp\r\n</p>\n', '2013-02-15 23:17:49'), (159, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u8sm19520566qeu.2 - gsmtp\r\n</p>\n', '2013-02-15 23:17:50'), (160, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x4sm19576357qeu.7 - gsmtp\r\n</p>\n', '2013-02-15 23:17:50'), (161, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm20256842qao.12 - gsmtp\r\n</p>\n', '2013-02-15 23:17:51'), (162, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z17sm19529779qem.4 - gsmtp\r\n</p>\n', '2013-02-15 23:17:52'), (163, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 p7sm13557906anl.20 - gsmtp\r\n</p>\n', '2013-02-15 23:17:53'), (164, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dw10sm3282073qab.11 - gsmtp\r\n</p>\n', '2013-02-15 23:17:54'), (165, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dw10sm3282000qab.11 - gsmtp\r\n</p>\n', '2013-02-15 23:17:55'), (166, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d19sm50169337anm.18 - gsmtp\r\n</p>\n', '2013-02-15 23:17:55'), (167, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm19516967qen.1 - gsmtp\r\n</p>\n', '2013-02-15 23:17:56'), (168, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f29sm50182524anj.17 - gsmtp\r\n</p>\n', '2013-02-15 23:17:57'), (169, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d19sm50169182anm.18 - gsmtp\r\n</p>\n', '2013-02-15 23:17:58'), (170, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 h38sm50174681ani.7 - gsmtp\r\n</p>\n', '2013-02-15 23:17:59'), (171, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 ei2sm20258968qab.3 - gsmtp\r\n</p>\n', '2013-02-15 23:17:59'), (172, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm93363831yhn.3 - gsmtp\r\n</p>\n', '2013-02-15 23:18:00'), (173, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d19sm50169502anm.18 - gsmtp\r\n</p>\n', '2013-02-15 23:18:01'), (174, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 gw9sm20251502qab.10 - gsmtp\r\n</p>\n', '2013-02-15 23:18:02'); INSERT INTO `logs` (`idlog`, `txttipo`, `txtlog`, `dtcadastro`) VALUES (175, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm93360708yhm.10 - gsmtp\r\n</p>\n', '2013-02-15 23:18:03'), (176, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t8sm47241759anj.2 - gsmtp\r\n</p>\n', '2013-02-15 23:18:03'), (177, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 ei2sm20434654qab.3 - gsmtp\r\n</p>\n', '2013-02-16 07:40:02'), (178, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 e21sm50464034ani.0 - gsmtp\r\n</p>\n', '2013-02-16 07:40:03'), (179, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm75956557yhe.9 - gsmtp\r\n</p>\n', '2013-02-16 16:21:00'), (180, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm96900065yhn.3 - gsmtp\r\n</p>\n', '2013-02-16 16:21:01'), (181, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm78199748yhe.9 - gsmtp\r\n</p>\n', '2013-02-16 22:13:16'), (182, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w7sm72693739yhj.0 - gsmtp\r\n</p>\n', '2013-02-16 22:13:17'), (183, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j13sm53429734ani.19 - gsmtp\r\n</p>\n', '2013-02-16 22:16:14'), (184, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k24sm99159709yhd.5 - gsmtp\r\n</p>\n', '2013-02-16 22:16:15'), (185, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm21333676qao.12 - gsmtp\r\n</p>\n', '2013-02-16 22:22:08'), (186, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 r68sm2221068yhd.1 - gsmtp\r\n</p>\n', '2013-02-16 22:22:09'), (187, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm21089027qen.1 - gsmtp\r\n</p>\n', '2013-02-16 18:33:12'), (188, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t2sm21837500qav.1 - gsmtp\r\n</p>\n', '2013-02-16 18:33:13'), (189, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm102472633yhm.10 - gsmtp\r\n</p>\n', '2013-02-16 23:08:55'), (190, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k24sm102470322yhd.5 - gsmtp\r\n</p>\n', '2013-02-16 23:08:55'), (191, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 q5sm1806537qaz.2 - gsmtp\r\n</p>\n', '2013-02-16 23:18:16'), (192, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f3sm49546928ani.3 - gsmtp\r\n</p>\n', '2013-02-16 23:18:17'), (193, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 b62sm102794593yhf.13 - gsmtp\r\n</p>\n', '2013-02-17 05:56:31'), (194, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u2sm10833599yhl.8 - gsmtp\r\n</p>\n', '2013-02-17 05:56:32'), (195, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u2sm1806462anm.12 - gsmtp\r\n</p>\n', '2013-02-17 05:58:11'), (196, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm22530007qao.12 - gsmtp\r\n</p>\n', '2013-02-17 05:58:12'), (197, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j26sm55467443ani.6 - gsmtp\r\n</p>\n', '2013-02-17 05:59:43'), (198, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dw10sm5557093qab.11 - gsmtp\r\n</p>\n', '2013-02-17 05:59:44'), (199, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 gr8sm6404473qab.9 - gsmtp\r\n</p>\n', '2013-02-17 06:12:36'), (200, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 n10sm18964870anh.22 - gsmtp\r\n</p>\n', '2013-02-17 06:12:37'), (201, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm74915898yhg.4 - gsmtp\r\n</p>\n', '2013-02-17 06:16:36'), (202, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k24sm102900762yhd.5 - gsmtp\r\n</p>\n', '2013-02-17 06:16:37'), (203, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d6sm37301879ani.13 - gsmtp\r\n</p>\n', '2013-02-17 06:40:55'), (204, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u19sm55619352anj.5 - gsmtp\r\n</p>\n', '2013-02-17 06:40:56'), (205, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 y14sm47598959anm.14 - gsmtp\r\n</p>\n', '2013-02-17 15:50:08'), (206, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u2sm14306861yhl.8 - gsmtp\r\n</p>\n', '2013-02-17 15:50:09'), (207, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d4sm57601839anh.21 - gsmtp\r\n</p>\n', '2013-02-17 17:07:01'), (208, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 i24sm57621950ann.16 - gsmtp\r\n</p>\n', '2013-02-17 17:07:01'), (209, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm106653687yhj.6 - gsmtp\r\n</p>\n', '2013-02-17 17:08:34'), (210, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d19sm57614014anm.18 - gsmtp\r\n</p>\n', '2013-02-17 17:08:34'), (211, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u2sm14728292yhl.8 - gsmtp\r\n</p>\n', '2013-02-17 17:08:42'), (212, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j13sm57628429ani.19 - gsmtp\r\n</p>\n', '2013-02-17 17:08:43'), (213, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 c10sm30230775ang.8 - gsmtp\r\n</p>\n', '2013-02-17 17:08:44'), (214, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 m59sm15280996yhi.2 - gsmtp\r\n</p>\n', '2013-02-17 17:08:44'), (215, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z20sm6976563anj.11 - gsmtp\r\n</p>\n', '2013-02-17 17:08:45'), (216, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 r68sm9673999yhd.1 - gsmtp\r\n</p>\n', '2013-02-17 17:08:46'), (217, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm106657716yhm.10 - gsmtp\r\n</p>\n', '2013-02-17 17:08:47'), (218, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f16sm57621773ann.9 - gsmtp\r\n</p>\n', '2013-02-17 17:08:48'), (219, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 b62sm106692206yhf.13 - gsmtp\r\n</p>\n', '2013-02-17 17:08:54'), (220, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j26sm57621799ani.6 - gsmtp\r\n</p>\n', '2013-02-17 17:08:55'), (221, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j26sm57622163ani.6 - gsmtp\r\n</p>\n', '2013-02-17 17:08:55'), (222, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 e21sm57618766ani.0 - gsmtp\r\n</p>\n', '2013-02-17 17:08:56'), (223, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k24sm106655313yhd.5 - gsmtp\r\n</p>\n', '2013-02-17 17:08:57'), (224, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm85717645yhe.9 - gsmtp\r\n</p>\n', '2013-02-17 17:08:58'), (225, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d4sm57608643anh.21 - gsmtp\r\n</p>\n', '2013-02-17 17:08:58'), (226, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 c10sm30231901ang.8 - gsmtp\r\n</p>\n', '2013-02-17 17:08:59'), (227, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 v43sm106644385yhm.11 - gsmtp\r\n</p>\n', '2013-02-17 17:09:00'), (228, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t8sm54685986anj.2 - gsmtp\r\n</p>\n', '2013-02-17 17:09:01'), (229, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 p17sm16350284anh.15 - gsmtp\r\n</p>\n', '2013-02-17 17:09:01'), (230, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 e21sm57618960ani.0 - gsmtp\r\n</p>\n', '2013-02-17 17:09:02'), (231, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x8sm96608993yhn.12 - gsmtp\r\n</p>\n', '2013-02-17 17:09:03'), (232, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm85717916yhe.9 - gsmtp\r\n</p>\n', '2013-02-17 17:09:04'), (233, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d6sm39292933ani.13 - gsmtp\r\n</p>\n', '2013-02-17 17:09:05'), (234, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm106655773yhn.3 - gsmtp\r\n</p>\n', '2013-02-17 17:09:05'), (235, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z20sm6977806anj.11 - gsmtp\r\n</p>\n', '2013-02-17 17:09:06'), (236, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm106659845yhm.10 - gsmtp\r\n</p>\n', '2013-02-17 17:09:07'), (237, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 m59sm15283522yhi.2 - gsmtp\r\n</p>\n', '2013-02-17 17:09:08'), (238, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 v43sm106645796yhm.11 - gsmtp\r\n</p>\n', '2013-02-17 17:09:08'), (239, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm106663684yhj.6 - gsmtp\r\n</p>\n', '2013-02-17 17:10:13'), (240, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k24sm106662738yhd.5 - gsmtp\r\n</p>\n', '2013-02-17 17:10:13'), (241, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 e21sm57622952ani.0 - gsmtp\r\n</p>\n', '2013-02-17 17:10:14'), (242, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 h38sm57624658ani.7 - gsmtp\r\n</p>\n', '2013-02-17 17:10:15'), (243, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 b62sm106700644yhf.13 - gsmtp\r\n</p>\n', '2013-02-17 17:10:16'), (244, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm106663740yhh.7 - gsmtp\r\n</p>\n', '2013-02-17 17:10:17'), (245, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm78677953yhg.4 - gsmtp\r\n</p>\n', '2013-02-17 17:10:17'), (246, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d6sm39297117ani.13 - gsmtp\r\n</p>\n', '2013-02-17 17:10:18'), (247, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm78678316yhg.4 - gsmtp\r\n</p>\n', '2013-02-17 17:10:19'), (248, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 p17sm16354567anh.15 - gsmtp\r\n</p>\n', '2013-02-17 17:10:20'), (249, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm11019152ank.4 - gsmtp\r\n</p>\n', '2013-02-17 17:10:20'), (250, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d6sm39297031ani.13 - gsmtp\r\n</p>\n', '2013-02-17 17:10:22'), (251, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm78678528yhg.4 - gsmtp\r\n</p>\n', '2013-02-17 17:10:22'), (252, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 i24sm57633552ann.16 - gsmtp\r\n</p>\n', '2013-02-17 17:10:23'), (253, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm106663693yhn.3 - gsmtp\r\n</p>\n', '2013-02-17 17:10:24'), (254, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k24sm106663603yhd.5 - gsmtp\r\n</p>\n', '2013-02-17 17:10:25'), (255, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 e21sm57623713ani.0 - gsmtp\r\n</p>\n', '2013-02-17 17:10:25'), (256, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x5sm7199938anj.10 - gsmtp\r\n</p>\n', '2013-02-17 17:10:26'), (257, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm85726344yhe.9 - gsmtp\r\n</p>\n', '2013-02-17 17:10:27'), (258, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k24sm106664214yhd.5 - gsmtp\r\n</p>\n', '2013-02-17 17:10:28'), (259, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k24sm106664264yhd.5 - gsmtp\r\n</p>\n', '2013-02-17 17:10:28'), (260, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 r68sm9684571yhd.1 - gsmtp\r\n</p>\n', '2013-02-17 17:10:29'), (261, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f16sm57700988ann.9 - gsmtp\r\n</p>\n', '2013-02-17 17:32:24'), (262, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f16sm57700810ann.9 - gsmtp\r\n</p>\n', '2013-02-17 17:32:25'), (263, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u2sm14969981yhl.8 - gsmtp\r\n</p>\n', '2013-02-17 17:48:33'), (264, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm78910277yhg.4 - gsmtp\r\n</p>\n', '2013-02-17 17:48:34'), (265, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u2sm15015241yhl.8 - gsmtp\r\n</p>\n', '2013-02-17 17:55:36'), (266, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f3sm52000114ani.3 - gsmtp\r\n</p>\n', '2013-02-17 17:55:37'), (267, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm107623569yhn.3 - gsmtp\r\n</p>\n', '2013-02-17 19:36:02'), (268, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm11558805ank.4 - gsmtp\r\n</p>\n', '2013-02-17 19:36:03'), (269, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm107824553yhn.3 - gsmtp\r\n</p>\n', '2013-02-17 20:05:20'), (270, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 h38sm58277817ani.7 - gsmtp\r\n</p>\n', '2013-02-17 20:05:20'), (271, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s6sm3436592qaz.13 - gsmtp\r\n</p>\n', '2013-02-17 20:08:35'), (272, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 m59sm16473977yhi.2 - gsmtp\r\n</p>\n', '2013-02-17 20:08:36'), (273, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr3sm23229725qab.4 - gsmtp\r\n</p>\n', '2013-02-17 21:08:34'), (274, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm22482964qen.1 - gsmtp\r\n</p>\n', '2013-02-17 21:08:35'), (275, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s74sm1020611yhh.5 - gsmtp\r\n</p>\n', '2013-02-17 21:08:43'), (276, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 c10sm31134775ang.8 - gsmtp\r\n</p>\n', '2013-02-17 21:08:44'), (277, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 ei2sm23232734qab.3 - gsmtp\r\n</p>\n', '2013-02-17 21:08:45'), (278, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 q5sm2570600qaz.2 - gsmtp\r\n</p>\n', '2013-02-17 21:08:45'), (279, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s6sm3541764qaz.13 - gsmtp\r\n</p>\n', '2013-02-17 21:08:46'), (280, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d6sm40195467ani.13 - gsmtp\r\n</p>\n', '2013-02-17 21:08:47'), (281, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 b62sm108299780yhf.13 - gsmtp\r\n</p>\n', '2013-02-17 21:08:48'), (282, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 r68sm11279105yhd.1 - gsmtp\r\n</p>\n', '2013-02-17 21:08:49'), (283, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 y14sm48737041anm.14 - gsmtp\r\n</p>\n', '2013-02-17 21:08:49'), (284, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 q5sm2570632qaz.2 - gsmtp\r\n</p>\n', '2013-02-17 21:08:50'), (285, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 ec9sm385575qab.9 - gsmtp\r\n</p>\n', '2013-02-17 21:08:51'), (286, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm23237127qao.12 - gsmtp\r\n</p>\n', '2013-02-17 21:08:52'), (287, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z20sm7880699anj.11 - gsmtp\r\n</p>\n', '2013-02-17 21:08:52'), (288, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j26sm58525879ani.6 - gsmtp\r\n</p>\n', '2013-02-17 21:08:53'), (289, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 8sm22531446qed.6 - gsmtp\r\n</p>\n', '2013-02-17 21:08:54'), (290, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dg4sm23230687qab.7 - gsmtp\r\n</p>\n', '2013-02-17 21:08:55'), (291, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr1sm22493226qeb.3 - gsmtp\r\n</p>\n', '2013-02-17 21:08:55'), (292, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x4sm22554123qeu.7 - gsmtp\r\n</p>\n', '2013-02-17 21:08:56'), (293, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 i24sm58532533ann.16 - gsmtp\r\n</p>\n', '2013-02-17 21:08:57'), (294, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z17sm22498784qem.4 - gsmtp\r\n</p>\n', '2013-02-17 21:08:58'), (295, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s6sm3542314qaz.13 - gsmtp\r\n</p>\n', '2013-02-17 21:08:58'), (296, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t2sm23236015qav.1 - gsmtp\r\n</p>\n', '2013-02-17 21:08:59'), (297, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dw10sm6261304qab.11 - gsmtp\r\n</p>\n', '2013-02-17 21:09:00'), (298, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t8sm55589585anj.2 - gsmtp\r\n</p>\n', '2013-02-17 21:09:01'), (299, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t8sm55589494anj.2 - gsmtp\r\n</p>\n', '2013-02-17 21:09:01'), (300, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x4sm22554189qeu.7 - gsmtp\r\n</p>\n', '2013-02-17 21:09:02'), (301, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 h38sm58524671ani.7 - gsmtp\r\n</p>\n', '2013-02-17 21:09:03'), (302, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 q5sm2571093qaz.2 - gsmtp\r\n</p>\n', '2013-02-17 21:09:04'), (303, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t2sm23236170qav.1 - gsmtp\r\n</p>\n', '2013-02-17 21:09:05'), (304, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f16sm58527188ann.9 - gsmtp\r\n</p>\n', '2013-02-17 21:09:06'), (305, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm23252527qao.12 - gsmtp\r\n</p>\n', '2013-02-17 21:16:52'), (306, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 n10sm22003649anh.22 - gsmtp\r\n</p>\n', '2013-02-17 21:16:53'), (307, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s74sm2120865yhh.5 - gsmtp\r\n</p>\n', '2013-02-17 23:47:22'), (308, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 gw9sm23553354qab.10 - gsmtp\r\n</p>\n', '2013-02-17 23:47:22'), (309, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm12537541ank.4 - gsmtp\r\n</p>\n', '2013-02-17 23:47:32'), (310, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u8sm22812964qeu.2 - gsmtp\r\n</p>\n', '2013-02-17 23:47:32'), (311, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 gw9sm24362463qab.10 - gsmtp\r\n</p>\n', '2013-02-18 05:27:45'), (312, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 ei2sm24366537qab.3 - gsmtp\r\n</p>\n', '2013-02-18 05:27:46'), (313, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 n4sm28015895ank.1 - gsmtp\r\n</p>\n', '2013-02-18 05:34:49'), (314, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm111758197yhm.10 - gsmtp\r\n</p>\n', '2013-02-18 05:34:50'), (315, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm113676558yhh.7 - gsmtp\r\n</p>\n', '2013-02-18 10:26:37'), (316, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w7sm87223871yhj.0 - gsmtp\r\n</p>\n', '2013-02-18 10:26:37'), (317, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm113686174yhh.7 - gsmtp\r\n</p>\n', '2013-02-18 10:28:21'), (318, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm113692581yhm.10 - gsmtp\r\n</p>\n', '2013-02-18 10:28:22'), (319, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm114058406yhh.7 - gsmtp\r\n</p>\n', '2013-02-18 11:38:18'), (320, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w7sm87606491yhj.0 - gsmtp\r\n</p>\n', '2013-02-18 11:38:19'), (321, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s6sm6278440qaz.13 - gsmtp\r\n</p>\n', '2013-02-18 23:16:29'), (322, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm117956950yhm.10 - gsmtp\r\n</p>\n', '2013-02-18 23:16:30'), (323, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm25217165qen.1 - gsmtp\r\n</p>\n', '2013-02-18 23:16:31'), (324, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s6sm6278043qaz.13 - gsmtp\r\n</p>\n', '2013-02-18 23:16:32'), (325, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u2sm10299111anm.12 - gsmtp\r\n</p>\n', '2013-02-18 23:16:35'), (326, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm89958937yhg.4 - gsmtp\r\n</p>\n', '2013-02-18 23:16:37'), (327, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f5sm28124525qac.5 - gsmtp\r\n</p>\n', '2013-02-19 21:04:24'), (328, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k45sm8339695yhd.2 - gsmtp\r\n</p>\n', '2013-02-19 21:04:25'), (329, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 gw9sm28131730qab.10 - gsmtp\r\n</p>\n', '2013-02-19 21:06:35'), (330, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f3sm62462336ani.3 - gsmtp\r\n</p>\n', '2013-02-19 21:06:36'), (331, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t2sm28150006qav.1 - gsmtp\r\n</p>\n', '2013-02-19 21:11:28'), (332, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 no8sm15215879qeb.0 - gsmtp\r\n</p>\n', '2013-02-19 21:11:29'), (333, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dg4sm28158650qab.7 - gsmtp\r\n</p>\n', '2013-02-19 21:15:34'), (334, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 e21sm68268200ani.0 - gsmtp\r\n</p>\n', '2013-02-19 21:15:35'), (335, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t5sm4025545anl.22 - gsmtp\r\n</p>\n', '2013-02-19 21:24:48'), (336, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm125722369yhh.7 - gsmtp\r\n</p>\n', '2013-02-19 21:24:49'), (337, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z5sm27623006qer.8 - gsmtp\r\n</p>\n', '2013-02-19 21:40:36'), (338, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm125810739yhj.6 - gsmtp\r\n</p>\n', '2013-02-19 21:40:37'), (339, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 v43sm127437537yhm.11 - gsmtp\r\n</p>\n', '2013-02-20 02:20:32'), (340, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm106505202yhe.9 - gsmtp\r\n</p>\n', '2013-02-20 02:20:32'), (341, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f29sm69249942anj.17 - gsmtp\r\n</p>\n', '2013-02-20 02:21:11'), (342, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u2sm35518412yhl.8 - gsmtp\r\n</p>\n', '2013-02-20 02:21:12'), (343, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 p7sm33396817anl.20 - gsmtp\r\n</p>\n', '2013-02-20 06:00:37'), (344, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u2sm36897963yhl.8 - gsmtp\r\n</p>\n', '2013-02-20 06:00:38'), (345, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t8sm67079641anj.2 - gsmtp\r\n</p>\n', '2013-02-20 06:02:33'), (346, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hn9sm29557224qab.8 - gsmtp\r\n</p>\n', '2013-02-20 06:02:34'), (347, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm111026118yhe.9 - gsmtp\r\n</p>\n', '2013-02-20 15:17:48'), (348, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z20sm21112726anj.11 - gsmtp\r\n</p>\n', '2013-02-20 15:17:49'); INSERT INTO `logs` (`idlog`, `txttipo`, `txtlog`, `dtcadastro`) VALUES (349, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 p7sm40102018anl.20 - gsmtp\r\n</p>\n', '2013-02-21 16:18:51'), (350, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s74sm33633197yhh.5 - gsmtp\r\n</p>\n', '2013-02-21 16:18:52'), (351, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z17sm32204386qem.4 - gsmtp\r\n</p>\n', '2013-02-21 16:20:16'), (352, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 g6sm5786664qav.6 - gsmtp\r\n</p>\n', '2013-02-21 16:20:17'), (353, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 v43sm140903045yhm.11 - gsmtp\r\n</p>\n', '2013-02-21 16:21:18'), (354, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm140876491yhn.3 - gsmtp\r\n</p>\n', '2013-02-21 16:21:19'), (355, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 8sm32272859qed.6 - gsmtp\r\n</p>\n', '2013-02-21 16:27:57'), (356, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t5sm12472406anl.22 - gsmtp\r\n</p>\n', '2013-02-21 16:27:58'), (357, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d6sm58421882ani.13 - gsmtp\r\n</p>\n', '2013-02-21 16:29:05'), (358, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 t2sm32936045qav.1 - gsmtp\r\n</p>\n', '2013-02-21 16:29:06'), (359, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 fr4sm5715589qab.3 - gsmtp\r\n</p>\n', '2013-02-21 16:29:06'), (360, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 no8sm20001650qeb.0 - gsmtp\r\n</p>\n', '2013-02-21 16:29:07'), (361, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x9sm32194559qen.1 - gsmtp\r\n</p>\n', '2013-02-21 16:29:08'), (362, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr3sm32931857qab.4 - gsmtp\r\n</p>\n', '2013-02-21 16:29:09'), (363, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 v11sm1134310anq.2 - gsmtp\r\n</p>\n', '2013-02-21 16:29:10'), (364, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x8sm130926086yhn.12 - gsmtp\r\n</p>\n', '2013-02-21 16:29:11'), (365, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 fr4sm5715879qab.3 - gsmtp\r\n</p>\n', '2013-02-21 16:29:12'), (366, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm140927604yhn.3 - gsmtp\r\n</p>\n', '2013-02-21 16:29:13'), (367, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x4sm32308570qeu.7 - gsmtp\r\n</p>\n', '2013-02-21 16:29:14'), (368, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z20sm26106777anj.11 - gsmtp\r\n</p>\n', '2013-02-21 16:29:15'), (369, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j13sm76768981ani.19 - gsmtp\r\n</p>\n', '2013-02-21 16:29:15'), (370, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 g6sm5800854qav.6 - gsmtp\r\n</p>\n', '2013-02-21 16:29:16'), (371, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u8sm32201989qeu.2 - gsmtp\r\n</p>\n', '2013-02-21 16:29:17'), (372, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 8sm32275285qed.6 - gsmtp\r\n</p>\n', '2013-02-21 16:29:18'), (373, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm122221332yhe.9 - gsmtp\r\n</p>\n', '2013-02-21 22:39:01'), (374, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z9sm4163893qae.5 - gsmtp\r\n</p>\n', '2013-02-21 22:39:02'), (375, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 fr4sm576037qab.3 - gsmtp\r\n</p>\n', '2013-02-22 02:08:31'), (376, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 dt10sm586612qab.0 - gsmtp\r\n</p>\n', '2013-02-22 02:08:32'), (377, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 z9sm577336qae.5 - gsmtp\r\n</p>\n', '2013-02-22 02:10:59'), (378, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 8sm69522qed.6 - gsmtp\r\n</p>\n', '2013-02-22 02:11:00'), (379, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f3sm109928ani.3 - gsmtp\r\n</p>\n', '2013-02-22 02:14:40'), (380, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d6sm91027ani.13 - gsmtp\r\n</p>\n', '2013-02-22 02:14:41'), (381, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o8sm146553ani.4 - gsmtp\r\n</p>\n', '2013-02-22 02:25:39'), (382, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u8sm125418qeu.2 - gsmtp\r\n</p>\n', '2013-02-22 02:25:40'), (383, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d4sm4046611anh.21 - gsmtp\r\n</p>\n', '2013-02-22 22:06:11'), (384, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 i24sm4057999ann.16 - gsmtp\r\n</p>\n', '2013-02-22 22:06:12'), (385, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x4sm2752456qeu.7 - gsmtp\r\n</p>\n', '2013-02-22 23:36:10'), (386, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 g6sm3256724qav.6 - gsmtp\r\n</p>\n', '2013-02-22 23:36:11'), (387, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 g6sm3261487qav.6 - gsmtp\r\n</p>\n', '2013-02-22 23:37:42'), (388, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 h38sm4372664ani.7 - gsmtp\r\n</p>\n', '2013-02-22 23:37:43'), (389, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 b62sm7895037yhf.13 - gsmtp\r\n</p>\n', '2013-02-22 23:43:02'), (390, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o4sm4361600anh.15 - gsmtp\r\n</p>\n', '2013-02-22 23:43:02'), (391, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o5sm3261962qao.12 - gsmtp\r\n</p>\n', '2013-02-22 23:43:59'), (392, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 v43sm7908475yhm.11 - gsmtp\r\n</p>\n', '2013-02-22 23:44:00'), (393, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d6sm4387657ani.13 - gsmtp\r\n</p>\n', '2013-02-22 23:45:55'), (394, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s6sm3263840qaz.13 - gsmtp\r\n</p>\n', '2013-02-22 23:45:56'), (395, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x4sm2789252qeu.7 - gsmtp\r\n</p>\n', '2013-02-22 23:48:20'), (396, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 hr1sm2792483qeb.3 - gsmtp\r\n</p>\n', '2013-02-22 23:48:22'), (397, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm7990421yhe.9 - gsmtp\r\n</p>\n', '2013-02-22 23:56:27'), (398, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 b62sm7973637yhf.13 - gsmtp\r\n</p>\n', '2013-02-22 23:56:29'), (399, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u19sm4826885anj.5 - gsmtp\r\n</p>\n', '2013-02-23 01:53:39'), (400, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d19sm4803039anm.18 - gsmtp\r\n</p>\n', '2013-02-23 01:53:40'), (401, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm8709286yhm.10 - gsmtp\r\n</p>\n', '2013-02-23 01:56:13'), (402, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j13sm4809195ani.19 - gsmtp\r\n</p>\n', '2013-02-23 01:56:14'), (403, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u8sm3189473qeu.2 - gsmtp\r\n</p>\n', '2013-02-23 01:57:10'), (404, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o8sm4841962ani.4 - gsmtp\r\n</p>\n', '2013-02-23 01:57:11'), (405, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 v43sm12373424yhm.11 - gsmtp\r\n</p>\n', '2013-02-23 11:06:34'), (406, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm12398717yhj.6 - gsmtp\r\n</p>\n', '2013-02-23 11:06:35'), (407, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f29sm8472816anj.17 - gsmtp\r\n</p>\n', '2013-02-23 13:37:44'), (408, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s74sm15397164yhh.5 - gsmtp\r\n</p>\n', '2013-02-23 13:37:45'), (409, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 i24sm8477909ann.16 - gsmtp\r\n</p>\n', '2013-02-23 13:39:24'), (410, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d6sm8481875ani.13 - gsmtp\r\n</p>\n', '2013-02-23 13:39:24'), (411, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 v43sm16192988yhm.11 - gsmtp\r\n</p>\n', '2013-02-23 16:54:37'), (412, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d19sm8908764anm.18 - gsmtp\r\n</p>\n', '2013-02-23 16:54:38'), (413, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 v43sm17062185yhm.11 - gsmtp\r\n</p>\n', '2013-02-23 20:17:55'), (414, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f20sm9371700ang.10 - gsmtp\r\n</p>\n', '2013-02-23 20:17:56'), (415, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 e21sm9399534ani.0 - gsmtp\r\n</p>\n', '2013-02-23 20:20:24'), (416, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 n2sm17117702yhm.1 - gsmtp\r\n</p>\n', '2013-02-23 20:20:24'), (417, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 v43sm17121490yhm.11 - gsmtp\r\n</p>\n', '2013-02-23 20:32:08'), (418, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j26sm9416613ani.6 - gsmtp\r\n</p>\n', '2013-02-23 20:32:08'), (419, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 n2sm17560804yhm.1 - gsmtp\r\n</p>\n', '2013-02-23 22:07:38'), (420, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 p7sm9599697anl.20 - gsmtp\r\n</p>\n', '2013-02-23 22:07:39'), (421, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s74sm22907769yhh.5 - gsmtp\r\n</p>\n', '2013-02-25 06:00:26'), (422, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 n20sm101117anm.11 - gsmtp\r\n</p>\n', '2013-02-25 06:00:27'), (423, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 b62sm22872524yhf.13 - gsmtp\r\n</p>\n', '2013-02-25 06:00:28'), (424, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm22913097yhn.3 - gsmtp\r\n</p>\n', '2013-02-25 06:00:29'), (425, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f3sm12415865ani.3 - gsmtp\r\n</p>\n', '2013-02-25 06:00:30'), (426, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 e21sm12420848ani.0 - gsmtp\r\n</p>\n', '2013-02-25 06:00:31'), (427, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f20sm12396874ang.10 - gsmtp\r\n</p>\n', '2013-02-25 06:00:32'), (428, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k45sm22915968yhd.2 - gsmtp\r\n</p>\n', '2013-02-25 06:00:32'), (429, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm22898744yhh.7 - gsmtp\r\n</p>\n', '2013-02-25 06:00:33'), (430, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 n4sm12419206ank.1 - gsmtp\r\n</p>\n', '2013-02-25 06:00:34'), (431, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 e21sm12421090ani.0 - gsmtp\r\n</p>\n', '2013-02-25 06:00:35'), (432, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 o15sm7823367ang.7 - gsmtp\r\n</p>\n', '2013-02-25 06:00:36'), (433, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 n20sm101532anm.11 - gsmtp\r\n</p>\n', '2013-02-25 06:00:37'), (434, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f29sm12391266anj.17 - gsmtp\r\n</p>\n', '2013-02-25 06:00:38'), (435, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d19sm12387355anm.18 - gsmtp\r\n</p>\n', '2013-02-25 06:00:39'), (436, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w7sm22928772yhj.0 - gsmtp\r\n</p>\n', '2013-02-25 06:00:39'), (437, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm22902457yhj.6 - gsmtp\r\n</p>\n', '2013-02-25 06:00:40'), (438, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 f29sm12391296anj.17 - gsmtp\r\n</p>\n', '2013-02-25 06:00:42'), (439, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 i24sm12392571ann.16 - gsmtp\r\n</p>\n', '2013-02-25 06:00:42'), (440, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 b62sm22873196yhf.13 - gsmtp\r\n</p>\n', '2013-02-25 06:00:43'), (441, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k45sm22999972yhd.2 - gsmtp\r\n</p>\n', '2013-02-25 06:20:11'), (442, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u19sm12454744anj.5 - gsmtp\r\n</p>\n', '2013-02-25 06:20:12'), (443, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u41sm6943670yhb.20 - gsmtp\r\n</p>\n', '2013-02-28 06:22:44'), (444, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k2sm8896036yhn.26 - gsmtp\r\n</p>\n', '2013-02-28 16:55:33'), (445, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s34sm13020849yhe.9 - gsmtp\r\n</p>\n', '2013-02-28 16:55:34'), (446, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm14704894yhh.7 - gsmtp\r\n</p>\n', '2013-02-28 22:47:19'), (447, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 e22sm10567978yhm.18 - gsmtp\r\n</p>\n', '2013-02-28 22:47:20'), (448, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm15610028yhm.10 - gsmtp\r\n</p>\n', '2013-03-01 01:49:18'), (449, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm15611744yhg.4 - gsmtp\r\n</p>\n', '2013-03-01 01:49:19'), (450, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u3sm12322339yhd.14 - gsmtp\r\n</p>\n', '2013-03-01 04:56:29'), (451, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm16462501yhh.7 - gsmtp\r\n</p>\n', '2013-03-01 04:56:30'), (452, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x8sm19432053yhn.12 - gsmtp\r\n</p>\n', '2013-03-01 19:36:16'), (453, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u41sm15301853yhb.20 - gsmtp\r\n</p>\n', '2013-03-01 19:36:17'), (454, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm19533322yhn.3 - gsmtp\r\n</p>\n', '2013-03-01 19:56:50'), (455, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 c10sm15430359yhl.27 - gsmtp\r\n</p>\n', '2013-03-01 19:56:51'), (456, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm20340918yhj.6 - gsmtp\r\n</p>\n', '2013-03-01 22:44:14'), (457, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 q26sm16217467yhl.22 - gsmtp\r\n</p>\n', '2013-03-01 22:44:14'), (458, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d43sm16782079yhk.23 - gsmtp\r\n</p>\n', '2013-03-02 00:37:51'), (459, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w2sm20900864yhh.7 - gsmtp\r\n</p>\n', '2013-03-02 00:37:52'), (460, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 g69sm17881852yhh.17 - gsmtp\r\n</p>\n', '2013-03-02 04:40:31'), (461, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d43sm17895454yhk.23 - gsmtp\r\n</p>\n', '2013-03-02 04:40:32'), (462, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k2sm19228262yhn.26 - gsmtp\r\n</p>\n', '2013-03-02 11:15:48'), (463, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 x16sm23329731yhj.6 - gsmtp\r\n</p>\n', '2013-03-02 11:15:49'), (464, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 e22sm20942932yhm.18 - gsmtp\r\n</p>\n', '2013-03-02 20:32:41'), (465, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d43sm20955270yhk.23 - gsmtp\r\n</p>\n', '2013-03-02 20:32:42'), (466, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 l24sm20987515yhc.15 - gsmtp\r\n</p>\n', '2013-03-02 20:44:33'), (467, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 u3sm20986168yhd.14 - gsmtp\r\n</p>\n', '2013-03-02 20:44:34'), (468, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm25122419yhg.4 - gsmtp\r\n</p>\n', '2013-03-02 20:44:37'), (469, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm25122523yhg.4 - gsmtp\r\n</p>\n', '2013-03-02 20:44:37'), (470, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d80sm25122387yhg.4 - gsmtp\r\n</p>\n', '2013-03-02 20:44:38'), (471, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 j1sm25125615yhn.3 - gsmtp\r\n</p>\n', '2013-03-02 20:44:39'), (472, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 e8sm20989777yhh.16 - gsmtp\r\n</p>\n', '2013-03-02 20:44:44'), (473, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s3sm25122759yhm.10 - gsmtp\r\n</p>\n', '2013-03-02 20:44:45'), (474, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 v43sm25123771yhm.11 - gsmtp\r\n</p>\n', '2013-03-02 20:44:46'), (475, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 k45sm25129441yhd.2 - gsmtp\r\n</p>\n', '2013-03-02 20:44:47'), (476, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 s74sm25125233yhh.5 - gsmtp\r\n</p>\n', '2013-03-02 20:44:48'), (477, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 w7sm25130933yhj.0 - gsmtp\r\n</p>\n', '2013-03-02 20:44:48'), (478, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 d43sm24653134yhk.23 - gsmtp\r\n</p>\n', '2013-03-03 13:08:39'), (479, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 g27sm24649647yhm.21 - gsmtp\r\n</p>\n', '2013-03-03 13:08:40'), (480, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 v43sm31213783yhm.11 - gsmtp\r\n</p>\n', '2013-03-04 00:57:45'), (481, 'Erro na classe mail', 'The following From address failed: ttots.contato@gmail.com<p>SMTP server error: 5.5.1 Authentication Required. Learn more at\r\n530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 g27sm27094329yhm.21 - gsmtp\r\n</p>\n', '2013-03-04 00:57:45'); -- -------------------------------------------------------- -- -- Estrutura da tabela `market_categorias` -- CREATE TABLE IF NOT EXISTS `market_categorias` ( `idcategoria` int(10) unsigned NOT NULL AUTO_INCREMENT, `txtnome` varchar(128) NOT NULL, `nrposicao` int(10) unsigned NOT NULL, `isactive` tinyint(1) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`idcategoria`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ; -- -- Extraindo dados da tabela `market_categorias` -- INSERT INTO `market_categorias` (`idcategoria`, `txtnome`, `nrposicao`, `isactive`) VALUES (1, 'Conta VIP', 1, 1), (2, 'Mascaras', 2, 1), (3, 'Skull', 3, 0), (4, 'Colares', 4, 1), (5, 'Anéis', 7, 1), (6, 'Kits', 6, 1), (7, 'Runas', 5, 1), (8, 'Mochila de munição', 8, 0), (9, 'Mochila de poções', 9, 0), (11, 'Botas', 11, 0), (12, 'Calças', 12, 0), (13, 'Capacetes', 13, 0), (14, 'Escudos', 14, 0), (15, 'Armaduras', 15, 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `market_items` -- CREATE TABLE IF NOT EXISTS `market_items` ( `idmarketitem` int(10) unsigned NOT NULL AUTO_INCREMENT, `vlpreco` float unsigned NOT NULL, `vlnovopreco` float unsigned DEFAULT NULL COMMENT 'novo preço da promoção', `dtpromotion` date DEFAULT NULL COMMENT 'até quando a promoção está valendo', `txtnome` varchar(128) NOT NULL, `txtdescricao` varchar(512) NOT NULL, `txtimg` varchar(256) NOT NULL, `nriditem` int(10) unsigned DEFAULT NULL, `nramountperspace` int(10) unsigned NOT NULL DEFAULT '1', `isonlyone` tinyint(1) unsigned NOT NULL DEFAULT '1', `isbag` tinyint(1) unsigned NOT NULL, `isbackpack` tinyint(1) unsigned NOT NULL DEFAULT '0', `isactive` tinyint(1) unsigned NOT NULL DEFAULT '1', `idcategoria` int(10) unsigned NOT NULL, PRIMARY KEY (`idmarketitem`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ; -- -- Extraindo dados da tabela `market_items` -- INSERT INTO `market_items` (`idmarketitem`, `vlpreco`, `vlnovopreco`, `dtpromotion`, `txtnome`, `txtdescricao`, `txtimg`, `nriditem`, `nramountperspace`, `isonlyone`, `isbag`, `isbackpack`, `isactive`, `idcategoria`) VALUES (1, 5, NULL, NULL, '+15 dias de conta vip', 'Com uma conta vip você pode ter acesso a lugares exclusivos, outfits, ter magias exclusivas, promoções para os seus personagem e varias outras coisas!', 'premmy.gif', NULL, 0, 0, 0, 0, 1, 1), (2, 10, NULL, NULL, 'Aku Aku', '(Armor: 4). Se você já jogou Crash você provavelmente conhece essa mascara. Ela serve como equipamento e também pode conjurar o Aku Aku para que te auxilie recuperando sua vida, sua mana, restaurando sua condição (poison, fire, energy), blocando e ainda te auxiliando no ataque. (Pode ser conjurado de 6 em 6 horas de jogo).', 'aku aku.png', 2628, 1, 1, 0, 0, 1, 2), (3, 20, NULL, NULL, 'Aku AKu (duplo)', '(Armor: 7). A mascara Aku Aku em sua segunda forma, tem mais vida, recupera mais vida, mais mana, mais forte, mais rápido, é um ótimo auxilio para lugares com monstros fortes ou com um número muito grande monstros. (Pode ser conjurado de 4 em 4 horas de jogo).', 'aku aku double.png', 2630, 1, 1, 0, 0, 1, 2), (5, 25, NULL, NULL, 'Remover Red Skull', 'Remove a sua red skull (Você precisa estar o personagem deslogado!)', 'red.png', NULL, 1, 1, 0, 0, 0, 3), (6, 5, 3, '2013-03-01', 'Amulet of Loss', 'Quando você morre, ao invés de perder sua mochila, você perde a AOL.', 'amulets/aol.gif', 2173, 1, 1, 0, 0, 1, 4), (7, 0.15, NULL, NULL, 'Axe Ring', 'O Axe Ring aumenta seu axe skill em 4 pontos, por 30 minutos.', 'aneis/Axe_Ring.gif', 2208, 1, 0, 1, 1, 1, 5), (8, 0.15, NULL, NULL, 'Club Ring', 'O Club Ring aumenta seu club skill em 4 pontos por 30 minutos.', 'aneis/Club_Ring.gif', 2209, 1, 0, 1, 1, 1, 5), (9, 0.15, NULL, NULL, 'Sword Ring', 'O Sword Ring aumenta seu sword skill em 4 pontos por 30 minutos.', 'aneis/Sword_Ring.gif', 2209, 1, 0, 1, 1, 1, 5), (10, 0.15, NULL, NULL, 'Energy Ring', 'O Energy Ring provém um magic shield por 10 minutos. Muito útil para knights, aumentando um pouco sua defesa. Nota: Esse anel usa sua mana.', 'aneis/Energy_Ring.gif', 2204, 1, 0, 1, 1, 1, 5), (11, 0.15, NULL, NULL, 'Dwarven Ring', 'Impede de ficar bêbado por 60 minutos. Muito útil para caçar criaturas que deixam bêbado, como Djinns e Ziz.', 'aneis/Dwarven_Ring.gif', 2213, 1, 0, 1, 1, 1, 5), (12, 0.15, NULL, NULL, 'Time Ring', 'Aumenta sua velocidade em 30 levels por 10 minutos.', 'aneis/Time_Ring.gif', 2169, 1, 0, 1, 1, 1, 5), (13, 0.15, NULL, NULL, 'Ring of Healing', 'Aumenta a velocidade de regeneração de hp e mp por 7.5 minutos.', 'aneis/Ring_of_Healing.gif', 2214, 1, 0, 1, 1, 1, 5), (14, 0.15, NULL, NULL, 'Life Ring', 'O anel aumenta mana e vida a cada 6 segundos por 20 minutos.', 'aneis/Life_Ring.gif', 2168, 1, 0, 1, 1, 1, 5), (15, 0.25, NULL, NULL, 'Might Ring', 'Aumenta a proteção contra todos os elementos em 20%. Possui 20 cargas. Physical +20%, Fire +20%, Earth +20%, Energy +20%, Ice +20%, Holy +20%, e Death +20%.', 'aneis/Might_Ring.gif', 2164, 1, 0, 1, 1, 1, 5), (16, 0.25, 0.15, '2013-03-01', 'Stealth Ring', 'Deixa você invisível por 10 minutos. Esse item é com certeza uma grande ajuda para caçar criaturas que não são imunes a invisibilidade. A magia Cancel Invisibility não funciona com esse anel.', 'aneis/Stealth_Ring.gif', 2165, 1, 0, 1, 1, 1, 5), (17, 0.25, NULL, NULL, 'Kit de Sobrevivencia', 'Uma bag com coisas que um jogador pode precisar: 100 rust remover, um dice, uma mechanical fishing rod, um squeezing gear of girlpower, um whacking driller of fate, um sneaky stabber of eliteness e alguma comida.', 'kit.png', NULL, 0, 0, 1, 0, 1, 6), (18, 10, NULL, NULL, '+30 dias de conta vip', 'Com uma conta vip você pode ter acesso a lugares exclusivos, outfits, ter magias exclusivas, promoções para os seus personagem e varias outras coisas!', 'premmy.gif', NULL, 0, 0, 0, 0, 1, 1), (19, 0.15, NULL, NULL, 'Temple Rune', '100 runas de templo: essa runa teletransporta o seu personagem para o templo, ele não pode estar em condição de luta para usá-la', 'runas/temple rune.png', 2300, 100, 0, 1, 1, 1, 7), (20, 0.15, NULL, NULL, 'Common Marking Rune', '100 runas de marcação: com essa runa você pode marcar um ponto no mapa e ser teletransportado para este através do vortex ao lado do deposito na cidade.', 'runas/common marking rune.png', 2280, 100, 0, 1, 1, 1, 7), (21, 0.75, NULL, NULL, 'Ninja Marking Rune', '100 runas de marcação ninja: essa runa marca uma posição no mapa e com a runa de teletransporte ninja você pode se teletransportar para o local marcado. A marcação no mapa expira em 30 minutos.', 'runas/ninja marking rune.png', 2299, 100, 1, 1, 1, 1, 7), (22, 1, NULL, NULL, 'Intense Healing Rune', '100 runas de cura intensa: cura o seu personagem.', 'runas/Intense_Healing_Rune_(Item).gif', 2265, 100, 0, 1, 1, 1, 7), (23, 1, NULL, NULL, 'Chameleon Rune', '100 runas do camaleão: transforma seu personagem em um item.', 'runas/Chameleon_Rune.gif', 2291, 100, 1, 1, 1, 1, 7), (24, 2, NULL, NULL, 'Ultimate Healing Rune', '100 runas da última cura: recupera a vida do seu personagem.', 'runas/Ultimate_Healing_Rune_(Item).gif', 2273, 100, 1, 1, 1, 1, 7), (25, 2, NULL, NULL, 'Paralyze Rune', '100 runas de paralisia: deixa o adversário realmente muito lento.', 'runas/Paralyze_Rune.gif', 2278, 1, 1, 1, 1, 1, 7), (26, 2, NULL, NULL, 'Wild Growth Rune', '100 runas de crescimento selvagem: faz com que uma árvore cresça no local onde a runa for usada.', 'runas/Wild_Growth_Rune.gif', 2269, 1, 1, 1, 1, 1, 7), (27, 2, NULL, NULL, 'Magic Wall Rune', '100 runas da parede magica: cria uma parede magica no local onde é usada.', 'runas/Magic_Wall_Rune.gif', 2293, 1, 1, 1, 1, 1, 7), (28, 3, NULL, NULL, 'Ninja Teleport Rune', '100 runas de teletransporte ninja: teletransporta seu personagem para o local marcado com a runa de marcação ninja.', 'runas/teleport rune.png', 2298, 100, 1, 1, 1, 1, 7); -- -------------------------------------------------------- -- -- Estrutura da tabela `noticias` -- CREATE TABLE IF NOT EXISTS `noticias` ( `idnoticia` int(10) unsigned NOT NULL AUTO_INCREMENT, `idaccout` int(10) unsigned NOT NULL, `txttype` varchar(16) NOT NULL DEFAULT 'rapido', `dtinicio` date NOT NULL, `dtexpira` date DEFAULT NULL, `dtcadastro` datetime NOT NULL, PRIMARY KEY (`idnoticia`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; -- -- Extraindo dados da tabela `noticias` -- INSERT INTO `noticias` (`idnoticia`, `idaccout`, `txttype`, `dtinicio`, `dtexpira`, `dtcadastro`) VALUES (1, 2, 'rapido', '2013-01-18', '2013-01-31', '2013-01-19 11:54:00'), (2, 2, 'rapido', '2013-01-25', '2013-02-08', '2013-01-25 00:00:00'), (3, 2, 'rapido', '2013-01-28', '2013-02-09', '2013-01-28 16:57:00'), (4, 2, 'rapido', '2013-01-30', '2013-02-09', '2013-01-30 07:33:00'), (5, 2, 'rapido', '2013-01-30', '2013-02-09', '2013-01-30 07:34:00'), (6, 2, 'rapido', '2013-01-30', '2013-02-08', '2013-01-30 17:04:00'), (7, 2, 'rapido', '2013-02-01', '2013-02-02', '2013-02-01 08:15:00'), (8, 2, 'rapido', '2013-01-28', '2013-02-05', '2013-02-05 07:32:00'); -- -------------------------------------------------------- -- -- Estrutura da tabela `noticias_conteudo` -- CREATE TABLE IF NOT EXISTS `noticias_conteudo` ( `idconteudo` int(10) unsigned NOT NULL AUTO_INCREMENT, `idnoticia` int(10) unsigned NOT NULL, `idlang` int(10) unsigned NOT NULL, `txttitulo` varchar(128) NOT NULL, `txtconteudo` varchar(8192) NOT NULL, `isvalido` bit(1) NOT NULL, PRIMARY KEY (`idconteudo`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; -- -- Extraindo dados da tabela `noticias_conteudo` -- INSERT INTO `noticias_conteudo` (`idconteudo`, `idnoticia`, `idlang`, `txttitulo`, `txtconteudo`, `isvalido`) VALUES (1, 1, 1, 'Magias', 'O servidor está em tempo de teste até dia 31/01/2013. Durante esse tempo precisamos de sua ajuda no máximo reportando bugs para a nossa ouvidoria.', b'1'), (2, 2, 1, 'Problemas com o Client', 'Se você estiver tendo problemas para acessar o servidor por favor avise nossa ouvidoria!', b'1'), (3, 3, 1, 'Novas Runas', 'As runas ''Common Marking rune'' e ''Temple rune'' já estão ativas.', b'1'), (4, 4, 1, '', 'A busca de magias pelo site já esta funcionando.', b'1'), (5, 5, 1, '', 'Em breve faremos uma postagem expressando todos os diferenciais de nosso servidor.', b'1'), (6, 6, 1, 'Lag', 'Estamos temporariamente com problema de oscilação de lag intensivo, esse problema pretendemos resolver até o próximo mês.', b'1'), (7, 7, 1, '', 'Hoje (01/02/2013) à tarde serão liberadas as novas vocações. A vocação elfian está sob análise e a vocação Monk ainda não será liberada.', b'1'), (8, 8, 1, 'Reset', 'O servidor teve a necessidade de ter os player resetados dia 02/02/2013 devido a bugs no depot e na mana de vários players.', b'1'); -- -------------------------------------------------------- -- -- Estrutura da tabela `ouvidoria_sanados` -- CREATE TABLE IF NOT EXISTS `ouvidoria_sanados` ( `idcomentario` int(10) unsigned NOT NULL, `idaccount` int(10) unsigned NOT NULL, `dtcadastro` datetime NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `ouvidoria_sanados` -- INSERT INTO `ouvidoria_sanados` (`idcomentario`, `idaccount`, `dtcadastro`) VALUES (26, 2, '2013-01-25 10:58:11'), (25, 2, '2013-01-25 10:58:13'), (24, 2, '2013-01-25 10:58:15'), (20, 2, '2013-01-25 10:58:18'), (19, 2, '2013-01-25 10:58:20'), (16, 2, '2013-01-25 10:58:22'), (17, 2, '2013-01-25 10:58:23'), (18, 2, '2013-01-28 08:33:23'), (67, 2, '2013-01-28 12:45:34'), (84, 2, '2013-01-29 16:17:08'), (83, 2, '2013-01-29 16:17:09'), (77, 2, '2013-01-29 16:18:46'), (76, 2, '2013-01-29 16:18:47'), (37, 2, '2013-01-29 16:19:15'), (48, 2, '2013-01-29 16:19:29'), (64, 2, '2013-01-29 16:19:49'), (95, 2, '2013-01-30 07:29:06'), (46, 2, '2013-01-30 07:31:12'), (105, 2, '2013-01-31 08:06:10'), (27, 2, '2013-01-31 08:06:55'), (118, 2, '2013-02-01 10:16:28'), (116, 2, '2013-02-01 10:16:28'), (117, 2, '2013-02-01 10:16:30'), (114, 2, '2013-02-01 10:16:30'), (115, 2, '2013-02-01 10:16:30'), (113, 2, '2013-02-01 10:16:31'), (112, 2, '2013-02-01 10:16:33'), (111, 2, '2013-02-01 10:16:33'), (110, 2, '2013-02-01 10:16:36'), (109, 2, '2013-02-01 10:16:38'), (120, 2, '2013-02-01 12:27:14'), (136, 2, '2013-02-04 10:42:44'), (135, 2, '2013-02-04 10:42:45'), (133, 2, '2013-02-05 07:09:16'), (128, 2, '2013-02-05 08:25:06'), (124, 2, '2013-02-05 08:25:19'), (123, 2, '2013-02-05 08:25:19'), (122, 2, '2013-02-05 08:25:21'), (119, 2, '2013-02-05 08:25:32'), (131, 2, '2013-02-05 08:25:34'), (108, 2, '2013-02-05 08:26:08'), (103, 2, '2013-02-05 08:26:28'), (97, 2, '2013-02-05 08:26:54'), (82, 2, '2013-02-05 08:27:21'), (74, 2, '2013-02-05 08:28:05'), (70, 2, '2013-02-05 08:29:05'), (69, 2, '2013-02-05 08:29:07'), (145, 2, '2013-02-06 07:28:25'), (146, 8, '2013-02-08 21:15:55'), (155, 2, '2013-02-14 12:20:55'), (159, 2, '2013-02-28 16:37:23'), (148, 2, '2013-02-28 16:38:27'), (147, 2, '2013-02-28 16:38:45'), (96, 2, '2013-02-28 16:39:02'); -- -------------------------------------------------------- -- -- Estrutura da tabela `pagseguro_meio` -- CREATE TABLE IF NOT EXISTS `pagseguro_meio` ( `idmeio` int(10) unsigned NOT NULL, `txtmeio` varchar(64) NOT NULL, PRIMARY KEY (`idmeio`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Extraindo dados da tabela `pagseguro_meio` -- INSERT INTO `pagseguro_meio` (`idmeio`, `txtmeio`) VALUES (101, 'Cartão de crédito Visa.'), (102, 'Cartão de crédito MasterCard.'), (103, 'Cartão de crédito American Express.'), (104, 'Cartão de crédito Diners.'), (105, 'Cartão de crédito Hipercard.'), (106, 'Cartão de crédito Aura.'), (107, 'Cartão de crédito Elo.'), (108, 'Cartão de crédito PLENOCard.'), (109, 'Cartão de crédito PersonalCard.'), (110, 'Cartão de crédito JCB.'), (111, 'Cartão de crédito Discover.'), (112, 'Cartão de crédito BrasilCard.'), (113, 'Cartão de crédito FORTBRASIL.'), (201, 'Boleto Bradesco.'), (202, 'Boleto Santander.'), (301, 'Débito online Bradesco.'), (302, 'Débito online Itaú.'), (303, 'Débito online Unibanco.'), (304, 'Débito online Banco do Brasil.'), (305, 'Débito online Banco Real.'), (306, 'Débito online Banrisul.'), (307, 'Débito online HSBC.'), (401, 'Saldo PagSeguro.'), (501, 'Oi Paggo.'); -- -------------------------------------------------------- -- -- Estrutura da tabela `pagseguro_status` -- CREATE TABLE IF NOT EXISTS `pagseguro_status` ( `idstatus` int(10) unsigned NOT NULL AUTO_INCREMENT, `txtstatus` varchar(64) NOT NULL, `txtdescricao` varchar(256) NOT NULL, PRIMARY KEY (`idstatus`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ; -- -- Extraindo dados da tabela `pagseguro_status` -- INSERT INTO `pagseguro_status` (`idstatus`, `txtstatus`, `txtdescricao`) VALUES (1, 'Aguardando pagamento', 'O comprador iniciou a transação, mas até o momento o PagSeguro não recebeu nenhuma informação sobre o pagamento.'), (2, 'Em análise', 'O comprador optou por pagar com um cartão de crédito e o PagSeguro está analisando o risco da transação.'), (3, 'Paga', 'A transação foi paga pelo comprador e o PagSeguro já recebeu uma confirmação da instituição financeira responsável pelo processamento.'), (4, 'Disponível', 'A transação foi paga e chegou ao final de seu prazo de liberação sem ter sido retornada e sem que haja nenhuma disputa aberta.'), (5, 'Em disputa', 'O comprador, dentro do prazo de liberação da transação, abriu uma disputa.'), (6, 'Devolvida', 'O valor da transação foi devolvido para o comprador.'), (7, 'Cancelada', 'A transação foi cancelada sem ter sido finalizada.'); -- -------------------------------------------------------- -- -- Estrutura da tabela `pagseguro_type` -- CREATE TABLE IF NOT EXISTS `pagseguro_type` ( `idtype` int(10) unsigned NOT NULL AUTO_INCREMENT, `txttype` varchar(64) NOT NULL, `txtdescricao` varchar(512) NOT NULL, PRIMARY KEY (`idtype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; -- -- Extraindo dados da tabela `pagseguro_type` -- INSERT INTO `pagseguro_type` (`idtype`, `txttype`, `txtdescricao`) VALUES (1, 'Cartão de crédito', 'O comprador pagou pela transação com um cartão de crédito. Neste caso, o pagamento é processado imediatamente ou no máximo em algumas horas, dependendo da sua classificação de risco.'), (2, 'Boleto', 'O comprador optou por pagar com um boleto bancário. Ele terá que imprimir o boleto e pagá-lo na rede bancária. Este tipo de pagamento é confirmado em geral de um a dois dias após o pagamento do boleto. O prazo de vencimento do boleto é de 3 dias.'), (3, 'Débito online (TEF)', 'O comprador optou por pagar com débito online de algum dos bancos com os quais o PagSeguro está integrado. O PagSeguro irá abrir uma nova janela com o Internet Banking do banco escolhido, onde o comprador irá efetuar o pagamento. Este tipo de pagamento é confirmado normalmente em algumas horas.'), (4, 'Saldo PagSeguro', 'O comprador possuía saldo suficiente na sua conta PagSeguro e pagou integralmente pela transação usando seu saldo.'), (5, 'Oi Paggo', 'O comprador paga a transação através de seu celular Oi. A confirmação do pagamento acontece em até duas horas.'); -- -------------------------------------------------------- -- -- Estrutura da tabela `pontos_compraveis` -- CREATE TABLE IF NOT EXISTS `pontos_compraveis` ( `idponto` int(10) unsigned NOT NULL AUTO_INCREMENT, `nrpontos` int(10) unsigned NOT NULL, `txtnome` varchar(32) NOT NULL, `vlpreco` float NOT NULL, PRIMARY KEY (`idponto`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; -- -- Extraindo dados da tabela `pontos_compraveis` -- INSERT INTO `pontos_compraveis` (`idponto`, `nrpontos`, `txtnome`, `vlpreco`) VALUES (1, 1, '1 ponto VIP para Time Travel', 1), (2, 50, '50 pontos VIP para Time Travel', 45), (3, 100, '100 pontos VIP para Time Travel', 85); -- -------------------------------------------------------- -- -- Estrutura da tabela `sugerirnome` -- CREATE TABLE IF NOT EXISTS `sugerirnome` ( `idnome` int(11) NOT NULL AUTO_INCREMENT, `txtnome` varchar(32) NOT NULL, `nrgender` tinyint(2) NOT NULL, PRIMARY KEY (`idnome`), UNIQUE KEY `nome` (`txtnome`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=864 ; -- -- Extraindo dados da tabela `sugerirnome` -- INSERT INTO `sugerirnome` (`idnome`, `txtnome`, `nrgender`) VALUES (1, 'Pater', 1), (2, 'Joo', 1), (3, 'Cefas', 1), (4, 'Simoon', 1), (5, 'Maoh Ses', 1), (6, 'Abrom', 1), (7, 'Abrahame', 1), (8, 'Sarai', 0), (9, 'Elcana', 0), (10, 'Gabara', 0), (11, 'Joshua', 1), (12, 'Noah', 1), (13, 'Noete', 1), (14, 'Oolima', 0), (15, 'Ooliba', 0), (16, 'Job', 1), (17, 'Levi', 1), (18, 'Da', 0), (19, 'Ester', 0), (20, 'Queena', 0), (21, 'Maalael', 1), (22, 'Tubal', 1), (23, 'Tubal Caim', 1), (24, 'Cam', 1), (25, 'Jafe', 1), (26, 'Sem', 1), (27, 'Enoque', 1), (28, 'Matus', 1), (29, 'Asquenaz', 1), (30, 'Sela', 0), (31, 'Eber', 1), (32, 'Heber', 1), (33, 'Jonadabe', 0), (34, 'Recabe', 1), (35, 'Ana', 1), (36, 'Ogue', 1), (37, 'Magogue', 1), (38, 'Rute', 0), (39, 'Noemi', 0), (40, 'Mari', 0), (41, 'Maar', 0), (42, 'Rebé', 0), (43, 'Raquel', 0), (44, 'Joctan', 1), (45, 'Hazarmavi', 1), (46, 'Jera', 1), (47, 'Hadoraon', 1), (48, 'Isaac', 1), (49, 'Isaque', 1), (50, 'Esaul', 1), (51, 'Jacom', 1), (52, 'Nabal', 1), (53, 'Abigail', 0), (54, 'Mical', 0), (55, 'Dalila', 0), (56, 'Tinma', 0), (57, 'Pelegue', 1), (58, 'Ninrode', 1), (59, 'Serugue', 1), (60, 'Naor', 1), (61, 'Terap', 1), (62, 'Havilan', 1), (63, 'Ismael', 1), (64, 'Agar', 0), (65, 'Potifeia', 0), (66, 'Potifera', 0), (67, 'Josep', 1), (68, 'Rubens', 1), (69, 'Mateus', 1), (70, 'Tiago', 1), (71, 'Ananias', 1), (72, 'Safira', 0), (73, 'Ezequiel', 1), (74, 'Azarias', 1), (75, 'Jeremias', 1), (76, 'Habacuque', 1), (77, 'Amos', 1), (78, 'Obadias', 1), (79, 'Oba', 0), (80, 'Adan', 1), (81, 'Eva', 0), (82, 'Varoa', 0), (83, 'Isha', 0), (84, 'Lilia', 0), (85, 'Lemuel', 1), (86, 'Salomoon', 1), (87, 'Davi', 1), (88, 'Caim', 1), (89, 'Ofir', 1), (90, 'Quedema', 0), (91, 'Arfaxade', 1), (92, 'Jobade', 1), (93, 'Dicla', 0), (94, 'Seba', 0), (95, 'Meseque', 1), (96, 'Asur', 1), (97, 'Hul', 1), (98, 'Uz', 1), (99, 'Aran', 1), (100, 'Misma', 0), (101, 'Duma', 0), (102, 'Massa', 0), (103, 'Joabe', 1), (104, 'Jochoa', 1), (105, 'Mibson', 1), (106, 'Lo', 1), (107, 'Medan', 0), (108, 'Midian', 0), (109, 'Dedan', 0), (110, 'Quebote', 0), (111, 'Cebote', 0), (112, 'Efa', 0), (113, 'Efe', 1), (114, 'Cora', 0), (115, 'Jeus', 1), (116, 'Quetura', 0), (117, 'Cetura', 0), (118, 'Zinran', 0), (119, 'Reuel', 1), (120, 'Jalon', 1), (121, 'Jaacan', 0), (122, 'Disan', 0), (123, 'Bozra', 0), (124, 'Huson', 1), (125, 'Beor', 1), (126, 'Belan', 0), (127, 'Disom', 1), (128, 'Masreca', 0), (129, 'Matrede', 1), (130, 'Me', 1), (131, 'Magdiel', 1), (132, 'Er', 1), (133, 'Onan', 0), (134, 'Jesse', 1), (135, 'Baruc', 1), (136, 'Baruque', 1), (137, 'Bezaleel', 1), (138, 'Iris', 0), (139, 'Iri', 0), (140, 'Havote', 1), (141, 'Maquir', 1), (142, 'Ben', 1), (143, 'Buna', 0), (144, 'Orem', 1), (145, 'Ozem', 1), (146, 'Tecoa', 0), (147, 'Abia', 0), (148, 'Efrata', 0), (149, 'Bete', 1), (150, 'Molide', 1), (151, 'Jezrom', 1), (152, 'Ron', 1), (153, 'Samai', 0), (154, 'Jada', 0), (155, 'Nadabe', 1), (156, 'Equer', 1), (157, 'Aias', 2), (158, 'Ozen', 1), (159, 'Otoniel', 1), (160, 'Ageu', 1), (161, 'Sofonias', 1), (162, 'Daniel', 1), (163, 'Ciro', 1), (164, 'Donozor', 0), (165, 'Nabuco', 1), (166, 'Jonatas', 1), (167, 'Zeza', 0), (168, 'Selete', 0), (169, 'Selede', 0), (170, 'Abisur', 1), (171, 'Abial', 1), (172, 'Jerameel', 1), (173, 'Jeriote', 1), (174, 'Jeliote', 1), (175, 'Jac', 2), (176, 'Jeri', 1), (177, 'Golia', 2), (178, 'Natan', 1), (179, 'Salum', 1), (180, 'Eunu', 1), (181, 'Eleasa', 1), (182, 'Zaqueu', 1), (183, 'Herez', 1), (184, 'Sismai', 0), (185, 'Gazez', 1), (186, 'Dez', 1), (187, 'Ces', 1), (188, 'Oto', 1), (189, 'Novi', 1), (190, 'Simco', 1), (191, 'Teres', 0), (192, 'Umo', 1), (193, 'Tapua', 0), (194, 'Atarote', 1), (195, 'Maer', 1), (196, 'Neto', 1), (197, 'Hamate', 1), (198, 'Maom', 1), (199, 'Regem', 1), (200, 'Quiriate', 0), (201, 'Calebe', 1), (202, 'Haroe', 2), (203, 'Sobal', 1), (204, 'Acsa', 0), (205, 'Eden', 1), (206, 'Golfo', 1), (207, 'Lefolbo', 1), (208, 'Erdna', 0), (209, 'Ombli', 1), (210, 'Loruama', 1), (211, 'Luono', 1), (212, 'Odracir', 1), (213, 'Lableja', 0), (214, 'Absalon', 1), (215, 'Beteseba', 0), (216, 'Egla', 0), (217, 'Selomite', 0), (218, 'Arnan', 0), (219, 'Jesaia', 0), (220, 'Igal', 0), (221, 'Hosama', 0), (222, 'Oel', 1), (223, 'Pedaia', 0), (224, 'Senazar', 1), (225, 'Hasuba', 0), (226, 'Joana', 0), (227, 'Mana Ses', 2), (228, 'Eliasibe', 0), (229, 'Eliseu', 1), (230, 'Elias', 1), (231, 'Zedequias', 1), (232, 'Joiada', 0), (233, 'Malquiran', 1), (234, 'Malquira', 0), (235, 'Acazias', 1), (236, 'Eliada', 0), (237, 'Eliasama', 0), (238, 'Elifelete', 0), (239, 'Secania', 0), (240, 'Pelatias', 1), (241, 'Noga', 1), (242, 'Ibar', 0), (243, 'Tamar', 0), (244, 'Zorobabel', 1), (245, 'Hodavias', 1), (246, 'Hodovias', 1), (247, 'Acube', 1), (248, 'Anani', 0), (249, 'Elioenai', 1), (250, 'Auzan', 1), (251, 'Zerete', 0), (252, 'Otniel', 1), (253, 'Meir', 0), (254, 'Estom', 1), (255, 'Naan', 0), (256, 'Gedor', 1), (257, 'Socob', 1), (258, 'Jaate', 0), (259, 'Belem', 0), (260, 'Naará', 0), (261, 'Temeni', 0), (262, 'Acarel', 1), (263, 'Zobeba', 1), (264, 'Suam', 1), (265, 'Oxala', 1), (266, 'Anube', 1), (267, 'Jabes', 1), (268, 'Ir', 1), (269, 'Reeca', 1), (270, 'Ge', 1), (271, 'Bitia', 0), (272, 'Gereda', 0), (273, 'Amnom', 1), (274, 'Zife', 1), (275, 'Zifa', 0), (276, 'Bene', 1), (277, 'Benehara', 1), (278, 'Estemoa', 1), (279, 'Rina', 0), (280, 'Misba', 0), (281, 'Joquim', 1), (282, 'Cozeba', 0), (283, 'Sarafe', 1), (284, 'Saul', 1), (285, 'Amazias', 1), (286, 'Asiel', 1), (287, 'Joel', 1), (288, 'Acabe', 1), (289, 'Jezabel', 1), (290, 'Ezequias', 1), (291, 'Uziel', 1), (292, 'Sinri', 1), (293, 'Zinri', 1), (294, 'Betemarcabote', 1), (295, 'Hazar', 1), (296, 'Eufrates', 1), (297, 'Micael', 1), (298, 'Jeroboon', 1), (299, 'Tigre', 1), (300, 'Buz', 1), (301, 'Huri', 1), (302, 'Janai', 0), (303, 'Safan', 1), (304, 'Tilgate', 1), (305, 'Efer', 1), (306, 'Azaz', 1), (307, 'Nebo', 1), (308, 'Meraiote', 1), (309, 'Abisua', 0), (310, 'Fineias', 0), (311, 'Aitube', 0), (312, 'Amaria', 0), (313, 'Zofai', 1), (314, 'Naate', 1), (315, 'Aminadabe', 1), (316, 'Gerson', 1), (317, 'Merari', 0), (318, 'Zadoque', 1), (319, 'Anran', 1), (320, 'Coate', 1), (321, 'Abiu', 1), (322, 'Itamar', 0), (323, 'Debir', 1), (324, 'Senues', 1), (325, 'Betesenues', 0), (326, 'Aimaaz', 1), (327, 'Naftali', 0), (328, 'Alemete', 1), (329, 'Bileana', 0), (330, 'Anem', 1), (331, 'Masal', 1), (332, 'Zebulom', 1), (333, 'Gade', 1), (334, 'Tola', 0), (335, 'Sete', 1), (336, 'Jonas', 1), (337, 'Jona', 0), (338, 'Taate', 0), (339, 'Eleada', 0), (340, 'Zelofeade', 1), (341, 'Quenaana', 0), (342, 'Asriel', 1), (343, 'Geliade', 0), (344, 'Uzem', 1), (345, 'Aian', 0), (346, 'Liqui', 0), (347, 'Tela', 0), (348, 'Birzavite', 0), (349, 'Jaflete', 0), (350, 'Somer', 0), (351, 'Jeuba', 0), (352, 'Beera', 0), (353, 'Pasaque', 1), (354, 'Isva', 0), (355, 'Dor', 1), (356, 'Dora', 0), (357, 'Elisama', 0), (358, 'Berede', 0), (359, 'Pispa', 0), (360, 'Zofa', 1), (361, 'Imna', 0), (362, 'Ula', 0), (363, 'Rizia', 0), (364, 'Roga', 0), (365, 'Aser', 0), (366, 'Sutela', 0), (367, 'Berias', 0), (368, 'Amiude', 1), (369, 'Num', 0), (370, 'Ladan', 0), (371, 'Helem', 0), (372, 'Aldeia', 0), (373, 'Candeia', 0), (374, 'Taanaque', 0), (375, 'Megido', 1), (376, 'Biri', 1), (377, 'Sual', 0), (378, 'Asvate', 1), (379, 'Bimal', 0), (380, 'Gera', 0), (381, 'Baara', 0), (382, 'Aiude', 0), (383, 'Hodes', 1), (384, 'Elpaal', 1), (385, 'Misan', 0), (386, 'Lodis', 1), (387, 'Lode', 1), (388, 'Oni', 0), (389, 'Sasaque', 1), (390, 'Zicri', 1), (391, 'Jerimote', 1), (392, 'Aio', 1), (393, 'Adaias', 0), (394, 'Beraias', 0), (395, 'Ispan', 1), (396, 'Silo', 2), (397, 'Siloe', 0), (398, 'Zabdi', 1), (399, 'Zabdia', 0), (400, 'Antotia', 0), (401, 'Elienai', 0), (402, 'Quis', 0), (403, 'Mica', 0), (404, 'Abdom', 1), (405, 'Meribe', 0), (406, 'Ulaom', 1), (407, 'Elon', 1), (408, 'Uloa', 0), (409, 'Eloa', 0), (410, 'Binea', 0), (411, 'Rafa', 0), (412, 'Apolo', 1), (413, 'Saulo', 1), (414, 'Caifas', 1), (415, 'Onri', 1), (416, 'Inri', 1), (417, 'Bari', 1), (418, 'Bere', 0), (419, 'Barack', 1), (420, 'Baraque', 1), (421, 'Barak', 1), (422, 'Ebiasafe', 1), (423, 'Core', 0), (424, 'Azricom', 1), (425, 'Azricoa', 0), (426, 'Acuba', 0), (427, 'Talmoma', 0), (428, 'Imer', 0), (429, 'Hilquias', 0), (430, 'Gilboa', 0), (431, 'Rene', 1), (432, 'Neemias', 1), (433, 'Esdras', 0), (434, 'Neemiasan', 0), (435, 'Oseias', 1), (436, 'Diblaim', 0), (437, 'Gomer', 0), (438, 'Jizreel', 0), (439, 'Ruama', 0), (440, 'Ami', 0), (441, 'Homer', 1), (442, 'Ave', 0), (443, 'Efraim', 1), (444, 'Jarebe', 0), (445, 'Atara', 0), (446, 'Gilgal', 0), (447, 'Tiro', 1), (448, 'Salma', 0), (449, 'Domada', 0), (450, 'Zeboim', 1), (451, 'Boim', 1), (452, 'Poncio', 1), (453, 'Herodias', 0), (454, 'Isabel', 0), (455, 'Miguel', 1), (456, 'Gabriel', 1), (457, 'Val', 0), (458, 'Obede', 1), (459, 'Booz', 1), (460, 'Boas', 1), (461, 'Josafa', 1), (462, 'Jorao', 1), (463, 'Joroa', 0), (464, 'Acaz', 0), (465, 'Eleazar', 1), (466, 'Mata', 0), (467, 'Josias', 1), (468, 'Eliude', 1), (469, 'Raabe', 1), (470, 'Salmon', 1), (471, 'Jeconias', 1), (472, 'Abiude', 1), (473, 'Sadoque', 1), (474, 'Abim', 0), (475, 'Abel', 1), (476, 'Roboom', 1), (477, 'Asafe', 1), (478, 'Maranata', 0), (479, 'Aguila', 0), (480, 'Prisca', 0), (481, 'Acaico', 1), (482, 'Estefanas', 0), (483, 'Tiquico', 1), (484, 'Evohdia', 0), (485, 'Sintique', 1), (486, 'Timote', 1), (487, 'Quarto', 1), (488, 'Erasmo', 1), (489, 'Erasto', 1), (490, 'Erasma', 0), (491, 'Erasta', 0), (492, 'Filologo', 1), (493, 'Filologa', 0), (494, 'Juria', 0), (495, 'Nereu', 1), (496, 'Olimpas', 1), (497, 'Hermes', 1), (498, 'Olimpia', 0), (499, 'Patroba', 0), (500, 'Flegontes', 1), (501, 'Rufo', 1), (502, 'Trifena', 0), (503, 'Trifosa', 0), (504, 'Perside', 0), (505, 'Estaquis', 1), (506, 'Aristobulo', 1), (507, 'Aristobula', 0), (508, 'Urbano', 0), (509, 'Ampliato', 1), (510, 'Ampliata', 0), (511, 'Andronico', 1), (512, 'Andronica', 0), (513, 'Herodiao', 1), (514, 'Herodiena', 0), (515, 'Jason', 1), (516, 'Jasa', 0), (517, 'Lucius', 1), (518, 'Locia', 1), (519, 'Sosipatro', 1), (520, 'Sosipatra', 1), (521, 'Filemon', 1), (522, 'Teofilo', 1), (523, 'Teofila', 0), (524, 'Aristarco', 1), (525, 'Aristarca', 0), (526, 'Onesimo', 1), (527, 'Onesima', 0), (528, 'Tiquica', 1), (529, 'Demas', 1), (530, 'Radiebo', 1), (531, 'Marcus', 1), (532, 'Arquipo', 1), (533, 'Arquipa', 0), (534, 'Barnal', 1), (535, 'Osculus', 1), (536, 'Oscula', 0), (537, 'Retende', 1), (538, 'Rezende', 1), (539, 'Fana', 0), (540, 'Abiatar', 1), (541, 'Porfia', 0), (542, 'Eubulo', 1), (543, 'Eubula', 0), (544, 'Pudente', 1), (545, 'Lino', 1), (546, 'Lina', 0), (547, 'Clau', 2), (548, 'Claudius', 1), (549, 'Trofimo', 1), (550, 'Trofima', 0), (551, 'Onesiforo', 1), (552, 'Onesifora', 0), (553, 'Carpo', 1), (554, 'Carpa', 0), (555, 'Poli', 0), (556, 'Policarpo', 1), (557, 'Aquilar', 0), (558, 'Tito', 1), (559, 'Zenas', 0), (560, 'Tita', 0), (561, 'Zenos', 1), (562, 'Pergamo', 1), (563, 'Tiatira', 0), (564, 'Esmirna', 0), (565, 'Laton', 1), (566, 'Barjonas', 1), (567, 'Draids', 1), (568, 'Duzur', 1), (569, 'Gigarseu', 1), (570, 'Amorreu', 1), (571, 'Edomita', 1), (572, 'Amonita', 0), (573, 'Moabita', 0), (574, 'Samario', 1), (575, 'Recabita', 0), (576, 'Anameu', 0), (577, 'Refain', 1), (578, 'Ludeu', 1), (579, 'Tadeu', 1), (580, 'Dias', 0), (581, 'Levita', 0), (582, 'Beijaminita', 0), (583, 'Persa', 0), (584, 'Cananeu', 1), (585, 'Temanitas', 0), (586, 'Arcus', 1), (587, 'Acbor', 1), (588, 'Jetete', 0), (589, 'Alia', 0), (590, 'Geburseu', 1), (591, 'Zaabe', 1), (592, 'Oney', 1), (593, 'Macabeu', 1), (594, 'Jair', 1), (595, 'Hadabe', 1), (596, 'Relem', 0), (597, 'Saba', 0), (598, 'Donozo', 1), (599, 'Gate', 1), (600, 'Zabade', 1), (601, 'Atalaia', 0), (602, 'Zur', 1), (603, 'Heal', 1), (604, 'Real', 1), (605, 'Dorar', 0), (606, 'Vinci', 1), (607, 'Shalal', 0), (608, 'Has', 1), (609, 'Bas', 1), (610, 'Bras', 1), (611, 'Shalal Has', 0), (612, 'Shalal Has Bas', 0), (613, 'Netofatita', 0), (614, 'Salazar', 1), (615, 'Sliterin', 1), (616, 'Fatita', 0), (617, 'Manaatita', 0), (618, 'Zorita', 0), (619, 'Estaloeu', 1), (620, 'Tiratita', 0), (621, 'Sucatita', 0), (622, 'Queneu', 1), (623, 'Etíope', 1), (624, 'Egito', 1), (625, 'Jearim', 1), (626, 'Itreu', 1), (627, 'Sumateu', 1), (628, 'Misraeu', 1), (629, 'Zorateu', 1), (630, 'Ozze', 1), (631, 'Gorromita', 0), (632, 'Peres', 1), (633, 'Naas', 0), (634, 'Harasim', 1), (635, 'Hara', 0), (636, 'Asbeia', 0), (637, 'Meunin', 1), (638, 'Susim', 1), (639, 'Mimi', 0), (640, 'Guerar', 1), (641, 'Marcabote', 1), (642, 'Pilneser', 1), (643, 'Seera', 1), (644, 'Horom', 1), (645, 'Simei', 1), (646, 'Minavel', 0), (647, 'Filisteia', 0), (648, 'Descartes', 1), (649, 'Osbor', 1), (650, 'Terafim', 0), (651, 'Gersonita', 0), (652, 'Nicolaita', 0), (653, 'Aven', 0), (654, 'Quisera', 0), (655, 'Siria', 0), (656, 'Mesopoteu', 1), (657, 'Publicano', 1), (658, 'Reil', 1), (659, 'Arbel', 0), (660, 'Betel', 0), (661, 'Tetrarca', 1), (662, 'Itureia', 0), (663, 'Ozias', 1), (664, 'Uzias', 1), (665, 'Hebreu', 1), (666, 'Justus', 1), (667, 'Diceia', 0), (668, 'Dicei', 1), (669, 'Hierapo', 1), (670, 'Hierapa', 1), (671, 'Chipre', 1), (672, 'Troade', 1), (673, 'Fila', 0), (674, 'Efeso', 1), (675, 'Arba', 0), (676, 'Quirite', 1), (677, 'Sesai', 1), (678, 'Aima', 0), (679, 'Hebrom', 1), (680, 'Talmai', 0), (681, 'Quenaz', 0), (682, 'Ecrom', 1), (683, 'Asquelom', 1), (684, 'Zefate', 0), (685, 'Horma', 0), (686, 'Anaque', 1), (687, 'Zenobia', 0), (688, 'Zenobi', 1), (689, 'Quitrom', 1), (690, 'Ico', 1), (691, 'Icor', 1), (692, 'Gezer', 1), (693, 'Gezera', 0), (694, 'Naalol', 1), (695, 'Sidom', 1), (696, 'Sidoma', 0), (697, 'Alabe', 1), (698, 'Alabia', 0), (699, 'Aczibe', 1), (700, 'Aczibia', 0), (701, 'Helba', 0), (702, 'Afeca', 0), (703, 'Reobe', 1), (704, 'Reobia', 0), (705, 'Anate', 1), (706, 'Anatia', 0), (707, 'Tiatiro', 1), (708, 'Heres', 1), (709, 'Timnate', 1), (710, 'Timnatea', 0), (711, 'Risataim', 1), (712, 'Risataimia', 0), (713, 'Eglom', 1), (714, 'Eglona', 0), (715, 'Gilgalia', 0), (716, 'Eude', 1), (717, 'Eudita', 0), (718, 'Hazor', 1), (719, 'Abinoon', 1), (720, 'Abinoa', 0), (721, 'Harosete', 1), (722, 'Harosetina', 0), (723, 'Sizera', 1), (724, 'Sisera', 1), (725, 'Sezareia', 0), (726, 'Cezareia', 0), (727, 'Jael', 1), (728, 'Gideon', 1), (729, 'Gideoa', 0), (730, 'Morei', 1), (731, 'Zeebe', 1), (732, 'Zalmuna', 0), (733, 'Zeba', 0), (734, 'Penuel', 1), (735, 'Paor', 1), (736, 'Paora', 0), (737, 'Sucote', 1), (738, 'Sucotia', 0), (739, 'Dai', 1), (740, 'Ofra', 0), (741, 'Abimeleque', 1), (742, 'Mequisedeque', 1), (743, 'Jerubaal', 0), (744, 'Joton', 1), (745, 'Milo', 1), (746, 'Zebul', 1), (747, 'Mila', 0), (748, 'Zebula', 0), (749, 'Gaal', 1), (750, 'Siguem', 1), (751, 'Tebez', 1), (752, 'Jordo', 1), (753, 'Samir', 1), (754, 'Camom', 1), (755, 'Jefte', 1), (756, 'Cades', 1), (757, 'Siom', 1), (758, 'Amon', 1), (759, 'Moabe', 1), (760, 'Mizpa', 0), (761, 'Ibzan', 0), (762, 'Hilel', 1), (763, 'Abadom', 1), (764, 'Efraimita', 0), (765, 'Elom', 1), (766, 'Zebulonita', 0), (767, 'Manoa', 0), (768, 'Mana', 0), (769, 'Mano', 1), (770, 'Timna', 0), (771, 'Hacore', 1), (772, 'En', 1), (773, 'En Hacore', 1), (774, 'Leim', 1), (775, 'Estaol', 1), (776, 'Berseba', 0), (777, 'Gileade', 0), (778, 'Eis', 1), (779, 'Mara', 0), (780, 'Abadon', 1), (781, 'Apolion', 1), (782, 'Meujael', 1), (783, 'Meujaela', 0), (784, 'Metusael', 1), (785, 'Metusaela', 0), (786, 'Jubal', 1), (787, 'Naama', 0), (788, 'Lemeque', 1), (789, 'Ada', 0), (790, 'Zila', 0), (791, 'Enos', 1), (792, 'Quena', 0), (793, 'Maalalel', 1), (794, 'Jarede', 1), (795, 'Jerede', 1), (796, 'Caftorim', 1), (797, 'Gerar', 1), (798, 'Ludim', 1), (799, 'Mizraim', 0), (800, 'Résem', 1), (801, 'Desta', 0), (802, 'Babel', 0), (803, 'Ninive', 0), (804, 'Acade', 1), (805, 'Calne', 1), (806, 'Sinar', 1), (807, 'Lasa', 0), (808, 'Jebuseu', 1), (809, 'Cala', 0), (810, 'Sineu', 1), (811, 'Haveu', 1), (812, 'Almoda', 0), (813, 'Usal', 1), (814, 'Micla', 0), (815, 'Messa', 0), (816, 'Sefar', 0), (817, 'Obal', 1), (818, 'Simael', 1), (819, 'Patrusim', 1), (820, 'Casluim', 1), (821, 'Caldeu', 1), (822, 'Caldeia', 0), (823, 'Ben Ami', 1), (824, 'Simon', 1), (825, 'Muran', 1), (826, 'Feta', 0), (827, 'Biliam', 1), (828, 'Bibis', 0), (829, 'Bibi', 0), (830, 'Latire', 2), (831, 'Mo', 2), (832, 'Jeral', 1), (833, 'Erza', 0), (834, 'Nate', 2), (835, 'So', 2), (836, 'Nanda', 0), (837, 'Nanda Te', 0), (838, 'Bai', 1), (839, 'Mion', 1), (840, 'Firra', 0), (841, 'Runei', 1), (842, 'Erba', 0), (843, 'Tori', 1), (844, 'Pradal', 2), (845, 'Patia', 0), (846, 'Pati Mos', 2), (847, 'Icabo', 1), (848, 'Madga', 0), (849, 'Madaga', 0), (850, 'Ascar', 1), (851, 'Petrulha', 0), (852, 'Saxirobo', 1), (853, 'Eiseihein', 1), (854, 'Piri', 0), (855, 'Didimo', 1), (856, 'Pape', 1), (857, 'Lon', 1), (858, 'Papilon', 1), (859, 'Dagoba', 0), (860, 'Balin', 1), (861, 'Jor', 1), (862, 'Jom', 1), (863, 'Quia', 0); -- -------------------------------------------------------- -- -- Estrutura da tabela `visitas` -- CREATE TABLE IF NOT EXISTS `visitas` ( `idvisita` int(11) NOT NULL AUTO_INCREMENT, `txtip` varchar(64) NOT NULL, `txtcookie` varchar(64) NOT NULL, `txtfullip` varchar(128) NOT NULL, `txtbrowserstring` varchar(256) NOT NULL, `txtphpcomefrom` varchar(256) NOT NULL, `isjs` bit(1) NOT NULL, `txtjscomefrom` varchar(256) NOT NULL, `nrscreenwidth` int(11) DEFAULT NULL, `nrscreenheight` int(11) DEFAULT NULL, `txtlanguage` varchar(32) DEFAULT NULL, `nrfirstajax` bigint(11) DEFAULT NULL, `nrlasttajax` bigint(11) DEFAULT NULL, `txtjssystem` varchar(32) DEFAULT NULL, `txtjsbrowser` varchar(32) DEFAULT NULL, `dtcadastro` datetime NOT NULL, PRIMARY KEY (`idvisita`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Estrutura da tabela `visitas_accounts` -- CREATE TABLE IF NOT EXISTS `visitas_accounts` ( `idvisita` int(11) unsigned NOT NULL, `idaccount` int(11) unsigned NOT NULL, UNIQUE KEY `idvisita` (`idvisita`), UNIQUE KEY `idaccount` (`idaccount`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Estrutura da tabela `visitas_atividade` -- CREATE TABLE IF NOT EXISTS `visitas_atividade` ( `idvisita` int(10) unsigned NOT NULL, `txtpage` varchar(256) NOT NULL, `dtcadastro` datetime NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!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 ms_role ( id int auto_increment comment '主键id' primary key, role_name varchar(100) not null comment '角色名', auth_permissions varchar(255) default '["*"]' not null comment '权限列表', is_delete tinyint(1) default 0 not null comment '逻辑删除 0-否 1-已删除' ) comment '角色表'; create table ms_room ( id int auto_increment comment '自增id' primary key, room_name varchar(100) not null comment '房间名称', room_desc varchar(500) null comment '房间简介', room_number varchar(10) not null comment '房间号', room_password varchar(50) null comment '房间密码', manager_id int not null comment '房主用户id', add_time bigint not null comment '创建时间', is_delete tinyint(2) default 0 not null comment '逻辑删除 0-否 1-是', constraint ms_room_room_number_uindex unique (room_number) ) comment '房间表'; create table ms_user ( id int auto_increment comment '自增id', openid varchar(255) not null comment '用户openId', unionid varchar(255) not null comment '用户unionId', nick_name varchar(255) not null comment '用户昵称', gender tinyint(2) default 0 not null comment '性别 0-未知 1-男性 2-女性', avatar_url varchar(255) null comment '用户微信头像', phone_number varchar(11) null comment '用户手机号码', role_id int default 1 not null comment '角色id', status int default 0 not null comment '状态 0-正常 -1-禁用', is_delete tinyint(2) default 0 not null comment '逻辑删除 0-否 1-是', add_time bigint not null comment '创建时间', last_login_time bigint not null comment '最后登录时间', constraint ms_user_id_uindex unique (id) ) comment '用户表'; alter table ms_user add primary key (id);
DROP DATABASE IF EXISTS burgers_db; CREATE DATABASE burgers_db; USE burgers_db; CREATE TABLE burgers ( id INTEGER AUTO_INCREMENT NOT NULL, burger_name VARCHAR (255) NOT NULL, devoured BOOLEAN DEFAULT 0, PRIMARY KEY (id) ); INSERT INTO burgers (burger_name, devoured) VALUES ("Veggie Burger", false); INSERT INTO burgers (burger_name, devoured) VALUES ("Turkey Burger", false); INSERT INTO burgers (burger_name, devoured) VALUES ("Angus", false);
# Updating the schema version: UPDATE meta SET meta_value = 59 where meta_key = "schema_version"; # Use production names, i.e. no whitespaces and all lowercases: UPDATE genome_db SET name = LCASE(REPLACE(name, " ", "_")); # a new column to the dnafrag table to hold information about whether # a DnaFrag is part of the reference assembly or not: ALTER TABLE dnafrag ADD COLUMN is_reference tinyint(1) DEFAULT 1; UPDATE dnafrag, genome_db SET is_reference = 0 WHERE dnafrag.genome_db_id = genome_db.genome_db_id AND genome_db.name = "homo_sapiens" AND coord_system_name = "chromosome" AND (dnafrag.name like "H%" or dnafrag.name like "c%"); # Adding indexes to the taxonomy tables to speed up searches ALTER TABLE ncbi_taxa_node ADD KEY left_index(left_index); ALTER TABLE ncbi_taxa_node ADD KEY right_index(right_index);
-- phpMyAdmin SQL Dump -- version 4.1.14 -- http://www.phpmyadmin.net -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 26-10-2018 a las 08:43:08 -- Versión del servidor: 5.6.17 -- Versión de PHP: 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 */; -- -- Base de datos: `emision` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `autorizaciones` -- CREATE TABLE IF NOT EXISTS `autorizaciones` ( `idAutorizacion` int(11) NOT NULL AUTO_INCREMENT, `nombre` varchar(100) NOT NULL, PRIMARY KEY (`idAutorizacion`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Volcado de datos para la tabla `autorizaciones` -- INSERT INTO `autorizaciones` (`idAutorizacion`, `nombre`) VALUES (1, 'Autorización de escaneo sin dedo'), (2, 'Autorización de cancelación folio PVC'), (3, 'Autorización de omitir un documento'), (4, 'Autorización de escaneo sin iris'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `biometrico` -- CREATE TABLE IF NOT EXISTS `biometrico` ( `idBiometrico` int(10) unsigned NOT NULL AUTO_INCREMENT, `clave` varchar(2) NOT NULL DEFAULT '', `keyAware` varchar(20) NOT NULL, `nombre` varchar(100) NOT NULL DEFAULT '', `tipo` enum('huella','iris','rostro') NOT NULL DEFAULT 'huella', `controlID` int(11) NOT NULL, PRIMARY KEY (`idBiometrico`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ; -- -- Volcado de datos para la tabla `biometrico` -- INSERT INTO `biometrico` (`idBiometrico`, `clave`, `keyAware`, `nombre`, `tipo`, `controlID`) VALUES (1, 'DM', 'RIGHT_LITTLE', 'Meñique Derecho', 'huella', 9), (2, 'DA', 'RIGHT_RING', 'Anular Derecho', 'huella', 8), (3, 'DE', 'RIGHT_MIDDLE', 'Medio Derecho', 'huella', 7), (4, 'DI', 'RIGHT_INDEX', 'Índice Derecho', 'huella', 6), (5, 'IM', 'LEFT_LITTLE', 'Meñique Izquierdo', 'huella', 0), (6, 'IA', 'LEFT_RING', 'Anular Izquierdo', 'huella', 1), (7, 'IE', 'LEFT_MIDDLE', 'Medio Izquierdo', 'huella', 2), (8, 'II', 'LEFT_INDEX', 'Índice Izquierdo', 'huella', 3), (9, 'DP', 'RIGHT_THUMB', 'Pulgar Derecho', 'huella', 5), (10, 'IP', 'LETF_THUMB', 'Pulgar Izquierdo', 'huella', 4); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `login_user` -- CREATE TABLE IF NOT EXISTS `login_user` ( `id_login` int(11) NOT NULL AUTO_INCREMENT, `id_usuario` int(11) NOT NULL, `user_name` varchar(50) NOT NULL, `password` char(128) NOT NULL, `salt` char(128) NOT NULL, `first_name` varchar(100) NOT NULL, `last_name` varchar(210) NOT NULL, `id_rol` int(11) NOT NULL, `id_recaudacion` int(11) NOT NULL, `email` varchar(200) NOT NULL, `estatus` enum('activo','inactivo') NOT NULL DEFAULT 'activo', PRIMARY KEY (`id_login`), UNIQUE KEY `username` (`user_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; -- -- Volcado de datos para la tabla `login_user` -- INSERT INTO `login_user` (`id_login`, `id_usuario`, `user_name`, `password`, `salt`, `first_name`, `last_name`, `id_rol`, `id_recaudacion`, `email`, `estatus`) VALUES (2, 1, 'usuario@insha.com', '343b2840b75797ecc9f1b53df18be3cee0fd4c2d97a45555624fc8d6784d7fc09e45224fea07a7829aafeb21f50afc667bd6ae2c3f2ad35f18561d6f3610f84f', '6b8ec8a25e04bfdce50197fe5897cf30dece37d82920d8eb5ffc800507aa95618e045b1074a6dd4e2b65e20d213b481c957cb2d45a4977f6466475ff64e6d8dc', 'Usuario ', 'INSHA ', 5, 0, 'usuario@insha.com', 'activo'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `persona` -- CREATE TABLE IF NOT EXISTS `persona` ( `idPersona` int(10) unsigned NOT NULL AUTO_INCREMENT, `idResponseWSFTOFRM` int(10) unsigned NOT NULL DEFAULT '0', `primerAp` varchar(50) NOT NULL, `segundoAp` varchar(50) NOT NULL, `nombres` varchar(50) NOT NULL, `segundoNombre` varchar(50) NOT NULL, `fechaNacimiento` date NOT NULL, `genero` enum('M','H') NOT NULL, `CURP` varchar(18) NOT NULL, `email` varchar(100) NOT NULL, `codigoPais` varchar(3) NOT NULL, `ladaTel` varchar(3) NOT NULL, `telCasa` varchar(10) NOT NULL, `telMovil` varchar(10) NOT NULL, `estadoCivil` int(10) NOT NULL, `RFC` varchar(10) NOT NULL, `homoclave` varchar(3) NOT NULL, `nacionalidad` enum('mex','ext') NOT NULL DEFAULT 'mex', `nacCveEnt` varchar(2) NOT NULL, `nacCveMun` varchar(3) NOT NULL, `nacCveLoc` varchar(4) NOT NULL, `enrolamientoBiometricoHuellas` enum('s','n') NOT NULL DEFAULT 'n', `enrolamientoBiometricoIris` enum('s','n') NOT NULL DEFAULT 'n', `enrolamientoBiometricoRostro` enum('s','n') NOT NULL DEFAULT 'n', `firma` enum('s','n') NOT NULL DEFAULT 'n', `problematica` enum('s','n') NOT NULL DEFAULT 'n', `completa` enum('s','n') NOT NULL DEFAULT 'n', `CURPProblematico` varchar(18) NOT NULL, `AstraSubjectId` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`idPersona`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=321 ; -- -- Volcado de datos para la tabla `persona` -- INSERT INTO `persona` (`idPersona`, `idResponseWSFTOFRM`, `primerAp`, `segundoAp`, `nombres`, `segundoNombre`, `fechaNacimiento`, `genero`, `CURP`, `email`, `codigoPais`, `ladaTel`, `telCasa`, `telMovil`, `estadoCivil`, `RFC`, `homoclave`, `nacionalidad`, `nacCveEnt`, `nacCveMun`, `nacCveLoc`, `enrolamientoBiometricoHuellas`, `enrolamientoBiometricoIris`, `enrolamientoBiometricoRostro`, `firma`, `problematica`, `completa`, `CURPProblematico`, `AstraSubjectId`) VALUES (1, 533, 'MARTINEZ ', 'MENESES', 'JOEL EDUARDO', '', '1978-05-22', 'H', 'MAMJ780522HDFRNL00', '', '', '', '', '', 0, '', '', 'mex', '', '', '', 's', 's', 'n', 'n', 'n', 'n', '', 0), (320, 741, 'PACHECO ', 'SALINAS', 'JOSE ANTONIO', '', '1983-07-27', 'H', 'PASA830727HGTCLN06', '', '', '', '', '', 0, '', '', 'mex', '', '', '', 's', 's', 's', 's', 'n', 'n', '', 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `persona_biometrico` -- CREATE TABLE IF NOT EXISTS `persona_biometrico` ( `idPersonaBiometrico` int(11) NOT NULL AUTO_INCREMENT, `idPersona` int(10) NOT NULL, `idBiometrico` int(10) NOT NULL, `archivo` varchar(150) NOT NULL, `estatusCaptura` enum('disponible','nodisponible','dedovenda') NOT NULL DEFAULT 'disponible', `idOperacionAutoriza` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`idPersonaBiometrico`), KEY `idPersona` (`idPersona`), KEY `idBiometrico` (`idBiometrico`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
-- USE `db_zzhou18` ; -- ----------------------------------------------------- -- Table `db_zzhou18`.`Admin` -- ----------------------------------------------------- SET FOREIGN_KEY_CHECKS=0;DROP TABLE IF EXISTS `db_zzhou18`.`Admin`;SET FOREIGN_KEY_CHECKS=1; CREATE TABLE `db_zzhou18`.`Admin` ( `admin_id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `username` VARCHAR(45) NOT NULL, `admin_password` VARCHAR(45) NOT NULL, PRIMARY KEY (`admin_id`)) ; -- ----------------------------------------------------- -- Table `db_zzhou18`.`Users` -- ----------------------------------------------------- SET FOREIGN_KEY_CHECKS=0;DROP TABLE IF EXISTS `db_zzhou18`.`Users`;SET FOREIGN_KEY_CHECKS=1; CREATE TABLE `db_zzhou18`.`Users` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `username` VARCHAR(45) NOT NULL, `user_password` VARCHAR(45) NOT NULL, `email` VARCHAR(45) NOT NULL, `admin_id` INT UNSIGNED NOT NULL, `first_name` VARCHAR(45) NOT NULL, `last_name` VARCHAR(45) NOT NULL, `zipcode` INT NOT NULL, `address` VARCHAR(45) NOT NULL, `gender` VARCHAR(45) NOT NULL, `membership` VARCHAR(45) NOT NULL, `birthday` VARCHAR(45) NOT NULL, `credit_card_number` VARCHAR(45) NOT NULL, `credit_card_exp` VARCHAR(45) NOT NULL, `credit_card_cvs` INT NOT NULL, PRIMARY KEY (`id`), FOREIGN KEY (`admin_id`) REFERENCES `db_zzhou18`.`Admin` (`admin_id`) ON DELETE CASCADE); -- ----------------------------------------------------- -- Table `db_zzhou18`.`Item` -- ----------------------------------------------------- SET FOREIGN_KEY_CHECKS=0;DROP TABLE IF EXISTS `db_zzhou18`.`Item`;SET FOREIGN_KEY_CHECKS=1; CREATE TABLE `db_zzhou18`.`Item` ( `item_id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `item_name` VARCHAR(45) NOT NULL, `market_value` DECIMAL(9) NOT NULL, `material` VARCHAR(45) NOT NULL, `color` VARCHAR(45) NOT NULL, `item_condition` VARCHAR(45) NOT NULL, `retail_price` VARCHAR(45) NOT NULL, `release_date` VARCHAR(45) NOT NULL, `gender` VARCHAR(45) NOT NULL, `Brand_brand_name` VARCHAR(45) NOT NULL, PRIMARY KEY (`item_id`, `item_name`)) ; -- ----------------------------------------------------- -- Table `db_zzhou18`.`Orders` -- ----------------------------------------------------- SET FOREIGN_KEY_CHECKS=0;DROP TABLE IF EXISTS `db_zzhou18`.`Orders`;SET FOREIGN_KEY_CHECKS=1; CREATE TABLE `db_zzhou18`.`Orders` ( `user_id` INT UNSIGNED NOT NULL , `item_id` INT UNSIGNED NOT NULL, `order_id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `sale_price` DECIMAL(9) NOT NULL, `order_date` VARCHAR(45) NOT NULL, `warehouse_location` VARCHAR(45) NOT NULL, PRIMARY KEY (`order_id`), FOREIGN KEY (`user_id`) REFERENCES `db_zzhou18`.`Users` (`id`) ON DELETE CASCADE, FOREIGN KEY (`item_id`) REFERENCES `db_zzhou18`.`Item` (`item_id`) ON DELETE CASCADE) ; -- ----------------------------------------------------- -- Table `db_zzhou18`.`Portfolio` -- ----------------------------------------------------- SET FOREIGN_KEY_CHECKS=0;DROP TABLE IF EXISTS `db_zzhou18`.`Portfolio`;SET FOREIGN_KEY_CHECKS=1; CREATE TABLE `db_zzhou18`.`Portfolio` ( `portfolio_id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `date_created` VARCHAR(45) NOT NULL, `user_id` INT UNSIGNED NOT NULL, `item_id` INT UNSIGNED NOT NULL, `item_name` VARCHAR(45) NOT NULL, PRIMARY KEY (`portfolio_id`), FOREIGN KEY (`user_id`) REFERENCES `db_zzhou18`.`Users` (`id`) ON DELETE CASCADE, FOREIGN KEY (`item_id` , `item_name`) REFERENCES `db_zzhou18`.`Item` (`item_id` , `item_name`) ON DELETE CASCADE); -- ----------------------------------------------------- -- Table `db_zzhou18`.`Shoes` -- ----------------------------------------------------- SET FOREIGN_KEY_CHECKS=0;DROP TABLE IF EXISTS `db_zzhou18`.`Shoes`;SET FOREIGN_KEY_CHECKS=1; CREATE TABLE `db_zzhou18`.`Shoes` ( `Shoe_Style` VARCHAR(45) NULL, `Shoe_Size` INT NOT NULL, `item_item_id` INT UNSIGNED NOT NULL, `item_name` VARCHAR(45) NOT NULL, PRIMARY KEY (`item_item_id`, `item_name`), FOREIGN KEY (`item_item_id` , `item_name`) REFERENCES `db_zzhou18`.`Item` (`item_id` , `item_name`) ON DELETE CASCADE); -- ----------------------------------------------------- -- Table `db_zzhou18`.`Streetwear` -- ----------------------------------------------------- SET FOREIGN_KEY_CHECKS=0;DROP TABLE IF EXISTS `db_zzhou18`.`Streetwear`;SET FOREIGN_KEY_CHECKS=1; CREATE TABLE `db_zzhou18`.`Streetwear` ( `Streetwear_Size` VARCHAR(45) NULL, `item_id` INT UNSIGNED NOT NULL, `item_name` VARCHAR(45) NOT NULL, PRIMARY KEY (`item_id`, `item_name`), FOREIGN KEY (`item_id` , `item_name`) REFERENCES `db_zzhou18`.`Item` (`item_id` , `item_name`) ON DELETE CASCADE); -- ----------------------------------------------------- -- Table `db_zzhou18`.`Handbags` -- ----------------------------------------------------- SET FOREIGN_KEY_CHECKS=0;DROP TABLE IF EXISTS `db_zzhou18`.`Handbags`;SET FOREIGN_KEY_CHECKS=1; CREATE TABLE `db_zzhou18`.`Handbags` ( `Bag_Style` VARCHAR(45) NULL, `Bag_Size` VARCHAR(45) NULL, `Dimensions` VARCHAR(45) NULL, `item_id` INT UNSIGNED NOT NULL, `item_name` VARCHAR(45) NOT NULL, PRIMARY KEY (`item_id`, `item_name`), FOREIGN KEY (`item_id` , `item_name`) REFERENCES `db_zzhou18`.`Item` (`item_id` , `item_name`) ON DELETE CASCADE); -- ----------------------------------------------------- -- Table `db_zzhou18`.`Watches` -- ----------------------------------------------------- SET FOREIGN_KEY_CHECKS=0;DROP TABLE IF EXISTS `db_zzhou18`.`Watches`;SET FOREIGN_KEY_CHECKS=1; CREATE TABLE `db_zzhou18`.`Watches` ( `Reference_Number` INT UNSIGNED NOT NULL, `Watch_Style` VARCHAR(45) NULL, `Case_Size` DECIMAL NULL, `Dial` VARCHAR(45) NULL, `Movement` VARCHAR(45) NULL, `Band` VARCHAR(45) NULL, `item_id` INT UNSIGNED NOT NULL, `item_name` VARCHAR(45) NOT NULL, PRIMARY KEY (`Reference_Number`, `item_id`, `item_name`), FOREIGN KEY (`item_id` , `item_name`) REFERENCES `db_zzhou18`.`Item` (`item_id` , `item_name`) ON DELETE CASCADE) ; -- ----------------------------------------------------- -- Table `db_zzhou18`.`History_Of_Sales` -- ----------------------------------------------------- SET FOREIGN_KEY_CHECKS=0;DROP TABLE IF EXISTS `db_zzhou18`.`History_Of_Sales`;SET FOREIGN_KEY_CHECKS=1; CREATE TABLE `db_zzhou18`.`History_Of_Sales` ( `Trade_Range` VARCHAR(45) NULL, `Price_Premium` DECIMAL NULL, `Volatility` DECIMAL NULL, `Number_Of_Sales` INT NULL, `Avg_Sale_Price` DECIMAL(10,2) NOT NULL, `item_id` INT UNSIGNED NOT NULL, `item_name` VARCHAR(45) NOT NULL, PRIMARY KEY (`item_id`, `item_name`), FOREIGN KEY (`item_id` , `item_name`) REFERENCES `db_zzhou18`.`Item` (`item_id` , `item_name`) ON DELETE CASCADE) ; -- ----------------------------------------------------- -- Table `db_zzhou18`.`For_Sale` -- ----------------------------------------------------- SET FOREIGN_KEY_CHECKS=0;DROP TABLE IF EXISTS `db_zzhou18`.`For_Sale`;SET FOREIGN_KEY_CHECKS=1; CREATE TABLE `db_zzhou18`.`For_Sale` ( `Asking_Price` DECIMAL NOT NULL, `item_id` INT UNSIGNED NOT NULL, `item_name` VARCHAR(45) NOT NULL, PRIMARY KEY (`item_id`, `item_name`), FOREIGN KEY (`item_id` , `item_name`) REFERENCES `db_zzhou18`.`Item` (`item_id` , `item_name`) ON DELETE CASCADE); INSERT INTO db_zzhou18.Admin(username,admin_password) VALUES ("a1","b1"), ("a2", "b2"); INSERT INTO db_zzhou18.Users(id,username,user_password,email,admin_id,first_name,last_name,zipcode,address,gender,membership,birthday,credit_card_number,credit_card_exp,credit_card_cvs) VALUES (1,"a0001","b0001","a0001@gmail.com",1 , "John","Snow",52241,"123 Gilbert St IA","Male","Yes","12/04/1988","1234223432344234","08/19",123 ), (2,"a0002","b0002","a0002@gmail.com",1,"Alex","Wang",23412,"234 Gilber St IA","Male","No","12/03/1987","1234567822346678","09/19",234), (3,"a0003","b0003","a0003@gmail.com",2,"Sherlie","Wang",23464,"123 Lin St IA","Female","Yes","11/11/1911","2132135482751098","10/20",977), (4,"a0004","b0004","a0004@uiowa.edu",2,"Sarah","CrenShaw",22351,"456 Lin st IA","Female","No","08/15/1996","1298376197203716","10/20",977), (5,"a0005","b0005","a0005@uiowa.edu",1,"Richard","James",54312,"789 Lin St IA","Male","Yes","08/08/1988","1275638103162847","12/21",996); INSERT INTO db_zzhou18.Item(item_id,item_name,market_value,material,color,item_condition,retail_price,release_date,gender,Brand_brand_name) VALUES (1,"Yeezy_350 Boost 350",300,"leather","white","new",200,"10/10/2019","Male","Adidas"), (2,"Yeezy_350 Boost 350",320,"leather","black","new",220,"10/10/2019","Male","Adidas"), (3,"Yeezy_350 Boost 350",320,"leather","brown","new",220,"10/01/2019","Female","Adidas"), (4,"Jordan 4 Retro Bred",260,"Textiles leather","white","new",200,"08/08/2008","Male","Nike"), (5,"Jordan 4 Retro Bred",280,"Textiles leather","black","new",200,"08/08/2008","Male","Nike"), (6,"Jordan 4 Retro Bred",280,"Textiles leather","black","new",200,"08/08/2008","Female","Nike"), (7,"Jordan 4 Retro Bred",260,"Textiles leather","white","new",200,"08/08/2008","Female","Nike"), (8,"Epsom Kelly Sellier 32 ",15000,"leather","black","new",14950,"01/01/2018","Female","Hermes"), (9,"Epsom Kelly Sellier 32 ",15000,"leather","white","new",14950,"01/01/2018","Female","Hermes"), (10,"Crystal Accented Stainless Steel",450,"iron","white","new",400,"01/01/1988","Male","Bulova"), (11,"Crystal Accented Stainless Steel",450,"iron","black","new",400,"12/20/2000","Male","Bulova"), (12,"Pullover Parka Teal",190,"wool","green","new",100,"05/05/1999","Male","Supreme"), (13,"Pullover Parka Teal",190,"wool","white","new",100,"01/01/2009","Male","Supreme"), (14,"Pullover Parka Teal",190,"wool","black","new",100,"02/02/2004","Male","Supreme") ; INSERT INTO db_zzhou18.For_Sale(Asking_Price,item_id,item_name) VALUES (100,1,"Yeezy_350 Boost 350"), (100,2,"Yeezy_350 Boost 350"), (100,3,"Yeezy_350 Boost 350"), (200, 4,"Jordan 4 Retro Bred"); INSERT INTO db_zzhou18.Shoes(Shoe_Style,Shoe_Size,item_item_id,item_name) VALUES ("Streetwear",10,1,"Yeezy_350 Boost 350"), ("Streetwear",11,2,"Yeezy_350 Boost 350"), ("Streetwear",12,3,"Yeezy_350 Boost 350"), ("Basketball",10,4,"Jordan 4 Retro Bred"), ("Basketball",8,5,"Jordan 4 Retro Bred"), ("Basketball",12,6,"Jordan 4 Retro Bred"), ("Basketball",13,7,"Jordan 4 Retro Bred") ; INSERT INTO db_zzhou18.Streetwear(Streetwear_Size,item_id,item_name) VALUES ("Large",12,"Pullover Parka Teal"), ("Medium",13,"Pullover Parka Teal"), ("Large",14,"Pullover Parka Teal") ; INSERT INTO db_zzhou18.Watches(Reference_Number,Watch_Style,Case_Size,Dial,Movement,Band,item_id,item_name) VALUES(1,"Sport",44,"white","Bulova","Bulova",10,"Crystal Accented Stainless Steel"), (2,"Sport",44,"black","Bulova","Bulova",11,"Crystal Accented Stainless Steel") ; INSERT INTO db_zzhou18.Handbags(Bag_Style,Bag_Size,Dimensions,item_id,item_name) VALUES ("Purse","MM","6H 97.5W",8,"Epsom Kelly Sellier 32 "), ("Purse","MM","6H 97.5W",9,"Epsom Kelly Sellier 32 ") ; INSERT INTO db_zzhou18.Portfolio(date_created,user_id,item_id,item_name) VALUES("11/11/2011",1,10,"Crystal Accented Stainless Steel"), ("12/12/2012",3,11,"Crystal Accented Stainless Steel"), ("02/03/2016",2,5,"Jordan 4 Retro Bred"), ("03/14/2015",4,2,"Yeezy_350 Boost 350"); INSERT INTO db_zzhou18.Orders(user_id,item_id,sale_price,order_date,warehouse_location) VALUES (1,1,400,"05/05/2018","Iowa City"), (2,2,400,"05/04/2018","Iowa City"), (1,3,350,"05/05/2018","Kansas City"), (3,4,300,"05/05/2018","Kansas City"), (1,14,300,"12/05/2018","Seattle"), (4,6,350,"05/05/2018","Kansas City"); INSERT INTO db_zzhou18.History_Of_Sales(Trade_Range,Price_Premium,Volatility,Number_Of_Sales,Avg_Sale_Price,item_id,item_name) VALUES("$260-$380",40.5,7.7,3,250.00,1,"Yeezy_350 Boost 350"), ("$260-$280",40.5,7.7,2,270.00,4,"Jordan 4 Retro Bred"), ("$15000-$15000",40.5,7.7,2,15000.00,9,"Epsom Kelly Sellier 32 "); -- Queries -------------------------------- -- What items were purchased more than once SELECT item_name, COUNT(*) FROM Item NATURAL JOIN Orders GROUP BY user_id HAVING COUNT(*) > 1; -- What is the most popular shoe size? -- Left off at trying to figure out how to account for ties when finding maximum count. SELECT Shoe_Size FROM Shoes NATURAL JOIN Portfolio GROUP BY Shoe_Size ORDER BY COUNT(*) DESC LIMIT 1
--PROBLEM 06 --Select all deposit groups and their total deposit sums but only for --the wizards who have their magic wands crafted by Ollivander family. SELECT W.DepositGroup ,SUM(W.DepositAmount) AS TotalSum FROM WizzardDeposits AS W WHERE MagicWandCreator ='Ollivander family' GROUP BY DepositGroup
create table TBL_T_AGENCY (AGENCY_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', AGENCY_COMPANY_ID varchar(32) not null comment '', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', UPDATE_USER_ID varchar(32) not null comment '', UPDATE_USER_NAME varchar(100) not null comment '', primary key (AGENCY_ID), unique (AGENCY_COMPANY_ID)) comment='代理店' ENGINE=InnoDB; create table TBL_T_CALL_LOG (CALL_LOG_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', COMPANY_ID varchar(32) not null comment '', CALL_LOG_NO bigint not null comment '企業ごとの一連番号 (登録時に最大値+1を設定)', STATUS varchar(2) not null comment '0:通話中でない 1:通話中', START_DATE datetime(3) not null comment '', END_DATE datetime(3) not null comment '開始時は開始日時と同じ値を設定', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', UPDATE_USER_ID varchar(32) not null comment '', UPDATE_USER_NAME varchar(100) not null comment '', DELETE_DATE datetime(3) comment '', primary key (CALL_LOG_ID), unique (COMPANY_ID, CALL_LOG_NO)) comment='通話ログ' ENGINE=InnoDB; create table TBL_T_CALL_LOG_DETAIL (CALL_LOG_DETAIL_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', COMPANY_ID varchar(32) not null comment '', CALL_LOG_ID bigint not null comment '', LOG longtext not null comment 'LONGTEXT 使用', BEGIN integer comment 'ミリ秒', END integer comment 'ミリ秒', VOICE_EXISTENCE bit not null comment 'false:無、true:有', BORDER bit not null comment 'false:区切行でない、true:区切行', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', UPDATE_USER_ID varchar(32) not null comment '', UPDATE_USER_NAME varchar(100) not null comment '', DELETE_DATE datetime(3) comment '', primary key (CALL_LOG_DETAIL_ID)) comment='通話ログ詳細' ENGINE=InnoDB; create table TBL_T_CALL_USER (CALL_USER_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', COMPANY_ID varchar(32) not null comment '', CALL_LOG_ID bigint not null comment '', USER_ID varchar(32) not null comment '通話していた担当者', USER_NAME varchar(100) not null comment '', START_DATE datetime(3) not null comment '', END_DATE datetime(3) not null comment '開始時は開始日時と同じ値を設定', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', UPDATE_USER_ID varchar(32) not null comment '', UPDATE_USER_NAME varchar(100) not null comment '', DELETE_DATE datetime(3) comment '', primary key (CALL_USER_ID)) comment='通話者ログ' ENGINE=InnoDB; create table TBL_T_CHECKWORD (CHECKWORD_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', COMPANY_ID varchar(32) not null comment '', CHECKWORD varchar(100) not null comment '', COLOR_THEME varchar(20) not null comment '', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', UPDATE_USER_ID varchar(32) not null comment '', UPDATE_USER_NAME varchar(100) not null comment '', primary key (CHECKWORD_ID), unique (COMPANY_ID, CHECKWORD)) comment='チェックワード' ENGINE=InnoDB; create table TBL_T_COMPANY_MANAGEMENT (COMPANY_MANAGEMENT_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', COMPANY_ID varchar(32) not null comment '', COMPANY_NAME varchar(100) comment '', AGENCY_COMPANY_ID varchar(32) not null comment '', RECAIUS_LICENSE_ID bigint not null comment '', RECAIUS_MODEL_ID integer not null comment '', ENERGY_THRESHOLD integer not null comment '0~1000', HASHED_COMPANY_ID varchar(100) comment '企業IDのSHA-256ハッシュ', SAVE_VOICE bit comment 'true:通話時に音声ファイルを保存する false:通話時に音声ファイルの保存をしない', PERMIT_IP_ADDRESS varchar(3000) comment 'TEXT型で定義する', VOICE_KEEP_DAYS integer comment '', LOGICAL_DELETE_LOG_KEEP_DAYS integer comment '', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', UPDATE_USER_ID varchar(32) not null comment '', UPDATE_USER_NAME varchar(100) not null comment '', primary key (COMPANY_MANAGEMENT_ID), unique (COMPANY_ID), unique (HASHED_COMPANY_ID)) comment='企業管理' ENGINE=InnoDB; create table TBL_T_KNOWLEDGE (KNOWLEDGE_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', COMPANY_ID varchar(32) not null comment '', KNOWLEDGE_NO bigint not null comment '企業ごとの一連番号 (登録時に最大値+1を設定)', TITLE varchar(100) not null comment '', CONTENT longtext not null comment 'LONGTEXT 使用', SCRIPT longtext comment 'LONGTEXT 使用', CLICK_COUNT bigint not null comment '登録時に 0 を設定', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', UPDATE_USER_ID varchar(32) not null comment '', UPDATE_USER_NAME varchar(100) not null comment '', primary key (KNOWLEDGE_ID), unique (COMPANY_ID, TITLE), unique (COMPANY_ID, KNOWLEDGE_NO)) comment='ナレッジ DB' ENGINE=InnoDB; create table TBL_T_KNOWLEDGE_TAG (KNOWLEDGE_TAG_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', KNOWLEDGE_ID bigint not null comment '', TAG_ID bigint not null comment '', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', primary key (KNOWLEDGE_TAG_ID), unique (KNOWLEDGE_ID, TAG_ID)) comment='ナレッジ-タグ関連テーブル' ENGINE=InnoDB; create table TBL_T_MANUAL (MANUAL_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', COMPANY_ID varchar(32) not null comment '', KNOWLEDGE_ID bigint not null comment '', MANUAL_NAME varchar(100) comment '', MANUAL_PAGE varchar(10) comment '', MANUAL_URL varchar(255) comment '', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', UPDATE_USER_ID varchar(32) not null comment '', UPDATE_USER_NAME varchar(100) not null comment '', primary key (MANUAL_ID)) comment='マニュアル' ENGINE=InnoDB; create table TBL_T_RECAIUS_LICENSE (RECAIUS_LICENSE_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', SERVICE_ID varchar(300) not null comment '', PASSWORD varchar(300) not null comment '', AGENCY_COMPANY_ID varchar(32) comment '', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', UPDATE_USER_ID varchar(32) not null comment '', UPDATE_USER_NAME varchar(100) not null comment '', primary key (RECAIUS_LICENSE_ID), unique (SERVICE_ID)) comment='リカイアスライセンス' ENGINE=InnoDB; create table TBL_T_REFERENCE (REFERENCE_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', COMPANY_ID varchar(32) not null comment '', KNOWLEDGE_ID bigint not null comment '', REFERENCE_URL varchar(255) comment '', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', UPDATE_USER_ID varchar(32) not null comment '', UPDATE_USER_NAME varchar(100) not null comment '', primary key (REFERENCE_ID)) comment='参照先' ENGINE=InnoDB; create table TBL_T_TAG (TAG_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', COMPANY_ID varchar(32) not null comment '', TAG_NAME varchar(100) not null comment '', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', UPDATE_USER_ID varchar(32) not null comment '', UPDATE_USER_NAME varchar(100) not null comment '', primary key (TAG_ID), unique (COMPANY_ID, TAG_NAME)) comment='タグ' ENGINE=InnoDB; create table TBL_T_USE_TIME (USE_TIME_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', COMPANY_ID varchar(32) not null comment '', COMPANY_NAME varchar(100) comment '(トライアルでは使用しない)', USER_ID varchar(32) not null comment '', USER_NAME varchar(100) not null comment '', TYPE varchar(2) not null comment '1:音声解析 2:要約', START_DATE datetime(3) not null comment '', END_DATE datetime(3) not null comment '開始時は開始日時と同じ値を設定', USE_TIME bigint not null comment '単位:ミリ秒/登録時に 0 を設定', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', UPDATE_USER_ID varchar(32) not null comment '', UPDATE_USER_NAME varchar(100) not null comment '', primary key (USE_TIME_ID)) comment='利用時間' ENGINE=InnoDB; create table TBL_T_VOICE_ENCODE_QUEUE (VOICE_ENCODE_QUEUEL_ID bigint not null auto_increment comment 'レコードの主キー', UPDATE_DATE datetime(3) not null comment '', COMPANY_ID varchar(32) not null comment '', CALL_LOG_ID bigint not null comment '', CALL_LOG_DETAIL_ID bigint not null comment '', CREATE_DATE datetime(3) not null comment '', CREATE_USER_ID varchar(32) not null comment '', CREATE_USER_NAME varchar(100) not null comment '', primary key (VOICE_ENCODE_QUEUEL_ID)) comment='通話音声圧縮キュー' ENGINE=InnoDB; create index IDX_CALLLOG_COMPANY on TBL_T_CALL_LOG (COMPANY_ID); create index IDX_CALLLOGDTL_COMPANY on TBL_T_CALL_LOG_DETAIL (COMPANY_ID); create index IDX_CALLUSER_COMPANY on TBL_T_CALL_USER (COMPANY_ID); create index IDX_CALLUSER_START_DATE on TBL_T_CALL_USER (START_DATE); create index IDX_CALLUSER_CALLLOG on TBL_T_CALL_USER (CALL_LOG_ID); create index IDX_CHECKWORD_COMPANY on TBL_T_CHECKWORD (COMPANY_ID); create index IDX_COMPANY_MANAGEMENT on TBL_T_COMPANY_MANAGEMENT (COMPANY_ID); create index IDX_KNOWLEDGE_COMPANY on TBL_T_KNOWLEDGE (COMPANY_ID); create index IDX_KNOWLEDGE_TAG_KNOWLEDGE on TBL_T_KNOWLEDGE_TAG (KNOWLEDGE_ID); create index IDX_KNOWLEDGE_TAG_TAG on TBL_T_KNOWLEDGE_TAG (TAG_ID); create index IDX_MANUAL_COMPANY on TBL_T_MANUAL (COMPANY_ID); create index IDX_MANUAL_KNOWLEDGE on TBL_T_MANUAL (KNOWLEDGE_ID); create index IDX_REFERENCE_COMPANY on TBL_T_REFERENCE (COMPANY_ID); create index IDX_REFERENCE_KNOWLEDGE on TBL_T_REFERENCE (KNOWLEDGE_ID); create index IDX_TAG_COMPANY on TBL_T_TAG (COMPANY_ID); create index IDX_USETIME_START_DATE on TBL_T_USE_TIME (START_DATE); create index IDX_USETIME_END_DATE on TBL_T_USE_TIME (END_DATE); create index IDX_USETIME_COMPANY on TBL_T_USE_TIME (COMPANY_ID); create index IDX_CALLLOGDTL_COMPANY on TBL_T_VOICE_ENCODE_QUEUE (COMPANY_ID);
---rev 17---- Select name from v$database;
''' problem: Julia just finished conducting a coding contest, and she needs your help assembling the leaderboard! Write a query to print the respective hacker_id and name of hackers who achieved full scores for more than one challenge. Order your output in descending order by the total number of challenges in which the hacker earned a full score. If more than one hacker received full scores in same number of challenges, then sort them by ascending hacker_id. ref: https://www.hackerrank.com/challenges/full-score/problem ''' select hackers.hacker_id, hackers.name from submissions join challenges on submissions.challenge_id = challenges.challenge_id join difficulty on challenges.difficulty_level = difficulty.difficulty_level join hackers on submissions.hacker_id = hackers.hacker_id where submissions.score = difficulty.score and difficulty.difficulty_level = challenges.difficulty_level group by hackers.hacker_id, hackers.name having count(*)>1 order by count(*) desc, hackers.hacker_id;
CREATE PROCEDURE P_LISTAR_REVENDEDOR_VINHO @vinho VARCHAR(50) AS SELECT DISTINCT r.nome as revendedor FROM vinho_revendedor vr INNER JOIN vinho v ON v.codigo = vr.cod_vinho AND v.nome = @vinho INNER JOIN revendedor r ON r.codigo = vr.cod_revendedor EXEC P_LISTAR_REVENDEDOR_VINHO 'vFacao'
-- phpMyAdmin SQL Dump -- version 4.9.7 -- https://www.phpmyadmin.net/ -- -- Host: localhost:8889 -- Generation Time: Jun 27, 2021 at 10:23 PM -- Server version: 5.7.32 -- PHP Version: 7.4.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `cms` -- -- -------------------------------------------------------- -- -- Table structure for table `categories` -- CREATE TABLE `categories` ( `cat_id` int(3) NOT NULL, `cat_title` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `categories` -- INSERT INTO `categories` (`cat_id`, `cat_title`) VALUES (7, 'Cornell'), (8, 'Food'), (9, 'Waterfalls'), (10, 'Gorges'); -- -------------------------------------------------------- -- -- Table structure for table `comments` -- CREATE TABLE `comments` ( `comment_id` int(3) NOT NULL, `comment_post_id` int(3) NOT NULL, `comment_author` varchar(255) NOT NULL, `comment_email` varchar(255) NOT NULL, `comment_content` text NOT NULL, `comment_status` varchar(25) NOT NULL, `comment_date` date NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `comments` -- INSERT INTO `comments` (`comment_id`, `comment_post_id`, `comment_author`, `comment_email`, `comment_content`, `comment_status`, `comment_date`) VALUES (9, 22, 'Harry Potter', 'hp123@gmail.com', 'It looks beautiful!', 'approved', '2021-06-27'), (10, 23, 'Hermione Granger', 'hg123@gmail.com', 'The chimes can be loud. ', 'approved', '2021-06-27'), (11, 30, 'Xian', 'xsfsdsf@gmail.com', 'The gorge is only open during the summer.', 'approved', '2021-06-27'), (12, 30, 'Xian', 'xsf@gmail.com', 'Be aware of the snakes though.', 'approved', '2021-06-27'), (13, 23, 'Ron', 'rd@gmail.com', 'They are loud indeed!', 'approved', '2021-06-27'), (14, 31, 'Ron', 'rd@gmail.com', 'You can see many drunken students during the weekends!', 'approved', '2021-06-27'); -- -------------------------------------------------------- -- -- Table structure for table `posts` -- CREATE TABLE `posts` ( `post_id` int(3) NOT NULL, `post_category_id` int(3) NOT NULL, `post_title` varchar(255) NOT NULL, `post_author` varchar(255) DEFAULT NULL, `post_user` varchar(255) DEFAULT NULL, `post_date` date NOT NULL, `post_image` text NOT NULL, `post_content` text NOT NULL, `post_tags` varchar(255) NOT NULL, `post_comment_count` int(11) NOT NULL DEFAULT '0', `post_status` varchar(255) NOT NULL DEFAULT 'draft' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `posts` -- INSERT INTO `posts` (`post_id`, `post_category_id`, `post_title`, `post_author`, `post_user`, `post_date`, `post_image`, `post_content`, `post_tags`, `post_comment_count`, `post_status`) VALUES (22, 7, 'AD White Library', NULL, 'xian', '2021-06-27', 'IMG_0101.jpeg', '<p>One of the most iconic places at Cornell</p>', 'Library', 0, 'published'), (23, 7, 'McGraw Tower', NULL, 'xian', '2021-06-27', 'IMG_0651.jpeg', '<p>A clock tower with concerts performed by chime masters every morning, noon, and evening.</p>', 'McGraw Tower', 0, 'published'), (24, 7, 'Fuertes Observatory', NULL, 'xian', '2021-06-27', 'IMG_0504.jpeg', '<p>It is located next to Beebe lake. </p> \r\n \r\n ', 'Observatory', 0, 'published'), (25, 9, 'Taughannock falls', NULL, 'xian', '2021-06-27', 'IMG_0448.jpeg', '<p>One of the largest waterfalls in the Ithaca area.&nbsp;</p>', 'Waterfalls', 0, 'published'), (26, 7, 'Beebe Lake', NULL, 'xian', '2021-06-27', 'IMG_9088.jpeg', '<p>An artificial lake on campus.</p>', 'Beebe Lake ', 0, 'published'), (27, 7, 'Beebe Lake', NULL, 'Harry', '2021-06-27', 'IMG_9080.jpeg', '<p>A bridge.&nbsp;</p>', 'Beebe Lake ', 0, 'published'), (28, 9, 'Triphammer Falls', NULL, 'Hermione', '2021-06-27', 'IMG_9169.jpeg', '<p>One of the many waterfalls on campus.&nbsp;</p>', 'Triphammer Falls', 0, 'published'), (29, 7, 'Cornell War Memorial', NULL, 'xian', '2021-06-27', 'IMG_8841.jpeg', '', 'War Memorial at Cornell', 0, 'published'), (30, 10, 'Cascadilla Creek', NULL, 'Harry', '2021-06-27', 'IMG_8993.jpeg', '<p>One of the many creeks in Ithaca.</p> \r\n \r\n ', 'Creeks ', 0, 'published'), (31, 8, 'Ithaca Commons', NULL, 'xian', '2021-06-27', '2560px-Ithaca_Commons_(New_York).jpg', '<p>Ithaca Commons has many restaurants.</p>', 'Ithaca Commons', 0, 'published'), (33, 10, 'Cascadilla Creek', NULL, 'xian', '2021-06-27', 'IMG_8855.jpeg', '<p>Another picture of the gorge. </p> \r\n \r\n ', 'Cascadilla Creek', 0, 'published'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `user_id` int(3) NOT NULL, `username` varchar(255) NOT NULL, `user_password` varchar(255) NOT NULL, `user_firstname` varchar(255) DEFAULT NULL, `user_lastname` varchar(255) DEFAULT NULL, `user_email` varchar(255) NOT NULL, `user_image` text, `user_role` varchar(255) NOT NULL, `randSalt` varchar(255) DEFAULT '$2y$10$iusesomecrazystrings22' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `users` -- INSERT INTO `users` (`user_id`, `username`, `user_password`, `user_firstname`, `user_lastname`, `user_email`, `user_image`, `user_role`, `randSalt`) VALUES (1, 'xian', '$2y$12$qbZci9YnhfBn0KgNGsAR1OSJaND7q71uAnWj.nc.gvo7euc8e5PwO', 'Xian', 'shi', 'xsdddd@gmail.com', '', 'admin', ''), (7, 'js123', '$2y$10$iFaXp5tCvilxUYORdhGqM.9de3mdZRd7rDSNP5fOgjkY2DwP9nhyG', 'John', 'Smith', 'js123@gmail.com', NULL, 'admin', '$2y$10$iusesomecrazystrings22'), (8, 'td123', '$2y$10$Aenx8p4PltSF0Thwc6gQwuFuLHaX9rhJKZlBeJMb0.1n1Htfb.hAS', 'Tilda', 'Swinton ', 'td123@gmail.com', NULL, 'admin', '$2y$10$iusesomecrazystrings22'), (9, 'Harry', '$2y$12$Yjj1JY22s9DJuytBHsvRoOhvNANe03jHpk/IhrKPyKVUPm7WN4Wru', 'Harry ', 'Potter', 'hpfans123@gmail.com', NULL, 'subscriber', '$2y$10$iusesomecrazystrings22'), (10, 'Hermione', '$2y$12$gKBt6zvzCJXkCcIxRv39XeidMPHlOLOqBA3yJ5IJyOGaWYos8OyLS', 'Hermione', 'Granger', 'hg123@gmail.com', NULL, 'subscriber', '$2y$10$iusesomecrazystrings22'), (11, 'Ron', '$2y$10$z5tnsTfN/IkGF1K1DDbgGOQno4wbSHP0k6G.JzbQcCiOn/azaq//S', 'Ron', 'Weasley', 'rw123@gmail.com', NULL, 'subscriber', '$2y$10$iusesomecrazystrings22'); -- -------------------------------------------------------- -- -- Table structure for table `users_online` -- CREATE TABLE `users_online` ( `id` int(11) NOT NULL, `session` varchar(255) NOT NULL, `time` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Indexes for dumped tables -- -- -- Indexes for table `categories` -- ALTER TABLE `categories` ADD PRIMARY KEY (`cat_id`); -- -- Indexes for table `comments` -- ALTER TABLE `comments` ADD PRIMARY KEY (`comment_id`); -- -- Indexes for table `posts` -- ALTER TABLE `posts` ADD PRIMARY KEY (`post_id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`user_id`); -- -- Indexes for table `users_online` -- ALTER TABLE `users_online` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `categories` -- ALTER TABLE `categories` MODIFY `cat_id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `comments` -- ALTER TABLE `comments` MODIFY `comment_id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `posts` -- ALTER TABLE `posts` MODIFY `post_id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `user_id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `users_online` -- ALTER TABLE `users_online` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=467; /*!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 PROCEDURE IF EXISTS tutorials.InsertComment; CREATE PROCEDURE tutorials.`InsertComment`(IN commentPositiveIN varchar(255), IN commentNegativeIN varchar(255), IN commentMessageIN varchar(255), IN userIdIN int(11), articleIdIN int(11)) BEGIN INSERT INTO comment(commentPositive, commentNegative, commentMessage, userId, commentCreatedDate, articleId ) VALUES(commentPositiveIN, commentNegativeIN, commentMessageIN, userIdIN, curdate(), articleIdIN); END;
CREATE DATABASE /*!32312 IF NOT EXISTS*/`nice` /*!40100 DEFAULT CHARACTER SET utf8 */; USE `nice`; /*Table structure for table `t_admin` */ CREATE TABLE `t_admin` ( `adminId` char(32) NOT NULL, `adminname` varchar(50) DEFAULT NULL, `adminpwd` varchar(50) DEFAULT NULL, PRIMARY KEY (`adminId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*Table structure for table `t_user` */ CREATE TABLE `t_user` ( `uid` char(32) NOT NULL, `loginname` varchar(50) DEFAULT NULL, `loginpass` varchar(50) DEFAULT NULL, `email` varchar(50) DEFAULT NULL, `status` tinyint(1) DEFAULT NULL, `activationCode` char(64) DEFAULT NULL, PRIMARY KEY (`uid`), UNIQUE KEY `loginname` (`loginname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*Table structure for table `t_category` */ CREATE TABLE `t_category` ( `cid` char(32) NOT NULL, `cname` varchar(50) DEFAULT NULL, `pid` char(32) DEFAULT NULL, `desc` varchar(100) DEFAULT NULL, `orderBy` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`cid`), UNIQUE KEY `cname` (`cname`), KEY `FK_t_category_t_category` (`pid`), KEY `orderBy` (`orderBy`), CONSTRAINT `FK_t_category_t_category` FOREIGN KEY (`pid`) REFERENCES `t_category` (`cid`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8; /*Table structure for table `t_book` */ CREATE TABLE `t_book` ( `bid` char(32) NOT NULL, `bname` varchar(200) DEFAULT NULL, `author` varchar(50) DEFAULT NULL, `price` decimal(8,2) DEFAULT NULL, `currPrice` decimal(8,2) DEFAULT NULL, `discount` decimal(3,1) DEFAULT NULL, `press` varchar(100) DEFAULT NULL, `publishtime` char(10) DEFAULT NULL, `edition` int(11) DEFAULT NULL, `pageNum` int(11) DEFAULT NULL, `wordNum` int(11) DEFAULT NULL, `printtime` char(10) DEFAULT NULL, `booksize` int(11) DEFAULT NULL, `paper` varchar(50) DEFAULT NULL, `cid` char(32) DEFAULT NULL, `image_w` varchar(100) DEFAULT NULL, `image_b` varchar(100) DEFAULT NULL, `orderBy` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`bid`), KEY `orderBy` (`orderBy`), KEY `FK_t_book_t_category` (`cid`), CONSTRAINT `FK_t_book_t_category` FOREIGN KEY (`cid`) REFERENCES `t_category` (`cid`) ) ENGINE=InnoDB AUTO_INCREMENT=102 DEFAULT CHARSET=utf8; /*Table structure for table `t_cartitem` */ CREATE TABLE `t_cartitem` ( `cartItemId` char(32) NOT NULL, `quantity` int(11) DEFAULT NULL, `bid` char(32) DEFAULT NULL, `uid` char(32) DEFAULT NULL, `orderBy` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`cartItemId`), KEY `orderBy` (`orderBy`), KEY `FK_t_cartitem_t_user` (`uid`), KEY `FK_t_cartitem_t_book` (`bid`), CONSTRAINT `FK_t_cartitem_t_book` FOREIGN KEY (`bid`) REFERENCES `t_book` (`bid`), CONSTRAINT `FK_t_cartitem_t_user` FOREIGN KEY (`uid`) REFERENCES `t_user` (`uid`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; /*Table structure for table `t_order` */ CREATE TABLE `t_order` ( `oid` char(32) NOT NULL, `ordertime` char(19) DEFAULT NULL, `total` decimal(10,2) DEFAULT NULL, `status` int(11) DEFAULT NULL, `address` varchar(1000) DEFAULT NULL, `uid` char(32) DEFAULT NULL, PRIMARY KEY (`oid`), KEY `FK_t_order_t_user` (`uid`), CONSTRAINT `FK_t_order_t_user` FOREIGN KEY (`uid`) REFERENCES `t_user` (`uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*Table structure for table `t_orderitem` */ CREATE TABLE `t_orderitem` ( `orderItemId` char(32) NOT NULL, `quantity` int(11) DEFAULT NULL, `subtotal` decimal(8,2) DEFAULT NULL, `bid` char(32) DEFAULT NULL, `bname` varchar(200) DEFAULT NULL, `currPrice` decimal(8,2) DEFAULT NULL, `image_b` varchar(100) DEFAULT NULL, `oid` char(32) DEFAULT NULL, PRIMARY KEY (`orderItemId`), KEY `FK_t_orderitem_t_order` (`oid`), CONSTRAINT `FK_t_orderitem_t_order` FOREIGN KEY (`oid`) REFERENCES `t_order` (`oid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/****** Object: StoredProcedure [dbo].[prc_CWI_GetImportColumnMappingByFile] Script Date: 8/26/2014 9:51:18 AM ******/ IF EXISTS (SELECT * FROM sys.objects WHERE type = 'P' AND name = 'prc_CWI_GetImportColumnMappingByFile' ) DROP PROCEDURE [dbo].[prc_CWI_GetImportColumnMappingByFile] GO /****** Object: StoredProcedure [dbo].[prc_CWI_GetImportColumnMappingByFile] Script Date: 8/26/2014 9:51:18 AM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO /******************************************************************************************************************************************* * PROCEDURE: prc_CWI_GetImportColumnMappingByFile * Purpose : This PROC would be called to get the import column mapping for a * particular integration file, whose ID is passed as parameter * Invoked from : <TBD> * CREATED: Lino Garcia * MODIFICATION HISTORY * DATE AUTHOR DESCRIPTION 08/19/2014 ********************************************************************** Execution example : ********************************************************************** exec prc_CWI_GetImportColumnMappingByFile 1 ********************************************************************************************************************************************/ CREATE PROCEDURE [dbo].[prc_CWI_GetImportColumnMappingByFile] @FileID INTEGER AS BEGIN BEGIN TRY SELECT icm.[ImportColumnName], icm.[ColumnID], ic.[ColumnName], ic.[ColumnDisplayName], ic.[ColumnDataType], idt.[ColumnDataTypeName], ic.[Required], ic.[Length], ic.[Format] FROM [dbo].[CWI_ImportColumnMap] icm INNER JOIN [dbo].[CWI_ImportColumn] ic ON ic.[ColumnID] = icm.[ColumnID] INNER JOIN [dbo].[CWI_ImportDataType] idt ON idt.[ColumnDataTypeID] = ic.[ColumnDataType] WHERE icm.[FileID] = @FileID order by icm.[Order] END TRY BEGIN CATCH EXEC prc_CWI_AppRaiseError; THROW; END CATCH END GO
CREATE DATABASE IF NOT EXISTS todo_db; USE todo_db; CREATE TABLE users ( id INT PRIMARY KEY AUTO_INCREMENT, username VARCHAR(50) NOT NULL, UNIQUE(username) ); CREATE TABLE lists ( id INT PRIMARY KEY AUTO_INCREMENT, title VARCHAR(50) NOT NULL, user_id int not null, foreign key (user_id) references users(id) ); CREATE TABLE tasks ( id INT PRIMARY KEY AUTO_INCREMENT, title VARCHAR(50) NOT NULL, description VARCHAR(250) NOT NULL, tags VARCHAR(250), position INT, completed boolean not null default 0, list_id int not null, foreign key (list_id) references lists(id) );
select * from sc_cce.tbl_tit where vl_tit = 14860.44 and dt_vnc_tit >= '2019-12-27'; select * from sc_cbr.tbl_blt where cd_blt = 48805; select * from sc_cbr.tbl_drb where cd_drb = 44752; --listando todas as faixas de nosso números cadastradas select cce.cd_cce, gem.cd_gem || ' - ' || gem.nm_gem as grupo_empresarial, emp.cd_emp || ' - ' || emp.nm_emp as empresa, cnt.cd_cnt || ' - ' || cnt.nm_cnt as conta, cun.nr_cpf_cnpj_cun as cnpj, cun.nm_cun as razao_social, cce.ns_nmr_ini_cce || ' - ' || cce.ns_nmr_fin_cce as faixa_nosso_numero from sc_cce.tbl_cce cce inner join sc_cad.tbl_cun cun on cce.cd_cun = cun.cd_cun inner join sc_cad.tbl_fem fem on cun.cd_cun = fem.cd_cun and fem.cd_fem = 1 inner join sc_cad.tbl_emp emp on fem.cd_emp = emp.cd_emp inner join sc_cad.tbl_gem gem on emp.cd_gem = gem.cd_gem inner join sc_cnt.tbl_cnt cnt on cce.cd_cnt = cnt.cd_cnt order by faixa_nosso_numero asc; select * from sc_cbr.tbl_harcg order by cd_harcg desc limit 10 --listando todas as baixas de boleto de conta PJ de um determinado período select blt.cd_doc_blt as nosso_numero, blt.cd_blt as codigo_boleto, blt.nr_nsu_org_blt as numero_titulo, blt.dt_vnc_blt as data_vencimento, blt.vl_blt as valor_boleto, blt.nm_sac_blt as sacado, blt.nr_cpfcnpj_sac_blt as cnpj_sacado, blt.nm_avl_blt as avalista, blt.nr_cpf_cnpj_avl_blt as cnpj_avalista, blt.nr_lin_dgt_blt as linha_digitavel, darcg.vl_pgt_darcg as valor_pago, darcg.dt_ocb_darcg as data_pagamento, darcg.dt_crd_darcg as data_baixa, darcg.vl_jrs_darcg as vaor_juros_pago, ccb.cd_cnt || ' - ' || cnt.nm_cnt as conta_bancaria--, blt.* from sc_cbr.tbl_darcg darcg inner join sc_cbr.tbl_harcg harcg on harcg.cd_harcg = darcg.cd_harcg inner join sc_cbr.tbl_blt blt on blt.cd_blt = darcg.cd_blt inner join sc_cbr.tbl_ccb ccb on blt.cd_ccb = ccb.cd_ccb inner join sc_cnt.tbl_cnt cnt on ccb.cd_cnt = cnt.cd_cnt where darcg.st_darcg = 2 --and harcg.cd_harcg = vp_cod_arquivo and harcg.st_harcg = 2 and blt.tp_org_blt = 8 --Boleto de conta PJ and darcg.nr_ocr_darcg in (6, 17) --TP_OCORRENCIA_LIQUIDACAO, TP_OCORRENCIA_LIQUIDACAO_POS_BAIXA_OU_TITULO_NAO_REGISTRADO and harcg.nr_cdt_harcg = 4831845 and harcg.dt_crd_harcg >= '2019-12-24' -- data inicial da baixa and harcg.dt_crd_harcg <= '2019-12-27' -- data final da baixa and blt.cd_doc_blt = 48318460267 --nosso numero do boleto order by nosso_numero; --listando todos os boletos baixados de forma errada select cnt.cd_cnt || ' - ' || cnt.nm_cnt as conta_credito, cnt_err.cd_cnt || ' - ' || cnt_err.nm_cnt as conta_errado, cce.cd_cce, tit.vl_tit as valor_titulo, tit.vl_pgt_tit as valor_pago, tit.ns_nmr_tit as nosso_numero, tit.st_tit as situacao from sc_cce.tbl_tit tit inner join sc_cce.tbl_cce cce on tit.ns_nmr_tit >= cce.ns_nmr_ini_cce and tit.ns_nmr_tit <= cce.ns_nmr_fin_cce inner join sc_cce.tbl_cce cce_err on tit.cd_cce = cce_err.cd_cce inner join sc_cnt.tbl_cnt cnt on cce.cd_cnt = cnt.cd_cnt inner join sc_cnt.tbl_cnt cnt_err on cce_err.cd_cnt = cnt_err.cd_cnt where tit.st_tit = 2 and tit.cd_cce = 3 and cce.cd_cce = 1; select * from SC_PBL.TBL_UPL where cd_upl = 11; select * from sc_cce.tbl_hrb hrb inner join sc_cce.tbl_drb drb on hrb.cd_hrb = drb.cd_hrb where drb.nr_doc_drb = 48318460267 --cd_cce = 3 order by hrb.cd_hrb desc limit 10; select max(nr_doc_drb) from sc_cce.tbl_drb drb where cd_hrb = 5031; select * from sc_cad.tbl_dmn where nm_cmp_dmn = 'ST_TIT' select * from sc_job.tbl_plj
/*==============================================================*/ /* DBMS name: MySQL 5.0 */ /* Created on: 2018-07-06 20:12:36 */ /*==============================================================*/ drop table if exists bk_page_item; drop table if exists sso_user; /*==============================================================*/ /* User: dbo */ /*==============================================================*/ create user dbo; /*==============================================================*/ /* Table: bk_page_item */ /*==============================================================*/ create table bk_page_item ( id int not null comment '页面元素ID', code char(10) comment '代码', module_id int comment '系统ID', primary key (id) ); alter table bk_page_item comment '页面元素'; /*==============================================================*/ /* Table: sso_user */ /*==============================================================*/ create table sso_user ( id int not null comment '主键ID', nickname varchar(50) comment '昵称', name varchar(50) comment '账户名', pwd varchar(15) comment '密码', mobile varchar(20) comment '手机号', addtime datetime comment '注册时间', active_code varchar(2) default '1' comment '用户状态(1, 启动; 0, 禁用)', deleted int default 1 comment '注销标识(0, 未注销;1,已注销)', usr_type_code varchar(20) comment '用户类型(1,租户;2, 普通用户;3, 合作伙伴;4,平台管理员)', usr_type_name varchar(50), tenant_id int, open_id varchar(500) comment '微信用户身份标识代码', primary key (id) ); alter table sso_user comment '用户表';
/* Создание таблицы объектов карты */ CREATE TABLE /*PREFIX*/MAP_OBJECTS ( STREET_ID VARCHAR(32) NOT NULL, HOUSE VARCHAR(10) NOT NULL, LAT DOUBLE PRECISION NOT NULL, LON DOUBLE PRECISION NOT NULL, PRIMARY KEY (STREET_ID,HOUSE), FOREIGN KEY (STREET_ID) REFERENCES /*PREFIX*/STREETS (STREET_ID) ) -- /* Создание просмотра объектов карты */ CREATE VIEW /*PREFIX*/S_MAP_OBJECTS ( STREET_ID, HOUSE, LAT, LON, STREET_NAME, STREET_PREFIX, LOCALITY_ID, LOCALITY_NAME, LOCALITY_PREFIX ) AS SELECT MO.*, S.NAME AS STREET_NAME, S.PREFIX AS STREET_PREFIX, L.LOCALITY_ID, L.NAME AS LOCALITY_NAME, L.PREFIX AS LOCALITY_PREFIX FROM /*PREFIX*/MAP_OBJECTS MO JOIN /*PREFIX*/STREETS S ON S.STREET_ID=MO.STREET_ID JOIN /*PREFIX*/LOCALITIES L ON L.LOCALITY_ID=S.LOCALITY_ID -- /* Создание процедуры добавления объекта карты */ CREATE PROCEDURE /*PREFIX*/I_MAP_OBJECT ( STREET_ID VARCHAR(32), HOUSE VARCHAR(10), LAT DOUBLE PRECISION, LON DOUBLE PRECISION ) AS BEGIN INSERT INTO /*PREFIX*/MAP_OBJECTS (STREET_ID,HOUSE,LAT,LON) VALUES (:STREET_ID,:HOUSE,:LAT,:LON); END; -- /* Создание процедуры изменения объекта карты */ CREATE PROCEDURE /*PREFIX*/U_MAP_OBJECT ( STREET_ID VARCHAR(32), HOUSE VARCHAR(10), LAT DOUBLE PRECISION, LON DOUBLE PRECISION, OLD_STREET_ID VARCHAR(32), OLD_HOUSE VARCHAR(10) ) AS BEGIN UPDATE /*PREFIX*/MAP_OBJECTS SET STREET_ID=:STREET_ID, HOUSE=:HOUSE, LAT=:LAT, LON=:LON WHERE STREET_ID=:OLD_STREET_ID AND HOUSE=:OLD_HOUSE; END; -- /* Создание процедуры удаления объекта карты */ CREATE PROCEDURE /*PREFIX*/D_MAP_OBJECT ( OLD_STREET_ID VARCHAR(32), OLD_HOUSE VARCHAR(10) ) AS BEGIN DELETE FROM /*PREFIX*/MAP_OBJECTS WHERE STREET_ID=:OLD_STREET_ID AND HOUSE=:OLD_HOUSE; END; -- /* Фиксация изменений */ COMMIT
-- We should reference departments to employees CREATE TABLE employees ( emp_id SERIAL PRIMARY KEY, emp_name TEXT NOT NULL, emp_months_at_job INT NOT NULL, emp_is_full_time BOOLEAN NOT NULL, manager_name TEXT DEFAULT '' ); CREATE TABLE departments ( dept_id SERIAL PRIMARY KEY, dept_name TEXT NOT NULL, employee_id INTEGER NOT NULL REFERENCES employees ); INSERT INTO employees (emp_name, emp_months_at_job, emp_is_full_time, manager_name) VALUES ('Nick Styles', 32, TRUE, 'Genna Sussman'), ('Genna Sussman', 15, FALSE, NULL), ('Roger Clark', 43, FALSE, 'Genna Sussman'), ('Jim Gaffigan', 21, TRUE, 'Nick Styles'); INSERT INTO departments (dept_name, employee_id) VALUES ('Legal', 1), ('Exec', 2), ('Finance', 3); -- Query 1 -- SELECT emp_name, manager_name, emp_id FROM employees;
USE employees; SELECT * FROM employees; # ORDER BY ASCENDING SELECT * FROM employees ORDER BY first_name; # ORDER BY DESCENDING SELECT * FROM employees ORDER BY first_name DESC; SELECT * FROM employees Where first_name LIKE 'R%' ORDER BY first_name; SELECT first_name, last_name FROM employees ORDER BY first_name, last_name DESC; SELECT first_name, last_name FROM employees ORDER BY first_name DESC, last_name; # first employee hired SELECT * FROM employees ORDER BY hire_date; # last employee hired SELECT * FROM employees ORDER BY hire_date DESC;
--工会经费名单(包括教委) --人员 select /*substr(c1,1,3),*/sum(ys),sum(ysn),sum(ysnsy),sum(yswtzd),sum(yswtzd)+sum(tzd),sum(ysntf),sum(ysndf),sum(ysnsy),sum(yswtzd),sum(tzd) from ( select b.de061||b.ksmc,a.* from ( select c1,c11,c2,c12,c6,decode(c6,'301','工资福利支出','对个人家庭补助') c14,ys,ysn,ysntf,ysndf, nvl(ysntf,0)+nvl(ysndf,0) ysntfdf,nvl(ysn,0)-nvl(ysntf,0)-nvl(ysndf,0) ysnsy, nvl(ys,0)-nvl(ysn,0) yswtzd,nvl(ys,0)-nvl(ysntf,0)-nvl(ysndf,0) tzd from ( select c1,c11,c2,c12,substr(c6,1,3) c6, sum(nvl(n33,0)+nvl(n37,0)) ys,sum(nvl(n34,0)+nvl(n38,0)) ysn, sum(decode(c45,'03',nvl(n33,0)+nvl(n38,0),0)) ysntf,sum(decode(c45,'07',nvl(n33,0)+nvl(n38,0),0)) ysndf from dtyscz where czde103=20170000000038 and (c6 like '301%' or c6 like '303%') group by c1,c11,c2,c12,substr(c6,1,3) ) ) a, ( select b.ksmc ksmc,b.de061 de061,a.de042 de042,a.jsde955 jsde955 from v_xtdwb4bmys a, (select a.de061 ksmc,b.de061,b.de042 from cs061 a, (select de061,de042 from bz039 where jsde909=-1 and de011=bc_hd_comm.GETYSNFBMYS() and de061<>'0122') b where a.de011=bc_hd_comm.GETYSNFBMYS() and a.de062=b.de061 ) b where a.de011=bc_hd_comm.GETYSNFBMYS() and substr(a.jsde955,1,3)=b.de042 ) b where a.c1 =b.jsde955 and a.c1<'3' order by b.de061,a.c1,a.c2,a.c6 ) /*group by substr(c1,1,3) having sum(yswtzd)<>0 order by substr(c1,1,3)*/ 1 12089853159.01 11029749374.38 select 11697100737.66 +5875655749.31 +20999123625.34 from dual select 10518851249.37+2806970022.6+20848320708.66 from dual select 128292000 +22595500 from dual --公用 select sum(ys),sum(ysn),sum(ysndf) from ( select b.de061||b.ksmc,a.* from ( select c1,c11,c2,c12,c6,decode(c6,'302','商品和服务支出','其他资本性支出') c14,ys,ysn,ysntf,ysndf, nvl(ysntf,0)+nvl(ysndf,0) ysntfdf,ghjfdj,nvl(ysn,0)-nvl(ysntf,0)-nvl(ysndf,0)-nvl(ghjfdj,0) ysnsy, nvl(ys,0)-nvl(ysn,0) yswtzd,nvl(ys,0)-nvl(ysntf,0)-nvl(ysndf,0) tzd from ( select c1,c11,c2,c12,substr(c6,1,3) c6, sum(nvl(n33,0)+nvl(n37,0)) ys,sum(nvl(n34,0)+nvl(n38,0)) ysn, sum(decode(c45,'03',nvl(n33,0)+nvl(n38,0),0)) ysntf,sum(decode(c45,'07',nvl(n33,0)+nvl(n38,0),0)) ysndf, sum(case when c1 in (select de042 from qt_bmys_czcs041ex where de011=2017 and isghjf=1) then case c6 when '30228' then round(nvl(n33,0)*0.3,0) else 0 end end ) ghjfdj from dtyscz where czde103=20170000000038 and (c6 not like '301%' and c6 not like '303%') group by c1,c11,c2,c12,substr(c6,1,3) ) ) a, ( select b.ksmc ksmc,b.de061 de061,a.de042 de042,a.jsde955 jsde955 from v_xtdwb4bmys a, (select a.de061 ksmc,b.de061,b.de042 from cs061 a, (select de061,de042 from bz039 where jsde909=-1 and de011=bc_hd_comm.GETYSNFBMYS() and de061<>'0122') b where a.de011=bc_hd_comm.GETYSNFBMYS() and a.de062=b.de061 ) b where a.de011=bc_hd_comm.GETYSNFBMYS() and substr(a.jsde955,1,3)=b.de042 ) b where a.c1 =b.jsde955 and a.c1<'3' order by b.de061,a.c1,a.c2,a.c6 ) --工会经费 select round(sum(nvl(n33,0))*0.3,2),round(sum(nvl(n33,0)+nvl(n37,0))*0.3,2),round(sum(nvl(n34,0)+nvl(n38,0))*0.3,2) from dtyscz where czde103=20170000000038 and c6='30228' and c1 in (select de042 from qt_bmys_czcs041ex where de011=2017 and isghjf=1) select * from qt_bmys_czcs041ex where de011=2017 order by de042 for update select * from t_bmys2jzzf_set where ysnf=2017 and typemode='工会经费' for update insert into t_bmys2jzzf_set(ysnf,dwdm,dwmc,kmdm,kmmc,kmjjdm,kmjjmc,typemode) select '2017',c1,c11,c2,c12,c6,c14,'工会经费' from dtyscz where czde103=20170000000038 and c6='30228' /*and c1 in (001001)*/ and c1 in (select de042 from qt_bmys_czcs041ex where de011=2017 and isghjf='1') select de042,length(de042),length(rtrim(de042)) from qt_bmys_czcs041ex where de011=2017 and isghjf=1 select * from qt_bmys_czcs041ex where de011=2017 and isghjf='1' and de042 not in (select c1 from dtyscz where czde103=20170000000038 and c6='30228') update qt_bmys_czcs041ex set de042=rtrim(de042) where de011=2017 and isghjf=1 --药品零头 select sum(nvl(n33,0)),sum(nvl(n33,0)+nvl(n37,0)),sum(nvl(n34,0)+nvl(n38,0)) from dtyscz where czde103=20170000000038 and c6='3021804' and c1<'3' select * from dtyscz where czde103=20170000000038 and c6='3021804' insert into t_bmys2jzzf_set(ysnf,dwdm,dwmc,kmdm,kmmc,kmjjdm,kmjjmc,typemode) select '2017',c1,c11,c2,c12,c6,c14,'零差率药品' from dtyscz where czde103=20170000000038 and c6='3021804' /*and c1 in (001001)*/ --项目select * from v_dtxm_sj_cz select sum(ys),sum(ysn),sum(ybzyzfje_1),sum(zxzyzfje_1),sum(ysntf),sum(ysndf),sum(ysnsy),sum(tzd),sum(ybzyzfje_2),sum(zxzyzfje_2) from ( select b.de061||b.ksmc,a.* from ( select c1,c11,c3,c13,c2,c12,c6_2,c14,ys,ysn,ysntf,ysndf, nvl(ysntf,0)+nvl(ysndf,0) ysntfdf,nvl(ysn,0)-nvl(ysntf,0)-nvl(ysndf,0) ysnsy, nvl(ys,0)-nvl(ysn,0) yswtzd,nvl(ys,0) -nvl(ysntf,0) -nvl(ysndf,0) tzd, zjzf,zjzfczbz,clcg,clcgczbz,xmcg,xmcgczbz, ybzyzfje_1,ybzyzfje_2,ybzyzfje_3,zxzyzfje_1,zxzyzfje_2,zxzyzfje_3 from ( select b.jsde955 c1,b.de041 c11,a.*,e.de085 c14,c.c13 c13,d.de083 c12 from ( select aa.*,e.c6_2 c6_2 from ( select de042,c10,c3,c2,decode(substr(c6,1,3),'301','301','303','301','999') c6_1, sum(nvl(n33,0)) ys,sum(nvl(n34,0)) ysn, sum(decode(c45,'03',nvl(n34,0))) ysntf,sum(decode(c45,'07',nvl(n34,0))) ysndf, sum(decode(c45,'02',nvl(n33,0))) zjzf,sum(decode(c45,'02',nvl(n34,0))) zjzfczbz, sum(decode(c42,'001',nvl(n33,0))) clcg,sum(decode(c42,'001',nvl(n34,0))) clcgczbz,--车辆 sum(decode(c42,'002',nvl(n33,0))) xmcg,sum(decode(c42,'002',nvl(n34,0))) xmcgczbz, sum(nvl(n37,0)) ybzyzfje_1,sum(nvl(n38,0)) ybzyzfje_2,sum(nvl(n39,0)) ybzyzfje_3, sum(nvl(n40,0)) zxzyzfje_1,sum(nvl(n51,0)) zxzyzfje_2,sum(nvl(n52,0)) zxzyzfje_3 from dtxmcz where czde103=99990000000061 and c10 in (select czde126 from v_dtxm_cz) and c5='2017' group by de042,c10,c3,c2,decode(substr(c6,1,3),'301','301','303','301','999') ) aa, (select * from (select a.de042,c10,c2,c6_1,c6_2,c45,n33,n34,c6,row_number()over(partition by c10,c2,c6_1 order by de042,c10,c2,c6_1,n33 desc,c6 desc,rowes) mm from (select a.*,case when substr(a.c6,1,3) in ('301','303') then '301' else '999'end c6_1,substr(c6,1,5) c6_2 from DTXMCZ a) a where czde103=99990000000061 and c10 in (select czde126 from v_dtxm_cz) and (nvl(c5,' ')=' ' or c5 =bc_hd_comm.GETYSNFBMYS()) order by c10,c2,c6_1,n34 desc,c6_2 ,c6 ) where mm=1 ) e where aa.c10=e.c10 and aa.c2=e.c2 and aa.c6_1=e.c6_1 ) a,v_xtdwb4bmys b,v_dtxm_cz c,cs083 d,cs085 e where b.de011=2017 and a.de042=b.de042 and a.de042=c.de042 and a.c10=c.czde126 and d.de011=2017 and d.de084=a.c2 and e.de011=2017 and e.de086=a.c6_2 ) a ) a, ( select b.ksmc ksmc,b.de061 de061,a.de042 de042,a.jsde955 jsde955 from v_xtdwb4bmys a, (select a.de061 ksmc,b.de061,b.de042 from cs061 a, (select de061,de042 from bz039 where jsde909=-1 and de011=bc_hd_comm.GETYSNFBMYS() and de061<>'0122') b where a.de011=bc_hd_comm.GETYSNFBMYS() and a.de062=b.de061 ) b where a.de011=bc_hd_comm.GETYSNFBMYS() and substr(a.jsde955,1,3)=b.de042 ) b where a.c1 =b.jsde955 and a.c1<'3' order by b.de061,a.c1,a.c3,a.c2,a.c6_2 ) 1 12751805981.49 12621463722.68 1 12751805981.49 12621463722.68 1606182468.72 1317267827.6 select 1870736744.48 +1613864393 from dual select 53380000 +26100 from dual select sum(nvl(n33,0)),sum(nvl(n34,0)),sum(nvl(n37,0)),sum(nvl(n40,0)) from dtxmcz where czde103=99990000000061 and c5=2017 and c10 in (select czde126 from v_dtxm_cz) --2015 /*select sum(ys),sum(ysn) from ( select b.de061||b.ksmc,a.* from ( select c1,c11,c3, c13,c2,c12,c6,'',ys,ysn,ysntf,ysndf, nvl(ysntf,0)+nvl(ysndf,0) ysntfdf,nvl(ysn,0)-nvl(ysntf,0)-nvl(ysndf,0) ysnsy, nvl(ys,0)-nvl(ysn,0) yswtzd,nvl(ys,0) -nvl(ysntf,0) -nvl(ysndf,0) tzd, zjzf,zjzfczbz,clcg,clcgczbz,xmcg,xmcgczbz from ( select b.jsde955 c1,b.de041 c11,a.*,c.c13 c13 from ( select de042,c3,c2,c12,c6, sum(ys) ys,sum(ysn) ysn,sum(ysntf) ysntf,sum(ysndf) ysndf, sum(zjzf) zjzf,sum(zjzfczbz) zjzfczbz,sum(clcg) clcg,sum(clcgczbz) clcgczbz,sum(xmcg) xmcg,sum(xmcgczbz) xmcgczbz from ( select de042,c3,c2,c12,case substr(c6,1,3) when '301' then '人员' when '303' then '人员' when '302' then '公用' when '310' then '公用' else '其他' end c6, sum(nvl(n33,0)) ys,sum(nvl(n34,0)) ysn, sum(decode(c45,'03',nvl(n34,0))) ysntf,sum(decode(c45,'07',nvl(n34,0))) ysndf, sum(decode(c45,'02',nvl(n33,0))) zjzf,sum(decode(c45,'02',nvl(n34,0))) zjzfczbz, sum(decode(c42,'001',nvl(n33,0))) clcg,sum(decode(c42,'001',nvl(n34,0))) clcgczbz,--车辆 sum(decode(c42,'002',nvl(n33,0))) xmcg,sum(decode(c42,'002',nvl(n34,0))) xmcgczbz from dtxmcz where czde103=99990000000061 and (c3,c10) in (select c3,czde126 from v_dtxm_sj_cz) and c5='2017' group by de042,c3,c2,c12,substr(c6,1,3) ) group by de042,c3,c2,c12,c6 ) a,v_xtdwb4bmys b,v_dtxm_sj_cz c where b.de011=2017 and a.de042=b.de042 and a.de042=c.de042 and a.c3=c.c3 ) a ) a, ( select b.ksmc ksmc,b.de061 de061,a.de042 de042,a.jsde955 jsde955 from v_xtdwb4bmys a, (select a.de061 ksmc,b.de061,b.de042 from cs061 a, (select de061,de042 from bz039 where jsde909=-1 and de011=bc_hd_comm.GETYSNFBMYS() and de061<>'0122') b where a.de011=bc_hd_comm.GETYSNFBMYS() and a.de062=b.de061 ) b where a.de011=bc_hd_comm.GETYSNFBMYS() and substr(a.jsde955,1,3)=b.de042 ) b where a.c1 =b.jsde955 and a.c1<'3' order by b.de061,a.c1,a.c3,a.c2,a.c6 )*/ --2516 --人员026 select b.de061||b.ksmc,a.* from ( select '026' c1,''c11,c2,c12,c6,decode(c6,'301','工资福利支出','对个人和家庭补助'),ys,ysn,ysntf,ysndf, nvl(ysntf,0)+nvl(ysndf,0) ysntfdf,nvl(ysn,0)-nvl(ysntf,0)-nvl(ysndf,0) ysnsy, nvl(ys,0)-nvl(ysn,0) yswtzd,nvl(ys,0)-nvl(ysntf,0)-nvl(ysndf,0) tzd from ( select '026'c1,'' c11,c2,c12,substr(c6,1,3) c6, sum(nvl(n33,0)+nvl(n37,0)) ys,sum(nvl(n34,0)+nvl(n38,0)) ysn, sum(decode(c45,'03',nvl(n33,0)+nvl(n38,0),0)) ysntf,sum(decode(c45,'07',nvl(n33,0)+nvl(n38,0),0)) ysndf from dtyscz where czde103=20170000000038 and (c6 like '301%' or c6 like '303%') and de042 like '026%' group by c2,c12,substr(c6,1,3) ) ) a, ( select b.ksmc ksmc,b.de061 de061,a.de042 de042,a.jsde955 jsde955 from v_xtdwb4bmys a, (select a.de061 ksmc,b.de061,b.de042 from cs061 a, (select de061,de042 from bz039 where jsde909=-1 and de011=bc_hd_comm.GETYSNFBMYS() and de061<>'0122') b where a.de011=bc_hd_comm.GETYSNFBMYS() and a.de062=b.de061 ) b where a.de011=bc_hd_comm.GETYSNFBMYS() and substr(a.jsde955,1,3)=b.de042 and a.de042 like '026%' ) b where a.c1 =b.jsde955 order by b.de061,a.c2,a.c6; --公用026 select b.de061||b.ksmc,a.* from ( select c1,c11,c2,c12,c6,decode(c6,'302','商品和服务支出','其他资本性支出') c14,ys,ysn,ysntf,ysndf, nvl(ysntf,0)+nvl(ysndf,0) ysntfdf,ghjfdj,nvl(ysn,0)-nvl(ysntf,0)-nvl(ysndf,0)-nvl(ghjfdj,0) ysnsy, nvl(ys,0)-nvl(ysn,0) yswtzd,nvl(ys,0)-nvl(ysntf,0)-nvl(ysndf,0) tzd from ( select '026' c1,''c11,c2,c12,substr(c6,1,3) c6, sum(nvl(n33,0)+nvl(n37,0)) ys,sum(nvl(n34,0)+nvl(n38,0)) ysn, sum(decode(c45,'03',nvl(n33,0)+nvl(n38,0),0)) ysntf,sum(decode(c45,'07',nvl(n33,0)+nvl(n38,0),0)) ysndf, sum(case when c1 in (select de042 from qt_bmys_czcs041ex where de011=2014 and isghjf=1) then case c6 when '30228' then round(nvl(n33,0)*0.3,0) else 0 end end ) ghjfdj from dtyscz where czde103=20170000000038 and (c6 not like '301%' and c6 not like '303%') and de042 like '026%' group by c2,c12,substr(c6,1,3) ) ) a, ( select b.ksmc ksmc,b.de061 de061,a.de042 de042,a.jsde955 jsde955 from v_xtdwb4bmys a, (select a.de061 ksmc,b.de061,b.de042 from cs061 a, (select de061,de042 from bz039 where jsde909=-1 and de011=bc_hd_comm.GETYSNFBMYS() and de061<>'0122') b where a.de011=bc_hd_comm.GETYSNFBMYS() and a.de062=b.de061 ) b where a.de011=bc_hd_comm.GETYSNFBMYS() and substr(a.jsde955,1,3)=b.de042 and a.de042 like '026%' ) b where a.c1 =b.jsde955 order by b.de061,a.c1,a.c2,a.c6 ; --de192:为9是非试点单位,不等于9为试点单位 --核准留用:其实这里包括了用事业基金弥补收支,安排上年结转 select c1,sum(nvl(n37,0)+nvl(n39,0)+nvl(n51,0)+nvl(n53,0)+nvl(n55,0)+nvl(n57,0)+nvl(n59,0)+nvl(n60,0) -(nvl(n38,0)+nvl(n40,0)+nvl(n54,0)+nvl(n56,0)+nvl(n58,0)+nvl(n62,0))) from dtyscz where czde103=20170000000037 and c1 in (select jsde955 from czcs041 where de011=2017 and jsde070=2 and de192='9') --其实可以代上: group by c1 having sum(nvl(n37,0)+nvl(n39,0)+nvl(n51,0)+nvl(n53,0)+nvl(n55,0)+nvl(n57,0)+nvl(n59,0)+nvl(n60,0) -(nvl(n38,0)+nvl(n40,0)+nvl(n54,0)+nvl(n56,0)+nvl(n58,0)+nvl(n62,0)))<>0 order by c1 select 3506 - 10160704.48 from dual --能够得到科室与单位的关系 select b.ksmc ksmc,b.de061 de061,a.de042 de042,a.jsde955 jsde955 from v_xtdwb4bmys a, (select a.de061 ksmc,b.de061,b.de042 from cs061 a, (select de061,de042 from bz039 where jsde909=-1 and de011=bc_hd_comm.GETYSNFBMYS() and de061<>'0122') b where a.de011=bc_hd_comm.GETYSNFBMYS() and a.de062=b.de061 ) b where a.de011=bc_hd_comm.GETYSNFBMYS() and substr(a.jsde955,1,3)=b.de042 -----------------对数用20131205------------ --n4预算外-核准留用数 --n5核准留用数据 --n4基本上与执行系统的能够对上。 select substr(c1,1,3),sum(n1) n1,sum(n2) n2,sum(n3) n3 /*试点预算外*/,sum(n4) n4/*非试点预算外*/,sum(n3)-sum(n4) n5 from ( --总支出 select c1,sum(n1) n1,sum(n2) n2,sum(n3) n3,sum(n4) n4 from ( select c1,sum(n1) n1,sum(n2) n2,sum(n3) n3,0 n4 from ( --总支出,财政补助,预算外 select (select b.jsde955 from v_xtdwb4bmys b where b.de011=2017 and b.de042=a.de042) c1,n1,n2,n3 from ( select de042,sum(n1) n1,sum(n2) n2,sum(n1)-sum(n2) n3 from ( select de042,sum(nvl(n33,0)+nvl(n37,0)) n1,sum(nvl(n34,0)+nvl(n38,0)) n2 from dtyscz where c1 <'3' and czde103=20170000000038 /* and nvl(c45,' ')='03'*/ group by de042 union all select de042,sum(nvl(n33,0)), sum(nvl(n34,0)) from dtxmcz a where c5=2017 and czde103=99990000000061 and exists (select 1 from v_dtxm_sj_cz b where a.c3=b.c3 and a.c10=b.czde126) and de042 <'3' /*and nvl(c45,' ')='03'*/ group by de042 ) group by de042 ) a ) group by c1 union all --select c1,sum(n1) n1,sum(n2) n2,sum(n3) n3,sum(n4) n5,sum(n3)-sum(n4) n6 --n4取预算外 - 核准留用 select c1,0,0,0,sum(n3)-sum(n4) n6 from ( --总支出,财政补助,预算外 select (select b.jsde955 from v_xtdwb4bmys b where b.de011=2017 and b.de042=a.de042) c1,n1,n2,n3,n4 from ( select de042,sum(n1) n1,sum(n2) n2,sum(n1)-sum(n2) n3,0 n4 from ( select de042,sum(nvl(n33,0)+nvl(n37,0)) n1,sum(nvl(n34,0)+nvl(n38,0)) n2 from dtyscz where c1 <'3' and czde103=20170000000038 /* and nvl(c45,' ')='07'*/ group by de042 union all select de042,sum(nvl(n33,0)), sum(nvl(n34,0)) from dtxmcz a where c5=2017 and czde103=99990000000061 and exists (select 1 from v_dtxm_sj_cz b where a.c3=b.c3 and a.c10=b.czde126) and de042 <'3' group by de042 ) group by de042 ) a union all --核准留用 select c1,0,0,0,sum(/*nvl(n37,0)+*/nvl(n39,0)+nvl(n51,0)+nvl(n53,0)+nvl(n55,0)+nvl(n57,0)+nvl(n59,0)/*+nvl(n60,0)*/ -(/*nvl(n38,0)+*/nvl(n40,0)+nvl(n54,0)+nvl(n56,0)+nvl(n58,0)+nvl(n62,0))) from dtyscz where czde103=20170000000037 and c1 <'3' and c1 in (select jsde955 from czcs041 where de011=2017 and jsde070=2 and de192='9') group by c1 having sum(/*nvl(n37,0)+*/nvl(n39,0)+nvl(n51,0)+nvl(n53,0)+nvl(n55,0)+nvl(n57,0)+nvl(n59,0)/*+nvl(n60,0) */ -(/*nvl(n38,0)+*/nvl(n40,0)+nvl(n54,0)+nvl(n56,0)+nvl(n58,0)+nvl(n62,0)))<>0 ) group by c1 having sum(n3)-sum(n4)>=0 --总支出的预算小于等于核准留用就不取(必须 负数就不了) ) group by c1 ) /*where c1 like '006%'*/ group by substr(c1,1,3) having sum(n4)<>0 order by substr(c1,1,3) begin pro_bmys2jzzf_2017; commit ; end; delete from jscs999@orcl593_link where de011=2017; insert into jscs999@orcl593_link select * from jscs999 where de011=2017; -- and de200='1' 基本 2XM --czde951 来源 01年初预算,02统筹,不在此的为预算外 --hdde998 支付方式 select /*substr(jsde955,1,3),*/sum(de181) from jscs999 where de011=2017 /*and (czde951 like '01%' or czde951 like '02%')*/ and de200='1' /*and hdde998 ='07'*/ and JSDE702='301' and jsde955 like '101%' group by substr(jsde955,1,3) order by substr(jsde955,1,3) --预算内: (czde951 like '01%' or czde951 like '02%') --工资统发: (czde951 like '01%' or czde951 like '02%') and hdde998 ='03' --待分 : (czde951 like '01%' or czde951 like '02%') and hdde998 ='03' --预算外:not (czde951 like '01%' or czde951 like '02%') --基本支出人员:de200='1' and JSDE702='301' and hdde998 <>'03' --基本公用:de200='1' and JSDE702='999' and hdde998 <>'03' select sum(de181) from jscs999 where de011=2017 and de200='1' and JSDE702='301' and hdde998 <>'03' and jsde955 like '101%' select sum(de181) from jscs999 where de011=2017 and de200='1' and JSDE702='999' and hdde998 <>'03' and jsde955 like '101%' select sum(de181) from jscs999 where de011=2017 and de200='2' and JSDE702='999' and hdde998 <>'07' and jsde955 like '101%' select * from jscs999 where de011=2017 and (czde951 like '01%' or czde951 like '02%') and de200='1' /*and hdde998 ='07'*/ and JSDE702='301' and jsde955 like '101%' select 1249278354.7 -1250253328.55 from dual select distinct c45 from dtyscz where czde103=20170000000038 -------------- 一般转移支付数量,金额 select sum(nvl(n35,0)),count(*) from dtxmcz where c10 in (select czde126 from v_dtxm_sj_cz) and nvl(c46,' ')<>' ' select sum(nvl(n36,0)),count(*) from dtxmcz where c10 in (select czde126 from v_dtxm_sj_cz) and nvl(c48,' ')<>' ' ----------- delete from dtxmcz@orcl593_link where c10 in (select czde126 from bz011@orcl593_link where de011=2017); delete from bz011@orcl593_link where de011=2017; insert into bz011@orcl593_link select * from bz011 where de011=2017; insert into dtxmcz@orcl593_link select * from dtxmcz where c10 in (select czde126 from bz011@orcl593_link where de011=2017); --核对指标预算数 select substr(jsde955,1,3),sum(de181) from jscs999 where de011=2017 and nvl(hdde998,' ') not in ('03','07') and jsde702 in ('301') and de200=1 and czde951 = '0301' group by substr(jsde955,1,3) order by substr(jsde955,1,3)
create or replace view v_yz_zfcx as ( select a.jsde302,a. de011,a. de007,a. de151,a. czde420,a. de194,a. de190,a. de186,a. de156,a. de192,a. de202,a. de084,a. jsde702,a. de042,a. jsde955,a. de001,a. jsde912,a. jsde305,a. de195,a. jsde364,a. jsde306,a. jsde307,a. jsde308,a. jsde316,a. czde390,a. de181,a. jsde909,a. jsde342,a. jsde344,a. jsde940,a. jsde339,a. jsde311,a. jsde901,a. jsde021,a. jsde007,a. jsde312,a. jsde357,a. jsde015,a. jsde314,a. jsde331,a. jsde330,a. jsde315,a. czde020,a. jsde317,a. jsde318,a. de062,a. czde938,a. jsde983,a. jsde984,a. czde021,a. jsde226,a. jsde999,a. czde015,a. bno,a. jsde345,a. jsde346,a. jsde347,a. jsde348,a. de022,a. de043,a. jsde926,a. jsde022,a. pzid,a. gkpzid,a. czdeb01,a. msgbs,a. dimsgid,a. bnkcode, b.czde951 as czde951, b.jsde802 as jsde802, b.jsde902 as jsde902, a.jsde955||bc_dw.GetDwmcByDm(a.de011,a.de022,a.jsde955,2) as JSDE955MC, trim(a.de084)||' '||BC_KM.GetZckmmcByDm(a.de011,a.de022,a.de084) as DE084MC, trim(a.jsde702)||' '||bc_km.GetJjkmmcByDm(a.De011,a.De022,a.jsde702) JSDE702MC, BC_SYQK.GetZcxmmcByDm(a.de011,a.de022,b.jsde802) jsde802mc, bc_jhgl.GetLymxMC(a.de011,a.de022,b.czde951) as czde951mc from zf002 a,zf001 b where a.jsde302=b.jsde302(+) );
-- 1. How do you get all users from Chicago? SELECT * FROM "accounts" WHERE city = 'chicago' --2. How do you get all users with usernames that contain the letter a? SELECT * FROM "accounts" WHERE "username" LIKE '%a%'; --3. The bank is giving a new customer a bonus! How do you update all records with an account abalnce of 0.00 and a transactions_attempte of 0? Give them a new account balance of 10.00 SELECT * FROM "accounts" WHERE "account_balance" = '0' AND "transactions_attempted" = '0' UPDATE "accounts" SET "account_balance" = '10.00' WHERE "username" = 'anthony'; --4. How do you select all users that have attempted 9 or more transactions? SELECT "usernames" FROM "accounts" WHERE "transactions_attempted" > '9'; --5. How do you get the username and account balance of the 3 users with the highest balances, sorted highest to lowest balance? Research LIMIT SELECT "username" , "account_balance" FROM "accounts" ORDER BY "account_balance" DESC LIMIT 3 --6. How do you get the username and account balance of the 3 users wtih the lowest balances, sorted lowest to highest balance? SELECT "username" , "account_balance" FROM "accounts" ORDER BY "account_balance" ASC LIMIT 3 --7. How do you get all users with account balances that are more than $100? SELECT * FROM "accounts" WHERE "account_balance" > '100'; --8. How do you add a new account INSERT INTO "accounts" (username, city, transactions_completed, transactions_attempted, account_balance) VALUES ('adam', 'woodbury', 1, 3, 1,000,000), --9. The bank is losing money in Miami and Phoenix and needs to unload low transaction customers: How do you delete users that reside in miami OR phoenix and have completed fewer than 5 transactions. DELETE FROM "accounts" WHERE "city" = 'miami' OR "city" = 'phoenix' AND "transactions_completed" < '5';
select taTradeDt, tradeBal, txAppFlag, txAckFlag, txPmtFlag, transRatio, transStatus, tradeType, contractNo, tradeDt, tradeTm, divFlag, txCode, busiCode, transStatusBak, bankAcct, bankName, bankCode, pmtDt, ackDt, prodId, prodName from (select t.ta_trade_dt as taTradeDt, (CASE t.tx_code WHEN '209011' THEN (CASE when nvl(ack.ack_amt, 0) = 0 then t.app_amt when nvl(ack.ack_amt, 0) > ack.ack_vol then ack.ack_amt else t.app_amt END) WHEN '209014' THEN (CASE when nvl(ack.ack_amt, 0) = 0 then t.app_vol when nvl(ack.ack_amt, 0) > ack.ack_vol then ack.ack_amt else t.app_vol END) WHEN '209012' THEN (CASE when nvl(ack.ack_amt, 0) = 0 then t.app_vol when nvl(ack.ack_amt, 0) > ack.ack_vol then ack.ack_amt else t.app_vol END) WHEN '209013' THEN (CASE when nvl(ack.ack_amt, 0) = 0 then t.app_vol when nvl(ack.ack_amt, 0) > ack.ack_vol then ack.ack_amt else t.app_vol END) END) tradeBal, t.tx_app_flag as txAppFlag, t.tx_ack_flag as txAckFlag, t.tx_pmt_flag as txPmtFlag, t.trans_ratio as transRatio, t.trans_status as transStatus, (CASE t.tx_code WHEN '209011' THEN '1' WHEN '209012' THEN '2' WHEN '209013' THEN '2' WHEN '209014' THEN '4' END) tradeType, t.contract_no as contractNo, t.app_dt as tradeDt, t.app_tm as tradeTm, '0' as divFlag, t.tx_code as txCode, t.busi_code as busiCode, t.trans_status_bak as transStatusBak, t.bank_acct as bankAcct, t.bank_region_name as bankName, t.bank_code as bankCode, t.pmt_dt as pmtDt, t.ack_dt as ackDt, t.prod_id as prodId, t.prod_name as prodName from (tp_dis_trade_app_rec) t left join (select * from tp_dis_trade_app_rec where busi_code = '024' and cust_no = ?) ack on t.contract_no = ack.contract_no where t.tx_app_flag <> '1' and t.Dis_Code = ? and t.tx_code in ('209011', '209012', '209013', '209014') and t.cust_no = '1001029520' union all select v.trade_dt as taTradeDt, v.ack_vol as tradeBal, '' as txAppFlag, '' as txAckFlag, '' as txPmtFlag, '' as transRatio, '' as transStatus, '3' as tradeType, v.DIS_APP_SERIAL_NO as contractNo, v.ack_dt as tradeDt, '' as tradeTm, '1' as divFlag, '' as txCode, v.busi_code as busiCode, '' as transStatusBak, v.bank_acct as bankAcct, v.bank_region_name as bankName, v.bank_code as bankCode, v.pmt_dt as pmtDt, v.ack_dt as ackDt, v.prod_id as prodId, v.prod_name as prodName from (select * from tp_dis_trade_app_rec where cust_no = ? and busi_code in ('143', '443') and ret_code = '0000') v, ac_dis_acct_trade_plan plan where v.dis_fund_tx_acct_no = plan.dis_fund_tx_acct_no and v.protocal_no = plan.protocal_no and plan.protocal_type = '3' and v.dis_code = ? and v.cust_no = '1001029520') rs order by tradeDt desc, tradeTm desc
CREATE TABLE calificacion( idCalificacion int Not null AUTO_INCREMENT, idCompra int not null, idUsuario int not null, puntaje int not null, textoComentario text(1000), textoReplica text(1000), PRIMARY KEY (idCalificacion, idCompra), FOREIGN KEY (idCompra) REFERENCES compra(idCompra), FOREIGN KEY (idUsuario) REFERENCES usuario(idusuario) )
LOAD DATA LOCAL INFILE '~/data/movie.del' INTO TABLE Movie FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (id, title, year, rating, company); LOAD DATA LOCAL INFILE '~/data/actor1.del' INTO TABLE Actor FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (id, last, first, sex, dob, dod); LOAD DATA LOCAL INFILE '~/data/actor2.del' INTO TABLE Actor FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (id, last, first, sex, dob, dod); LOAD DATA LOCAL INFILE '~/data/actor3.del' INTO TABLE Actor FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (id, last, first, sex, dob, dod); LOAD DATA LOCAL INFILE '~/data/sales.del' INTO TABLE Sales FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (mid, ticketsSold, totalIncome); LOAD DATA LOCAL INFILE '~/data/director.del' INTO TABLE Director FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (id, last, first, dob, dod); LOAD DATA LOCAL INFILE '~/data/moviegenre.del' INTO TABLE MovieGenre FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (mid, genre); LOAD DATA LOCAL INFILE '~/data/moviedirector.del' INTO TABLE MovieDirector FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (mid, did); LOAD DATA LOCAL INFILE '~/data/movieactor1.del' INTO TABLE MovieActor FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (mid, aid, role); LOAD DATA LOCAL INFILE '~/data/movieactor2.del' INTO TABLE MovieActor FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (mid, aid, role); LOAD DATA LOCAL INFILE '~/data/movierating.del' INTO TABLE MovieRating FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (mid, imdb, rot); INSERT INTO MaxPersonID VALUES (69000); INSERT INTO MaxMovieID VALUES (4750);
-- MySQL Script generated by MySQL Workbench -- Sun Nov 18 15:38:28 2018 -- Model: New Model Version: 1.0 -- 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 stock_management -- ----------------------------------------------------- DROP SCHEMA IF EXISTS `stock_management` ; -- ----------------------------------------------------- -- Schema stock_management -- ----------------------------------------------------- CREATE SCHEMA IF NOT EXISTS `stock_management` DEFAULT CHARACTER SET utf8 ; -- ----------------------------------------------------- -- Schema stock_management -- ----------------------------------------------------- DROP SCHEMA IF EXISTS `stock_management` ; -- ----------------------------------------------------- -- Schema stock_management -- ----------------------------------------------------- CREATE SCHEMA IF NOT EXISTS `stock_management` DEFAULT CHARACTER SET utf8 ; USE `stock_management` ; -- ----------------------------------------------------- -- Table `stock_management`.`account` -- ----------------------------------------------------- DROP TABLE IF EXISTS `stock_management`.`account` ; CREATE TABLE IF NOT EXISTS `stock_management`.`account` ( `ACCOUNT_ID` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `ACCOUNT_FULLNAME` VARCHAR(40) NOT NULL, `ACCOUNT_USERNAME` VARCHAR(16) NOT NULL, `ACCOUNT_PASSWORD` VARCHAR(16) NOT NULL, `ACCOUNT_ACTIVE` TINYINT(1) NOT NULL DEFAULT 1, PRIMARY KEY (`ACCOUNT_ID`), UNIQUE INDEX `ACCOUNT_USERNAME_UNIQUE` (`ACCOUNT_USERNAME` ASC)) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table `stock_management`.`supplier` -- ----------------------------------------------------- DROP TABLE IF EXISTS `stock_management`.`supplier` ; CREATE TABLE IF NOT EXISTS `stock_management`.`supplier` ( `SUPPLIER_ID` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `SUPPLIER_NAME` VARCHAR(45) NOT NULL, `SUPPLIER_CODE` VARCHAR(6) NOT NULL, PRIMARY KEY (`SUPPLIER_ID`), UNIQUE INDEX `SUPPLIER_CODE_UNIQUE` (`SUPPLIER_CODE` ASC)) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table `stock_management`.`category` -- ----------------------------------------------------- DROP TABLE IF EXISTS `stock_management`.`category` ; CREATE TABLE IF NOT EXISTS `stock_management`.`category` ( `CATEGORY_ID` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `CATEGORY_NAME` VARCHAR(45) NOT NULL, `CATEGORY_CODE` VARCHAR(6) NOT NULL, PRIMARY KEY (`CATEGORY_ID`), UNIQUE INDEX `CATEGORY_CODE_UNIQUE` (`CATEGORY_CODE` ASC)) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table `stock_management`.`producer` -- ----------------------------------------------------- DROP TABLE IF EXISTS `stock_management`.`producer` ; CREATE TABLE IF NOT EXISTS `stock_management`.`producer` ( `PRODUCER_ID` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `PRODUCER_NAME` VARCHAR(45) NOT NULL, `PRODUCER_CODE` VARCHAR(6) NOT NULL, PRIMARY KEY (`PRODUCER_ID`), UNIQUE INDEX `PRODUCER_CODE_UNIQUE` (`PRODUCER_CODE` ASC)) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table `stock_management`.`goods` -- ----------------------------------------------------- DROP TABLE IF EXISTS `stock_management`.`goods` ; CREATE TABLE IF NOT EXISTS `stock_management`.`goods` ( `GOODS_ID` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `GOODS_CODE` VARCHAR(8) NOT NULL, `GOODS_NAME` VARCHAR(64) NOT NULL, `GOODS_NEW_BRAND` INT(11) NOT NULL DEFAULT 0, `GOODS_LOTNUMBER` VARCHAR(16) NULL, `GOODS_UNIT` VARCHAR(16) NOT NULL, `GOODS_FEATURE` VARCHAR(45) NOT NULL, `GOODS_EXPIRATION` DATE NOT NULL, `GOODS_IMPORT_PRICE` INT(11) NOT NULL DEFAULT 0, `GOODS_EXPORT_PRICE` INT(11) NOT NULL DEFAULT 0, `SUPPLIER_ID` INT(11) UNSIGNED NOT NULL, `CATEGORY_ID` INT(11) UNSIGNED NOT NULL, `PRODUCER_ID` INT(11) UNSIGNED NOT NULL, PRIMARY KEY (`GOODS_ID`), UNIQUE INDEX `GOODS_CODE_UNIQUE` (`GOODS_CODE` ASC), INDEX `fk_goods_supplier1_idx` (`SUPPLIER_ID` ASC), INDEX `fk_goods_category1_idx` (`CATEGORY_ID` ASC), INDEX `fk_goods_producer1_idx` (`PRODUCER_ID` ASC), CONSTRAINT `fk_goods_supplier1` FOREIGN KEY (`SUPPLIER_ID`) REFERENCES `stock_management`.`supplier` (`SUPPLIER_ID`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_goods_category1` FOREIGN KEY (`CATEGORY_ID`) REFERENCES `stock_management`.`category` (`CATEGORY_ID`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_goods_producer1` FOREIGN KEY (`PRODUCER_ID`) REFERENCES `stock_management`.`producer` (`PRODUCER_ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table `stock_management`.`stock` -- ----------------------------------------------------- DROP TABLE IF EXISTS `stock_management`.`stock` ; CREATE TABLE IF NOT EXISTS `stock_management`.`stock` ( `STOCK_ID` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `STOCK_NAME` VARCHAR(45) NOT NULL, `STOCK_CODE` VARCHAR(6) NOT NULL, PRIMARY KEY (`STOCK_ID`), UNIQUE INDEX `STOCK_CODE_UNIQUE` (`STOCK_CODE` ASC)) ENGINE = InnoDB; -- ----------------------------------------------------- -- Table `stock_management`.`inventory` -- ----------------------------------------------------- DROP TABLE IF EXISTS `stock_management`.`inventory` ; CREATE TABLE IF NOT EXISTS `stock_management`.`inventory` ( `INVENTORY_ID` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `INVENTORY_QUANTITY` INT(11) NOT NULL DEFAULT 0, `GOODS_ID` INT(11) UNSIGNED NOT NULL, `STOCK_ID` INT(11) UNSIGNED NOT NULL, PRIMARY KEY (`INVENTORY_ID`), INDEX `fk_inventory_goods_idx` (`GOODS_ID` ASC), INDEX `fk_inventory_stock1_idx` (`STOCK_ID` ASC), CONSTRAINT `fk_inventory_goods` FOREIGN KEY (`GOODS_ID`) REFERENCES `stock_management`.`goods` (`GOODS_ID`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_inventory_stock1` FOREIGN KEY (`STOCK_ID`) REFERENCES `stock_management`.`stock` (`STOCK_ID`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB; USE `stock_management` ; -- ----------------------------------------------------- -- Table `stock_management`.`reference` -- ----------------------------------------------------- DROP TABLE IF EXISTS `stock_management`.`reference` ; CREATE TABLE IF NOT EXISTS `stock_management`.`reference` ( `REFERENCE_ID` INT UNSIGNED NOT NULL AUTO_INCREMENT, `REFERENCE_SECTOR` VARCHAR(8) NULL, `REFERENCE_NUMBERVALUE` VARCHAR(45) NULL, `REFERENCE_TEXTVALUE` VARCHAR(23) NULL, `REFERENCE_ACTIVE` INT NULL DEFAULT 1, PRIMARY KEY (`REFERENCE_ID`)) ENGINE = InnoDB DEFAULT CHARACTER SET = utf8; SET SQL_MODE=@OLD_SQL_MODE; SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS; SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS;
create or replace view v_fmsr_wddy as ( select a.jsde955, czde622 as kpwd, czde621, b.nbwd, b.wdmc from v_fs_kpwd a, fs305 b where a.jsde955 = b.jsde955(+) and a.czde622 = b.kpwd(+) );
--修改日期:20121103 --修改人: 余川锋 --更改菜单银行实时余额名称 update bt_sys_res set res_name='银行实时余额及当日明细查询' where res_name='银行实时余额' and res_url='/aqs/bankAccRTBal.do?method=toQuery' and sys_code='fqs' and res_level=2; commit;
-- 表的数据: xt_region -- INSERT INTO `xt_region` VALUES ('2001','236','青原区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2002','236','井冈山市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2003','236','吉安县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2004','236','吉水县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2005','236','峡江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2006','236','新干县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2007','236','永丰县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2008','236','泰和县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2009','236','遂川县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2010','236','万安县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2011','236','永新县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2012','237','珠山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2013','237','昌江区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2014','237','乐平市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2015','237','浮梁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2016','238','浔阳区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2017','238','庐山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2018','238','瑞昌市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2019','238','九江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2020','238','武宁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2021','238','修水县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2022','238','永修县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2023','238','德安县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2024','238','星子县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2025','238','都昌县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2026','238','湖口县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2027','238','彭泽县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2028','239','安源区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2029','239','湘东区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2030','239','莲花县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2031','239','芦溪县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2032','239','上栗县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2033','240','信州区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2034','240','德兴市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2035','240','上饶县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2036','240','广丰县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2037','240','玉山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2038','240','铅山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2039','240','横峰县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2040','240','弋阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2041','240','余干县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2042','240','波阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2043','240','万年县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2044','240','婺源县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2045','241','渝水区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2046','241','分宜县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2047','242','袁州区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2048','242','丰城市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2049','242','樟树市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2050','242','高安市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2051','242','奉新县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2052','242','万载县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2053','242','上高县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2054','242','宜丰县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2055','242','靖安县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2056','242','铜鼓县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2057','243','月湖区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2058','243','贵溪市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2059','243','余江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2060','244','沈河区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2061','244','皇姑区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2062','244','和平区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2063','244','大东区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2064','244','铁西区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2065','244','苏家屯区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2066','244','东陵区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2067','244','沈北新区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2068','244','于洪区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2069','244','浑南新区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2070','244','新民市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2071','244','辽中县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2072','244','康平县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2073','244','法库县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2074','245','西岗区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2075','245','中山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2076','245','沙河口区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2077','245','甘井子区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2078','245','旅顺口区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2079','245','金州区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2080','245','开发区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2081','245','瓦房店市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2082','245','普兰店市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2083','245','庄河市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2084','245','长海县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2085','246','铁东区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2086','246','铁西区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2087','246','立山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2088','246','千山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2089','246','岫岩','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2090','246','海城市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2091','246','台安县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2092','247','本溪','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2093','247','平山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2094','247','明山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2095','247','溪湖区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2096','247','南芬区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2097','247','桓仁','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2098','248','双塔区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2099','248','龙城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2100','248','喀喇沁左翼蒙古族自治县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2101','248','北票市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2102','248','凌源市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2103','248','朝阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2104','248','建平县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2105','249','振兴区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2106','249','元宝区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2107','249','振安区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2108','249','宽甸','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2109','249','东港市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2110','249','凤城市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2111','250','顺城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2112','250','新抚区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2113','250','东洲区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2114','250','望花区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2115','250','清原','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2116','250','新宾','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2117','250','抚顺县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2118','251','阜新','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2119','251','海州区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2120','251','新邱区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2121','251','太平区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2122','251','清河门区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2123','251','细河区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2124','251','彰武县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2125','252','龙港区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2126','252','南票区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2127','252','连山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2128','252','兴城市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2129','252','绥中县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2130','252','建昌县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2131','253','太和区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2132','253','古塔区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2133','253','凌河区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2134','253','凌海市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2135','253','北镇市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2136','253','黑山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2137','253','义县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2138','254','白塔区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2139','254','文圣区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2140','254','宏伟区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2141','254','太子河区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2142','254','弓长岭区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2143','254','灯塔市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2144','254','辽阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2145','255','双台子区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2146','255','兴隆台区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2147','255','大洼县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2148','255','盘山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2149','256','银州区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2150','256','清河区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2151','256','调兵山市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2152','256','开原市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2153','256','铁岭县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2154','256','西丰县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2155','256','昌图县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2156','257','站前区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2157','257','西市区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2158','257','鲅鱼圈区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2159','257','老边区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2160','257','盖州市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2161','257','大石桥市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2162','258','回民区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2163','258','玉泉区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2164','258','新城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2165','258','赛罕区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2166','258','清水河县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2167','258','土默特左旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2168','258','托克托县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2169','258','和林格尔县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2170','258','武川县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2171','259','阿拉善左旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2172','259','阿拉善右旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2173','259','额济纳旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2174','260','临河区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2175','260','五原县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2176','260','磴口县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2177','260','乌拉特前旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2178','260','乌拉特中旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2179','260','乌拉特后旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2180','260','杭锦后旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2181','261','昆都仑区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2182','261','青山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2183','261','东河区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2184','261','九原区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2185','261','石拐区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2186','261','白云矿区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2187','261','土默特右旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2188','261','固阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2189','261','达尔罕茂明安联合旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2190','262','红山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2191','262','元宝山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2192','262','松山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2193','262','阿鲁科尔沁旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2194','262','巴林左旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2195','262','巴林右旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2196','262','林西县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2197','262','克什克腾旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2198','262','翁牛特旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2199','262','喀喇沁旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2200','262','宁城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2201','262','敖汉旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2202','263','东胜区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2203','263','达拉特旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2204','263','准格尔旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2205','263','鄂托克前旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2206','263','鄂托克旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2207','263','杭锦旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2208','263','乌审旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2209','263','伊金霍洛旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2210','264','海拉尔区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2211','264','莫力达瓦','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2212','264','满洲里市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2213','264','牙克石市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2214','264','扎兰屯市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2215','264','额尔古纳市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2216','264','根河市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2217','264','阿荣旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2218','264','鄂伦春自治旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2219','264','鄂温克族自治旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2220','264','陈巴尔虎旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2221','264','新巴尔虎左旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2222','264','新巴尔虎右旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2223','265','科尔沁区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2224','265','霍林郭勒市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2225','265','科尔沁左翼中旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2226','265','科尔沁左翼后旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2227','265','开鲁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2228','265','库伦旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2229','265','奈曼旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2230','265','扎鲁特旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2231','266','海勃湾区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2232','266','乌达区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2233','266','海南区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2234','267','化德县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2235','267','集宁区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2236','267','丰镇市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2237','267','卓资县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2238','267','商都县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2239','267','兴和县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2240','267','凉城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2241','267','察哈尔右翼前旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2242','267','察哈尔右翼中旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2243','267','察哈尔右翼后旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2244','267','四子王旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2245','268','二连浩特市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2246','268','锡林浩特市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2247','268','阿巴嘎旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2248','268','苏尼特左旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2249','268','苏尼特右旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2250','268','东乌珠穆沁旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2251','268','西乌珠穆沁旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2252','268','太仆寺旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2253','268','镶黄旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2254','268','正镶白旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2255','268','正蓝旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2256','268','多伦县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2257','269','乌兰浩特市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2258','269','阿尔山市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2259','269','科尔沁右翼前旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2260','269','科尔沁右翼中旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2261','269','扎赉特旗','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2262','269','突泉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2263','270','西夏区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2264','270','金凤区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2265','270','兴庆区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2266','270','灵武市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2267','270','永宁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2268','270','贺兰县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2269','271','原州区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2270','271','海原县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2271','271','西吉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2272','271','隆德县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2273','271','泾源县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2274','271','彭阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2275','272','惠农县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2276','272','大武口区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2277','272','惠农区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2278','272','陶乐县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2279','272','平罗县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2280','273','利通区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2281','273','中卫县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2282','273','青铜峡市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2283','273','中宁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2284','273','盐池县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2285','273','同心县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2286','274','沙坡头区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2287','274','海原县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2288','274','中宁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2289','275','城中区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2290','275','城东区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2291','275','城西区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2292','275','城北区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2293','275','湟中县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2294','275','湟源县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2295','275','大通','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2296','276','玛沁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2297','276','班玛县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2298','276','甘德县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2299','276','达日县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2300','276','久治县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2301','276','玛多县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2302','277','海晏县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2303','277','祁连县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2304','277','刚察县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2305','277','门源','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2306','278','平安县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2307','278','乐都县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2308','278','民和','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2309','278','互助','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2310','278','化隆','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2311','278','循化','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2312','279','共和县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2313','279','同德县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2314','279','贵德县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2315','279','兴海县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2316','279','贵南县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2317','280','德令哈市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2318','280','格尔木市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2319','280','乌兰县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2320','280','都兰县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2321','280','天峻县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2322','281','同仁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2323','281','尖扎县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2324','281','泽库县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2325','281','河南蒙古族自治县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2326','282','玉树县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2327','282','杂多县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2328','282','称多县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2329','282','治多县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2330','282','囊谦县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2331','282','曲麻莱县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2332','283','市中区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2333','283','历下区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2334','283','天桥区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2335','283','槐荫区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2336','283','历城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2337','283','长清区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2338','283','章丘市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2339','283','平阴县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2340','283','济阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2341','283','商河县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2342','284','市南区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2343','284','市北区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2344','284','城阳区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2345','284','四方区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2346','284','李沧区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2347','284','黄岛区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2348','284','崂山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2349','284','胶州市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2350','284','即墨市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2351','284','平度市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2352','284','胶南市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2353','284','莱西市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2354','285','滨城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2355','285','惠民县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2356','285','阳信县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2357','285','无棣县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2358','285','沾化县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2359','285','博兴县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2360','285','邹平县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2361','286','德城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2362','286','陵县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2363','286','乐陵市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2364','286','禹城市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2365','286','宁津县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2366','286','庆云县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2367','286','临邑县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2368','286','齐河县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2369','286','平原县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2370','286','夏津县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2371','286','武城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2372','287','东营区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2373','287','河口区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2374','287','垦利县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2375','287','利津县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2376','287','广饶县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2377','288','牡丹区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2378','288','曹县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2379','288','单县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2380','288','成武县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2381','288','巨野县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2382','288','郓城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2383','288','鄄城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2384','288','定陶县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2385','288','东明县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2386','289','市中区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2387','289','任城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2388','289','曲阜市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2389','289','兖州市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2390','289','邹城市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2391','289','微山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2392','289','鱼台县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2393','289','金乡县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2394','289','嘉祥县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2395','289','汶上县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2396','289','泗水县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2397','289','梁山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2398','290','莱城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2399','290','钢城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2400','291','东昌府区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2401','291','临清市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2402','291','阳谷县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2403','291','莘县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2404','291','茌平县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2405','291','东阿县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2406','291','冠县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2407','291','高唐县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2408','292','兰山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2409','292','罗庄区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2410','292','河东区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2411','292','沂南县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2412','292','郯城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2413','292','沂水县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2414','292','苍山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2415','292','费县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2416','292','平邑县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2417','292','莒南县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2418','292','蒙阴县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2419','292','临沭县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2420','293','东港区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2421','293','岚山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2422','293','五莲县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2423','293','莒县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2424','294','泰山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2425','294','岱岳区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2426','294','新泰市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2427','294','肥城市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2428','294','宁阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2429','294','东平县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2430','295','荣成市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2431','295','乳山市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2432','295','环翠区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2433','295','文登市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2434','296','潍城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2435','296','寒亭区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2436','296','坊子区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2437','296','奎文区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2438','296','青州市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2439','296','诸城市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2440','296','寿光市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2441','296','安丘市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2442','296','高密市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2443','296','昌邑市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2444','296','临朐县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2445','296','昌乐县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2446','297','芝罘区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2447','297','福山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2448','297','牟平区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2449','297','莱山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2450','297','开发区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2451','297','龙口市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2452','297','莱阳市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2453','297','莱州市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2454','297','蓬莱市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2455','297','招远市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2456','297','栖霞市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2457','297','海阳市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2458','297','长岛县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2459','298','市中区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2460','298','山亭区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2461','298','峄城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2462','298','台儿庄区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2463','298','薛城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2464','298','滕州市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2465','299','张店区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2466','299','临淄区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2467','299','淄川区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2468','299','博山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2469','299','周村区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2470','299','桓台县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2471','299','高青县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2472','299','沂源县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2473','300','杏花岭区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2474','300','小店区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2475','300','迎泽区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2476','300','尖草坪区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2477','300','万柏林区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2478','300','晋源区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2479','300','高新开发区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2480','300','民营经济开发区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2481','300','经济技术开发区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2482','300','清徐县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2483','300','阳曲县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2484','300','娄烦县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2485','300','古交市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2486','301','城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2487','301','郊区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2488','301','沁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2489','301','潞城市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2490','301','长治县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2491','301','襄垣县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2492','301','屯留县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2493','301','平顺县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2494','301','黎城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2495','301','壶关县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2496','301','长子县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2497','301','武乡县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2498','301','沁源县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2499','302','城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2500','302','矿区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2501','302','南郊区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2502','302','新荣区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2503','302','阳高县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2504','302','天镇县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2505','302','广灵县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2506','302','灵丘县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2507','302','浑源县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2508','302','左云县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2509','302','大同县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2510','303','城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2511','303','高平市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2512','303','沁水县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2513','303','阳城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2514','303','陵川县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2515','303','泽州县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2516','304','榆次区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2517','304','介休市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2518','304','榆社县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2519','304','左权县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2520','304','和顺县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2521','304','昔阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2522','304','寿阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2523','304','太谷县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2524','304','祁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2525','304','平遥县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2526','304','灵石县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2527','305','尧都区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2528','305','侯马市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2529','305','霍州市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2530','305','曲沃县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2531','305','翼城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2532','305','襄汾县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2533','305','洪洞县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2534','305','吉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2535','305','安泽县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2536','305','浮山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2537','305','古县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2538','305','乡宁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2539','305','大宁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2540','305','隰县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2541','305','永和县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2542','305','蒲县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2543','305','汾西县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2544','306','离石市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2545','306','离石区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2546','306','孝义市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2547','306','汾阳市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2548','306','文水县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2549','306','交城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2550','306','兴县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2551','306','临县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2552','306','柳林县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2553','306','石楼县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2554','306','岚县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2555','306','方山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2556','306','中阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2557','306','交口县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2558','307','朔城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2559','307','平鲁区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2560','307','山阴县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2561','307','应县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2562','307','右玉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2563','307','怀仁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2564','308','忻府区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2565','308','原平市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2566','308','定襄县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2567','308','五台县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2568','308','代县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2569','308','繁峙县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2570','308','宁武县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2571','308','静乐县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2572','308','神池县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2573','308','五寨县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2574','308','岢岚县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2575','308','河曲县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2576','308','保德县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2577','308','偏关县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2578','309','城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2579','309','矿区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2580','309','郊区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2581','309','平定县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2582','309','盂县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2583','310','盐湖区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2584','310','永济市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2585','310','河津市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2586','310','临猗县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2587','310','万荣县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2588','310','闻喜县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2589','310','稷山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2590','310','新绛县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2591','310','绛县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2592','310','垣曲县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2593','310','夏县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2594','310','平陆县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2595','310','芮城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2596','311','莲湖区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2597','311','新城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2598','311','碑林区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2599','311','雁塔区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2600','311','灞桥区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2601','311','未央区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2602','311','阎良区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2603','311','临潼区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2604','311','长安区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2605','311','蓝田县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2606','311','周至县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2607','311','户县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2608','311','高陵县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2609','312','汉滨区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2610','312','汉阴县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2611','312','石泉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2612','312','宁陕县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2613','312','紫阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2614','312','岚皋县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2615','312','平利县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2616','312','镇坪县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2617','312','旬阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2618','312','白河县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2619','313','陈仓区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2620','313','渭滨区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2621','313','金台区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2622','313','凤翔县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2623','313','岐山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2624','313','扶风县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2625','313','眉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2626','313','陇县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2627','313','千阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2628','313','麟游县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2629','313','凤县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2630','313','太白县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2631','314','汉台区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2632','314','南郑县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2633','314','城固县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2634','314','洋县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2635','314','西乡县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2636','314','勉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2637','314','宁强县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2638','314','略阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2639','314','镇巴县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2640','314','留坝县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2641','314','佛坪县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2642','315','商州区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2643','315','洛南县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2644','315','丹凤县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2645','315','商南县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2646','315','山阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2647','315','镇安县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2648','315','柞水县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2649','316','耀州区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2650','316','王益区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2651','316','印台区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2652','316','宜君县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2653','317','临渭区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2654','317','韩城市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2655','317','华阴市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2656','317','华县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2657','317','潼关县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2658','317','大荔县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2659','317','合阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2660','317','澄城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2661','317','蒲城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2662','317','白水县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2663','317','富平县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2664','318','秦都区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2665','318','渭城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2666','318','杨陵区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2667','318','兴平市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2668','318','三原县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2669','318','泾阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2670','318','乾县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2671','318','礼泉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2672','318','永寿县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2673','318','彬县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2674','318','长武县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2675','318','旬邑县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2676','318','淳化县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2677','318','武功县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2678','319','吴起县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2679','319','宝塔区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2680','319','延长县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2681','319','延川县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2682','319','子长县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2683','319','安塞县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2684','319','志丹县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2685','319','甘泉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2686','319','富县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2687','319','洛川县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2688','319','宜川县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2689','319','黄龙县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2690','319','黄陵县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2691','320','榆阳区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2692','320','神木县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2693','320','府谷县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2694','320','横山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2695','320','靖边县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2696','320','定边县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2697','320','绥德县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2698','320','米脂县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2699','320','佳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2700','320','吴堡县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2701','320','清涧县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2702','320','子洲县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2703','321','长宁区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2704','321','闸北区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2705','321','闵行区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2706','321','徐汇区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2707','321','浦东新区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2708','321','杨浦区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2709','321','普陀区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2710','321','静安区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2711','321','卢湾区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2712','321','虹口区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2713','321','黄浦区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2714','321','南汇区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2715','321','松江区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2716','321','嘉定区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2717','321','宝山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2718','321','青浦区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2719','321','金山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2720','321','奉贤区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2721','321','崇明县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2722','322','青羊区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2723','322','锦江区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2724','322','金牛区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2725','322','武侯区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2726','322','成华区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2727','322','龙泉驿区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2728','322','青白江区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2729','322','新都区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2730','322','温江区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2731','322','高新区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2732','322','高新西区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2733','322','都江堰市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2734','322','彭州市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2735','322','邛崃市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2736','322','崇州市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2737','322','金堂县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2738','322','双流县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2739','322','郫县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2740','322','大邑县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2741','322','蒲江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2742','322','新津县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2743','322','都江堰市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2744','322','彭州市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2745','322','邛崃市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2746','322','崇州市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2747','322','金堂县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2748','322','双流县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2749','322','郫县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2750','322','大邑县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2751','322','蒲江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2752','322','新津县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2753','323','涪城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2754','323','游仙区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2755','323','江油市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2756','323','盐亭县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2757','323','三台县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2758','323','平武县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2759','323','安县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2760','323','梓潼县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2761','323','北川县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2762','324','马尔康县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2763','324','汶川县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2764','324','理县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2765','324','茂县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2766','324','松潘县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2767','324','九寨沟县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2768','324','金川县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2769','324','小金县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2770','324','黑水县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2771','324','壤塘县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2772','324','阿坝县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2773','324','若尔盖县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2774','324','红原县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2775','325','巴州区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2776','325','通江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2777','325','南江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2778','325','平昌县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2779','326','通川区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2780','326','万源市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2781','326','达县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2782','326','宣汉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2783','326','开江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2784','326','大竹县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2785','326','渠县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2786','327','旌阳区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2787','327','广汉市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2788','327','什邡市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2789','327','绵竹市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2790','327','罗江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2791','327','中江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2792','328','康定县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2793','328','丹巴县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2794','328','泸定县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2795','328','炉霍县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2796','328','九龙县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2797','328','甘孜县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2798','328','雅江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2799','328','新龙县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2800','328','道孚县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2801','328','白玉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2802','328','理塘县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2803','328','德格县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2804','328','乡城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2805','328','石渠县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2806','328','稻城县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2807','328','色达县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2808','328','巴塘县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2809','328','得荣县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2810','329','广安区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2811','329','华蓥市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2812','329','岳池县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2813','329','武胜县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2814','329','邻水县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2815','330','利州区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2816','330','元坝区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2817','330','朝天区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2818','330','旺苍县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2819','330','青川县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2820','330','剑阁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2821','330','苍溪县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2822','331','峨眉山市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2823','331','乐山市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2824','331','犍为县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2825','331','井研县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2826','331','夹江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2827','331','沐川县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2828','331','峨边','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2829','331','马边','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2830','332','西昌市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2831','332','盐源县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2832','332','德昌县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2833','332','会理县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2834','332','会东县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2835','332','宁南县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2836','332','普格县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2837','332','布拖县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2838','332','金阳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2839','332','昭觉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2840','332','喜德县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2841','332','冕宁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2842','332','越西县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2843','332','甘洛县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2844','332','美姑县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2845','332','雷波县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2846','332','木里','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2847','333','东坡区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2848','333','仁寿县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2849','333','彭山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2850','333','洪雅县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2851','333','丹棱县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2852','333','青神县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2853','334','阆中市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2854','334','南部县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2855','334','营山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2856','334','蓬安县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2857','334','仪陇县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2858','334','顺庆区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2859','334','高坪区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2860','334','嘉陵区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2861','334','西充县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2862','335','市中区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2863','335','东兴区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2864','335','威远县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2865','335','资中县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2866','335','隆昌县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2867','336','东 区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2868','336','西 区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2869','336','仁和区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2870','336','米易县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2871','336','盐边县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2872','337','船山区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2873','337','安居区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2874','337','蓬溪县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2875','337','射洪县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2876','337','大英县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2877','338','雨城区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2878','338','名山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2879','338','荥经县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2880','338','汉源县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2881','338','石棉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2882','338','天全县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2883','338','芦山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2884','338','宝兴县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2885','339','翠屏区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2886','339','宜宾县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2887','339','南溪县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2888','339','江安县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2889','339','长宁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2890','339','高县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2891','339','珙县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2892','339','筠连县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2893','339','兴文县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2894','339','屏山县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2895','340','雁江区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2896','340','简阳市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2897','340','安岳县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2898','340','乐至县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2899','341','大安区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2900','341','自流井区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2901','341','贡井区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2902','341','沿滩区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2903','341','荣县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2904','341','富顺县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2905','342','江阳区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2906','342','纳溪区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2907','342','龙马潭区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2908','342','泸县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2909','342','合江县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2910','342','叙永县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2911','342','古蔺县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2912','343','和平区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2913','343','河西区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2914','343','南开区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2915','343','河北区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2916','343','河东区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2917','343','红桥区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2918','343','东丽区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2919','343','津南区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2920','343','西青区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2921','343','北辰区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2922','343','塘沽区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2923','343','汉沽区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2924','343','大港区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2925','343','武清区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2926','343','宝坻区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2927','343','经济开发区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2928','343','宁河县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2929','343','静海县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2930','343','蓟县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2931','344','城关区','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2932','344','林周县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2933','344','当雄县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2934','344','尼木县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2935','344','曲水县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2936','344','堆龙德庆县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2937','344','达孜县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2938','344','墨竹工卡县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2939','345','噶尔县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2940','345','普兰县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2941','345','札达县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2942','345','日土县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2943','345','革吉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2944','345','改则县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2945','345','措勤县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2946','346','昌都县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2947','346','江达县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2948','346','贡觉县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2949','346','类乌齐县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2950','346','丁青县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2951','346','察雅县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2952','346','八宿县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2953','346','左贡县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2954','346','芒康县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2955','346','洛隆县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2956','346','边坝县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2957','347','林芝县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2958','347','工布江达县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2959','347','米林县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2960','347','墨脱县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2961','347','波密县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2962','347','察隅县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2963','347','朗县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2964','348','那曲县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2965','348','嘉黎县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2966','348','比如县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2967','348','聂荣县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2968','348','安多县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2969','348','申扎县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2970','348','索县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2971','348','班戈县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2972','348','巴青县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2973','348','尼玛县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2974','349','日喀则市','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2975','349','南木林县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2976','349','江孜县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2977','349','定日县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2978','349','萨迦县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2979','349','拉孜县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2980','349','昂仁县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2981','349','谢通门县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2982','349','白朗县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2983','349','仁布县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2984','349','康马县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2985','349','定结县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2986','349','仲巴县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2987','349','亚东县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2988','349','吉隆县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2989','349','聂拉木县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2990','349','萨嘎县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2991','349','岗巴县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2992','350','乃东县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2993','350','扎囊县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2994','350','贡嘎县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2995','350','桑日县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2996','350','琼结县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2997','350','曲松县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2998','350','措美县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('2999','350','洛扎县','3','0');-- <fen> -- INSERT INTO `xt_region` VALUES ('3000','350','加查县','3','0');-- <fen> --
TRUNCATE tienda_online.usuarios; COPY tienda_online.usuarios FROM 'data/usuarios.csv'; TRUNCATE tienda_online.productos_visitados; COPY tienda_online.productos_visitados FROM 'data/productos_visitados.csv'; TRUNCATE tienda_online.carro; COPY tienda_online.carro FROM 'data/carro.csv'; TRUNCATE tienda_online.compras; COPY tienda_online.compras FROM 'data/compras.csv'; TRUNCATE tienda_online.pedidos; COPY tienda_online.pedidos FROM 'data/pedidos.csv'; TRUNCATE tienda_online.productos; COPY tienda_online.productos FROM 'data/productos.csv'; TRUNCATE tienda_online.productos_por_marketing; COPY tienda_online.productos_por_marketing FROM 'data/productos_por_marketing.csv'; TRUNCATE tienda_online.contador_productos_vendidos; COPY tienda_online.contador_productos_vendidos FROM 'data/contador_productos_vendidos.csv'; TRUNCATE tienda_online.productos_mas_vendidos; COPY tienda_online.productos_mas_vendidos FROM 'data/productos_mas_vendidos.csv'; TRUNCATE tienda_online.contador_prod_vendidos_juntos; COPY tienda_online.contador_prod_vendidos_juntos FROM 'data/contador_prod_vendidos_juntos.csv'; TRUNCATE tienda_online.productos_vendidos_juntos; COPY tienda_online.productos_vendidos_juntos FROM 'data/productos_vendidos_juntos.csv'; TRUNCATE tienda_online.categorias; COPY tienda_online.categorias FROM 'data/categorias.csv';
-- phpMyAdmin SQL Dump -- version 5.0.4 -- https://www.phpmyadmin.net/ -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 28-01-2021 a las 15:10:43 -- Versión del servidor: 10.4.17-MariaDB -- Versión de PHP: 8.0.0 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: `web` -- CREATE DATABASE IF NOT EXISTS `web` /*!40100 DEFAULT CHARACTER SET utf8_spanish_ci */; USE `web`; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `menus` -- CREATE TABLE `menus` ( `MENU_id` int(11) NOT NULL, `MENU_descripcion` varchar(500) COLLATE utf8_spanish_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `noticias` -- CREATE TABLE `noticias` ( `NT_id` int(11) NOT NULL, `NT_descripcion` varchar(500) COLLATE utf8_spanish_ci NOT NULL, `NT_imagen` longblob NOT NULL, `NT_extension` varchar(10) COLLATE utf8_spanish_ci NOT NULL, `NT_estado` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `secciones` -- CREATE TABLE `secciones` ( `SEC_id` int(11) NOT NULL, `SEC_descripcion` varchar(125) COLLATE utf8_spanish_ci NOT NULL, `SEC_estado` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci; -- -- Volcado de datos para la tabla `secciones` -- INSERT INTO `secciones` (`SEC_id`, `SEC_descripcion`, `SEC_estado`) VALUES (1, 'MENU1', 1), (2, 'MENU2', 1), (3, 'SERVICIOS', 1), (4, 'NOTICIAS', 1), (5, 'SECCION VIDEO', 1), (6, 'VINCULOS', 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `sliders` -- CREATE TABLE `sliders` ( `id_slider` int(11) NOT NULL, `descripcion` varchar(100) COLLATE utf8_spanish_ci DEFAULT NULL, `ruta_imagen` varchar(100) COLLATE utf8_spanish_ci NOT NULL, `estado` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci; -- -- Volcado de datos para la tabla `sliders` -- INSERT INTO `sliders` (`id_slider`, `descripcion`, `ruta_imagen`, `estado`) VALUES (1, 'IMAGEN1', 'fotos/6974ce5ac660610b44d9b9fed0ff9548.jpg', 1), (2, 'IMAGEN2', 'fotos/banner1.jpg', 1), (3, 'IMAGEN3', 'fotos/ec8956637a99787bd197eacd77acce5e.jpg', 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tipo_estado` -- CREATE TABLE `tipo_estado` ( `id_estado` int(11) NOT NULL, `descripcion` varchar(50) COLLATE utf8_spanish_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci; -- -- Volcado de datos para la tabla `tipo_estado` -- INSERT INTO `tipo_estado` (`id_estado`, `descripcion`) VALUES (1, 'HABILITADO'), (2, 'DESHABILITADO'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `usuario` -- CREATE TABLE `usuario` ( `User_id` int(11) NOT NULL, `User_nombres` varchar(125) COLLATE utf8_spanish_ci DEFAULT NULL, `User_apellidos` varchar(255) COLLATE utf8_spanish_ci DEFAULT NULL, `User_usuario` varchar(45) COLLATE utf8_spanish_ci NOT NULL, `User_password` varchar(45) COLLATE utf8_spanish_ci NOT NULL, `User_email` varchar(255) COLLATE utf8_spanish_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci; -- -- Volcado de datos para la tabla `usuario` -- INSERT INTO `usuario` (`User_id`, `User_nombres`, `User_apellidos`, `User_usuario`, `User_password`, `User_email`) VALUES (1, 'LEONARDO', 'SUYON ', 'LEO', '12345678', 'SUYON@GMAIL.COM'), (2, 'MIGUEL ', 'GAMBINI', 'MIGUEL', '12345678', 'GAMBINI@GMAIL.COM'), (3, 'JOSEPH', 'GOICOCHEA', 'JOSEPH', '12345678', 'JOSEPH@GMAIL.COM'), (4, 'CESAR', 'AGUIRRE', 'CESAR', '12345678', 'AGUIRRE@GMAIL.COM'), (5, 'JUNIOR1', 'SILVA', 'JUNIOR', '12345678', 'JUNIOR@GMAIL.COM'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `vinculos` -- CREATE TABLE `vinculos` ( `id_vinculos` int(11) NOT NULL, `descripcion` varchar(50) COLLATE utf8_spanish_ci NOT NULL, `ruta_imagen` varchar(50) COLLATE utf8_spanish_ci NOT NULL, `estado` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish_ci; INSERT INTO `vinculos` (`id_vinculos`, `descripcion`, `ruta_imagen`, `estado`) VALUES (1, 'CONTROLORIA', 'fotos/V1.png', 1), (2, 'EL PERUANO', 'fotos/V2.png', 1), (4, 'INFOBRAS', 'fotos/V3.png', 1), (5, 'PODER JUDICIAL', 'fotos/V4.png', 1), (6, 'PRONABEC', 'fotos/V5.png', 1); -- -- Índices para tablas volcadas -- -- -- Indices de la tabla `menus` -- ALTER TABLE `menus` ADD PRIMARY KEY (`MENU_id`); -- -- Indices de la tabla `noticias` -- ALTER TABLE `noticias` ADD PRIMARY KEY (`NT_id`); -- -- Indices de la tabla `secciones` -- ALTER TABLE `secciones` ADD PRIMARY KEY (`SEC_id`); -- -- Indices de la tabla `sliders` -- ALTER TABLE `sliders` ADD PRIMARY KEY (`id_slider`), ADD KEY `estado` (`estado`), ADD KEY `estado_2` (`estado`); -- -- Indices de la tabla `tipo_estado` -- ALTER TABLE `tipo_estado` ADD PRIMARY KEY (`id_estado`), ADD KEY `id_estado` (`id_estado`); -- -- Indices de la tabla `usuario` -- ALTER TABLE `usuario` ADD PRIMARY KEY (`User_id`); -- -- Indices de la tabla `vinculos` -- ALTER TABLE `vinculos` ADD PRIMARY KEY (`id_vinculos`), ADD KEY `id_vinculos` (`id_vinculos`), ADD KEY `estado` (`estado`), ADD KEY `estado_2` (`estado`); -- -- AUTO_INCREMENT de las tablas volcadas -- -- -- AUTO_INCREMENT de la tabla `menus` -- ALTER TABLE `menus` MODIFY `MENU_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `noticias` -- ALTER TABLE `noticias` MODIFY `NT_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `secciones` -- ALTER TABLE `secciones` MODIFY `SEC_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `sliders` -- ALTER TABLE `sliders` MODIFY `id_slider` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `usuario` -- ALTER TABLE `usuario` MODIFY `User_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT; -- -- AUTO_INCREMENT de la tabla `vinculos` -- ALTER TABLE `vinculos` MODIFY `id_vinculos` int(11) NOT NULL AUTO_INCREMENT; -- -- Restricciones para tablas volcadas -- -- -- Filtros para la tabla `sliders` -- ALTER TABLE `sliders` ADD CONSTRAINT `sliders_ibfk_1` FOREIGN KEY (`estado`) REFERENCES `tipo_estado` (`id_estado`); -- -- Filtros para la tabla `vinculos` -- ALTER TABLE `vinculos` ADD CONSTRAINT `vinculos_ibfk_1` FOREIGN KEY (`estado`) REFERENCES `tipo_estado` (`id_estado`); COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
--CREATE DATABASE yify; USE yify; --DROP TABLE movies; CREATE TABLE movies ( MovieID INT DEFAULT 0, MovieUrl VARCHAR(1024), DateUploaded DATETIME, Uploader VARCHAR(20), UploaderUID INT, UploaderNotes TEXT, Quality VARCHAR(10), Resolution VARCHAR(10), FrameRate VARCHAR(10), Language VARCHAR(20), Subtitles VARCHAR(20), LargeCover TEXT, MediumCover TEXT, LargeScreenshot1 VARCHAR(1024), LargeScreenshot2 VARCHAR(1024), LargeScreenshot3 VARCHAR(1024), MediumScreenshot1 VARCHAR(1024), MediumScreenshot2 VARCHAR(1024), MediumScreenshot3 VARCHAR(1024), ImdbCode VARCHAR(20), ImdbLink VARCHAR(1024), MovieTitle VARCHAR(512), MovieTitleClean VARCHAR(512), MovieYear VARCHAR(5), MovieRating VARCHAR(5), MovieRuntime VARCHAR(20), YoutubeTrailerID VARCHAR(20), YoutubeTrailerUrl VARCHAR(1024), AgeRating VARCHAR(10), Genre1 VARCHAR(25), Genre2 VARCHAR(25), ShortDescription TEXT, LongDescription TEXT, Downloaded INT, TorrentUrl VARCHAR(1024), TorrentHash VARCHAR(40), TorrentMagnetUrl VARCHAR(1024), TorrentSeeds INT, TorrentPeers INT, Size VARCHAR(25), SizeByte BIGINT ); --TRUNCATE table Movies; Select * from Movies;
CREATE procedure sp_Cancel_GiftVouchers ( @CustomerID nvarchar(15), @FromDate datetime, @ToDate datetime ) As select Loyalty.LoyaltyID, Loyalty.Loyaltyname, Customer.CustomerID, Company_Name, DocumentDate, GiftVoucherNo , NoteValue, dbo.LookupDictionaryItem(case When Status & 64 <> 0 Then N'Closed' When IsNull(NoteValue,0) <> IsNull(balance,0) then 'Closed' When isNull(claimRFA,0) = 1 then 'Closed' When isnull(status,0) = 0 and isnull(RefDocid,0) = 0 Then N'Open' when isnull(status & 128,0 ) = 128 and isnull(RefDocid,0) <> 0 then N'Closed' when isnull(status & 128,0 ) = 128 and Balance = 0 then N'Closed' when isnull(status & 128,0 ) = 0 and isnull(RefDocid,0) <> 0 then N'Open' Else N'' end, Default), DocumentID, CreditID from CreditNote, Customer , Loyalty where Customer.CustomerID like @CustomerID and DocumentDate between @FromDate and @ToDate and CreditNote.Flag = 2 and Customer.CustomerID = CreditNote.CustomerID and Loyalty.LoyaltyID = CreditNote.LoyaltyID order by Customer.Company_Name, DocumentDate -- Loyalty.Loyaltyname,
/** * * Script da aula do dia 27/09/2016 * */ /*!40001 SET sql_mode = 'TRADITIONAL' */; /*!40101 SET NAMES utf8 */; /*!50503 SET NAMES utf8mb4 */; /*!40001 SET storage_engine = InnoDB */; /*!50503 SET default_storage_engine = InnoDB */; /*!40001 SET innodb_strict_mode = ON */; CREATE DATABASE /*! IF NOT EXISTS */ vendas_27_09_2016; USE vendas_27_09_2016; /*! ALTER DATABASE CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_general_ci */ ; CREATE TABLE /*! IF NOT EXISTS */ cliente ( id INT UNSIGNED NOT NULL /*! AUTO_INCREMENT */, cpf VARCHAR(11) NOT NULL, nome VARCHAR(100) NOT NULL, endereco VARCHAR(100) NOT NULL, cidade VARCHAR(50) NOT NULL, estado CHAR(2) NOT NULL, -- estado ENUM('RN', ..., 'RS') NOT NULL, CONSTRAINT pk_cliente PRIMARY KEY (id) ) /*!50506 ROW_FORMAT=Compressed */ ; CREATE TABLE /*! IF NOT EXISTS */ pedido ( id INT UNSIGNED NOT NULL /*! AUTO_INCREMENT */, data DATETIME NOT NULL, valor DECIMAL(14, 4) UNSIGNED NOT NULL, clienteId INT UNSIGNED NOT NULL, CONSTRAINT pk_pedido PRIMARY KEY (id), CONSTRAINT fk_pedido__cliente FOREIGN KEY (clienteId) REFERENCES cliente (id) /*! ON UPDATE CASCADE ON DELETE RESTRICT */ ) /*!50506 ROW_FORMAT=Compressed */ ; CREATE TABLE /*! IF NOT EXISTS */ produto ( id INT UNSIGNED NOT NULL /*! AUTO_INCREMENT */, descricao VARCHAR(100) NOT NULL, qteEstoque INT UNSIGNED NOT NULL, precoVenda DECIMAL(14, 4) UNSIGNED NOT NULL, CONSTRAINT pk_produto PRIMARY KEY (id) ) /*!50506 ROW_FORMAT=Compressed */ ; CREATE TABLE /*! IF NOT EXISTS */ pedido_item ( id INT UNSIGNED NOT NULL /*! AUTO_INCREMENT */, qteVenda INT UNSIGNED NOT NULL, precoVenda DECIMAL(14, 4) UNSIGNED NOT NULL, pedidoId INT UNSIGNED NOT NULL, produtoId INT UNSIGNED NOT NULL, CONSTRAINT pk_pedido_item PRIMARY KEY (id), CONSTRAINT uk_pedido_item__pedido_produto UNIQUE KEY (pedidoId, produtoId), CONSTRAINT fk_pedido_item__pedido FOREIGN KEY (pedidoId) REFERENCES pedido (id) /*! ON UPDATE CASCADE ON DELETE RESTRICT */, CONSTRAINT fk_pedido_item__produto FOREIGN KEY (produtoId) REFERENCES produto (id) /*! ON UPDATE CASCADE ON DELETE RESTRICT */ ) /*!50506 ROW_FORMAT=Compressed */ ; CREATE TABLE /*! IF NOT EXISTS */ fornecedor ( id INT UNSIGNED NOT NULL /*! AUTO_INCREMENT */, cnpj VARCHAR(14) NOT NULL, razaoSocial VARCHAR(100) NOT NULL, endereco VARCHAR(100) NOT NULL, cidade VARCHAR(50) NOT NULL, estado CHAR(2) NOT NULL, -- estado ENUM('RN', ..., 'RS') NOT NULL, CONSTRAINT pk_fornecedor PRIMARY KEY (id) ) /*!50506 ROW_FORMAT=Compressed */ ; CREATE TABLE /*! IF NOT EXISTS */ fornecedor_produto ( id INT UNSIGNED NOT NULL /*! AUTO_INCREMENT */, fornecedorId INT UNSIGNED NOT NULL, produtoId INT UNSIGNED NOT NULL, -- qte INT UNSIGNED NOT NULL, precoCompra DECIMAL(14, 4) UNSIGNED NOT NULL, CONSTRAINT pk_fornecedor_produto PRIMARY KEY (id), CONSTRAINT fk_fornecedor_produto__fornecedor FOREIGN KEY (fornecedorId) REFERENCES fornecedor (id) /*! ON UPDATE CASCADE ON DELETE RESTRICT */, CONSTRAINT fk_fornecedor_produto__produto FOREIGN KEY (produtoId) REFERENCES produto (id) /*! ON UPDATE CASCADE ON DELETE RESTRICT */ ) /*!50506 ROW_FORMAT=Compressed */ ;
CREATE TABLE account ( id uuid NOT NULL, login text NOT NULL, pass text NOT NULL, created_at timestamptz default now(), CONSTRAINT account_pk PRIMARY KEY (id) ); CREATE UNIQUE INDEX account_login_index ON account(login); CREATE TABLE story ( id uuid NOT NULL, title text NOT NULL, kind text NOT NULL, body text NOT NULL, category text NOT NULL, score integer NOT NULL DEFAULT 0, views integer NOT NULL DEFAULT 0, created_by uuid NOT NULL, created_at timestamptz default now(), CONSTRAINT story_pk PRIMARY KEY (id) ); CREATE INDEX story_author_index ON story(created_by); CREATE INDEX story_created_index ON story(created_at); CREATE INDEX story_category_index ON story(category); CREATE TABLE comment ( id uuid NOT NULL, story_id uuid NOT NULL, body text NOT NULL, created_by uuid NOT NULL, created_at timestamptz default now(), CONSTRAINT comment_pk PRIMARY KEY (id) ); CREATE INDEX comment_story_index ON comment(story_id); CREATE INDEX comment_author_index ON comment(created_by); CREATE INDEX comment_created_index ON comment(created_at); CREATE TABLE vote ( story_id uuid NOT NULL, account_id uuid NOT NULL, vote int, CONSTRAINT vote_pk PRIMARY KEY (story_id, account_id) );
CREATE TABLE ft_table ( id INT PRIMARY KEY AUTO_INCREMENT, login CHAR(8) DEFAULT "toto", `group` ENUM('staff','student','other') NOT NULL, creation_date DATE NOT NULL );
CREATE Procedure sp_acc_Insert_ReceivedPriceListAbstract(@PriceListDate DateTime, @SendDocID Int, @PriceListName nVarChar(255), @PriceListDesc nVarChar(255), @SentBy nVarChar(50), @Status Int) As Insert Into ReceivePriceListAbstract (PriceListDate, SendDocID, PriceListName, PriceListDesc, SentBy, Status, CreationDate) Values (@PriceListDate, @SendDocID, @PriceListName, @PriceListDesc, @SentBy, @Status, GetDate()) Select @@Identity
SELECT * FROM tabs; CREATE TABLE survey ( seq NUMBER PRIMARY KEY, subject VARCHAR2(100) NOT NULL, purpose VARCHAR2(100) NOT NULL, empSeq NUMBER REFERENCES employee(seq) )
-- phpMyAdmin SQL Dump -- version 4.0.4.1 -- http://www.phpmyadmin.net -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 01-11-2013 a las 18:10:15 -- Versión del servidor: 5.5.32 -- Versión de PHP: 5.4.19 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; /*!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 */; -- -- Base de datos: `sistema_reservacion` -- CREATE DATABASE IF NOT EXISTS `sistema_reservacion` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `sistema_reservacion`; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `admins` -- CREATE TABLE IF NOT EXISTS `admins` ( `id_user` int(11) NOT NULL AUTO_INCREMENT, `user` varchar(20) NOT NULL, `pass` varchar(20) NOT NULL, `nombre` varchar(50) NOT NULL, PRIMARY KEY (`id_user`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Volcado de datos para la tabla `admins` -- INSERT INTO `admins` (`id_user`, `user`, `pass`, `nombre`) VALUES (1, 'darciga', '123456', 'Dante Omar'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `clientes` -- CREATE TABLE IF NOT EXISTS `clientes` ( `id_cliente` int(11) NOT NULL AUTO_INCREMENT, `nombre_cli` varchar(150) NOT NULL, `user` varchar(20) NOT NULL, `pass` varchar(20) NOT NULL, `email` varchar(30) NOT NULL, `tel` varchar(30) DEFAULT NULL, PRIMARY KEY (`id_cliente`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Volcado de datos para la tabla `clientes` -- INSERT INTO `clientes` (`id_cliente`, `nombre_cli`, `user`, `pass`, `email`, `tel`) VALUES (1, 'Dante Omar Arciga Camarena', 'darciga', '123456', 'dante.omar.arciga@gmail.com', '3531208323'), (2, 'Jesus Alberto Arrellano Camargo', 'jarrellano', '123456', 'email@dominio.com', '1234567890'), (3, 'IsidroChavez Espinoza', 'ichavez', '123456', 'chavez@dominio.com', '3531208323'), (4, 'Juan Jose Mejia Reyes', 'jmejia', '123456', 'mejia@dominio.com', '1234567890'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `habitaciones` -- CREATE TABLE IF NOT EXISTS `habitaciones` ( `id_habitacion` int(11) NOT NULL AUTO_INCREMENT, `nombre` varchar(20) NOT NULL, `tipo` int(11) NOT NULL, `estado` enum('Desocupada','Ocupada','Mantenimiento') NOT NULL DEFAULT 'Desocupada', `descripcion` varchar(100) NOT NULL, `imagen` varchar(45) NOT NULL, PRIMARY KEY (`id_habitacion`), KEY `tipo` (`tipo`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ; -- -- Volcado de datos para la tabla `habitaciones` -- INSERT INTO `habitaciones` (`id_habitacion`, `nombre`, `tipo`, `estado`, `descripcion`, `imagen`) VALUES (1, 'Habitacion 1', 1, 'Desocupada', 'Descripcion Habitacion 1', 'img1'), (2, 'Habitacion 2', 2, 'Desocupada', 'Descripcion Habitacion 2', 'img2'), (3, 'Habitacion 3', 3, 'Desocupada', 'Descripcion Habitacion 3', 'img3'), (4, 'Habitacion 4', 4, 'Desocupada', 'Descripcion Habitacion 4', 'img4'), (5, 'Habitacion 5', 5, 'Desocupada', 'Descripcion Habitacion 5', 'img5'), (6, 'Habitacion 6', 6, 'Desocupada', 'Descripcion Habitacion 6', 'img6'), (7, 'Habitacion 7', 7, 'Desocupada', 'Descripcion Habitacion 7', 'img7'), (8, 'Habitacion 8', 8, 'Desocupada', 'Descripcion Habitacion 8', 'img8'), (9, 'Habitacion 9', 9, 'Desocupada', 'Descripcion Habitacion 9', 'img9'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `reservaciones` -- CREATE TABLE IF NOT EXISTS `reservaciones` ( `id_reservacion` int(11) NOT NULL AUTO_INCREMENT, `checkin` date DEFAULT NULL, `checkout` date DEFAULT NULL, `estado` enum('En espera','Tomada','Cancelada') NOT NULL DEFAULT 'En espera', `num_adu` int(11) NOT NULL, `num_niñ` int(11) DEFAULT NULL, `id_cliente` int(11) DEFAULT NULL, `habitacion` int(11) DEFAULT NULL, PRIMARY KEY (`id_reservacion`), KEY `id_cliente` (`id_cliente`), KEY `habitacion` (`habitacion`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Volcado de datos para la tabla `reservaciones` -- INSERT INTO `reservaciones` (`id_reservacion`, `checkin`, `checkout`, `estado`, `num_adu`, `num_niñ`, `id_cliente`, `habitacion`) VALUES (1, '2013-11-01', '2013-11-05', 'En espera', 1, 0, 1, 1), (2, '2013-11-08', '2013-11-10', 'En espera', 2, 2, 2, 7), (3, '2013-11-15', '2013-11-17', 'En espera', 2, 0, 3, 9), (4, '2013-11-22', '2013-11-26', 'En espera', 2, 1, 4, 3); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `tipohabitacion` -- CREATE TABLE IF NOT EXISTS `tipohabitacion` ( `id_tipo` int(11) NOT NULL AUTO_INCREMENT, `nombre` varchar(40) NOT NULL, `precio` decimal(6,0) DEFAULT NULL, PRIMARY KEY (`id_tipo`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ; -- -- Volcado de datos para la tabla `tipohabitacion` -- INSERT INTO `tipohabitacion` (`id_tipo`, `nombre`, `precio`) VALUES (1, 'Hab. Económica 1 Cama Matrimonial', '450'), (2, 'Hab. Económica 2 Cama Matrimonial', '550'), (3, 'Hab. Económica 3 Cama sMatrimonial', '650'), (4, 'Hab. Normal 1 Cama Matrimonial', '750'), (5, 'Hab. Normal 2 Camas Matrimonial', '1000'), (6, 'Hab. Normal 3 Camas Matrimonial', '1300'), (7, 'Hab. Económica 2 Cama Matrimonial', '1500'), (8, 'Hab. Económica 2 Cama Matrimonial', '1600'), (9, 'Hab. Económica 2 Cama Matrimonial', '2000'); -- -- Restricciones para tablas volcadas -- -- -- Filtros para la tabla `habitaciones` -- ALTER TABLE `habitaciones` ADD CONSTRAINT `habitaciones_ibfk_1` FOREIGN KEY (`tipo`) REFERENCES `tipohabitacion` (`id_tipo`); -- -- Filtros para la tabla `reservaciones` -- ALTER TABLE `reservaciones` ADD CONSTRAINT `reservaciones_ibfk_1` FOREIGN KEY (`id_cliente`) REFERENCES `clientes` (`id_cliente`), ADD CONSTRAINT `reservaciones_ibfk_2` FOREIGN KEY (`habitacion`) REFERENCES `habitaciones` (`id_habitacion`); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
ALTER TABLE {$prefix}user DROP COLUMN fb_uid, DROP COLUMN tw_uid, DROP COLUMN g_uid, DROP COLUMN y_uid, ADD COLUMN uids varchar(1023) NOT NULL DEFAULT '{}' COMMENT 'JSON of {platformName: [uid1, ...]}' AFTER mobileNumber;
-- platform add INSERT INTO platform(platformName) VALUES('android'); INSERT INTO platform(platformName) VALUES('ios'); SELECT * FROM platform; -- device add INSERT INTO device(platformID,UUID) VALUES(1,'0000000000001'); INSERT INTO device(platformID,UUID) VALUES(1,'0000000000002'); INSERT INTO device(platformID,UUID) VALUES(1,'0000000000003'); INSERT INTO device(platformID,UUID) VALUES(1,'0000000000004'); INSERT INTO device(platformID,UUID) VALUES(1,'0000000000005'); SELECT * FROM device; -- add user , set key 123 , phone = 0987654321 CALL insertEncodeUID('0987654321','123'); CALL insertEncodeUID('0987654322','123'); CALL insertEncodeUID('0987654323','123'); CALL insertEncodeUID('0987654324','123'); CALL insertEncodeUID('0987654325','123'); SELECT * FROM user; SELECT AES_DECRYPT(userID,'123') AS phone,authID FROM user; SELECT * FROM (SELECT AES_DECRYPT(userID,'123') AS phone FROM user) AS DECRYPT_user WHERE DECRYPT_user.phone = '0987654321'; -- add auth INSERT INTO auth(platformID,UUID,passwd,userID) VALUES(1,'0000000000001',65471,AES_ENCRYPT('0987654325','123')); INSERT INTO auth(platformID,UUID,passwd,userID) VALUES(1,'0000000000002',25471,AES_ENCRYPT('0987654324','123')); INSERT INTO auth(platformID,UUID,passwd,userID) VALUES(1,'0000000000003',55471,AES_ENCRYPT('0987654323','123')); INSERT INTO auth(platformID,UUID,passwd,userID) VALUES(1,'0000000000004',61171,AES_ENCRYPT('0987654322','123')); INSERT INTO auth(platformID,UUID,passwd,userID) VALUES(1,'0000000000005',54761,AES_ENCRYPT('0987654321','123')); SELECT * FROM auth; -- update user, for auth UPDATE user SET user.authID=(SELECT authID FROM auth WHERE auth.UUID = '0000000000005' AND auth.passwd = '54761') WHERE AES_DECRYPT(user.userID,'123') = '0987654321'; CALL updateUserAuth('0987654325','0000000000001','65471','123'); CALL updateUserAuth('0987654324','0000000000002','25471','123'); CALL updateUserAuth('0987654323','0000000000003','55471','123'); CALL updateUserAuth('0987654322','0000000000004','61171','123'); -- add location Type INSERT INTO locationType(locationTypeID,locationTypeName) VALUES(1,'earth'); INSERT INTO locationType(locationTypeID,locationTypeName) VALUES(1000,'online'); INSERT INTO locationType(locationTypeID,locationTypeName) VALUES(360,'all'); SELECT * FROM locationType; -- add location INSERT INTO location(locationTypeID) VALUES(1000); SELECT LAST_INSERT_ID(); INSERT INTO location(locationX,locationY,locationTypeID) VALUES(89.8,89.9,1000); SELECT LAST_INSERT_ID(); SELECT * FROM location; -- add mission --INSERT INTO mission(title,content,image,onlineLimitTime,runLimitTime,locationID,parentMID,postUserID) --VALUES('title-m1','just sql test','1,2,3,4','90:00:00','20:00:00',1,,); CALL insertMission('90:00:00','20:00:00',1,NULL,'0987654322','123'); CALL insertMission('01:00:00','03:00:00',1,NULL,'0987654321','123'); SELECT *,AES_DECRYPT(postUserID,'123') FROM mission; --SELECT * FROM vOnlineMission; -- title CALL insertTitle(1,'title-m1'); SELECT * FROM title; -- content CALL insertContent(1,'hi, this is content for missionID = 1'); --CALL insertContent(1,'中文測試'); SELECT * FROM content; -- image CALL insertImage(1,'2,4,6,8'); SELECT * FROM image; -- getMission CALL insertSession(1,'0987654323','123'); CALL insertSession(1,'0987654324','123'); CALL insertSession(1,'0987654325','123'); SELECT * FROM missionSession; -- add converstation INSERT INTO conversation(mSessionID,userID,reply) VALUES(1,AES_ENCRYPT('0987654325','123'),'hello are I need your location detail?'); --INSERT INTO conversation(mSessionID,userID,reply) VALUES(3,AES_ENCRYPT('0987654325','123'),'UTF-8,中文測試'); SELECT * FROM conversation; -- add report INSERT INTO report(userID,missionID) VALUES(AES_ENCRYPT('0987654325','123'),1); -- add message INSERT INTO message(missionID,userID,message) VALUES(1,AES_ENCRYPT('0987654325','123'),"message"); -- test multi mission -- add multi mission CALL insertMission('90:00:00','20:00:00',1,TRUE,'0987654322','123'); CALL insertTitle(6,'title-m6'); CALL insertContent(6,'hi, this is content for missionID = 6'); CALL insertSubSession(6,'0987654323','123'); -- add sub mission INSERT INTO subMission(parentMID) VALUES(6); INSERT INTO subMission(parentMID) VALUES(6); INSERT INTO subMission(parentMID) VALUES(6); SELECT * FROM subMission; -- add reply -- comming soon -- point system CALL point(3,'0987654323','123',-1); CALL point(3,'0987654322','123',0); -- final test SELECT * FROM platform; SELECT * FROM device; SELECT * FROM auth; SELECT AES_DECRYPT(userID,'123') AS phone FROM user; SELECT * FROM locationType; SELECT * FROM mission; SELECT * FROM content; SELECT * FROM image; SELECT * FROM title; SELECT * FROM missionSession; SELECT * FROM vOnlineMission; SELECT missionID,titleID,contentID,imageID,postTime,onlineLimitTime,runLimitTime,locationID,parentMID,isDone,isDone FROM mission; SELECT * FROM conversation; SELECT * FROM subMission;
-- phpMyAdmin SQL Dump -- version 4.9.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: Dec 18, 2019 at 07:44 AM -- Server version: 10.4.8-MariaDB -- PHP Version: 7.3.11 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `hospital_manager` -- -- -------------------------------------------------------- -- -- Table structure for table `doctor` -- CREATE TABLE `doctor` ( `d_id` int(11) NOT NULL, `d_name` varchar(40) DEFAULT NULL, `d_salary` decimal(10,0) DEFAULT NULL, `d_qualification` varchar(300) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `doctor` -- INSERT INTO `doctor` (`d_id`, `d_name`, `d_salary`, `d_qualification`) VALUES (1, 'vj', '66', 'jh'); -- -------------------------------------------------------- -- -- Table structure for table `hospital` -- CREATE TABLE `hospital` ( `h_id` int(11) NOT NULL, `h_name` varchar(40) DEFAULT NULL, `h_city` varchar(300) DEFAULT NULL, `h_address` varchar(300) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `hospital` -- INSERT INTO `hospital` (`h_id`, `h_name`, `h_city`, `h_address`) VALUES (1, 'uhi', '\n', ''); -- -------------------------------------------------------- -- -- Table structure for table `medical` -- CREATE TABLE `medical` ( `m_id` int(11) NOT NULL, `m_date_of_examine` date DEFAULT NULL, `m_problem` varchar(300) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `parking` -- CREATE TABLE `parking` ( `parking_id` int(11) NOT NULL, `vehical_no` varchar(10) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `patient` -- CREATE TABLE `patient` ( `p_id` int(11) NOT NULL, `p_name` varchar(40) DEFAULT NULL, `p_address` varchar(300) DEFAULT NULL, `p_diagnos` varchar(300) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `patient` -- INSERT INTO `patient` (`p_id`, `p_name`, `p_address`, `p_diagnos`) VALUES (1, 'df', 'fd\n', 'df'), (2, 'ft ', 'jvj\n', 'vj'); -- -- Indexes for dumped tables -- -- -- Indexes for table `doctor` -- ALTER TABLE `doctor` ADD PRIMARY KEY (`d_id`); -- -- Indexes for table `hospital` -- ALTER TABLE `hospital` ADD PRIMARY KEY (`h_id`); -- -- Indexes for table `medical` -- ALTER TABLE `medical` ADD PRIMARY KEY (`m_id`); -- -- Indexes for table `parking` -- ALTER TABLE `parking` ADD PRIMARY KEY (`parking_id`); -- -- Indexes for table `patient` -- ALTER TABLE `patient` ADD PRIMARY KEY (`p_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `doctor` -- ALTER TABLE `doctor` MODIFY `d_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `hospital` -- ALTER TABLE `hospital` MODIFY `h_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `medical` -- ALTER TABLE `medical` MODIFY `m_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `parking` -- ALTER TABLE `parking` MODIFY `parking_id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `patient` -- ALTER TABLE `patient` MODIFY `p_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; 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 */;
[getList] SELECT `hrmis_detailorder_list`.`objid`, `hrmis_detailorder_list`.`personnel_name` as persona, `hrmis_detailorder_list`.`status`, `charges`.`code` AS charged, `hrmis_detailorder_list`.`to_code` AS destined, `hrmis_detailorder_list`.`effectivity`, `hrmis_detailorder_list`.`effectivityuntil`, `hrmis_detailorder_list`.`years`, `hrmis_detailorder_list`.`remarks` FROM `hrmis_detailorder_list` LEFT JOIN `hrmis_pds` `personnel` ON `personnel`.`objid` = `hrmis_detailorder_list`.`pdsid` LEFT JOIN `etracs255_bukidnon`.`entityindividual` `ei` ON `ei`.`objid` = `hrmis_detailorder_list`.`personnel_objid` LEFT JOIN `references_tblorganizationunit` `charges` ON `charges`.`orgunitid` = `hrmis_detailorder_list`.`charges_orgunitid` LEFT JOIN `references_tblorganizationunit` `to` ON `to`.`orgunitid` = `hrmis_detailorder_list`.`to_orgunitid` ${filter} ORDER BY persona [getPersonnel] SELECT @rownum := @rownum + 1 AS no, `hrmis_detailorder_list`.`objid`, `hrmis_detailorder_list`.`personnel_name` as persona, `hrmis_detailorder_list`.`status`, `charges`.`code` AS charged, `hrmis_detailorder_list`.`to_code` AS destined, `hrmis_detailorder_list`.`effectivity`, `hrmis_detailorder_list`.`effectivityuntil`, `hrmis_detailorder_list`.`years`, `hrmis_detailorder_list`.`remarks` FROM `hrmis_detailorder_list` LEFT JOIN `hrmis_pds` `personnel` ON `personnel`.`objid` = `hrmis_detailorder_list`.`pdsid` LEFT JOIN `etracs255_bukidnon`.`entityindividual` `ei` ON `ei`.`objid` = `hrmis_detailorder_list`.`personnel_objid` LEFT JOIN `references_tblorganizationunit` `charges` ON `charges`.`orgunitid` = `hrmis_detailorder_list`.`charges_orgunitid` LEFT JOIN `references_tblorganizationunit` `to` ON `to`.`orgunitid` = `hrmis_detailorder_list`.`to_orgunitid`, (SELECT @rownum := 0) r ${funnel} ORDER BY persona
CREATE USER IF NOT EXISTS 'server'@'%' IDENTIFIED BY 'IHNNSERVER'; GRANT ALL ON ihnn.* TO 'server'@'%'; FLUSH PRIVILEGES;
USE storefront; #SESSION3 ASSIGNMENT 5 /*Create a view displaying the order information (Id, Title, Price, Shopper’s name, Email, Orderdate, Status) with latest ordered items should be displayed first for last 60 days*/ drop view ORDER_INFO CREATE VIEW ORDER_INFO AS SELECT product.Product_id AS 'ID',product.Name AS title,order_details.PRICE AS PRICE, USER.First_name AS 'FIRST NAME', USER.Last_name AS 'LAST NAME', USER.Email AS 'EMAIL',order_placed.Date_of_order AS 'DATE', order_details.Order_status AS 'STATUS' FROM product INNER JOIN order_details ON order_details.Product_id=product.Product_id INNER JOIN order_placed ON order_details.Order_id=order_placed.Order_id INNER JOIN USER ON USER.User_id=order_placed.User_id WHERE DATEDIFF(NOW(), order_placed.Date_of_order)<60 ORDER BY order_placed.Date_of_order; SELECT * FROM ORDER_INFO; /* 2. Use the above view to display the Products(Items) which are in ‘shipped’ state. */ SELECT ID , TITLE FROM ORDER_INFO WHERE STATUS="shipped"; /* 3. Use the above view to display the top 5 most selling products.*/ SELECT Id , Title ,COUNT(Id) FROM Order_info GROUP BY Id ORDER BY COUNT(Id) DESC LIMIT 5;
DECLARE EXTERNAL FUNCTION NUMBER_TO_WORDS DOUBLE PRECISION, INTEGER, CSTRING(32767) RETURNS PARAMETER 3 ENTRY_POINT 'NUMBER_TO_WORDS' MODULE_NAME 'udfibase.dll'; -- CREATE TABLE SAMPLE_VOICES ( SAMPLE_VOICE_ID VARCHAR(32) NOT NULL, SAMPLE_TEXT VARCHAR(1000) NOT NULL, VOICE_DATA BLOB, TYPE_SAMPLE INTEGER NOT NULL, DESCRIPTION VARCHAR(250), PRIORITY INTEGER, PRIMARY KEY (SAMPLE_VOICE_ID) ) -- CREATE INDEX IDX_SAMPLE_VOICES_TYPE_SAMPLE ON SAMPLE_VOICES (TYPE_SAMPLE) -- CREATE OR ALTER VIEW S_SAMPLE_VOICES AS SELECT * FROM SAMPLE_VOICES ORDER BY TYPE_SAMPLE, PRIORITY -- CREATE PROCEDURE I_SAMPLE_VOICE ( SAMPLE_VOICE_ID VARCHAR(32), SAMPLE_TEXT VARCHAR(1000), VOICE_DATA BLOB, TYPE_SAMPLE INTEGER, DESCRIPTION VARCHAR(250), PRIORITY INTEGER ) AS BEGIN INSERT INTO SAMPLE_VOICES (SAMPLE_VOICE_ID,SAMPLE_TEXT,VOICE_DATA,TYPE_SAMPLE,DESCRIPTION,PRIORITY) VALUES (:SAMPLE_VOICE_ID,:SAMPLE_TEXT,:VOICE_DATA,:TYPE_SAMPLE,:DESCRIPTION,:PRIORITY); END; -- CREATE PROCEDURE U_SAMPLE_VOICE ( SAMPLE_VOICE_ID VARCHAR(32), SAMPLE_TEXT VARCHAR(1000), VOICE_DATA BLOB, TYPE_SAMPLE INTEGER, DESCRIPTION VARCHAR(250), PRIORITY INTEGER, OLD_SAMPLE_VOICE_ID VARCHAR(32) ) AS BEGIN UPDATE SAMPLE_VOICES SET SAMPLE_VOICE_ID=:SAMPLE_VOICE_ID, SAMPLE_TEXT=:SAMPLE_TEXT, VOICE_DATA=:VOICE_DATA, TYPE_SAMPLE=:TYPE_SAMPLE, DESCRIPTION=:DESCRIPTION, PRIORITY=:PRIORITY WHERE SAMPLE_VOICE_ID=:OLD_SAMPLE_VOICE_ID; END; -- CREATE PROCEDURE D_SAMPLE_VOICE ( OLD_SAMPLE_VOICE_ID VARCHAR(32) ) AS BEGIN DELETE FROM SAMPLE_VOICES WHERE SAMPLE_VOICE_ID=:OLD_SAMPLE_VOICE_ID; END; -- CREATE GLOBAL TEMPORARY TABLE TMP_SAMPLE_VOICES ( POS INTEGER NOT NULL, SAMPLE_TEXT VARCHAR(1000), VOICE_DATA BLOB, TYPE_SAMPLE INTEGER, USED INTEGER, PRIMARY KEY (POS) ) ON COMMIT DELETE ROWS -- CREATE INDEX IDX_SAMPLE_VOICES_USED ON TMP_SAMPLE_VOICES (USED) -- CREATE OR ALTER PROCEDURE GET_SAMPLE_VOICES ( IN_TEXT VARCHAR(1000) ) RETURNS ( SAMPLE_TEXT VARCHAR(1000), VOICE_DATA BLOB, TYPE_SAMPLE INTEGER ) AS DECLARE L INTEGER; DECLARE LORIGIN INTEGER; DECLARE POS INTEGER; DECLARE NOT_USED_COUNT INTEGER; DECLARE S1 VARCHAR(1000); DECLARE S2 VARCHAR(1000); DECLARE USED_EXISTS INTEGER; BEGIN DELETE FROM TMP_SAMPLE_VOICES; L=1; LORIGIN=STRING_LENGTH(IN_TEXT); WHILE (L<=LORIGIN) DO BEGIN INSERT INTO TMP_SAMPLE_VOICES (POS,SAMPLE_TEXT,VOICE_DATA,TYPE_SAMPLE,USED) VALUES (:L,SUB_STRING(:IN_TEXT,:L,1),NULL,0,0); L=L+1; END L=1; FOR SELECT SAMPLE_TEXT, VOICE_DATA, TYPE_SAMPLE FROM SAMPLE_VOICES WHERE POSITION(UPPER(SAMPLE_TEXT),UPPER(:IN_TEXT))>0 ORDER BY TYPE_SAMPLE DESC, PRIORITY INTO :SAMPLE_TEXT, :VOICE_DATA, :TYPE_SAMPLE DO BEGIN SELECT COUNT(*) FROM TMP_SAMPLE_VOICES WHERE USED=0 INTO :NOT_USED_COUNT; IF (NOT_USED_COUNT>0) THEN BEGIN S1=UPPER(SAMPLE_TEXT); S2=UPPER(IN_TEXT); L=STRING_LENGTH(S1); POS=1; WHILE (POS>0) DO BEGIN POS=POSITION(S1,S2,POS); IF (POS>0) THEN BEGIN SELECT USED FROM TMP_SAMPLE_VOICES WHERE POS=:POS INTO :USED_EXISTS; IF (USED_EXISTS=0) THEN BEGIN UPDATE TMP_SAMPLE_VOICES SET SAMPLE_TEXT=:SAMPLE_TEXT, VOICE_DATA=:VOICE_DATA, TYPE_SAMPLE=:TYPE_SAMPLE, USED=1 WHERE POS=:POS; UPDATE TMP_SAMPLE_VOICES SET USED=2 WHERE POS>:POS AND POS<=(:POS+:L-1); END POS=POS+L; END END END ELSE BREAK; END FOR SELECT SAMPLE_TEXT, VOICE_DATA, TYPE_SAMPLE FROM TMP_SAMPLE_VOICES WHERE USED=1 INTO :SAMPLE_TEXT, :VOICE_DATA, :TYPE_SAMPLE DO BEGIN SUSPEND; END END; -- ALTER TABLE OUT_MESSAGES ADD MESSAGE_ID VARCHAR(100) -- ALTER TABLE OUT_MESSAGES ADD SOURCE VARCHAR(100) -- CREATE OR ALTER PROCEDURE UNLOCK_OUT_MESSAGE ( OUT_MESSAGE_ID VARCHAR(32), SENT INTEGER, DATE_OUT TIMESTAMP, MESSAGE_ID VARCHAR(100) ) AS BEGIN IF (SENT IS NULL) THEN SENT=0; IF (SENT<>0) THEN BEGIN IF (DATE_OUT IS NULL) THEN DATE_OUT=CURRENT_TIMESTAMP; UPDATE OUT_MESSAGES SET DATE_OUT=:DATE_OUT, LOCKED=NULL, MESSAGE_ID=:MESSAGE_ID WHERE OUT_MESSAGE_ID=:OUT_MESSAGE_ID; END ELSE BEGIN UPDATE OUT_MESSAGES SET LOCKED=NULL, CHANNEL=NULL, OPERATOR_ID=NULL, MESSAGE_ID=NULL WHERE OUT_MESSAGE_ID=:OUT_MESSAGE_ID; END END -- CREATE OR ALTER VIEW S_OUT_MESSAGES AS SELECT OM.*, A1.USER_NAME AS CREATOR_NAME, A2.USER_NAME AS RECIPIENT_USER_NAME, A2.SURNAME AS RECIPIENT_SURNAME, A2.NAME AS RECIPIENT_NAME, A2.PATRONYMIC AS RECIPIENT_PATRONYMIC, A2.PHONE AS RECIPIENT_PHONE, A2.EMAIL AS RECIPIENT_EMAIL, F.SMALL_NAME AS FIRM_SMALL_NAME, O.NAME AS OPERATOR_NAME FROM OUT_MESSAGES OM JOIN ACCOUNTS A1 ON A1.ACCOUNT_ID=OM.CREATOR_ID LEFT JOIN ACCOUNTS A2 ON A2.ACCOUNT_ID=OM.RECIPIENT_ID LEFT JOIN FIRMS F ON F.FIRM_ID=OM.FIRM_ID LEFT JOIN OPERATORS O ON O.OPERATOR_ID=OM.OPERATOR_ID -- CREATE OR ALTER PROCEDURE I_OUT_MESSAGE ( OUT_MESSAGE_ID VARCHAR(32), CREATOR_ID VARCHAR(32), RECIPIENT_ID VARCHAR(32), DATE_CREATE TIMESTAMP, TEXT_OUT VARCHAR(4000), DATE_OUT TIMESTAMP, TYPE_MESSAGE INTEGER, CONTACT VARCHAR(100), DESCRIPTION VARCHAR(250), PRIORITY INTEGER, LOCKED VARCHAR(32), DATE_BEGIN TIMESTAMP, DATE_END TIMESTAMP, ORDER_ID VARCHAR(32), CHANNEL VARCHAR(100), DELIVERY INTEGER, DATE_DELIVERY TIMESTAMP, FLASH INTEGER, DEST_PORT INTEGER, FIRM_ID VARCHAR(32), OPERATOR_ID VARCHAR(32), MESSAGE_ID VARCHAR(100), SOURCE VARCHAR(100) ) AS BEGIN INSERT INTO OUT_MESSAGES (OUT_MESSAGE_ID,CREATOR_ID,RECIPIENT_ID,DATE_CREATE, TEXT_OUT,DATE_OUT,TYPE_MESSAGE,CONTACT,DESCRIPTION, PRIORITY,DATE_BEGIN,DATE_END,ORDER_ID,CHANNEL, DELIVERY,DATE_DELIVERY,FLASH,DEST_PORT,FIRM_ID,OPERATOR_ID, MESSAGE_ID,SOURCE) VALUES (:OUT_MESSAGE_ID,:CREATOR_ID,:RECIPIENT_ID,:DATE_CREATE, :TEXT_OUT,:DATE_OUT,:TYPE_MESSAGE,:CONTACT,:DESCRIPTION, :PRIORITY,:DATE_BEGIN,:DATE_END,:ORDER_ID,:CHANNEL, :DELIVERY,:DATE_DELIVERY,:FLASH,:DEST_PORT,:FIRM_ID,:OPERATOR_ID, :MESSAGE_ID,:SOURCE); END -- CREATE OR ALTER PROCEDURE U_OUT_MESSAGE ( OUT_MESSAGE_ID VARCHAR(32), CREATOR_ID VARCHAR(32), RECIPIENT_ID VARCHAR(32), DATE_CREATE TIMESTAMP, TEXT_OUT VARCHAR(4000), DATE_OUT TIMESTAMP, TYPE_MESSAGE INTEGER, CONTACT VARCHAR(100), DESCRIPTION VARCHAR(250), PRIORITY INTEGER, LOCKED VARCHAR(32), DATE_BEGIN TIMESTAMP, DATE_END TIMESTAMP, ORDER_ID VARCHAR(32), CHANNEL VARCHAR(100), DELIVERY INTEGER, DATE_DELIVERY TIMESTAMP, FLASH INTEGER, DEST_PORT INTEGER, FIRM_ID VARCHAR(32), OPERATOR_ID VARCHAR(32), MESSAGE_ID VARCHAR(100), SOURCE VARCHAR(100), OLD_OUT_MESSAGE_ID VARCHAR(32) ) AS BEGIN UPDATE OUT_MESSAGES SET OUT_MESSAGE_ID=:OUT_MESSAGE_ID, CREATOR_ID=:CREATOR_ID, RECIPIENT_ID=:RECIPIENT_ID, DATE_CREATE=:DATE_CREATE, TEXT_OUT=:TEXT_OUT, DATE_OUT=:DATE_OUT, TYPE_MESSAGE=:TYPE_MESSAGE, CONTACT=:CONTACT, DESCRIPTION=:DESCRIPTION, PRIORITY=:PRIORITY, LOCKED=:LOCKED, DATE_BEGIN=:DATE_BEGIN, DATE_END=:DATE_END, ORDER_ID=:ORDER_ID, CHANNEL=:CHANNEL, DELIVERY=:DELIVERY, DATE_DELIVERY=:DATE_DELIVERY, FLASH=:FLASH, DEST_PORT=:DEST_PORT, FIRM_ID=:FIRM_ID, OPERATOR_ID=:OPERATOR_ID, MESSAGE_ID=:MESSAGE_ID, SOURCE=:SOURCE WHERE OUT_MESSAGE_ID=:OLD_OUT_MESSAGE_ID; END -- CREATE OR ALTER VIEW S_DRIVER_OUT_MESSAGES AS SELECT OM.*, A1.USER_NAME AS CREATOR_NAME, A2.USER_NAME AS RECIPIENT_USER_NAME, A2.SURNAME AS RECIPIENT_SURNAME, A2.NAME AS RECIPIENT_NAME, A2.PATRONYMIC AS RECIPIENT_PATRONYMIC, A2.PHONE AS RECIPIENT_PHONE, A2.EMAIL AS RECIPIENT_EMAIL, CR.STATE_NUM AS CAR_STATE_NUM, CR.BRAND AS CAR_BRAND, CR.COLOR AS CAR_COLOR, CR.CALLSIGN AS CAR_CALLSIGN, F.SMALL_NAME AS FIRM_SMALL_NAME, O.NAME AS OPERATOR_NAME FROM OUT_MESSAGES OM JOIN DRIVERS D ON D.DRIVER_ID=OM.RECIPIENT_ID JOIN CARS CR ON CR.CAR_ID=D.CAR_ID JOIN ACCOUNTS A1 ON A1.ACCOUNT_ID=OM.CREATOR_ID LEFT JOIN ACCOUNTS A2 ON A2.ACCOUNT_ID=OM.RECIPIENT_ID LEFT JOIN FIRMS F ON F.FIRM_ID=OM.FIRM_ID LEFT JOIN OPERATORS O ON O.OPERATOR_ID=OM.OPERATOR_ID -- CREATE INDEX IDX_OUT_MESSAGES_MESSAGE_ID ON OUT_MESSAGES (MESSAGE_ID); -- CREATE OR ALTER PROCEDURE OUT_MESSAGE_DELIVERY ( MESSAGE_ID VARCHAR(100), CONTACT VARCHAR(100), DATE_DELIVERY TIMESTAMP ) AS BEGIN UPDATE OUT_MESSAGES SET DATE_DELIVERY=:DATE_DELIVERY WHERE ((MESSAGE_ID=:MESSAGE_ID AND :MESSAGE_ID IS NOT NULL) OR (MESSAGE_ID IS NULL AND :MESSAGE_ID IS NULL)) AND CONTACT=:CONTACT AND DATE_OUT IS NOT NULL AND DATE_DELIVERY IS NULL; END -- CREATE OR ALTER PROCEDURE I_CAR_TYPE ( CAR_TYPE_ID VARCHAR(32), NAME VARCHAR(100), DESCRIPTION VARCHAR(250), FONT_COLOR INTEGER, BRUSH_COLOR INTEGER, RATIO NUMERIC(4,2), COST_IDLE NUMERIC(15,2), PRIORITY INTEGER, VISIBLE INTEGER ) AS BEGIN INSERT INTO CAR_TYPES (CAR_TYPE_ID,NAME,DESCRIPTION,FONT_COLOR,BRUSH_COLOR, RATIO,COST_IDLE,PRIORITY,VISIBLE) VALUES (:CAR_TYPE_ID,:NAME,:DESCRIPTION,:FONT_COLOR,:BRUSH_COLOR, :RATIO,:COST_IDLE,:PRIORITY,:VISIBLE); END --
-- SLAVE REQUIREMENTS CHANGE MASTER TO MASTER_HOST='hybrid1', MASTER_USER='repl1', MASTER_PASSWORD='1234567890', MASTER_LOG_FILE='bin-logs.000003', MASTER_LOG_POS=154; START SLAVE;
--SQL User Creation --Author Jesse Federkiewicz CREATE TABLE IF NOT EXISTS `users` ( `userID` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(24) NOT NULL UNIQUE, `password` varchar(64) NOT NULL, PRIMARY KEY (`userID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; INSERT INTO `users` (`userID`, `username`, `password`) VALUES (1, 'admin', '$2y$10$/IITqiCPEgZ1X6Bf9kJS..w7Lb6qPaY/9BBS6kyqokeJbir/yUhTS')
--DATABASE used SQLite-- --Creating the Table-- CREATE TABLE CosineTable( Angle INTEGER PRIMARY KEY, CosValue DECIMAL(8,7) NOT NULL ); -- Filling the Value-- insert into Cosinetable(Angle,CosValue) values (0,1), (5,0.9962), (10,0.9848), (15,0.9659), (20,0.9397), (25,0.9063), (30,0.866), (35,0.8192), (40,0.766), (45,0.7071), (50,0.6428), (55,0.5736), (60,0.5), (65,0.4226), (70,0.342), (75,0.2588), (80,0.1736), (85,0.0872), (90,0); --Linear Interpolation-- select (one.cos_a + (two.cos_b - one.cos_a)*(73-( select max(Angle) as a from CosineTable where Angle in ( select angle from CosineTable where angle<=73 ) ) )/(( select min(Angle) as b from CosineTable where Angle in ( select angle from CosineTable where angle>=73 ) ) - ( select max(Angle) as a from CosineTable where Angle in ( select angle from CosineTable where angle<=73 ) ) ))as CosValue from (select CosValue as cos_a from CosineTable where Angle = ( select max(Angle) as a from CosineTable where Angle in ( select angle from CosineTable where angle<=73 ) ) ) as ONE , (select CosValue as cos_b from CosineTable where Angle = ( select min(Angle) as b from CosineTable where Angle in ( select angle from CosineTable where angle>=73 ) ) ) as TWO
DELETE FROM `employees` WHERE `department_id` IN(1,2); SELECT * FROM `employees`;
-- Restriciones de integridad -- Email de una persona validado por expresion regular ALTER TABLE persona ADD CONSTRAINT chk_persona_email CHECK (REGEXP_LIKE (email,'^[A-Za-z]+[A-Za-z0-9.]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$'));
DECLARE VN_COUNT number(10,2); begin SELECT COUNT(*) INTO VN_COUNT FROM bt_sys_res WHERE RES_NAME='单位分组维护' and sys_code='adm'; IF VN_COUNT = 0 THEN insert into bt_sys_res (RES_CODE, RES_NAME, SYS_CODE, FATHER_CODE, RES_URL, FUNC_FLAG, RES_TYPE, LINK_TARGET, STATUS, RES_ORDER, RMK, REVERSE1, REVERSE2, REVERSE3, REVERSE4, REVERSE5, REVERSE6, REVERSE7, REVERSE8, REVERSE9, REVERSE10, RES_LEVEL, RES_ROLE) values ((select max(res_code) + 1 from bt_sys_res), '单位分组维护', 'adm', (select res_code from bt_sys_res where RES_NAME='基础数据维护' and sys_code='adm'), '/admin/CorpGroups.do?method=toList', '0', '1', '0', '0', 16, '', '', '', '', '', '', null, null, null, null, null, 3, ''); END IF; end; / -- CREATE TABLE 单位分组 for 大屏幕报表 DECLARE tb NUMBER; BEGIN SELECT COUNT(*) INTO tb FROM tabs WHERE table_name='GJ_CORP_GROUPS'; IF tb <> 0 THEN EXECUTE IMMEDIATE 'DROP TABLE GJ_CORP_GROUPS'; END IF; END; / CREATE TABLE GJ_CORP_GROUPS ( ID NUMBER, PG_NAME VARCHAR2(50), PG_CODE char(4), SUPER_ID NUMBER, display char(1), CORP VARCHAR2(30), PG_LEVEL NUMBER ); alter table GJ_CORP_GROUPS add constraint GJ_CORP_GROUPS_PK primary key (ID); COMMENT ON COLUMN GJ_CORP_GROUPS.CORP IS '单位代码'; COMMENT ON COLUMN GJ_CORP_GROUPS.PG_LEVEL IS '0表示组属性;1表示组'; COMMENT ON COLUMN GJ_CORP_GROUPS.display IS '0表示不显示;1表示显示'; declare sqlnum1 number; begin SELECT count(*) into sqlnum1 FROM USER_TAB_COLUMNS WHERE TABLE_NAME =upper('GJ_CORP_GROUPS') and COLUMN_NAME='PG_ORDER'; if(sqlnum1 = 0) then execute immediate 'alter table GJ_CORP_GROUPS add PG_ORDER NUMBER'; end if ; end ; /
-- -- Table structure for table `account` -- CREATE TABLE IF NOT EXISTS `account` ( `accountid` int(11) NOT NULL auto_increment, `contactid` int(11) NOT NULL default '0', `name` varchar(100) collate utf8_bin NOT NULL, `identifier` varchar(32) collate utf8_bin NOT NULL, PRIMARY KEY (`accountid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `contact` -- CREATE TABLE IF NOT EXISTS `contact` ( `contactid` int(11) NOT NULL auto_increment, `fname` varchar(20) collate utf8_bin NOT NULL, `lname` varchar(20) collate utf8_bin NOT NULL, `email` varchar(100) collate utf8_bin NOT NULL, `phone` varchar(10) collate utf8_bin NOT NULL, `address1` varchar(100) collate utf8_bin NOT NULL, `address2` varchar(100) collate utf8_bin default NULL, `city` varchar(50) collate utf8_bin NOT NULL, `state` varchar(20) collate utf8_bin NOT NULL, `zip` varchar(5) collate utf8_bin NOT NULL, PRIMARY KEY (`contactid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `invoice` -- CREATE TABLE IF NOT EXISTS `invoice` ( `invoiceid` int(11) NOT NULL auto_increment, `accountid` int(11) NOT NULL, `created` datetime NOT NULL, `due` datetime NOT NULL, `paid` datetime NOT NULL, `paymethod` varchar(255) collate utf8_bin default NULL, PRIMARY KEY (`invoiceid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `lineitem` -- CREATE TABLE IF NOT EXISTS `lineitem` ( `lineitemid` int(11) NOT NULL auto_increment, `invoiceid` int(11) NOT NULL, `order` int(11) NOT NULL, `date` datetime NOT NULL, `description` varchar(255) collate utf8_bin NOT NULL, `amount` int(11) NOT NULL, PRIMARY KEY (`lineitemid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=1 ;
SELECT title, year FROM movies WHERE title LIKE "Harry Potter%" ORDER BY year;
USE burgers_db; INSERT INTO burgers (burger_name, devoured) VALUES ("Bacon Bacon Cheese Burger", true), ("Double Avacodo Burger with Whip Cream", false), ("Mushroom Triple Burger", false);
--修改时间2012-11-22 --修改人 刘勇 --修改内容 修改用途表,内容长度 alter table CMS_PL_PURPOSE modify PURPOSE VARCHAR2(100); commit;
-- Add repository groups with repo_latest as ( select sub.repo_id, sub.repo_name from ( select repo_id, dup_repo_name as repo_name, row_number() over (partition by repo_id order by created_at desc, id desc) as row_num from gha_events ) sub where sub.row_num = 1 ) update gha_repos r set alias = ( select rl.repo_name from repo_latest rl where rl.repo_id = r.id ) where r.name like '%_/_%' and r.name not like '%/%/%' ; update gha_repos set repo_group = alias; update gha_repos set repo_group = 'Cello' where name like 'hyperledger/%cello%' ; update gha_repos set repo_group = 'Blockchain Explorer' where name in ('hyperledger/blockchain-explorer') ; update gha_repos set repo_group = 'Fabric' where name like 'hyperledger/fabric%' ; update gha_repos set repo_group = 'Labs' where org_login in ('hyperledger-labs') ; update gha_repos set repo_group = 'Aries' where name like 'hyperledger/aries%' ; update gha_repos set repo_group = 'Burrow' where name like 'hyperledger/burrow%' ; update gha_repos set repo_group = 'Caliper' where name like 'hyperledger/caliper%' ; update gha_repos set repo_group = 'LMWG' where name like 'hyperledger/education%' ; update gha_repos set repo_group = 'Grid' where name like 'hyperledger/grid%' ; update gha_repos set repo_group = 'WPWG' where name like 'hyperledger/hyperledgerwp%' ; update gha_repos set repo_group = 'Indy' where name like 'hyperledger/indy%' ; update gha_repos set repo_group = 'Iroha' where name like 'hyperledger/iroha%' ; update gha_repos set repo_group = 'PSWG' where name like 'hyperledger/perf-and-scale%' ; update gha_repos set repo_group = 'Quilt' where name like 'hyperledger/quilt%' ; update gha_repos set repo_group = 'Sawtooth' where name like 'hyperledger/sawtooth%' ; update gha_repos set repo_group = 'Transact' where name like 'hyperledger-cicd/transact%' ; update gha_repos set repo_group = 'Ursa' where name like 'hyperledger/ursa%' ; select repo_group, count(*) as number_of_repos from gha_repos where repo_group is not null group by repo_group order by number_of_repos desc, repo_group asc;
create database gxs; use gxs; -- Cria uma tabela create table usuarios ( id int not null auto_increment primary key, nome VARCHAR(50) NOT NULL, login VARCHAR(50) NOT NULL , senha VARCHAR(50) NOT NULL, cpf VARCHAR(14) NOT NULL, tel VARCHAR(20) NOT NULL, whatsapp VARCHAR(20) NOT NULL, email VARCHAR(50) NOT NULL, dtCadastro date NOT NULL, dtUltAlteracao date NOT NULL ); -- NEW create table clientes ( /* ate String id; private String nome; private String email; private String cpf_cnpj; private String telefone; private String whatsapp; private double desconto; private String totalCompras; */ id int not null auto_increment primary key, nome VARCHAR(50) NOT NULL, email VARCHAR(50) NOT NULL, cpf_cnpj VARCHAR(20) NOT NULL , telefone VARCHAR(20) NOT NULL , whatsapp VARCHAR(20) NOT NULL , desconto double NOT NULL , totalCompras int NOT NULL , dtCadastro date NOT NULL, dtUltAlteracao date NOT NULL, dtUltCompra date NOT NULL ); use gxs; select * from clientes; insert into clientes ( id, nome, email, cpf_cnpj, telefone, whatsapp, desconto, totalCompras, dtCadastro, dtUltAlteracao, dtUltCompra ) values ( 1, 'teste,', 'teste@teste.teste', '15325071785', '021 26954472', '201 9 64645673', 0.0, 0, '2018-11-27', '2018-11-27', '2018-11-27' ); drop table clientes; select * from clientes; -- Inseri dados na tabela insert into usuarios(nome,email,login,senha,dtCadastro,dtUltAlteracao) values ("Alex Souza da Silva","alex@gmail.com","alex.silva","123",'2001-03-03','2001-03-03'); delete from usuarios where id = 1; drop table usuarios; create table produtos ( id int not null auto_increment primary key, codigo VARCHAR(50) NOT NULL, nome VARCHAR(50) NOT NULL, qtd int NOT NULL, valor double NOT NULL, dtCadastro date NOT NULL ); insert into produtos(codigo,nome,qtd,valor,dtCadastro) values ("0002","Teclado","25",26.30,'2018-09-05'); select * from produtos; drop table produtos; insert into produtos(codigo,nome,qtd,valor,dtCadastro) values ("0003","Cabo USB Iphone","150",55.00,'2018-09-05'); insert into produtos(codigo,nome,qtd,valor,dtCadastro) values ("0004","Cabo USB Android","530",25.00,'2018-05-09'); use agora; select * from produtos; select * from produtos where id = 6; select * from usuarios; create table relatorios ( id int not null auto_increment primary key, nome varchar(50) not null, conteudo varchar(1000) not null, dtCriacao date NOT NULL, dtUltAlteracao date NOT NULL ); insert into relatorios(nome,conteudo,dtCriacao,dtUltAlteracao) values ("Report-One","This is the primary report of Alex",'2018-11-17','2018-11-17'); select * from relatorios; delete from relatorios where id = 2; create table eu ( id int not null auto_increment primary key, nome varchar(50), conteudo varchar(100) ); select * from eu; drop table eu; update usuarios set id = 1 where id = 3; select * from usuarios;
INSERT INTO users(name, email, hash) VALUES (${name}, ${email}, ${hash}) RETURNING name, user_id, email;
SELECT ASTRTP, ASTDAT, ASCOMP, ASCUST, ASINV#, ASDUAM, ASINAM, DIGITS(ASFSYR)||DIGITS(ASFSPR) AS PER, ASCOMP||ASARAC AS ACCOUNT FROM LGDAT.AROP AROP WHERE ASCOMP = '39' AND ASDUAM <> 0 ORDER BY DIGITS(ASFSYR)||DIGITS(ASFSPR) ASC
SELECT Username,SUBSTRING([Email],CHARINDEX('@',[Email],1)+1, LEN([Email]))AS 'Email Provider' FROM Users ORDER BY [Email Provider], Username
alter table eve_blueprints add column product_id bigint;
drop table HOTELSYSTEM.hot_configuracion! create table HOTELSYSTEM.hot_configuracion ( hot_configuracion_id serial, hot_hotel_id int, habitacion int not null, tipo_habitacion int, acomodacion int, creado timestamp, actualizado timestamp, primary key(hot_configuracion_id), foreign key(hot_hotel_id) references HOTELSYSTEM.hot_hotel(hot_hotel_id) )! COMMENT ON TABLE HOTELSYSTEM.hot_configuracion IS 'Tabla para configuración que va tener el hotel frente a los usuarios'! COMMENT ON COLUMN HOTELSYSTEM.hot_configuracion.hot_configuracion_id IS 'Identificador autoincremental para los registros'! COMMENT ON COLUMN HOTELSYSTEM.hot_configuracion.hot_hotel_id IS 'Identificador del Hotel al cual pertenece las parametrizaciones'! COMMENT ON COLUMN HOTELSYSTEM.hot_configuracion.habitacion IS 'Indica el numero de habitaciones a configurar'! COMMENT ON COLUMN HOTELSYSTEM.hot_configuracion.tipo_habitacion IS 'Especifica que tipo de habitación se configura [Estandar, Junior]'! COMMENT ON COLUMN HOTELSYSTEM.hot_configuracion.acomodacion IS 'Especifica que tipo de acomodación se configura [Sencilla, Doble]'!
-- Your SQL goes here CREATE TABLE exchanges ( id UUID PRIMARY KEY, from_ VARCHAR NOT NULL, to_ VARCHAR NOT NULL, amount NUMERIC NOT NULL, expiration TIMESTAMP NOT NULL, rate DOUBLE PRECISION NOT NULL, user_id UUID NOT NULL, created_at TIMESTAMP NOT NULL DEFAULT current_timestamp, updated_at TIMESTAMP NOT NULL DEFAULT current_timestamp ); SELECT diesel_manage_updated_at('exchanges');
ALTER TABLE message ADD INDEX on_channel(channel_id, id);
# --- !Ups create table user ( id integer primary key auto_increment, cookie_identifier varchar(255), full_name varchar(255), first_name varchar(50), last_name varchar(50), age integer, phone varchar(12), email varchar(255), alternative_Email varchar(255), address varchar(255), city varchar(255), country varchar(255), google_id varchar(255), yahoo_id varchar(255)) ; # --- !Downs drop table user;
INSERT INTO roles (id, name) VALUES (1,"ADMIN") INSERT INTO roles (id, name) VALUES (2,"USER")
-- 删除数据不一致的地方 delete from f_optdef where optid not in(select optid from f_optinfo) / delete from f_rolepower where rolecode not in(select rolecode from f_roleinfo) / commit / -- 检查业务系统设置一致性 update f_optinfo set preoptid='0' where preoptid is null or ( preoptid <> '0' and preoptid not in(select optid from f_optinfo)) / update f_optinfo set optroute = '...' where optroute is null or ( optroute != '...' and optid in (select preoptid from f_optinfo)) / commit /
CREATE TABLE Person( id_person INTEGER IDENTITY PRIMARY KEY, name VARCHAR(45), age INTEGER, weight FLOAT, id_address INTEGER, id_occupations INTEGER ); CREATE TABLE Person_X_Occupation( id_person_occupation INTEGER IDENTITY PRIMARY KEY, id_person INTEGER, id_occupation INTEGER ); CREATE TABLE Address( id_address INTEGER IDENTITY PRIMARY KEY, street VARCHAR(50), number INTEGER ); CREATE TABLE Occupation( id_occupation INTEGER IDENTITY PRIMARY KEY, description VARCHAR(50), id_type_occupation INTEGER ); CREATE TABLE Type_Occupation( id_type_occupation INTEGER IDENTITY PRIMARY KEY, description VARCHAR(50) ); INSERT INTO Person VALUES (0,'Sarah',25,67.3,0,0); INSERT INTO Person VALUES (1,'Tomy',5,20,0,null); INSERT INTO Person VALUES (2,'George',30,80.1,0,1); INSERT INTO Person VALUES (3,'Timmy',50,120.7,1,1); INSERT INTO Person VALUES (4,'Monic',34,75.8,2,2); INSERT INTO Person VALUES (5,'Alex',21,53.4,3,3); INSERT INTO Person VALUES (6,'Tom',43,62.8,4,null); INSERT INTO Person VALUES (7,'Asd',25,87.3,null,null); INSERT INTO Person VALUES (8,'KK',10,0.9,null,null); INSERT INTO Person VALUES (9,'Ernest',23,879.5,5,5); INSERT INTO Person_X_Occupation VALUES (0,0,0); INSERT INTO Person_X_Occupation VALUES (1,0,1); INSERT INTO Person_X_Occupation VALUES (2,1,2); INSERT INTO Person_X_Occupation VALUES (3,2,5); INSERT INTO Person_X_Occupation VALUES (4,2,4); INSERT INTO Person_X_Occupation VALUES (5,2,5); INSERT INTO Person_X_Occupation VALUES (6,3,3); INSERT INTO Address VALUES (0,'False',133); INSERT INTO Address VALUES (1,'Collins',1241); INSERT INTO Address VALUES (2,'5th Avenue',13); INSERT INTO Address VALUES (3,'TheCakeIsALie',253); INSERT INTO Address VALUES (4,'Lollipop',827); INSERT INTO Occupation VALUES (0,'Chef',0); INSERT INTO Occupation VALUES (1,'Mechanic',0); INSERT INTO Occupation VALUES (2,'Lawyer',1); INSERT INTO Occupation VALUES (3,'Enginner',1); INSERT INTO Occupation VALUES (4,'Teacher',1); INSERT INTO Occupation VALUES (5,'Firefighter',0); INSERT INTO Occupation VALUES (6,'Thief',null); INSERT INTO Occupation VALUES (7,'Drug Dealer',2); INSERT INTO Type_Occupation VALUES (0,'Utility'); INSERT INTO Type_Occupation VALUES (1,'Professional');
select coalesce( max(dup_created_at), (select min(dup_created_at) from gha_commits where dup_repo_name = {{repo}}) ) from gha_commits where author_email != '' and dup_repo_name = {{repo}} union select max(dup_created_at) from gha_commits where dup_repo_name = {{repo}} ;
ALTER TABLE Pedidos DROP FOREIGN KEY Pedidos_ibfk_1; ALTER TABLE Pedidos ADD FOREIGN KEY(ID_Cliente) REFERENCES Clientes(ID) ON DELETE CASCADE;
drop table IF EXISTS MEANING cascade; drop sequence IF EXISTS SEQ_MEANING; drop table IF EXISTS SYNONYM cascade; drop sequence IF EXISTS SEQ_SYNONYM; create sequence SEQ_MEANING start with 1000 cache 20; create sequence SEQ_SYNONYM start with 1000 cache 20; -- ============================================================ -- Table : MEANING -- ============================================================ create table MEANING ( MEA_ID NUMERIC not null, LABEL VARCHAR(100) not null, BOT_ID NUMERIC not null, constraint PK_MEANING primary key (MEA_ID) ); comment on column MEANING.MEA_ID is 'Meaning id'; comment on column MEANING.LABEL is 'Label'; comment on column MEANING.BOT_ID is 'Chatbot'; -- ============================================================ -- Table : SYNONYM -- ============================================================ create table SYNONYM ( SYN_ID NUMERIC not null, LABEL VARCHAR(100) not null, BOT_ID NUMERIC not null, MEA_ID NUMERIC not null, constraint PK_SYNONYM primary key (SYN_ID) ); comment on column SYNONYM.SYN_ID is 'Synonym id'; comment on column SYNONYM.LABEL is 'Label'; comment on column SYNONYM.BOT_ID is 'Chatbot'; comment on column SYNONYM.MEA_ID is 'Intention'; alter table MEANING add constraint FK_A_MEANING_CHATBOT_CHATBOT foreign key (BOT_ID) references CHATBOT (BOT_ID); create index A_MEANING_CHATBOT_CHATBOT_FK on MEANING (BOT_ID asc); alter table SYNONYM add constraint FK_A_SYNONYM_CHATBOT_CHATBOT foreign key (BOT_ID) references CHATBOT (BOT_ID); create index A_SYNONYM_CHATBOT_CHATBOT_FK on SYNONYM (BOT_ID asc); alter table SYNONYM add constraint FK_A_SYNONYM_MEANING_MEANING foreign key (MEA_ID) references MEANING (MEA_ID); create index A_SYNONYM_MEANING_MEANING_FK on SYNONYM (MEA_ID asc); alter table meaning add constraint meaning_unique UNIQUE (bot_id, label); alter table synonym add constraint synonym_unique UNIQUE (bot_id, label);
--employees테이블에서 first_name과 last_name을 조회하되 --first_name은 모두 소문자로, last_name은 모두 대문자로 조회하세요. --employees테이블에서 first_name과 last_name을 --한 문장으로 조회하되 컬럼명은 'name'으로 조회하세요. --ex) "Steven King"처럼 가운데 공백 추가 --employees테이블에서 first_name, phone_number를 조회하되 --phone_number에서 국번을 제외하고 출력하세요. ex)123.4567 --locations테이블에서 city, street_address를 조회하되 --street_address에 'st'라는 단어가 포함된 튜플만 조회하세요. --employees테이블에서 first_name, phone_number를 출력하되 --phone_number의 앞 3자리를 ***로 출력하세요. ex) ***.123.4567 --employees테이블에서 first_name, phone_number를 출력하되 --phone_number의 형태를 보기와 같이 출력하세요 ex) 515-123-4567 --employees테이블에서 first_name, commission_pct를 조회하되 --commission_pct가 null이 아닌 튜플들은 commission_pct의 값을 --소숫점 이하 둘째자리에서 반올림하여 수숫점 이하 첫째짜리까지 표현하세요. --employees테이블에서 first_name, salary를 조회하되 --salary의 값을 소숫점 이하 0번째 자리에서 버림하세요. --employees테이블에서 first_name, hire_date를 조회하되 --hire_date의 양식을 다음 예와 같이 출력하세요. ex) 87.june.17 --employees테이블의 salary를 문자로 출력하세요. --employees테이블에서 first_name, salary와 함께 세금을 출력하세요. --단, 세율은 salary가 5000미만이면 10%, 5000이상 -- 10000미만이면 15%, 10000이상이면 20%로 적용함